/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.checkbox .file,
.radio .file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox .select:not(.is-multiple):not(.is-loading)::after,
.radio .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%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.checkbox .control.is-loading::after,
.radio .control.is-loading::after, .checkbox .select.is-loading::after,
.radio .select.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.checkbox .file-cta,
.checkbox .file-name,
.radio .file-cta,
.radio .file-name, .checkbox .select select,
.checkbox .radio .select select,
.radio .select .checkbox select, .checkbox .textarea, .checkbox .input,
.radio .checkbox .select select,
.checkbox .select .radio select,
.radio .select select,
.radio .textarea,
.radio .input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.checkbox .file-cta:focus,
.checkbox .file-name:focus,
.radio .file-cta:focus,
.radio .file-name:focus, .checkbox .select select:focus,
.checkbox .radio .select select:focus,
.radio .select .checkbox select:focus, .checkbox .textarea:focus, .checkbox .input:focus,
.radio .checkbox .select select:focus,
.checkbox .select .radio select:focus,
.radio .select select:focus,
.radio .textarea:focus,
.radio .input:focus, .checkbox .is-focused.file-cta,
.checkbox .is-focused.file-name,
.radio .is-focused.file-cta,
.radio .is-focused.file-name, .checkbox .select select.is-focused,
.checkbox .radio .select select.is-focused,
.radio .select .checkbox select.is-focused, .checkbox .is-focused.textarea, .checkbox .is-focused.input,
.radio .checkbox .select select.is-focused,
.checkbox .select .radio select.is-focused,
.radio .select select.is-focused,
.radio .is-focused.textarea,
.radio .is-focused.input, .checkbox .file-cta:active,
.checkbox .file-name:active,
.radio .file-cta:active,
.radio .file-name:active, .checkbox .select select:active,
.checkbox .radio .select select:active,
.radio .select .checkbox select:active, .checkbox .textarea:active, .checkbox .input:active,
.radio .checkbox .select select:active,
.checkbox .select .radio select:active,
.radio .select select:active,
.radio .textarea:active,
.radio .input:active, .checkbox .is-active.file-cta,
.checkbox .is-active.file-name,
.radio .is-active.file-cta,
.radio .is-active.file-name, .checkbox .select select.is-active,
.checkbox .radio .select select.is-active,
.radio .select .checkbox select.is-active, .checkbox .is-active.textarea, .checkbox .is-active.input,
.radio .checkbox .select select.is-active,
.checkbox .select .radio select.is-active,
.radio .select select.is-active,
.radio .is-active.textarea,
.radio .is-active.input {
  outline: none;
}
.checkbox [disabled].file-cta,
.checkbox [disabled].file-name,
.radio [disabled].file-cta,
.radio [disabled].file-name, .checkbox .select select[disabled],
.checkbox .radio .select select[disabled],
.radio .select .checkbox select[disabled], .checkbox [disabled].textarea, .checkbox [disabled].input,
.radio .checkbox .select select[disabled],
.checkbox .select .radio select[disabled],
.radio .select select[disabled],
.radio [disabled].textarea,
.radio [disabled].input, fieldset[disabled] .checkbox .file-cta, .checkbox fieldset[disabled] .file-cta,
fieldset[disabled] .checkbox .file-name,
.checkbox fieldset[disabled] .file-name,
fieldset[disabled] .radio .file-cta,
.radio fieldset[disabled] .file-cta,
fieldset[disabled] .radio .file-name,
.radio fieldset[disabled] .file-name, fieldset[disabled] .checkbox .select select,
fieldset[disabled] .checkbox .radio .select select,
.radio .select fieldset[disabled] .checkbox select, fieldset[disabled] .checkbox .textarea, fieldset[disabled] .checkbox .input, .checkbox fieldset[disabled] .select select, .checkbox .select fieldset[disabled] select,
.checkbox fieldset[disabled] .radio .select select,
.radio .select .checkbox fieldset[disabled] select, .checkbox fieldset[disabled] .textarea, .checkbox fieldset[disabled] .input,
fieldset[disabled] .radio .checkbox .select select,
.checkbox .select fieldset[disabled] .radio select,
fieldset[disabled] .radio .select select,
fieldset[disabled] .radio .textarea,
fieldset[disabled] .radio .input,
.radio fieldset[disabled] .checkbox .select select,
.checkbox .select .radio fieldset[disabled] select,
.radio fieldset[disabled] .select select,
.radio .select fieldset[disabled] select,
.radio fieldset[disabled] .textarea,
.radio fieldset[disabled] .input {
  cursor: not-allowed;
}

/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}

