@charset "UTF-8";
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.pass-graybar {
  height: 3px;
  background-color: #ccc;
  width: 100%;
  position: relative;
}
.pass-colorbar {
  height: 3px;
  background-image: url(../../js/password/passwordstrength.jpg);
  position: absolute;
  top: 0;
  left: 0;
}
.pass-percent, .pass-text {
  font-size: 1em;
}
.pass-percent {
  margin-right: 5px;
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}
h1, .h1 {
  font-size: 0.9375rem;
}
h2, .h2 {
  font-size: 0.875rem;
}
h3, .h3 {
  font-size: 0.875rem;
}
h4, .h4 {
  font-size: 0.8125rem;
}
h5, .h5 {
  font-size: 0.8125rem;
}
h6, .h6 {
  font-size: 0.8125rem;
}
.lead {
  font-size: 1.015625rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
  font-size: 0.875em;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled, .list-icons {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.015625rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #aaaaaa;
}
.blockquote-footer::before {
  content: "— ";
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
}
.table th, .table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-sm th, .table-sm td {
  padding: 0.5rem 1rem;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dddddd;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.table-hover tbody tr:hover {
  color: #333333;
  background-color: #f8f8f8;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #f9d7bb;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #f4b581;
}
.table-hover .table-primary:hover {
  background-color: #f7c9a4;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #f7c9a4;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #cad7e9;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #9cb5d6;
}
.table-hover .table-secondary:hover {
  background-color: #b8c9e2;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #b8c9e2;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #b8dab8;
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #7abb7a;
}
.table-hover .table-success:hover {
  background-color: #a7d1a7;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #a7d1a7;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #cfcfcf;
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #a5a5a5;
}
.table-hover .table-info:hover {
  background-color: #c2c2c2;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c2c2c2;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fce2c6;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #f9ca94;
}
.table-hover .table-warning:hover {
  background-color: #fbd6ae;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #fbd6ae;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #ecc3bf;
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #dc8f89;
}
.table-hover .table-danger:hover {
  background-color: #e6b1ab;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #e6b1ab;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfd;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfbfb;
}
.table-hover .table-light:hover {
  background-color: #f0f0f0;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #cfcfcf;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #a7a7a7;
}
.table-hover .table-dark:hover {
  background-color: #c2c2c2;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #c2c2c2;
}
.table-gray-medium, .table-gray-medium > th, .table-gray-medium > td {
  background-color: #e8e6e4;
}
.table-gray-medium th, .table-gray-medium td, .table-gray-medium thead th, .table-gray-medium tbody + tbody {
  border-color: #d5d1cd;
}
.table-hover .table-gray-medium:hover {
  background-color: #dcd9d6;
}
.table-hover .table-gray-medium:hover > td, .table-hover .table-gray-medium:hover > th {
  background-color: #dcd9d6;
}
.table-green-light, .table-green-light > th, .table-green-light > td {
  background-color: #c7eacc;
}
.table-green-light th, .table-green-light td, .table-green-light thead th, .table-green-light tbody + tbody {
  border-color: #98d8a1;
}
.table-hover .table-green-light:hover {
  background-color: #b4e3bb;
}
.table-hover .table-green-light:hover > td, .table-hover .table-green-light:hover > th {
  background-color: #b4e3bb;
}
.table-active, .table-active > th, .table-active > td {
  background-color: #f8f8f8;
}
.table-hover .table-active:hover {
  background-color: #ebebeb;
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #ebebeb;
}
.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #555555;
  background-color: #e9ecef;
  border-color: #dddddd;
}
.table-dark {
  color: #ffffff;
  background-color: #343a40;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #555555;
  background-color: #ffffff;
  border-color: #e9710d;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(0, 0, 0, 0);
}
.form-control::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #555555;
}
select.form-control:focus::-ms-value {
  color: #555555;
  background-color: #ffffff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 0.8125rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #aaaaaa;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #007c00;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #f8f8f8;
  background-color: rgba(0, 124, 0, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #007c00;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007c00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #007c00;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 0, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #007c00;
  padding-right: calc(0.75em + 3.375rem) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23dddddd' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center / auto 100%, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007c00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.625rem / calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #007c00;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 0, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #007c00;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #007c00;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #007c00;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00af00;
  background-color: #00af00;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 0, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007c00;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #007c00;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #007c00;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 0, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #bc271c;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #f8f8f8;
  background-color: rgba(188, 39, 28, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #bc271c;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23bc271c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23bc271c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #bc271c;
  box-shadow: 0 0 0 0.2rem rgba(188, 39, 28, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #bc271c;
  padding-right: calc(0.75em + 3.375rem) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23dddddd' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center / auto 100%, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23bc271c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23bc271c' stroke='none'/%3e%3c/svg%3e") center right 2.625rem / calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #bc271c;
  box-shadow: 0 0 0 0.2rem rgba(188, 39, 28, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #bc271c;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #bc271c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #bc271c;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e0382c;
  background-color: #e0382c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(188, 39, 28, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bc271c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #bc271c;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #bc271c;
  box-shadow: 0 0 0 0.2rem rgba(188, 39, 28, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #f8f8f8;
  background-color: #e9710d;
  border-color: #e9710d;
  box-shadow: none;
}
.btn-primary:hover {
  color: #f8f8f8;
  background-color: #c55f0b;
  border-color: #b95a0a;
}
.btn-primary:focus, .btn-primary.focus {
  color: #f8f8f8;
  background-color: #c55f0b;
  border-color: #b95a0a;
  box-shadow: 0 0 0 0 rgba(235, 133, 48, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #f8f8f8;
  background-color: #e9710d;
  border-color: #e9710d;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #b95a0a;
  border-color: #ad540a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(235, 133, 48, 0.5);
}
.btn-secondary {
  color: #f8f8f8;
  background-color: #4171b0;
  border-color: #4171b0;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #f8f8f8;
  background-color: #375f94;
  border-color: #33598b;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #f8f8f8;
  background-color: #375f94;
  border-color: #33598b;
  box-shadow: 0 0 0 0 rgba(92, 133, 187, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #f8f8f8;
  background-color: #4171b0;
  border-color: #4171b0;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .btn-secondary:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #33598b;
  border-color: #305381;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .btn-secondary:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(92, 133, 187, 0.5);
}
.btn-success {
  color: #f8f8f8;
  background-color: #007c00;
  border-color: #007c00;
  box-shadow: none;
}
.btn-success:hover {
  color: #f8f8f8;
  background-color: #005600;
  border-color: #004900;
}
.btn-success:focus, .btn-success.focus {
  color: #f8f8f8;
  background-color: #005600;
  border-color: #004900;
  box-shadow: 0 0 0 0 rgba(37, 143, 37, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #f8f8f8;
  background-color: #007c00;
  border-color: #007c00;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle, .show > .btn-success:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #004900;
  border-color: #003c00;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus, .show > .btn-success:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(37, 143, 37, 0.5);
}
.btn-info {
  color: #f8f8f8;
  background-color: #525252;
  border-color: #525252;
  box-shadow: none;
}
.btn-info:hover {
  color: #f8f8f8;
  background-color: #3f3f3f;
  border-color: #393939;
}
.btn-info:focus, .btn-info.focus {
  color: #f8f8f8;
  background-color: #3f3f3f;
  border-color: #393939;
  box-shadow: 0 0 0 0 rgba(107, 107, 107, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #f8f8f8;
  background-color: #525252;
  border-color: #525252;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle, .show > .btn-info:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #393939;
  border-color: #323232;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(107, 107, 107, 0.5);
}
.btn-warning {
  color: #333333;
  background-color: #f39932;
  border-color: #f39932;
  box-shadow: none;
}
.btn-warning:hover {
  color: #333333;
  background-color: #f1870e;
  border-color: #e5800d;
}
.btn-warning:focus, .btn-warning.focus {
  color: #333333;
  background-color: #f1870e;
  border-color: #e5800d;
  box-shadow: 0 0 0 0 rgba(214, 138, 50, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #333333;
  background-color: #f39932;
  border-color: #f39932;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle, .show > .btn-warning:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #e5800d;
  border-color: #d9790d;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(214, 138, 50, 0.5);
}
.btn-danger {
  color: #f8f8f8;
  background-color: #bc271c;
  border-color: #bc271c;
  box-shadow: none;
}
.btn-danger:hover {
  color: #f8f8f8;
  background-color: #9b2017;
  border-color: #901e15;
}
.btn-danger:focus, .btn-danger.focus {
  color: #f8f8f8;
  background-color: #9b2017;
  border-color: #901e15;
  box-shadow: 0 0 0 0 rgba(197, 70, 61, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #f8f8f8;
  background-color: #bc271c;
  border-color: #bc271c;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .show > .btn-danger:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #901e15;
  border-color: #851b14;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(197, 70, 61, 0.5);
}
.btn-light {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  box-shadow: none;
}
.btn-light:hover {
  color: #333333;
  background-color: #e5e5e5;
  border-color: #dfdfdf;
}
.btn-light:focus, .btn-light.focus {
  color: #333333;
  background-color: #e5e5e5;
  border-color: #dfdfdf;
  box-shadow: 0 0 0 0 rgba(218, 218, 218, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .show > .btn-light:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #333333;
  background-color: #dfdfdf;
  border-color: #d8d8d8;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus, .show > .btn-light:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(218, 218, 218, 0.5);
}
.btn-dark {
  color: #f8f8f8;
  background-color: #555555;
  border-color: #555555;
  box-shadow: none;
}
.btn-dark:hover {
  color: #f8f8f8;
  background-color: #424242;
  border-color: #3c3c3c;
}
.btn-dark:focus, .btn-dark.focus {
  color: #f8f8f8;
  background-color: #424242;
  border-color: #3c3c3c;
  box-shadow: 0 0 0 0 rgba(109, 109, 109, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #f8f8f8;
  background-color: #555555;
  border-color: #555555;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle, .show > .btn-dark:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #3c3c3c;
  border-color: #353535;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus, .show > .btn-dark:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(109, 109, 109, 0.5);
}
.btn-gray-medium {
  color: #333333;
  background-color: #aea79f;
  border-color: #aea79f;
  box-shadow: none;
}
.btn-gray-medium:hover {
  color: #f8f8f8;
  background-color: #9c948a;
  border-color: #978e83;
}
.btn-gray-medium:focus, .btn-gray-medium.focus {
  color: #f8f8f8;
  background-color: #9c948a;
  border-color: #978e83;
  box-shadow: 0 0 0 0 rgba(156, 150, 143, 0.5);
}
.btn-gray-medium.disabled, .btn-gray-medium:disabled {
  color: #333333;
  background-color: #aea79f;
  border-color: #aea79f;
}
.btn-gray-medium:not(:disabled):not(.disabled):active, .btn-gray-medium:not(:disabled):not(.disabled).active, .show > .btn-gray-medium.dropdown-toggle, .show > .btn-gray-medium:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #978e83;
  border-color: #91877c;
}
.btn-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-gray-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-medium.dropdown-toggle:focus, .show > .btn-gray-medium:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(156, 150, 143, 0.5);
}
.btn-green-light {
  color: #f8f8f8;
  background-color: #38b44a;
  border-color: #38b44a;
  box-shadow: none;
}
.btn-green-light:hover {
  color: #f8f8f8;
  background-color: #2f973e;
  border-color: #2c8d3a;
}
.btn-green-light:focus, .btn-green-light.focus {
  color: #f8f8f8;
  background-color: #2f973e;
  border-color: #2c8d3a;
  box-shadow: 0 0 0 0 rgba(85, 190, 100, 0.5);
}
.btn-green-light.disabled, .btn-green-light:disabled {
  color: #f8f8f8;
  background-color: #38b44a;
  border-color: #38b44a;
}
.btn-green-light:not(:disabled):not(.disabled):active, .btn-green-light:not(:disabled):not(.disabled).active, .show > .btn-green-light.dropdown-toggle, .show > .btn-green-light:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #2c8d3a;
  border-color: #298336;
}
.btn-green-light:not(:disabled):not(.disabled):active:focus, .btn-green-light:not(:disabled):not(.disabled).active:focus, .show > .btn-green-light.dropdown-toggle:focus, .show > .btn-green-light:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(85, 190, 100, 0.5);
}
.btn-outline-primary {
  color: #e9710d;
  border-color: #e9710d;
}
.btn-outline-primary:hover {
  color: #f8f8f8;
  background-color: #e9710d;
  border-color: #e9710d;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(233, 113, 13, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e9710d;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #e9710d;
  border-color: #e9710d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .show > .btn-outline-primary:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(233, 113, 13, 0.5);
}
.btn-outline-secondary {
  color: #4171b0;
  border-color: #4171b0;
}
.btn-outline-secondary:hover {
  color: #f8f8f8;
  background-color: #4171b0;
  border-color: #4171b0;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(65, 113, 176, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #4171b0;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-secondary:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #4171b0;
  border-color: #4171b0;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .show > .btn-outline-secondary:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(65, 113, 176, 0.5);
}
.btn-outline-success {
  color: #007c00;
  border-color: #007c00;
}
.btn-outline-success:hover {
  color: #f8f8f8;
  background-color: #007c00;
  border-color: #007c00;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #007c00;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle, .show > .btn-outline-success:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #007c00;
  border-color: #007c00;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus, .show > .btn-outline-success:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 0, 0.5);
}
.btn-outline-info {
  color: #525252;
  border-color: #525252;
}
.btn-outline-info:hover {
  color: #f8f8f8;
  background-color: #525252;
  border-color: #525252;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(82, 82, 82, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #525252;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle, .show > .btn-outline-info:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #525252;
  border-color: #525252;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus, .show > .btn-outline-info:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(82, 82, 82, 0.5);
}
.btn-outline-warning {
  color: #f39932;
  border-color: #f39932;
}
.btn-outline-warning:hover {
  color: #333333;
  background-color: #f39932;
  border-color: #f39932;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(243, 153, 50, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f39932;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle, .show > .btn-outline-warning:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #333333;
  background-color: #f39932;
  border-color: #f39932;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus, .show > .btn-outline-warning:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(243, 153, 50, 0.5);
}
.btn-outline-danger {
  color: #bc271c;
  border-color: #bc271c;
}
.btn-outline-danger:hover {
  color: #f8f8f8;
  background-color: #bc271c;
  border-color: #bc271c;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(188, 39, 28, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #bc271c;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle, .show > .btn-outline-danger:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #bc271c;
  border-color: #bc271c;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus, .show > .btn-outline-danger:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(188, 39, 28, 0.5);
}
.btn-outline-light {
  color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-outline-light:hover {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f8f8;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle, .show > .btn-outline-light:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #333333;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus, .show > .btn-outline-light:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}
.btn-outline-dark {
  color: #555555;
  border-color: #555555;
}
.btn-outline-dark:hover {
  color: #f8f8f8;
  background-color: #555555;
  border-color: #555555;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #555555;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle, .show > .btn-outline-dark:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #555555;
  border-color: #555555;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus, .show > .btn-outline-dark:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5);
}
.btn-outline-gray-medium {
  color: #aea79f;
  border-color: #aea79f;
}
.btn-outline-gray-medium:hover {
  color: #333333;
  background-color: #aea79f;
  border-color: #aea79f;
}
.btn-outline-gray-medium:focus, .btn-outline-gray-medium.focus {
  box-shadow: 0 0 0 0 rgba(174, 167, 159, 0.5);
}
.btn-outline-gray-medium.disabled, .btn-outline-gray-medium:disabled {
  color: #aea79f;
  background-color: transparent;
}
.btn-outline-gray-medium:not(:disabled):not(.disabled):active, .btn-outline-gray-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-medium.dropdown-toggle, .show > .btn-outline-gray-medium:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #333333;
  background-color: #aea79f;
  border-color: #aea79f;
}
.btn-outline-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-medium.dropdown-toggle:focus, .show > .btn-outline-gray-medium:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(174, 167, 159, 0.5);
}
.btn-outline-green-light {
  color: #38b44a;
  border-color: #38b44a;
}
.btn-outline-green-light:hover {
  color: #f8f8f8;
  background-color: #38b44a;
  border-color: #38b44a;
}
.btn-outline-green-light:focus, .btn-outline-green-light.focus {
  box-shadow: 0 0 0 0 rgba(56, 180, 74, 0.5);
}
.btn-outline-green-light.disabled, .btn-outline-green-light:disabled {
  color: #38b44a;
  background-color: transparent;
}
.btn-outline-green-light:not(:disabled):not(.disabled):active, .btn-outline-green-light:not(:disabled):not(.disabled).active, .show > .btn-outline-green-light.dropdown-toggle, .show > .btn-outline-green-light:not(.navbar-toggler)[data-toggle="collapse"] {
  color: #f8f8f8;
  background-color: #38b44a;
  border-color: #38b44a;
}
.btn-outline-green-light:not(:disabled):not(.disabled):active:focus, .btn-outline-green-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-light.dropdown-toggle:focus, .show > .btn-outline-green-light:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  box-shadow: 0 0 0 0 rgba(56, 180, 74, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #e9710d;
  text-decoration: none;
}
.btn-link:hover {
  color: #97310e;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #aaaaaa;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.375rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.35s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle, [data-toggle="collapse"]:not(.navbar-toggler) {
  white-space: nowrap;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.3);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .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: 1300px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after, .dropright :not(.navbar-toggler)[data-toggle="collapse"]::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before, .dropleft :not(.navbar-toggler)[data-toggle="collapse"]::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 1rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #333333;
  text-decoration: none;
  background-color: #f8f8f8;
}
.dropdown-item.active, .dropdown-item:active {
  color: #333333;
  text-decoration: none;
  background-color: #f8f8f8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #cccccc;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #aaaaaa;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #333333;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group.show .dropdown-toggle, .btn-group.show [data-toggle="collapse"]:not(.navbar-toggler) {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link, .btn-group.show .btn-link:not(.navbar-toggler)[data-toggle="collapse"] {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3), .input-group.has-validation > .custom-select:nth-last-child(n + 3), .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.75rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.375rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 2.625rem;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.21875rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.109375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #e9710d;
  background-color: #e9710d;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e9710d;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #fad1ae;
  border-color: #fad1ae;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #aaaaaa;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.109375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.109375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #e9710d;
  background-color: #e9710d;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(233, 113, 13, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(233, 113, 13, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(233, 113, 13, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.109375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #cccccc;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(233, 113, 13, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 2.625rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23dddddd' x='0px' y='0px' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpolygon  points='16,18.2 11.8,14.6 12.4,13.8 16,16.8 19.6,13.8 20.2,14.6 '/%3E%3C/svg%3E") no-repeat right center / auto 100%;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  box-shadow: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #e9710d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 113, 13, 0.25);
}
.custom-select:focus::-ms-value {
  color: #555555;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #aaaaaa;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #555555;
}
.custom-select-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e9710d;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: #555555;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e9710d;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fad1ae;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e9710d;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fad1ae;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #e9710d;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fad1ae;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #cccccc;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #cccccc;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #cccccc;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #f8f8f8;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f8f8;
  border-top: 1px solid #f8f8f8;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.card-group > .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #4171b0;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #ffffff;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #ffffff;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #e9710d;
  background-color: transparent;
  border: 0 solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #e9710d;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #4171b0;
  border-color: #4171b0;
}
.page-item.disabled .page-link {
  color: #cccccc;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #f8f8f8;
  background-color: #e9710d;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #f8f8f8;
  background-color: #b95a0a;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 113, 13, 0.5);
}
.badge-secondary {
  color: #f8f8f8;
  background-color: #4171b0;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #f8f8f8;
  background-color: #33598b;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 113, 176, 0.5);
}
.badge-success {
  color: #f8f8f8;
  background-color: #007c00;
}
a.badge-success:hover, a.badge-success:focus {
  color: #f8f8f8;
  background-color: #004900;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 0, 0.5);
}
.badge-info {
  color: #f8f8f8;
  background-color: #525252;
}
a.badge-info:hover, a.badge-info:focus {
  color: #f8f8f8;
  background-color: #393939;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.badge-warning {
  color: #333333;
  background-color: #f39932;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #333333;
  background-color: #e5800d;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 153, 50, 0.5);
}
.badge-danger {
  color: #f8f8f8;
  background-color: #bc271c;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #f8f8f8;
  background-color: #901e15;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(188, 39, 28, 0.5);
}
.badge-light {
  color: #333333;
  background-color: #f8f8f8;
}
a.badge-light:hover, a.badge-light:focus {
  color: #333333;
  background-color: #dfdfdf;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}
.badge-dark {
  color: #f8f8f8;
  background-color: #555555;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #f8f8f8;
  background-color: #3c3c3c;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}
.badge-gray-medium {
  color: #333333;
  background-color: #aea79f;
}
a.badge-gray-medium:hover, a.badge-gray-medium:focus {
  color: #333333;
  background-color: #978e83;
}
a.badge-gray-medium:focus, a.badge-gray-medium.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 167, 159, 0.5);
}
.badge-green-light {
  color: #f8f8f8;
  background-color: #38b44a;
}
a.badge-green-light:hover, a.badge-green-light:focus {
  color: #f8f8f8;
  background-color: #2c8d3a;
}
a.badge-green-light:focus, a.badge-green-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 180, 74, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.71875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #793b07;
  background-color: #fbe3cf;
  border-color: #f9d7bb;
}
.alert-primary hr {
  border-top-color: #f7c9a4;
}
.alert-primary .alert-link {
  color: #492304;
}
.alert-secondary {
  color: #223b5c;
  background-color: #d9e3ef;
  border-color: #cad7e9;
}
.alert-secondary hr {
  border-top-color: #b8c9e2;
}
.alert-secondary .alert-link {
  color: #142337;
}
.alert-success {
  color: #004000;
  background-color: #cce5cc;
  border-color: #b8dab8;
}
.alert-success hr {
  border-top-color: #a7d1a7;
}
.alert-success .alert-link {
  color: #000d00;
}
.alert-info {
  color: #2b2b2b;
  background-color: gainsboro;
  border-color: #cfcfcf;
}
.alert-info hr {
  border-top-color: #c2c2c2;
}
.alert-info .alert-link {
  color: #121212;
}
.alert-warning {
  color: #7e501a;
  background-color: #fdebd6;
  border-color: #fce2c6;
}
.alert-warning hr {
  border-top-color: #fbd6ae;
}
.alert-warning .alert-link {
  color: #543511;
}
.alert-danger {
  color: #62140f;
  background-color: #f2d4d2;
  border-color: #ecc3bf;
}
.alert-danger hr {
  border-top-color: #e6b1ab;
}
.alert-danger .alert-link {
  color: #360b08;
}
.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-light hr {
  border-top-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #2c2c2c;
  background-color: #ddd;
  border-color: #cfcfcf;
}
.alert-dark hr {
  border-top-color: #c2c2c2;
}
.alert-dark .alert-link {
  color: #131313;
}
.alert-gray-medium {
  color: #5a5753;
  background-color: #efedec;
  border-color: #e8e6e4;
}
.alert-gray-medium hr {
  border-top-color: #dcd9d6;
}
.alert-gray-medium .alert-link {
  color: #3f3d3b;
}
.alert-green-light {
  color: #1d5e26;
  background-color: #d7f0db;
  border-color: #c7eacc;
}
.alert-green-light hr {
  border-top-color: #b4e3bb;
}
.alert-green-light .alert-link {
  color: #113716;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.609375rem;
  background-color: #f8f8f8;
  border-radius: 0.25rem;
  box-shadow: none;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #aaaaaa;
  text-align: center;
  white-space: nowrap;
  background-color: #e9710d;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #555555;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #555555;
  text-decoration: none;
  background-color: #f8f8f8;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #aaaaaa;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #e9710d;
  border-color: #e9710d;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1300px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #793b07;
  background-color: #f9d7bb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #793b07;
  background-color: #f7c9a4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #793b07;
  border-color: #793b07;
}
.list-group-item-secondary {
  color: #223b5c;
  background-color: #cad7e9;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #223b5c;
  background-color: #b8c9e2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #223b5c;
  border-color: #223b5c;
}
.list-group-item-success {
  color: #004000;
  background-color: #b8dab8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #004000;
  background-color: #a7d1a7;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #004000;
  border-color: #004000;
}
.list-group-item-info {
  color: #2b2b2b;
  background-color: #cfcfcf;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2b2b2b;
  background-color: #c2c2c2;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.list-group-item-warning {
  color: #7e501a;
  background-color: #fce2c6;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7e501a;
  background-color: #fbd6ae;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #7e501a;
  border-color: #7e501a;
}
.list-group-item-danger {
  color: #62140f;
  background-color: #ecc3bf;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #62140f;
  background-color: #e6b1ab;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #62140f;
  border-color: #62140f;
}
.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818181;
  border-color: #818181;
}
.list-group-item-dark {
  color: #2c2c2c;
  background-color: #cfcfcf;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2c2c2c;
  background-color: #c2c2c2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.list-group-item-gray-medium {
  color: #5a5753;
  background-color: #e8e6e4;
}
.list-group-item-gray-medium.list-group-item-action:hover, .list-group-item-gray-medium.list-group-item-action:focus {
  color: #5a5753;
  background-color: #dcd9d6;
}
.list-group-item-gray-medium.list-group-item-action.active {
  color: #ffffff;
  background-color: #5a5753;
  border-color: #5a5753;
}
.list-group-item-green-light {
  color: #1d5e26;
  background-color: #c7eacc;
}
.list-group-item-green-light.list-group-item-action:hover, .list-group-item-green-light.list-group-item-action:focus {
  color: #1d5e26;
  background-color: #b4e3bb;
}
.list-group-item-green-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #1d5e26;
  border-color: #1d5e26;
}
.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #aaaaaa;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dddddd;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.modal-header .close {
  padding: 0.5rem 0;
  margin: -0.5rem 0 -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1300px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.5rem;
  font-family: 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.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.88rem;
  height: 0.45rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.45rem 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.45rem 0.44rem 0;
  border-top-color: #333333;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.45rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.45rem;
  height: 0.88rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.44rem 0.45rem 0.44rem 0;
  border-right-color: #333333;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.45rem 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.44rem 0.45rem;
  border-bottom-color: #333333;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.45rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.45rem;
  height: 0.88rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.44rem 0 0.44rem 0.45rem;
  border-left-color: #333333;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 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.75rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #333333;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333333;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #e9710d !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #b95a0a !important;
}
.bg-secondary {
  background-color: #4171b0 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #33598b !important;
}
.bg-success {
  background-color: #007c00 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #004900 !important;
}
.bg-info {
  background-color: #525252 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #393939 !important;
}
.bg-warning {
  background-color: #f39932 !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #e5800d !important;
}
.bg-danger {
  background-color: #bc271c !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #901e15 !important;
}
.bg-light {
  background-color: #f8f8f8 !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dfdfdf !important;
}
.bg-dark {
  background-color: #555555 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #3c3c3c !important;
}
.bg-gray-medium {
  background-color: #aea79f !important;
}
a.bg-gray-medium:hover, a.bg-gray-medium:focus, button.bg-gray-medium:hover, button.bg-gray-medium:focus {
  background-color: #978e83 !important;
}
.bg-green-light {
  background-color: #38b44a !important;
}
a.bg-green-light:hover, a.bg-green-light:focus, button.bg-green-light:hover, button.bg-green-light:focus {
  background-color: #2c8d3a !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dddddd !important;
}
.border-top {
  border-top: 1px solid #dddddd !important;
}
.border-right {
  border-right: 1px solid #dddddd !important;
}
.border-bottom {
  border-bottom: 1px solid #dddddd !important;
}
.border-left {
  border-left: 1px solid #dddddd !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #e9710d !important;
}
.border-secondary {
  border-color: #4171b0 !important;
}
.border-success {
  border-color: #007c00 !important;
}
.border-info {
  border-color: #525252 !important;
}
.border-warning {
  border-color: #f39932 !important;
}
.border-danger {
  border-color: #bc271c !important;
}
.border-light {
  border-color: #f8f8f8 !important;
}
.border-dark {
  border-color: #555555 !important;
}
.border-gray-medium {
  border-color: #aea79f !important;
}
.border-green-light {
  border-color: #38b44a !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-20 {
  width: 20% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.w-80 {
  width: 80% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-20 {
  height: 20% !important;
}
.h-40 {
  height: 40% !important;
}
.h-60 {
  height: 60% !important;
}
.h-80 {
  height: 80% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5, .my-5 {
  margin-top: 2rem !important;
}
.mr-5, .mx-5 {
  margin-right: 2rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 2rem !important;
}
.ml-5, .mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6, .my-6 {
  margin-top: 3rem !important;
}
.mr-6, .mx-6 {
  margin-right: 3rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 3rem !important;
}
.ml-6, .mx-6 {
  margin-left: 3rem !important;
}
.m-7 {
  margin: 4rem !important;
}
.mt-7, .my-7 {
  margin-top: 4rem !important;
}
.mr-7, .mx-7 {
  margin-right: 4rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 4rem !important;
}
.ml-7, .mx-7 {
  margin-left: 4rem !important;
}
.m-8 {
  margin: 5rem !important;
}
.mt-8, .my-8 {
  margin-top: 5rem !important;
}
.mr-8, .mx-8 {
  margin-right: 5rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 5rem !important;
}
.ml-8, .mx-8 {
  margin-left: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5, .py-5 {
  padding-top: 2rem !important;
}
.pr-5, .px-5 {
  padding-right: 2rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 2rem !important;
}
.pl-5, .px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6, .py-6 {
  padding-top: 3rem !important;
}
.pr-6, .px-6 {
  padding-right: 3rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 3rem !important;
}
.pl-6, .px-6 {
  padding-left: 3rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.pt-7, .py-7 {
  padding-top: 4rem !important;
}
.pr-7, .px-7 {
  padding-right: 4rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 4rem !important;
}
.pl-7, .px-7 {
  padding-left: 4rem !important;
}
.p-8 {
  padding: 5rem !important;
}
.pt-8, .py-8 {
  padding-top: 5rem !important;
}
.pr-8, .px-8 {
  padding-right: 5rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 5rem !important;
}
.pl-8, .px-8 {
  padding-left: 5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -2rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -2rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -2rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -2rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -2rem !important;
}
.m-n6 {
  margin: -3rem !important;
}
.mt-n6, .my-n6 {
  margin-top: -3rem !important;
}
.mr-n6, .mx-n6 {
  margin-right: -3rem !important;
}
.mb-n6, .my-n6 {
  margin-bottom: -3rem !important;
}
.ml-n6, .mx-n6 {
  margin-left: -3rem !important;
}
.m-n7 {
  margin: -4rem !important;
}
.mt-n7, .my-n7 {
  margin-top: -4rem !important;
}
.mr-n7, .mx-n7 {
  margin-right: -4rem !important;
}
.mb-n7, .my-n7 {
  margin-bottom: -4rem !important;
}
.ml-n7, .mx-n7 {
  margin-left: -4rem !important;
}
.m-n8 {
  margin: -5rem !important;
}
.mt-n8, .my-n8 {
  margin-top: -5rem !important;
}
.mr-n8, .mx-n8 {
  margin-right: -5rem !important;
}
.mb-n8, .my-n8 {
  margin-bottom: -5rem !important;
}
.ml-n8, .mx-n8 {
  margin-left: -5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .mt-sm-7, .my-sm-7 {
    margin-top: 4rem !important;
  }
  .mr-sm-7, .mx-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-7, .mx-sm-7 {
    margin-left: 4rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .mt-sm-8, .my-sm-8 {
    margin-top: 5rem !important;
  }
  .mr-sm-8, .mx-sm-8 {
    margin-right: 5rem !important;
  }
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-8, .mx-sm-8 {
    margin-left: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .pt-sm-7, .py-sm-7 {
    padding-top: 4rem !important;
  }
  .pr-sm-7, .px-sm-7 {
    padding-right: 4rem !important;
  }
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-7, .px-sm-7 {
    padding-left: 4rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .pt-sm-8, .py-sm-8 {
    padding-top: 5rem !important;
  }
  .pr-sm-8, .px-sm-8 {
    padding-right: 5rem !important;
  }
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-8, .px-sm-8 {
    padding-left: 5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .mt-sm-n6, .my-sm-n6 {
    margin-top: -3rem !important;
  }
  .mr-sm-n6, .mx-sm-n6 {
    margin-right: -3rem !important;
  }
  .mb-sm-n6, .my-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n6, .mx-sm-n6 {
    margin-left: -3rem !important;
  }
  .m-sm-n7 {
    margin: -4rem !important;
  }
  .mt-sm-n7, .my-sm-n7 {
    margin-top: -4rem !important;
  }
  .mr-sm-n7, .mx-sm-n7 {
    margin-right: -4rem !important;
  }
  .mb-sm-n7, .my-sm-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n7, .mx-sm-n7 {
    margin-left: -4rem !important;
  }
  .m-sm-n8 {
    margin: -5rem !important;
  }
  .mt-sm-n8, .my-sm-n8 {
    margin-top: -5rem !important;
  }
  .mr-sm-n8, .mx-sm-n8 {
    margin-right: -5rem !important;
  }
  .mb-sm-n8, .my-sm-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n8, .mx-sm-n8 {
    margin-left: -5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6, .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .mt-md-7, .my-md-7 {
    margin-top: 4rem !important;
  }
  .mr-md-7, .mx-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7, .my-md-7 {
    margin-bottom: 4rem !important;
  }
  .ml-md-7, .mx-md-7 {
    margin-left: 4rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .mt-md-8, .my-md-8 {
    margin-top: 5rem !important;
  }
  .mr-md-8, .mx-md-8 {
    margin-right: 5rem !important;
  }
  .mb-md-8, .my-md-8 {
    margin-bottom: 5rem !important;
  }
  .ml-md-8, .mx-md-8 {
    margin-left: 5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6, .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6, .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6, .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .pt-md-7, .py-md-7 {
    padding-top: 4rem !important;
  }
  .pr-md-7, .px-md-7 {
    padding-right: 4rem !important;
  }
  .pb-md-7, .py-md-7 {
    padding-bottom: 4rem !important;
  }
  .pl-md-7, .px-md-7 {
    padding-left: 4rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .pt-md-8, .py-md-8 {
    padding-top: 5rem !important;
  }
  .pr-md-8, .px-md-8 {
    padding-right: 5rem !important;
  }
  .pb-md-8, .py-md-8 {
    padding-bottom: 5rem !important;
  }
  .pl-md-8, .px-md-8 {
    padding-left: 5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .mt-md-n6, .my-md-n6 {
    margin-top: -3rem !important;
  }
  .mr-md-n6, .mx-md-n6 {
    margin-right: -3rem !important;
  }
  .mb-md-n6, .my-md-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n6, .mx-md-n6 {
    margin-left: -3rem !important;
  }
  .m-md-n7 {
    margin: -4rem !important;
  }
  .mt-md-n7, .my-md-n7 {
    margin-top: -4rem !important;
  }
  .mr-md-n7, .mx-md-n7 {
    margin-right: -4rem !important;
  }
  .mb-md-n7, .my-md-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n7, .mx-md-n7 {
    margin-left: -4rem !important;
  }
  .m-md-n8 {
    margin: -5rem !important;
  }
  .mt-md-n8, .my-md-n8 {
    margin-top: -5rem !important;
  }
  .mr-md-n8, .mx-md-n8 {
    margin-right: -5rem !important;
  }
  .mb-md-n8, .my-md-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n8, .mx-md-n8 {
    margin-left: -5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 4rem !important;
  }
  .mr-lg-7, .mx-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-7, .mx-lg-7 {
    margin-left: 4rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 5rem !important;
  }
  .mr-lg-8, .mx-lg-8 {
    margin-right: 5rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-8, .mx-lg-8 {
    margin-left: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 4rem !important;
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 4rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 4rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 5rem !important;
  }
  .pr-lg-8, .px-lg-8 {
    padding-right: 5rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-8, .px-lg-8 {
    padding-left: 5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .mt-lg-n6, .my-lg-n6 {
    margin-top: -3rem !important;
  }
  .mr-lg-n6, .mx-lg-n6 {
    margin-right: -3rem !important;
  }
  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n6, .mx-lg-n6 {
    margin-left: -3rem !important;
  }
  .m-lg-n7 {
    margin: -4rem !important;
  }
  .mt-lg-n7, .my-lg-n7 {
    margin-top: -4rem !important;
  }
  .mr-lg-n7, .mx-lg-n7 {
    margin-right: -4rem !important;
  }
  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n7, .mx-lg-n7 {
    margin-left: -4rem !important;
  }
  .m-lg-n8 {
    margin: -5rem !important;
  }
  .mt-lg-n8, .my-lg-n8 {
    margin-top: -5rem !important;
  }
  .mr-lg-n8, .mx-lg-n8 {
    margin-right: -5rem !important;
  }
  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n8, .mx-lg-n8 {
    margin-left: -5rem !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: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .mt-xl-7, .my-xl-7 {
    margin-top: 4rem !important;
  }
  .mr-xl-7, .mx-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7, .my-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-7, .mx-xl-7 {
    margin-left: 4rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .mt-xl-8, .my-xl-8 {
    margin-top: 5rem !important;
  }
  .mr-xl-8, .mx-xl-8 {
    margin-right: 5rem !important;
  }
  .mb-xl-8, .my-xl-8 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-8, .mx-xl-8 {
    margin-left: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .pt-xl-7, .py-xl-7 {
    padding-top: 4rem !important;
  }
  .pr-xl-7, .px-xl-7 {
    padding-right: 4rem !important;
  }
  .pb-xl-7, .py-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-7, .px-xl-7 {
    padding-left: 4rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .pt-xl-8, .py-xl-8 {
    padding-top: 5rem !important;
  }
  .pr-xl-8, .px-xl-8 {
    padding-right: 5rem !important;
  }
  .pb-xl-8, .py-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-8, .px-xl-8 {
    padding-left: 5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .mt-xl-n6, .my-xl-n6 {
    margin-top: -3rem !important;
  }
  .mr-xl-n6, .mx-xl-n6 {
    margin-right: -3rem !important;
  }
  .mb-xl-n6, .my-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n6, .mx-xl-n6 {
    margin-left: -3rem !important;
  }
  .m-xl-n7 {
    margin: -4rem !important;
  }
  .mt-xl-n7, .my-xl-n7 {
    margin-top: -4rem !important;
  }
  .mr-xl-n7, .mx-xl-n7 {
    margin-right: -4rem !important;
  }
  .mb-xl-n7, .my-xl-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n7, .mx-xl-n7 {
    margin-left: -4rem !important;
  }
  .m-xl-n8 {
    margin: -5rem !important;
  }
  .mt-xl-n8, .my-xl-n8 {
    margin-top: -5rem !important;
  }
  .mr-xl-n8, .mx-xl-n8 {
    margin-right: -5rem !important;
  }
  .mb-xl-n8, .my-xl-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n8, .mx-xl-n8 {
    margin-left: -5rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, 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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #e9710d !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #a14e09 !important;
}
.text-secondary {
  color: #4171b0 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #2c4d78 !important;
}
.text-success {
  color: #007c00 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #003000 !important;
}
.text-info {
  color: #525252 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #2c2c2c !important;
}
.text-warning {
  color: #f39932 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #cd730c !important;
}
.text-danger {
  color: #bc271c !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #791912 !important;
}
.text-light {
  color: #f8f8f8 !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d2d2d2 !important;
}
.text-dark {
  color: #555555 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #2f2f2f !important;
}
.text-gray-medium {
  color: #aea79f !important;
}
a.text-gray-medium:hover, a.text-gray-medium:focus {
  color: #8b8176 !important;
}
.text-green-light {
  color: #38b44a !important;
}
a.text-green-light:hover, a.text-green-light:focus {
  color: #267a32 !important;
}
.text-body {
  color: #333333 !important;
}
.text-muted {
  color: #aaaaaa !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0px/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;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #cccccc;
    page-break-inside: avoid;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dddddd;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dddddd;
  }
}
/* consent */
/*!
 * bootstrap-fileinput v4.5.2
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type=file], input[type=file].file-loading {
  width: 0;
  height: 0;
}
.kv-hidden, .hide-content .kv-file-content, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn {
  display: none;
}
.file-no-browse, .btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
  position: absolute;
}
.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
  position: relative;
}
.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
  text-align: left;
}
.file-error-message pre, .file-error-message ul {
  margin: 0;
}
.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
  margin: 5px 0 -5px;
  width: 16px;
  height: 16px;
}
.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
  height: 11px;
  font-size: 9px;
}
.krajee-default .file-caption-info, .krajee-default .file-size-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  height: 15px;
  margin: auto;
}
.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
  height: 100%;
}
.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
  width: 100%;
}
.file-no-browse {
  left: 50%;
  bottom: 20%;
  width: 1px;
  height: 1px;
  font-size: 0;
  opacity: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}
.file-loading:before {
  content: " Loading...";
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 13px;
  font-variant: small-caps;
  color: #999;
  background: transparent url(../base/images/loading.gif) top left no-repeat;
}
.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.btn-file {
  overflow: hidden;
}
.btn-file input[type=file] {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.btn-file ::-ms-browse {
  font-size: 10000px;
  width: 100%;
  height: 100%;
}
.file-caption .file-caption-name {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
}
.file-caption.icon-visible .file-caption-icon {
  display: inline-block;
}
.file-caption.icon-visible .file-caption-name {
  padding-left: 15px;
}
.file-caption-icon {
  left: 8px;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.file-preview .fileinput-remove {
  top: 1px;
  right: 1px;
  line-height: 10px;
}
.file-preview .clickable {
  cursor: pointer;
}
.file-preview-image {
  font: 40px Impact, Charcoal, sans-serif;
  color: #28a745;
}
.krajee-default.file-preview-frame {
  margin: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 6px;
  float: left;
  text-align: center;
}
.krajee-default.file-preview-frame .kv-file-content {
  width: 213px;
  height: 160px;
}
.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
  width: 400px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
  width: 240px;
  height: 55px;
}
.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}
.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.krajee-default .file-other-icon {
  font-size: 6em;
}
.krajee-default .file-footer-buttons {
  float: right;
}
.krajee-default .file-footer-caption {
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin-bottom: 15px;
}
.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.krajee-default .file-thumb-progress {
  height: 11px;
  top: 37px;
  left: 0;
  right: 0;
}
.krajee-default .file-thumb-progress .progress-bar {
  font-family: Verdana, Helvetica, sans-serif;
}
.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}
.krajee-default .file-preview-other:hover {
  opacity: 0.8;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000000;
}
.kv-upload-progress .progress {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  overflow: hidden;
}
.kv-upload-progress .progress-bar {
  height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
}
.file-zoom-dialog .file-other-icon {
  font-size: 22em;
  font-size: 50vmin;
}
.file-zoom-dialog .modal-dialog {
  width: auto;
}
.file-zoom-dialog .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-zoom-dialog .btn-navigate {
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: none;
  box-shadow: none;
  opacity: 0.6;
}
.file-zoom-dialog .floating-buttons {
  top: 5px;
  right: 10px;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-zoom-dialog .kv-zoom-title {
  font-weight: 300;
  color: #999;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-input-ajax-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-caption-main {
  width: 100%;
}
.file-thumb-loading {
  background: transparent url(../base/images/loading.gif) no-repeat scroll center center content-box !important;
}
.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone.clickable:hover {
  border: 2px dashed #999;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #eee;
}
.file-uploading {
  background: url(../base/images/loading-sm.gif) no-repeat center bottom 10px;
  opacity: 0.65;
}
.file-zoom-fullscreen .modal-dialog {
  min-width: 100%;
  margin: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.floating-buttons {
  z-index: 3000;
}
.floating-buttons .btn-kv {
  margin-left: 3px;
  z-index: 3000;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-zoom-content .file-preview-image {
  max-height: 100%;
}
.file-zoom-content .file-preview-video {
  max-height: 100%;
}
.file-zoom-content > .file-object.type-image {
  height: auto;
  min-height: inherit;
}
.file-zoom-content > .file-object.type-audio {
  width: auto;
  height: 30px;
}
@media (min-width: 576px) {
  .file-zoom-dialog .modal-dialog {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .file-zoom-dialog .modal-lg {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .file-preview-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .file-zoom-dialog .modal-header {
    flex-direction: column;
  }
}
@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
    width: 160px;
  }
}
@media (max-width: 420px) {
  .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 100%;
  }
}
.file-loading[dir=rtl]:before {
  background: transparent url(../base/images/loading.gif) top right no-repeat;
  padding-left: 0;
  padding-right: 20px;
}
.file-sortable .file-drag-handle {
  cursor: move;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}
.clickable .file-drop-zone-title {
  cursor: pointer;
}
.kv-zoom-actions .btn-kv {
  margin-left: 3px;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/dt-1.12.0/r-2.3.0
 *
 * Included libraries:
 *   DataTables 1.12.0, Responsive 2.3.0
 */
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.9em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▴";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▾";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}
div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after, div.dataTables_scrollBody table.dataTable thead > tr > td:before, div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(2, 117, 216, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.9);
  color: white;
}
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}
table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before, div.dataTables_scrollBody > table > thead .sorting_asc:before, div.dataTables_scrollBody > table > thead .sorting_desc:before, div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th, div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}
.container-fluid-xl {
  max-width: 103.125rem;
}
.row-sm {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row-sm > .col, .row-sm > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.row-lg {
  margin-left: -2rem;
  margin-right: -2rem;
}
.row-lg > .col, .row-lg > [class*="col-"] {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .sm-row-sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-row-sm > .col, .sm-row-sm > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .sm-row-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm-row-lg > .col, .sm-row-lg > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .md-row-sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md-row-sm > .col, .md-row-sm > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .md-row-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md-row-lg > .col, .md-row-lg > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .lg-row-sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg-row-sm > .col, .lg-row-sm > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .lg-row-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg-row-lg > .col, .lg-row-lg > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1300px) {
  .xl-row-sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .xl-row-sm > .col, .xl-row-sm > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .xl-row-lg {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xl-row-lg > .col, .xl-row-lg > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100vw;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
.yt-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.yt-container .give-consent-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10%;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}
.yt-container .give-consent-preview:not(:hover) {
  color: #fff;
}
.container-plus-sidebar {
  padding: 0;
  max-width: none;
}
.badge {
  border: 1px solid transparent;
  text-decoration: none;
  word-break: break-word;
  white-space: normal;
}
.badge-outline-primary {
  border-color: #e9710d;
  color: #e9710d;
}
a.badge-outline-primary:hover, a.badge-outline-primary:focus {
  color: #f8f8f8;
  background-color: #b95a0a;
}
a.badge-outline-primary:focus, a.badge-outline-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 113, 13, 0.5);
}
.badge-outline-secondary {
  border-color: #4171b0;
  color: #4171b0;
}
a.badge-outline-secondary:hover, a.badge-outline-secondary:focus {
  color: #f8f8f8;
  background-color: #33598b;
}
a.badge-outline-secondary:focus, a.badge-outline-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 113, 176, 0.5);
}
.badge-outline-success {
  border-color: #007c00;
  color: #007c00;
}
a.badge-outline-success:hover, a.badge-outline-success:focus {
  color: #f8f8f8;
  background-color: #004900;
}
a.badge-outline-success:focus, a.badge-outline-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 124, 0, 0.5);
}
.badge-outline-info {
  border-color: #525252;
  color: #525252;
}
a.badge-outline-info:hover, a.badge-outline-info:focus {
  color: #f8f8f8;
  background-color: #393939;
}
a.badge-outline-info:focus, a.badge-outline-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.badge-outline-warning {
  border-color: #f39932;
  color: #f39932;
}
a.badge-outline-warning:hover, a.badge-outline-warning:focus {
  color: #333333;
  background-color: #e5800d;
}
a.badge-outline-warning:focus, a.badge-outline-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 153, 50, 0.5);
}
.badge-outline-danger {
  border-color: #bc271c;
  color: #bc271c;
}
a.badge-outline-danger:hover, a.badge-outline-danger:focus {
  color: #f8f8f8;
  background-color: #901e15;
}
a.badge-outline-danger:focus, a.badge-outline-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(188, 39, 28, 0.5);
}
.badge-outline-light {
  border-color: #f8f8f8;
  color: #f8f8f8;
}
a.badge-outline-light:hover, a.badge-outline-light:focus {
  color: #333333;
  background-color: #dfdfdf;
}
a.badge-outline-light:focus, a.badge-outline-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
}
.badge-outline-dark {
  border-color: #555555;
  color: #555555;
}
a.badge-outline-dark:hover, a.badge-outline-dark:focus {
  color: #f8f8f8;
  background-color: #3c3c3c;
}
a.badge-outline-dark:focus, a.badge-outline-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}
.badge-outline-gray-medium {
  border-color: #aea79f;
  color: #aea79f;
}
a.badge-outline-gray-medium:hover, a.badge-outline-gray-medium:focus {
  color: #333333;
  background-color: #978e83;
}
a.badge-outline-gray-medium:focus, a.badge-outline-gray-medium.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 167, 159, 0.5);
}
.badge-outline-green-light {
  border-color: #38b44a;
  color: #38b44a;
}
a.badge-outline-green-light:hover, a.badge-outline-green-light:focus {
  color: #f8f8f8;
  background-color: #2c8d3a;
}
a.badge-outline-green-light:focus, a.badge-outline-green-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 180, 74, 0.5);
}
.badge-secondary {
  background-color: #333333;
}
.badge-light {
  color: #333333;
}
.badge-outline-secondary {
  border-color: #4171b0;
  color: #4171b0;
}
.bubble {
  font-size: 0.9375rem;
  border: 2px solid #f8f8f8;
  border-radius: 50%;
  padding: 12px;
  background: #fff;
  margin-top: -1.5rem;
}
.badge-check {
  border: 2px solid #e9710d;
}
.badge-check .badge-circle {
  display: flex;
  background-color: #e9710d;
  border-color: #e9710d;
  color: #fff;
  opacity: 1;
  align-items: center;
  position: absolute;
  top: -20px;
  right: -22px;
}
.variation .badge {
  display: inline-flex;
  align-items: center;
}
.badge-not-available {
  margin-left: 0.5rem;
}
.banner {
  position: relative;
}
.banner > .area {
  display: block;
  position: absolute;
  border: 0 solid #fff;
  border-radius: 0.25rem;
}
.banner > .area > .area-desc {
  display: none;
}
.banner > a.area {
  position: absolute;
  display: block;
}
.banner > a > .area-desc {
  display: none;
}
.banner > a {
  border: 0 solid #ffffff;
  border-radius: 2px;
}
.popover-min-width {
  min-width: 15rem;
}
.alert-dismissible .close, .close {
  position: static;
  float: right;
  background: none;
  padding: 0;
  border: 0;
}
.alert-dismissible .close:not(:disabled):not(.disabled):hover, .alert-dismissible .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.alert-dismissible .close:hover, .close:hover {
  cursor: pointer;
}
.navbar-toggler {
  font-size: 0;
  border: 0;
  height: 1.5625rem;
  padding: 0;
}
.navbar-toggler:focus, .navbar-toggler.focus {
  outline: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  height: 0.125rem;
  background-color: transparent;
  width: 1.25rem;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
  border-radius: 1rem;
}
.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  height: inherit;
  width: inherit;
  transform-origin: center;
  background-color: currentColor;
  display: inherit;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
  border-radius: inherit;
}
.navbar-toggler .navbar-toggler-icon:before {
  transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler .navbar-toggler-icon:after {
  transform: translateX(-50%) rotate(-45deg);
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-color: currentColor;
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
  transform: translateX(-50%) translateY(-0.375rem);
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
  transform: translateX(-50%) translateY(0.375rem);
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
.nav-scrollbar-arrow {
  width: 3rem;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 0.9375rem;
  z-index: 1;
}
.nav-scrollbar-arrow.left {
  background-image: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
  left: 0;
  padding-right: 2rem;
  margin-right: -3rem;
}
.nav-scrollbar-arrow.right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, #ffffff 70%);
  background-repeat: repeat-x;
  right: 0;
  padding-left: 2rem;
  margin-left: -3rem;
}
.nav-scrollbar-arrow.disabled {
  pointer-events: none;
  opacity: 0;
}
#shop-nav .nav-link i {
  position: relative;
}
#shop-nav .nav-item .table-responsive {
  padding: 1rem 1rem 0;
}
.nav-panel .nav .nav {
  padding-left: 1rem;
}
.nav-scrollbar-item .nav-mobile-heading {
  display: block;
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .nav-scrollbar-item .nav-mobile-heading {
    padding-right: 0;
  }
}
.nav-scrollbar-item .dropdown-body {
  padding: 0;
}
@media (min-width: 992px) {
  .nav-scrollbar-item .dropdown-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.breadcrumb-wrapper {
  align-items: center;
}
.breadcrumb {
  font-size: 0.75rem;
}
.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb-item {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb-item {
    display: flex;
  }
}
.breadcrumb-item.active {
  font-weight: 700;
}
.breadcrumb-item.first {
  padding-left: 0;
}
.breadcrumb-item.first::before {
  display: none;
}
.breadcrumb-arrow {
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumb-arrow {
    display: none;
  }
}
.breadcrumb-arrow:first-child::before {
  margin-right: 6px;
}
.breadcrumb-arrow:not(:first-child) {
  padding-left: 0;
}
.breadcrumb-arrow:not(:first-child)::before {
  content: none;
}
.breadcrumb-back {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #aea79f;
}
.navigation-arrows {
  display: none;
}
@media (min-width: 768px) {
  .navigation-arrows {
    display: block;
  }
}
.navigation-arrows .btn {
  float: right;
}
.has-left-sidebar .breadcrumb-container {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-backtolist {
  display: flex;
}
.breadcrumb-backtolist::before {
  margin-right: 6px;
}
.breadcrumb-backtolist::after {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;
}
.btn {
  text-decoration: none;
  font-size: 1rem;
}
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: 1.125rem;
}
.btn-hidden {
  display: none;
}
.btn-primary {
  overflow: hidden;
  position: relative;
}
@media (hover) {
  .btn-primary:hover {
    background-color: #f3862c;
    border-color: #f3862c;
    color: #f8f8f8;
  }
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #aea79f;
  color: #aaaaaa;
  border-color: #aea79f;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .btn-primary:not(.navbar-toggler)[data-toggle="collapse"] {
  background-color: #e9710d;
  border-color: #e9710d;
  color: #f8f8f8;
}
.btn-outline-primary {
  border-color: #e9710d;
  background-color: transparent;
  color: #333333;
  position: relative;
  overflow: hidden;
}
@media (hover) {
  .btn-outline-primary:hover {
    background-color: #fdecde;
    color: #333333;
  }
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
  color: #aea79f;
  border-color: #aea79f;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary:not(.navbar-toggler)[data-toggle="collapse"] {
  border-color: #e9710d;
  background-color: #e9710d;
  color: #f8f8f8;
}
.btn-outline-primary:not(:disabled):not(.disabled):active::after, .btn-outline-primary:not(:disabled):not(.disabled).active::after, .show > .btn-outline-primary.dropdown-toggle::after, .show > .btn-outline-primary:not(.navbar-toggler)[data-toggle="collapse"]::after {
  width: 300%;
}
@media (hover) {
  .btn-secondary:hover {
    background-color: #5886c1;
    border-color: #5886c1;
  }
}
.btn-outline-secondary {
  border-color: #4171b0;
  background-color: transparent;
  color: #4171b0;
  font-weight: 700;
}
@media (hover) {
  .btn-outline-secondary:hover {
    border-color: #4171b0;
    background-color: #4171b0;
    color: #ffffff;
  }
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  color: #aea79f;
  border-color: #aea79f;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-secondary:not(.navbar-toggler)[data-toggle="collapse"] {
  border-color: #4171b0;
  background-color: #aea79f;
  color: #333333;
}
.btn-icon {
  padding: 0.5357142857rem 0.5357142857rem;
  font-size: 0.934375rem;
  line-height: 1;
  border-radius: 50%;
  border-width: 0.125rem;
}
.btn-icon > [class*="fa-"] {
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  padding: 0.3571428571rem 0.3571428571rem;
  font-size: 0.934375rem;
  line-height: 1;
  border-radius: 50%;
  border-width: 0.0625rem;
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  padding: 0.7142857143rem 0.7142857143rem;
  font-size: 1.078125rem;
  line-height: 1;
  border-radius: 50%;
}
.btn-icon-secondary {
  border-color: #4171b0;
  color: #4171b0;
  background-color: transparent;
}
@media (hover) {
  .btn-icon-secondary:hover {
    border-color: #4171b0;
    color: #ffffff;
    background-color: #4171b0;
  }
}
.btn-icon-secondary.disabled, .btn-icon-secondary:disabled {
  background-color: #aea79f;
  color: #ffffff;
  border-color: #aea79f;
}
.btn-icon-secondary:not(:disabled):not(.disabled):active, .btn-icon-secondary:not(:disabled):not(.disabled).active, .show > .btn-icon-secondary.dropdown-toggle, .show > .btn-icon-secondary:not(.navbar-toggler)[data-toggle="collapse"] {
  border-color: #e9710d;
  background-color: #e9710d;
  color: #ffffff;
}
.btn-danger {
  color: #ffffff;
}
.btn-danger:hover {
  color: #ffffff;
}
.btn-outline-danger:hover:hover {
  color: #ffffff;
}
.btn-filter-box {
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-back {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.btn-row {
  margin-top: 2rem;
}
.btn-show-more {
  padding-left: 0;
  padding-bottom: 0;
}
.btn-add {
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
  font-size: 0.6rem;
  line-height: 1.5;
}
.card-gray {
  background: #f8f8f8;
  border: 0;
}
.card-gray .card-body {
  padding: 1.5rem;
}
.card-products .card-header {
  background: #ffffff;
}
.card-products .card-header .btn {
  background: #f8f8f8;
  padding: 0.9375rem 1.875rem;
}
.card-products .card-body {
  padding: 1rem;
}
.card-header {
  border-bottom: 0;
}
.card-columns {
  column-count: 1;
}
.card-columns .card {
  margin-bottom: 0.75rem;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 3;
  }
}
.card-columns.manufacturers-columns {
  column-count: 2;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
@media (min-width: 768px) {
  .card-columns.manufacturers-columns {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .card-columns.manufacturers-columns {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .card-columns.card-columns-2 {
    column-count: 2;
  }
}
.carousel {
  transition: opacity 0.2s;
}
.carousel:not(.slick-initialized).slick-smooth-loading {
  opacity: 0;
  max-height: 12.5rem;
}
.carousel:not(.slick-initialized).slick-lazy {
  opacity: 0;
  flex-wrap: nowrap;
  display: flex;
  overflow-x: hidden;
  max-height: none;
}
.carousel:not(.slick-initialized).slick-lazy > div {
  width: 100%;
}
@media (max-width: 767.98px) {
  .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
    width: calc(100% / var(--display-count-sm));
    min-width: calc(100% / var(--display-count-sm));
  }
}
@media (min-width: 768px) {
  .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
    width: calc(100% / var(--display-count-md));
    min-width: calc(100% / var(--display-count-md));
  }
}
@media (min-width: 992px) {
  .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
    width: calc(100% / var(--display-count-lg));
    min-width: calc(100% / var(--display-count-lg));
  }
}
@media (min-width: 1300px) {
  .carousel:not(.slick-initialized).slick-type-product .product-wrapper {
    width: calc(100% / var(--display-count-xl));
    min-width: calc(100% / var(--display-count-xl));
  }
}
.carousel:not(.slick-initialized).slick-type-product {
  --display-count-sm: 2;
  --display-count-md: 3;
  --display-count-lg: 3;
  --display-count-xl: 3;
}
@media (max-width: 767.98px) {
  .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
    width: calc(100%/2);
    min-width: calc(100%/2);
  }
}
@media (min-width: 992px) {
  .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
    width: calc(100%/3);
    min-width: calc(100%/3);
  }
}
@media (min-width: 1300px) {
  .carousel:not(.slick-initialized).slick-type-news .product-wrapper {
    width: calc(100%/5);
    min-width: calc(100%/5);
  }
}
.carousel:not(.slick-initialized).slick-type-box .product-wrapper {
  width: 100%;
  min-width: 100%;
}
.carousel:not(.slick-initialized).slick-type-half .product-wrapper {
  width: calc(100%/2);
  min-width: calc(100%/2);
}
@media (min-width: 1300px) {
  .carousel:not(.slick-initialized).slick-type-half .product-wrapper {
    width: calc(100%/3);
    min-width: calc(100%/3);
  }
}
@media (max-width: 767.98px) {
  .carousel:not(.slick-initialized).slick-type-three .product-wrapper {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .carousel:not(.slick-initialized).slick-type-three .product-wrapper {
    width: calc(100%/2);
    min-width: calc(100%/2);
  }
}
@media (min-width: 1300px) {
  .carousel:not(.slick-initialized).slick-type-three .product-wrapper {
    width: calc(100%/3);
    min-width: calc(100%/3);
  }
}
.carousel:not(.slick-initialized) .product-wrapper {
  padding: 0 1rem;
}
.carousel:hover .slick-arrow {
  opacity: 1;
}
.slick-track {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0;
}
.slick-slide {
  max-width: 100%;
  width: 100%;
  float: none;
  height: auto;
  padding: 0 1rem;
}
.slick-arrow {
  font-size: 0;
  border: 0;
  opacity: 1;
  background-color: #aea79f;
  padding: 1.5rem 0.75rem;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow::after {
  font-size: 0.8125rem;
}
.slick-arrow:hover {
  background-color: #e9710d;
  color: #ffffff;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-dotted .slick-arrow {
  margin-top: -1.5rem;
}
.slick-lightbox .slick-arrow {
  opacity: 0.75;
  background: transparent;
}
.slick-lightbox .slick-arrow:hover {
  opacity: 1;
}
.slick-lightbox .slick-arrow:after {
  color: #ccc;
  font-size: 20px;
}
.slick-lightbox .slick-arrow.slick-prev {
  transform: translate(0, -50%);
}
.slick-lightbox .slick-arrow.slick-next {
  transform: translate(0, -50%);
}
.slick-prev {
  left: 1rem;
  transform: translate(-100%, -50%);
}
@media (max-width: 1299.98px) {
  .slick-prev {
    transform: translate(50%, -50%);
  }
}
.slick-next {
  right: 1rem;
  transform: translate(100%, -50%);
}
@media (max-width: 1299.98px) {
  .slick-next {
    transform: translate(-50%, -50%);
  }
}
[data-gallery] .slick-slide {
  cursor: zoom-in;
}
/* utilities */
.carousel-no-gutters {
  margin: 0;
}
.carousel-no-gutters .slick-slide-inner {
  padding: 0;
}
.carousel-arrows-inside .slick-prev {
  transform: translate(50%, -50%);
}
.carousel-arrows-inside .slick-next {
  transform: translate(-50%, -50%);
}
.carousel-arrows-inside.carousel-no-gutters .slick-prev {
  transform: translate(0, -50%);
}
.carousel-arrows-inside.carousel-no-gutters .slick-next {
  transform: translate(0, -50%);
}
.carousel-dots-inside .slick-dots {
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.carousel-dots-inside .slick-arrow {
  margin-top: 0;
}
/* customs */
.carousel-thumbnails .slick-slide {
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  margin: 0.125rem;
}
.carousel-thumbnails .slick-arrow {
  flex: 0 0 auto;
  transform: none;
  position: static;
  right: auto;
  left: auto;
  margin-top: 0;
  background: transparent;
  opacity: 1;
}
.carousel-thumbnails .slick-arrow:hover {
  background: transparent;
  color: inherit;
}
.carousel-thumbnails .slick-track {
  width: 100% !important;
}
.carousel-thumbnails .productbox-image-wrapper {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  overflow: hidden;
}
.carousel-thumbnails .slick-active .productbox-image-wrapper {
  border-color: #4171b0;
}
.slick-type-product.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.slick-type-product .slick-slide {
  padding: 0 0.5rem;
}
.swatches {
  flex-wrap: wrap;
}
.swatches .variation {
  text-align: center;
  cursor: pointer;
}
.swatches .variation .label-variation, .swatches .variation .label-info {
  line-height: 1rem;
}
.swatches .variation .label-variation > span.label-variation, .swatches .variation .label-info > span.label-variation {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50px;
  display: inline-block;
}
.swatches .variation.not-available {
  border: dashed 1px #bc271c;
}
.swatches .variation.not-available .label-variation {
  opacity: 0.5;
}
.swatches-image {
  background: #fff;
  color: #555555 !important;
  border: 1px solid #aaaaaa;
  box-sizing: content-box;
  border-radius: 2px;
  opacity: 1;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
}
.swatches-image img {
  padding: 0.5rem;
  transition: height, width 0.5s ease-in-out;
  width: 5.5rem;
}
.swatches-image img:hover {
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .swatches-image img {
    padding: 0.25rem;
  }
}
.swatches-image.active {
  border: 1px solid #e9710d;
}
.swatches-image.active img {
  filter: grayscale(0);
}
.swatches.imgswatches.radio-selected img {
  filter: grayscale(1);
}
.swatches-text {
  padding: 0.3125rem 0.5rem;
  border: 1px solid #333333;
  transition: all 0.2s ease-in-out;
}
.swatches-text.active {
  border: 1px solid #e9710d;
  background-color: #f8f8f8;
  font-weight: 700;
}
.swatches-not-in-stock {
  border-color: #555555;
  border-style: dashed;
  opacity: 0.5;
}
.swatches-sold-out {
  border-color: #bc271c;
  border-style: dashed;
  opacity: 0.5;
}
[data-toggle="collapse"]:not(.navbar-toggler) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
[data-toggle="collapse"]:not(.navbar-toggler).no-caret {
  display: block;
}
[data-toggle="collapse"]:not(.navbar-toggler).no-caret::after {
  display: none;
}
.btn[data-toggle="collapse"][aria-expanded=true] i.fa-chevron-down {
  transform: rotate(180deg);
}
.dropdown-body, .dropdown-footer {
  padding: 1rem;
}
.dropdown-body:first-child, .dropdown-footer:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-body:last-child, .dropdown-footer:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-item {
  background-color: transparent;
  text-decoration: none;
}
.dropdown-divider {
  margin: 0;
}
.dropdown-toggle, [data-toggle="collapse"]:not(.navbar-toggler) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.dropdown-toggle::after, :not(.navbar-toggler)[data-toggle="collapse"]::after {
  content: '\f078' !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
  margin-left: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  transition: transform 0.2s;
  will-change: transform;
  border-top: 0;
  font-size: 0.75em;
}
.dropdown-toggle[aria-expanded="true"]::after, :not(.navbar-toggler)[data-toggle="collapse"][aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.dropdown-toggle.no-caret, .no-caret:not(.navbar-toggler)[data-toggle="collapse"] {
  display: block;
}
.dropdown-toggle.no-caret::after, .no-caret:not(.navbar-toggler)[data-toggle="collapse"]::after {
  display: none;
}
.dropdown-toggle:focus, :not(.navbar-toggler)[data-toggle="collapse"]:focus {
  outline: none;
}
.dropdown-header {
  padding: 0.5rem 1rem;
}
.dropdown-full-width .dropdown-menu {
  width: 100%;
}
.dropdown-toggle, [data-toggle="collapse"]:not(.navbar-toggler), [data-toggle=collapse]:not(.navbar-toggler) {
  white-space: initial;
}
.box .dropdown-menu, .productlist-filter-wrapper .dropdown-menu {
  max-height: 50vh;
  overflow-y: auto;
}
.modal-backdrop.zindex-dropdown {
  z-index: 1020;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) {
  position: relative;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
  display: block;
  background: #ffffff;
  position: absolute;
  cursor: text;
  top: 0;
  font-size: 0.7525rem;
  margin: 0;
  padding: 0 0.3125rem;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  left: 0.75rem;
  z-index: 10;
  line-height: 1.3;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - (2 * 0.75rem));
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label:after {
  content: " ";
  display: block;
  position: absolute;
  background: #ffffff;
  height: 0.125rem;
  top: 45%;
  z-index: -1;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control::placeholder {
  transition: all 0.2s ease-in-out;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus) ~ label {
  top: calc((1.5em + 1rem + 2px) / 2);
  font-size: 0.875rem;
  color: #aaaaaa;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus) ~ label:after {
  display: none;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus).form-control-sm ~ label {
  top: calc((1.5em + 0.75rem + 2px) / 2);
  font-size: 0.8125rem;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus).form-control-lg ~ label {
  top: calc((1.5em + 1rem + 2px) / 2);
  font-size: 0.9375rem;
}
.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .input-group-prepend + input + label {
  left: 3.5rem;
}
.label-slide .form-group ~ .valid-feedback, .label-slide .form-group ~ .valid-tooltip {
  display: block;
}
.label-slide .form-group ~ .invalid-feedback, .label-slide .form-group ~ .invalid-tooltip {
  display: block;
}
.form-counter {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.form-counter .form-control {
  border: 0;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  height: calc(calc(1.5em + 1rem + 2px) - 2px);
  -moz-appearance: textfield;
}
.form-counter .form-control::-webkit-inner-spin-button, .form-counter .form-control::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.form-counter .input-group-text {
  border: 0;
  background: none;
  font-family: sans-serif;
  font-weight: 600;
}
.form-counter .btn {
  max-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.form-counter .btn:hover {
  background-color: #f8f8f8;
}
input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
  font-weight: 700;
}
[data-toggle-password] {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.custom-select {
  -webkit-appearance: none;
}
.bootstrap-select.custom-select button.dropdown-toggle, .bootstrap-select.custom-select button:not(.navbar-toggler)[data-toggle="collapse"] {
  height: inherit;
}
.bootstrap-select.custom-select button.dropdown-toggle:hover, .bootstrap-select.custom-select button:not(.navbar-toggler)[data-toggle="collapse"]:hover, .bootstrap-select.custom-select button.dropdown-toggle:focus, .bootstrap-select.custom-select button:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  background: #ffffff;
  outline: 0;
  box-shadow: none;
}
.bootstrap-select.custom-select button.dropdown-toggle:focus, .bootstrap-select.custom-select button:not(.navbar-toggler)[data-toggle="collapse"]:focus {
  border-color: #e9710d;
}
.bootstrap-select.custom-select.show button.dropdown-toggle, .bootstrap-select.custom-select.show button:not(.navbar-toggler)[data-toggle="collapse"] {
  background: #ffffff;
  border-color: #e9710d;
  outline: 0;
}
legend {
  font-size: 1.3125rem;
  margin: 0.5rem 0 1rem 0;
  border-bottom: solid 1px #dddddd;
}
label[for="city"], label[for="register-shipping_address-city"] {
  padding: 0;
}
label {
  display: block;
}
.form-control {
  box-shadow: none;
}
.form-group.has-error .form-control {
  border: 1px solid #bc271c;
}
.radio-w-100 .custom-control-inline {
  display: block;
  width: 100%;
  padding-bottom: 0.5rem;
}
.price-range-inputs .col:nth-child(2) {
  margin-left: auto;
}
.price-range-inputs .input-group {
  margin-bottom: 1rem;
}
.price-range-inputs .input-group-prepend {
  height: 1.6rem;
}
.price-range-inputs .input-group-prepend .input-group-text {
  border-left: 0;
  font-weight: 700;
  padding: 0.375rem 0.5rem;
}
.price-range-inputs input {
  font-weight: 700;
  height: 1.6rem;
  padding: 0.375rem 0.5rem;
}
.price-range-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.fa-sup {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -0.3em;
  background-color: #e9710d;
  margin-top: -1em;
  padding: 0.4em 0.6em;
  border-radius: 50rem;
  font-size: 0.7em;
  font-family: sans-serif;
  color: #f8f8f8;
  max-width: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cart-icon-dropdown-icon .fa-sup {
  max-width: none;
}
.modal-content {
  padding: 0.5rem 1rem;
}
@media (max-width: 767.98px) {
  .modal-content {
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .modal-content {
    height: 100%;
  }
}
.modal-content .container {
  padding-right: 0;
  padding-left: 0;
}
.modal-title {
  font-size: 1.25rem;
}
.modal-header {
  border-bottom: 1px solid #dddddd;
}
.modal-header .close {
  font-size: 1.5rem;
}
.modal-dialog {
  margin-top: 1.75rem;
}
@media (max-width: 991.98px) {
  .modal-dialog {
    height: auto;
  }
}
#maintenance button.close {
  display: none;
}
.modal-fullwidth {
  max-width: 96vw;
}
.productbox {
  position: relative;
}
@media (min-width: 768px) {
  .productbox.productbox-hover .productbox-inner::before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
  }
  .productbox.productbox-hover:hover {
    z-index: 1001;
  }
  .productbox.productbox-hover:hover .productbox-inner::before {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -1rem;
  }
  .productbox.productbox-hover:hover .productbox-ribbon.ribbon {
    top: -0.5rem;
    left: -1.5rem;
  }
  .productbox.productbox-hover:not(:hover) .productbox-onhover {
    opacity: 0;
  }
  .productbox.productbox-hover.productbox-column {
    width: 100%;
    height: 100%;
  }
  .productbox.productbox-hover.productbox-column:hover .productbox-inner.pos-abs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .productbox.productbox-hover.productbox-column:not(:hover) .productbox-onhover {
    display: none;
  }
  .productbox.productbox-hover.productbox-column .variations .form-group {
    margin-bottom: 0.25rem;
  }
}
.productbox:not(.productbox-show-variations) .productbox-variations {
  display: none;
}
.productbox .form-counter .btn, .productbox .form-counter .input-group-text {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.productbox textarea {
  height: calc(1.5em + 1rem + 2px);
}
.productbox-inner {
  position: relative;
}
.productbox-inner .productbox-title {
  top: 0.5rem;
}
.productbox-quick-actions {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  z-index: 1;
  justify-content: flex-end;
}
.productbox-quick-actions .btn {
  margin: 0.25rem;
}
.productbox-show-variations.productbox-hover:hover .productbox-quick-actions {
  right: 1.5rem;
  top: 1.5rem;
}
.productbox-ribbon.ribbon {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: -0.5rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .productbox-ribbon.ribbon {
    font-size: 0.5625rem;
  }
}
.productbox-sale-percentage {
  position: relative;
  top: -4rem;
}
.productbox-image {
  position: relative;
}
.productbox-image-wrapper-inner a {
  display: block;
  width: 100%;
  height: 100%;
}
.productbox-image-wrapper-inner img {
  position: relative;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.productbox-title {
  display: block;
}
.productbox-variations {
  margin-bottom: 1rem;
}
.productbox-variations .js-slider-wrapper .js-slider-items .js-slider-item:first-child {
  margin-left: 3px;
}
.productbox-variations .js-slider-wrapper .js-slider-items .js-slider-item:last-child {
  margin-right: 3px;
}
.productbox-show-variations .productbox-variations {
  margin-bottom: 0;
}
.productbox-show-variations .productbox-variations .productbox-onhover {
  padding-bottom: 1rem;
}
.productbox-price {
  font-size: 0.9375rem;
}
.productbox-onhover {
  transition: opacity 0.35s linear;
}
.productbox-column .productbox-details {
  display: none;
}
.productbox-row .productbox-title {
  margin-bottom: 1rem;
}
.productbox-row .productbox-details {
  display: none;
}
@media (min-width: 1300px) {
  .productbox-row .productbox-options {
    text-align: right;
  }
  .productbox-row .productbox-details {
    display: block;
  }
}
.productbox-mini .productbox-vat, .productbox-mini .productbox-status, .productbox-mini .productbox-delivery, .productbox-mini .productbox-actions {
  display: none;
}
.productbox-sidebar .productbox-title {
  margin-bottom: 0;
}
.productbox-sidebar .productbox-options {
  text-align: left;
}
.productbox-sidebar .productbox-image {
  margin-bottom: 0;
}
.productbox-sidebar .productbox-ribbon.ribbon, .productbox-sidebar .productbox-quick-actions, .productbox-sidebar .productbox-vat, .productbox-sidebar .productbox-details, .productbox-sidebar .productbox-status, .productbox-sidebar .productbox-delivery, .productbox-sidebar .productbox-actions {
  display: none;
}
.formrow-small {
  white-space: nowrap;
}
.formrow-small dd {
  margin-bottom: 0;
}
.tooltip-inner {
  border: 0.0625rem solid #333333;
}
.tooltip {
  padding: 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  margin-bottom: 1px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after, .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::after {
  content: "";
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 0.375rem;
  transform-origin: center bottom;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-width: 7px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 100%;
  border-top-color: #333333;
}
.bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after, .bs-tooltip-auto[x-placement^=top] .arrow::after {
  top: 100%;
  border-top-color: #ffffff;
  margin: 0 1px 2px;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  margin-top: 1px;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after, .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  content: "";
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 0.375rem;
  transform-origin: center bottom;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-width: 7px;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 100%;
  border-bottom-color: #333333;
}
.bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after, .bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  bottom: 100%;
  border-bottom-color: #ffffff;
  margin: 2px 1px 0;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  margin-left: 1px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^="right"] .arrow::after, .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::after {
  content: "";
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 0.375rem;
  transform-origin: center bottom;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-width: 7px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^="right"] .arrow::after, .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::after {
  top: 0;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 100%;
  border-right-color: #333333;
}
.bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^="right"] .arrow::after, .bs-tooltip-auto[x-placement^=right] .arrow::after {
  right: 100%;
  border-right-color: #ffffff;
  margin: 1px 0 1px 2px;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  margin-right: 1px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^="left"] .arrow::after, .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::after {
  content: "";
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 0.375rem;
  transform-origin: center bottom;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-width: 7px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^="left"] .arrow::after, .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::after {
  top: 0;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 100%;
  border-left-color: #333333;
}
.bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^="left"] .arrow::after, .bs-tooltip-auto[x-placement^=left] .arrow::after {
  left: 100%;
  border-left-color: #ffffff;
  margin: 1px 2px 1px 0;
}
.ribbon {
  position: relative;
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.3);
}
.ribbon::before, .ribbon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  border-top: 0 solid transparent;
  border-bottom: 0.5rem solid transparent;
  bottom: -0.5rem;
}
.ribbon::before {
  border-right-width: 0.5rem;
  border-right-style: solid;
  left: 0;
}
.ribbon > [class*="fa-"]:last-child {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 0.9375rem;
}
.ribbon-1 {
  background-color: #eeb700;
  color: #333333;
}
.ribbon-1::before {
  border-right-color: #cf9f00;
}
.ribbon-2 {
  background-color: #4cc210;
  color: #f8f8f8;
}
.ribbon-2::before {
  border-right-color: #41a60e;
}
.ribbon-3 {
  background-color: #333333;
  color: #f8f8f8;
}
.ribbon-3::before {
  border-right-color: #242424;
}
.ribbon-4 {
  background-color: #aea79f;
  color: #333333;
}
.ribbon-4::before {
  border-right-color: #a0988e;
}
.ribbon-5 {
  background-color: #f78e25;
  color: #333333;
}
.ribbon-5::before {
  border-right-color: #f47f09;
}
.ribbon-6 {
  background-color: #ebebeb;
  color: #333333;
}
.ribbon-6::before {
  border-right-color: gainsboro;
}
.ribbon-7 {
  background-color: #bc271c;
  color: #f8f8f8;
}
.ribbon-7::before {
  border-right-color: #a12118;
}
.ribbon-8 {
  background-color: #11926b;
  color: #f8f8f8;
}
.ribbon-8::before {
  border-right-color: #0e7757;
}
.ribbon-9 {
  background-color: #b9006f;
  color: #f8f8f8;
}
.ribbon-9::before {
  border-right-color: #9a005d;
}
.ribbon-custom.bg-secondary {
  border-right-color: #39639a;
}
.ribbon-custom.bg-primary {
  border-right-color: #cc630b;
}
.ribbon-custom.bg-gray-medium {
  border-right-color: #a0988e;
}
.ribbon-custom.bg-green-light {
  border-right-color: #319d40;
}
.ribbon-custom.bg-success {
  border-right-color: #b9debd;
}
.ribbon-custom.bg-danger {
  border-right-color: #deb7bf;
}
.ribbon-custom.bg-warning {
  border-right-color: #f5e8c2;
}
.ribbon-custom.bg-info {
  border-right-color: #f0f0f0;
}
.ribbon-custom.bg-light {
  border-right-color: #e9e9e9;
}
.ribbon-custom.bg-dark {
  border-right-color: #242424;
}
.ribbon-custom.bg-white {
  border-right-color: #242424;
}
.ribbon-custom.bg-transparent {
  border-right-color: rgba(0, 0, 0, 0);
}
.ribbon-custom:before {
  border-right-color: inherit;
}
.stepper {
  align-items: center;
  margin: 0;
  background: #cccccc;
  overflow: hidden;
  font-size: 0.9375rem;
}
.stepper .step {
  position: relative;
}
.stepper .step a:hover {
  text-decoration: none;
}
.stepper .step .step-content {
  min-height: 2.875rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.stepper .badge {
  display: none;
}
.stepper .badge-count {
  font-size: 0.9rem;
}
.stepper .step::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 3.125rem solid transparent;
  border-bottom: 3.125rem solid transparent;
  border-left: 1.875rem solid #cccccc;
  position: absolute;
  top: 50%;
  margin-top: -3.125rem;
  margin-left: -1rem;
  left: 100%;
  z-index: 2;
}
.stepper .step::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 3.125rem solid transparent;
  border-bottom: 3.125rem solid transparent;
  border-left: 1.875rem solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -3.125rem;
  margin-left: -0.8695652174rem;
  left: 100%;
  z-index: 1;
}
.stepper .step:last-child::after, .stepper .step:last-child::before {
  display: none;
}
.stepper .step-current {
  background: #e9710d;
}
.stepper .step-current::after {
  border-left-color: #e9710d;
}
.stepper .step-current .step-text {
  color: #ffffff;
}
.table tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered-outline tr {
  border-width: 0 1px;
  border-style: solid;
  border-color: #dddddd;
}
.table-bordered-outline tr:first-child {
  border-top-width: 1px;
}
.table-bordered-outline tr:last-child {
  border-bottom-width: 1px;
}
.table-bordered-outline th, .table-bordered-outline td {
  border-width: 0;
}
.table-vertical-middle {
  margin-bottom: 0;
}
.table-vertical-middle th, .table-vertical-middle td {
  vertical-align: middle;
}
.table-border-medium th, .table-border-medium td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #aea79f;
  padding: 1.5rem 1rem;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-striped tbody tr:nth-of-type(even) {
  background-color: #343a40;
}
.table-img img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
table caption {
  caption-side: top;
}
table.dataTable td {
  vertical-align: middle;
}
table.dataTable .dt-address {
  cursor: pointer;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
.list-icons > li {
  padding-left: 2em;
}
.list-icons [class*="fa-"] {
  text-align: center;
  width: 1.25em;
  margin-left: -2em;
  margin-top: 0.15em;
  float: left;
  line-height: inherit;
}
.smoothscroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 1030;
  width: 47px;
  height: 44px;
  line-height: 44px;
  right: 20px;
  bottom: -20px;
  padding-top: 2px;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
  background: #ffffff;
  color: #aaaaaa;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.smoothscroll-top.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
  bottom: 20px;
}
.smoothscroll-top i.fa {
  line-height: inherit;
}
.jtl-spinner i {
  margin-top: -40px;
  margin-left: -40px;
  position: fixed;
  top: 50%;
  font-size: 80px;
  left: 50%;
  color: #333333;
  z-index: 100000;
}
body > .jtl-spinner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-body.js-collapse-filter {
  min-height: 100px;
}
html {
  scroll-behavior: smooth;
}
a {
  transition: color 0.2s ease-in-out;
}
.alert .alert-heading {
  margin: -0.75rem -1.25rem;
  padding: 0.75rem 1.25rem;
}
.alert-success {
  color: #007c00;
  background-color: #cee8d1;
  border-color: #cee8d1;
}
.alert-success hr {
  border-top-color: #bde0c1;
}
.alert-success .alert-link {
  color: #004900;
}
.alert-danger {
  color: #bc271c;
  background-color: #E8CCD2;
  border-color: #E8CCD2;
}
.alert-danger hr {
  border-top-color: #e0bac2;
}
.alert-danger .alert-link {
  color: #901e15;
}
.alert-warning {
  color: #f39932;
  background-color: #F9F2DC;
  border-color: #F9F2DC;
}
.alert-warning hr {
  border-top-color: #f5eac6;
}
.alert-warning .alert-link {
  color: #e5800d;
}
.alert-info {
  color: #525252;
  background-color: #e7eefd;
  border-color: #e7eefd;
}
.alert-info hr {
  border-top-color: #cfddfb;
}
.alert-info .alert-link {
  color: #393939;
}
.bg-success {
  background-color: #cee8d1 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #abd8b0 !important;
}
.bg-danger {
  background-color: #E8CCD2 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #d8a9b3 !important;
}
.bg-warning {
  background-color: #F9F2DC !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #f2e2b0 !important;
}
.bg-info {
  background-color: #e7eefd !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #b8cdf9 !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-truncate-fade {
  position: relative;
  display: inline-block;
  height: 2.4rem;
  overflow: hidden;
}
.text-truncate-fade::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
:focus, .focus {
  box-shadow: none;
  outline: none;
}
button:focus {
  box-shadow: none;
  outline: none;
}
image:focus {
  outline: none;
}
[data-toggle="collapse"][aria-expanded="true"] i.fa-plus:before {
  content: "";
}
#main-wrapper {
  background: #ffffff;
}
ul.config-items, ul.partlist-items {
  padding-left: 15px;
  list-style-position: inside;
}
.control-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.img-xs {
  width: auto;
  height: 24px;
  object-fit: contain;
}
.searchcloud, .tagcloud {
  width: 100%;
  height: 180px;
}
/* VARIATIONS */
.variations dt {
  font-weight: normal;
  margin-bottom: 8px;
}
/* SIGNAL */
.delivery-status .status-0, .signal_image .status-0 {
  color: #bc271c;
}
.delivery-status .status-1, .signal_image .status-1 {
  color: #f39932;
}
.delivery-status .status-2, .signal_image .status-2 {
  color: #007c00;
}
/* ADR hazard sign */
.adr-table {
  background: #fe9a25;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: larger;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.adr-table td {
  padding: 0 8px;
  border: 3px solid black;
}
.review.card {
  border: 0;
}
.freegift .custom-control-label::before, .freegift .custom-control-label::after {
  display: none;
}
.freegift label {
  cursor: pointer;
}
#comments .pagination-wrapper > .text-muted {
  display: none;
}
.parallax-window > * {
  z-index: 2;
  position: relative;
}
/* file preview start*/
.file-preview {
  border-radius: 0.25rem;
  border-style: dashed;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 0;
}
.file-preview .fileinput-remove {
  top: 1rem;
  right: 1rem;
}
.file-preview .krajee-default.file-preview-frame {
  border: 0;
  margin: 0;
  box-shadow: none;
  padding: 0;
  float: none;
}
.file-preview .krajee-default.file-preview-frame:hover {
  box-shadow: none;
  border: 0;
}
.file-preview .krajee-default.file-preview-frame .kv-file-content {
  width: 100%;
  height: auto;
}
.file-preview .file-upload-indicator {
  display: none;
}
.file-drop-zone {
  margin: 0.75rem 0 0;
  padding: 0;
  border: 2px solid transparent;
}
.file-drop-zone.clickable:hover {
  border: 2px solid transparent;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #e9710d;
}
.file-drop-zone .file-drop-zone-title {
  padding: 1.5rem 1rem;
  font-size: 0.9375rem;
}
/* file preview end*/
.cart-summary {
  z-index: 999;
}
#cart-form .total, #panel-submit-order .total {
  bottom: 0;
  padding: 1rem 0;
  z-index: 1019;
}
/* wishlist */
input.form-control[name="wishlist-url"] {
  background: #f8f8f8;
}
#wlName button[data-toggle] {
  height: calc(1.5em + 1rem + 2px);
}
.wishlist-options .dropdown-item {
  position: relative;
  text-align: center;
}
/* Action buttons */
.action-tip-animation {
  position: absolute;
  bottom: 50px;
  width: 200px;
  right: 0;
  visibility: hidden;
  transition: 0.6s;
  z-index: -2;
  font-size: 2px;
  color: transparent;
  font-weight: 400;
}
.action-tip-animation.press {
  font-size: 16px;
  font-weight: 700;
  visibility: visible;
  animation: fade 1.5s;
}
@keyframes fade {
  0% {
    color: transparent;
  }
  35% {
    color: #555555;
  }
  100% {
    color: transparent;
  }
}
@keyframes size {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#login-dropdown a, .attr-characteristica, .content-wrapper a, a.nice-deco {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #525252;
  padding: 0 1px;
  cursor: pointer;
}
#login-dropdown a::before, #login-dropdown a::after, .attr-characteristica::before, .attr-characteristica::after, .content-wrapper a::before, .content-wrapper a::after, a.nice-deco::before, a.nice-deco::after {
  content: "";
  position: absolute;
  background-color: #525252;
  height: 5%;
}
#login-dropdown a::before, .attr-characteristica::before, .content-wrapper a::before, a.nice-deco::before {
  width: 0;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
}
#login-dropdown a::after, .attr-characteristica::after, .content-wrapper a::after, a.nice-deco::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}
#login-dropdown a:hover::before, #login-dropdown a:focus::before, .attr-characteristica:hover::before, .attr-characteristica:focus::before, .content-wrapper a:hover::before, .content-wrapper a:focus::before, a.nice-deco:hover::before, a.nice-deco:focus::before {
  width: 100%;
}
#login-dropdown a:hover::after, #login-dropdown a:focus::after, .attr-characteristica:hover::after, .attr-characteristica:focus::after, .content-wrapper a:hover::after, .content-wrapper a:focus::after, a.nice-deco:hover::after, a.nice-deco:focus::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 999;
}
.sticky-sidebar {
  position: sticky;
  top: 10rem;
  z-index: 1019;
}
.subheadline {
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
main section {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  main section {
    padding: 4rem 0;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* typeahead start */
.tt-dropdown-menu, .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1022 !important;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 0.8125rem;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}
.tt-dropdown-menu .tt-suggestion, .tt-menu .tt-suggestion {
  display: block;
  padding: 3px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor, .tt-dropdown-menu .tt-suggestion:hover, .tt-menu .tt-suggestion.tt-cursor, .tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f8f8f8;
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor a, .tt-dropdown-menu .tt-suggestion:hover a, .tt-menu .tt-suggestion.tt-cursor a, .tt-menu .tt-suggestion:hover a {
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion p, .tt-menu .tt-suggestion p {
  margin: 0;
}
input.typeahead::-webkit-input-placeholder {
  color: #cccccc !important;
}
input.typeahead:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc !important;
}
input.typeahead::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc !important;
}
input.typeahead:-ms-input-placeholder {
  color: #cccccc !important;
}
.bg-typeahead-fix {
  background-color: #ffffff !important;
}
/* typeahead end */
.cursor-pointer {
  cursor: pointer;
}
.loading {
  min-height: 140px;
}
.list-group-wrapper.disabled {
  cursor: not-allowed;
}
.list-group-wrapper.disabled .list-group-item {
  padding: 1rem;
  background-color: #f8f8f8;
}
.price .second-range-price {
  display: inline-block;
  white-space: nowrap;
}
.ml-auto-util {
  margin-left: auto;
}
.manufacturer-image-wrapper {
  margin-bottom: 0.25rem;
}
.sitemap-group {
  margin-bottom: 2rem;
}
.sitemap-group li, .sitemap-group .sitemap-group-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.sitemap-group .sub-categories {
  padding-left: 1.5rem;
}
.w-100-util {
  width: 100%;
}
.form-error-msg {
  color: #bc271c;
}
.form-warning-msg {
  color: #f39932;
}
.form-success-msg {
  color: #007c00;
}
.form-info-msg {
  color: #525252;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.icon-mr-2 {
  margin-right: 0.5rem;
}
.page-freegift .page-freegift {
  text-align: center;
}
.simple-captcha-wrapper {
  text-align: center;
}
.link-content {
  margin-bottom: 1rem;
}
.min-h-card {
  min-height: 188px;
}
@media (min-width: 1300px) {
  .min-h-card {
    min-height: 168px;
  }
}
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.font-quote::before {
  content: "”";
}
.font-quote::after {
  content: "„";
}
.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
}
.sticky-card {
  position: sticky;
  top: calc(68px + 2rem);
}
button[type="submit"].isLoading:before {
  content: "";
  margin-right: 1.5rem;
  float: right;
}
button[type="submit"].isLoading:after {
  content: "";
  position: absolute;
  margin-left: 0.25rem;
  animation: pointLoader 1.2s linear infinite;
}
@keyframes pointLoader {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}
.mw-45 {
  max-width: 45px;
}
.w-45 {
  width: 45px;
}
.limit-rows .limit-rows-row {
  transition: padding 0.1s ease;
}
.limit-rows:not(.open) .limit-rows-row {
  height: 0;
  padding: 0;
  visibility: collapse;
}
.limit-rows .limit-rows-toggle {
  cursor: pointer;
}
.limit-rows:not(.open) .limit-rows-toggle::after {
  content: " ";
  border: solid #e9710d;
  border-width: 0 3px 3px 0;
  display: block;
  padding: 3px;
  transform: rotate(-135deg);
  transition: all 0.1s ease;
  float: right;
  margin-top: 9px;
}
.limit-rows .limit-rows-toggle::after {
  content: " ";
  border: solid #e9710d;
  border-width: 0 3px 3px 0;
  display: block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.1s ease;
  float: right;
  margin-top: 3px;
}
/* utilities */
.rounded-top-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-top-right {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-bottom-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}
.rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}
.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}
.border-x {
  border-left-style: solid;
  border-left-width: 0.0625rem;
  border-left-color: #dddddd;
  border-right-style: solid;
  border-right-width: 0.0625rem;
  border-right-color: #dddddd;
}
.border-y {
  border-top-style: solid;
  border-top-width: 0.0625rem;
  border-top-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: #dddddd;
}
.border-w-0 {
  border-width: 0 !important;
}
.border-w-1 {
  border-width: 0.0625rem !important;
}
.border-w-2 {
  border-width: 0.125rem !important;
}
.border-w-3 {
  border-width: 0.1875rem !important;
}
.border-w-4 {
  border-width: 0.25rem !important;
}
.border-w-5 {
  border-width: 0.3125rem !important;
}
@media (min-width: 576px) {
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm {
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #dddddd;
  }
  .border-sm-top {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
  }
  .border-sm-right {
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-sm-bottom {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-sm-left {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
  }
  .border-sm-x {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-sm-y {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-sm-w-0 {
    border-width: 0 !important;
  }
  .border-sm-w-1 {
    border-width: 0.0625rem !important;
  }
  .border-sm-w-2 {
    border-width: 0.125rem !important;
  }
  .border-sm-w-3 {
    border-width: 0.1875rem !important;
  }
  .border-sm-w-4 {
    border-width: 0.25rem !important;
  }
  .border-sm-w-5 {
    border-width: 0.3125rem !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md {
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #dddddd;
  }
  .border-md-top {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
  }
  .border-md-right {
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-md-bottom {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-md-left {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
  }
  .border-md-x {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-md-y {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-md-w-0 {
    border-width: 0 !important;
  }
  .border-md-w-1 {
    border-width: 0.0625rem !important;
  }
  .border-md-w-2 {
    border-width: 0.125rem !important;
  }
  .border-md-w-3 {
    border-width: 0.1875rem !important;
  }
  .border-md-w-4 {
    border-width: 0.25rem !important;
  }
  .border-md-w-5 {
    border-width: 0.3125rem !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg {
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #dddddd;
  }
  .border-lg-top {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
  }
  .border-lg-right {
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-lg-bottom {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-lg-left {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
  }
  .border-lg-x {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-lg-y {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-lg-w-0 {
    border-width: 0 !important;
  }
  .border-lg-w-1 {
    border-width: 0.0625rem !important;
  }
  .border-lg-w-2 {
    border-width: 0.125rem !important;
  }
  .border-lg-w-3 {
    border-width: 0.1875rem !important;
  }
  .border-lg-w-4 {
    border-width: 0.25rem !important;
  }
  .border-lg-w-5 {
    border-width: 0.3125rem !important;
  }
}
@media (min-width: 1300px) {
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl {
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #dddddd;
  }
  .border-xl-top {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
  }
  .border-xl-right {
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-xl-bottom {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-xl-left {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
  }
  .border-xl-x {
    border-left-style: solid;
    border-left-width: 0.0625rem;
    border-left-color: #dddddd;
    border-right-style: solid;
    border-right-width: 0.0625rem;
    border-right-color: #dddddd;
  }
  .border-xl-y {
    border-top-style: solid;
    border-top-width: 0.0625rem;
    border-top-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: #dddddd;
  }
  .border-xl-w-0 {
    border-width: 0 !important;
  }
  .border-xl-w-1 {
    border-width: 0.0625rem !important;
  }
  .border-xl-w-2 {
    border-width: 0.125rem !important;
  }
  .border-xl-w-3 {
    border-width: 0.1875rem !important;
  }
  .border-xl-w-4 {
    border-width: 0.25rem !important;
  }
  .border-xl-w-5 {
    border-width: 0.3125rem !important;
  }
}
.min-w-sm {
  min-width: 9.375rem;
}
.min-w {
  min-width: 15.625rem;
}
.min-w-lg {
  min-width: 17.1875rem;
}
.min-w-100 {
  min-width: 100%;
}
.max-w-sm {
  max-width: 9.375rem;
}
.max-w-md {
  max-width: 14.0625rem;
}
.max-w {
  max-width: 21.875rem;
}
.max-w-lg {
  max-width: 40.625rem;
}
.min-h-sm {
  min-height: 9.375rem;
}
.min-h {
  min-height: 15.625rem;
}
.min-h-lg {
  min-height: 21.875rem;
}
.min-h-100 {
  min-height: 100%;
}
.max-h-sm {
  max-height: 9.375rem;
}
.max-h {
  max-height: 21.875rem;
}
.max-h-lg {
  max-height: 40.625rem;
}
@media (min-width: 576px) {
  .sm-min-w-sm {
    min-width: 9.375rem;
  }
  .sm-min-w {
    min-width: 15.625rem;
  }
  .sm-min-w-lg {
    min-width: 17.1875rem;
  }
  .sm-min-w-100 {
    min-width: 100%;
  }
  .sm-max-w-sm {
    max-width: 9.375rem;
  }
  .sm-max-w-md {
    max-width: 14.0625rem;
  }
  .sm-max-w {
    max-width: 21.875rem;
  }
  .sm-max-w-lg {
    max-width: 40.625rem;
  }
  .sm-min-h-sm {
    min-height: 9.375rem;
  }
  .sm-min-h {
    min-height: 15.625rem;
  }
  .sm-min-h-lg {
    min-height: 21.875rem;
  }
  .sm-min-h-100 {
    min-height: 100%;
  }
  .sm-max-h-sm {
    max-height: 9.375rem;
  }
  .sm-max-h {
    max-height: 21.875rem;
  }
  .sm-max-h-lg {
    max-height: 40.625rem;
  }
}
@media (min-width: 768px) {
  .md-min-w-sm {
    min-width: 9.375rem;
  }
  .md-min-w {
    min-width: 15.625rem;
  }
  .md-min-w-lg {
    min-width: 17.1875rem;
  }
  .md-min-w-100 {
    min-width: 100%;
  }
  .md-max-w-sm {
    max-width: 9.375rem;
  }
  .md-max-w-md {
    max-width: 14.0625rem;
  }
  .md-max-w {
    max-width: 21.875rem;
  }
  .md-max-w-lg {
    max-width: 40.625rem;
  }
  .md-min-h-sm {
    min-height: 9.375rem;
  }
  .md-min-h {
    min-height: 15.625rem;
  }
  .md-min-h-lg {
    min-height: 21.875rem;
  }
  .md-min-h-100 {
    min-height: 100%;
  }
  .md-max-h-sm {
    max-height: 9.375rem;
  }
  .md-max-h {
    max-height: 21.875rem;
  }
  .md-max-h-lg {
    max-height: 40.625rem;
  }
}
@media (min-width: 992px) {
  .lg-min-w-sm {
    min-width: 9.375rem;
  }
  .lg-min-w {
    min-width: 15.625rem;
  }
  .lg-min-w-lg {
    min-width: 17.1875rem;
  }
  .lg-min-w-100 {
    min-width: 100%;
  }
  .lg-max-w-sm {
    max-width: 9.375rem;
  }
  .lg-max-w-md {
    max-width: 14.0625rem;
  }
  .lg-max-w {
    max-width: 21.875rem;
  }
  .lg-max-w-lg {
    max-width: 40.625rem;
  }
  .lg-min-h-sm {
    min-height: 9.375rem;
  }
  .lg-min-h {
    min-height: 15.625rem;
  }
  .lg-min-h-lg {
    min-height: 21.875rem;
  }
  .lg-min-h-100 {
    min-height: 100%;
  }
  .lg-max-h-sm {
    max-height: 9.375rem;
  }
  .lg-max-h {
    max-height: 21.875rem;
  }
  .lg-max-h-lg {
    max-height: 40.625rem;
  }
}
@media (min-width: 1300px) {
  .xl-min-w-sm {
    min-width: 9.375rem;
  }
  .xl-min-w {
    min-width: 15.625rem;
  }
  .xl-min-w-lg {
    min-width: 17.1875rem;
  }
  .xl-min-w-100 {
    min-width: 100%;
  }
  .xl-max-w-sm {
    max-width: 9.375rem;
  }
  .xl-max-w-md {
    max-width: 14.0625rem;
  }
  .xl-max-w {
    max-width: 21.875rem;
  }
  .xl-max-w-lg {
    max-width: 40.625rem;
  }
  .xl-min-h-sm {
    min-height: 9.375rem;
  }
  .xl-min-h {
    min-height: 15.625rem;
  }
  .xl-min-h-lg {
    min-height: 21.875rem;
  }
  .xl-min-h-100 {
    min-height: 100%;
  }
  .xl-max-h-sm {
    max-height: 9.375rem;
  }
  .xl-max-h {
    max-height: 21.875rem;
  }
  .xl-max-h-lg {
    max-height: 40.625rem;
  }
}
.font-size-base {
  font-size: 0.8125rem;
}
.font-size-sm {
  font-size: 0.75rem;
}
.font-size-lg {
  font-size: 0.9375rem;
}
.font-size-1\.5x {
  font-size: 1.21875rem;
}
.font-size-2x {
  font-size: 1.625rem;
}
.font-size-2\.5x {
  font-size: 2.03125rem;
}
.font-size-3x {
  font-size: 2.4375rem;
}
.text-accent, .productbox-price {
  font-family: sans-serif;
  font-weight: 600;
}
.text-stroke {
  text-decoration: line-through;
}
.text-decoration-underline {
  text-decoration: underline;
}
a.text-decoration-underline:hover, .btn-link.text-decoration-underline:hover {
  text-decoration: underline;
}
.text-decoration-none-util {
  text-decoration: none;
}
@media (max-width: 1299.98px) {
  .font-size-2x {
    font-size: 1.25rem;
  }
  .font-size-2\.5x {
    font-size: 1.5625rem;
  }
  .font-size-3x {
    font-size: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .font-size-2x {
    font-size: 1.1607142857rem;
  }
  .font-size-2\.5x {
    font-size: 1.4508928571rem;
  }
  .font-size-3x {
    font-size: 1.7410714286rem;
  }
}
@media (max-width: 767.98px) {
  .font-size-2x {
    font-size: 1.0833333333rem;
  }
  .font-size-2\.5x {
    font-size: 1.3541666667rem;
  }
  .font-size-3x {
    font-size: 1.625rem;
  }
}
.word-break {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.font-weight-bold-util {
  font-weight: 700;
}
.text-right-util {
  text-align: right;
}
.text-left-util {
  text-align: left;
}
.text-center-util {
  text-align: center;
}
.text-muted-util {
  color: #aaaaaa;
}
.align-items-center-util {
  align-items: center;
}
.text-nowrap-util {
  white-space: nowrap;
}
.zindex-dropdown {
  z-index: 1000;
}
.zindex-sticky {
  z-index: 1020;
}
.zindex-fixed {
  z-index: 1030;
}
.zindex-modal-backdrop {
  z-index: 1040;
}
.zindex-modal {
  z-index: 1050;
}
.zindex-popover {
  z-index: 1060;
}
.zindex-tooltip {
  z-index: 1070;
}
@page {
  size: a3;
}
/* productlist */
.filter-item {
  border-radius: 0.25rem;
  display: block;
}
.filter-item.active {
  background-color: #4171b0;
  color: #ffffff;
}
.filter-item:not(.active):hover, .filter-item:not(.active):focus {
  color: #4171b0;
}
.filter-item.dropdown-item {
  padding: 0.25rem 1.5rem;
}
.filter-item .badge {
  transition: none;
  word-break: keep-all;
}
.filter-search-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.filter-search-wrapper .form-clear {
  bottom: 13px;
  right: 7px;
}
.filter-search-wrapper .input-group-text {
  background-color: #ffffff;
}
.filter-search-wrapper .filter-search {
  margin-bottom: 0.5rem;
  border-left: 0;
}
.filter-search-wrapper .filter-search:focus {
  box-shadow: none;
  border-color: inherit;
}
.filter-search-wrapper.input-group-selected .input-group-text, .filter-search-wrapper.input-group-selected .filter-search {
  transition: none;
  border-color: #e9710d;
}
.list-gallery img.first {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.list-gallery img.second {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-gallery:hover img.first {
  opacity: 0;
}
.list-gallery:hover img.second {
  opacity: 1;
}
.row.gallery .product-wrapper {
  border-bottom: none;
  border-right: none;
}
.productlist-header-description-image {
  margin-bottom: 2rem;
}
#product-list .product-wrapper:not(:last-child) {
  margin-bottom: 4rem;
}
#product-list.layout-gallery .productbox-hover.productbox-show-variations.transition, #product-list.layout-gallery .productbox-hover.productbox-show-variations:hover {
  position: absolute;
  z-index: 1000;
  padding: 1rem 1rem 0;
  margin: -1rem;
  width: 100%;
}
#product-list.layout-gallery .productbox-hover.productbox-show-variations.show-variation-collapse:hover {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
#result-wrapper .title {
  margin-bottom: 1.5rem;
}
#result-wrapper .desc {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
#result-wrapper .desc::after {
  display: block;
  clear: both;
  content: "";
}
.item-delivery-status {
  margin-bottom: 1rem;
}
.item-list-price {
  margin-bottom: 1rem;
}
.item-list-basket-details {
  margin-top: 2rem;
}
.basket-details-add-to-cart {
  margin-top: 1rem;
}
#result-options .col {
  justify-content: space-between;
}
.item-slider.productbox-image {
  margin-bottom: 0;
}
.variations-list {
  margin-bottom: 0;
}
.item-list-description {
  display: none;
  margin-bottom: 0.25rem;
  margin-top: -0.5rem;
}
@media (min-width: 768px) {
  .item-list-description {
    display: block;
  }
}
.gallery, .list {
  align-items: flex-start;
}
.gallery .image-wrapper, .list .image-wrapper {
  display: block;
  position: relative;
}
.gallery .image-wrapper .yousave, .list .image-wrapper .yousave {
  position: absolute;
  padding: 0.5rem 0.75rem;
  left: 1rem;
}
.list .productbox-details dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .image-wrapper .yousave {
  margin-top: -2rem;
}
.list .image-wrapper .yousave {
  margin-top: -1.6rem;
}
.layout-gallery .variations .variation-wrapper .form-group {
  margin-bottom: 0;
}
.is-mobile .show-variation-collapse .productbox-onhover.collapsing {
  transition: none;
  display: none;
}
/* productdetails */
.product-detail .product-image {
  cursor: zoom-in;
}
.product-detail .slick-slide {
  transition: opacity ease-in-out;
}
.product-detail .product-thumbnails {
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.product-detail .product-thumbnails .slick-list {
  width: 100%;
}
.product-detail .product-thumbnails .slick-slide.slick-current {
  border-color: #e9710d;
}
.product-detail .product-thumbnails .inner {
  padding: 0.25rem;
}
.product-detail .product-thumbnails .inner:not(.slick-slide) {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  margin: 0.125rem;
  width: calc(100% / 6 - .125rem);
}
@media (min-width: 992px) {
  .product-detail .product-thumbnails .inner {
    padding: 0.5rem;
  }
}
.delivery-status .list-unstyled, .delivery-status .list-icons {
  margin-bottom: 0;
}
#image_wrapper .slick-list, #image_wrapper .slick-slide, #image_wrapper img {
  outline: none !important;
}
#image_wrapper .gallery-with-action-main {
  height: 100%;
}
#image_wrapper #gallery img {
  margin: auto;
}
@media (max-width: 767.98px) {
  #image_wrapper #gallery img {
    height: 10rem;
    width: auto;
  }
}
#image_wrapper #gallery:not(.slick-initialized) {
  padding: 0;
}
@media (max-width: 991.98px) {
  #image_wrapper #gallery .slick-list {
    padding-right: 0;
  }
}
#image_wrapper #gallery .slick-slide {
  padding: 0;
}
#image_wrapper #gallery .slick-arrow {
  display: none !important;
  background-color: transparent;
}
#image_wrapper #gallery .slick-arrow:hover {
  background-color: #e9710d;
}
#image_wrapper .product-thumbnails .square-image {
  margin-bottom: 0;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
  width: calc(100% / 6);
  height: 100%;
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  margin: 0.125rem;
}
@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.modal-body .tab-content {
  margin-top: 0;
  margin-bottom: 1rem;
}
#add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  #add-to-cart {
    flex-direction: row;
  }
}
@media print {
  #add-to-cart {
    display: none !important;
  }
}
#add-to-cart .alert .purchase-info {
  margin-top: 0.5rem;
}
.basket-form-inline {
  flex: 1;
}
#form_bundles .row {
  margin-top: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  #form_bundles .row {
    justify-content: center;
  }
}
#form_bundles .bundle-price {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #form_bundles .bundle-price {
    text-align: right;
    margin-bottom: 0;
  }
}
#form_bundles .bundle-price .text-warning {
  margin-left: 0.25rem;
}
.product-stock-info {
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .product-stock-info {
    padding: 1rem;
  }
}
.product-stock-info .product-stock-info-button {
  padding: 0;
  text-decoration: underline;
}
.product-attributes {
  margin-top: 1rem;
}
.product-attributes tr > td {
  word-break: break-word;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .product-attributes tr > td {
    padding: 0.5rem 0.75rem;
  }
  .product-attributes tr > td:first-child {
    width: 40%;
  }
}
.product-attributes .attr-characteristic a {
  vertical-align: top;
}
.product-attributes .attr-characteristic a:last-child {
  margin: 0;
}
.estimated-delivery {
  color: #aaaaaa;
  font-size: 0.75rem;
  display: inline-block;
}
.attr-characteristic a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#modal-article-dialog .modal-body {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/* comparelist */
#filter-checkboxes {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  #filter-checkboxes .custom-checkbox label {
    max-width: 32vw;
  }
}
#filter-checkboxes .custom-checkbox label, #filter-checkboxes .custom-checkbox ::after {
  cursor: pointer;
}
.delete-link-times {
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0.9375rem;
}
.comparelist .table tr.comparelist-row td:first-child {
  position: sticky;
  left: 0;
  z-index: 996;
}
.comparelist .table thead th {
  background: #ffffff;
  vertical-align: top;
  z-index: 999;
}
.comparelist .table thead th:first-child {
  z-index: 1000;
  border: 0 none;
  left: -1px;
}
.comparelist .table thead th:not(:first-child) {
  z-index: 998;
}
.comparelist .table tbody td:first-child {
  background-color: #f8f8f8;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .comparelist .table td {
    padding: 0.3rem;
  }
  .comparelist .table td:first-child > div {
    width: 110px;
  }
  .comparelist .table th {
    padding: 0;
  }
}
.comparelist .stretched {
  display: flex;
  flex-direction: column;
}
.comparelist .comparelist-label-button th {
  padding: 0;
  border: 0;
}
.custom-checkbox + .description {
  margin-left: 1.5rem;
}
.comparelist-checkboxes {
  padding-top: 1rem;
}
.comparelist-checkboxes .comparelist-checkbox-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.comparelist-item {
  padding-bottom: 0;
  text-align: center;
}
.comparelist-item .comparelist-item-image {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.comparelist-item .comparelist-item-more {
  padding-left: 0;
}
.comparelist-delete-all {
  float: right;
}
/* footer */
#footer {
  /* Colors to be changed more easily by template settings */
}
#footer .footer-additional-wrapper li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
#footer .card .card-title {
  color: #555555;
}
#footer .card .card-body {
  padding: 0;
}
#footer .nav-item {
  margin: 0;
}
#footer .nav-link {
  padding: 0.25rem 0 0.25rem 0.75rem;
}
#footer .footer-logo {
  width: auto;
  height: 18px;
  vertical-align: bottom;
}
#footer .list-group-item {
  background: transparent;
}
#footer .newsletter-footer {
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  #footer .newsletter-footer {
    text-align: left;
  }
}
#footer .newsletter-footer .newsletter-email-wrapper {
  margin-bottom: 0;
}
#footer.newsletter-active #footer-boxes {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  #footer.newsletter-active #footer-boxes {
    margin-top: 4rem;
  }
}
#footer .footer-social-media {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
#footer .footer-social-media ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#footer a:not(.btn), #footer .newsletter-footer-heading, #footer .btn-outline-primary {
  color: #4171b0;
}
#footer .btn-outline-primary:hover {
  color: #f8f8f8;
}
#footer a:not(.btn) {
  text-decoration: none;
}
#footer a:not(.btn):hover {
  text-decoration: underline;
}
#footer .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
  color: #333333;
}
#footer .box-categories .dropdown .collapse, #footer .box-linkgroup .dropdown .collapse {
  background: #f8f8f8;
}
#footer .table-striped tr {
  background-color: #f8f8f8;
}
/* account */
/* downloads */
.download-item {
  padding-right: 0;
  padding-left: 0;
}
.download-item .card-header {
  text-align: left;
  padding: 0.5rem;
  border-top: 1px solid #dddddd;
}
.download-main-body {
  padding: 0;
}
/* login */
.register-wrapper {
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 768px) {
  .register-wrapper {
    display: inline-block;
  }
}
.resetpw-wrapper {
  margin-left: 0;
}
@media (min-width: 768px) {
  .resetpw-wrapper {
    margin-left: 1rem;
  }
}
/* uploads */
#uploads {
  margin-top: 1rem;
}
#uploads th, #uploads td {
  text-align: center;
}
/* order-item */
.order-items .order-item .item-detail-list {
  margin-top: 0.5rem;
}
.order-items .order-item .order-item-image-wrapper {
  padding-right: 0.25rem;
}
.order-items .order-item .order-item-image-wrapper img {
  width: 100%;
  object-fit: contain;
}
.order-items .order-items-total {
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.order-items .price-col {
  text-align: right;
  margin-left: auto;
}
/* order-details */
.order-details {
  margin-bottom: 1rem;
}
.order-details .order-details-status {
  text-align: right;
}
@media (min-width: 992px) {
  .order-details .order-details-status {
    text-align: left;
  }
}
.order-details-data > li {
  margin-bottom: 1.5rem;
}
.order-details-data .order-details-data-item {
  color: #aaaaaa;
  display: block;
  font-size: 0.75rem;
}
.order-details-date {
  font-size: 0.9375rem;
  font-weight: 700;
}
.order-details-date > span {
  margin-right: 0.5rem;
}
/* my-account */
.account-comparelist .card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.account-head-data > div {
  margin-bottom: 2rem;
}
.account-head-data .account-head-data-credit {
  text-align: center;
  font-weight: 700;
  border: 1px solid #e9710d;
}
.custom-switch {
  margin-left: 0.5rem;
}
.account-orders-item {
  margin-bottom: 1rem;
}
.account-orders-item a {
  text-decoration: none;
}
.account-data-item {
  margin-bottom: 2rem;
}
.shipping-order-modal .shipping-order-modal-mb {
  margin-bottom: 1rem;
}
/* reviews */
.account-feedback {
  margin-bottom: 1rem;
}
/* shipping-adresses */
.shipping-address-form-wrapper {
  margin-bottom: 1rem;
}
div.dataTables_wrapper div.dataTables_filter input[type=search] {
  margin-left: 0;
  width: 100%;
}
.shipping-address-standard-active tr:first-child {
  background-color: #f8f8f8;
}
/* RMA */
.rma-img {
  width: 100%;
  height: auto;
}
.product-thumbnail {
  max-width: 100px;
}
.list-compressed li.list-group-item {
  display: flex;
}
.list-compressed {
  max-height: 50vh;
  overflow-y: auto;
}
#rmaStickyItems.loadingAJAX .rmaItemContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, white 100%);
  z-index: 3;
}
#rmaStickyPositions.loadingAJAX::after, #rmaStickyPositions.loadingAJAX::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 2rem;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  border: 8px solid #e9710d;
  border-radius: 50%;
  border-color: #e9710d #e9710d transparent transparent;
  animation: ringLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