.checkbox .select select,
.checkbox .radio .select select,
.radio .select .checkbox select, .checkbox .textarea, .checkbox .input,
.radio .checkbox .select select,
.checkbox .select .radio select,
.radio .select select,
.radio .textarea,
.radio .input {
  background-color: rgb(255, 255, 255);
  border-color: #DDD;
  border-radius: 5px;
  color: #495057;
}
.checkbox .select select::-moz-placeholder,
.checkbox .radio .select select::-moz-placeholder,
.radio .select .checkbox select::-moz-placeholder, .checkbox .textarea::-moz-placeholder, .checkbox .input::-moz-placeholder,
.radio .checkbox .select select::-moz-placeholder,
.checkbox .select .radio select::-moz-placeholder,
.radio .select select::-moz-placeholder,
.radio .textarea::-moz-placeholder,
.radio .input::-moz-placeholder {
  color: #6c757d;
}
.checkbox .select select::-webkit-input-placeholder,
.checkbox .radio .select select::-webkit-input-placeholder,
.radio .select .checkbox select::-webkit-input-placeholder, .checkbox .textarea::-webkit-input-placeholder, .checkbox .input::-webkit-input-placeholder,
.radio .checkbox .select select::-webkit-input-placeholder,
.checkbox .select .radio select::-webkit-input-placeholder,
.radio .select select::-webkit-input-placeholder,
.radio .textarea::-webkit-input-placeholder,
.radio .input::-webkit-input-placeholder {
  color: #6c757d;
}
.checkbox .select select:-moz-placeholder,
.checkbox .radio .select select:-moz-placeholder,
.radio .select .checkbox select:-moz-placeholder, .checkbox .textarea:-moz-placeholder, .checkbox .input:-moz-placeholder,
.radio .checkbox .select select:-moz-placeholder,
.checkbox .select .radio select:-moz-placeholder,
.radio .select select:-moz-placeholder,
.radio .textarea:-moz-placeholder,
.radio .input:-moz-placeholder {
  color: #6c757d;
}
.checkbox .select select:-ms-input-placeholder,
.checkbox .radio .select select:-ms-input-placeholder,
.radio .select .checkbox select:-ms-input-placeholder, .checkbox .textarea:-ms-input-placeholder, .checkbox .input:-ms-input-placeholder,
.radio .checkbox .select select:-ms-input-placeholder,
.checkbox .select .radio select:-ms-input-placeholder,
.radio .select select:-ms-input-placeholder,
.radio .textarea:-ms-input-placeholder,
.radio .input:-ms-input-placeholder {
  color: #6c757d;
}
.checkbox .select select:hover,
.checkbox .radio .select select:hover,
.radio .select .checkbox select:hover, .checkbox .textarea:hover, .checkbox .input:hover, .checkbox .select select.is-hovered,
.checkbox .radio .select select.is-hovered,
.radio .select .checkbox select.is-hovered, .checkbox .is-hovered.textarea, .checkbox .is-hovered.input,
.radio .checkbox .select select:hover,
.checkbox .select .radio select:hover,
.radio .select select:hover,
.radio .textarea:hover,
.radio .input:hover,
.radio .checkbox .select select.is-hovered,
.checkbox .select .radio select.is-hovered,
.radio .select select.is-hovered,
.radio .is-hovered.textarea,
.radio .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.checkbox .select select:focus,
.checkbox .radio .select select:focus,
.radio .select .checkbox select:focus, .checkbox .textarea:focus, .checkbox .input:focus, .checkbox .select select.is-focused,
.checkbox .radio .select select.is-focused,
.radio .select .checkbox select.is-focused, .checkbox .is-focused.textarea, .checkbox .is-focused.input, .checkbox .select select:active,
.checkbox .radio .select select:active,
.radio .select .checkbox select:active, .checkbox .textarea:active, .checkbox .input:active, .checkbox .select select.is-active,
.checkbox .radio .select select.is-active,
.radio .select .checkbox select.is-active, .checkbox .is-active.textarea, .checkbox .is-active.input,
.radio .checkbox .select select:focus,
.checkbox .select .radio select:focus,
.radio .select select:focus,
.radio .textarea:focus,
.radio .input:focus,
.radio .checkbox .select select.is-focused,
.checkbox .select .radio select.is-focused,
.radio .select select.is-focused,
.radio .is-focused.textarea,
.radio .is-focused.input,
.radio .checkbox .select select:active,
.checkbox .select .radio select:active,
.radio .select select:active,
.radio .textarea:active,
.radio .input:active,
.radio .checkbox .select select.is-active,
.checkbox .select .radio select.is-active,
.radio .select select.is-active,
.radio .is-active.textarea,
.radio .is-active.input {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.125em rgba(0, 93, 169, 0.25);
}
.checkbox .select select[disabled],
.checkbox .radio .select select[disabled],
.radio .select .checkbox select[disabled], .checkbox [disabled].textarea, .checkbox [disabled].input, fieldset[disabled] .checkbox .select select,
fieldset[disabled] .checkbox .radio .select select,
.radio .select fieldset[disabled] .checkbox select, fieldset[disabled] .checkbox .textarea, fieldset[disabled] .checkbox .input,
.radio .checkbox .select select[disabled],
.checkbox .select .radio select[disabled],
.radio .select select[disabled],
.radio [disabled].textarea,
.radio [disabled].input,
fieldset[disabled] .radio .checkbox .select select,
.checkbox .select fieldset[disabled] .radio select,
fieldset[disabled] .radio .select select,
fieldset[disabled] .radio .textarea,
fieldset[disabled] .radio .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: rgb(138, 141, 143);
}
.checkbox .select select[disabled]::-moz-placeholder,
.checkbox .radio .select select[disabled]::-moz-placeholder,
.radio .select .checkbox select[disabled]::-moz-placeholder, .checkbox [disabled].textarea::-moz-placeholder, .checkbox [disabled].input::-moz-placeholder, fieldset[disabled] .checkbox .select select::-moz-placeholder,
fieldset[disabled] .checkbox .radio .select select::-moz-placeholder,
.radio .select fieldset[disabled] .checkbox select::-moz-placeholder, fieldset[disabled] .checkbox .textarea::-moz-placeholder, fieldset[disabled] .checkbox .input::-moz-placeholder,
.radio .checkbox .select select[disabled]::-moz-placeholder,
.checkbox .select .radio select[disabled]::-moz-placeholder,
.radio .select select[disabled]::-moz-placeholder,
.radio [disabled].textarea::-moz-placeholder,
.radio [disabled].input::-moz-placeholder,
fieldset[disabled] .radio .checkbox .select select::-moz-placeholder,
.checkbox .select fieldset[disabled] .radio select::-moz-placeholder,
fieldset[disabled] .radio .select select::-moz-placeholder,
fieldset[disabled] .radio .textarea::-moz-placeholder,
fieldset[disabled] .radio .input::-moz-placeholder {
  color: rgba(138, 141, 143, 0.3);
}
.checkbox .select select[disabled]::-webkit-input-placeholder,
.checkbox .radio .select select[disabled]::-webkit-input-placeholder,
.radio .select .checkbox select[disabled]::-webkit-input-placeholder, .checkbox [disabled].textarea::-webkit-input-placeholder, .checkbox [disabled].input::-webkit-input-placeholder, fieldset[disabled] .checkbox .select select::-webkit-input-placeholder,
fieldset[disabled] .checkbox .radio .select select::-webkit-input-placeholder,
.radio .select fieldset[disabled] .checkbox select::-webkit-input-placeholder, fieldset[disabled] .checkbox .textarea::-webkit-input-placeholder, fieldset[disabled] .checkbox .input::-webkit-input-placeholder,
.radio .checkbox .select select[disabled]::-webkit-input-placeholder,
.checkbox .select .radio select[disabled]::-webkit-input-placeholder,
.radio .select select[disabled]::-webkit-input-placeholder,
.radio [disabled].textarea::-webkit-input-placeholder,
.radio [disabled].input::-webkit-input-placeholder,
fieldset[disabled] .radio .checkbox .select select::-webkit-input-placeholder,
.checkbox .select fieldset[disabled] .radio select::-webkit-input-placeholder,
fieldset[disabled] .radio .select select::-webkit-input-placeholder,
fieldset[disabled] .radio .textarea::-webkit-input-placeholder,
fieldset[disabled] .radio .input::-webkit-input-placeholder {
  color: rgba(138, 141, 143, 0.3);
}
.checkbox .select select[disabled]:-moz-placeholder, .checkbox [disabled].textarea:-moz-placeholder, .checkbox [disabled].input:-moz-placeholder, fieldset[disabled] .checkbox .select select:-moz-placeholder,
.radio .select fieldset[disabled] .checkbox select:-moz-placeholder, fieldset[disabled] .checkbox .textarea:-moz-placeholder, fieldset[disabled] .checkbox .input:-moz-placeholder,
.radio .select select[disabled]:-moz-placeholder,
.radio [disabled].textarea:-moz-placeholder,
.radio [disabled].input:-moz-placeholder,
.checkbox .select fieldset[disabled] .radio select:-moz-placeholder,
fieldset[disabled] .radio .select select:-moz-placeholder,
fieldset[disabled] .radio .textarea:-moz-placeholder,
fieldset[disabled] .radio .input:-moz-placeholder {
  color: rgba(138, 141, 143, 0.3);
}
.checkbox .select select[disabled]:-ms-input-placeholder, .checkbox [disabled].textarea:-ms-input-placeholder, .checkbox [disabled].input:-ms-input-placeholder, fieldset[disabled] .checkbox .select select:-ms-input-placeholder,
.radio .select fieldset[disabled] .checkbox select:-ms-input-placeholder, fieldset[disabled] .checkbox .textarea:-ms-input-placeholder, fieldset[disabled] .checkbox .input:-ms-input-placeholder,
.radio .select select[disabled]:-ms-input-placeholder,
.radio [disabled].textarea:-ms-input-placeholder,
.radio [disabled].input:-ms-input-placeholder,
.checkbox .select fieldset[disabled] .radio select:-ms-input-placeholder,
fieldset[disabled] .radio .select select:-ms-input-placeholder,
fieldset[disabled] .radio .textarea:-ms-input-placeholder,
fieldset[disabled] .radio .input:-ms-input-placeholder {
  color: rgba(138, 141, 143, 0.3);
}
.checkbox .textarea, .checkbox .input,
.radio .textarea,
.radio .input {
  box-shadow: inset 0 1px 2px rgba(32, 32, 32, 0.1);
  max-width: 100%;
  width: 100%;
}
.checkbox [readonly].textarea, .checkbox [readonly].input,
.radio [readonly].textarea,
.radio [readonly].input {
  box-shadow: none;
}
.checkbox .is-white.textarea, .checkbox .is-white.input,
.radio .is-white.textarea,
.radio .is-white.input {
  border-color: rgb(255, 255, 255);
}
.checkbox .is-white.textarea:focus, .checkbox .is-white.input:focus, .checkbox .is-white.is-focused.textarea, .checkbox .is-white.is-focused.input, .checkbox .is-white.textarea:active, .checkbox .is-white.input:active, .checkbox .is-white.is-active.textarea, .checkbox .is-white.is-active.input,
.radio .is-white.textarea:focus,
.radio .is-white.input:focus,
.radio .is-white.is-focused.textarea,
.radio .is-white.is-focused.input,
.radio .is-white.textarea:active,
.radio .is-white.input:active,
.radio .is-white.is-active.textarea,
.radio .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.checkbox .is-black.textarea, .checkbox .is-black.input,
.radio .is-black.textarea,
.radio .is-black.input {
  border-color: rgb(32, 32, 32);
}
.checkbox .is-black.textarea:focus, .checkbox .is-black.input:focus, .checkbox .is-black.is-focused.textarea, .checkbox .is-black.is-focused.input, .checkbox .is-black.textarea:active, .checkbox .is-black.input:active, .checkbox .is-black.is-active.textarea, .checkbox .is-black.is-active.input,
.radio .is-black.textarea:focus,
.radio .is-black.input:focus,
.radio .is-black.is-focused.textarea,
.radio .is-black.is-focused.input,
.radio .is-black.textarea:active,
.radio .is-black.input:active,
.radio .is-black.is-active.textarea,
.radio .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
}
.checkbox .is-light.textarea, .checkbox .is-light.input,
.radio .is-light.textarea,
.radio .is-light.input {
  border-color: rgb(138, 141, 143);
}
.checkbox .is-light.textarea:focus, .checkbox .is-light.input:focus, .checkbox .is-light.is-focused.textarea, .checkbox .is-light.is-focused.input, .checkbox .is-light.textarea:active, .checkbox .is-light.input:active, .checkbox .is-light.is-active.textarea, .checkbox .is-light.is-active.input,
.radio .is-light.textarea:focus,
.radio .is-light.input:focus,
.radio .is-light.is-focused.textarea,
.radio .is-light.is-focused.input,
.radio .is-light.textarea:active,
.radio .is-light.input:active,
.radio .is-light.is-active.textarea,
.radio .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(138, 141, 143, 0.25);
}
.checkbox .is-dark.textarea, .checkbox .is-dark.input,
.radio .is-dark.textarea,
.radio .is-dark.input {
  border-color: rgb(32, 32, 32);
}
.checkbox .is-dark.textarea:focus, .checkbox .is-dark.input:focus, .checkbox .is-dark.is-focused.textarea, .checkbox .is-dark.is-focused.input, .checkbox .is-dark.textarea:active, .checkbox .is-dark.input:active, .checkbox .is-dark.is-active.textarea, .checkbox .is-dark.is-active.input,
.radio .is-dark.textarea:focus,
.radio .is-dark.input:focus,
.radio .is-dark.is-focused.textarea,
.radio .is-dark.is-focused.input,
.radio .is-dark.textarea:active,
.radio .is-dark.input:active,
.radio .is-dark.is-active.textarea,
.radio .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
}
.checkbox .is-primary.textarea, .checkbox .is-primary.input,
.radio .is-primary.textarea,
.radio .is-primary.input {
  border-color: rgb(0, 93, 169);
}
.checkbox .is-primary.textarea:focus, .checkbox .is-primary.input:focus, .checkbox .is-primary.is-focused.textarea, .checkbox .is-primary.is-focused.input, .checkbox .is-primary.textarea:active, .checkbox .is-primary.input:active, .checkbox .is-primary.is-active.textarea, .checkbox .is-primary.is-active.input,
.radio .is-primary.textarea:focus,
.radio .is-primary.input:focus,
.radio .is-primary.is-focused.textarea,
.radio .is-primary.is-focused.input,
.radio .is-primary.textarea:active,
.radio .is-primary.input:active,
.radio .is-primary.is-active.textarea,
.radio .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 93, 169, 0.25);
}
.checkbox .is-secondary.textarea, .checkbox .is-secondary.input,
.radio .is-secondary.textarea,
.radio .is-secondary.input {
  border-color: rgb(0, 136, 219);
}
.checkbox .is-secondary.textarea:focus, .checkbox .is-secondary.input:focus, .checkbox .is-secondary.is-focused.textarea, .checkbox .is-secondary.is-focused.input, .checkbox .is-secondary.textarea:active, .checkbox .is-secondary.input:active, .checkbox .is-secondary.is-active.textarea, .checkbox .is-secondary.is-active.input,
.radio .is-secondary.textarea:focus,
.radio .is-secondary.input:focus,
.radio .is-secondary.is-focused.textarea,
.radio .is-secondary.is-focused.input,
.radio .is-secondary.textarea:active,
.radio .is-secondary.input:active,
.radio .is-secondary.is-active.textarea,
.radio .is-secondary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 136, 219, 0.25);
}
.checkbox .is-info.textarea, .checkbox .is-info.input,
.radio .is-info.textarea,
.radio .is-info.input {
  border-color: rgb(0, 136, 219);
}
.checkbox .is-info.textarea:focus, .checkbox .is-info.input:focus, .checkbox .is-info.is-focused.textarea, .checkbox .is-info.is-focused.input, .checkbox .is-info.textarea:active, .checkbox .is-info.input:active, .checkbox .is-info.is-active.textarea, .checkbox .is-info.is-active.input,
.radio .is-info.textarea:focus,
.radio .is-info.input:focus,
.radio .is-info.is-focused.textarea,
.radio .is-info.is-focused.input,
.radio .is-info.textarea:active,
.radio .is-info.input:active,
.radio .is-info.is-active.textarea,
.radio .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 136, 219, 0.25);
}
.checkbox .is-success.textarea, .checkbox .is-success.input,
.radio .is-success.textarea,
.radio .is-success.input {
  border-color: rgb(0, 153, 130);
}
.checkbox .is-success.textarea:focus, .checkbox .is-success.input:focus, .checkbox .is-success.is-focused.textarea, .checkbox .is-success.is-focused.input, .checkbox .is-success.textarea:active, .checkbox .is-success.input:active, .checkbox .is-success.is-active.textarea, .checkbox .is-success.is-active.input,
.radio .is-success.textarea:focus,
.radio .is-success.input:focus,
.radio .is-success.is-focused.textarea,
.radio .is-success.is-focused.input,
.radio .is-success.textarea:active,
.radio .is-success.input:active,
.radio .is-success.is-active.textarea,
.radio .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 153, 130, 0.25);
}
.checkbox .is-warning.textarea, .checkbox .is-warning.input,
.radio .is-warning.textarea,
.radio .is-warning.input {
  border-color: rgb(240, 171, 0);
}
.checkbox .is-warning.textarea:focus, .checkbox .is-warning.input:focus, .checkbox .is-warning.is-focused.textarea, .checkbox .is-warning.is-focused.input, .checkbox .is-warning.textarea:active, .checkbox .is-warning.input:active, .checkbox .is-warning.is-active.textarea, .checkbox .is-warning.is-active.input,
.radio .is-warning.textarea:focus,
.radio .is-warning.input:focus,
.radio .is-warning.is-focused.textarea,
.radio .is-warning.is-focused.input,
.radio .is-warning.textarea:active,
.radio .is-warning.input:active,
.radio .is-warning.is-active.textarea,
.radio .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(240, 171, 0, 0.25);
}
.checkbox .is-danger.textarea, .checkbox .is-danger.input,
.radio .is-danger.textarea,
.radio .is-danger.input {
  border-color: rgb(255, 0, 67);
}
.checkbox .is-danger.textarea:focus, .checkbox .is-danger.input:focus, .checkbox .is-danger.is-focused.textarea, .checkbox .is-danger.is-focused.input, .checkbox .is-danger.textarea:active, .checkbox .is-danger.input:active, .checkbox .is-danger.is-active.textarea, .checkbox .is-danger.is-active.input,
.radio .is-danger.textarea:focus,
.radio .is-danger.input:focus,
.radio .is-danger.is-focused.textarea,
.radio .is-danger.is-focused.input,
.radio .is-danger.textarea:active,
.radio .is-danger.input:active,
.radio .is-danger.is-active.textarea,
.radio .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 0, 67, 0.25);
}
.checkbox .is-small.textarea, .checkbox .is-small.input,
.radio .is-small.textarea,
.radio .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.checkbox .is-medium.textarea, .checkbox .is-medium.input,
.radio .is-medium.textarea,
.radio .is-medium.input {
  font-size: 1.25rem;
}
.checkbox .is-large.textarea, .checkbox .is-large.input,
.radio .is-large.textarea,
.radio .is-large.input {
  font-size: 1.5rem;
}
.checkbox .is-fullwidth.textarea, .checkbox .is-fullwidth.input,
.radio .is-fullwidth.textarea,
.radio .is-fullwidth.input {
  display: block;
  width: 100%;
}
.checkbox .is-inline.textarea, .checkbox .is-inline.input,
.radio .is-inline.textarea,
.radio .is-inline.input {
  display: inline;
  width: auto;
}
.checkbox .input.is-rounded,
.radio .input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.checkbox .input.is-static,
.radio .input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.checkbox .textarea,
.radio .textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.checkbox .textarea:not([rows]),
.radio .textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
.checkbox .textarea[rows],
.radio .textarea[rows] {
  height: initial;
}
.checkbox .textarea.has-fixed-size,
.radio .textarea.has-fixed-size {
  resize: none;
}
.checkbox .radio, .checkbox .checkbox,
.radio .radio,
.radio .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox .radio input, .checkbox .checkbox input,
.radio .radio input,
.radio .checkbox input {
  cursor: pointer;
}
.checkbox .radio:hover, .checkbox .checkbox:hover,
.radio .radio:hover,
.radio .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
.checkbox [disabled].radio, .checkbox [disabled].checkbox, fieldset[disabled] .checkbox .radio, fieldset[disabled] .checkbox .checkbox,
.radio [disabled].radio,
.radio [disabled].checkbox,
fieldset[disabled] .radio .radio,
fieldset[disabled] .radio .checkbox {
  color: rgb(138, 141, 143);
  cursor: not-allowed;
}
.checkbox .radio + .radio,
.radio .radio + .radio {
  margin-left: 0.5em;
}
.checkbox .select,
.radio .select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.checkbox .select:not(.is-multiple),
.radio .select:not(.is-multiple) {
  height: calc(1.5em + 0.75rem + 2px);
}
.checkbox .select:not(.is-multiple):not(.is-loading)::after,
.radio .select:not(.is-multiple):not(.is-loading)::after {
  border-color: rgb(0, 93, 169);
  right: 1.125em;
  z-index: 4;
}
.checkbox .select.is-rounded select,
.radio .select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.checkbox .select select,
.radio .select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.checkbox .select select::-ms-expand,
.radio .select select::-ms-expand {
  display: none;
}
.checkbox .select select[disabled]:hover, fieldset[disabled] .checkbox .select select:hover,
.radio .select select[disabled]:hover,
fieldset[disabled] .radio .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.checkbox .select select:not([multiple]),
.radio .select select:not([multiple]) {
  padding-right: 2.5em;
}
.checkbox .select select[multiple],
.radio .select select[multiple] {
  height: auto;
  padding: 0;
}
.checkbox .select select[multiple] option,
.radio .select select[multiple] option {
  padding: 0.5em 1em;
}
.checkbox .select:not(.is-multiple):not(.is-loading):hover::after,
.radio .select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.checkbox .select.is-white:not(:hover)::after,
.radio .select.is-white:not(:hover)::after {
  border-color: rgb(255, 255, 255);
}
.checkbox .select.is-white select,
.radio .select.is-white select {
  border-color: rgb(255, 255, 255);
}
.checkbox .select.is-white select:hover, .checkbox .select.is-white select.is-hovered,
.radio .select.is-white select:hover,
.radio .select.is-white select.is-hovered {
  border-color: rgb(242.25, 242.25, 242.25);
}
.checkbox .select.is-white select:focus, .checkbox .select.is-white select.is-focused, .checkbox .select.is-white select:active, .checkbox .select.is-white select.is-active,
.radio .select.is-white select:focus,
.radio .select.is-white select.is-focused,
.radio .select.is-white select:active,
.radio .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.checkbox .select.is-black:not(:hover)::after,
.radio .select.is-black:not(:hover)::after {
  border-color: rgb(32, 32, 32);
}
.checkbox .select.is-black select,
.radio .select.is-black select {
  border-color: rgb(32, 32, 32);
}
.checkbox .select.is-black select:hover, .checkbox .select.is-black select.is-hovered,
.radio .select.is-black select:hover,
.radio .select.is-black select.is-hovered {
  border-color: rgb(19.25, 19.25, 19.25);
}
.checkbox .select.is-black select:focus, .checkbox .select.is-black select.is-focused, .checkbox .select.is-black select:active, .checkbox .select.is-black select.is-active,
.radio .select.is-black select:focus,
.radio .select.is-black select.is-focused,
.radio .select.is-black select:active,
.radio .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
}
.checkbox .select.is-light:not(:hover)::after,
.radio .select.is-light:not(:hover)::after {
  border-color: rgb(138, 141, 143);
}
.checkbox .select.is-light select,
.radio .select.is-light select {
  border-color: rgb(138, 141, 143);
}
.checkbox .select.is-light select:hover, .checkbox .select.is-light select.is-hovered,
.radio .select.is-light select:hover,
.radio .select.is-light select.is-hovered {
  border-color: rgb(124.9716157205, 128.3056768559, 130.5283842795);
}
.checkbox .select.is-light select:focus, .checkbox .select.is-light select.is-focused, .checkbox .select.is-light select:active, .checkbox .select.is-light select.is-active,
.radio .select.is-light select:focus,
.radio .select.is-light select.is-focused,
.radio .select.is-light select:active,
.radio .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(138, 141, 143, 0.25);
}
.checkbox .select.is-dark:not(:hover)::after,
.radio .select.is-dark:not(:hover)::after {
  border-color: rgb(32, 32, 32);
}
.checkbox .select.is-dark select,
.radio .select.is-dark select {
  border-color: rgb(32, 32, 32);
}
.checkbox .select.is-dark select:hover, .checkbox .select.is-dark select.is-hovered,
.radio .select.is-dark select:hover,
.radio .select.is-dark select.is-hovered {
  border-color: rgb(19.25, 19.25, 19.25);
}
.checkbox .select.is-dark select:focus, .checkbox .select.is-dark select.is-focused, .checkbox .select.is-dark select:active, .checkbox .select.is-dark select.is-active,
.radio .select.is-dark select:focus,
.radio .select.is-dark select.is-focused,
.radio .select.is-dark select:active,
.radio .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 32, 32, 0.25);
}
.checkbox .select.is-primary:not(:hover)::after,
.radio .select.is-primary:not(:hover)::after {
  border-color: rgb(0, 93, 169);
}
.checkbox .select.is-primary select,
.radio .select.is-primary select {
  border-color: rgb(0, 93, 169);
}
.checkbox .select.is-primary select:hover, .checkbox .select.is-primary select.is-hovered,
.radio .select.is-primary select:hover,
.radio .select.is-primary select.is-hovered {
  border-color: rgb(0, 78.9674556213, 143.5);
}
.checkbox .select.is-primary select:focus, .checkbox .select.is-primary select.is-focused, .checkbox .select.is-primary select:active, .checkbox .select.is-primary select.is-active,
.radio .select.is-primary select:focus,
.radio .select.is-primary select.is-focused,
.radio .select.is-primary select:active,
.radio .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 93, 169, 0.25);
}
.checkbox .select.is-secondary:not(:hover)::after,
.radio .select.is-secondary:not(:hover)::after {
  border-color: rgb(0, 136, 219);
}
.checkbox .select.is-secondary select,
.radio .select.is-secondary select {
  border-color: rgb(0, 136, 219);
}
.checkbox .select.is-secondary select:hover, .checkbox .select.is-secondary select.is-hovered,
.radio .select.is-secondary select:hover,
.radio .select.is-secondary select.is-hovered {
  border-color: rgb(0, 120.1643835616, 193.5);
}
.checkbox .select.is-secondary select:focus, .checkbox .select.is-secondary select.is-focused, .checkbox .select.is-secondary select:active, .checkbox .select.is-secondary select.is-active,
.radio .select.is-secondary select:focus,
.radio .select.is-secondary select.is-focused,
.radio .select.is-secondary select:active,
.radio .select.is-secondary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 136, 219, 0.25);
}
.checkbox .select.is-info:not(:hover)::after,
.radio .select.is-info:not(:hover)::after {
  border-color: rgb(0, 136, 219);
}
.checkbox .select.is-info select,
.radio .select.is-info select {
  border-color: rgb(0, 136, 219);
}
.checkbox .select.is-info select:hover, .checkbox .select.is-info select.is-hovered,
.radio .select.is-info select:hover,
.radio .select.is-info select.is-hovered {
  border-color: rgb(0, 120.1643835616, 193.5);
}
.checkbox .select.is-info select:focus, .checkbox .select.is-info select.is-focused, .checkbox .select.is-info select:active, .checkbox .select.is-info select.is-active,
.radio .select.is-info select:focus,
.radio .select.is-info select.is-focused,
.radio .select.is-info select:active,
.radio .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 136, 219, 0.25);
}
.checkbox .select.is-success:not(:hover)::after,
.radio .select.is-success:not(:hover)::after {
  border-color: rgb(0, 153, 130);
}
.checkbox .select.is-success select,
.radio .select.is-success select {
  border-color: rgb(0, 153, 130);
}
.checkbox .select.is-success select:hover, .checkbox .select.is-success select.is-hovered,
.radio .select.is-success select:hover,
.radio .select.is-success select.is-hovered {
  border-color: rgb(0, 127.5, 108.3333333333);
}
.checkbox .select.is-success select:focus, .checkbox .select.is-success select.is-focused, .checkbox .select.is-success select:active, .checkbox .select.is-success select.is-active,
.radio .select.is-success select:focus,
.radio .select.is-success select.is-focused,
.radio .select.is-success select:active,
.radio .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 153, 130, 0.25);
}
.checkbox .select.is-warning:not(:hover)::after,
.radio .select.is-warning:not(:hover)::after {
  border-color: rgb(240, 171, 0);
}
.checkbox .select.is-warning select,
.radio .select.is-warning select {
  border-color: rgb(240, 171, 0);
}
.checkbox .select.is-warning select:hover, .checkbox .select.is-warning select.is-hovered,
.radio .select.is-warning select:hover,
.radio .select.is-warning select.is-hovered {
  border-color: rgb(214.5, 152.83125, 0);
}
.checkbox .select.is-warning select:focus, .checkbox .select.is-warning select.is-focused, .checkbox .select.is-warning select:active, .checkbox .select.is-warning select.is-active,
.radio .select.is-warning select:focus,
.radio .select.is-warning select.is-focused,
.radio .select.is-warning select:active,
.radio .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(240, 171, 0, 0.25);
}
.checkbox .select.is-danger:not(:hover)::after,
.radio .select.is-danger:not(:hover)::after {
  border-color: rgb(255, 0, 67);
}
.checkbox .select.is-danger select,
.radio .select.is-danger select {
  border-color: rgb(255, 0, 67);
}
.checkbox .select.is-danger select:hover, .checkbox .select.is-danger select.is-hovered,
.radio .select.is-danger select:hover,
.radio .select.is-danger select.is-hovered {
  border-color: rgb(229.5, 0, 60.3);
}
.checkbox .select.is-danger select:focus, .checkbox .select.is-danger select.is-focused, .checkbox .select.is-danger select:active, .checkbox .select.is-danger select.is-active,
.radio .select.is-danger select:focus,
.radio .select.is-danger select.is-focused,
.radio .select.is-danger select:active,
.radio .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 0, 67, 0.25);
}
.checkbox .select.is-small,
.radio .select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.checkbox .select.is-medium,
.radio .select.is-medium {
  font-size: 1.25rem;
}
.checkbox .select.is-large,
.radio .select.is-large {
  font-size: 1.5rem;
}
.checkbox .select.is-disabled::after,
.radio .select.is-disabled::after {
  border-color: rgb(138, 141, 143);
}
.checkbox .select.is-fullwidth,
.radio .select.is-fullwidth {
  width: 100%;
}
.checkbox .select.is-fullwidth select,
.radio .select.is-fullwidth select {
  width: 100%;
}
.checkbox .select.is-loading::after,
.radio .select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.checkbox .select.is-loading.is-small:after,
.radio .select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.checkbox .select.is-loading.is-medium:after,
.radio .select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.checkbox .select.is-loading.is-large:after,
.radio .select.is-loading.is-large:after {
  font-size: 1.5rem;
}
.checkbox .file,
.radio .file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.checkbox .file.is-white .file-cta,
.radio .file.is-white .file-cta {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
  color: rgb(32, 32, 32);
}
.checkbox .file.is-white:hover .file-cta, .checkbox .file.is-white.is-hovered .file-cta,
.radio .file.is-white:hover .file-cta,
.radio .file.is-white.is-hovered .file-cta {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: rgb(32, 32, 32);
}
.checkbox .file.is-white:focus .file-cta, .checkbox .file.is-white.is-focused .file-cta,
.radio .file.is-white:focus .file-cta,
.radio .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: rgb(32, 32, 32);
}
.checkbox .file.is-white:active .file-cta, .checkbox .file.is-white.is-active .file-cta,
.radio .file.is-white:active .file-cta,
.radio .file.is-white.is-active .file-cta {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: rgb(32, 32, 32);
}
.checkbox .file.is-black .file-cta,
.radio .file.is-black .file-cta {
  background-color: rgb(32, 32, 32);
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.checkbox .file.is-black:hover .file-cta, .checkbox .file.is-black.is-hovered .file-cta,
.radio .file.is-black:hover .file-cta,
.radio .file.is-black.is-hovered .file-cta {
  background-color: rgb(25.625, 25.625, 25.625);
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.checkbox .file.is-black:focus .file-cta, .checkbox .file.is-black.is-focused .file-cta,
.radio .file.is-black:focus .file-cta,
.radio .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 32, 32, 0.25);
  color: rgb(255, 255, 255);
}
.checkbox .file.is-black:active .file-cta, .checkbox .file.is-black.is-active .file-cta,
.radio .file.is-black:active .file-cta,
.radio .file.is-black.is-active .file-cta {
  background-color: rgb(19.25, 19.25, 19.25);
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.checkbox .file.is-light .file-cta,
.radio .file.is-light .file-cta {
  background-color: rgb(138, 141, 143);
  border-color: transparent;
  color: #343a40;
}
.checkbox .file.is-light:hover .file-cta, .checkbox .file.is-light.is-hovered .file-cta,
.radio .file.is-light:hover .file-cta,
.radio .file.is-light.is-hovered .file-cta {
  background-color: rgb(131.4858078603, 134.6528384279, 136.7641921397);
  border-color: transparent;
  color: #343a40;
}
.checkbox .file.is-light:focus .file-cta, .checkbox .file.is-light.is-focused .file-cta,
.radio .file.is-light:focus .file-cta,
.radio .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(138, 141, 143, 0.25);
  color: #343a40;
}
.checkbox .file.is-light:active .file-cta, .checkbox .file.is-light.is-active .file-cta,
.radio .file.is-light:active .file-cta,
.radio .file.is-light.is-active .file-cta {
  background-color: rgb(124.9716157205, 128.3056768559, 130.5283842795);
  border-color: transparent;
  color: #343a40;
}
.checkbox .file.is-dark .file-cta,
.radio .file.is-dark .file-cta {
  background-color: rgb(32, 32, 32);
  border-color: transparent;
  color: #f8f9fa;
}
.checkbox .file.is-dark:hover .file-cta, .checkbox .file.is-dark.is-hovered .file-cta,
.radio .file.is-dark:hover .file-cta,
.radio .file.is-dark.is-hovered .file-cta {
  background-color: rgb(25.625, 25.625, 25.625);
  border-color: transparent;
  color: #f8f9fa;
}
.checkbox .file.is-dark:focus .file-cta, .checkbox .file.is-dark.is-focused .file-cta,
.radio .file.is-dark:focus .file-cta,
.radio .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 32, 32, 0.25);
  color: #f8f9fa;
}
.checkbox .file.is-dark:active .file-cta, .checkbox .file.is-dark.is-active .file-cta,
.radio .file.is-dark:active .file-cta,
.radio .file.is-dark.is-active .file-cta {
  background-color: rgb(19.25, 19.25, 19.25);
  border-color: transparent;
  color: #f8f9fa;
}
.checkbox .file.is-primary .file-cta,
.radio .file.is-primary .file-cta {
  background-color: rgb(0, 93, 169);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 93, 169));
}
.checkbox .file.is-primary:hover .file-cta, .checkbox .file.is-primary.is-hovered .file-cta,
.radio .file.is-primary:hover .file-cta,
.radio .file.is-primary.is-hovered .file-cta {
  background-color: rgb(0, 85.9837278107, 156.25);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 93, 169));
}
.checkbox .file.is-primary:focus .file-cta, .checkbox .file.is-primary.is-focused .file-cta,
.radio .file.is-primary:focus .file-cta,
.radio .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 93, 169, 0.25);
  color: findcolorinvert(rgb(0, 93, 169));
}
.checkbox .file.is-primary:active .file-cta, .checkbox .file.is-primary.is-active .file-cta,
.radio .file.is-primary:active .file-cta,
.radio .file.is-primary.is-active .file-cta {
  background-color: rgb(0, 78.9674556213, 143.5);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 93, 169));
}
.checkbox .file.is-secondary .file-cta,
.radio .file.is-secondary .file-cta {
  background-color: rgb(0, 136, 219);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-secondary:hover .file-cta, .checkbox .file.is-secondary.is-hovered .file-cta,
.radio .file.is-secondary:hover .file-cta,
.radio .file.is-secondary.is-hovered .file-cta {
  background-color: rgb(0, 128.0821917808, 206.25);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-secondary:focus .file-cta, .checkbox .file.is-secondary.is-focused .file-cta,
.radio .file.is-secondary:focus .file-cta,
.radio .file.is-secondary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 136, 219, 0.25);
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-secondary:active .file-cta, .checkbox .file.is-secondary.is-active .file-cta,
.radio .file.is-secondary:active .file-cta,
.radio .file.is-secondary.is-active .file-cta {
  background-color: rgb(0, 120.1643835616, 193.5);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-info .file-cta,
.radio .file.is-info .file-cta {
  background-color: rgb(0, 136, 219);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-info:hover .file-cta, .checkbox .file.is-info.is-hovered .file-cta,
.radio .file.is-info:hover .file-cta,
.radio .file.is-info.is-hovered .file-cta {
  background-color: rgb(0, 128.0821917808, 206.25);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-info:focus .file-cta, .checkbox .file.is-info.is-focused .file-cta,
.radio .file.is-info:focus .file-cta,
.radio .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 136, 219, 0.25);
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-info:active .file-cta, .checkbox .file.is-info.is-active .file-cta,
.radio .file.is-info:active .file-cta,
.radio .file.is-info.is-active .file-cta {
  background-color: rgb(0, 120.1643835616, 193.5);
  border-color: transparent;
  color: findcolorinvert(rgb(0, 136, 219));
}
.checkbox .file.is-success .file-cta,
.radio .file.is-success .file-cta {
  background-color: rgb(0, 153, 130);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-success:hover .file-cta, .checkbox .file.is-success.is-hovered .file-cta,
.radio .file.is-success:hover .file-cta,
.radio .file.is-success.is-hovered .file-cta {
  background-color: rgb(0, 140.25, 119.1666666667);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-success:focus .file-cta, .checkbox .file.is-success.is-focused .file-cta,
.radio .file.is-success:focus .file-cta,
.radio .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 153, 130, 0.25);
  color: #000;
}
.checkbox .file.is-success:active .file-cta, .checkbox .file.is-success.is-active .file-cta,
.radio .file.is-success:active .file-cta,
.radio .file.is-success.is-active .file-cta {
  background-color: rgb(0, 127.5, 108.3333333333);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-warning .file-cta,
.radio .file.is-warning .file-cta {
  background-color: rgb(240, 171, 0);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-warning:hover .file-cta, .checkbox .file.is-warning.is-hovered .file-cta,
.radio .file.is-warning:hover .file-cta,
.radio .file.is-warning.is-hovered .file-cta {
  background-color: rgb(227.25, 161.915625, 0);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-warning:focus .file-cta, .checkbox .file.is-warning.is-focused .file-cta,
.radio .file.is-warning:focus .file-cta,
.radio .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(240, 171, 0, 0.25);
  color: #000;
}
.checkbox .file.is-warning:active .file-cta, .checkbox .file.is-warning.is-active .file-cta,
.radio .file.is-warning:active .file-cta,
.radio .file.is-warning.is-active .file-cta {
  background-color: rgb(214.5, 152.83125, 0);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-danger .file-cta,
.radio .file.is-danger .file-cta {
  background-color: rgb(255, 0, 67);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-danger:hover .file-cta, .checkbox .file.is-danger.is-hovered .file-cta,
.radio .file.is-danger:hover .file-cta,
.radio .file.is-danger.is-hovered .file-cta {
  background-color: rgb(242.25, 0, 63.65);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-danger:focus .file-cta, .checkbox .file.is-danger.is-focused .file-cta,
.radio .file.is-danger:focus .file-cta,
.radio .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 0, 67, 0.25);
  color: #000;
}
.checkbox .file.is-danger:active .file-cta, .checkbox .file.is-danger.is-active .file-cta,
.radio .file.is-danger:active .file-cta,
.radio .file.is-danger.is-active .file-cta {
  background-color: rgb(229.5, 0, 60.3);
  border-color: transparent;
  color: #000;
}
.checkbox .file.is-small,
.radio .file.is-small {
  font-size: 0.75rem;
}
.checkbox .file.is-medium,
.radio .file.is-medium {
  font-size: 1.25rem;
}
.checkbox .file.is-medium .file-icon .fa,
.radio .file.is-medium .file-icon .fa {
  font-size: 21px;
}
.checkbox .file.is-large,
.radio .file.is-large {
  font-size: 1.5rem;
}
.checkbox .file.is-large .file-icon .fa,
.radio .file.is-large .file-icon .fa {
  font-size: 28px;
}
.checkbox .file.has-name .file-cta,
.radio .file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.checkbox .file.has-name .file-name,
.radio .file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.checkbox .file.has-name.is-empty .file-cta,
.radio .file.has-name.is-empty .file-cta {
  border-radius: 5px;
}
.checkbox .file.has-name.is-empty .file-name,
.radio .file.has-name.is-empty .file-name {
  display: none;
}
.checkbox .file.is-boxed .file-label,
.radio .file.is-boxed .file-label {
  flex-direction: column;
}
.checkbox .file.is-boxed .file-cta,
.radio .file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.checkbox .file.is-boxed .file-name,
.radio .file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.checkbox .file.is-boxed .file-icon,
.radio .file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.checkbox .file.is-boxed .file-icon .fa,
.radio .file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.checkbox .file.is-boxed.is-small .file-icon .fa,
.radio .file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.checkbox .file.is-boxed.is-medium .file-icon .fa,
.radio .file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.checkbox .file.is-boxed.is-large .file-icon .fa,
.radio .file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.checkbox .file.is-boxed.has-name .file-cta,
.radio .file.is-boxed.has-name .file-cta {
  border-radius: 5px 5px 0 0;
}
.checkbox .file.is-boxed.has-name .file-name,
.radio .file.is-boxed.has-name .file-name {
  border-radius: 0 0 5px 5px;
  border-width: 0 1px 1px;
}
.checkbox .file.is-centered,
.radio .file.is-centered {
  justify-content: center;
}
.checkbox .file.is-fullwidth .file-label,
.radio .file.is-fullwidth .file-label {
  width: 100%;
}
.checkbox .file.is-fullwidth .file-name,
.radio .file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.checkbox .file.is-right,
.radio .file.is-right {
  justify-content: flex-end;
}
.checkbox .file.is-right .file-cta,
.radio .file.is-right .file-cta {
  border-radius: 0 5px 5px 0;
}
.checkbox .file.is-right .file-name,
.radio .file.is-right .file-name {
  border-radius: 5px 0 0 5px;
  border-width: 1px 0 1px 1px;
  order: -1;
}
.checkbox .file-label,
.radio .file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.checkbox .file-label:hover .file-cta,
.radio .file-label:hover .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  color: hsl(0, 0%, 21%);
}
.checkbox .file-label:hover .file-name,
.radio .file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}
.checkbox .file-label:active .file-cta,
.radio .file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.checkbox .file-label:active .file-name,
.radio .file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}
.checkbox .file-input,
.radio .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.checkbox .file-cta,
.checkbox .file-name,
.radio .file-cta,
.radio .file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 5px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.checkbox .file-cta,
.radio .file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}
.checkbox .file-name,
.radio .file-name {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.checkbox .file-icon,
.radio .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.checkbox .file-icon .fa,
.radio .file-icon .fa {
  font-size: 14px;
}
.checkbox .label,
.radio .label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.checkbox .label:not(:last-child),
.radio .label:not(:last-child) {
  margin-bottom: 0.5em;
}
.checkbox .label.is-small,
.radio .label.is-small {
  font-size: 0.75rem;
}
.checkbox .label.is-medium,
.radio .label.is-medium {
  font-size: 1.25rem;
}
.checkbox .label.is-large,
.radio .label.is-large {
  font-size: 1.5rem;
}
.checkbox .help,
.radio .help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.checkbox .help.is-white,
.radio .help.is-white {
  color: rgb(255, 255, 255);
}
.checkbox .help.is-black,
.radio .help.is-black {
  color: rgb(32, 32, 32);
}
.checkbox .help.is-light,
.radio .help.is-light {
  color: rgb(138, 141, 143);
}
.checkbox .help.is-dark,
.radio .help.is-dark {
  color: rgb(32, 32, 32);
}
.checkbox .help.is-primary,
.radio .help.is-primary {
  color: rgb(0, 93, 169);
}
.checkbox .help.is-secondary,
.radio .help.is-secondary {
  color: rgb(0, 136, 219);
}
.checkbox .help.is-info,
.radio .help.is-info {
  color: rgb(0, 136, 219);
}
.checkbox .help.is-success,
.radio .help.is-success {
  color: rgb(0, 153, 130);
}
.checkbox .help.is-warning,
.radio .help.is-warning {
  color: rgb(240, 171, 0);
}
.checkbox .help.is-danger,
.radio .help.is-danger {
  color: rgb(255, 0, 67);
}
.checkbox .field:not(:last-child),
.radio .field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.checkbox .field.has-addons,
.radio .field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.checkbox .field.has-addons .control:not(:last-child),
.radio .field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.checkbox .field.has-addons .control:not(:first-child):not(:last-child) .button,
.checkbox .field.has-addons .control:not(:first-child):not(:last-child) .input,
.checkbox .field.has-addons .control:not(:first-child):not(:last-child) .select select,
.radio .field.has-addons .control:not(:first-child):not(:last-child) .button,
.radio .field.has-addons .control:not(:first-child):not(:last-child) .input,
.radio .field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.checkbox .field.has-addons .control:first-child:not(:only-child) .button,
.checkbox .field.has-addons .control:first-child:not(:only-child) .input,
.checkbox .field.has-addons .control:first-child:not(:only-child) .select select,
.radio .field.has-addons .control:first-child:not(:only-child) .button,
.radio .field.has-addons .control:first-child:not(:only-child) .input,
.radio .field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.checkbox .field.has-addons .control:last-child:not(:only-child) .button,
.checkbox .field.has-addons .control:last-child:not(:only-child) .input,
.checkbox .field.has-addons .control:last-child:not(:only-child) .select select,
.radio .field.has-addons .control:last-child:not(:only-child) .button,
.radio .field.has-addons .control:last-child:not(:only-child) .input,
.radio .field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.checkbox .field.has-addons .control .button:not([disabled]):hover, .checkbox .field.has-addons .control .button:not([disabled]).is-hovered,
.checkbox .field.has-addons .control .input:not([disabled]):hover,
.checkbox .field.has-addons .control .input:not([disabled]).is-hovered,
.checkbox .field.has-addons .control .select select:not([disabled]):hover,
.checkbox .field.has-addons .control .select select:not([disabled]).is-hovered,
.radio .field.has-addons .control .button:not([disabled]):hover,
.radio .field.has-addons .control .button:not([disabled]).is-hovered,
.radio .field.has-addons .control .input:not([disabled]):hover,
.radio .field.has-addons .control .input:not([disabled]).is-hovered,
.radio .field.has-addons .control .select select:not([disabled]):hover,
.radio .field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.checkbox .field.has-addons .control .button:not([disabled]):focus, .checkbox .field.has-addons .control .button:not([disabled]).is-focused, .checkbox .field.has-addons .control .button:not([disabled]):active, .checkbox .field.has-addons .control .button:not([disabled]).is-active,
.checkbox .field.has-addons .control .input:not([disabled]):focus,
.checkbox .field.has-addons .control .input:not([disabled]).is-focused,
.checkbox .field.has-addons .control .input:not([disabled]):active,
.checkbox .field.has-addons .control .input:not([disabled]).is-active,
.checkbox .field.has-addons .control .select select:not([disabled]):focus,
.checkbox .field.has-addons .control .select select:not([disabled]).is-focused,
.checkbox .field.has-addons .control .select select:not([disabled]):active,
.checkbox .field.has-addons .control .select select:not([disabled]).is-active,
.radio .field.has-addons .control .button:not([disabled]):focus,
.radio .field.has-addons .control .button:not([disabled]).is-focused,
.radio .field.has-addons .control .button:not([disabled]):active,
.radio .field.has-addons .control .button:not([disabled]).is-active,
.radio .field.has-addons .control .input:not([disabled]):focus,
.radio .field.has-addons .control .input:not([disabled]).is-focused,
.radio .field.has-addons .control .input:not([disabled]):active,
.radio .field.has-addons .control .input:not([disabled]).is-active,
.radio .field.has-addons .control .select select:not([disabled]):focus,
.radio .field.has-addons .control .select select:not([disabled]).is-focused,
.radio .field.has-addons .control .select select:not([disabled]):active,
.radio .field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.checkbox .field.has-addons .control .button:not([disabled]):focus:hover, .checkbox .field.has-addons .control .button:not([disabled]).is-focused:hover, .checkbox .field.has-addons .control .button:not([disabled]):active:hover, .checkbox .field.has-addons .control .button:not([disabled]).is-active:hover,
.checkbox .field.has-addons .control .input:not([disabled]):focus:hover,
.checkbox .field.has-addons .control .input:not([disabled]).is-focused:hover,
.checkbox .field.has-addons .control .input:not([disabled]):active:hover,
.checkbox .field.has-addons .control .input:not([disabled]).is-active:hover,
.checkbox .field.has-addons .control .select select:not([disabled]):focus:hover,
.checkbox .field.has-addons .control .select select:not([disabled]).is-focused:hover,
.checkbox .field.has-addons .control .select select:not([disabled]):active:hover,
.checkbox .field.has-addons .control .select select:not([disabled]).is-active:hover,
.radio .field.has-addons .control .button:not([disabled]):focus:hover,
.radio .field.has-addons .control .button:not([disabled]).is-focused:hover,
.radio .field.has-addons .control .button:not([disabled]):active:hover,
.radio .field.has-addons .control .button:not([disabled]).is-active:hover,
.radio .field.has-addons .control .input:not([disabled]):focus:hover,
.radio .field.has-addons .control .input:not([disabled]).is-focused:hover,
.radio .field.has-addons .control .input:not([disabled]):active:hover,
.radio .field.has-addons .control .input:not([disabled]).is-active:hover,
.radio .field.has-addons .control .select select:not([disabled]):focus:hover,
.radio .field.has-addons .control .select select:not([disabled]).is-focused:hover,
.radio .field.has-addons .control .select select:not([disabled]):active:hover,
.radio .field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.checkbox .field.has-addons .control.is-expanded,
.radio .field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.checkbox .field.has-addons.has-addons-centered,
.radio .field.has-addons.has-addons-centered {
  justify-content: center;
}
.checkbox .field.has-addons.has-addons-right,
.radio .field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.checkbox .field.has-addons.has-addons-fullwidth .control,
.radio .field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.checkbox .field.is-grouped,
.radio .field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.checkbox .field.is-grouped > .control,
.radio .field.is-grouped > .control {
  flex-shrink: 0;
}
.checkbox .field.is-grouped > .control:not(:last-child),
.radio .field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.checkbox .field.is-grouped > .control.is-expanded,
.radio .field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.checkbox .field.is-grouped.is-grouped-centered,
.radio .field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.checkbox .field.is-grouped.is-grouped-right,
.radio .field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.checkbox .field.is-grouped.is-grouped-multiline,
.radio .field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.checkbox .field.is-grouped.is-grouped-multiline > .control:last-child, .checkbox .field.is-grouped.is-grouped-multiline > .control:not(:last-child),
.radio .field.is-grouped.is-grouped-multiline > .control:last-child,
.radio .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.checkbox .field.is-grouped.is-grouped-multiline:last-child,
.radio .field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.checkbox .field.is-grouped.is-grouped-multiline:not(:last-child),
.radio .field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .checkbox .field.is-horizontal,
  .radio .field.is-horizontal {
    display: flex;
  }
}
.checkbox .field-label .label,
.radio .field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .checkbox .field-label,
  .radio .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .checkbox .field-label,
  .radio .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .checkbox .field-label.is-small,
  .radio .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .checkbox .field-label.is-normal,
  .radio .field-label.is-normal {
    padding-top: 0.375em;
  }
  .checkbox .field-label.is-medium,
  .radio .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .checkbox .field-label.is-large,
  .radio .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}
.checkbox .field-body .field .field,
.radio .field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .checkbox .field-body,
  .radio .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .checkbox .field-body .field,
  .radio .field-body .field {
    margin-bottom: 0;
  }
  .checkbox .field-body > .field,
  .radio .field-body > .field {
    flex-shrink: 1;
  }
  .checkbox .field-body > .field:not(.is-narrow),
  .radio .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .checkbox .field-body > .field:not(:last-child),
  .radio .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.checkbox .control,
.radio .control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
.checkbox .control.has-icons-left .input:focus ~ .icon,
.checkbox .control.has-icons-left .select:focus ~ .icon, .checkbox .control.has-icons-right .input:focus ~ .icon,
.checkbox .control.has-icons-right .select:focus ~ .icon,
.radio .control.has-icons-left .input:focus ~ .icon,
.radio .control.has-icons-left .select:focus ~ .icon,
.radio .control.has-icons-right .input:focus ~ .icon,
.radio .control.has-icons-right .select:focus ~ .icon {
  color: rgb(138, 141, 143);
}
.checkbox .control.has-icons-left .input.is-small ~ .icon,
.checkbox .control.has-icons-left .select.is-small ~ .icon, .checkbox .control.has-icons-right .input.is-small ~ .icon,
.checkbox .control.has-icons-right .select.is-small ~ .icon,
.radio .control.has-icons-left .input.is-small ~ .icon,
.radio .control.has-icons-left .select.is-small ~ .icon,
.radio .control.has-icons-right .input.is-small ~ .icon,
.radio .control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.checkbox .control.has-icons-left .input.is-medium ~ .icon,
.checkbox .control.has-icons-left .select.is-medium ~ .icon, .checkbox .control.has-icons-right .input.is-medium ~ .icon,
.checkbox .control.has-icons-right .select.is-medium ~ .icon,
.radio .control.has-icons-left .input.is-medium ~ .icon,
.radio .control.has-icons-left .select.is-medium ~ .icon,
.radio .control.has-icons-right .input.is-medium ~ .icon,
.radio .control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}
.checkbox .control.has-icons-left .input.is-large ~ .icon,
.checkbox .control.has-icons-left .select.is-large ~ .icon, .checkbox .control.has-icons-right .input.is-large ~ .icon,
.checkbox .control.has-icons-right .select.is-large ~ .icon,
.radio .control.has-icons-left .input.is-large ~ .icon,
.radio .control.has-icons-left .select.is-large ~ .icon,
.radio .control.has-icons-right .input.is-large ~ .icon,
.radio .control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}
.checkbox .control.has-icons-left .icon, .checkbox .control.has-icons-right .icon,
.radio .control.has-icons-left .icon,
.radio .control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: calc(1.5em + 0.75rem + 2px);
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(1.5em + 0.75rem + 2px);
  z-index: 4;
}
.checkbox .control.has-icons-left .input,
.checkbox .control.has-icons-left .select select,
.radio .control.has-icons-left .input,
.radio .control.has-icons-left .select select {
  padding-left: calc(1.5em + 0.75rem + 2px);
}
.checkbox .control.has-icons-left .icon.is-left,
.radio .control.has-icons-left .icon.is-left {
  left: 0;
}
.checkbox .control.has-icons-right .input,
.checkbox .control.has-icons-right .select select,
.radio .control.has-icons-right .input,
.radio .control.has-icons-right .select select {
  padding-right: calc(1.5em + 0.75rem + 2px);
}
.checkbox .control.has-icons-right .icon.is-right,
.radio .control.has-icons-right .icon.is-right {
  right: 0;
}
.checkbox .control.is-loading::after,
.radio .control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.checkbox .control.is-loading.is-small:after,
.radio .control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.checkbox .control.is-loading.is-medium:after,
.radio .control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.checkbox .control.is-loading.is-large:after,
.radio .control.is-loading.is-large:after {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 568px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 667px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1900px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 568px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 667px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1900px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 320px) {
  .float-xxs-left {
    float: left !important;
  }
  .float-xxs-right {
    float: right !important;
  }
  .float-xxs-none {
    float: none !important;
  }
}
@media (min-width: 568px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 667px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1900px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
}

.m-5 {
  margin: 36px !important;
}

.mt-5,
.my-5 {
  margin-top: 36px !important;
}

.mr-5,
.mx-5 {
  margin-right: 36px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 36px !important;
}

.ml-5,
.mx-5 {
  margin-left: 36px !important;
}

.m-6 {
  margin: 48px !important;
}

.mt-6,
.my-6 {
  margin-top: 48px !important;
}

.mr-6,
.mx-6 {
  margin-right: 48px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 48px !important;
}

.ml-6,
.mx-6 {
  margin-left: 48px !important;
}

.m-7 {
  margin: 64px !important;
}

.mt-7,
.my-7 {
  margin-top: 64px !important;
}

.mr-7,
.mx-7 {
  margin-right: 64px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 64px !important;
}

.ml-7,
.mx-7 {
  margin-left: 64px !important;
}

.m-8 {
  margin: 88px !important;
}

.mt-8,
.my-8 {
  margin-top: 88px !important;
}

.mr-8,
.mx-8 {
  margin-right: 88px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 88px !important;
}

.ml-8,
.mx-8 {
  margin-left: 88px !important;
}

.m-9 {
  margin: 112px !important;
}

.mt-9,
.my-9 {
  margin-top: 112px !important;
}

.mr-9,
.mx-9 {
  margin-right: 112px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 112px !important;
}

.ml-9,
.mx-9 {
  margin-left: 112px !important;
}

.m-10 {
  margin: 144px !important;
}

.mt-10,
.my-10 {
  margin-top: 144px !important;
}

.mr-10,
.mx-10 {
  margin-right: 144px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 144px !important;
}