#rmaStickyPositions.loadingAJAX::before {
  animation-delay: -0.25s;
}
@keyframes ringLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#rma-positions .custom-select {
  min-width: 63px;
}
/* basket */
/* cart-dropdown */
.cart-dropdown .cart-dropdown-total-item {
  color: #aaaaaa;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.cart-dropdown .cart-dropdown-total-item-price {
  float: right;
  white-space: nowrap;
}
.cart-dropdown .cart-dropdown-next {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cart-dropdown .cart-dropdown-next {
    margin-bottom: 0;
  }
}
.cart-dropdown .cart-dropdown-buttons {
  margin-top: 1rem;
}
.cart-dropdown .dropdown-cart-items img {
  width: 100%;
  height: auto;
}
/* cart-dropdown-label */
.cart-icon-dropdown .cart-icon-dropdown-price {
  white-space: nowrap;
  display: none;
  font-size: 0.8125rem;
}
@media (min-width: 576px) {
  .cart-icon-dropdown .cart-icon-dropdown-price {
    display: inline-block;
  }
}
.cart-icon-dropdown.not-empty .cart-icon-dropdown-price {
  margin-left: 1rem;
}
/* index */
.basket .basket-heading {
  margin-bottom: 0;
  padding-top: 1rem;
}
.basket .basket-freegift {
  margin-bottom: 3rem;
}
.basket .basket-empty {
  text-align: center;
}
.basket .basket-empty .alert {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.basket .basket-summary {
  margin-top: 1.5rem;
}
.basket .basket-summary .basket-summary-total {
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 0.9375rem;
  border-top: 1px solid #dddddd;
}
.basket .basket-summary-top {
  margin-top: 2rem;
}
.basket .basket-summary-notice-weight-wrapper {
  margin-top: 0.5rem;
}
/* cart-items */
.cart-items-header {
  padding-bottom: 1rem;
}
.cart-items-body {
  padding-bottom: 1rem;
}
.cart-items-body .cart-items-single-price {
  white-space: nowrap;
}
.cart-items-body .cart-items-quantity {
  white-space: nowrap;
}
.cart-items-body .cart-items-quantity .configurepos {
  white-space: normal;
}
.cart-items-body .cart-items-price {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .cart-items-body .cart-items-price {
    margin-left: auto;
  }
}
@media (min-width: 1300px) {
  .cart-items-body .cart-items-price {
    text-align: right;
  }
}
.cart-items-body .cart-items-price-text {
  margin-right: 1rem;
  display: inline-block;
}
@media (min-width: 1300px) {
  .cart-items-body .cart-items-price-text {
    display: none;
  }
}
.cart-items-body .cart-items-delete .cart-items-delete-button {
  padding: 0.25rem 0.375rem;
}
.item-overflow-notice {
  padding: 0 0.5rem;
}
.item-overflow-notice a {
  text-decoration: underline;
}
.form-control:focus + .input-group-append .input-group-text {
  border-color: #e9710d;
}
/* contact */
.contact-form legend {
  border: 0;
}
.contact-form .contact-form-privacy {
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact-form .contact-form-privacy {
    text-align: right;
  }
}
.contact-form .is-top {
  margin-top: 2rem;
}
.contact-form .contact-form-hr {
  margin-bottom: 2rem;
}
/* newsletter */
.newsletter-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.newsletter-subscribe {
  margin-bottom: 5rem;
}
.newsletter-subscribe .newsletter-subscribe-consent {
  margin-top: 0.25rem;
}
.newsletter-unsubscribe {
  margin-top: 1rem;
}
/* checkout */
/* inc-billing-address-form */
.direct-advertising {
  margin-top: -1rem;
  margin-bottom: 1rem;
  color: #aaaaaa;
}
/* inc-order-completed */
.order-confirmation-note {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .order-confirmation-note {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .order-confirmation-details {
    margin-bottom: 3rem;
  }
}
/* inc-payment-method */
.checkout-payment-method .checkout-payment-method-badge {
  margin-left: 1rem;
  float: right;
}
.checkout-payment-method .checkout-payment-method-note {
  width: 100%;
  display: block;
}
/* inc-paymentmodules */
.payment-method-inner {
  margin-bottom: 1rem;
}
.checkout-paymentmodules-alert {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .checkout-paymentmodules-alert {
    margin-bottom: 2rem;
  }
}
/* inc-shipping-address */
.checkout-register-shipping-address {
  margin-top: 2rem;
}
/* inc-steps */
.checkout-steps {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .checkout-steps .badge-pill {
    margin-left: auto;
  }
}
.checkout-steps .step-text {
  margin-left: 1rem;
  color: #e9710d;
}
.checkout-steps .step-check {
  margin-left: 0.25rem;
  margin-right: auto;
  color: #e9710d;
}
@media (min-width: 768px) {
  .checkout-steps .step-check {
    margin-left: 1rem;
  }
}
/* step0 */
.checkout-register-form {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.checkout-button-row .checkout-register-form-buttons-privacy {
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .checkout-button-row .checkout-register-form-buttons-privacy {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .checkout-button-row .checkout-button-row-submit {
    margin-left: auto;
  }
}
/* step3 */
.checkout-shipping-form .checkout-shipping-form-change {
  margin-bottom: 1rem;
}
.checkout-shipping-form .checkout-shipping-form-change .checkout-shipping-form-change-icon {
  margin-left: 0.25rem;
}
.checkout-shipping-form .checkout-shipping-form-options {
  margin-bottom: 1rem;
}
.checkout-shipping-form .checkout-shipping-form-options .checkout-shipping-form-options {
  justify-content: space-between;
}
.checkout-shipping-form .checkout-shipping-form-options .checkout-shipping-form-options-specific-cost {
  width: 100%;
  display: block;
}
.checkout-shipping-form .checkout-shipping-form-packaging {
  margin-bottom: 1rem;
}
.checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-cost {
  margin-left: 1rem;
  float: right;
  font-weight: 700;
}
.checkout-shipping-form .checkout-shipping-form-packaging .checkout-shipping-form-packaging-desc {
  width: 100%;
  display: block;
}
.button-row-mb {
  margin-bottom: 1rem;
}
/* step4 additonal payment */
.checkout-additional-payment {
  margin-bottom: 1rem;
}
/* step5 */
.checkout-confirmation .card {
  margin-bottom: 1rem;
}
.checkout-confirmation .card .checkout-confirmation-heading {
  margin-bottom: 0;
}
.checkout-confirmation .card .checkout-confirmation-change {
  margin-right: 0.25rem;
  text-decoration: underline;
  display: none;
}
@media (min-width: 768px) {
  .checkout-confirmation .card .checkout-confirmation-change {
    display: inline-block;
  }
}
.checkout-confirmation .checkout-confirmation-comment {
  border: 0;
  padding: 0;
}
.checkout-confirmation .checkout-confirmation-items {
  margin-bottom: 2rem;
}
.checkout-confirmation .checkout-confirmation-items .card-header {
  text-align: right;
  padding: 0;
}
.checkout-confirmation .checkout-confirmation-items .card-body {
  margin-top: 2rem;
}
/* inc-order-items */
.checkout-items-item > div {
  margin-left: auto;
}
.checkout-items-item .checkout-items-item-title {
  margin-right: 1rem;
  display: inline-flex;
}
@media (min-width: 992px) {
  .checkout-items-item .checkout-items-item-title {
    display: none;
  }
}
.checkout-items-item .checkout-items-item-quantity {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .checkout-items-item .checkout-items-item-quantity {
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .checkout-items-item .checkout-items-item-image-wrapper {
    padding-right: 0;
  }
}
.checkout-items-item .checkout-items-item-image-wrapper img {
  width: 100%;
  object-fit: contain;
}
.checkout-items-total {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin-left: auto;
}
.checkout-items-total .col-auto {
  margin-left: auto;
  text-align: right;
}
.checkout-payment-options {
  margin-bottom: 1rem;
}
/* credit-form */
.credit-form .credit-amount-description {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* shipping-adresses */
.select-shipping-address {
  margin-top: 1rem;
}
.select-shipping-address .dataTables_wrapper {
  border: 1px solid #f8f8f8;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.select-shipping-address .dataTables_wrapper td:first-child {
  width: 5%;
}
.new-shipping-address {
  border: 1px solid #f8f8f8;
  padding: 1rem;
}
/* register */
.register-form-account .register-form-account-unreg, .register-form-account .register-form-account-password, .register-form-account .register-form-account-repeat {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .register-form-account .register-form-account-unreg, .register-form-account .register-form-account-password, .register-form-account .register-form-account-repeat {
    margin-bottom: 0;
  }
}
/* customer-login */
.customer-login-buttons {
  margin-bottom: 0;
}
.customer-login-buttons .customer-login-buttons-forgot {
  width: 100%;
  display: block;
  text-decoration: underline;
}
/* selectionwizard */
/* snippets */
/* filter */
.snippets-filter-item {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.snippets-filter-item .snippets-filter-custom .badge {
  float: right;
}
.snippets-filter-item-all {
  text-decoration: none;
  display: inline-block;
}
.snippets-filter-show-all {
  width: 100%;
}
.snippets-filter-show-all .btn {
  padding: 0;
  margin-left: auto;
  margin-top: 0.25rem;
}
.snippets-filter-item-icon-left {
  margin-left: 0.5rem;
}
.snippets-filter-item-icon-right {
  margin-right: 0.5rem;
}
.snippets-filter-mobile-heading {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0;
}
.snippets-filter-mobile-sorting .snippets-filter-mobile-sorting-collapse {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.snippets-filter-mobile-sorting .snippets-filter-mobile-sorting-collapse .filter-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.snippets-filter-mobile-sorting .snippets-filter-mobile-sorting-collapse .dropdown-item {
  background-color: transparent;
  color: #e9710d;
}
.snippets-filter-mobile-sorting .snippets-filter-mobile-sorting-link {
  text-decoration: none;
  text-align: left;
}
.snippets-filter-mobile-sorting .snippets-filter-mobile-sorting-link > span {
  float: right;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-right: 0.25rem;
  text-align: right;
  width: 40%;
}
.snippets-filter-mobile-item .snippets-filter-mobile-item-collapse {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.snippets-filter-mobile-buttons {
  justify-content: end;
  align-items: center;
}
.snippets-filter-mobile-buttons .btn {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
/* alert */
.alert-wrapper .close {
  margin-left: 1rem;
}
/* author */
.snippets-author .snippets-author-link {
  display: inline-block;
}
.snippets-author-title {
  margin-left: 1rem;
}
/* banner */
.snippets-banner {
  margin-bottom: 2rem;
}
.snippets-banner .snippets-banner-image {
  text-align: center;
  margin-bottom: 1rem;
}
.snippets-banner .snippets-banner-image img {
  margin-left: auto;
  margin-right: auto;
}
/* maintenance */
.maintenance-main-wrapper {
  padding-top: 2rem;
}
.maintenance-main-wrapper .maintenance-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.maintenance-main-wrapper .maintenance-main-item {
  margin-bottom: 1rem;
}
.maintenance-main-wrapper .maintenance-main-image {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
/* shipping-calculator */
.shipping-calculator-form {
  margin-bottom: 3rem;
}
.shipping-calculator-main .shipping-calculator-main-heading {
  margin-bottom: 1.5rem;
}
.shipping-calculator-hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* shipping-tax-info */
.vat_info {
  color: #aaaaaa;
}
.vat_info .shipping {
  display: inline-block;
}
.vat_info abbr {
  display: inline-block;
}
/* stock-status */
.status-icon {
  margin-right: 0.5rem;
}
/* slider-items */
.product-wrapper.freegift .custom-radio {
  padding-left: 0;
}
.product-wrapper.freegift .inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* wishlist-button */
.wishlist-button {
  margin-right: 1rem;
  padding: 0 1rem 0 0;
  display: block;
}
@media (min-width: 992px) {
  .wishlist-button {
    display: inline-block;
    border-right: 1px solid #dddddd;
  }
}
.wishlist-button .wishlist-button-inner {
  display: flex;
  align-items: baseline;
}
.wishlist-button .wishlist-button-inner .wishlist-icon {
  margin-right: 0.5rem;
}
.wishlist-button .wishlist-button-inner .wishlist-button-text {
  text-decoration: underline;
}
/* uploads */
.upload-scheme-product {
  margin-bottom: 1.5rem;
}
.upload-scheme-cart-hr-before {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.upload-scheme-cart-hr-after {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.upload-scheme-cart .upload-scheme-cart-upload {
  margin-bottom: 1rem;
}
.upload-scheme-cart .upload-scheme-cart-name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
/* wishlist */
.snippets-wishlist .subheadline {
  margin-bottom: 2rem;
}
.snippets-wishlist .wishlist-search-wrapper {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .snippets-wishlist .wishlist-search-wrapper {
    margin-top: 0;
  }
}
.snippets-wishlist .wishlist-search-wrapper .wishlist-search-button .wishlist-search-button-text {
  display: none;
}
@media (min-width: 768px) {
  .snippets-wishlist .wishlist-search-wrapper .wishlist-search-button .wishlist-search-button-text {
    display: inline-block;
  }
}
.snippets-wishlist .wishlist-privacy-count {
  align-items: center;
}
.snippets-wishlist .wishlist-url {
  margin-top: 1rem;
}
.snippets-wishlist .wishlist-collapse {
  margin-bottom: 1rem;
}
.snippets-wishlist .has-item {
  margin-top: 3rem;
}
.snippets-wishlist .wishlist-item {
  margin-bottom: 5rem;
}
.snippets-wishlist .wishlist-item .productbox {
  padding: 0.5rem;
}
@media (min-width: 1300px) {
  .snippets-wishlist .wishlist-item .productbox {
    padding: 0;
  }
}
.snippets-wishlist .wishlist-item .productbox .caption {
  text-decoration: none;
}
.snippets-wishlist .wishlist-item .productbox .wishlist-item-buttons .btn {
  margin-top: 1rem;
  align-items: center;
}
.snippets-wishlist .wishlist-item .productbox textarea {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.snippets-wishlist .wishlist-item .productbox .wishlist-pos-delete {
  float: right;
  margin: -0.5rem 0 0 0;
  padding: 0.25rem;
  font-size: 0.9375rem;
  text-decoration: none;
}
.snippets-wishlist .wishlist-all-to-cart .col {
  margin-left: auto;
}
.snippets-wishlist .wishlist-actions {
  align-items: center;
}
.snippets-wishlist .wishlist-actions .wishlist-dropdown-name .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.snippets-wishlist .wishlist-count {
  margin-left: auto;
}
.snippets-wishlist .product-characteristics .col {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* mobile */
.productlist-applied-filter {
  margin-bottom: 2rem;
}
.productlist-applied-filter.productlist-applied-filter-top {
  margin-bottom: 0;
}
.productlist-filter-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: auto;
}
.snippets-suggestion a {
  display: block;
}
.order-12 {
  order: 12;
}
.order-13 {
  order: 13;
}
.order-14 {
  order: 14;
}
.order-15 {
  order: 15;
}
.order-16 {
  order: 16;
}
.order-17 {
  order: 17;
}
.order-18 {
  order: 18;
}
.order-19 {
  order: 19;
}
.order-20 {
  order: 20;
}
.order-21 {
  order: 21;
}
.order-22 {
  order: 22;
}
.order-23 {
  order: 23;
}
.order-24 {
  order: 24;
}
.order-25 {
  order: 25;
}
.order-26 {
  order: 26;
}
.order-27 {
  order: 27;
}
.order-28 {
  order: 28;
}
.order-29 {
  order: 29;
}
.order-30 {
  order: 30;
}
.order-31 {
  order: 31;
}
.order-32 {
  order: 32;
}
.order-33 {
  order: 33;
}
.order-34 {
  order: 34;
}
.order-35 {
  order: 35;
}
.order-36 {
  order: 36;
}
.order-37 {
  order: 37;
}
.order-38 {
  order: 38;
}
.order-39 {
  order: 39;
}
.order-40 {
  order: 40;
}
.order-41 {
  order: 41;
}
.order-42 {
  order: 42;
}
.order-43 {
  order: 43;
}
.order-44 {
  order: 44;
}
.order-45 {
  order: 45;
}
.order-46 {
  order: 46;
}
.order-47 {
  order: 47;
}
.order-48 {
  order: 48;
}
.order-49 {
  order: 49;
}
.order-50 {
  order: 50;
}
.order-51 {
  order: 51;
}
.order-52 {
  order: 52;
}
.order-53 {
  order: 53;
}
.order-54 {
  order: 54;
}
.order-55 {
  order: 55;
}
.order-56 {
  order: 56;
}
.order-57 {
  order: 57;
}
.order-58 {
  order: 58;
}
.order-59 {
  order: 59;
}
.order-60 {
  order: 60;
}
.order-61 {
  order: 61;
}
.order-62 {
  order: 62;
}
.order-63 {
  order: 63;
}
.order-64 {
  order: 64;
}
.order-65 {
  order: 65;
}
.order-66 {
  order: 66;
}
.order-67 {
  order: 67;
}
.order-68 {
  order: 68;
}
.order-69 {
  order: 69;
}
.order-70 {
  order: 70;
}
.order-71 {
  order: 71;
}
.order-72 {
  order: 72;
}
.order-73 {
  order: 73;
}
.order-74 {
  order: 74;
}
.order-75 {
  order: 75;
}
.order-76 {
  order: 76;
}
.order-77 {
  order: 77;
}
.order-78 {
  order: 78;
}
.order-79 {
  order: 79;
}
.order-80 {
  order: 80;
}
.order-81 {
  order: 81;
}
.order-82 {
  order: 82;
}
.order-83 {
  order: 83;
}
.order-84 {
  order: 84;
}
.order-85 {
  order: 85;
}
.order-86 {
  order: 86;
}
.order-87 {
  order: 87;
}
.order-88 {
  order: 88;
}
.order-89 {
  order: 89;
}
.order-90 {
  order: 90;
}
.order-91 {
  order: 91;
}
.order-92 {
  order: 92;
}
.order-93 {
  order: 93;
}
.order-94 {
  order: 94;
}
.order-95 {
  order: 95;
}
.order-96 {
  order: 96;
}
.order-97 {
  order: 97;
}
.order-98 {
  order: 98;
}
.order-99 {
  order: 99;
}
@media (min-width: 576px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-24 {
    order: 24;
  }
  .order-sm-25 {
    order: 25;
  }
  .order-sm-26 {
    order: 26;
  }
  .order-sm-27 {
    order: 27;
  }
  .order-sm-28 {
    order: 28;
  }
  .order-sm-29 {
    order: 29;
  }
  .order-sm-30 {
    order: 30;
  }
  .order-sm-31 {
    order: 31;
  }
  .order-sm-32 {
    order: 32;
  }
  .order-sm-33 {
    order: 33;
  }
  .order-sm-34 {
    order: 34;
  }
  .order-sm-35 {
    order: 35;
  }
  .order-sm-36 {
    order: 36;
  }
  .order-sm-37 {
    order: 37;
  }
  .order-sm-38 {
    order: 38;
  }
  .order-sm-39 {
    order: 39;
  }
  .order-sm-40 {
    order: 40;
  }
  .order-sm-41 {
    order: 41;
  }
  .order-sm-42 {
    order: 42;
  }
  .order-sm-43 {
    order: 43;
  }
  .order-sm-44 {
    order: 44;
  }
  .order-sm-45 {
    order: 45;
  }
  .order-sm-46 {
    order: 46;
  }
  .order-sm-47 {
    order: 47;
  }
  .order-sm-48 {
    order: 48;
  }
  .order-sm-49 {
    order: 49;
  }
  .order-sm-50 {
    order: 50;
  }
  .order-sm-51 {
    order: 51;
  }
  .order-sm-52 {
    order: 52;
  }
  .order-sm-53 {
    order: 53;
  }
  .order-sm-54 {
    order: 54;
  }
  .order-sm-55 {
    order: 55;
  }
  .order-sm-56 {
    order: 56;
  }
  .order-sm-57 {
    order: 57;
  }
  .order-sm-58 {
    order: 58;
  }
  .order-sm-59 {
    order: 59;
  }
  .order-sm-60 {
    order: 60;
  }
  .order-sm-61 {
    order: 61;
  }
  .order-sm-62 {
    order: 62;
  }
  .order-sm-63 {
    order: 63;
  }
  .order-sm-64 {
    order: 64;
  }
  .order-sm-65 {
    order: 65;
  }
  .order-sm-66 {
    order: 66;
  }
  .order-sm-67 {
    order: 67;
  }
  .order-sm-68 {
    order: 68;
  }
  .order-sm-69 {
    order: 69;
  }
  .order-sm-70 {
    order: 70;
  }
  .order-sm-71 {
    order: 71;
  }
  .order-sm-72 {
    order: 72;
  }
  .order-sm-73 {
    order: 73;
  }
  .order-sm-74 {
    order: 74;
  }
  .order-sm-75 {
    order: 75;
  }
  .order-sm-76 {
    order: 76;
  }
  .order-sm-77 {
    order: 77;
  }
  .order-sm-78 {
    order: 78;
  }
  .order-sm-79 {
    order: 79;
  }
  .order-sm-80 {
    order: 80;
  }
  .order-sm-81 {
    order: 81;
  }
  .order-sm-82 {
    order: 82;
  }
  .order-sm-83 {
    order: 83;
  }
  .order-sm-84 {
    order: 84;
  }
  .order-sm-85 {
    order: 85;
  }
  .order-sm-86 {
    order: 86;
  }
  .order-sm-87 {
    order: 87;
  }
  .order-sm-88 {
    order: 88;
  }
  .order-sm-89 {
    order: 89;
  }
  .order-sm-90 {
    order: 90;
  }
  .order-sm-91 {
    order: 91;
  }
  .order-sm-92 {
    order: 92;
  }
  .order-sm-93 {
    order: 93;
  }
  .order-sm-94 {
    order: 94;
  }
  .order-sm-95 {
    order: 95;
  }
  .order-sm-96 {
    order: 96;
  }
  .order-sm-97 {
    order: 97;
  }
  .order-sm-98 {
    order: 98;
  }
  .order-sm-99 {
    order: 99;
  }
}
@media (min-width: 768px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-24 {
    order: 24;
  }
  .order-md-25 {
    order: 25;
  }
  .order-md-26 {
    order: 26;
  }
  .order-md-27 {
    order: 27;
  }
  .order-md-28 {
    order: 28;
  }
  .order-md-29 {
    order: 29;
  }
  .order-md-30 {
    order: 30;
  }
  .order-md-31 {
    order: 31;
  }
  .order-md-32 {
    order: 32;
  }
  .order-md-33 {
    order: 33;
  }
  .order-md-34 {
    order: 34;
  }
  .order-md-35 {
    order: 35;
  }
  .order-md-36 {
    order: 36;
  }
  .order-md-37 {
    order: 37;
  }
  .order-md-38 {
    order: 38;
  }
  .order-md-39 {
    order: 39;
  }
  .order-md-40 {
    order: 40;
  }
  .order-md-41 {
    order: 41;
  }
  .order-md-42 {
    order: 42;
  }
  .order-md-43 {
    order: 43;
  }
  .order-md-44 {
    order: 44;
  }
  .order-md-45 {
    order: 45;
  }
  .order-md-46 {
    order: 46;
  }
  .order-md-47 {
    order: 47;
  }
  .order-md-48 {
    order: 48;
  }
  .order-md-49 {
    order: 49;
  }
  .order-md-50 {
    order: 50;
  }
  .order-md-51 {
    order: 51;
  }
  .order-md-52 {
    order: 52;
  }
  .order-md-53 {
    order: 53;
  }
  .order-md-54 {
    order: 54;
  }
  .order-md-55 {
    order: 55;
  }
  .order-md-56 {
    order: 56;
  }
  .order-md-57 {
    order: 57;
  }
  .order-md-58 {
    order: 58;
  }
  .order-md-59 {
    order: 59;
  }
  .order-md-60 {
    order: 60;
  }
  .order-md-61 {
    order: 61;
  }
  .order-md-62 {
    order: 62;
  }
  .order-md-63 {
    order: 63;
  }
  .order-md-64 {
    order: 64;
  }
  .order-md-65 {
    order: 65;
  }
  .order-md-66 {
    order: 66;
  }
  .order-md-67 {
    order: 67;
  }
  .order-md-68 {
    order: 68;
  }
  .order-md-69 {
    order: 69;
  }
  .order-md-70 {
    order: 70;
  }
  .order-md-71 {
    order: 71;
  }
  .order-md-72 {
    order: 72;
  }
  .order-md-73 {
    order: 73;
  }
  .order-md-74 {
    order: 74;
  }
  .order-md-75 {
    order: 75;
  }
  .order-md-76 {
    order: 76;
  }
  .order-md-77 {
    order: 77;
  }
  .order-md-78 {
    order: 78;
  }
  .order-md-79 {
    order: 79;
  }
  .order-md-80 {
    order: 80;
  }
  .order-md-81 {
    order: 81;
  }
  .order-md-82 {
    order: 82;
  }
  .order-md-83 {
    order: 83;
  }
  .order-md-84 {
    order: 84;
  }
  .order-md-85 {
    order: 85;
  }
  .order-md-86 {
    order: 86;
  }
  .order-md-87 {
    order: 87;
  }
  .order-md-88 {
    order: 88;
  }
  .order-md-89 {
    order: 89;
  }
  .order-md-90 {
    order: 90;
  }
  .order-md-91 {
    order: 91;
  }
  .order-md-92 {
    order: 92;
  }
  .order-md-93 {
    order: 93;
  }
  .order-md-94 {
    order: 94;
  }
  .order-md-95 {
    order: 95;
  }
  .order-md-96 {
    order: 96;
  }
  .order-md-97 {
    order: 97;
  }
  .order-md-98 {
    order: 98;
  }
  .order-md-99 {
    order: 99;
  }
}
@media (min-width: 992px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-24 {
    order: 24;
  }
  .order-lg-25 {
    order: 25;
  }
  .order-lg-26 {
    order: 26;
  }
  .order-lg-27 {
    order: 27;
  }
  .order-lg-28 {
    order: 28;
  }
  .order-lg-29 {
    order: 29;
  }
  .order-lg-30 {
    order: 30;
  }
  .order-lg-31 {
    order: 31;
  }
  .order-lg-32 {
    order: 32;
  }
  .order-lg-33 {
    order: 33;
  }
  .order-lg-34 {
    order: 34;
  }
  .order-lg-35 {
    order: 35;
  }
  .order-lg-36 {
    order: 36;
  }
  .order-lg-37 {
    order: 37;
  }
  .order-lg-38 {
    order: 38;
  }
  .order-lg-39 {
    order: 39;
  }
  .order-lg-40 {
    order: 40;
  }
  .order-lg-41 {
    order: 41;
  }
  .order-lg-42 {
    order: 42;
  }
  .order-lg-43 {
    order: 43;
  }
  .order-lg-44 {
    order: 44;
  }
  .order-lg-45 {
    order: 45;
  }
  .order-lg-46 {
    order: 46;
  }
  .order-lg-47 {
    order: 47;
  }
  .order-lg-48 {
    order: 48;
  }
  .order-lg-49 {
    order: 49;
  }
  .order-lg-50 {
    order: 50;
  }
  .order-lg-51 {
    order: 51;
  }
  .order-lg-52 {
    order: 52;
  }
  .order-lg-53 {
    order: 53;
  }
  .order-lg-54 {
    order: 54;
  }
  .order-lg-55 {
    order: 55;
  }
  .order-lg-56 {
    order: 56;
  }
  .order-lg-57 {
    order: 57;
  }
  .order-lg-58 {
    order: 58;
  }
  .order-lg-59 {
    order: 59;
  }
  .order-lg-60 {
    order: 60;
  }
  .order-lg-61 {
    order: 61;
  }
  .order-lg-62 {
    order: 62;
  }
  .order-lg-63 {
    order: 63;
  }
  .order-lg-64 {
    order: 64;
  }
  .order-lg-65 {
    order: 65;
  }
  .order-lg-66 {
    order: 66;
  }
  .order-lg-67 {
    order: 67;
  }
  .order-lg-68 {
    order: 68;
  }
  .order-lg-69 {
    order: 69;
  }
  .order-lg-70 {
    order: 70;
  }
  .order-lg-71 {
    order: 71;
  }
  .order-lg-72 {
    order: 72;
  }
  .order-lg-73 {
    order: 73;
  }
  .order-lg-74 {
    order: 74;
  }
  .order-lg-75 {
    order: 75;
  }
  .order-lg-76 {
    order: 76;
  }
  .order-lg-77 {
    order: 77;
  }
  .order-lg-78 {
    order: 78;
  }
  .order-lg-79 {
    order: 79;
  }
  .order-lg-80 {
    order: 80;
  }
  .order-lg-81 {
    order: 81;
  }
  .order-lg-82 {
    order: 82;
  }
  .order-lg-83 {
    order: 83;
  }
  .order-lg-84 {
    order: 84;
  }
  .order-lg-85 {
    order: 85;
  }
  .order-lg-86 {
    order: 86;
  }
  .order-lg-87 {
    order: 87;
  }
  .order-lg-88 {
    order: 88;
  }
  .order-lg-89 {
    order: 89;
  }
  .order-lg-90 {
    order: 90;
  }
  .order-lg-91 {
    order: 91;
  }
  .order-lg-92 {
    order: 92;
  }
  .order-lg-93 {
    order: 93;
  }
  .order-lg-94 {
    order: 94;
  }
  .order-lg-95 {
    order: 95;
  }
  .order-lg-96 {
    order: 96;
  }
  .order-lg-97 {
    order: 97;
  }
  .order-lg-98 {
    order: 98;
  }
  .order-lg-99 {
    order: 99;
  }
}
@media (min-width: 1300px) {
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-24 {
    order: 24;
  }
  .order-xl-25 {
    order: 25;
  }
  .order-xl-26 {
    order: 26;
  }
  .order-xl-27 {
    order: 27;
  }
  .order-xl-28 {
    order: 28;
  }
  .order-xl-29 {
    order: 29;
  }
  .order-xl-30 {
    order: 30;
  }
  .order-xl-31 {
    order: 31;
  }
  .order-xl-32 {
    order: 32;
  }
  .order-xl-33 {
    order: 33;
  }
  .order-xl-34 {
    order: 34;
  }
  .order-xl-35 {
    order: 35;
  }
  .order-xl-36 {
    order: 36;
  }
  .order-xl-37 {
    order: 37;
  }
  .order-xl-38 {
    order: 38;
  }
  .order-xl-39 {
    order: 39;
  }
  .order-xl-40 {
    order: 40;
  }
  .order-xl-41 {
    order: 41;
  }
  .order-xl-42 {
    order: 42;
  }
  .order-xl-43 {
    order: 43;
  }
  .order-xl-44 {
    order: 44;
  }
  .order-xl-45 {
    order: 45;
  }
  .order-xl-46 {
    order: 46;
  }
  .order-xl-47 {
    order: 47;
  }
  .order-xl-48 {
    order: 48;
  }
  .order-xl-49 {
    order: 49;
  }
  .order-xl-50 {
    order: 50;
  }
  .order-xl-51 {
    order: 51;
  }
  .order-xl-52 {
    order: 52;
  }
  .order-xl-53 {
    order: 53;
  }
  .order-xl-54 {
    order: 54;
  }
  .order-xl-55 {
    order: 55;
  }
  .order-xl-56 {
    order: 56;
  }
  .order-xl-57 {
    order: 57;
  }
  .order-xl-58 {
    order: 58;
  }
  .order-xl-59 {
    order: 59;
  }
  .order-xl-60 {
    order: 60;
  }
  .order-xl-61 {
    order: 61;
  }
  .order-xl-62 {
    order: 62;
  }
  .order-xl-63 {
    order: 63;
  }
  .order-xl-64 {
    order: 64;
  }
  .order-xl-65 {
    order: 65;
  }
  .order-xl-66 {
    order: 66;
  }
  .order-xl-67 {
    order: 67;
  }
  .order-xl-68 {
    order: 68;
  }
  .order-xl-69 {
    order: 69;
  }
  .order-xl-70 {
    order: 70;
  }
  .order-xl-71 {
    order: 71;
  }
  .order-xl-72 {
    order: 72;
  }
  .order-xl-73 {
    order: 73;
  }
  .order-xl-74 {
    order: 74;
  }
  .order-xl-75 {
    order: 75;
  }
  .order-xl-76 {
    order: 76;
  }
  .order-xl-77 {
    order: 77;
  }
  .order-xl-78 {
    order: 78;
  }
  .order-xl-79 {
    order: 79;
  }
  .order-xl-80 {
    order: 80;
  }
  .order-xl-81 {
    order: 81;
  }
  .order-xl-82 {
    order: 82;
  }
  .order-xl-83 {
    order: 83;
  }
  .order-xl-84 {
    order: 84;
  }
  .order-xl-85 {
    order: 85;
  }
  .order-xl-86 {
    order: 86;
  }
  .order-xl-87 {
    order: 87;
  }
  .order-xl-88 {
    order: 88;
  }
  .order-xl-89 {
    order: 89;
  }
  .order-xl-90 {
    order: 90;
  }
  .order-xl-91 {
    order: 91;
  }
  .order-xl-92 {
    order: 92;
  }
  .order-xl-93 {
    order: 93;
  }
  .order-xl-94 {
    order: 94;
  }
  .order-xl-95 {
    order: 95;
  }
  .order-xl-96 {
    order: 96;
  }
  .order-xl-97 {
    order: 97;
  }
  .order-xl-98 {
    order: 98;
  }
  .order-xl-99 {
    order: 99;
  }
}
.c-primary {
  color: #e9710d;
}
.bg-primary {
  background-color: #e9710d;
}
.c-secondary {
  color: #4171b0;
}
.bg-secondary {
  background-color: #4171b0;
}
.c-success {
  color: #007c00;
}
.bg-success {
  background-color: #007c00;
}
.c-info {
  color: #525252;
}
.bg-info {
  background-color: #525252;
}
.c-warning {
  color: #f39932;
}
.bg-warning {
  background-color: #f39932;
}
.c-danger {
  color: #bc271c;
}
.bg-danger {
  background-color: #bc271c;
}
.c-light {
  color: #f8f8f8;
}
.bg-light {
  background-color: #f8f8f8;
}
.c-dark {
  color: #555555;
}
.bg-dark {
  background-color: #555555;
}
.c-gray-medium {
  color: #aea79f;
}
.bg-gray-medium {
  background-color: #aea79f;
}
.c-green-light {
  color: #38b44a;
}
.bg-green-light {
  background-color: #38b44a;
}
.hr-sect::before, .productbox-title::before, h1:not(.h2)::before, .h1:not(.h2):not(.price)::before, .product-title::before {
  background-color: #e9710d;
  -webkit-mask-image: url("../dj-technik/icons/angle-double-right-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../dj-technik/icons/angle-double-right-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-top;
}
.product-detail .price_wrapper .price::before, .skonto-finalPrice::before, aside .box-nav-item > .nav > .nav-item > .nav-link::before, .footer-box .box-nav-item > .nav > .nav-item > .nav-link::before, .footnote-vat a::before {
  background-color: #e9710d;
  -webkit-mask-image: url("../dj-technik/icons/chevron-right-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../dj-technik/icons/chevron-right-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 1em;
}
.breadcrumb-item + .breadcrumb-item::before {
  background-color: #ffffff;
  -webkit-mask-image: url("../dj-technik/icons/chevron-right-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../dj-technik/icons/chevron-right-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 1em;
}
.slick-type-product .slick-prev::after {
  background-color: #e9710d;
  -webkit-mask-image: url("../dj-technik/icons/arrow-left-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../dj-technik/icons/arrow-left-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.slick-type-product .slick-next::after {
  background-color: #e9710d;
  -webkit-mask-image: url("../dj-technik/icons/arrow-right-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../dj-technik/icons/arrow-right-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.slick-type-product .slick-next:hover:after, .slick-type-product .slick-prev:hover:after {
  background-color: #aea79f;
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-link::after {
    background-color: #ffffff;
    -webkit-mask-image: url("../dj-technik/icons/chevron-right-solid.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("../dj-technik/icons/chevron-right-solid.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    content: "";
    display: inline-block;
    width: 0.75em;
    height: 1em;
  }
}
@media (min-width: 992px) {
  header .navbar-nav > .nav-item.active > .nav-link::after, header .navbar-nav > .nav-item:hover > .nav-link::after, header .navbar-nav > .nav-item.hover > .nav-link::after {
    background-color: #e9710d;
  }
}
.dropdown-toggle::after, :not(.navbar-toggler)[data-toggle="collapse"]::after, :not(.navbar-toggler)[data-toggle="collapse"]::after {
  background-color: #ffffff;
  -webkit-mask-image: url("../dj-technik/icons/chevron-down-solid.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../dj-technik/icons/chevron-down-solid.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.btn-sm, .btn-group-sm > .btn {
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: flex;
}
p:last-child, ul:last-child {
  margin-bottom: 0;
}
.modal-backdrop.show.zindex-dropdown {
  opacity: 0 !important;
}
h1, .h1 {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  padding: 1.5rem 0 0.75rem;
}
h1:not(.h2)::before, .h1:not(.h2)::before {
  font-size: 1.25rem;
}
body[data-page="18"] h1 {
  padding-top: 0;
}
h2, .h2 {
  border-bottom: 1px solid #e9710d;
  color: #4171b0;
  margin-bottom: 1rem;
  padding-bottom: 0.125rem;
}
h3, .h3 {
  margin-top: 1.5rem;
}
td.h1, td.h2, td.h3, td.h4, td.h5, td.h6 {
  margin-bottom: 0;
  margin-top: 0;
}
tfoot {
  border-top: 1px solid #dddddd;
}
tfoot th, .table th, tfoot td {
  border: none !important;
}
.container .container {
  padding: 0;
}
.hr-big {
  border-width: 4px;
}
.badge {
  font-size: 0.8125rem;
}
.badge-gray-medium {
  color: #ffffff;
}
.card-header .h3 {
  margin: 0;
}
@media (min-width: 768px) {
  #content-wrapper.has-left-right-sidebar #content-inner {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 calc(100% - 31rem);
    max-width: calc(100% - 31rem);
  }
}
@media (min-width: 768px) {
  #content-wrapper.has-left-sidebar #content-inner {
    flex: 0 0 calc(100% - 17rem);
    max-width: calc(100% - 17rem);
  }
  #content-wrapper.has-left-sidebar #content-inner hr {
    max-width: 730px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #content-wrapper.has-left-sidebar #content-inner {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #content-wrapper.has-right-sidebar #content-inner {
    padding-right: 0;
    flex: 0 0 calc(100% - 14rem);
    max-width: calc(100% - 14rem);
  }
}
header .nav-mobile-body .main-search {
  padding: 1rem;
}
header .nav-mobile-body .main-search .input-group {
  border: 2px solid #4171b0;
}
header .nav-mobile-body .main-search .form-control {
  border: none;
  border-radius: 0;
}
header .nav-mobile-body .main-search .btn {
  border: none;
  background-color: #ffffff;
  color: #e9710d;
  display: flex;
  align-items: center;
}
header .nav-mobile-body .main-search .btn:hover, header .nav-mobile-body .main-search .btn:focus {
  background-color: #ffffff;
}
header .nav-mobile-body .main-search .btn span {
  font-size: 1rem;
}
#burger-menu .navbar-toggler-icon {
  background-image: url("images/burgermenu.svg");
  height: 20px;
  background-color: transparent;
}
#burger-menu .navbar-toggler-icon::before, #burger-menu .navbar-toggler-icon::after {
  display: none;
}
@media (max-width: 991.98px) {
  #header-inner-navbar {
    display: grid;
    grid-template-areas: "nav-logo-wrapper main-search-wrapper nav-icons-wrapper" "burger-menu-wrapper burger-menu-wrapper burger-menu-wrapper";
    grid-template-columns: auto 1fr;
  }
  #header-inner-navbar .nav-logo-wrapper {
    grid-area: nav-logo-wrapper;
  }
  #header-inner-navbar .main-search-wrapper {
    grid-area: main-search-wrapper;
  }
  #header-inner-navbar .nav-icons-wrapper {
    grid-area: nav-icons-wrapper;
    padding: 0;
  }
  #header-inner-navbar .nav-icons-wrapper .nav-link {
    color: #4171b0;
  }
  #header-inner-navbar #burger-menu-wrapper {
    background-color: #e9710d;
    border-radius: 0;
    grid-area: burger-menu-wrapper;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header-inner-navbar #burger-menu {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
    gap: 0.25rem;
    margin-left: 1rem;
    text-transform: uppercase;
  }
}
#mainNavigation {
  background-color: #e9710d;
}
footer {
  background-color: #f8f8f8;
}
@media (max-width: 991.98px) {
  footer {
    margin-bottom: 3rem;
  }
}
#footer a:hover, aside a:hover {
  color: #97310e;
}
aside .box-nav-item > .nav > .nav-item > .nav-link, .footer-box .box-nav-item > .nav > .nav-item > .nav-link {
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.footnote-vat {
  font-size: 0.75rem;
  padding: 1rem 0;
  text-align: center;
}
.footnote-vat a::before {
  vertical-align: middle;
  margin-right: 0.25rem;
}
@media (min-width: 992px) {
  .footnote-vat {
    margin: 0 14rem;
  }
}
.sidepanel-left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .sidepanel-left {
    flex: 0 0 17rem;
    max-width: 17rem;
  }
}
.sidepanel-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .sidepanel-right {
    flex: 0 0 14rem;
    max-width: 14rem;
  }
}
.sidepanel-left a:not(.btn):not(.dropdown), .sidepanel-right a:not(.btn):not(.dropdown) {
  color: #4171b0;
}
.sidepanel-left a:not(.btn):not(.dropdown):hover, .sidepanel-right a:not(.btn):not(.dropdown):hover {
  text-decoration: underline;
}
.box .productlist-filter-headline {
  display: flex !important;
}
.box .collapse {
  display: block !important;
}
.productlist-filter-headline {
  padding: 0.25rem 1rem;
}
.sidepanel-right .box, .sidepanel-left .box {
  margin-bottom: 1rem;
}
.sidepanel-right .box .box-content-wrapper, .sidepanel-right .box .box-nav-item, .sidepanel-left .box .box-content-wrapper, .sidepanel-left .box .box-nav-item {
  padding: 0.5rem;
}
#content-wrapper {
  padding-top: 0.25rem;
  padding-bottom: 1.5rem;
}
#content-inner {
  padding-bottom: 2rem;
}
main section {
  padding: 1rem 0;
}
.breadcrumb-container {
  margin-bottom: 0.25rem;
}
@media (max-width: 991.98px) {
  .breadcrumb-container {
    display: none !important;
  }
}
#extension__slider {
  aspect-ratio: 2.985645933;
  padding: 0;
  margin-bottom: 1rem;
}
#extension__slider .nivoSlider {
  margin-bottom: 0;
}
#extension__slider .nivo-caption {
  display: none !important;
}
.product-exhibitor, .productbox-exhibitor {
  border: 1px solid #4171b0;
  color: #007c00;
  padding: 0.5rem 0.75rem;
}
.product-exhibitor a, .productbox-exhibitor a {
  color: #4171b0;
}
.product-exhibitor a:hover, .product-exhibitor a:focus, .productbox-exhibitor a:hover, .productbox-exhibitor a:focus {
  color: #97310e;
  text-decoration: underline;
}
.price_wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
}
.price_wrapper .price-note {
  outline: none;
}
.price_wrapper .base_price, .price_wrapper .base-price .value {
  display: flex;
  font-weight: 400;
  font-size: 0.75rem;
}
.price_wrapper .base_price::before, .price_wrapper .base-price .value::before {
  content: "(";
}
.price_wrapper .base_price::after, .price_wrapper .base-price .value::after {
  content: ")";
}
.price_wrapper .old-price, .price_wrapper .discount {
  color: #bc271c;
  font-weight: 400;
  font-size: 0.75rem;
}
.form-group.has-error {
  position: relative;
}
.form-group.has-error .form-error-msg {
  position: absolute;
  top: calc(calc(1.5em + 1rem + 2px) - 1rem);
  z-index: 100;
  margin-left: 0.25rem;
}
.form-group .form-control:disabled + label, .form-group .form-control[readonly] + label {
  background-color: transparent !important;
}
#cookie-consent {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  border: 1px solid #435a6b;
  color: #435a6b !important;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 100rem;
  text-decoration: none !important;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  z-index: 1019;
}
#cookie-consent:hover {
  background-color: #435a6b;
  color: #fff !important;
}
#cookie-consent .fa {
  outline: none;
}
@media (min-width: 768px) {
  #grosse-dj-ausstellung #content-inner {
    flex: 0 0 calc(100% - 17rem);
    max-width: calc(100% - 17rem);
  }
}
body[data-page="18"] #content-inner {
  display: grid;
  gap: 2rem;
  grid-auto-rows: max-content;
  grid-template-columns: 100%;
}
body[data-page="18"] #content-inner > *:not([class*="order-"]) {
  order: 99;
}
body[data-page="18"] #content-inner #alert-list {
  order: 1;
}
body[data-page="20"] #content-inner h2, body[data-page="20"] #content-inner .h2, body[data-page="21"] #content-inner h2, body[data-page="21"] #content-inner .h2, body[data-page="27"] #content-inner h2, body[data-page="27"] #content-inner .h2, body[data-page="31"] #content-inner h2, body[data-page="31"] #content-inner .h2 {
  border: none;
  color: inherit;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