.ml-10,
.mx-10 {
  margin-left: 144px !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

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

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

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

.p-3 {
  padding: 16px !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

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

.p-4 {
  padding: 24px !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}

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

.p-5 {
  padding: 36px !important;
}

.pt-5,
.py-5 {
  padding-top: 36px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 36px !important;
}

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

.p-6 {
  padding: 48px !important;
}

.pt-6,
.py-6 {
  padding-top: 48px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 48px !important;
}

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

.p-7 {
  padding: 64px !important;
}

.pt-7,
.py-7 {
  padding-top: 64px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 64px !important;
}

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

.p-8 {
  padding: 88px !important;
}

.pt-8,
.py-8 {
  padding-top: 88px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 88px !important;
}

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

.p-9 {
  padding: 112px !important;
}

.pt-9,
.py-9 {
  padding-top: 112px !important;
}

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

.pb-9,
.py-9 {
  padding-bottom: 112px !important;
}

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

.p-10 {
  padding: 144px !important;
}

.pt-10,
.py-10 {
  padding-top: 144px !important;
}

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

.pb-10,
.py-10 {
  padding-bottom: 144px !important;
}

.pl-10,
.px-10 {
  padding-left: 144px !important;
}

.m-n1 {
  margin: -4px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}

.m-n2 {
  margin: -8px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}

.m-n3 {
  margin: -16px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}

.m-n4 {
  margin: -24px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}

.m-n5 {
  margin: -36px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -36px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -36px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -36px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -36px !important;
}

.m-n6 {
  margin: -48px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -48px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -48px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -48px !important;
}

.m-n7 {
  margin: -64px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -64px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -64px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -64px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -64px !important;
}

.m-n8 {
  margin: -88px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -88px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -88px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -88px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -88px !important;
}

.m-n9 {
  margin: -112px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -112px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -112px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -112px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -112px !important;
}

.m-n10 {
  margin: -144px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -144px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -144px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -144px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -144px !important;
}

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

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

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

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

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

@media (min-width: 320px) {
  .m-xxs-0 {
    margin: 0 !important;
  }
  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important;
  }
  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important;
  }
  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important;
  }
  .m-xxs-1 {
    margin: 4px !important;
  }
  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 4px !important;
  }
  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 4px !important;
  }
  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 4px !important;
  }
  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 4px !important;
  }
  .m-xxs-2 {
    margin: 8px !important;
  }
  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 8px !important;
  }
  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 8px !important;
  }
  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 8px !important;
  }
  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 8px !important;
  }
  .m-xxs-3 {
    margin: 16px !important;
  }
  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 16px !important;
  }
  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 16px !important;
  }
  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 16px !important;
  }
  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 16px !important;
  }
  .m-xxs-4 {
    margin: 24px !important;
  }
  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 24px !important;
  }
  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 24px !important;
  }
  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 24px !important;
  }
  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 24px !important;
  }
  .m-xxs-5 {
    margin: 36px !important;
  }
  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 36px !important;
  }
  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 36px !important;
  }
  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 36px !important;
  }
  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 36px !important;
  }
  .m-xxs-6 {
    margin: 48px !important;
  }
  .mt-xxs-6,
  .my-xxs-6 {
    margin-top: 48px !important;
  }
  .mr-xxs-6,
  .mx-xxs-6 {
    margin-right: 48px !important;
  }
  .mb-xxs-6,
  .my-xxs-6 {
    margin-bottom: 48px !important;
  }
  .ml-xxs-6,
  .mx-xxs-6 {
    margin-left: 48px !important;
  }
  .m-xxs-7 {
    margin: 64px !important;
  }
  .mt-xxs-7,
  .my-xxs-7 {
    margin-top: 64px !important;
  }
  .mr-xxs-7,
  .mx-xxs-7 {
    margin-right: 64px !important;
  }
  .mb-xxs-7,
  .my-xxs-7 {
    margin-bottom: 64px !important;
  }
  .ml-xxs-7,
  .mx-xxs-7 {
    margin-left: 64px !important;
  }
  .m-xxs-8 {
    margin: 88px !important;
  }
  .mt-xxs-8,
  .my-xxs-8 {
    margin-top: 88px !important;
  }
  .mr-xxs-8,
  .mx-xxs-8 {
    margin-right: 88px !important;
  }
  .mb-xxs-8,
  .my-xxs-8 {
    margin-bottom: 88px !important;
  }
  .ml-xxs-8,
  .mx-xxs-8 {
    margin-left: 88px !important;
  }
  .m-xxs-9 {
    margin: 112px !important;
  }
  .mt-xxs-9,
  .my-xxs-9 {
    margin-top: 112px !important;
  }
  .mr-xxs-9,
  .mx-xxs-9 {
    margin-right: 112px !important;
  }
  .mb-xxs-9,
  .my-xxs-9 {
    margin-bottom: 112px !important;
  }
  .ml-xxs-9,
  .mx-xxs-9 {
    margin-left: 112px !important;
  }
  .m-xxs-10 {
    margin: 144px !important;
  }
  .mt-xxs-10,
  .my-xxs-10 {
    margin-top: 144px !important;
  }
  .mr-xxs-10,
  .mx-xxs-10 {
    margin-right: 144px !important;
  }
  .mb-xxs-10,
  .my-xxs-10 {
    margin-bottom: 144px !important;
  }
  .ml-xxs-10,
  .mx-xxs-10 {
    margin-left: 144px !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important;
  }
  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important;
  }
  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important;
  }
  .p-xxs-1 {
    padding: 4px !important;
  }
  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 4px !important;
  }
  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 4px !important;
  }
  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 4px !important;
  }
  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 4px !important;
  }
  .p-xxs-2 {
    padding: 8px !important;
  }
  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 8px !important;
  }
  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 8px !important;
  }
  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 8px !important;
  }
  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 8px !important;
  }
  .p-xxs-3 {
    padding: 16px !important;
  }
  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 16px !important;
  }
  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 16px !important;
  }
  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 16px !important;
  }
  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 16px !important;
  }
  .p-xxs-4 {
    padding: 24px !important;
  }
  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 24px !important;
  }
  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 24px !important;
  }
  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 24px !important;
  }
  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 24px !important;
  }
  .p-xxs-5 {
    padding: 36px !important;
  }
  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 36px !important;
  }
  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 36px !important;
  }
  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 36px !important;
  }
  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 36px !important;
  }
  .p-xxs-6 {
    padding: 48px !important;
  }
  .pt-xxs-6,
  .py-xxs-6 {
    padding-top: 48px !important;
  }
  .pr-xxs-6,
  .px-xxs-6 {
    padding-right: 48px !important;
  }
  .pb-xxs-6,
  .py-xxs-6 {
    padding-bottom: 48px !important;
  }
  .pl-xxs-6,
  .px-xxs-6 {
    padding-left: 48px !important;
  }
  .p-xxs-7 {
    padding: 64px !important;
  }
  .pt-xxs-7,
  .py-xxs-7 {
    padding-top: 64px !important;
  }
  .pr-xxs-7,
  .px-xxs-7 {
    padding-right: 64px !important;
  }
  .pb-xxs-7,
  .py-xxs-7 {
    padding-bottom: 64px !important;
  }
  .pl-xxs-7,
  .px-xxs-7 {
    padding-left: 64px !important;
  }
  .p-xxs-8 {
    padding: 88px !important;
  }
  .pt-xxs-8,
  .py-xxs-8 {
    padding-top: 88px !important;
  }
  .pr-xxs-8,
  .px-xxs-8 {
    padding-right: 88px !important;
  }
  .pb-xxs-8,
  .py-xxs-8 {
    padding-bottom: 88px !important;
  }
  .pl-xxs-8,
  .px-xxs-8 {
    padding-left: 88px !important;
  }
  .p-xxs-9 {
    padding: 112px !important;
  }
  .pt-xxs-9,
  .py-xxs-9 {
    padding-top: 112px !important;
  }
  .pr-xxs-9,
  .px-xxs-9 {
    padding-right: 112px !important;
  }
  .pb-xxs-9,
  .py-xxs-9 {
    padding-bottom: 112px !important;
  }
  .pl-xxs-9,
  .px-xxs-9 {
    padding-left: 112px !important;
  }
  .p-xxs-10 {
    padding: 144px !important;
  }
  .pt-xxs-10,
  .py-xxs-10 {
    padding-top: 144px !important;
  }
  .pr-xxs-10,
  .px-xxs-10 {
    padding-right: 144px !important;
  }
  .pb-xxs-10,
  .py-xxs-10 {
    padding-bottom: 144px !important;
  }
  .pl-xxs-10,
  .px-xxs-10 {
    padding-left: 144px !important;
  }
  .m-xxs-n1 {
    margin: -4px !important;
  }
  .mt-xxs-n1,
  .my-xxs-n1 {
    margin-top: -4px !important;
  }
  .mr-xxs-n1,
  .mx-xxs-n1 {
    margin-right: -4px !important;
  }
  .mb-xxs-n1,
  .my-xxs-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xxs-n1,
  .mx-xxs-n1 {
    margin-left: -4px !important;
  }
  .m-xxs-n2 {
    margin: -8px !important;
  }
  .mt-xxs-n2,
  .my-xxs-n2 {
    margin-top: -8px !important;
  }
  .mr-xxs-n2,
  .mx-xxs-n2 {
    margin-right: -8px !important;
  }
  .mb-xxs-n2,
  .my-xxs-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xxs-n2,
  .mx-xxs-n2 {
    margin-left: -8px !important;
  }
  .m-xxs-n3 {
    margin: -16px !important;
  }
  .mt-xxs-n3,
  .my-xxs-n3 {
    margin-top: -16px !important;
  }
  .mr-xxs-n3,
  .mx-xxs-n3 {
    margin-right: -16px !important;
  }
  .mb-xxs-n3,
  .my-xxs-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xxs-n3,
  .mx-xxs-n3 {
    margin-left: -16px !important;
  }
  .m-xxs-n4 {
    margin: -24px !important;
  }
  .mt-xxs-n4,
  .my-xxs-n4 {
    margin-top: -24px !important;
  }
  .mr-xxs-n4,
  .mx-xxs-n4 {
    margin-right: -24px !important;
  }
  .mb-xxs-n4,
  .my-xxs-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xxs-n4,
  .mx-xxs-n4 {
    margin-left: -24px !important;
  }
  .m-xxs-n5 {
    margin: -36px !important;
  }
  .mt-xxs-n5,
  .my-xxs-n5 {
    margin-top: -36px !important;
  }
  .mr-xxs-n5,
  .mx-xxs-n5 {
    margin-right: -36px !important;
  }
  .mb-xxs-n5,
  .my-xxs-n5 {
    margin-bottom: -36px !important;
  }
  .ml-xxs-n5,
  .mx-xxs-n5 {
    margin-left: -36px !important;
  }
  .m-xxs-n6 {
    margin: -48px !important;
  }
  .mt-xxs-n6,
  .my-xxs-n6 {
    margin-top: -48px !important;
  }
  .mr-xxs-n6,
  .mx-xxs-n6 {
    margin-right: -48px !important;
  }
  .mb-xxs-n6,
  .my-xxs-n6 {
    margin-bottom: -48px !important;
  }
  .ml-xxs-n6,
  .mx-xxs-n6 {
    margin-left: -48px !important;
  }
  .m-xxs-n7 {
    margin: -64px !important;
  }
  .mt-xxs-n7,
  .my-xxs-n7 {
    margin-top: -64px !important;
  }
  .mr-xxs-n7,
  .mx-xxs-n7 {
    margin-right: -64px !important;
  }
  .mb-xxs-n7,
  .my-xxs-n7 {
    margin-bottom: -64px !important;
  }
  .ml-xxs-n7,
  .mx-xxs-n7 {
    margin-left: -64px !important;
  }
  .m-xxs-n8 {
    margin: -88px !important;
  }
  .mt-xxs-n8,
  .my-xxs-n8 {
    margin-top: -88px !important;
  }
  .mr-xxs-n8,
  .mx-xxs-n8 {
    margin-right: -88px !important;
  }
  .mb-xxs-n8,
  .my-xxs-n8 {
    margin-bottom: -88px !important;
  }
  .ml-xxs-n8,
  .mx-xxs-n8 {
    margin-left: -88px !important;
  }
  .m-xxs-n9 {
    margin: -112px !important;
  }
  .mt-xxs-n9,
  .my-xxs-n9 {
    margin-top: -112px !important;
  }
  .mr-xxs-n9,
  .mx-xxs-n9 {
    margin-right: -112px !important;
  }
  .mb-xxs-n9,
  .my-xxs-n9 {
    margin-bottom: -112px !important;
  }
  .ml-xxs-n9,
  .mx-xxs-n9 {
    margin-left: -112px !important;
  }
  .m-xxs-n10 {
    margin: -144px !important;
  }
  .mt-xxs-n10,
  .my-xxs-n10 {
    margin-top: -144px !important;
  }
  .mr-xxs-n10,
  .mx-xxs-n10 {
    margin-right: -144px !important;
  }
  .mb-xxs-n10,
  .my-xxs-n10 {
    margin-bottom: -144px !important;
  }
  .ml-xxs-n10,
  .mx-xxs-n10 {
    margin-left: -144px !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important;
  }
  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important;
  }
  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 568px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 4px !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 4px !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 4px !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 4px !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 4px !important;
  }
  .m-xs-2 {
    margin: 8px !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 8px !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 8px !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 8px !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 8px !important;
  }
  .m-xs-3 {
    margin: 16px !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 16px !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 16px !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 16px !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 16px !important;
  }
  .m-xs-4 {
    margin: 24px !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 24px !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 24px !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 24px !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 24px !important;
  }
  .m-xs-5 {
    margin: 36px !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 36px !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 36px !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 36px !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 36px !important;
  }
  .m-xs-6 {
    margin: 48px !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 48px !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 48px !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 48px !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 48px !important;
  }
  .m-xs-7 {
    margin: 64px !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 64px !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 64px !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 64px !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 64px !important;
  }
  .m-xs-8 {
    margin: 88px !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 88px !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 88px !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 88px !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 88px !important;
  }
  .m-xs-9 {
    margin: 112px !important;
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 112px !important;
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 112px !important;
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 112px !important;
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 112px !important;
  }
  .m-xs-10 {
    margin: 144px !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 144px !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 144px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 144px !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 144px !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 4px !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 4px !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 4px !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 4px !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 4px !important;
  }
  .p-xs-2 {
    padding: 8px !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 8px !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 8px !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 8px !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 8px !important;
  }
  .p-xs-3 {
    padding: 16px !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 16px !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 16px !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 16px !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 16px !important;
  }
  .p-xs-4 {
    padding: 24px !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 24px !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 24px !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 24px !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 24px !important;
  }
  .p-xs-5 {
    padding: 36px !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 36px !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 36px !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 36px !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 36px !important;
  }
  .p-xs-6 {
    padding: 48px !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 48px !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 48px !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 48px !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 48px !important;
  }
  .p-xs-7 {
    padding: 64px !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 64px !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 64px !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 64px !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 64px !important;
  }
  .p-xs-8 {
    padding: 88px !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 88px !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 88px !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 88px !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 88px !important;
  }
  .p-xs-9 {
    padding: 112px !important;
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 112px !important;
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 112px !important;
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 112px !important;
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 112px !important;
  }
  .p-xs-10 {
    padding: 144px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 144px !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 144px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 144px !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 144px !important;
  }
  .m-xs-n1 {
    margin: -4px !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -4px !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -4px !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -4px !important;
  }
  .m-xs-n2 {
    margin: -8px !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -8px !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -8px !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -8px !important;
  }
  .m-xs-n3 {
    margin: -16px !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -16px !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -16px !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -16px !important;
  }
  .m-xs-n4 {
    margin: -24px !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -24px !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -24px !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -24px !important;
  }
  .m-xs-n5 {
    margin: -36px !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -36px !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -36px !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -36px !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -36px !important;
  }
  .m-xs-n6 {
    margin: -48px !important;
  }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -48px !important;
  }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -48px !important;
  }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -48px !important;
  }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -48px !important;
  }
  .m-xs-n7 {
    margin: -64px !important;
  }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -64px !important;
  }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -64px !important;
  }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -64px !important;
  }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -64px !important;
  }
  .m-xs-n8 {
    margin: -88px !important;
  }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -88px !important;
  }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -88px !important;
  }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -88px !important;
  }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -88px !important;
  }
  .m-xs-n9 {
    margin: -112px !important;
  }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -112px !important;
  }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -112px !important;
  }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -112px !important;
  }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -112px !important;
  }
  .m-xs-n10 {
    margin: -144px !important;
  }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -144px !important;
  }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -144px !important;
  }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -144px !important;
  }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -144px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 667px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 4px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }
  .m-sm-5 {
    margin: 36px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 36px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 36px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 36px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 36px !important;
  }
  .m-sm-6 {
    margin: 48px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 48px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 48px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 48px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 48px !important;
  }
  .m-sm-7 {
    margin: 64px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 64px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 64px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 64px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 64px !important;
  }
  .m-sm-8 {
    margin: 88px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 88px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 88px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 88px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 88px !important;
  }
  .m-sm-9 {
    margin: 112px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 112px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 112px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 112px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 112px !important;
  }
  .m-sm-10 {
    margin: 144px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 144px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 144px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 144px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 144px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }
  .p-sm-5 {
    padding: 36px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 36px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 36px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 36px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 36px !important;
  }
  .p-sm-6 {
    padding: 48px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 48px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 48px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 48px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 48px !important;
  }
  .p-sm-7 {
    padding: 64px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 64px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 64px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 64px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 64px !important;
  }
  .p-sm-8 {
    padding: 88px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 88px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 88px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 88px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 88px !important;
  }
  .p-sm-9 {
    padding: 112px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 112px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 112px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 112px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 112px !important;
  }
  .p-sm-10 {
    padding: 144px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 144px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 144px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 144px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 144px !important;
  }
  .m-sm-n1 {
    margin: -4px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important;
  }
  .m-sm-n2 {
    margin: -8px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important;
  }
  .m-sm-n3 {
    margin: -16px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important;
  }
  .m-sm-n4 {
    margin: -24px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important;
  }
  .m-sm-n5 {
    margin: -36px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -36px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -36px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -36px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -36px !important;
  }
  .m-sm-n6 {
    margin: -48px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -48px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -48px !important;
  }
  .m-sm-n7 {
    margin: -64px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -64px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -64px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -64px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -64px !important;
  }
  .m-sm-n8 {
    margin: -88px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -88px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -88px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -88px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -88px !important;
  }
  .m-sm-n9 {
    margin: -112px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -112px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -112px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -112px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -112px !important;
  }
  .m-sm-n10 {
    margin: -144px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -144px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -144px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -144px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -144px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-5 {
    margin: 36px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 36px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 36px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 36px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 36px !important;
  }
  .m-md-6 {
    margin: 48px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 48px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 48px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 48px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 48px !important;
  }
  .m-md-7 {
    margin: 64px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 64px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 64px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 64px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 64px !important;
  }
  .m-md-8 {
    margin: 88px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 88px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 88px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 88px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 88px !important;
  }
  .m-md-9 {
    margin: 112px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 112px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 112px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 112px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 112px !important;
  }
  .m-md-10 {
    margin: 144px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 144px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 144px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 144px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 144px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-5 {
    padding: 36px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 36px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 36px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 36px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 36px !important;
  }
  .p-md-6 {
    padding: 48px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 48px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 48px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 48px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 48px !important;
  }
  .p-md-7 {
    padding: 64px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 64px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 64px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 64px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 64px !important;
  }
  .p-md-8 {
    padding: 88px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 88px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 88px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 88px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 88px !important;
  }
  .p-md-9 {
    padding: 112px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 112px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 112px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 112px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 112px !important;
  }
  .p-md-10 {
    padding: 144px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 144px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 144px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 144px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 144px !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }
  .m-md-n4 {
    margin: -24px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important;
  }
  .m-md-n5 {
    margin: -36px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -36px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -36px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -36px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -36px !important;
  }
  .m-md-n6 {
    margin: -48px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -48px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -48px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -48px !important;
  }
  .m-md-n7 {
    margin: -64px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -64px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -64px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -64px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -64px !important;
  }
  .m-md-n8 {
    margin: -88px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -88px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -88px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -88px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -88px !important;
  }
  .m-md-n9 {
    margin: -112px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -112px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -112px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -112px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -112px !important;
  }
  .m-md-n10 {
    margin: -144px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -144px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -144px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -144px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -144px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-5 {
    margin: 36px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 36px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 36px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 36px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 36px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 48px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 48px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 48px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 48px !important;
  }
  .m-lg-7 {
    margin: 64px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 64px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 64px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 64px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 64px !important;
  }
  .m-lg-8 {
    margin: 88px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 88px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 88px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 88px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 88px !important;
  }
  .m-lg-9 {
    margin: 112px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 112px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 112px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 112px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 112px !important;
  }
  .m-lg-10 {
    margin: 144px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 144px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 144px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 144px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 144px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-5 {
    padding: 36px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 36px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 36px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 36px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 36px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 48px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 48px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 48px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 48px !important;
  }
  .p-lg-7 {
    padding: 64px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 64px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 64px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 64px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 64px !important;
  }
  .p-lg-8 {
    padding: 88px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 88px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 88px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 88px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 88px !important;
  }
  .p-lg-9 {
    padding: 112px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 112px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 112px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 112px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 112px !important;
  }
  .p-lg-10 {
    padding: 144px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 144px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 144px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 144px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 144px !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .m-lg-n4 {
    margin: -24px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important;
  }
  .m-lg-n5 {
    margin: -36px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -36px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -36px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -36px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -36px !important;
  }
  .m-lg-n6 {
    margin: -48px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -48px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -48px !important;
  }
  .m-lg-n7 {
    margin: -64px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -64px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -64px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -64px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -64px !important;
  }
  .m-lg-n8 {
    margin: -88px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -88px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -88px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -88px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -88px !important;
  }
  .m-lg-n9 {
    margin: -112px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -112px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -112px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -112px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -112px !important;
  }
  .m-lg-n10 {
    margin: -144px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -144px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -144px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -144px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -144px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 4px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important;
  }
  .m-xl-5 {
    margin: 36px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 36px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 36px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 36px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 36px !important;
  }
  .m-xl-6 {
    margin: 48px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 48px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 48px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 48px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 48px !important;
  }
  .m-xl-7 {
    margin: 64px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 64px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 64px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 64px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 64px !important;
  }
  .m-xl-8 {
    margin: 88px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 88px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 88px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 88px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 88px !important;
  }
  .m-xl-9 {
    margin: 112px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 112px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 112px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 112px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 112px !important;
  }
  .m-xl-10 {
    margin: 144px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 144px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 144px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 144px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 144px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 4px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important;
  }
  .p-xl-5 {
    padding: 36px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 36px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 36px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 36px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 36px !important;
  }
  .p-xl-6 {
    padding: 48px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 48px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 48px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 48px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 48px !important;
  }
  .p-xl-7 {
    padding: 64px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 64px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 64px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 64px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 64px !important;
  }
  .p-xl-8 {
    padding: 88px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 88px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 88px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 88px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 88px !important;
  }
  .p-xl-9 {
    padding: 112px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 112px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 112px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 112px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 112px !important;
  }
  .p-xl-10 {
    padding: 144px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 144px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 144px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 144px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 144px !important;
  }
  .m-xl-n1 {
    margin: -4px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important;
  }
  .m-xl-n2 {
    margin: -8px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important;
  }
  .m-xl-n3 {
    margin: -16px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important;
  }
  .m-xl-n4 {
    margin: -24px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important;
  }
  .m-xl-n5 {
    margin: -36px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -36px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -36px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -36px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -36px !important;
  }
  .m-xl-n6 {
    margin: -48px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -48px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -48px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -48px !important;
  }
  .m-xl-n7 {
    margin: -64px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -64px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -64px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -64px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -64px !important;
  }
  .m-xl-n8 {
    margin: -88px !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -88px !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -88px !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -88px !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -88px !important;
  }
  .m-xl-n9 {
    margin: -112px !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -112px !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -112px !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -112px !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -112px !important;
  }
  .m-xl-n10 {
    margin: -144px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -144px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -144px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -144px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -144px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 4px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 4px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 4px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 4px !important;
  }
  .m-xxl-2 {
    margin: 8px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 8px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 8px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 8px !important;
  }
  .m-xxl-3 {
    margin: 16px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 16px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 16px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 16px !important;
  }
  .m-xxl-4 {
    margin: 24px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 24px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 24px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 24px !important;
  }
  .m-xxl-5 {
    margin: 36px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 36px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 36px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 36px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 36px !important;
  }
  .m-xxl-6 {
    margin: 48px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 48px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 48px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 48px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 48px !important;
  }
  .m-xxl-7 {
    margin: 64px !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 64px !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 64px !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 64px !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 64px !important;
  }
  .m-xxl-8 {
    margin: 88px !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 88px !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 88px !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 88px !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 88px !important;
  }
  .m-xxl-9 {
    margin: 112px !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 112px !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 112px !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 112px !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 112px !important;
  }
  .m-xxl-10 {
    margin: 144px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 144px !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 144px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 144px !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 144px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 4px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 4px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 4px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 4px !important;
  }
  .p-xxl-2 {
    padding: 8px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 8px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 8px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 8px !important;
  }
  .p-xxl-3 {
    padding: 16px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 16px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 16px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 16px !important;
  }
  .p-xxl-4 {
    padding: 24px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 24px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 24px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 24px !important;
  }
  .p-xxl-5 {
    padding: 36px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 36px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 36px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 36px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 36px !important;
  }
  .p-xxl-6 {
    padding: 48px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 48px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 48px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 48px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 48px !important;
  }
  .p-xxl-7 {
    padding: 64px !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 64px !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 64px !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 64px !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 64px !important;
  }
  .p-xxl-8 {
    padding: 88px !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 88px !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 88px !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 88px !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 88px !important;
  }
  .p-xxl-9 {
    padding: 112px !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 112px !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 112px !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 112px !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 112px !important;
  }
  .p-xxl-10 {
    padding: 144px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 144px !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 144px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 144px !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 144px !important;
  }
  .m-xxl-n1 {
    margin: -4px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -4px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -4px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -4px !important;
  }
  .m-xxl-n2 {
    margin: -8px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -8px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -8px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -8px !important;
  }
  .m-xxl-n3 {
    margin: -16px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -16px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -16px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -16px !important;
  }
  .m-xxl-n4 {
    margin: -24px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -24px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -24px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -24px !important;
  }
  .m-xxl-n5 {
    margin: -36px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -36px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -36px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -36px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -36px !important;
  }
  .m-xxl-n6 {
    margin: -48px !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -48px !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -48px !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -48px !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -48px !important;
  }
  .m-xxl-n7 {
    margin: -64px !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -64px !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -64px !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -64px !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -64px !important;
  }
  .m-xxl-n8 {
    margin: -88px !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -88px !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -88px !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -88px !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -88px !important;
  }
  .m-xxl-n9 {
    margin: -112px !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -112px !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -112px !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -112px !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -112px !important;
  }
  .m-xxl-n10 {
    margin: -144px !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -144px !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -144px !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -144px !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -144px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 4px !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 4px !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 4px !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 4px !important;
  }
  .m-xxxl-2 {
    margin: 8px !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 8px !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 8px !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 8px !important;
  }
  .m-xxxl-3 {
    margin: 16px !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 16px !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 16px !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 16px !important;
  }
  .m-xxxl-4 {
    margin: 24px !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 24px !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 24px !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 24px !important;
  }
  .m-xxxl-5 {
    margin: 36px !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 36px !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 36px !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 36px !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 36px !important;
  }
  .m-xxxl-6 {
    margin: 48px !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 48px !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 48px !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 48px !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 48px !important;
  }
  .m-xxxl-7 {
    margin: 64px !important;
  }
  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 64px !important;
  }
  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 64px !important;
  }
  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 64px !important;
  }
  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 64px !important;
  }
  .m-xxxl-8 {
    margin: 88px !important;
  }
  .mt-xxxl-8,
  .my-xxxl-8 {
    margin-top: 88px !important;
  }
  .mr-xxxl-8,
  .mx-xxxl-8 {
    margin-right: 88px !important;
  }
  .mb-xxxl-8,
  .my-xxxl-8 {
    margin-bottom: 88px !important;
  }
  .ml-xxxl-8,
  .mx-xxxl-8 {
    margin-left: 88px !important;
  }
  .m-xxxl-9 {
    margin: 112px !important;
  }
  .mt-xxxl-9,
  .my-xxxl-9 {
    margin-top: 112px !important;
  }
  .mr-xxxl-9,
  .mx-xxxl-9 {
    margin-right: 112px !important;
  }
  .mb-xxxl-9,
  .my-xxxl-9 {
    margin-bottom: 112px !important;
  }
  .ml-xxxl-9,
  .mx-xxxl-9 {
    margin-left: 112px !important;
  }
  .m-xxxl-10 {
    margin: 144px !important;
  }
  .mt-xxxl-10,
  .my-xxxl-10 {
    margin-top: 144px !important;
  }
  .mr-xxxl-10,
  .mx-xxxl-10 {
    margin-right: 144px !important;
  }
  .mb-xxxl-10,
  .my-xxxl-10 {
    margin-bottom: 144px !important;
  }
  .ml-xxxl-10,
  .mx-xxxl-10 {
    margin-left: 144px !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 4px !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 4px !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 4px !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 4px !important;
  }
  .p-xxxl-2 {
    padding: 8px !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 8px !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 8px !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 8px !important;
  }
  .p-xxxl-3 {
    padding: 16px !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 16px !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 16px !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 16px !important;
  }
  .p-xxxl-4 {
    padding: 24px !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 24px !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 24px !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 24px !important;
  }
  .p-xxxl-5 {
    padding: 36px !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 36px !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 36px !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 36px !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 36px !important;
  }
  .p-xxxl-6 {
    padding: 48px !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 48px !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 48px !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 48px !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 48px !important;
  }
  .p-xxxl-7 {
    padding: 64px !important;
  }
  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 64px !important;
  }
  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 64px !important;
  }
  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 64px !important;
  }
  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 64px !important;
  }
  .p-xxxl-8 {
    padding: 88px !important;
  }
  .pt-xxxl-8,
  .py-xxxl-8 {
    padding-top: 88px !important;
  }
  .pr-xxxl-8,
  .px-xxxl-8 {
    padding-right: 88px !important;
  }
  .pb-xxxl-8,
  .py-xxxl-8 {
    padding-bottom: 88px !important;
  }
  .pl-xxxl-8,
  .px-xxxl-8 {
    padding-left: 88px !important;
  }
  .p-xxxl-9 {
    padding: 112px !important;
  }
  .pt-xxxl-9,
  .py-xxxl-9 {
    padding-top: 112px !important;
  }
  .pr-xxxl-9,
  .px-xxxl-9 {
    padding-right: 112px !important;
  }
  .pb-xxxl-9,
  .py-xxxl-9 {
    padding-bottom: 112px !important;
  }
  .pl-xxxl-9,
  .px-xxxl-9 {
    padding-left: 112px !important;
  }
  .p-xxxl-10 {
    padding: 144px !important;
  }
  .pt-xxxl-10,
  .py-xxxl-10 {
    padding-top: 144px !important;
  }
  .pr-xxxl-10,
  .px-xxxl-10 {
    padding-right: 144px !important;
  }
  .pb-xxxl-10,
  .py-xxxl-10 {
    padding-bottom: 144px !important;
  }
  .pl-xxxl-10,
  .px-xxxl-10 {
    padding-left: 144px !important;
  }
  .m-xxxl-n1 {
    margin: -4px !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -4px !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -4px !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -4px !important;
  }
  .m-xxxl-n2 {
    margin: -8px !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -8px !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -8px !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -8px !important;
  }
  .m-xxxl-n3 {
    margin: -16px !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -16px !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -16px !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -16px !important;
  }
  .m-xxxl-n4 {
    margin: -24px !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -24px !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -24px !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -24px !important;
  }
  .m-xxxl-n5 {
    margin: -36px !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -36px !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -36px !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -36px !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -36px !important;
  }
  .m-xxxl-n6 {
    margin: -48px !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -48px !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -48px !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -48px !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -48px !important;
  }
  .m-xxxl-n7 {
    margin: -64px !important;
  }
  .mt-xxxl-n7,
  .my-xxxl-n7 {
    margin-top: -64px !important;
  }
  .mr-xxxl-n7,
  .mx-xxxl-n7 {
    margin-right: -64px !important;
  }
  .mb-xxxl-n7,
  .my-xxxl-n7 {
    margin-bottom: -64px !important;
  }
  .ml-xxxl-n7,
  .mx-xxxl-n7 {
    margin-left: -64px !important;
  }
  .m-xxxl-n8 {
    margin: -88px !important;
  }
  .mt-xxxl-n8,
  .my-xxxl-n8 {
    margin-top: -88px !important;
  }
  .mr-xxxl-n8,
  .mx-xxxl-n8 {
    margin-right: -88px !important;
  }
  .mb-xxxl-n8,
  .my-xxxl-n8 {
    margin-bottom: -88px !important;
  }
  .ml-xxxl-n8,
  .mx-xxxl-n8 {
    margin-left: -88px !important;
  }
  .m-xxxl-n9 {
    margin: -112px !important;
  }
  .mt-xxxl-n9,
  .my-xxxl-n9 {
    margin-top: -112px !important;
  }
  .mr-xxxl-n9,
  .mx-xxxl-n9 {
    margin-right: -112px !important;
  }
  .mb-xxxl-n9,
  .my-xxxl-n9 {
    margin-bottom: -112px !important;
  }
  .ml-xxxl-n9,
  .mx-xxxl-n9 {
    margin-left: -112px !important;
  }
  .m-xxxl-n10 {
    margin: -144px !important;
  }
  .mt-xxxl-n10,
  .my-xxxl-n10 {
    margin-top: -144px !important;
  }
  .mr-xxxl-n10,
  .mx-xxxl-n10 {
    margin-right: -144px !important;
  }
  .mb-xxxl-n10,
  .my-xxxl-n10 {
    margin-bottom: -144px !important;
  }
  .ml-xxxl-n10,
  .mx-xxxl-n10 {
    margin-left: -144px !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.text-monospace {
  font-family: menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 320px) {
  .text-xxs-left {
    text-align: left !important;
  }
  .text-xxs-right {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 568px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 667px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1900px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(32, 32, 32, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 320px) {
  .dropdown-menu-xxs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxs-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 568px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 667px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1900px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background: #e9ecef linear-gradient(180deg, rgb(236.3, 238.85, 241.4), #e9ecef) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 667px) {
  .container-sm, .container-xs, .container-xxs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxs-first {
    order: -1;
  }
  .order-xxs-last {
    order: 13;
  }
  .order-xxs-0 {
    order: 0;
  }
  .order-xxs-1 {
    order: 1;
  }
  .order-xxs-2 {
    order: 2;
  }
  .order-xxs-3 {
    order: 3;
  }
  .order-xxs-4 {
    order: 4;
  }
  .order-xxs-5 {
    order: 5;
  }
  .order-xxs-6 {
    order: 6;
  }
  .order-xxs-7 {
    order: 7;
  }
  .order-xxs-8 {
    order: 8;
  }
  .order-xxs-9 {
    order: 9;
  }
  .order-xxs-10 {
    order: 10;
  }
  .order-xxs-11 {
    order: 11;
  }
  .order-xxs-12 {
    order: 12;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 568px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 667px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1900px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
.tamro-button, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  margin-right: 4px;
  will-change: transform;
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 16px;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  height: 40px;
  text-decoration: none;
  display: inline-flex;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgb(0, 93, 169);
  color: rgb(255, 255, 255);
  cursor: pointer;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  white-space: nowrap;
}
.tamro-button:last-child, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok:last-child, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn:last-child {
  margin-bottom: 0;
}
.tamro-button:last-child, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok:last-child, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn:last-child {
  margin-right: 0;
}
.tamro-button__space {
  padding: 0 4px;
}
.tamro-button .button-icon, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok .button-icon, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn .button-icon {
  padding: 0 8px;
  transition: transform 0.3s ease;
}
.tamro-button .button-icon .icon__svg-container svg, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok .button-icon .icon__svg-container svg, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn .button-icon .icon__svg-container svg {
  fill: rgb(255, 255, 255);
  transition: fill 0.3s ease;
}
.tamro-button--small {
  font-size: 12px;
  height: 24px;
  padding: 0 4px;
}
.tamro-button--small .button-icon {
  padding: 0 4px;
}
.tamro-button:hover, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok:hover, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn:hover, .tamro-button--hover {
  color: rgb(255, 255, 255);
  box-shadow: none;
  background: rgb(0, 136, 219);
}
.tamro-button:active, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok:active, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn:active, .tamro-button--active {
  color: rgb(255, 255, 255);
  background: rgb(38.25, 117.3, 181.9);
}
.tamro-button:focus-visible, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--ok:focus-visible, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn:focus-visible, .tamro-button--focus-visible {
  box-shadow: inset 0 0 0 2px rgb(32, 32, 32);
}
.tamro-button--disabled {
  color: rgb(151, 151, 151);
  background: rgb(221, 221, 221);
  cursor: not-allowed;
}
.tamro-button--disabled:hover, .tamro-button--disabled--hover {
  background: rgb(221, 221, 221);
  color: rgb(151, 151, 151);
}
.tamro-button--disabled .button-icon .icon__svg-container svg {
  fill: rgb(151, 151, 151);
}
.tamro-button--loading {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3);
}
.tamro-button--loading .button-icon .icon__svg-container svg {
  fill: rgba(255, 255, 255, 0.3);
}
.tamro-button--secondary, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--cancel {
  background: rgb(255, 255, 255);
  color: rgb(0, 93, 169);
  box-shadow: inset 0 0 0 1px rgb(0, 93, 169);
}
.tamro-button--secondary .button-icon .icon__svg-container svg, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--cancel .button-icon .icon__svg-container svg {
  fill: rgb(0, 93, 169);
}
.tamro-button--secondary:hover, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--cancel:hover, .tamro-button--secondary--hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 136, 219);
  box-shadow: inset 0 0 0 1px rgb(0, 136, 219);
}
.tamro-button--secondary:hover .button-icon .icon__svg-container svg, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--cancel:hover .button-icon .icon__svg-container svg, .tamro-button--secondary--hover .button-icon .icon__svg-container svg {
  fill: rgb(0, 136, 219);
}
.tamro-button--secondary:active, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--cancel:active, .tamro-button--secondary--active {
  color: rgb(38.25, 117.3, 181.9);
  background: rgb(244, 249, 253);
}
.tamro-button--secondary:active .button-icon .icon__svg-container svg, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--cancel:active .button-icon .icon__svg-container svg, .tamro-button--secondary--active .button-icon .icon__svg-container svg {
  fill: rgb(38.25, 117.3, 181.9);
}
.tamro-button--secondary:focus-visible, .vuejs-dialog__custom .dg-container .dg-main-content .dg-btn--cancel:focus-visible, .tamro-button--secondary--focus-visible {
  box-shadow: inset 0 0 0 2px rgb(32, 32, 32);
}
.tamro-button--secondary--disabled {
  color: rgb(151, 151, 151);
  box-shadow: inset 0 0 0 1px rgb(151, 151, 151);
}
.tamro-button--secondary--disabled:hover, .tamro-button--secondary--disabled--hover {
  background: rgb(255, 255, 255);
  color: rgb(151, 151, 151);
  box-shadow: inset 0 0 0 1px rgb(151, 151, 151);
}
.tamro-button--secondary--disabled:hover .button-icon .icon__svg-container svg, .tamro-button--secondary--disabled--hover .button-icon .icon__svg-container svg {
  fill: rgb(151, 151, 151);
}
.tamro-button--secondary--disabled .button-icon .icon__svg-container svg {
  fill: rgb(151, 151, 151);
}
.tamro-button--secondary--loading {
  color: rgba(0, 93, 169, 0.3);
}
.tamro-button--secondary--loading .button-icon .icon__svg-container svg {
  fill: rgba(0, 93, 169, 0.3);
}
.tamro-button--tertiary {
  background: transparent;
  color: rgb(0, 93, 169);
  text-decoration: underline;
  box-shadow: none;
}
.tamro-button--tertiary .button-icon .icon__svg-container svg {
  fill: rgb(0, 93, 169);
}
.tamro-button--tertiary:hover, .tamro-button--tertiary--hover {
  background: transparent;
  color: rgb(0, 136, 219);
}
.tamro-button--tertiary:hover .button-icon .icon__svg-container svg, .tamro-button--tertiary--hover .button-icon .icon__svg-container svg {
  fill: rgb(0, 136, 219);
}
.tamro-button--tertiary:active, .tamro-button--tertiary--active {
  color: rgb(38.25, 117.3, 181.9);
}
.tamro-button--tertiary:active .button-icon .icon__svg-container svg, .tamro-button--tertiary--active .button-icon .icon__svg-container svg {
  fill: rgb(38.25, 117.3, 181.9);
}
.tamro-button--tertiary:focus-visible, .tamro-button--tertiary--focus-visible {
  box-shadow: inset 0 0 0 2px rgb(32, 32, 32);
}
.tamro-button--tertiary--disabled {
  color: rgb(151, 151, 151);
}
.tamro-button--tertiary--disabled:hover, .tamro-button--tertiary--disabled--hover {
  background: transparent;
  color: rgb(151, 151, 151);
}
.tamro-button--tertiary--disabled:hover .button-icon .icon__svg-container svg, .tamro-button--tertiary--disabled--hover .button-icon .icon__svg-container svg {
  fill: rgb(151, 151, 151);
}
.tamro-button--tertiary--disabled .button-icon .icon__svg-container svg {
  fill: rgb(151, 151, 151);
}
.tamro-button--tertiary--loading {
  color: rgba(0, 93, 169, 0.3);
}
.tamro-button--tertiary--loading .button-icon .icon__svg-container svg {
  fill: rgba(0, 93, 169, 0.3);
}
.tamro-button--button-group {
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
  background: transparent;
  color: rgb(0, 93, 169);
  z-index: 0;
}
.tamro-button--button-group .button-icon .icon__svg-container svg {
  fill: rgb(0, 93, 169);
}
.tamro-button--button-group:hover, .tamro-button--button-group--hover {
  background: rgb(0, 93, 169);
  color: rgb(255, 255, 255);
  z-index: 2;
}
.tamro-button--button-group:hover .button-icon .icon__svg-container svg, .tamro-button--button-group--hover .button-icon .icon__svg-container svg {
  fill: rgb(255, 255, 255);
}
.tamro-button--button-group:active, .tamro-button--button-group--active {
  color: rgb(255, 255, 255);
  background: rgb(0, 93, 169);
  box-shadow: none;
  z-index: 2;
}
.tamro-button--button-group:active .button-icon .icon__svg-container svg, .tamro-button--button-group--active .button-icon .icon__svg-container svg {
  fill: rgb(255, 255, 255);
}
.tamro-button--button-group:focus-visible, .tamro-button--button-group--focus-visible {
  box-shadow: inset 0 0 0 2px rgb(32, 32, 32);
}
.tamro-button--button-group--disabled {
  color: rgb(151, 151, 151);
  box-shadow: inset 0 0 0 1px rgb(151, 151, 151);
}
.tamro-button--button-group--disabled .button-icon .icon__svg-container svg {
  fill: rgb(151, 151, 151);
}
.tamro-button--button-group--loading {
  color: rgba(0, 93, 169, 0.3);
}
.tamro-button--button-group--loading .button-icon .icon__svg-container svg {
  fill: rgba(0, 93, 169, 0.3);
}
.tamro-button__loading {
  position: absolute;
  padding: 0;
  bottom: -5px;
  width: 100%;
}
.tamro-button__loading--small {
  bottom: -7px;
}

.input {
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  font-size: 14px;
  max-width: 400px;
}
.input:last-child {
  margin-bottom: 0;
}
.input--expand {
  max-width: 100%;
}
.input label {
  cursor: pointer;
}
.input-theme--default:not(.input--error) .input__wrapper {
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
}
.input-theme--default:not(.input--error) .input__wrapper:hover, .input-theme--default:not(.input--error) .input__wrapper--hover {
  box-shadow: inset 0 0 0 2px rgb(221, 221, 221);
}
.input-theme--default:not(.input--error) .input__wrapper:hover .input__prefix, .input-theme--default:not(.input--error) .input__wrapper--hover .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(221, 221, 221);
}
.input-theme--default:not(.input--error) .input__wrapper:focus, .input-theme--default:not(.input--error) .input__wrapper--focus {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--default:not(.input--error) .input__wrapper:focus .input__prefix, .input-theme--default:not(.input--error) .input__wrapper--focus .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--default:not(.input--error) .input__prefix {
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
}
.input-theme--success:not(.input--error) .input__wrapper {
  box-shadow: inset 0 0 0 1px rgb(0, 153, 130);
}
.input-theme--success:not(.input--error) .input__wrapper:hover, .input-theme--success:not(.input--error) .input__wrapper--hover {
  box-shadow: inset 0 0 0 2px rgb(0, 153, 130);
}
.input-theme--success:not(.input--error) .input__wrapper:hover .input__prefix, .input-theme--success:not(.input--error) .input__wrapper--hover .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(0, 153, 130);
}
.input-theme--success:not(.input--error) .input__wrapper:focus, .input-theme--success:not(.input--error) .input__wrapper--focus {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--success:not(.input--error) .input__wrapper:focus .input__prefix, .input-theme--success:not(.input--error) .input__wrapper--focus .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--success:not(.input--error) .input__prefix {
  box-shadow: inset 0 0 0 1px rgb(0, 153, 130);
}
.input-theme--warning:not(.input--error) .input__wrapper {
  box-shadow: inset 0 0 0 1px rgb(240, 171, 0);
}
.input-theme--warning:not(.input--error) .input__wrapper:hover, .input-theme--warning:not(.input--error) .input__wrapper--hover {
  box-shadow: inset 0 0 0 2px rgb(240, 171, 0);
}
.input-theme--warning:not(.input--error) .input__wrapper:hover .input__prefix, .input-theme--warning:not(.input--error) .input__wrapper--hover .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(240, 171, 0);
}
.input-theme--warning:not(.input--error) .input__wrapper:focus, .input-theme--warning:not(.input--error) .input__wrapper--focus {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--warning:not(.input--error) .input__wrapper:focus .input__prefix, .input-theme--warning:not(.input--error) .input__wrapper--focus .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--warning:not(.input--error) .input__prefix {
  box-shadow: inset 0 0 0 1px rgb(240, 171, 0);
}
.input-theme--error .input__wrapper {
  box-shadow: inset 0 0 0 1px rgb(255, 0, 67);
}
.input-theme--error .input__wrapper:hover, .input-theme--error .input__wrapper--hover {
  box-shadow: inset 0 0 0 2px rgb(255, 0, 67);
}
.input-theme--error .input__wrapper:hover .input__prefix, .input-theme--error .input__wrapper--hover .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(255, 0, 67);
}
.input-theme--error .input__wrapper:focus, .input-theme--error .input__wrapper--focus {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--error .input__wrapper:focus .input__prefix, .input-theme--error .input__wrapper--focus .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input-theme--error .input__prefix {
  box-shadow: inset 0 0 0 1px rgb(255, 0, 67);
}
.input--error .error-message {
  font-size: 12px;
  color: rgb(255, 0, 67);
}
.input--error .input__wrapper {
  box-shadow: inset 0 0 0 1px rgb(255, 0, 67);
}
.input--error .input__wrapper:hover, .input--error .input__wrapper--hover {
  box-shadow: inset 0 0 0 2px rgb(255, 0, 67);
}
.input--error .input__wrapper:hover .input__prefix, .input--error .input__wrapper--hover .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(255, 0, 67);
}
.input--error .input__wrapper:focus, .input--error .input__wrapper--focus {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input--error .input__wrapper:focus .input__prefix, .input--error .input__wrapper--focus .input__prefix {
  box-shadow: inset 0 0 0 2px rgb(0, 93, 169) !important;
}
.input--error .input__prefix {
  box-shadow: inset 0 0 0 1px rgb(255, 0, 67);
}

.input__wrapper {
  border-radius: 5px;
  background: rgb(255, 255, 255);
  height: 40px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
}
.input__wrapper--has-postfix {
  margin-right: 30px;
}
.input__wrapper--has-prefix {
  min-width: 70px;
}
.input__wrapper[disabled], .input__wrapper--disabled {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
  background: rgb(244, 249, 253);
  color: rgb(151, 151, 151);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.input__wrapper[disabled]:hover, .input__wrapper--disabled:hover {
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221) !important;
}
.input__wrapper[disabled] .input__field, .input__wrapper--disabled .input__field {
  cursor: not-allowed;
}
.input__wrapper[disabled] input, .input__wrapper--disabled input {
  color: rgb(151, 151, 151);
  pointer-events: none;
}
.input__wrapper[disabled] .icon .icon__svg-container svg, .input__wrapper--disabled .icon .icon__svg-container svg {
  fill: rgb(151, 151, 151);
}

.input__prefix {
  background: rgb(244, 249, 253);
  display: flex;
  text-align: left;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.input__prefix--small {
  padding: 4px 4px;
}
.input__prefix--medium {
  padding: 8px 8px;
}
.input__prefix--large {
  padding: 16px 8px;
}

.input__postfix {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  display: flex;
  width: 30px;
  margin-right: -35px;
  align-items: center;
  text-align: left;
  font-size: 12px;
}
.input__postfix--small {
  top: 5px;
}
.input__postfix--medium {
  top: 7px;
}
.input__postfix--large {
  top: 10px;
}

.input__field {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  border: none;
  background: transparent;
  color: rgb(32, 32, 32);
  overflow: hidden;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.input__field:-moz-placeholder-shown {
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: rgb(151, 151, 151);
}
.input__field::input-placeholder, .input__field:placeholder-shown {
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  color: rgb(151, 151, 151);
}
.input__field::-webkit-inner-spin-button, .input__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.input__field--small {
  padding: 4px 8px;
  font-size: 14px;
}
.input__field--medium {
  padding: 6px 8px;
  font-size: 16px;
}
.input__field--large {
  padding: 8px 16px;
}
.input__field--negative {
  color: rgb(255, 0, 67);
}
.input__field:hover, .input__field:focus {
  outline: 0;
}

.input__error-icon {
  display: flex;
  align-items: center;
  height: 100%;
}
.input__error-icon--small {
  margin-right: 4px;
}
.input__error-icon--medium {
  margin-right: 8px;
}
.input__error-icon--large {
  margin-right: 16px;
}
.input__error-icon--prefix {
  position: absolute;
  margin-left: -25px;
}
.input__error-icon--postfix-outside {
  position: absolute;
  right: -50px;
}

.row.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}

* {
  box-sizing: border-box;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
}

body {
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  color: rgb(32, 32, 32);
  /*
  &::-webkit-scrollbar,
  ::-webkit-scrollbar {
    width: 0.4em;
  }
  &::-webkit-scrollbar-track,
  ::-webkit-scrollbar {
    box-shadow: none;
    background-color: rgba($color-tamro-silver-light, 1);
  }

  &::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar {
    background-color: rgba($color-tamro-silver, 0.4);
    box-shadow: none;
    outline: 2px solid $color-tamro-blue-light;
  }
  */
}

.container {
  margin-left: 0;
}

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

a {
  color: rgb(0, 93, 169);
  text-decoration: none;
}
a:hover {
  color: rgb(0, 121.0650887574, 220);
}

label {
  display: block;
  font-size: 14px;
  color: rgb(76.6, 76.6, 76.6);
  margin-bottom: 4px;
}
label:last-child {
  margin-bottom: 0;
}

.vuejs-dialog__custom .dg-backdrop {
  display: none;
}
.vuejs-dialog__custom .dg-container {
  z-index: 15000;
}
.vuejs-dialog__custom .dg-container .dg-main-content {
  box-shadow: 0 4px 58px 0 #c2c2c2;
  border-radius: 8px;
}
.vuejs-dialog__custom .dg-container .dg-main-content .dg-btn {
  padding: 11px 24px 12px;
  min-width: 150px;
}
.vue-treeselect__control.vue-treeselect__control {
  padding: 0 0 0 12px;
  height: 40px;
}
.vue-treeselect__single-value.vue-treeselect__single-value, .vue-treeselect__single-value .vue-treeselect__placeholder, .vue-treeselect__placeholder.vue-treeselect__single-value, .vue-treeselect__placeholder .vue-treeselect__placeholder {
  line-height: 38px;
}
.vue-treeselect__control-arrow-container.vue-treeselect__control-arrow-container {
  width: 40px;
  border-left: 1px solid #ddd;
}
.vue-treeselect__control-arrow-container.vue-treeselect__control-arrow-container svg {
  color: rgb(0, 136, 219);
  width: 10px;
  height: 10px;
}
.vue-treeselect__x-container.vue-treeselect__x-container {
  width: 30px;
}
.vue-treeselect__x-container.vue-treeselect__x-container:hover {
  color: rgb(0, 136, 219);
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: rgb(0, 136, 219);
}
.vue-treeselect__menu-container.vue-treeselect__menu-container {
  margin-top: 4px;
}
.vue-treeselect__menu.vue-treeselect__menu {
  box-shadow: 0 2px 4px 0 #DDD;
  border-radius: 5px;
  padding: 0;
}
.vue-treeselect__option.vue-treeselect__option {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.vue-treeselect__option.vue-treeselect__option--selected.vue-treeselect__option.vue-treeselect__option--selected, .vue-treeselect__option.vue-treeselect__option--selected .vue-treeselect__option.vue-treeselect__option:hover, .vue-treeselect__option.vue-treeselect__option--selected .vue-treeselect__option.vue-treeselect__option--highlight, .vue-treeselect__option.vue-treeselect__option:hover.vue-treeselect__option.vue-treeselect__option--selected, .vue-treeselect__option.vue-treeselect__option:hover .vue-treeselect__option.vue-treeselect__option:hover, .vue-treeselect__option.vue-treeselect__option:hover .vue-treeselect__option.vue-treeselect__option--highlight, .vue-treeselect__option.vue-treeselect__option--highlight.vue-treeselect__option.vue-treeselect__option--selected, .vue-treeselect__option.vue-treeselect__option--highlight .vue-treeselect__option.vue-treeselect__option:hover, .vue-treeselect__option.vue-treeselect__option--highlight .vue-treeselect__option.vue-treeselect__option--highlight {
  background-color: rgb(0, 136, 219);
  color: rgb(255, 255, 255);
}
.vue-treeselect__option.vue-treeselect__option--selected.vue-treeselect__option.vue-treeselect__option--selected label, .vue-treeselect__option.vue-treeselect__option--selected .vue-treeselect__option.vue-treeselect__option:hover label, .vue-treeselect__option.vue-treeselect__option--selected .vue-treeselect__option.vue-treeselect__option--highlight label, .vue-treeselect__option.vue-treeselect__option:hover.vue-treeselect__option.vue-treeselect__option--selected label, .vue-treeselect__option.vue-treeselect__option:hover .vue-treeselect__option.vue-treeselect__option:hover label, .vue-treeselect__option.vue-treeselect__option:hover .vue-treeselect__option.vue-treeselect__option--highlight label, .vue-treeselect__option.vue-treeselect__option--highlight.vue-treeselect__option.vue-treeselect__option--selected label, .vue-treeselect__option.vue-treeselect__option--highlight .vue-treeselect__option.vue-treeselect__option:hover label, .vue-treeselect__option.vue-treeselect__option--highlight .vue-treeselect__option.vue-treeselect__option--highlight label {
  color: rgb(255, 255, 255);
}
.vue-treeselect__option.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow {
  color: rgb(255, 255, 255);
}
.vue-treeselect__list.vue-treeselect__list-item {
  min-height: 40px;
}
.vue-treeselect--open.vue-treeselect--open .vue-treeselect__control {
  border-radius: 5px;
  border-color: rgb(0, 136, 219);
}
.vue-treeselect--open.vue-treeselect--open .vue-treeselect__control-arrow-container {
  border-color: rgb(0, 136, 219);
}@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-Bold-szvGiTuy.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-Bold-6HObiVMS.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-BoldIt-B_AUaAkf.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-BoldIt-DYNUDWFv.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-ExtraLight-BxTZoPye.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-ExtraLight-BboVtDE2.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-Light-CXVNV1fp.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-Light-fyX1Hdc3.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-ExtraLightIt-BLzpjtUw.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-ExtraLightIt-D1BQjkPc.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-SemiBold-BhMlsce0.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-SemiBold-AlyxcZe_.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-RegularIt-ChTbcJIH.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-RegularIt-CaxpLUuT.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-LightIt-D1wPVPbp.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-LightIt-DEd2SNbp.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-Regular-CIgEIDrS.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-Regular-CpmF7p9O.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MultipleSansPro;
    src: url('/vue3/assets/MultipleSansPro-SemiBoldIt-DVFBRLCS.woff2') format('woff2'),
         url('/vue3/assets/MultipleSansPro-SemiBoldIt-yTUX-3av.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-5d07bca9 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-5d07bca9],
.debug .product .product__title[data-v-5d07bca9],
.debug .product .product__attributes[data-v-5d07bca9],
.debug .product .product__availability[data-v-5d07bca9],
.debug .product .product__discount[data-v-5d07bca9],
.debug .product .product__price[data-v-5d07bca9],
.debug .product .product__add-to-cart[data-v-5d07bca9] {
  position: relative;
}
.debug .product .product__image[data-v-5d07bca9]::after,
.debug .product .product__title[data-v-5d07bca9]::after,
.debug .product .product__attributes[data-v-5d07bca9]::after,
.debug .product .product__availability[data-v-5d07bca9]::after,
.debug .product .product__discount[data-v-5d07bca9]::after,
.debug .product .product__price[data-v-5d07bca9]::after,
.debug .product .product__add-to-cart[data-v-5d07bca9]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-5d07bca9] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-5d07bca9]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-5d07bca9]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-5d07bca9]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-5d07bca9]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-5d07bca9]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-5d07bca9]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-5d07bca9]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.popper[data-v-5d07bca9] {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  padding: 24px;
  border-radius: 5px;
  width: 360px;
  max-width: max-content;
}
.popper__container[data-v-5d07bca9] {
  display: inline-block;
}
.popper__container .fade-enter-active[data-v-5d07bca9] {
  transition: none;
}
.popper__container .fade-leave-active[data-v-5d07bca9] {
  transition: opacity 0.3s ease-out;
}
.popper__container .fade-enter-from[data-v-5d07bca9],
.popper__container .fade-leave-to[data-v-5d07bca9] {
  opacity: 0;
}
.popper__container__tooltip[data-v-5d07bca9] {
  position: relative;
  z-index: 200000;
  height: 0;
}
.popper--default[data-v-5d07bca9] {
  border: 1px solid rgb(0, 136, 219);
  background: rgb(223, 242, 255);
  color: rgb(32, 32, 32);
}
.popper--default[data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  background: rgb(223, 242, 255);
}
.popper--default[data-popper-placement^=top][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: transparent rgb(0, 136, 219) rgb(0, 136, 219) transparent;
}
.popper--default[data-popper-placement^=right][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: transparent transparent rgb(0, 136, 219) rgb(0, 136, 219);
}
.popper--default[data-popper-placement^=bottom][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: rgb(0, 136, 219) transparent transparent rgb(0, 136, 219);
}
.popper--default[data-popper-placement^=left][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: rgb(0, 136, 219) rgb(0, 136, 219) transparent transparent;
}
.popper--alternative[data-v-5d07bca9] {
  border: 1px solid rgb(240, 171, 0);
  background: rgb(254, 247, 230);
  color: rgb(32, 32, 32);
}
.popper--alternative[data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  background: rgb(254, 247, 230);
}
.popper--alternative[data-popper-placement^=top][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: transparent rgb(240, 171, 0) rgb(240, 171, 0) transparent;
}
.popper--alternative[data-popper-placement^=right][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: transparent transparent rgb(240, 171, 0) rgb(240, 171, 0);
}
.popper--alternative[data-popper-placement^=bottom][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: rgb(240, 171, 0) transparent transparent rgb(240, 171, 0);
}
.popper--alternative[data-popper-placement^=left][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: rgb(240, 171, 0) rgb(240, 171, 0) transparent transparent;
}
.popper--error[data-v-5d07bca9] {
  border: 1px solid rgb(255, 0, 67);
  background: rgb(255, 240, 243);
  color: rgb(32, 32, 32);
}
.popper--error[data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  background: rgb(255, 240, 243);
}
.popper--error[data-popper-placement^=top][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: transparent rgb(255, 0, 67) rgb(255, 0, 67) transparent;
}
.popper--error[data-popper-placement^=right][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: transparent transparent rgb(255, 0, 67) rgb(255, 0, 67);
}
.popper--error[data-popper-placement^=bottom][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: rgb(255, 0, 67) transparent transparent rgb(255, 0, 67);
}
.popper--error[data-popper-placement^=left][data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  border-color: rgb(255, 0, 67) rgb(255, 0, 67) transparent transparent;
}
.popper--size-xs[data-v-5d07bca9] {
  font-size: 12px;
  line-height: 16px;
}
.popper--size-s[data-v-5d07bca9] {
  font-size: 14px;
  line-height: 18px;
}
.popper--size-m[data-v-5d07bca9] {
  font-size: 16px;
  line-height: 20px;
}
.popper[data-v-5d07bca9] .popper__arrow__container .popper__arrow {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: 1px solid;
  position: absolute;
}
.popper[data-popper-placement^=top] .popper__arrow__container[data-v-5d07bca9] {
  bottom: calc(10px / 2);
  left: calc(-10px / 2) !important;
}
.popper[data-popper-placement^=right] .popper__arrow__container[data-v-5d07bca9] {
  left: calc(-10px / 2);
  top: calc(-10px / 2) !important;
}
.popper[data-popper-placement^=bottom] .popper__arrow__container[data-v-5d07bca9] {
  top: calc(-10px / 2);
  left: calc(-10px / 2) !important;
}
.popper[data-popper-placement^=left] .popper__arrow__container[data-v-5d07bca9] {
  right: calc(10px / 2);
  top: calc(-10px / 2) !important;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
h1,
h2,
h3,
h4 {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  font-weight: 600;
  color: rgb(32, 32, 32);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 768px) {
h1 {
    font-size: 40px;
    line-height: 48px;
}
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
h2 {
    font-size: 32px;
    line-height: 40px;
}
}
h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
h3 {
    font-size: 24px;
    line-height: 32px;
}
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.heading--center {
  text-align: center;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
p,
span.paragraph {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s ease;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(32, 32, 32);
}
p:last-child,
span.paragraph:last-child {
  margin-bottom: 0;
}
p a,
span.paragraph a {
  color: rgb(0, 93, 169);
  text-decoration: none;
}
p a:hover,
span.paragraph a:hover {
  color: rgb(0, 136, 219);
}
p.intro,
span.paragraph.intro {
  margin-bottom: 24px;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
p.intro:last-child,
span.paragraph.intro:last-child {
  margin-bottom: 0;
}
p.large,
span.paragraph.large {
  font-size: 32px;
}
p.small,
span.paragraph.small {
  font-size: 12px;
}
p.medium-small,
span.paragraph.medium-small {
  font-size: 14px;
}
p.constrain,
span.paragraph.constrain {
  max-width: 640px;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}

/* LOCAL DEFAULTS FOR GLOBAL DESIGN TOKENS

  Here to avoid docs breaking early when renaming global tokens.
  Remove this file if you want docs to use your renamed global tokens.
--------------------------------------------- */
.icon {
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.icon__count {
  position: absolute;
  top: -4px;
  left: 12px;
  padding: 4px;
  background: rgb(255, 0, 67);
  height: 16px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  border-radius: 8px;
  min-width: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.icon svg {
  margin: 0;
  padding: 0;
}
.icon__label {
  font-size: 12px;
  vertical-align: middle;
  margin: 0 8px;
  display: none;
}
.icon--large .icon__count {
  font-size: 14px;
  top: -6px;
  left: 16px;
  height: 20px;
  min-width: 20px;
  border-radius: 10px;
}
.icon--large .icon__label {
  font-size: 14px;
}
.icon--extra-large svg {
  width: 48px;
  height: 48px;
}
.icon--large svg {
  width: 32px;
  height: 32px;
}
.icon--default svg {
  width: 24px;
  height: 24px;
}
.icon--medium svg {
  width: 20px;
  height: 20px;
}
.icon--medium-minus svg {
  width: 18px;
  height: 18px;
}
.icon--small svg {
  width: 16px;
  height: 16px;
}
.icon--xsmall svg {
  width: 12px;
  height: 12px;
}
.icon .icon__svg-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon .icon__svg-container--extra-large {
  width: 48px;
  height: 48px;
}
.icon .icon__svg-container--large {
  width: 32px;
  height: 32px;
}
.icon .icon__svg-container--default {
  width: 24px;
  height: 24px;
}
.icon .icon__svg-container--medium {
  width: 20px;
  height: 20px;
}
.icon .icon__svg-container--medium-minus {
  width: 18px;
  height: 18px;
}
.icon .icon__svg-container--small {
  width: 16px;
  height: 16px;
}
.icon .icon__svg-container--xsmall {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
.icon__label {
    display: inline-block;
}
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-3f2a81e5 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-3f2a81e5],
.debug .product .product__title[data-v-3f2a81e5],
.debug .product .product__attributes[data-v-3f2a81e5],
.debug .product .product__availability[data-v-3f2a81e5],
.debug .product .product__discount[data-v-3f2a81e5],
.debug .product .product__price[data-v-3f2a81e5],
.debug .product .product__add-to-cart[data-v-3f2a81e5] {
  position: relative;
}
.debug .product .product__image[data-v-3f2a81e5]::after,
.debug .product .product__title[data-v-3f2a81e5]::after,
.debug .product .product__attributes[data-v-3f2a81e5]::after,
.debug .product .product__availability[data-v-3f2a81e5]::after,
.debug .product .product__discount[data-v-3f2a81e5]::after,
.debug .product .product__price[data-v-3f2a81e5]::after,
.debug .product .product__add-to-cart[data-v-3f2a81e5]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-3f2a81e5] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-3f2a81e5]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-3f2a81e5]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-3f2a81e5]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-3f2a81e5]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-3f2a81e5]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-3f2a81e5]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-3f2a81e5]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.tamro-button__loading[data-v-3f2a81e5] {
  position: absolute;
  padding: 0;
  bottom: -3px;
  width: 100%;
}
.tamro-button__loading--small[data-v-3f2a81e5] {
  bottom: -5px;
}
.tamro-button[data-v-3f2a81e5] .icon.rotate-up {
  transform: rotate(180deg);
}
.tamro-button--min-width[data-v-3f2a81e5] {
  min-width: 128px;
}
.tamro-button--small--min-width[data-v-3f2a81e5] {
  min-width: 72px;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.login {
  max-width: 600px;
  padding: 100px 40px;
  margin: 0 auto;
  text-align: center;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-358978b0 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-358978b0],
.debug .product .product__title[data-v-358978b0],
.debug .product .product__attributes[data-v-358978b0],
.debug .product .product__availability[data-v-358978b0],
.debug .product .product__discount[data-v-358978b0],
.debug .product .product__price[data-v-358978b0],
.debug .product .product__add-to-cart[data-v-358978b0] {
  position: relative;
}
.debug .product .product__image[data-v-358978b0]::after,
.debug .product .product__title[data-v-358978b0]::after,
.debug .product .product__attributes[data-v-358978b0]::after,
.debug .product .product__availability[data-v-358978b0]::after,
.debug .product .product__discount[data-v-358978b0]::after,
.debug .product .product__price[data-v-358978b0]::after,
.debug .product .product__add-to-cart[data-v-358978b0]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-358978b0] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-358978b0]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-358978b0]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-358978b0]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-358978b0]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-358978b0]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-358978b0]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-358978b0]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.mock-login[data-v-358978b0] {
  padding: 20px;
}
.mock-login th[data-v-358978b0] {
  text-align: left;
}
.mock-login .group-table[data-v-358978b0] {
  margin-top: 20px;
}
.mock-login table[data-v-358978b0] {
  border: 1px solid rgb(221, 221, 221);
  width: 1200px;
  table-layout: fixed;
}
.mock-login td[data-v-358978b0],
.mock-login th[data-v-358978b0] {
  padding: 5px;
  width: 20%;
}
.mock-login th[data-v-358978b0]:first-of-type,
.mock-login td[data-v-358978b0]:first-of-type {
  width: auto;
}
.mock-login tr[data-v-358978b0]:nth-child(even) {
  background-color: rgb(223, 242, 255);
}
.mock-login .fullName[data-v-358978b0] {
  color: rgb(138, 141, 143);
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.xbutton__wrapper {
  cursor: pointer;
  max-height: 24px;
}
.xbutton__wrapper--variant--clearFilters {
  padding-left: 8px;
}
.xbutton__wrapper--size--small {
  max-height: 16px;
}
.xbutton__wrapper .icon--variant--default svg path {
  fill: rgb(151, 151, 151);
}
.xbutton__wrapper .icon--variant--default:hover svg path {
  fill: rgb(0, 136, 219);
}
.xbutton__wrapper .icon--variant--default:active svg path {
  fill: rgb(0, 93, 169);
}
.xbutton__wrapper .icon--variant--clearFilters svg path {
  fill: rgb(0, 93, 169);
}
.xbutton__wrapper .icon--variant--clearFilters svg circle {
  fill: transparent;
}
.xbutton__wrapper .icon--variant--clearFilters:hover svg path, .xbutton__wrapper .icon--variant--clearFilters:focus svg path {
  fill: rgb(0, 136, 219);
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-cbf25636 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-cbf25636],
.debug .product .product__title[data-v-cbf25636],
.debug .product .product__attributes[data-v-cbf25636],
.debug .product .product__availability[data-v-cbf25636],
.debug .product .product__discount[data-v-cbf25636],
.debug .product .product__price[data-v-cbf25636],
.debug .product .product__add-to-cart[data-v-cbf25636] {
  position: relative;
}
.debug .product .product__image[data-v-cbf25636]::after,
.debug .product .product__title[data-v-cbf25636]::after,
.debug .product .product__attributes[data-v-cbf25636]::after,
.debug .product .product__availability[data-v-cbf25636]::after,
.debug .product .product__discount[data-v-cbf25636]::after,
.debug .product .product__price[data-v-cbf25636]::after,
.debug .product .product__add-to-cart[data-v-cbf25636]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-cbf25636] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-cbf25636]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-cbf25636]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-cbf25636]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-cbf25636]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-cbf25636]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-cbf25636]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-cbf25636]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
[data-v-cbf25636] {
  will-change: height;
}
.collapse__wrapper .collapse-enter-active[data-v-cbf25636],
.collapse__wrapper .collapse-leave-active[data-v-cbf25636] {
  transition: height 0.3s ease-out;
  overflow: hidden;
}
.collapse__wrapper .collapse-enter[data-v-cbf25636],
.collapse__wrapper .collapse-leave-to[data-v-cbf25636] {
  height: 0;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.stacktrace-wrapper {
  margin-top: 16px;
}
.stacktrace-wrapper .stacktrace {
  max-width: 600px;
  overflow: auto;
  max-height: 160px;
  font-weight: 400;
  margin-top: 8px;
}
.stacktrace-wrapper .stacktrace .stacktrace-content {
  white-space: pre-line;
  font-family: monospace;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.toast__wrapper {
  white-space: pre-wrap;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 700;
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
  pointer-events: none;
  align-items: flex-end;
}
.toast__wrapper .toast-enter-active {
  transition: all 0.2s ease-out;
}
.toast__wrapper .toast-leave-active {
  transition: all 0.2s ease-in;
}
.toast__wrapper .toast-enter-from {
  transform: translateY(100%);
}
.toast__wrapper .toast-leave-to {
  opacity: 0;
}
.toast__wrapper .cypress {
  transition: none;
}
.toast__wrapper .clickable {
  cursor: pointer;
}
.toast__wrapper .toast {
  position: relative;
  border-radius: 5px;
  padding: 16px;
  background-color: rgb(223, 242, 255);
  border: 1px solid rgb(0, 136, 219);
  font-size: 12px;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  max-height: 600px;
  overflow: auto;
  flex: 0 1 auto;
}
.toast__wrapper .toast .header-row {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
.toast__wrapper .toast .header-row__text {
  padding-right: 16px;
  width: 100%;
}
.toast__wrapper .toast .header-row .message {
  font-weight: 700;
  font-size: 14px;
}
.toast__wrapper .toast .expand-button-container {
  margin-top: 16px;
}
.toast__wrapper .toast .remove-button {
  align-self: start;
  position: sticky;
  top: 8px;
  right: 8px;
}
.toast__wrapper .toast .content-container {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.toast__wrapper .toast .content-container .error-title {
  font-weight: 700;
}
.toast__wrapper .toast .content-container .error-title span {
  font-weight: 400;
}
.toast__wrapper .toast .content-container .technical-details .title {
  font-weight: 700;
  margin-right: 4px;
}
.toast__wrapper .toast .content-container .technical-details .info {
  font-weight: 400;
}
.toast__wrapper .toast.is-success {
  background-color: rgb(224, 243, 240);
  border-color: rgb(0, 153, 130);
  color: rgb(32, 32, 32);
}
.toast__wrapper .toast.is-warning {
  background-color: rgb(254, 247, 230);
  border-color: rgb(240, 171, 0);
  color: rgb(32, 32, 32);
}
.toast__wrapper .toast.is-danger {
  background-color: rgb(255, 240, 243);
  border-color: rgb(255, 0, 67);
  color: rgb(32, 32, 32);
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.wrapper {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  padding: 0;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 768px) {
.wrapper {
    width: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 2;
    flex-shrink: 1;
}
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
#global-loading {
  visibility: visible;
  height: 20px;
  position: absolute;
  overflow: hidden;
}
.is-settled #global-loading {
  visibility: hidden;
}
.is-loading #global-loading {
  visibility: visible;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.logo {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-bottom: 128px;
}
.logo.vertical svg {
  max-width: 250px;
  height: auto;
}
.logo.horizontal svg {
  max-width: 100px;
  height: auto;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.nav {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.nav__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  text-align: left;
}
.nav__item .nav__link--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-shadow: inset 0 -1px 0 0 #ddd;
}
.nav__item .nav__link {
  width: 100%;
  padding: 16px 0 16px 32px;
  color: #202020;
  text-decoration: none;
  cursor: pointer;
}
.nav__item .nav__link__inner {
  display: flex;
  height: 24px;
  align-items: center;
}
.nav__item__expand {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}
.nav__item__expand .icon {
  transition: transform 0.3s ease;
}
.nav__item__expand .icon.--open {
  transform: rotate(180deg);
}
.nav__item__expand--active-parent .nav__children {
  display: block;
}
.nav__item__count {
  color: #b4b4b4;
  font-size: 14px;
  margin: 0 8px;
}
.nav__item__anim--slide-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.nav__item__anim--slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.nav__item__anim--slide-enter-to, .nav__item__anim--slide-leave-from, .nav__item__anim--slide-leave {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
}
.nav__item__anim--slide-enter, .nav__item__anim--slide-enter-from, .nav__item__anim--slide-leave-to {
  overflow: hidden;
  max-height: 0;
  width: 100%;
}
.nav__children {
  display: block;
  padding: 0;
  margin: 0;
  background: rgba(0, 136, 219, 0.05);
  box-shadow: inset 0 -1px 0 0 #ddd;
}
.nav__children .nav__item {
  padding: 0;
  font-size: 16px;
}
.nav__children .nav__item:first-child {
  padding-top: 16px;
}
.nav__children .nav__item:last-child {
  padding-bottom: 16px;
}
.nav__children .nav__item .nav__link--container {
  box-shadow: none;
}
.nav__children .nav__item--active {
  box-shadow: inset 3px 0 0 0 rgb(0, 93, 169);
}
.nav__children .nav__item .nav__link {
  padding: 16px 0 16px 32px;
}
@media (min-width: 992px) {
.nav__children .nav__item .nav__link {
    padding: 8px 0 8px 32px;
}
}
.nav__children .nav__item .nav__link--active {
  box-shadow: inset 3px 0 0 0 rgb(0, 93, 169);
}
.nav__children .nav__item .nav__link__inner {
  margin-left: 0;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.sidebar {
  width: 100%;
  margin-top: 48px;
  position: fixed;
  z-index: 100;
}
@media (min-width: 992px) {
.sidebar {
    position: relative;
}
}
.sidebar__nav {
  border-right: 1px solid #ddd;
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  font-weight: 400;
  background: rgb(255, 255, 255);
  top: 48px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  flex-basis: 100%;
  transform: translateX(0);
  position: fixed;
}
.sidebar__nav--open {
  display: block;
  overflow: hidden;
}
.sidebar__nav .nav-wrapper {
  height: calc(100vh - 48px);
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.sidebar__content {
  padding: 32px 0 0;
  text-align: center;
  width: 100%;
  margin-top: auto;
}
.sidebar__content .logo {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.footer {
  width: 100%;
  margin-top: auto;
}
.footer .version-footer {
  color: rgb(96, 96, 96);
}
.footer .version-footer--centered {
  text-align: center;
  margin-top: 32px;
}
.footer .version-footer--left {
  padding-left: 32px;
  padding-top: 20px;
  text-align: left;
}
.sidebar__anim--slide-enter-active, .sidebar__anim--slide-leave-active {
  transition-duration: 0.08s;
  transition-timing-function: linear;
}
.sidebar__anim--slide-enter-to, .sidebar__anim--slide-leave-from, .sidebar__anim--slide-leave {
  overflow: hidden;
  max-height: 500px;
}
.sidebar__anim--slide-enter, .sidebar__anim--slide-enter-from, .sidebar__anim--slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 992px) {
.sidebar {
    flex-direction: column;
    float: left;
    bottom: 0;
    left: 0;
    display: none;
    width: 300px;
    flex-basis: 300px;
    position: relative;
}
.sidebar--open {
    display: flex;
}
.sidebar__nav {
    min-height: 0;
    width: 300px;
    flex-basis: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}
.sidebar__nav .nav-wrapper {
    overflow: visible;
    overflow-y: auto;
    height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
}
.sidebar__nav .nav-wrapper--content-hidden {
    padding-bottom: 0;
}
.sidebar .sidebar__content {
    top: auto;
    bottom: 0;
    left: 0;
    position: static;
    z-index: 101;
}
.sidebar .sidebar__content .logo {
    margin-bottom: 0;
}
.sidebar__anim--slide-enter-to, .sidebar__anim--slide-leave-from, .sidebar__anim--slide-leave {
    max-width: 300px;
    height: calc(100vh - 48px);
    max-height: none;
    opacity: 1;
    transform: translateX(0);
}
.sidebar__anim--slide-enter, .sidebar__anim--slide-enter-from, .sidebar__anim--slide-leave-to {
    overflow: hidden;
    height: 100vh;
    opacity: 0;
    max-height: none;
    transform: translateX(-100%);
}
}
@media (min-width: 992px) {
.sidebar {
    width: 300px;
}
.sidebar__nav {
    top: 48px;
    min-height: calc(100vh - 48px);
    border-bottom: 0;
}
}
@media (min-width: 1200px) {
.sidebar__anim--slide-enter-to, .sidebar__anim--slide-leave-from, .sidebar__anim--slide-leave {
    max-width: 300px;
}
.sidebar__nav {
    width: 300px;
    display: none;
}
.sidebar__nav--open {
    display: flex;
}
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.button-group {
  display: flex;
}
.button-group .tamro-button {
  margin: 0 0 0 -1px;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
}
.button-group .tamro-button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.button-group .tamro-button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.button-group .tamro-button--min-width {
  min-width: 0;
}
.button-group .tamro-button--small--min-width {
  min-width: 0;
}
.button-group .tamro-button--button-group--active {
  box-shadow: none;
}
.button-group .tamro-button--secondary--active {
  box-shadow: inset 0 0 0 1px rgb(0, 93, 169);
  z-index: 2;
}
.button-group__title {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
  font-weight: 600;
  border-radius: 5px 0 0 5px;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
}
.button-group-dropdown {
  position: relative;
  cursor: pointer;
}
.button-group-dropdown__title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 8px 0 20px;
  justify-content: space-between;
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
  font-weight: 600;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}
.button-group-dropdown__title__caret {
  transition: transform 0.3s ease;
  z-index: 2;
}
.button-group-dropdown__title__caret--open {
  transform: rotate(180deg);
}
.button-group-dropdown__title__caret--closed {
  transform: rotate(0);
}
.button-group-dropdown__label {
  color: rgb(0, 93, 169);
  margin-right: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button-group-dropdown__wrapper {
  position: absolute;
  min-width: 100%;
  top: 0;
  left: 0;
  z-index: 40;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  overflow: hidden;
}
.button-group-dropdown__wrapper--closed {
  display: none;
}
.button-group-dropdown__wrapper--open {
  display: flex;
  flex-direction: column;
}
.button-group-dropdown__wrapper--open-up {
  top: auto;
  position: absolute;
  bottom: 0;
}
.button-group-dropdown__wrapper .tamro-button {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  color: rgb(32, 32, 32);
  justify-content: start;
  background: rgb(255, 255, 255);
}
.button-group-dropdown__wrapper .tamro-button:hover {
  box-shadow: none;
  color: rgb(0, 136, 219);
  background-color: rgb(244, 249, 253);
}
.button-group-dropdown__wrapper .tamro-button:active, .button-group-dropdown__wrapper .tamro-button--active {
  background-color: rgb(223, 242, 255);
}
.button-group-dropdown:hover .button-group-dropdown {
  color: red;
}
.button-group-dropdown:hover .button-group-dropdown__title__caret .icon__svg-container svg {
  fill: rgb(0, 136, 219) !important;
}
.button-group-dropdown:hover .button-group-dropdown__label {
  color: rgb(0, 136, 219);
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.form__group {
  margin-bottom: 24px;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__group .radio-button__control:not(.radiobutton-group .radio-button__control) {
  margin-bottom: 20px;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-ad1ef9f3 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-ad1ef9f3],
.debug .product .product__title[data-v-ad1ef9f3],
.debug .product .product__attributes[data-v-ad1ef9f3],
.debug .product .product__availability[data-v-ad1ef9f3],
.debug .product .product__discount[data-v-ad1ef9f3],
.debug .product .product__price[data-v-ad1ef9f3],
.debug .product .product__add-to-cart[data-v-ad1ef9f3] {
  position: relative;
}
.debug .product .product__image[data-v-ad1ef9f3]::after,
.debug .product .product__title[data-v-ad1ef9f3]::after,
.debug .product .product__attributes[data-v-ad1ef9f3]::after,
.debug .product .product__availability[data-v-ad1ef9f3]::after,
.debug .product .product__discount[data-v-ad1ef9f3]::after,
.debug .product .product__price[data-v-ad1ef9f3]::after,
.debug .product .product__add-to-cart[data-v-ad1ef9f3]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-ad1ef9f3] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-ad1ef9f3]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-ad1ef9f3]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-ad1ef9f3]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-ad1ef9f3]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-ad1ef9f3]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-ad1ef9f3]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-ad1ef9f3]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.required[data-v-ad1ef9f3] {
  font-size: 10px;
  margin-left: 2px;
  line-height: 14px;
}
.required-value[data-v-ad1ef9f3] {
  color: rgb(32, 32, 32);
  font-weight: bold;
}
.required-no-value[data-v-ad1ef9f3] {
  color: rgb(255, 0, 67);
  font-weight: bold;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-873ff321 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-873ff321],
.debug .product .product__title[data-v-873ff321],
.debug .product .product__attributes[data-v-873ff321],
.debug .product .product__availability[data-v-873ff321],
.debug .product .product__discount[data-v-873ff321],
.debug .product .product__price[data-v-873ff321],
.debug .product .product__add-to-cart[data-v-873ff321] {
  position: relative;
}
.debug .product .product__image[data-v-873ff321]::after,
.debug .product .product__title[data-v-873ff321]::after,
.debug .product .product__attributes[data-v-873ff321]::after,
.debug .product .product__availability[data-v-873ff321]::after,
.debug .product .product__discount[data-v-873ff321]::after,
.debug .product .product__price[data-v-873ff321]::after,
.debug .product .product__add-to-cart[data-v-873ff321]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-873ff321] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-873ff321]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-873ff321]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-873ff321]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-873ff321]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-873ff321]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-873ff321]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-873ff321]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.tooltip-label__label[data-v-873ff321] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
}
.tooltip-label__label label[data-v-873ff321] {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(32, 32, 32);
  white-space: nowrap;
  margin: 0;
}
.tooltip-label__label .input_tooltip[data-v-873ff321] {
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  border-radius: 5px;
  border: 1px solid rgb(0, 136, 219);
  background: rgb(244, 249, 253);
  padding: 24px;
  font-size: 14px;
  color: rgb(32, 32, 32);
  position: absolute;
  z-index: 99;
  top: 16px;
  left: -144px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.1s ease-out;
}
.tooltip-label__label .input_tooltip__arrow[data-v-873ff321] {
  content: "";
  position: absolute;
  height: 12.8px;
  width: 12.8px;
  background: rgb(244, 249, 253);
  border-left: 1px solid rgb(0, 136, 219);
  border-top: 1px solid rgb(0, 136, 219);
  transform: translateX(-50%) rotate(45deg);
  top: -7.1px;
  left: 50%;
  z-index: 99;
}
.tooltip-label__label .input_tooltip__content[data-v-873ff321] {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: rgb(32, 32, 32);
}
.tooltip-label__info-button[data-v-873ff321] {
  height: 16px;
  width: 16px;
  margin: 0 0 0 8px;
  padding: 0;
}
.tooltip-label__tooltip-button__wrapper[data-v-873ff321] {
  display: inline-flex;
  position: relative;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-443ad7ed {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-443ad7ed],
.debug .product .product__title[data-v-443ad7ed],
.debug .product .product__attributes[data-v-443ad7ed],
.debug .product .product__availability[data-v-443ad7ed],
.debug .product .product__discount[data-v-443ad7ed],
.debug .product .product__price[data-v-443ad7ed],
.debug .product .product__add-to-cart[data-v-443ad7ed] {
  position: relative;
}
.debug .product .product__image[data-v-443ad7ed]::after,
.debug .product .product__title[data-v-443ad7ed]::after,
.debug .product .product__attributes[data-v-443ad7ed]::after,
.debug .product .product__availability[data-v-443ad7ed]::after,
.debug .product .product__discount[data-v-443ad7ed]::after,
.debug .product .product__price[data-v-443ad7ed]::after,
.debug .product .product__add-to-cart[data-v-443ad7ed]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-443ad7ed] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-443ad7ed]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-443ad7ed]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-443ad7ed]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-443ad7ed]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-443ad7ed]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-443ad7ed]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-443ad7ed]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.radio-button__control[data-v-443ad7ed] {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 20px auto auto;
  align-items: center;
  cursor: pointer;
  line-height: 16px;
  margin: 0;
  color: rgb(32, 32, 32);
}
.radio-button__control input[type=radio][data-v-443ad7ed] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: relative;
}
.radio-button__control input[type=radio][data-v-443ad7ed]::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transition: background-color 0.2s, box-shadow 0.2s;
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
}
.radio-button__control input[type=radio][data-v-443ad7ed]::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.5, 1.7, 1, 1);
}
.radio-button__control input[type=radio][data-v-443ad7ed]:checked {
  opacity: 1;
}
.radio-button__control input[type=radio][data-v-443ad7ed]:checked::before {
  background-color: rgb(0, 93, 169);
  box-shadow: none;
}
.radio-button__control input[type=radio][data-v-443ad7ed]:checked::after {
  content: "";
  transform: scale(1);
}
.radio-button__control:hover input[type=radio][data-v-443ad7ed]::before {
  box-shadow: inset 0 0 0 2px rgb(221, 221, 221);
}
.radio-button__control:hover input[type=radio][data-v-443ad7ed]:checked::before {
  background-color: rgb(0, 136, 219);
  box-shadow: none;
}
.radio-button__control__label[data-v-443ad7ed] {
  margin-left: 16px;
  line-height: 20px;
}
.radio-button__control__tooltip[data-v-443ad7ed] {
  margin: 0;
}
.radio-button__control--disabled[data-v-443ad7ed] {
  cursor: not-allowed;
  color: rgb(151, 151, 151);
}
.radio-button__control--disabled input[type=radio][data-v-443ad7ed]:checked::before {
  background-color: rgb(151, 151, 151);
  box-shadow: none;
}
.radio-button__control--disabled:hover input[type=radio][data-v-443ad7ed]::before {
  box-shadow: inset 0 0 0 1px rgb(221, 221, 221);
}
.radio-button__control--disabled:hover input[type=radio][data-v-443ad7ed]:checked::before {
  background-color: rgb(151, 151, 151);
  box-shadow: none;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.spinner__wrapper {
  display: inline-block;
}
.spinner__wrapper .spinner--circle {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: rgb(0, 136, 219);
  border-left-color: rgb(0, 136, 219);
  animation: 1s circle linear infinite;
}
.spinner__wrapper .spinner--circle--small {
  width: 15px;
  height: 15px;
  border-width: 2px;
}
.spinner__wrapper .spinner--circle--medium {
  width: 23px;
  height: 23px;
  border-width: 3px;
}
.spinner__wrapper .spinner--circle--large {
  width: 30px;
  height: 30px;
  border-width: 4px;
}
.spinner__wrapper .spinner--dots--small > div {
  width: 8px;
  height: 8px;
  margin-left: 3px;
}
.spinner__wrapper .spinner--dots--medium > div {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.spinner__wrapper .spinner--dots--large > div {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.spinner__wrapper .spinner--dots > div {
  background-color: rgb(0, 136, 219);
  border-radius: 100%;
  display: inline-block;
  animation: dots 1.4s infinite ease-in-out both;
}
.spinner__wrapper .spinner--dots > div:nth-child(0) {
  margin-left: 0;
}
.spinner__wrapper .spinner--dots > div:nth-child(1) {
  animation-delay: -0.32s;
}
.spinner__wrapper .spinner--dots > div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes dots {
0%, 80%, 100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}
@keyframes dots {
0%, 80%, 100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}
@keyframes circle {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes circle {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.loader {
  color: rgb(0, 136, 219);
  z-index: 100;
  overflow: hidden;
}
.loader--default {
  position: relative;
  width: 100%;
  min-height: 100px;
}
.loader--fixed {
  position: fixed;
}
.loader--overlay {
  position: absolute;
}
.loader--fixed, .loader--overlay {
  background: rgba(241, 244, 247, 0.85);
  inset: 0;
}
.loader__spinner {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader__label {
  text-align: center;
  top: 50px;
  position: absolute;
  width: 100%;
  display: inline-block;
  padding: 0 30px;
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 600;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-88e424be {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-88e424be],
.debug .product .product__title[data-v-88e424be],
.debug .product .product__attributes[data-v-88e424be],
.debug .product .product__availability[data-v-88e424be],
.debug .product .product__discount[data-v-88e424be],
.debug .product .product__price[data-v-88e424be],
.debug .product .product__add-to-cart[data-v-88e424be] {
  position: relative;
}
.debug .product .product__image[data-v-88e424be]::after,
.debug .product .product__title[data-v-88e424be]::after,
.debug .product .product__attributes[data-v-88e424be]::after,
.debug .product .product__availability[data-v-88e424be]::after,
.debug .product .product__discount[data-v-88e424be]::after,
.debug .product .product__price[data-v-88e424be]::after,
.debug .product .product__add-to-cart[data-v-88e424be]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-88e424be] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-88e424be]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-88e424be]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-88e424be]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-88e424be]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-88e424be]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-88e424be]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-88e424be]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.language-toggle[data-v-88e424be] {
  display: inline;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.lang-dropdown .language-list {
  margin-top: 20px;
  display: flex;
  line-height: 56px;
  white-space: nowrap;
  justify-content: center;
}
.lang-dropdown .language-list .language-info {
  margin-right: 10px;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
#app .dropdown {
  position: absolute;
  z-index: 1100;
  border: 1px solid #ddd;
  width: 100%;
  min-width: 185px;
  left: 0;
  right: 0;
  box-shadow: 0 4px 8px -2px rgba(138, 141, 143, 0.25), 0 0 1px rgba(138, 141, 143, 0.31);
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#app .dropdown__wrapper::after {
  clear: both;
  display: block;
  content: "";
}
#app .dropdown__button {
  cursor: pointer;
}
#app .dropdown__item {
  cursor: pointer;
  text-align: left;
  display: block;
}
#app .dropdown__title {
  font-weight: normal;
}
@media (min-width: 768px) {
#app .dropdown__title {
    display: none;
}
}
#app .dropdown__link {
  padding: 10px 15px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  display: flex;
  justify-content: space-between;
}
#app .dropdown__link:hover, #app .dropdown__link:focus {
  background: rgb(241, 244, 247);
}
@media (min-width: 768px) {
#app .dropdown__link {
    display: block;
}
}
@media (min-width: 768px) {
#app .dropdown {
    width: auto;
    left: auto;
    right: auto;
}
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.top-bar {
  width: 100%;
  box-sizing: border-box;
  background: rgb(0, 136, 219);
  font-family: "MultipleSansPro", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  vertical-align: middle;
  padding: 0;
  font-weight: 600;
  text-align: left;
}
.top-bar .nav {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.top-bar::after {
  content: "";
  clear: both;
  display: block;
}
.top-bar .nav__opener {
  width: 48px;
  height: 48px;
  cursor: pointer;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: none;
  outline: 0;
  z-index: 9999;
}
.top-bar .nav__opener:hover {
  background: rgba(255, 255, 255, 0.1);
}
.top-bar .nav__opener--active {
  background: rgba(255, 255, 255, 0.1);
}
.top-bar .nav__opener--active:hover {
  background: rgba(255, 255, 255, 0.2);
}
.top-bar__title {
  display: none;
}
.top-bar__title__link {
  text-decoration: none;
  font-size: 14px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.top-bar__title__link:hover {
  color: rgb(169, 216.325443787, 255);
  opacity: 0.8;
}
.top-bar__title__link__logo svg {
  width: 80px;
  height: 48px;
}
.top-bar .top-bar__nav {
  list-style-type: none;
  float: right;
  display: inline-flex;
}
.top-bar .top-bar__nav__item {
  height: 48px;
  min-width: 48px;
}
.top-bar .top-bar__nav__link {
  cursor: pointer;
  height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.top-bar .top-bar__nav__link--active, .top-bar .top-bar__nav__link:hover, .top-bar .top-bar__nav__link:focus, .top-bar .top-bar__nav__link.dropdown__button--active {
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
}
.top-bar .top-bar__nav__link:hover {
  color: rgb(169, 216.325443787, 255);
}
.top-bar .top-bar__nav__link:active, .top-bar .top-bar__nav__link--active {
  border-bottom: 2px solid rgb(255, 255, 255);
}
.top-bar .top-bar__nav__link:active .icon, .top-bar .top-bar__nav__link--active .icon {
  margin-top: 2px;
}
.top-bar .top-bar__nav__link--disabled {
  cursor: not-allowed;
}
.top-bar .top-bar__nav__link--disabled:hover {
  background: rgb(0, 136, 219);
}
.top-bar .top-bar__nav__profile {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bar .top-bar__nav__profile .profile_text {
  flex-flow: column nowrap;
}
.top-bar .top-bar__nav__profile .profile_text__name {
  line-height: 100%;
  margin-bottom: 2px;
}
.top-bar .top-bar__nav__profile .profile_text__detail {
  line-height: 100%;
  font-weight: 400;
  font-size: 0.8em;
}
.top-bar--sticky {
  top: 0;
  height: 48px;
  position: fixed;
  z-index: 9999;
}
.top-bar__left {
  width: 299px;
  height: 48px;
  float: left;
  will-change: background-color;
  transition: background-color 0.08s linear;
}
.top-bar__left--active {
  background: none;
}
.top-bar__right {
  width: calc(100% - 300px);
  float: right;
}
@media (min-width: 768px) {
.top-bar__title {
    display: flex;
    align-items: center;
    padding-left: 13.5px;
}
.top-bar .top-bar__nav__item:last-child {
    min-width: 185px;
    margin-left: 20px;
}
.top-bar .top-bar__nav__item:last-child .top-bar__nav__link {
    padding: 0 20px;
}
}
@media (min-width: 992px) {
.top-bar__title {
    float: left;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.top-bar .top-bar__nav__item:last-child .top-bar__nav__link {
    padding: 0 30px;
}
.top-bar__left--active {
    background: rgba(255, 255, 255, 0.1);
}
.top-bar .nav__opener--active {
    background: none;
}
.top-bar .nav__opener--active:hover {
    background: rgba(255, 255, 255, 0.1);
}
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.notification__wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.notification__wrapper:hover {
  background: rgba(0, 20, 60, 0.015);
  cursor: pointer;
}
.notification__wrapper:hover .notification__link-text {
  color: rgb(0, 136, 219);
}
.notification__wrapper:last-child {
  border-bottom: 0;
}
.notification__wrapper.dropdown-variation {
  margin: 0;
  width: auto;
  padding: 10px 16px;
  border-bottom: 0;
}
.notification__wrapper.dropdown-variation .notification__text {
  font-size: 14px;
}
.notification__wrapper.dropdown-variation .notification__icon__wrapper {
  height: 40px;
  width: 40px;
  margin: 0 16px 0 0;
}
.notification__wrapper.dropdown-variation.notification__wrapper__read .notification__text {
  font-weight: normal;
}
.notification__wrapper .notification__text {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: rgb(32, 32, 32);
}
.notification__wrapper .notification__time {
  color: rgb(96, 96, 96);
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}
.notification__wrapper .notification__image {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin: 0 20px;
  flex-shrink: 0;
}
.notification__wrapper .notification__icon__wrapper {
  height: 48px;
  width: 48px;
  background: rgb(241, 244, 247);
  border-radius: 5px;
  margin: 0 20px;
  flex-shrink: 0;
}
.notification__wrapper .notification__link-text {
  color: rgb(0, 93, 169);
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.notification-dropdown-list {
  overflow-x: hidden;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
#app .notification-dropdown {
  display: flex;
  max-height: 75vh;
  flex-direction: column;
  border-top: 0;
  border-right: 0;
  color: rgb(32, 32, 32);
  text-align: left;
}
#app .notification-dropdown-show-all-link {
  border-top: 1px solid #ddd;
  text-align: center;
}
#app .notification-dropdown-show-all-link:hover {
  background: rgba(0, 20, 60, 0.015);
  cursor: pointer;
}
#app .notification-dropdown__header {
  margin: 18px 16px 8px;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-a8d764f8 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-a8d764f8],
.debug .product .product__title[data-v-a8d764f8],
.debug .product .product__attributes[data-v-a8d764f8],
.debug .product .product__availability[data-v-a8d764f8],
.debug .product .product__discount[data-v-a8d764f8],
.debug .product .product__price[data-v-a8d764f8],
.debug .product .product__add-to-cart[data-v-a8d764f8] {
  position: relative;
}
.debug .product .product__image[data-v-a8d764f8]::after,
.debug .product .product__title[data-v-a8d764f8]::after,
.debug .product .product__attributes[data-v-a8d764f8]::after,
.debug .product .product__availability[data-v-a8d764f8]::after,
.debug .product .product__discount[data-v-a8d764f8]::after,
.debug .product .product__price[data-v-a8d764f8]::after,
.debug .product .product__add-to-cart[data-v-a8d764f8]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-a8d764f8] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-a8d764f8]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-a8d764f8]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-a8d764f8]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-a8d764f8]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-a8d764f8]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-a8d764f8]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-a8d764f8]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.breadcrumb__container[data-v-a8d764f8] {
  z-index: 80;
  margin-bottom: 32px;
  font-size: 14px;
  padding-right: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb__container[data-v-a8d764f8]:hover {
  cursor: pointer;
}
.breadcrumb__container[data-v-a8d764f8]:hover .icon__svg-container svg {
  fill: rgb(0, 136, 219);
}
.breadcrumb__container[data-v-a8d764f8] .icon__svg-container svg {
  fill: rgb(0, 93, 169);
  transition: fill 0.3s ease-in-out;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.toggle-link {
  cursor: pointer;
  color: rgb(0, 93, 169);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}
.toggle-link svg path {
  fill: rgb(0, 93, 169);
}
.toggle-link .icon {
  padding: 0;
  margin: 0 0 0 15px;
  transition: all 0.3s ease-out;
}
.toggle-link .icon svg path {
  transition: fill 0.3s ease-out;
}
.toggle-link .icon__left {
  margin-right: 15px;
  margin-left: 0;
}
.toggle-link:hover, .toggle-link:focus {
  color: rgb(0, 136, 219);
}
.toggle-link:hover svg path, .toggle-link:focus svg path {
  fill: rgb(0, 136, 219);
}
.toggle-link--right .icon {
  transform: rotate(-90deg);
}
.toggle-link--up .icon {
  transform: rotate(180deg);
}
.toggle-link--left .icon {
  transform: rotate(90deg);
}
.toggle-link--disabled {
  cursor: default;
}
.toggle-link--disabled:hover, .toggle-link--disabled:focus {
  opacity: 1;
}
.toggle-link--active.toggle-link--open-up .icon {
  transform: rotate(180deg);
}
.toggle-link--active.toggle-link--open-left .icon {
  transform: rotate(90deg);
}
.toggle-link--active.toggle-link--open-right .icon {
  transform: rotate(-90deg);
}
.toggle-link--active.toggle-link--open-down .icon {
  transform: rotate(0deg);
}
.toggle-link--font-size--small {
  font-size: 14px;
}
.toggle-link--font-size--large {
  font-size: 16px;
}
.toggle-link .no-margin {
  margin: 0;
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.important-notification-foldable {
  background-color: rgb(244, 249, 253);
  border-bottom: 1px solid rgb(221, 221, 221);
  transition: opacity 0.3s ease-out;
  color: rgb(32, 32, 32);
  padding: 32px 20px;
}
@media (min-width: 768px) {
.important-notification-foldable {
    padding: 40px 48px;
}
}
.important-notification-foldable__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}
.important-notification-foldable__header p {
  margin: 0;
  height: 24px;
}
.important-notification-foldable__header p > strong {
  font-weight: 600;
  margin-right: 8px;
}
.important-notification-foldable__header .toggle-link {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.important-notification-foldable__header .tamro-button {
  height: 12px;
  width: 12px;
  float: left;
}
.important-notification-foldable__body {
  padding-left: 48px;
}
.important-notification-foldable__body__content {
  margin-top: 16px;
}
.important-notification-foldable h4 {
  color: rgb(0, 93, 169);
  font-weight: 600;
}
.important-notification-foldable.clickable {
  cursor: pointer;
}
.important-notification-foldable--warning {
  background: rgb(254, 247, 230);
  border-color: rgb(240, 171, 0);
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image,
.debug .product .product__title,
.debug .product .product__attributes,
.debug .product .product__availability,
.debug .product .product__discount,
.debug .product .product__price,
.debug .product .product__add-to-cart {
  position: relative;
}
.debug .product .product__image::after,
.debug .product .product__title::after,
.debug .product .product__attributes::after,
.debug .product .product__availability::after,
.debug .product .product__discount::after,
.debug .product .product__price::after,
.debug .product .product__add-to-cart::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
#app {
  min-height: 100vh;
}
#app .wrapper {
  margin-top: 48px;
  min-height: calc(100vh - 48px);
}
#app .site-wrapper {
  display: flex;
}
#app .announcement {
  padding: 0;
  z-index: 80;
}
#app .content {
  flex-basis: 100%;
  padding: 8px;
}
@media (min-width: 568px) {
#app .content {
    padding: 48px;
}
}
#app .d-print {
  display: none;
}
#app .d-print-flex {
  display: none;
}
@media print {
#app {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Firefox */
    overflow: visible !important;
}
#app html,
  #app body {
    overflow: visible;
}
#app .wrapper {
    overflow: visible;
}
#app .d-print {
    display: block;
}
#app .d-print-flex {
    display: flex;
}
#app .print-no-break {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}
#app .breadcrumb__container {
    display: none;
}
@page {
#app {
      size: auto;
      margin: 15mm;
}
}
#app img {
    break-inside: avoid-page;
}
}/* GLOBAL: INCLUDES
 *
 * It is recommended to only include variables,
 * mixins, etc. in this file, to prevent duplicated
 * CSS in your final, compiled files.
 */