body[data-page="20"] #content-inner h3:not(.hr-sect), body[data-page="20"] #content-inner .h3:not(.hr-sect), body[data-page="21"] #content-inner h3:not(.hr-sect), body[data-page="21"] #content-inner .h3:not(.hr-sect), body[data-page="27"] #content-inner h3:not(.hr-sect), body[data-page="27"] #content-inner .h3:not(.hr-sect), body[data-page="31"] #content-inner h3:not(.hr-sect), body[data-page="31"] #content-inner .h3:not(.hr-sect) {
  text-decoration: underline;
}
.modal-body h3:not(.hr-sect), .modal-body .h3:not(.hr-sect) {
  text-decoration: underline;
}
body[data-page="1"] #result-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: -1rem 0;
}
body[data-page="1"] #result-wrapper > *:not([class*="order-"]) {
  order: 99;
}
body[data-page="1"] #result-wrapper hr {
  margin-left: 0;
  margin-right: 0;
}
#product__panel-description h2, #product__panel-description .h2 {
  border: none;
  color: inherit;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
#product__panel-description h3:not(.hr-sect), #product__panel-description .h3:not(.hr-sect) {
  text-decoration: underline;
}
.bundlediscount {
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .bundlediscount {
    font-size: 0.875rem;
  }
}
.product-info-inner {
  color: #4171b0;
  display: flex;
  flex-direction: column;
}
.product-offer {
  gap: 0.5rem;
  display: grid;
  grid-template-areas: "price_wrapper" "product-buy" "product-paymentbuttons" "product-stock" "product-freeShipping" "product-skonto" "cf_wrapper" "product-gpsr";
}
@media (min-width: 576px) {
  .product-offer {
    grid-template-areas: "price_wrapper price_wrapper" "product-buy product-buy" "product-paymentbuttons product-paymentbuttons" "product-stock product-freeShipping" "product-skonto product-skonto" "cf_wrapper cf_wrapper" "product-gpsr product-gpsr";
    grid-template-rows: repeat(6, minmax(0, max-content));
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1300px) {
  .product-offer {
    grid-template-columns: auto 228px;
  }
}
.product-paymentbuttons {
  grid-area: product-paymentbuttons;
}
.product-headline {
  background-color: #e7eefd;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 0;
  position: relative;
}
.product-headline hr {
  border-color: #4171b0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-title {
  border: none;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 6.5rem;
}
@media (min-width: 576px) {
  .product-title {
    font-size: 0.9375rem;
    padding-right: 6rem;
  }
}
.product-sku {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .product-sku {
    font-size: 0.6875rem;
  }
}
.product-manufacturer {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.product-manufacturer a {
  display: block;
}
@media (max-width: 767.98px) {
  .product-manufacturer a img {
    height: auto;
    width: 4rem;
  }
}
.product-exhibitor {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 576px) {
  .product-exhibitor {
    font-size: 0.875rem;
  }
}
.product-detail .price_wrapper {
  grid-area: price_wrapper;
  background-color: #e7eefd;
  align-items: baseline;
  justify-content: flex-start;
  margin: 0;
  padding: 0.5rem 1rem;
}
.product-detail .price_wrapper .price {
  all: unset;
  color: #e9710d;
  font-size: 1.171875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .product-detail .price_wrapper .price {
    font-size: 1.875rem;
  }
}
.product-detail .price_wrapper .price > span, .product-detail .price_wrapper .price > a {
  display: flex;
}
.product-detail .price_wrapper .price::before {
  margin-right: 0.25rem;
}
.product-detail .price_wrapper .price-note {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
}
.product-buy {
  grid-area: product-buy;
}
.product-buy .choose_quantity {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.0625rem;
  width: 7rem;
}
.product-buy .choose_quantity .quantity {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: inherit;
  height: 100%;
}
.product-buy button[name="inWarenkorb"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.0625rem;
}
.product-stock {
  grid-area: product-stock;
}
.product-stock, .product-freeShipping {
  border: 1px solid #4171b0;
  padding: 0.5rem 0.75rem;
}
.product-freeShipping {
  grid-area: product-freeShipping;
  color: #007c00;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-skonto {
  grid-area: product-skonto;
  background-color: #e7eefd;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
.product-skonto .skonto + .skonto {
  margin-top: 0.5rem;
}
.product-skonto .skonto-percentage {
  display: block;
}
.product-skonto .skonto-finalPrice {
  color: #e9710d;
  cursor: pointer;
  font-size: 1rem;
}
.product-skonto .skonto-finalPrice:hover > a {
  color: #97310e;
  text-decoration: underline;
}
.product-skonto .skonto-finalPrice::before {
  font-size: 0.75rem;
}
.product-skonto .skonto-vat {
  outline: none;
}
.product-gpsr {
  grid-area: product-gpsr;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 2rem;
}
#product__categories, #product__mediafiles {
  outline: none;
}
#product__categories li, #product__mediafiles li {
  margin: 0.25rem 0;
}
#product__shortdescriotion {
  border: 1px solid #e9710d;
  padding: 0.75rem 1rem;
}
#product__panel-videos .open-video {
  cursor: pointer;
}
#product__panel-videos .video-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  margin: auto;
  padding: 3vw;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#product__panel-videos .video-overlay.open {
  display: block;
}
#product__panel-videos .video-overlay .close {
  color: rgba(255, 255, 255, 0.75);
  font-size: 2vw;
  opacity: 1;
  position: absolute;
  right: 1rem;
  text-shadow: none;
  top: 1rem;
  z-index: 1;
}
#product__panel-videos .video-overlay .video-wrapper {
  height: 100%;
  position: relative;
}
#product__panel-videos .video-overlay .embed-responsive {
  height: inherit;
}
#floating-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 10px 1rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  padding: 1rem;
  position: fixed;
  z-index: 1019;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  right: 1em;
  left: 1rem;
  justify-content: space-between;
  gap: 0.5rem 2rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  #floating-add-to-cart {
    max-width: calc(1280px - 1.9rem);
    margin: auto;
  }
}
#floating-add-to-cart.js-hidden {
  top: -10rem;
}
#floating-add-to-cart__productname {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  #floating-add-to-cart__productname {
    flex: 1;
  }
}
#floating-add-to-cart__price {
  outline: none;
}
#floating-add-to-cart__price .price_wrapper {
  margin: 0;
}
#floating-add-to-cart__price .price_wrapper .price {
  all: unset;
  color: #e9710d;
  font-size: 1.171875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  #floating-add-to-cart__price .price_wrapper .price {
    font-size: 1.875rem;
  }
}
#floating-add-to-cart__price .price_wrapper .price > span, #floating-add-to-cart__price .price_wrapper .price > a {
  display: flex;
  pointer-events: none;
}
#floating-add-to-cart__price .price_wrapper .price::before {
  display: none;
}
#floating-add-to-cart__price .price_wrapper .price-note {
  display: flex;
  align-items: baseline;
  gap: 0.125rem;
}
#floating-add-to-cart__buyform {
  width: 100%;
}
@media (min-width: 992px) {
  #floating-add-to-cart__buyform {
    flex: 1;
  }
}
#floating-add-to-cart__buyform .choose_quantity {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.0625rem;
  width: 7rem;
}
#floating-add-to-cart__buyform .choose_quantity .quantity {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: inherit;
  height: 100%;
}
#floating-add-to-cart__buyform button[name="inWarenkorb"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.0625rem;
}
body[data-page="2"] #result-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body[data-page="2"] #result-wrapper > *:not([class*="order-"]) {
  order: 99;
}
#product-lsiting__subcategories {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
}
#product-lsiting__subcategories-wrapper {
  margin-top: 0.5rem;
}
#product-lsiting__subcategories .subcategories__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
#product-lsiting__subcategories .subcategories__item a {
  border-radius: 0.25rem;
  background-color: #f8f8f8;
  border: none;
  outline: 1px solid #4171b0;
  color: #000000;
  padding: 0.5rem 1rem 0.5rem;
  align-content: center;
  justify-items: center;
  text-align: center;
  font-weight: 700;
  height: 100%;
}
#product-lsiting__subcategories .subcategories__item a:hover, #product-lsiting__subcategories .subcategories__item a.active {
  background-color: #ffffff;
  outline: 2px solid #000000;
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#product-lsiting__filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#product-lsiting__filter__characteristics {
  border-radius: 0.25rem;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.75rem;
}
#characteristic-filter-28 {
  display: block;
}
#characteristic-filter-28 .product-lsiting__filter-label, #characteristic-filter-28 .badge {
  display: none;
}
#characteristic-filter-28 .filter-search-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  gap: 0.5rem;
}
#characteristic-filter-28 .filter-item {
  background-color: #f8f8f8;
  border: none;
  outline: 1px solid #4171b0;
  color: #000000;
  padding: 0.5rem 1rem 0.5rem;
  align-content: center;
  justify-items: center;
  text-align: center;
}
#characteristic-filter-28 .filter-item:hover, #characteristic-filter-28 .filter-item.active {
  background-color: #ffffff;
  outline: 2px solid #000000;
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.reset-filter-28 {
  background-color: #f8f8f8;
  border-color: #dddddd;
  color: #000000;
}
.reset-filter-28:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.active-filters .filter-type-Manufacturer {
  border-color: #dddddd;
  color: #000000;
}
.active-filters .filter-type-Manufacturer:hover {
  background-color: #f8f8f8;
  color: #000000;
}
.product-lsiting__desc {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  padding: 1rem;
}
.product-lsiting__desc h3:not(.hr-sect), .product-lsiting__desc .h3:not(.hr-sect) {
  text-decoration: underline;
}
.product-lsiting__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.product-lsiting__filter-label {
  background-color: #e9710d;
  color: #ffffff;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
}
.product-lsiting__filter.manufacturer-filter .filter-search-wrapper {
  gap: 0.5rem;
}
.product-lsiting__filter.manufacturer-filter .filter-item {
  outline: 1px solid #dddddd;
  padding: 0.75rem 1rem;
}
.product-lsiting__filter.manufacturer-filter .filter-item:hover, .product-lsiting__filter.manufacturer-filter .filter-item:focus {
  background-color: #ffffff;
  outline: 2px solid #000000;
}
.product-lsiting__filter.characteristic-filter {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
}
.product-lsiting__filter.characteristic-filter:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product-lsiting__filter.characteristic-filter .filter-item {
  border: 1px solid #4171b0;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.product-lsiting__filter.characteristic-filter .filter-item:not(:hover) {
  background-color: #4171b0;
  color: #ffffff;
}
.productlist-page-nav {
  background-color: #f8f8f8;
}
.productlist-page-nav .productlist-pagination {
  margin-left: auto;
}
@media (min-width: 768px) {
  .pagination {
    outline: none;
  }
  .pagination .dropdown-menu {
    background-color: transparent;
  }
  .pagination .dropdown-item.active .page-link::after {
    display: none;
  }
  .pagination .page-link {
    border-radius: 0 !important;
  }
}
#cart-checkout-proceed {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  #cart-checkout-proceed > * {
    flex: 1;
    white-space: nowrap;
  }
}
#cart-continue-btn {
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .basket-items {
    font-size: 0.6875rem;
  }
  .basket-items .productbox-stock, .basket-items .quantity, .basket-items .cart-items-delete-button {
    font-size: 0.6875rem;
  }
}
.basket-items .product-freeShipping {
  padding: 0.35rem 0.75rem;
}
#order_register_or_login fieldset {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
#order_register_or_login .form-group {
  padding: 0 0.5rem;
}
#order_register_or_login .col-form-label {
  margin-left: 0.75rem;
}
#order_register_or_login .customer-login-buttons-forgot {
  outline: none;
}
.checkout-shipping-form-options {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.checkout-shipping-form-options .checkout-shipping-method {
  padding: 1rem;
}
.checkout-shipping-form-options .checkout-shipping-method:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.checkout-shipping-form-options .custom-control {
  width: 100%;
}
.checkout-shipping-form-options .custom-control-label {
  flex: 1;
}
.checkout-shipping-form-options .custom-control-label img {
  max-height: 48px;
}
.checkout-payment-options {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.checkout-payment-options .checkout-payment-method {
  padding: 1rem;
}
.checkout-payment-options .checkout-payment-method:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.checkout-payment-options .custom-control {
  width: 100%;
}
.checkout-payment-options .custom-control-label {
  flex: 1;
}
.checkout-payment-options .custom-control-label img {
  max-height: 48px;
}
.checkout-confirmation-items {
  outline: none;
}
.checkout-confirmation-items .checkout-button-row {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .checkout-confirmation-items .checkout-button-row {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.checkout-confirmation-items #paypal-button-container {
  flex: 0 0 25%;
  border: 8px solid #38b44a;
}
/*# sourceMappingURL=dj-technik.css.map */