/**
 * Bootstrap Global Variables & Mixins
 * Bootstrap Components should be imported in Vue components
 */
/* set the overriding variables */
/**
 * Bulma variable overrides
 */
@keyframes spinAround-84723947 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
/* GLOBAL FUNCTIONS
--------------------------------------------- */
/* GLOBAL MIXINS
--------------------------------------------- */
/* AUTO SCALING FOR TYPE WITH MIN/MAX SIZES

  @param {Number}  $responsive  - Viewport-based size
  @param {Number}  $min         - Minimum font size (px)
  @param {Number}  $max         - Maximum font size (px) (optional)

  @param {Number}  $fallback    - Fallback for viewport-based units (optional)

  @example SCSS - 5vw size, 35px min & 150px max size + 50px fallback:

  @include responsive-font(5vw, 35px, 150px, 50px);
*/
/* VUE DESIGN SYSTEM SPACING HELPERS
--------------------------------------------- */
/*
  INSET-SPACE: For interface containers.
  INSET-SQUISH-SPACE: For buttons, form elements, cells.
  STACK-SPACE: For vertically stacked content.
  INLINE-SPACE: For things displayed inline.
*/
.debug .product .product__image[data-v-84723947],
.debug .product .product__title[data-v-84723947],
.debug .product .product__attributes[data-v-84723947],
.debug .product .product__availability[data-v-84723947],
.debug .product .product__discount[data-v-84723947],
.debug .product .product__price[data-v-84723947],
.debug .product .product__add-to-cart[data-v-84723947] {
  position: relative;
}
.debug .product .product__image[data-v-84723947]::after,
.debug .product .product__title[data-v-84723947]::after,
.debug .product .product__attributes[data-v-84723947]::after,
.debug .product .product__availability[data-v-84723947]::after,
.debug .product .product__discount[data-v-84723947]::after,
.debug .product .product__price[data-v-84723947]::after,
.debug .product .product__add-to-cart[data-v-84723947]::after {
  font-size: 10px;
  color: red;
  position: absolute;
  inset: 0;
}
.debug .product__section[data-v-84723947] {
  box-shadow: inset 0 0 0 1px rgba(64, 224, 208, 0.4);
}
.debug .product__image[data-v-84723947]::after {
  content: ".product__image";
  background: rgba(255, 0, 0, 0.1);
}
.debug .product__title[data-v-84723947]::after {
  content: ".product__title";
  background: rgba(0, 0, 255, 0.1);
}
.debug .product__availability[data-v-84723947]::after {
  content: ".product__availability";
  background: rgba(255, 165, 0, 0.1);
}
.debug .product__attributes[data-v-84723947]::after {
  content: ".product__attributes";
  background: rgba(255, 255, 0, 0.1);
}
.debug .product__discount[data-v-84723947]::after {
  content: ".product__discount";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__price[data-v-84723947]::after {
  content: ".product__price";
  background: rgba(128, 0, 128, 0.1);
}
.debug .product__add-to-cart[data-v-84723947]::after {
  content: ".product__add-to-cart";
  background: rgba(128, 0, 128, 0.1);
}
.badge[data-v-84723947] {
  font-size: 14px;
  min-height: 22px;
  margin-bottom: 2px;
}
.badge .badge-icon[data-v-84723947] {
  display: inline-block;
  margin-right: 6px;
  min-width: 20px;
  vertical-align: middle;
}
.badge .label[data-v-84723947] {
  display: inline-block;
}
.badge .description[data-v-84723947] {
  color: rgb(138, 141, 143);
  display: block;
  padding-top: 4px;
}