@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Light.eot");
  src: url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Black.eot");
  src: url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype"); }

.button-variable-item-pokazat-linejku-dlya-odinochnoj-linejki{
	display:none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }


.btn_pop_prod:hover {
	background-color:white;
	color:black;
}

.ty{
	height: 50vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.form-field__input.white {
    width: 100%;
}

.yith-wcwl-wishlistexistsbrowse span {
    display: block!important;
	margin-top:14px;
}

.yith-wcwl-wishlistaddedbrowse{
	margin-top:14px;
}

.yith-wcwl-wishlistaddedbrowse a {
	display:none;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s; }

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s; }

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite; }

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.f-throwOutUp {
  -webkit-animation: .175s ease-out both f-throwOutUp;
          animation: .175s ease-out both f-throwOutUp; }

.f-throwOutDown {
  -webkit-animation: .175s ease-out both f-throwOutDown;
          animation: .175s ease-out both f-throwOutDown; }

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -150px, 0);
            transform: translate3d(0, -150px, 0);
    opacity: 0; } }

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -150px, 0);
            transform: translate3d(0, -150px, 0);
    opacity: 0; } }

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    opacity: 0; } }

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown; }

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeOut {
  100% {
    opacity: 0; } }

.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2; }

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; } }

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0; } }

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; } }

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0; } }

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  -webkit-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

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

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox__caption {
  -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: .25s ease .1s backwards f-fadeIn;
          animation: .25s ease .1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: .35s ease backwards f-fadeIn;
          animation: .35s ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop):not(.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: .15s ease forwards f-fadeOut;
          animation: .15s ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: .35s ease forwards f-fadeOut;
          animation: .35s ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden; }

.f-thumbs__track {
  display: flex;
  will-change: transform; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0)*1px);
  width: calc(100% - var(--width, 0)*1px);
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.is-modern .f-thumbs__slide > * {
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path); }

.is-modern.in-touch .f-thumbs__slide {
  -webkit-filter: none;
          filter: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: all .33s ease; }

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s ease; }

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn .2s ease-out;
          animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover; }

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
          animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:-moz-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }
  html:focus, body:focus, div:focus, span:focus, applet:focus, object:focus,
  iframe:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, p:focus, blockquote:focus,
  pre:focus, a:focus, abbr:focus, acronym:focus, address:focus, big:focus, cite:focus, code:focus, del:focus,
  dfn:focus, em:focus, img:focus, ins:focus, kbd:focus, q:focus, s:focus, samp:focus, small:focus, strike:focus,
  strong:focus, sub:focus, sup:focus, tt:focus, var:focus, b:focus, u:focus, i:focus, dl:focus, dt:focus, dd:focus, ol:focus, ul:focus, li:focus, fieldset:focus,
  form:focus, label:focus, legend:focus, table:focus, caption:focus, tbody:focus,
  tfoot:focus, thead:focus, tr:focus, th:focus, td:focus, article:focus, aside:focus, canvas:focus,
  details:focus, embed:focus, figure:focus, figcaption:focus, footer:focus, header:focus,
  hgroup:focus, menu:focus, nav:focus, output:focus, section:focus, summary:focus,
  time:focus, mark:focus, audio:focus, video:focus {
    outline: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }
  a:focus, a:active, a:hover {
    outline: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

figure, form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px; }

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none; }

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

::-moz-selection,
::-moz-selection {
  text-shadow: none; }

::-moz-selection,
::selection {
  text-shadow: none; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

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

.woocommerce-Price-amount{
		    color: white;
    font-size: 6.8vw;
	}

@media (min-width:1024px) {
.woocommerce-Price-amount {
    color: white;
    font-size: 2.5vw;
    font-weight: 600;
    position: absolute;
    right: 12.9vw;
    top: 300px;
}
}

html, :root {
  font-size: 100%;
  overflow-x: hidden; }
  @media screen and (max-width: 1024px) {
    html, :root {
      -webkit-text-size-adjust: 100%; } }

body {
  font-family: "Gilroy";
  font-size: 100%;
  color: #212121;
  min-width: 320px;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }
  body ::-moz-selection {
    background: #F3F3F3; }
  body ::selection {
    background: #F3F3F3; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2; }

.main {
  flex-grow: 1; }

img {
  max-width: 100%; }

.wrapper {
  width: 100%;
  margin: 0 auto; }
  .wrapper--large {
    max-width: 100%; }
  .wrapper--small {
    max-width: 1390px; }
  @media screen and (max-width: 1200px) {
    .wrapper {
      padding: 0 40px; } }
  @media screen and (max-width: 576px) {
    .wrapper {
      padding: 0 20px; } }

.form-field {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  .form-field[disabled], .form-field.disabled {
    opacity: .5;
    pointer-events: none; }
  @media screen and (max-width: 600px) {
    .form-field {
      margin-bottom: 15px; } }
  .form-field__input {
    font-family: "Gilroy";
    display: block;
    width: 100%;
    padding: 0px 20px 0px;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border: 1px solid #DDE2E5;
    color: #fff;
    font-size: 1rem;
    transition: .3s linear;
    background: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    width: 92%; }
    .form-field__input.white {
      color: #272627; }
    .form-field__input.search {
      background: none;
      border-radius: 0;
      border: none;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      box-shadow: none;
      outline: none;
      padding-left: 40px;
      background: url("../images/search.svg") no-repeat left center; }
      .form-field__input.search:focus {
        border-color: #DBBD5A;
        box-shadow: none; }
    .form-field__input:focus {
      border-color: #DBBD5A;
      box-shadow: 0 1px 1px rgba(51, 154, 240, 0.1); }
    @media screen and (max-width: 576px) {
      .form-field__input {
        height: 50px;
        line-height: 50px;
        font-size: 0.875rem;
        border-radius: 5px; } }
  .form-field__textarea {
    height: 100px;
    line-height: 1.5;
    padding-top: 25px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 25px;
    border: 1px solid #DDE2E5;
    padding: 0px 20px 0px; }
    .form-field__textarea.white {
      background: #fff;
      color: #272627; }
    @media screen and (max-width: 576px) {
      .form-field__textarea {
        height: 90px; } }
  .form-field__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    will-change: transform;
    -webkit-transform-origin: 20px 0;
            transform-origin: 20px 0;
    transition: .3s linear; }
    .form-field__label--top {
      align-items: flex-start;
      padding-top: 24px; }
    @media screen and (max-width: 576px) {
      .form-field__label {
        font-size: 0.875rem; } }
  .form-field__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity .3s linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/alert.svg"); }
    .form-field__icon svg {
      width: 100%;
      height: 100%;
      fill: transparent; }
  .form-field .select2-container {
    width: 100% !important; }
  .form-field--focused .form-field__label,
  .form-field--focused .select2-selection__placeholder {
    -webkit-transform: translate(0, -8px) scale(0.7);
            transform: translate(0, -8px) scale(0.7); }
  .form-field--error .form-field__label,
  .form-field--error .select2-selection__placeholder {
    color: #F03D3E !important;
    -webkit-transform: translate(0, -8px) scale(0.7);
            transform: translate(0, -8px) scale(0.7); }
  .form-field--error .form-field__input {
    border-color: #F03D3E;
    box-shadow: 0 1px 1px rgba(240, 61, 62, 0.1); }
  .form-field--error .form-field__icon {
    opacity: 1;
    color: #F03D3E; }
  .form-field--error .select2-container .select.select2-selection--single {
    border-color: #F03D3E;
    box-shadow: 0 1px 1px rgba(240, 61, 62, 0.1); }
  .form-field--error .select2-selection__arrow {
    display: none; }
  .form-field-textarea .form-field__icon {
    bottom: auto;
    top: 16px; }

label.error {
  display: none; }

.form-checkbox {
  position: relative;
  padding: 0 0 0 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px; }
  .form-checkbox--yellow .form-checkbox__text {
    color: #000000; }
  .form-checkbox[disabled] {
    opacity: .5;
    pointer-events: none; }
  .form-checkbox__input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 0;
    height: 0; }
    .form-checkbox__input:checked ~ .form-checkbox__checkmark {
      border-color: #9E9EA5; }
      .form-checkbox__input:checked ~ .form-checkbox__checkmark:after {
        opacity: 1; }
  .form-checkbox__text {
    font-size: 1rem;
    color: #495057;
    line-height: 1.4;
    font-weight: 500; }
  .form-checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid #E3E3E3;
    background-color: #fff;
    width: 15px;
    height: 15px;
    transition: .2s; }
    .form-checkbox__checkmark:after {
      background: url("../images/check-input.svg") 50% no-repeat #DBBD5A;
      background-size: 12px 10px;
      width: 100%;
      height: 100%;
      content: '';
      opacity: 0;
      transition: opacity 150ms ease-in-out;
      position: absolute;
      top: 0px;
      left: 0; }
  .form-checkbox--color {
    padding: 0; }
    .form-checkbox--color .form-checkbox__checkmark {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 3px;
      border-color: transparent; }
      .form-checkbox--color .form-checkbox__checkmark:after {
        display: none; }
      .form-checkbox--color .form-checkbox__checkmark:before {
        display: none;
        content: '';
        position: absolute;
        top: 2px;
        right: 0;
        left: 0;
        bottom: 0;
        border: 4px solid #fff; }
    .form-checkbox--color .form-checkbox__input:checked ~ .form-checkbox__checkmark {
      border: 2px solid #000000 !important; }
      .form-checkbox--color .form-checkbox__input:checked ~ .form-checkbox__checkmark:before {
        display: block; }

.form-radio {
  position: relative;
  padding: 0 0 0 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px; }
  .form-radio:hover {
    cursor: pointer;
    background: #ECECEC; }
  .form-radio[disabled] {
    opacity: .5;
    pointer-events: none; }
  .form-radio__input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 0;
    height: 0; }
    .form-radio__input:checked ~ .form-radio__checkmark:after {
      opacity: 1; }
  .form-radio__text {
    font-size: 1rem;
    color: #495057;
    line-height: 1;
    font-weight: 500; }
  .form-radio__checkmark {
    position: absolute;
    top: 0px;
    left: 8px;
    border: 2px solid #9E9EA5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border-color: transparent; }
    .form-radio__checkmark:after {
      background: #212121;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      content: '';
      opacity: 0;
      transition: opacity 150ms ease-in-out;
      position: absolute;
      top: 0;
      left: 8px;
      right: 0;
      bottom: 0;
      margin: auto;
      background: url("../images/check-input.svg") no-repeat left center;
      background-size: 100%; }

.form-select {
  position: relative; }
  .form-select__label {
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 20;
    font-weight: 500;
    font-size: 0.667rem;
    line-height: 0.778rem;
    color: #495057; }
  .form-select[disabled], .form-select.disabled {
    opacity: .5;
    pointer-events: none; }

.select2-container * {
  outline: none !important; }

.select2-container .no-input .select2-search {
  display: none; }

.select2-container .input .select2-search {
  font-size: 1rem;
  color: #495057;
  padding: 20px 20px 0; }
  .select2-container .input .select2-search__field {
    border-radius: 8px;
    border-color: #DDE2E5;
    height: 48px;
    padding-left: 20px; }

.select2-container .select {
  height: 50px;
  display: flex;
  align-items: center; }
  .select2-container .select.select2-selection--single {
    background: #2A282A;
    border-radius: 0;
    border: none; }
    @media screen and (max-width: 576px) {
      .select2-container .select.select2-selection--single {
        border-radius: 5px; } }
    .select2-container .select.select2-selection--single .select2-selection__rendered {
      margin: 0px 0 0;
      padding-left: 20px;
      color: #fff;
      font-size: 1rem;
      overflow: visible; }
      @media screen and (max-width: 576px) {
        .select2-container .select.select2-selection--single .select2-selection__rendered {
          font-size: 0.875rem; } }
    .select2-container .select.select2-selection--single .select2-selection__arrow {
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      height: 7px;
      width: 12px; }
      .select2-container .select.select2-selection--single .select2-selection__arrow b {
        width: 100%;
        height: 100%;
        background: url("../images/arrow-white.svg") 50% no-repeat;
        background-size: contain;
        border: unset;
        transition: .3s linear; }
  @media screen and (max-width: 576px) {
    .select2-container .select {
      height: 50px; } }

.select2-container .select2-selection__placeholder {
  display: block;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff; }

.select2-container--open .select {
  border-bottom-color: transparent !important;
  position: relative; }

.select2-container--open .select2-dropdown--below {
  border-color: #DDE2E5;
  border-top-color: transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.select2-container--open .select2-dropdown--above {
  border-color: #DDE2E5;
  border-bottom-color: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50%;
          transform-origin: 50%; }

.select2-container--open.select2-container--above .select {
  border-top-color: transparent !important;
  border-bottom-color: #DDE2E5 !important; }
  .select2-container--open.select2-container--above .select:after {
    bottom: unset;
    top: 0; }

.select2-container .select2-results .select2-results__options {
  padding: 22px 0; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar {
    width: 5px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-track {
    background: #DDE2E5;
    border-radius: 8px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px; }
  .select2-container .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .select2-container .select2-results .select2-results__options .select2-results__option {
    margin: 20px 0 !important;
    padding: 0 10px;
    font-size: 1.0 rem;
    background-color: transparent;
    color: #495057; }
    .select2-container .select2-results .select2-results__options .select2-results__option:first-child {
      margin-top: 0 !important; }
    .select2-container .select2-results .select2-results__options .select2-results__option:last-child {
      margin-bottom: 0 !important; }
    .select2-container .select2-results .select2-results__options .select2-results__option:after {
      display: none; }
    .select2-container .select2-results .select2-results__options .select2-results__option--highlighted {
      color: #000000; }
    @media screen and (max-width: 576px) {
      .select2-container .select2-results .select2-results__options .select2-results__option {
        font-size: 1rem; } }

.js-select + .select2-container, .js-select-input + .select2-container {
  width: 100% !important; }

.select-bor-gray .select2-container .select {
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../images/select-mask.png"); }

.select-bor-gray .select2-container .select.select2-selection--single {
  border-radius: 0px; }
  .select-bor-gray .select2-container .select.select2-selection--single .select2-selection__rendered {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #E3E3E3; }

@media screen and (max-width: 768px) {
	
	
	
	.prod_pop_shop{
		padding-left:4.5vw!important;
	}
	
	.aside {
		display:none!important
	}

	
  .select-bor-gray .select2-container .select {
    height: 40px; }
  .select-bor-gray .select2-container .select.select2-selection--single .select2-selection__rendered {
    font-size: 1rem; }
  .select-bor-gray .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 12px; } }

@media screen and (max-width: 576px) {
  .select-bor-gray .select2-container .select {
    height: 38px; }
  .select-bor-gray .select2-container .select.select2-selection--single .select2-selection__rendered {
    font-size: 0.9375rem; } }

.select-label .select2-container {
  display: block;
  width: 100% !important;
  border-radius: 0; }
  .select-label .select2-container .select.select2-selection--single .select2-selection__arrow b {
    background: url(../images/arrow2.svg) 50% no-repeat; }
  .select-label .select2-container .select {
    height: 50px;
    border-radius: 0; }
    @media screen and (max-width: 576px) {
      .select-label .select2-container .select {
        height: 40px; } }
  .select-label .select2-container .select.select2-selection--single {
    border-radius: 0  !important;
    border-color: #E3E3E3; }
  .select-label .select2-container .select-label {
    font-size: 0.875rem;
    color: #9E9EA5;
    padding-right: 14px; }
  .select-label .select2-container .select.select2-selection--single .select2-selection__rendered {
    font-size: 0.9375rem; }
  @media screen and (max-width: 576px) {
    .select-label .select2-container .select-label {
      display: none; }
    .select-label .select2-container .select2-selection__rendered {
      padding-left: 14px !important; }
    .select-label .select2-container .select.select2-selection--single .select2-selection__arrow {
      right: 12px; } }

.tooltipster-shadow-customized.tooltipster-shadow .tooltipster-box {
  box-shadow: 0 2px 4px rgba(33, 36, 41, 0.05);
  background-color: transparent; }

.tooltipster-shadow-customized.tooltipster-shadow .tooltipster-content {
  text-align: center;
  background-color: #16171B;
  border-radius: 10px;
  padding: 13px 24px;
  color: #fff;
  font-family: "Gilroy";
  font-size: 14px;
  line-height: 140%; }

.tooltipster-shadow-customized.tooltipster-shadow .tooltipster-arrow .tooltipster-arrow-border {
  border-top-color: #16171B; }

.tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px; }
  .tag__item {
    border: 1px solid #DDE2E5;
    box-shadow: 0 2px 4px rgba(33, 36, 41, 0.05);
    border-radius: 200px;
    color: #495057;
    padding: 0 16px;
    height: 32px;
    display: flex;
    align-items: center;
    margin: 0 4px 8px; }
    .tag__item span {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.667rem;
      line-height: 0.778rem; }
    .tag__item--icon {
      color: #DBBD5A; }
      .tag__item--icon svg {
        fill: transparent;
        color: #DBBD5A;
        margin: 0 8px 0 0;
        width: 20px;
        height: 20px; }

.form-filter {
  display: flex; }
  .form-filter__label {
    font-size: 0.778rem;
    line-height: 1;
    margin-right: 29px; }
  .form-filter .filter {
    display: flex;
    align-items: center; }
    .form-filter .filter.select2-selection--single {
      border: unset;
      height: unset; }
      .form-filter .filter.select2-selection--single .select2-selection__rendered {
        padding: 0 26px 0 0;
        color: #DBBD5A;
        font-size: 0.778rem;
        line-height: 1; }
        .form-filter .filter.select2-selection--single .select2-selection__rendered:hover {
          color: #034EA2; }
      .form-filter .filter.select2-selection--single .select2-selection__arrow {
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 6px;
        width: 11px; }
        .form-filter .filter.select2-selection--single .select2-selection__arrow b {
          width: 100%;
          height: 100%;
          background: url("../images/arrow.svg") 50% no-repeat;
          background-size: contain;
          border: unset;
          transition: .3s linear; }

.select2-container .filter-dropdown {
  background-color: #16171B;
  width: unset !important;
  margin: 10px 0 0;
  border-radius: 10px !important; }
  .select2-container .filter-dropdown:after {
    content: '';
    position: absolute;
    left: 19px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #16171B; }
  .select2-container .filter-dropdown.select2-dropdown--above {
    margin: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
    .select2-container .filter-dropdown.select2-dropdown--above:after {
      content: '';
      top: unset;
      bottom: -5px;
      border-top: 7px solid #16171B;
      border-bottom: unset; }
  .select2-container .filter-dropdown .select2-results > .select2-results__options {
    max-height: unset;
    padding: 14px 0; }
    .select2-container .filter-dropdown .select2-results > .select2-results__options .select2-results__option {
      margin: 0 !important;
      padding: 10px 18px !important;
      position: relative;
      color: #fff;
      font-size: 0.667rem;
      white-space: nowrap;
      transition: .3s ease-in; }
      .select2-container .filter-dropdown .select2-results > .select2-results__options .select2-results__option:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #C4C4C4;
        opacity: 0; }
      .select2-container .filter-dropdown .select2-results > .select2-results__options .select2-results__option:hover:before {
        opacity: 0.2; }

.js-select-filter + .select2-container {
  width: unset !important; }

.counter {
  display: flex;
  border: 1px solid #E3E3E3;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff; }
  .counter__item {
    height: 100%;
    width: 50px;
    position: relative; }
    .counter__item:first-child:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 2px;
      background-color: #212121;
      border-radius: 5px; }
    .counter__item:last-child:before, .counter__item:last-child:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 2px;
      background-color: #212121;
      border-radius: 5px; }
    .counter__item:last-child:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .counter__item:last-child, .counter__item:first-child {
      cursor: pointer; }
    .counter__item:nth-child(2) {
      width: 30px;
      flex-shrink: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9375rem;
      font-weight: 700;
      color: #212121; }
  .counter__input {
    width: 100%;
    height: 100%;
    text-align: center; }
  @media screen and (max-width: 576px) {
    .counter {
      height: 40px; }
      .counter__item {
        height: 40px; } }

.close-icon {
  padding: 6px;
  width: 18px;
  height: 18px;
  color: #ACB5BD;
  cursor: pointer;
  transition: .3s linear;
  box-sizing: content-box; }
  .close-icon:hover {
    color: #495057; }
  .close-icon svg {
    width: 100%;
    height: 100%; }

.navigation-arrows {
  width: 100%;
  min-width: 88px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .navigation-arrows__item {
    padding: 6px;
    box-sizing: content-box;
    cursor: pointer;
    width: 18px;
    height: 18px;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    color: #495057;
    transition: .3s linear; }
    .navigation-arrows__item:hover {
      color: #DBBD5A; }
    .navigation-arrows__item svg {
      width: 100%;
      height: 100%;
      fill: transparent; }
    .navigation-arrows__item:first-child {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .navigation-arrows__item:first-child:hover {
        -webkit-transform: rotate(90deg) translateY(5px);
                transform: rotate(90deg) translateY(5px); }
    .navigation-arrows__item:last-child {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .navigation-arrows__item:last-child:hover {
        -webkit-transform: rotate(-90deg) translateY(5px);
                transform: rotate(-90deg) translateY(5px); }

.btn-group {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ACB5BD;
  border-radius: 8px; }
  .btn-group__item {
    padding: 22px 30px 21px;
    border: unset;
    font-size: 0.889rem;
    color: #495057;
    position: relative; }
    .btn-group__item--active {
      font-weight: 500;
      color: #212429; }
      .btn-group__item--active:after {
        content: '';
        position: absolute;
        left: -1px;
        top: -1px;
        right: 0;
        bottom: 0;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border: 1px solid #495057; }
      .btn-group__item--active:first-child:after {
        border-radius: 8px 0 0 8px; }
      .btn-group__item--active:last-child:after {
        border-radius: 0 8px 8px 0; }
    .btn-group__item:not(:last-child) {
      border-right: 1px solid #ACB5BD; }
  @media screen and (max-width: 768px) {
    .btn-group {
      flex-direction: column; }
      .btn-group__item:first-child:after {
        border-radius: 8px 8px 0 0; }
      .btn-group__item:last-child:after {
        border-radius: 0 0 8px 8px; }
      .btn-group__item:not(:last-child) {
        border-right: unset;
        border-bottom: 1px solid #ACB5BD; } }

.link, a {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: 0.4s ease;
  outline: none;
  color: #DBBD5A; }
  .link:hover, a:hover {
    color: #000000; }
  .link--blue, a--blue {
    color: #DBBD5A; }
  .link--arrow, a--arrow {
    display: flex;
    align-items: center;
    border-color: transparent;
    font-weight: 500; }
    .link--arrow svg, a--arrow svg {
      margin: 0 0 0 12px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      width: 11px;
      height: 6px;
      fill: transparent; }

.btn, .pagination__btn, .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy";
  color: #212121;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  transition: 0.5s ease;
  cursor: pointer;
  padding: 0 30px;
  border-bottom: none;
  height: 2.5rem;
  position: relative; }
  .btn:hover, .pagination__btn:hover, .pagination .page-numbers:hover {
    background-color: #7AF28D;
    color: #fff; }
  .btn--gray {
    background-color: #F3F3F3; }
  .btn--dark {
    border-radius: 10px;
    background: #472209;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    height: 2.6875rem; }
  .btn--icon {
    background: linear-gradient(180deg, #81EE92 0%, #7AF28D 0.01%, #22B342 100%);
    border-radius: 10px;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 3.125rem; }
    @media screen and (max-width: 1200px) {
      .btn--icon {
        font-size: 13px; } }
    .btn--icon span.icon {
      display: block;
      width: 30px;
      margin-right: 10px; }
      @media screen and (max-width: 1200px) {
        .btn--icon span.icon {
          width: 25px; } }
      .btn--icon span.icon svg {
        width: 100%; }
  .btn.accent, .accent.pagination__btn, .pagination .accent.page-numbers {
    background: #DBBD5A;
    color: #272627;
    border: 1px solid #DBBD5A;
    border: none; }
    .btn.accent:hover, .accent.pagination__btn:hover, .pagination .accent.page-numbers:hover {
      background: #fff;
      color: #000; }
      .btn.accent:hover svg path, .accent.pagination__btn:hover svg path, .pagination .accent.page-numbers:hover svg path {
        stroke: #272627 !important;
        fill: #272627; }
    .btn.accent svg path, .accent.pagination__btn svg path, .pagination .accent.page-numbers svg path {
      stroke: #272627 !important;
      fill: #272627; }
  .btn--arrow {
    background: none;
    border-radius: 0px;
    color: #fff;
    border: none;
    height: 3.75rem;
    border: 1px solid #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .btn--arrow {
        height: 3.125rem; } }
    @media screen and (max-width: 992px) {
      .btn--arrow {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .btn--arrow {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        height: 2.6875rem; } }
    @media screen and (max-width: 680px) {
      .btn--arrow {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
        height: 2.6875rem; } }
    .btn--arrow svg {
      stroke: #fff; }
    .btn--arrow:hover {
      background: #DBBD5A;
      border: 1px solid #DBBD5A;
      color: #000; }
      .btn--arrow:hover svg {
        stroke: #000 !important; }
    .btn--arrow svg {
      width: 30px;
      flex: none;
      margin-left: 10px;
      fill: none; }
      @media screen and (max-width: 768px) {
        .btn--arrow svg {
          width: 24px;
          margin-left: 5px; } }
  .btn--white {
    background: #fff;
    border-radius: 0px;
    color: #000;
    border: none;
    height: 3.75rem;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1vw; }
    @media screen and (max-width: 1200px) {
      .btn--white {
        height: 3.125rem; } }
    @media screen and (max-width: 768px) {
      .btn--white {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
        height: 2.6875rem; } }
    .btn--white:hover {
      background: #DBBD5A; }
    .btn--white svg {
      width: 30px;
      flex: none;
      margin-left: 10px;
      fill: none; }
      @media screen and (max-width: 768px) {
        .btn--white svg {
          width: 25px;
          margin-left: 5px; } }
  .btn--green {
    background: linear-gradient(180deg, #81EE92 0%, #7AF28D 0.01%, #22B342 100%);
    border-radius: 10px;
    color: #fff;
    border: none;
    height: 3.125rem; }
    .btn--green span:first-child {
      background-color: #16171B; }
    .btn--green:hover {
      background-color: #212121;
      color: #fff; }
  .btn.big, .big.pagination__btn, .pagination .big.page-numbers {
    width: 300px; }
  .btn--border {
    background: none;
    border-radius: 10px;
    color: #fff;
    border: none;
    height: 3.125rem;
    border: 1px solid #fff; }
    .btn--border:hover {
      border: 1px solid #DBBD5A; }
    .btn--border.green {
      color: #22B342;
      border: 1px solid #22B342; }
    .btn--border.gray {
      border: 1px solid #B2B2B2;
      color: #000;
      font-weight: 700;
      line-height: normal; }
  .btn--small {
    height: 2.5rem;
    padding: 0 15px;
    font-size: 0.9375rem; }
  .btn--middle {
    height: 3.125rem;
    padding: 0 35px; }
  .btn--large {
    height: 3.75rem;
    padding: 0 35px; }
  .btn--flat, .pagination__btn, .pagination .page-numbers {
    color: #16171B;
    border: 1px solid #ACB5BD;
    font-weight: 400; }
    .btn--flat:hover, .pagination__btn:hover, .pagination .page-numbers:hover {
      color: #16171B;
      border: 1px solid #16171B; }
  .btn.is-hide, .is-hide.pagination__btn, .pagination .is-hide.page-numbers {
    display: none; }
  .btn.is-show, .is-show.pagination__btn, .pagination .is-show.page-numbers {
    display: flex; }
  .btn[disabled], .pagination__btn[disabled], .pagination .page-numbers[disabled], .btn.disabled, .disabled.pagination__btn, .pagination .disabled.page-numbers {
    opacity: .5;
    pointer-events: none; }

.burger {
  width: 23px;
  flex: none;
  height: 10px;
  position: relative;
  cursor: pointer;
  z-index: 120; }
  .burger__line {
    background: #fff;
    height: 2px;
    border-radius: 2px;
    transition: 0.5s;
    width: 100%;
    position: absolute; }
    .burger__line:first-child {
      top: 0; }
    .burger__line:last-child {
      bottom: 0; }
  .burger_active .burger__line:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 5px; }
  .burger_active .burger__line:nth-child(2) {
    opacity: 0; }
  .burger_active .burger__line:last-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 4px; }

h1 {
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 300;
  margin: 0; }

h2 {
  font-size: 2.5rem;
  line-height: 110%;
  font-weight: 300;
  margin: 34px 0; }

h3 {
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 700;
  margin: 0 0 25px; }

h4 {
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 300;
  margin: 0 0 25px; }

h5 {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 500;
  margin: 0 0 25px; }

h6 {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 300;
  margin: 0 0 25px; }

p,
ol li,
ul li {
  font-size: 1.125rem;
  line-height: 140%;
  margin: 16px 0; }
  p + img,
  ol li + img,
  ul li + img {
    margin: 6px 0 0; }

b {
  font-weight: 700; }

img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
img + p,
img + ul,
img + ol {
  margin-top: 39px; }

img + small {
  display: block;
  color: #AFAFAF;
  margin: 7px 0 45px;
  text-align: center; }

small {
  font-size: 0.9375rem;
  line-height: 120%; }

blockquote {
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin: 50px 0;
  font-weight: normal;
  padding: 30px 0 50px;
  border-top: 2px solid #212121;
  border-bottom: 2px solid #212121;
  position: relative; }
  blockquote:after {
    content: url("../images/lap.png");
    position: absolute;
    right: 0;
    bottom: 20px; }
  blockquote p {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0; }

ul, ol {
  margin: 30px 0; }
  ul li, ol li {
    position: relative;
    padding-left: 24px; }
    ul li:first-child, ol li:first-child {
      margin-top: 0; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }
  ul + img, ol + img {
    margin: 6px 0 0; }

ol {
  list-style-type: none;
  counter-reset: item; }
  ol li:after {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-size: inherit;
    line-height: 1;
    color: #DBBD5A;
    position: absolute;
    left: 0px;
    top: 4px;
    font-weight: 600; }

ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212121;
  position: absolute;
  left: 9px;
  top: 10px; }

.table-wrap {
  overflow-x: auto;
  width: 100%;
  margin: 39px 0; }

table {
  width: 100%; }
  table th {
    padding: 12px 25px;
    font-size: 1.125rem;
    line-height: 1.8rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #212121;
    position: relative; }
    table th:first-child {
      padding-left: 0;
      padding-right: 10px; }
    table th:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 2px;
      height: 20px;
      background-color: #212121; }
    table th:last-child:after {
      display: none; }
  table td {
    padding: 12px 25px;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    position: relative; }
    table td:first-child {
      padding-left: 0;
      min-width: 140px;
      padding-right: 10px; }
    table td:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #9E9EA5; }
    table td:last-child:after {
      display: none; }
  table tr:first-child td {
    padding-top: 40px; }
    table tr:first-child td:after {
      height: 80%; }

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0; }

ul h1,
ul h2,
ul h3,
ul h4,
ul h5,
ul h6,
ul p, ol h1,
ol h2,
ol h3,
ol h4,
ol h5,
ol h6,
ol p, blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
  margin: 0; }

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.1875rem;
    line-height: 100%; }
  h2 {
    font-size: 2.1875rem;
    line-height: 100%; }
  h3 {
    font-size: 1.625rem;
    line-height: 120%; }
  h4 {
    font-size: 1.5rem;
    line-height: 120%; }
  h5 {
    font-size: 1.25rem;
    line-height: 130%; }
  h6 {
    font-size: 1.25rem;
    line-height: 120%; }
  p,
  ol li,
  ul li {
    font-size: 1rem;
    line-height: 140%; }
  small {
    font-size: 0.875rem;
    line-height: 120%; }
  blockquote {
    font-size: 1.3125rem;
    line-height: 1.8125rem; } }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.875rem;
    line-height: 100%;
    margin: 30px 0;
    margin: 0 0 30px; }
  h2 {
    font-size: 1.875rem;
    line-height: 110%;
    margin: 30px 0 30px; }
  h3 {
    font-size: 1.625rem;
    line-height: 120%;
    margin: 45px 0 26px; }
  h4 {
    font-size: 1.5rem;
    line-height: 120%;
    margin: 26px 0 21px; }
  h5 {
    font-size: 1.25rem;
    line-height: 130%;
    margin: 42px 0 21px; }
  h6 {
    font-size: 1.25rem;
    line-height: 120%;
    margin: 36px 0 18px; }
  p,
  ol li,
  ul li {
    font-size: 1rem;
    line-height: 140%; }
  small {
    font-size: 0.875rem;
    line-height: 120%; }
  .table-wrap {
    margin: 20px 0; } }

@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.5625rem;
    line-height: 100%;
    margin: 0 0 30px; }
  h2 {
    font-size: 1.5625rem;
    line-height: 110%;
    margin: 30px 0 18px; }
  h3 {
    font-size: 1.4375rem;
    line-height: 120%;
    margin: 30px 0 18px; }
  h4 {
    font-size: 1.25rem;
    line-height: 120%;
    margin: 30px 0 18px; }
  h5 {
    font-size: 1.125rem;
    line-height: 130%;
    margin: 30px 0 18px; }
  h6 {
    font-size: 1.0625rem;
    line-height: 120%;
    margin: 30px 0 18px; }
  p,
  ol li,
  ul li {
    font-size: 0.9375rem;
    line-height: 140%;
    margin: 12px 0; }
    p + img,
    ol li + img,
    ul li + img {
      margin: 6px 0 0; }
  small {
    font-size: 0.75rem;
    line-height: 120%; }
  blockquote {
    font-size: 0.9375rem;
    margin: 15px 0;
    padding: 15px 0;
    font-size: 0.9375rem;
    line-height: 1.3125rem; }
    blockquote:after {
      bottom: 4px; }
  img + h1,
  img + h2,
  img + h3,
  img + h4,
  img + h5,
  img + h6,
  img + p,
  img + ul,
  img + ol {
    margin-top: 21px; }
  img + small {
    margin-top: 5px; }
  ul, ol {
    margin: 25px 0; }
  table td {
    font-size: 0.875rem;
    padding: 6px 15px; }
  table tr:first-child td {
    padding-top: 27px; }
  table th {
    padding: 6px 15px 12px;
    line-height: 1.1;
    min-width: 185px; } }

.header {
  display: block; }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: -1;
  transition: opacity 0.3s linear; }
  .popup__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    position: relative;
    padding: 0; }
    .popup__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(22, 23, 27, 0.5);
      z-index: 1; }
  .popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 0; }
  .popup__inner {
    height: auto;
    color: #212121;
    z-index: 5;
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    transition: 0.5s;
    transition-delay: 0.4s;
    width: 430px;
    background-color: #201E20;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    position: relative;
    padding: 30px;
    border: 1px solid #786a3b21; }
    .popup__inner:after {
      content: '';
      width: 100%;
      height: 11px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-image: url("../images/popup-decor.svg"); }
  .popup__close {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 32px;
    height: 32px;
    background: transparent;
    z-index: 5;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
    transition: 0.4s ease; }
    .popup__close svg {
      fill: #212121;
      width: 18px;
      height: 18px; }
    .popup__close:hover {
      background-color: #FFF35C; }
  .popup__content {
    width: 100%;
    position: relative; }
  .popup__layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 0; }
  .popup[data-block="video"] .popup__inner {
    max-width: 100%; }
  .popup[data-block="gallery-photos"] .popup__content {
    min-height: 0; }
  .popup[data-block="gallery-photos"] .popup__inner {
    margin: 0 auto;
    background-color: transparent;
    max-width: 980px; }
    .popup[data-block="gallery-photos"] .popup__inner:after {
      display: none; }
    .popup[data-block="gallery-photos"] .popup__inner .swiper-slide img {
      width: 100%; }
  @media screen and (max-width: 576px) {
    .popup[data-block="gallery-photos"] .popup__wrapper {
      align-items: center; } }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .popup.is-show .popup__overlay {
      opacity: 0.1;
      transition-delay: 0s; }
    .popup.is-show .popup__inner {
      opacity: 1; }
    .popup.is-show .popup__inner {
      -webkit-transform: none;
              transform: none;
      opacity: 1; }
  @media screen and (max-width: 576px) {
    .popup__inner {
      max-width: 100%;
      border-radius: 0; }
    .popup__wrapper {
      padding: 0;
      align-items: stretch; } }

.modal-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #fff; }

.modal-text {
  width: 100%;
  background-color: #fff;
  border-radius: 50px; }
  .modal-text__content {
    padding: 80px;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 768px) {
      .modal-text__content {
        padding: 70px; } }
  @media screen and (max-width: 576px) {
    .modal-text {
      border-radius: 0;
      min-height: 100vh; }
      .modal-text__content {
        padding: 60px 20px; } }

label.field-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: left; }

.form-agree {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-top: 30px; }
  .form-agree a {
    color: #DBBD5A; }

.article__content {
  padding: 0px 60px 30px; }
  .article__content--large {
    padding-left: 40px;
    padding-right: 40px; }
  .article__content--franshise {
    background-color: #000000; }

.article-date {
  color: #9E9EA5;
  margin-bottom: 40px;
  margin-top: -9px; }

.article-slider {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 94% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 94% 100%, 0 100%);
  position: relative; }

.article__title-form {
  margin: 15px 0 0; }

.article__image {
  margin-top: auto;
  margin-left: auto;
  text-align: right;
  height: calc(100vh - 215px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .article__image img {
    max-height: 100%; }
  .article__image--small {
    height: calc(100vh - 380px); }

.article__content-thank {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0; }
  .article__content-thank h3 {
    margin: 0px 0 20px;
    padding-top: 50px; }

.article__nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  padding: 0 10px; }

@media screen and (max-width: 576px) {
  .article__content {
    padding: 0 20px 20px; }
  .article-date {
    margin-bottom: 25px; }
  .article__image--small {
    height: calc(100vh - 350px); } }

.article-franshise {
  background-color: #000000;
  padding: 70px 0 40px;
  display: flex;
  flex-direction: column;
  min-height: 95vh; }
  .article-franshise__title {
    font-weight: 700;
    margin: 32px 0 22px; }
  .article-franshise__list {
    margin: 20px 0; }
  .article-franshise__item {
    margin: 0;
    padding: 29px 0;
    border-top: 2px solid #212121; }
    .article-franshise__item:after {
      display: none; }
    .article-franshise__item:last-child {
      border-bottom: 2px solid #212121; }
  .article-franshise__link {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    color: #212121; }
    .article-franshise__link svg {
      width: 32px;
      height: 24px;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      right: 0; }
    .article-franshise__link:hover {
      color: #212121; }
      .article-franshise__link:hover svg {
        -webkit-animation: arrow 0.75s ease-in-out;
                animation: arrow 0.75s ease-in-out; }
  .article-franshise__bottom {
    margin-top: auto; }
    .article-franshise__bottom p {
      margin: 0; }
  .article-franshise__btn {
    margin-top: 20px; }
  @media screen and (max-width: 576px) {
    .article-franshise {
      padding-top: 55px;
      padding-bottom: 25px; }
      .article-franshise__link {
        font-size: 1.25rem; }
      .article-franshise__item {
        padding: 20px 0; } }

.thank-popup .popup__inner {
  width: 400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 50px;
  text-align: center;
  z-index: 101;
  position: relative;
  overflow: hidden; }

.thank-popup .popup__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal; }

@media screen and (max-width: 576px) {
  .thank-popup .popup__content {
    display: flex;
    align-items: center; }
  .thank-popup__inner {
    width: 90%;
    padding: 30px 20px; } }

.form-block h2 {
  margin-top: 0; }

.form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.form-col {
  width: 32%; }
  @media screen and (max-width: 600px) {
    .form-col {
      width: 100%; } }

.form-line {
  width: 100%; }

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .form-bottom {
      flex-direction: column; }
      .form-bottom .btn, .form-bottom .pagination__btn, .form-bottom .pagination .page-numbers, .pagination .form-bottom .page-numbers {
        width: 100%; }
      .form-bottom .form-checkbox {
        margin-bottom: 20px; } }

.tab-menu {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none; }
  .tab-menu li::after {
    display: none; }
  .tab-menu__item {
    padding: 0 4px;
    margin-top: 0;
    margin-bottom: 0; }
  .tab-menu__link {
    color: #DBBD5A;
    font-size: 15px;
    line-height: 40px;
    transition: 0.5s;
    white-space: nowrap;
    border-radius: 0px;
    display: block;
    border: 1px solid transparent;
    padding: 0 20px;
    cursor: pointer; }
    .tab-menu__link:hover {
      color: #DBBD5A; }
    .tab-menu__link_active {
      border-color: #DBBD5A;
      color: #DBBD5A; }
  @media screen and (max-width: 576px) {
    .tab-menu {
      justify-content: flex-start; } }
  @media screen and (max-width: 576px) {
    .tab-menu__link {
      font-size: 13px;
      line-height: 35px;
      padding: 0 15px; } }

.tab-block_hidden {
  display: none; }

.tab-top__menu {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  margin: 0 -4px; }

.tab-top__title {
  padding-right: 20px; }

@media screen and (max-width: 576px) {
  .tab-top {
    display: block; }
    .tab-top__title {
      padding: 0 0 10px;
      min-width: 100%; } }

@media screen and (max-width: 576px) {
  .tab-top {
    padding: 30px 0 35px; } }

@media screen and (max-width: 576px) {
  .tab-top {
    padding-bottom: 20px; } }

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px; }
  .pagination__item {
    padding: 0 3px; }
  .pagination__link, .pagination .page-numbers {
    transition: 0.5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #DBBD5A;
    font-size: 15px;
    letter-spacing: -0.01em;
    display: block;
    border: 1px solid #ACB5BD;
    margin-right: 5px; }
    .pagination__link_active, .pagination .page-numbers_active {
      color: #fff;
      background: #000; }
    .pagination__link:hover, .pagination .page-numbers:hover {
      color: #DBBD5A;
      background: #000; }

.section-desc {
  margin-bottom: 40px; }

.breadcrumbs {
  color: #fff;
  margin-bottom: 12px;
  width: 70%; }
  @media screen and (max-width: 992px) {
    .breadcrumbs {
      width: 100%; } }
  .breadcrumbs__list {
    display: flex;
    flex-wrap: wrap; }
  .breadcrumbs__link {
    display: inline;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 5px 22px 5px 0;
    transition: .25s;
    color: #fff; }
    .breadcrumbs__link:not(:last-child):after {
      content: '/';
      position: absolute;
      right: -15px; }
    .breadcrumbs__link:hover {
      color: #DBBD5A; }
    .breadcrumbs__link--back {
      padding-left: 10px;
      font-size: 13px; }
      .breadcrumbs__link--back:before {
        content: url("data:image/svg+xmlutf8,<svg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M1 8L5 4.5L1 1' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/> <path d='M1 8L5 4.5L1 1' stroke='white' stroke-opacity='0.3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  @media screen and (max-width: 768px) {
    .breadcrumbs--page .breadcrumbs__link {
      font-size: 0.8125rem; }
      .breadcrumbs--page .breadcrumbs__link:after {
        font-size: inherit; } }

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pagination__row {
  background: #201E20;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 100;
  position: relative; }

.pagination-perpage {
  width: 200px;
  margin-left: 20px; }
  @media screen and (max-width: 1200px) {
    .pagination-perpage .select2-container .select {
      height: 34px; } }
  @media screen and (max-width: 1100px) {
    .pagination-perpage {
      display: none; } }

.pagination {
  margin-bottom: -66px;
  background: #201E20;
  padding-left: 2vw;
  padding-right: 2vw;
  z-index: 100; }
  .pagination.current {
    border-color: #DBBD5A !important;
    color: #fff; }
  .pagination.next {
    background-color: #DBBD5A !important;
    display: flex;
    justify-content: center;
    align-items: center; }
  .pagination.prev {
    background-color: #DBBD5A !important;
    display: flex;
    justify-content: center;
    align-items: center; }
  .pagination svg {
    width: 17px;
    fill: none;
    stroke: #fff;
    height: 20px; }
  @media screen and (max-width: 768px) {
    .pagination {
      margin-bottom: 0;
      margin-top: 20px; } }
  .pagination .pagination__prev, .pagination .prev {
    background: #DBBD5A !important;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .pagination .pagination__prev, .pagination .prev {
        padding: 0 8px;
        margin-right: 5px; } }
    .pagination .pagination__prev svg, .pagination .prev svg {
      width: 17px;
      fill: none; }
  .pagination .pagination__next, .pagination .next {
    background: #DBBD5A !important;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .pagination .pagination__next, .pagination .next {
        padding: 0 8px;
        margin-left: 5px; } }
    .pagination .pagination__next svg, .pagination .next svg {
      width: 17px;
      fill: none; }
  .pagination__btn, .pagination .page-numbers {
    padding: 0 15px;
    background-color: transparent;
    color: #fff;
    height: 3em;
    display: flex;
    box-sizing: border-box;
    width: 50px; }
    @media screen and (max-width: 768px) {
      .pagination__btn, .pagination .page-numbers {
        width: 40px;
        padding: 0 7px; } }
    .pagination__btn:hover, .pagination .page-numbers:hover {
      border-color: #DBBD5A;
      color: #000; }
  .pagination__showmore {
    width: 100%;
    margin-bottom: 20px;
    display: none;
    align-items: center; }
  .pagination__pages {
    display: flex;
    margin: 0 20px; }
  .pagination__page {
    width: 55px;
    margin-right: 6px; }
    .pagination__page:last-child {
      margin-right: 0; }
    .pagination__page--active, .pagination__page:hover {
      border-color: #DBBD5A;
      color: #fff; }
  .pagination__row {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .pagination__page {
      width: 34px;
      height: 50px;
      padding: 0; }
    .pagination__btn {
      height: 50px; }
    .pagination--news .pagination-perpage {
      sisplay: none; } }
  @media screen and (max-width: 1100px) {
    .pagination {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .pagination__showmore {
      display: flex; }
    .pagination__row {
      justify-content: space-between; } }
  @media screen and (max-width: 576px) {
    .pagination__pages {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      justify-content: center; }
    .pagination__btn {
      height: 30px;
      font-size: 0.9375rem; }
    .pagination__page {
      flex-grow: 1; } }

.soc {
  display: flex;
  align-items: center; }
  .soc-link {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 12px;
    position: relative; }
    .soc-link svg {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;
      fill: #212121;
      transition: 0.4s; }
    .soc-link:hover svg path {
      fill: #DBBD5A !important; }
    .soc-link:hover svg {
      fill: #000000; }
    .soc-link:hover:after {
      opacity: 1; }
  @media screen and (max-width: 992px) {
    .soc {
      justify-content: center; } }

.breadcrumbs {
  color: #fff;
  margin-bottom: 12px;
  width: 70%; }
  @media screen and (max-width: 992px) {
    .breadcrumbs {
      width: 100%; } }
  .breadcrumbs__list {
    display: flex;
    flex-wrap: wrap; }
  .breadcrumbs__link {
    display: inline;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 5px 22px 5px 0;
    transition: .25s;
    color: #fff; }
    .breadcrumbs__link:not(:last-child):after {
      content: '/';
      position: absolute;
      right: -15px; }
    .breadcrumbs__link:hover {
      color: #DBBD5A; }
    .breadcrumbs__link--back {
      padding-left: 10px;
      font-size: 13px; }
      .breadcrumbs__link--back:before {
        content: url("data:image/svg+xmlutf8,<svg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M1 8L5 4.5L1 1' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/> <path d='M1 8L5 4.5L1 1' stroke='white' stroke-opacity='0.3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  @media screen and (max-width: 768px) {
    .breadcrumbs--page .breadcrumbs__link {
      font-size: 0.8125rem; }
      .breadcrumbs--page .breadcrumbs__link:after {
        font-size: inherit; } }

.slider-arrow {
  display: flex;
  justify-content: space-between; }
  .slider-arrow__item {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    background: #DBBD5A;
    margin-left: 10px; }
    @media screen and (max-width: 1300px) {
      .slider-arrow__item {
        width: 60px;
        height: 60px; } }
    .slider-arrow__item svg {
      width: 30px;
      height: 16px;
      fill: transparent;
      transition: 0.4s;
      stroke: #000;
      stroke-width: 2px; }
    .slider-arrow__item:hover {
      background-color: #000000;
      border-color: #000000; }
      .slider-arrow__item:hover svg {
        stroke: #fff; }
    .slider-arrow__item--prev:hover svg {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px); }
    .slider-arrow__item--next:hover svg {
      -webkit-transform: translateX(4px);
              transform: translateX(4px); }
  .slider-arrow--line .slider-arrow__item {
    position: absolute;
    bottom: 38%;
    left: 70px;
    z-index: 5; }
    .slider-arrow--line .slider-arrow__item--next {
      right: 70px;
      left: auto; }
  @media screen and (max-width: 1200px) {
    .slider-arrow--line {
      display: none; } }
  @media screen and (max-width: 1200px) {
    .slider-arrow--line-nt {
      display: flex;
      position: absolute;
      top: 0;
      bottom: auto;
      right: 50px;
      width: 132px; }
      .slider-arrow--line-nt .slider-arrow__item {
        position: static;
        -webkit-transform: none;
                transform: none; } }
  @media screen and (max-width: 768px) {
    .slider-arrow__item {
      width: 50px;
      height: 50px; }
    .slider-arrow--line-nt {
      display: none; } }
  @media screen and (max-width: 576px) {
    .slider-arrow__item {
      width: 40px;
      height: 40px; } }

.swiper-pagination-bullet {
  width: 4px !important;
  height: 4px !important;
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 3 !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    -webkit-transform: scale(1.8);
            transform: scale(1.8); }

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pagination__row {
  background: #201E20;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 100;
  position: relative; }

.pagination-perpage {
  width: 200px;
  margin-left: 20px; }
  @media screen and (max-width: 1200px) {
    .pagination-perpage .select2-container .select {
      height: 34px; } }
  @media screen and (max-width: 1100px) {
    .pagination-perpage {
      display: none; } }

.pagination {
  margin-bottom: -66px;
  background: #201E20;
  padding-left: 2vw;
  padding-right: 2vw;
  z-index: 100; }
  .pagination.current {
    border-color: #DBBD5A !important;
    color: #fff; }
  .pagination.next {
    background-color: #DBBD5A !important;
    display: flex;
    justify-content: center;
    align-items: center; }
  .pagination.prev {
    background-color: #DBBD5A !important;
    display: flex;
    justify-content: center;
    align-items: center; }
  .pagination svg {
    width: 17px;
    fill: none;
    stroke: #fff;
    height: 20px; }
  @media screen and (max-width: 768px) {
    .pagination {
      margin-bottom: 0;
      margin-top: 20px; } }
  .pagination .pagination__prev, .pagination .prev {
    background: #DBBD5A !important;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .pagination .pagination__prev, .pagination .prev {
        padding: 0 8px;
        margin-right: 5px; } }
    .pagination .pagination__prev svg, .pagination .prev svg {
      width: 17px;
      fill: none; }
  .pagination .pagination__next, .pagination .next {
    background: #DBBD5A !important;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .pagination .pagination__next, .pagination .next {
        padding: 0 8px;
        margin-left: 5px; } }
    .pagination .pagination__next svg, .pagination .next svg {
      width: 17px;
      fill: none; }
  .pagination__btn, .pagination .page-numbers {
    padding: 0 15px;
    background-color: transparent;
    color: #fff;
    height: 3em;
    display: flex;
    box-sizing: border-box;
    width: 50px; }
    @media screen and (max-width: 768px) {
      .pagination__btn, .pagination .page-numbers {
        width: 40px;
        padding: 0 7px; } }
    .pagination__btn:hover, .pagination .page-numbers:hover {
      border-color: #DBBD5A;
      color: #000; }
  .pagination__showmore {
    width: 100%;
    margin-bottom: 20px;
    display: none;
    align-items: center; }
  .pagination__pages {
    display: flex;
    margin: 0 20px; }
  .pagination__page {
    width: 55px;
    margin-right: 6px; }
    .pagination__page:last-child {
      margin-right: 0; }
    .pagination__page--active, .pagination__page:hover {
      border-color: #DBBD5A;
      color: #fff; }
  .pagination__row {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .pagination__page {
      width: 34px;
      height: 50px;
      padding: 0; }
    .pagination__btn {
      height: 50px; }
    .pagination--news .pagination-perpage {
      sisplay: none; } }
  @media screen and (max-width: 1100px) {
    .pagination {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .pagination__showmore {
      display: flex; }
    .pagination__row {
      justify-content: space-between; } }
  @media screen and (max-width: 576px) {
    .pagination__pages {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      justify-content: center; }
    .pagination__btn {
      height: 30px;
      font-size: 0.9375rem; }
    .pagination__page {
      flex-grow: 1; } }

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 125%;
  left: -3vw; }
  @media screen and (max-width: 768px) {
    #map {
      height: 300px; } }
  #map.active {
    opacity: 1; }

.map-country-item {
  padding: 7px 12px;
  font-size: 18px;
  line-height: 140%;
  color: #9E9EA5;
  cursor: pointer;
  transition: 0.3s; }
  .map-country-item--region {
    display: none; }
  .map-country-item--country {
    color: #fff;
    font-weight: bold; }
  .map-country-item:hover {
    background: #16171B; }
  .map-country-item.active {
    color: #000000; }

.map {
  width: 100%;
  position: relative; }
  .map-card {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #24272C;
    z-index: 1; }
    .map-card__controls {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #16171B;
      text-align: center;
      position: absolute;
      color: white;
      right: 43px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      cursor: pointer; }
      .map-card__controls:nth-child(3) {
        -webkit-transform: translate(0, calc(-50% + 60px));
                transform: translate(0, calc(-50% + 60px)); }
      .map-card__controls svg {
        width: 18px;
        height: 18px; }
      @media screen and (max-width: 580px) {
        .map-card__controls {
          right: 10px;
          width: 45px;
          height: 45px; }
          .map-card__controls:nth-child(3) {
            -webkit-transform: translateY(calc(-50% + 45px));
                    transform: translateY(calc(-50% + 45px)); }
          .map-card__controls svg {
            width: 14px;
            height: 14px; } }
  .map__block {
    width: 347px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 31px;
    padding-bottom: 30px;
    padding-top: 33px; }
  .map__select {
    margin-bottom: 5px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 22px;
    background: url("../images/select-mask.png") 50% no-repeat;
    cursor: pointer;
    z-index: 4; }
    @media screen and (max-width: 580px) {
      .map__select {
        background: #16171B; } }
    .map__select-text {
      font-weight: 500;
      font-size: 24px;
      line-height: 130%;
      color: #fff; }
    .map__select-icon {
      position: absolute;
      right: 22px;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 11px;
      height: 7px;
      background: url("../images/arrow2.png") 50% no-repeat; }
  .map__list-wrap {
    padding: 20px 10px 15px 10px;
    height: calc(100% - 60px);
    background-color: rgba(22, 23, 27, 0.9);
    position: relative;
    z-index: 4; }
  .map__list {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; }
    .map__list::-webkit-scrollbar {
      width: 3px;
      background: transparent; }
    .map__list::-webkit-scrollbar-thumb {
      background: #16171B;
      border-radius: 3px; }
  .map__list-country {
    display: none;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 2%, 100% 100%, 0 100%, 0 50%);
            clip-path: polygon(0 0, 96% 0, 100% 2%, 100% 100%, 0 100%, 0 50%);
    height: calc(100% - 60px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 20;
    padding: 20px 10px 15px 10px;
    background-color: rgba(22, 23, 27, 0.9);
    overflow-y: auto; }
    .map__list-country:first-child {
      display: block; }
    .map__list-country::-webkit-scrollbar {
      width: 3px;
      background: transparent; }
    .map__list-country::-webkit-scrollbar-thumb {
      background: #16171B;
      border-radius: 3px; }
  .map__items--line {
    padding: 0 0 8px;
    border-bottom: 1px solid #16171B; }
  .map-block {
    display: none;
    cursor: pointer;
    color: #16171B;
    padding: 18px 27px 18px 18px;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    position: relative; }
    .map-block:hover, .map-block.active {
      color: #16171B; }
      .map-block:hover:after, .map-block.active:after {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
    .map-block:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      transition: 0.35s;
      background-color: #16171B; }
    .map-block__content {
      position: relative;
      z-index: 2; }
    .map-block__name {
      color: #000000;
      font-weight: 700;
      margin-bottom: 5px; }
    .map-block__address {
      margin-top: 5px; }
  .map__dis {
    display: none; }
  .map-modal {
    position: absolute;
    left: 50%;
    top: calc(50% - 160px);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    width: 510px;
    color: #212121;
    background-color: #000000;
    padding: 31px 40px 40px;
    -webkit-clip-path: polygon(93% 0, 100% 14%, 100% 100%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(93% 0, 100% 14%, 100% 100%, 100% 100%, 0 100%, 0 0);
    opacity: 0;
    pointer-events: none;
    min-height: 241px; }
    .map-modal:before {
      content: '';
      width: 15px;
      height: 173px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../images/decor-12.svg"); }
    .map-modal:after {
      content: '';
      width: 10px;
      height: 174px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      right: 0;
      bottom: 0;
      background-image: url("../images/decor-13.svg"); }
    .map-modal.is-show {
      opacity: 1;
      pointer-events: auto; }
    .map-modal__close {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 40px;
      top: 10px;
      cursor: pointer; }
      .map-modal__close svg {
        width: 100%;
        height: 100%;
        stroke: #212121; }
      @media screen and (max-width: 576px) {
        .map-modal__close {
          right: 20px; } }
    .map-modal h3 {
      margin: 0 0 14px; }
    .map-modal p {
      margin: 0;
      font-size: 1.125rem;
      line-height: 1.5; }
    .map-modal__link {
      color: #212121; }
      .map-modal__link:hover {
        color: #212121;
        opacity: 0.8; }
    .map-modal__bottom {
      padding-top: 20px;
      display: flex;
      align-items: center; }
      .map-modal__bottom .btn, .map-modal__bottom .pagination__btn, .map-modal__bottom .pagination .page-numbers, .pagination .map-modal__bottom .page-numbers {
        margin-right: 45px; }
  @media screen and (max-width: 1200px) {
    .map-card {
      height: 600px; }
    .map-modal {
      top: calc(50% - 150px); } }
  @media screen and (max-width: 1300px) {
    .map-modal {
      left: 60%; } }
  @media screen and (max-width: 1100px) {
    .map-modal {
      left: 70%; } }
  @media screen and (max-width: 850px) {
    .map-modal {
      width: 390px;
      padding: 30px;
      min-height: 207px; }
      .map-modal h3 {
        font-size: 1.375rem; }
      .map-modal p, .map-modal__link {
        font-size: 0.875rem; }
      .map-modal .btn, .map-modal .pagination__btn, .map-modal .pagination .page-numbers, .pagination .map-modal .page-numbers {
        padding: 0 25px;
        margin-right: 17px; } }
  @media screen and (max-width: 768px) {
    .map:before {
      width: 50%; } }
  @media screen and (max-width: 992px) {
    .map__dis {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: -40px;
      z-index: 1; }
    .map__select {
      z-index: 2; }
    .map-card .btn, .map-card .pagination__btn, .map-card .pagination .page-numbers, .pagination .map-card .page-numbers {
      position: relative;
      z-index: 3; } }
  @media screen and (max-width: 768px) {
    .map__block {
      width: 287px;
      left: 18px; }
    .map__select {
      height: 40px; }
    .map__list-wrap {
      height: calc(100% - 40px);
      padding-top: 10px; }
    .map:after {
      display: none; }
    .map:before {
      width: 565px;
      height: 27px;
      top: -14px;
      right: auto;
      left: 50%; } }
  @media screen and (max-width: 580px) {
    .map__block {
      left: 0;
      top: 0;
      padding: 0;
      width: 100%; }
    .map__list-wrap {
      display: none !important; }
    .map__list-country {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 550px;
      -webkit-clip-path: none;
              clip-path: none;
      width: 100%; }
    .map__select {
      margin: 35px 20px 0; }
    .map:before {
      left: 60%;
      top: -17px; }
    .map-card {
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    .map__block {
      position: relative;
      height: 550px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .map--club .map-card {
      position: relative; }
    .map-modal {
      width: 90%;
      left: 50%;
      top: 50%;
      min-height: 222px;
      padding: 20px 25px 25px 35px; }
      .map-modal__bottom .btn, .map-modal__bottom .pagination__btn, .map-modal__bottom .pagination .page-numbers, .pagination .map-modal__bottom .page-numbers {
        font-size: 0.9375rem;
        height: 40px;
        padding: 0 15px; }
      .map-modal__bottom .link--site {
        padding-right: 17px; }
      .map-modal__close {
        right: 17px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0; } }

@media screen and (max-width: 580px) and (max-width: 360px) {
  .map-modal__bottom {
    flex-direction: column-reverse;
    align-items: flex-start; }
  .map-modal .btn, .map-modal .pagination__btn, .map-modal .pagination .page-numbers, .pagination .map-modal .page-numbers {
    margin: 15px 0 0; } }

.ymaps-2-1-79-zoom {
  width: 60px !important;
  height: 120px !important;
  padding: 60px 0 !important;
  box-sizing: border-box !important; }
  @media screen and (max-width: 580px) {
    .ymaps-2-1-79-zoom {
      width: 45px !important;
      height: 90px !important;
      padding: 45px 0 !important; } }

.ymaps-2-1-79-zoom__button {
  background-color: #000 !important; }

.ymaps-2-1-79-float-button-icon,
.ymaps-2-1-79-float-button {
  width: 60px !important;
  height: 60px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important; }
  @media screen and (max-width: 580px) {
    .ymaps-2-1-79-float-button-icon,
    .ymaps-2-1-79-float-button {
      width: 45px !important;
      height: 45px !important; } }

.ymaps-2-1-79-zoom__scale {
  display: none !important; }

.ymaps-2-1-79-zoom {
  position: absolute !important;
  top: -450px !important;
  right: 20px !important; }
  @media screen and (max-width: 1200px) {
    .ymaps-2-1-79-zoom {
      top: -330px !important; } }
  @media screen and (max-width: 580px) {
    .ymaps-2-1-79-zoom {
      right: -10px !important; } }

.ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
  background-image: url("../images/plus.svg") !important; }

.ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
  background-image: url("../images/minus.svg") !important; }

.soc {
  display: flex;
  align-items: center; }
  .soc-link {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 12px;
    position: relative; }
    .soc-link svg {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;
      fill: #212121;
      transition: 0.4s; }
    .soc-link:hover svg path {
      fill: #DBBD5A !important; }
    .soc-link:hover svg {
      fill: #000000; }
    .soc-link:hover:after {
      opacity: 1; }
  @media screen and (max-width: 992px) {
    .soc {
      justify-content: center; } }

/*!
   * Bootstrap Grid v5.2.3 (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)
   */
:root {
  --bs-blue: #DBBD5A;
  --bs-indigo: #6610f2;
  --bs-purple: #4263EB;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #000000;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #DBBD5A;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #000000;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 219, 189, 90;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 0, 0, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #DBBD5A;
  --bs-link-hover-color: #af9748;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #cccccc; }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1180px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1100px; } }

@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1200px; } }

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1180px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1300px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1180px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1300px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*!
   * Bootstrap Utilities v5.2.3 (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)
   */
:root {
  --bs-blue: #DBBD5A;
  --bs-indigo: #6610f2;
  --bs-purple: #4263EB;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #000000;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #DBBD5A;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #000000;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 219, 189, 90;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 0, 0, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #DBBD5A;
  --bs-link-hover-color: #af9748;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #cccccc; }

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

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(219, 189, 90, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #DBBD5A !important; }
  .link-primary:hover, .link-primary:focus {
    color: #e2ca7b !important; }

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

.link-success {
  color: #198754 !important; }
  .link-success:hover, .link-success:focus {
    color: #146c43 !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !important; }

.link-warning {
  color: #000000 !important; }
  .link-warning:hover, .link-warning:focus {
    color: black !important; }

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

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

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

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1180px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1300px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

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

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

.vr {
  display: inline-block;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

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

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

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

.fst-normal {
  font-style: normal !important; }

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

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

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

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

.fw-semibold {
  font-weight: 600 !important; }

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1180px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1300px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.product-row {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .product-row {
      flex-wrap: wrap; } }
  .product-row .product-gallery {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 200px);
    box-sizing: border-box;
    justify-content: space-between;
    padding-right: 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      .product-row .product-gallery {
        width: 55%; } }
    @media screen and (max-width: 992px) {
      .product-row .product-gallery {
        width: 100%;
        min-height: auto;
        padding-right: 0; } }
    @media screen and (max-width: 1200px) {
      .product-row .product-gallery--contacts {
        width: 60%; } }
    @media screen and (max-width: 992px) {
      .product-row .product-gallery--contacts {
        width: 100%; } }
    .product-row .product-gallery.product-gallery--calculator {
      width: 50%; }
      @media screen and (max-width: 992px) {
        .product-row .product-gallery.product-gallery--calculator {
          width: 100%; } }

.product-data {
  width: 30%;
  padding-left: 3vw;
  box-sizing: border-box;
  position: relative; }
  .product-data .mCustomScrollBox {
    margin-left: -8px; }
    @media screen and (max-width: 768px) {
      .product-data .mCustomScrollBox {
        padding-left: 20px; } }
  @media screen and (max-width: 1200px) {
    .product-data {
      width: 40%; } }
  @media screen and (max-width: 992px) {
    .product-data {
      width: 100%;
      display: flex;
      padding-left: 0;
      flex-direction: column; } }
  .product-data::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 130%;
    background: #636363; }
    @media screen and (max-width: 992px) {
      .product-data::after {
        display: none; } }
  .product-data.product-data--calculator {
    width: 50%; }
    @media screen and (max-width: 992px) {
      .product-data.product-data--calculator {
        width: 100%; } }
    .product-data.product-data--calculator .btn-back {
      margin-top: -25px; }
      @media screen and (max-width: 1450px) {
        .product-data.product-data--calculator .btn-back {
          margin-top: 0; } }
    .product-data.product-data--calculator::after {
      display: none; }
  .product-data.contacts {
    width: 45%;
    position: relative; }
    @media screen and (max-width: 992px) {
      .product-data.contacts {
        width: 100%; } }

.tabs {
  width: 70%;
  box-sizing: border-box; }
  @media screen and (max-width: 1300px) {
    .tabs {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .tabs {
      width: 100%; } }
  @media screen and (max-width: 520px) {
    .tabs .tabs__header-scroll-mb {
      overflow: scroll; } }
  .tabs .tabs__header {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 520px) {
      .tabs .tabs__header {
        width: 520px; } }
    .tabs .tabs__header .tab-btn {
      width: 33.3%;
      text-align: center;
      display: block;
      padding-bottom: 15px;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      color: #fff;
      line-height: 120%;
      border-bottom: 1px solid #636363; }
      @media screen and (max-width: 1300px) {
        .tabs .tabs__header .tab-btn {
          font-size: 16px; } }
      @media screen and (max-width: 520px) {
        .tabs .tabs__header .tab-btn {
          width: auto;
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        .tabs .tabs__header .tab-btn {
          font-size: 16px; } }
      .tabs .tabs__header .tab-btn:hover {
        color: #DBBD5A; }
      .tabs .tabs__header .tab-btn.active {
        border-bottom: 3px solid #DBBD5A; }

.tab {
  display: none; }
  .tab.active {
    display: block; }
  .tab .product-img {
    text-align: center; }

.product-imgs {
  display: flex;
  justify-content: center; }
  .product-imgs .product-img {
    margin-left: 4px;
    margin-right: 4px; }

.product-img {
  text-align: center;
  padding-top: 50px;
  display: block; }
  @media screen and (max-width: 768px) {
    .product-img {
      padding-top: 30px; } }
  .product-img img {
    width: 12vw; }
    @media screen and (max-width: 768px) {
      .product-img img {
        width: auto;
        width: 80%; } }

@media screen and (max-width: 1200px) {
  .calc-action-toogle {
    width: 100%;
    margin-bottom: 20px; } }

.calc-action {
  width: 192px;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0 auto;
  align-self: flex-start;
  margin-top: 8vw; }
  @media screen and (max-width: 1300px) {
    .calc-action {
      width: 100%;
      margin-top: 20px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .calc-action {
      display: block;
      margin-top: 0;
      border-top: none;
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  .calc-action .calc-action__label {
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .calc-action .calc-action__label br {
        content: ''; } }
    @media screen and (max-width: 1300px) {
      .calc-action .calc-action__label {
        font-size: 30px; } }
    @media screen and (max-width: 768px) {
      .calc-action .calc-action__label {
        width: 100%;
        font-size: 30px; } }
    .calc-action .calc-action__label span {
      color: #DBBD5A; }
  .calc-action .calc-action__btm a.btn, .calc-action .calc-action__btm a.pagination__btn, .calc-action .calc-action__btm .pagination a.page-numbers, .pagination .calc-action .calc-action__btm a.page-numbers {
    box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .calc-action .calc-action__btm {
      width: 100%; } }

.product-action a.btn, .product-action a.pagination__btn, .product-action .pagination a.page-numbers, .pagination .product-action a.page-numbers {
  box-sizing: border-box; }

a.favorite {
  background: url("../images/fav-accent.svg") no-repeat left center;
  color: #DBBD5A;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 35px;
  background-size: 20px;
  margin-bottom: 30px; }
  a.favorite.added {
    background: url("../images/fav-active.svg") no-repeat left center;
    background-size: 20px; }

.product-title {
  color: #FFF;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .product-title {
      font-size: 30px; } }

.product-option {
  margin-bottom: 120px; }
  .product-option .product-option__label {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    line-height: 120%; }
  .product-option .product-option__desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px; }

.product-option__table .product-option__table-row {
  display: flex;
  border-bottom: 1px solid #3A3A3A;
  justify-content: space-between; }
  .product-option__table .product-option__table-row .cell {
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px; }
    .product-option__table .product-option__table-row .cell.name {
      color: rgba(255, 255, 255, 0.6); }

.product-price {
    display: flex;
    align-items: flex-start;
    margin-top: 1vw;
}
  @media screen and (max-width: 992px) {
    .product-price {
      order: -1;
      border-top: 1px solid #636363;
      padding-top: 30px; } }
  .product-price .product-price__val {
    color: #FFF;
    font-size: 2vw;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; }
    @media screen and (max-width: 768px) {
      .product-price .product-price__val {
        font-size: 30px; } }
  .product-price .product-price__info {
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center; }
    .product-price .product-price__info svg {
      width: 20px;
      height: 20px; }
    .product-price .product-price__info:hover .product-price__info-modal {
      display: block; }

.product-price__info-modal {
  position: absolute;
  width: 200px;
  background: #fff;
  margin-top: -250px;
  padding: 15px 20px;
  right: -3px;
  display: none; }
  @media screen and (max-width: 768px) {
    .product-price__info-modal {
      right: -100px; } }
  .product-price__info-modal::after {
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-top: 8px solid #fff;
    bottom: -15px;
    right: 6px; }
    @media screen and (max-width: 768px) {
      .product-price__info-modal::after {
        right: 104px; } }
  .product-price__info-modal span.title {
    display: block;
    color: #201E20;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; }
  .product-price__info-modal ul {
    margin-bottom: 0; }
    .product-price__info-modal ul li {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      margin-bottom: 10px; }
      .product-price__info-modal ul li::after {
        width: 4px;
        height: 4px; }

.product-option .product-option__label .product-construction {
  position: relative; }
  .product-option .product-option__label .product-construction img {
    width: 100%; }
  .product-option .product-option__label .product-construction .product-construction-item {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute; }
    @media screen and (max-width: 580px) {
      .product-option .product-option__label .product-construction .product-construction-item {
        width: 40px;
        height: 40px; } }
    .product-option .product-option__label .product-construction .product-construction-item svg {
      width: 13px; }
    .product-option .product-option__label .product-construction .product-construction-item:hover .product-construction__modal {
      opacity: 1;
      visibility: visible;
      transition: all 0.4s ease; }
    .product-option .product-option__label .product-construction .product-construction-item .product-construction__modal {
      position: absolute;
      width: 200px;
      margin-top: -120px;
      padding: 15px 10px;
      text-align: center;
      background: #fff;
      z-index: 123;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease; }
      @media screen and (max-width: 768px) {
        .product-option .product-option__label .product-construction .product-construction-item .product-construction__modal {
          left: -80px;
          width: 200px; } }
      @media screen and (max-width: 580px) {
        .product-option .product-option__label .product-construction .product-construction-item .product-construction__modal {
          left: -58px;
          width: 150px; } }
      .product-option .product-option__label .product-construction .product-construction-item .product-construction__modal p {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        color: #201E20; }

a.btn-back {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; }
  a.btn-back svg {
    width: 35px;
    height: 30px;
    fill: none; }

.calculator-option {
  margin-bottom: 45px;
  width: 100%; }
  .calculator-option .calculator-option__label {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    margin-bottom: 15px; }
    @media screen and (max-width: 1200px) {
      .calculator-option .calculator-option__label {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .calculator-option .calculator-option__label {
        font-size: 28px; } }
  .calculator-option .calculator-option__items {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .calculator-option .calculator-option__items {
        flex-wrap: wrap; } }
    .calculator-option .calculator-option__items .calculator-option__item {
      width: 66px;
      margin-right: 10px;
      box-sizing: border-box;
      height: 140px;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-size: 100%;
      background-position: left center;
      border: 2px solid #201E20; }
      .calculator-option .calculator-option__items .calculator-option__item.furniture_item {
        width: 64px;
        height: 64px;
        display: block;
        border: 2px solid #fff;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat; }
      .calculator-option .calculator-option__items .calculator-option__item .name {
        width: 100%;
        font-size: 9.5px;
        color: #fff;
        position: absolute;
        top: 108%;
        left: 0;
        text-align: center; }
      .calculator-option .calculator-option__items .calculator-option__item.active {
        border: 2px solid #dc5004; }
      @media screen and (max-width: 768px) {
        .calculator-option .calculator-option__items .calculator-option__item {
          width: 19%;
          box-sizing: border-box;
          margin-bottom: 35px; } }
      @media screen and (max-width: 600px) {
        .calculator-option .calculator-option__items .calculator-option__item {
          width: 92px;
          height: 135px; } }
      .calculator-option .calculator-option__items .calculator-option__item:last-child {
        margin-right: 0; }

.calculator-actions a.btn, .calculator-actions a.pagination__btn, .calculator-actions .pagination a.page-numbers, .pagination .calculator-actions a.page-numbers {
  box-sizing: border-box; }

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

body {
  background: #201E20; }

.site-wrapper {
  padding-left: 104px;
  background: #201E20;
  position: relative;
  min-height: 100vh; }
  @media screen and (max-width: 768px) {
    .site-wrapper {
      padding-left: 0; } }
  .site-wrapper::after {
    content: '';
    height: 100%;
    background: #636363;
    width: 1px;
    top: 0;
    position: absolute;
    display: block;
    z-index: 20;
    left: 104px; }
    @media screen and (max-width: 768px) {
      .site-wrapper::after {
        display: none; } }
  .site-wrapper::before {
    content: '';
    height: 1px;
    background: #636363;
    width: calc(100% - 104px);
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 20;
    left: 104px; }
    @media screen and (max-width: 768px) {
      .site-wrapper::before {
        display: none; } }

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; } }

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
  width: 100%; }
  header.header--home .header-col--nav::after {
    content: '';
    height: 100vh;
    background: #636363;
    width: 1px;
    top: -10px;
    position: absolute;
    display: block;
    z-index: 20;
    right: 0; }
    @media screen and (max-width: 768px) {
      header.header--home .header-col--nav::after {
        display: none;
        background: #201e20; } }
  header.header--inner .header-row {
    justify-content: space-between; }
  header.header--inner .header-col--nav {
    width: 70%;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      header.header--inner .header-col--nav {
        width: 55%; } }
  header.header--inner .header-col--search {
    position: relative;
    width: 30%;
    padding-left: 3vw;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      header.header--inner .header-col--search {
        width: 30%; } }
    @media screen and (max-width: 768px) {
      header.header--inner .header-col--search {
        width: 30px;
        padding-left: 0; } }
    header.header--inner .header-col--search::after {
      content: '';
      height: 100%;
      background: #636363;
      width: 1px;
      top: 0px;
      position: absolute;
      display: block;
      z-index: 20;
      left: 0; }
      @media screen and (max-width: 768px) {
        header.header--inner .header-col--search::after {
          display: none; } }
    header.header--inner .header-col--search.contacts {
      width: 45%; }
      @media screen and (max-width: 768px) {
        header.header--inner .header-col--search.contacts {
          width: 30px;
          padding-left: 0; } }

.header-top {
  padding-left: 104px;
  position: relative; }
  .header-top.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    width: 100%;
    background: #201E20; }
  .header-top::after {
    content: '';
    position: absolute;
    left: 104px;
    bottom: 0;
    background: #636363;
    height: 1px;
    width: calc(100vw - 104px); }
    @media screen and (max-width: 768px) {
      .header-top::after {
        width: 100%;
        left: 0; } }
  @media screen and (max-width: 768px) {
    .header-top {
      padding-left: 0; } }
  .header-top a.aside-logo {
    display: none; }
    @media screen and (max-width: 768px) {
      .header-top a.aside-logo {
        display: flex; } }

.header-row {
  display: flex;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .header-row {
      justify-content: space-between;
      padding-right: 30px;
      padding-left: 0; } }

.header-col {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1300px) {
    .header-col {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 992px) {
    .header-col {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .header-col {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .header-col--nav {
    width: calc(50% - 104px);
    position: relative; }
    @media screen and (max-width: 768px) {
      .header-col--nav {
        width: 100%;
        position: fixed;
        top: 0px;
        height: 100%;
        background: #201e20;
        left: 0;
        padding: 70px 25px;
        padding-bottom: 25px;
        z-index: 100;
        height: 100vh;
        width: 100% !important;
        display: none; } }
  .header-col--search {
    width: 30%;
    padding-left: 5%; }
    @media screen and (max-width: 768px) {
      .header-col--search {
        width: auto;
        padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .header-col--search .form-field {
        display: none; } }
    .header-col--search .btn-search {
      display: none;
      width: 30px;
      height: 30px; }
      .header-col--search .btn-search svg {
        width: 100%;
        height: 30px; }
      @media screen and (max-width: 768px) {
        .header-col--search .btn-search {
          display: block; } }
  .header-col--contacts {
    display: none; }
    .header-col--contacts a {
      color: #fff; }
    @media screen and (max-width: 768px) {
      .header-col--contacts {
        display: block; } }
  @media screen and (max-width: 768px) {
    .header-col--burger {
      width: 25px;
      height: 14px; } }
  .header-col--phone {
    display: none; }
    @media screen and (max-width: 768px) {
      .header-col--phone {
        display: block; } }
    .header-col--phone .aside-phone {
      width: 50px;
      height: 50px;
      position: absolute;
      right: 0;
      top: 0; }
      .header-col--phone .aside-phone:hover {
        cursor: pointer; }
        .header-col--phone .aside-phone:hover svg {
          -webkit-transform: rotate(25deg);
                  transform: rotate(25deg);
          transition: all 0.4s ease; }
      .header-col--phone .aside-phone svg {
        width: 14.423px;
        transition: all 0.4s ease; }
  .header-col--burger {
    display: none; }
    @media screen and (max-width: 768px) {
      .header-col--burger {
        display: block;
		margin-left:10px;} }

ul.main-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    ul.main-menu {
      display: block; } }
  ul.main-menu li {
    margin: 0;
    padding: 0;
    margin-right: 40px; }
    @media screen and (max-width: 768px) {
      ul.main-menu li {
        margin-bottom: 20px; } }
    ul.main-menu li::after {
      display: none; }
    ul.main-menu li a {
      color: #fff;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2em;
      transition: all 0.4s ease; }
      ul.main-menu li a:hover {
        color: #DBBD5A;
        transition: all 0.4s ease; }

.banner {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .banner {
      display: block;
      padding-top: 110px; } }
  .banner--home {
    height: 100vh;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .banner--home {
        height: auto; } }
  @media screen and (max-width: 768px) {
    .banner--inner {
      margin-bottom: 40px; } }
  .banner--child {
    display: block; }
    .banner--child .page-title {
      color: #FFF;
      font-size: 4vw;
      font-style: normal;
      font-weight: 600;
      line-height: 110%;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .banner--child .page-title {
          font-size: 30px; } }
  .banner .banner__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 26%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .banner .banner__img {
        height: 524px;
        width: 100%;
        position: relative;
        z-index: 0; } }

.banner-item {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .banner-item {
      display: block; } }
  .banner-item .banner__title {
    width: calc(50% - 104px);
    box-sizing: border-box;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .banner-item .banner__title {
        width: 100%;
        display: block; } }
    .banner-item .banner__title h1.banner-item__title .text {
      display: block;
      color: #FFF;
      font-size: 20vw;
      font-style: normal;
      font-weight: 600;
      line-height: 110%;
      text-transform: uppercase;
      font-size: 10vw; }
      @media screen and (max-width: 768px) {
        .banner-item .banner__title h1.banner-item__title .text {
          font-size: 100px; } }
    .banner-item .banner__title h1.banner-item__title span {
      font-size: 0.4em;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      font-size: 2.2vw;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .banner-item .banner__title h1.banner-item__title span {
          font-size: 24px; } }
  .banner-item .banner__action {
    width: 45%;
    padding-left: 6%;
    box-sizing: border-box; }
    @media screen and (max-width: 1500px) {
      .banner-item .banner__action {
        padding-left: 4%; } }
    @media screen and (max-width: 1200px) {
      .banner-item .banner__action {
        padding-left: 6%; } }
    @media screen and (max-width: 768px) {
      .banner-item .banner__action {
        width: 100%;
        padding-left: 0;
        width: 100%; } }

ul.cat-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40vh; }
  @media screen and (max-width: 768px) {
    ul.cat-menu {
      height: auto;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      justify-content: flex-start; } }
  ul.cat-menu li {
    margin: 0;
    padding: 0; }
    ul.cat-menu li.active {
      position: relative; }
      ul.cat-menu li.active::before {
        width: 40px;
        transition: all 0.4s ease; }
        @media screen and (max-width: 768px) {
          ul.cat-menu li.active::before {
            display: none; } }
    ul.cat-menu li::after {
      display: none; }
    ul.cat-menu li::before {
      content: '';
      position: absolute;
      width: 0px;
      height: 2px;
      background: #DBBD5A;
      left: 0;
      top: 53%;
      display: block;
      transition: all 0.4s ease; }
    ul.cat-menu li a {
      color: #FFF;
      font-size: 1.6vw;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      position: relative;
      display: block;
      transition: all 0.4s ease; }
      @media screen and (max-width: 992px) {
        ul.cat-menu li a {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        ul.cat-menu li a {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          border: 1px solid #636363;
          padding: 10px;
          border-radius: 30px;
          padding-right: 40px;
          background: url("../images/arrow-right.svg") no-repeat right 5px center;
          margin-bottom: 10px;
          margin-right: 10px; } }
      ul.cat-menu li a:hover {
        color: #DBBD5A;
        transition: all 0.4s ease; }
    ul.cat-menu li.active a {
      padding-left: 50px; }
      @media screen and (max-width: 768px) {
        ul.cat-menu li.active a {
          padding-left: 0;
          color: #fff;
          padding-left: 10px;
          background: url("../images/arrow-right.svg") no-repeat right 5px center #DBBD5A; } }

.aside {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 104px;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  z-index: 100; }
  .aside::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0;
    background: #636363;
    width: 1px;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .aside::after {
        width: 100%;
        left: 0;
        height: 1px;
        right: auto;
        left: 0;
        top: -1px; } }
  @media screen and (max-width: 768px) {
    .aside {
      width: 100%;
      height: 104px;
      flex-direction: row;
      top: auto;
      bottom: 0;
      position: fixed;
      padding-top: 0;
      z-index: 100;
      background: #201E20;
      padding-left: 15px;
      padding-right: 15px;
      height: 65px;
      box-shadow: 0 0 -10px rgba(0, 0, 0, 0.3); } }
  @media screen and (max-width: 768px) {
    .aside .aside-phone {
      display: none; } }
  @media screen and (max-width: 768px) {
    .aside .aside-logo {
      display: none; } }

ul.aside-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 50vh;
  align-self: center; }
  @media screen and (max-width: 768px) {
    ul.aside-menu {
      flex-direction: row;
      height: 65px;
      width: 100%; } }
  ul.aside-menu li {
    margin: 3px 0;
    padding: 0; }
    ul.aside-menu li::after {
      display: none; }
    ul.aside-menu li a {
      width: 104px;
      height: 40px;
      display: block;
      display: flex;
      justify-content: center;
      align-content: center; }
      @media screen and (max-width: 768px) {
        ul.aside-menu li a {
          height: 39px;
          width: auto;
          margin-top: 3px; } }
      ul.aside-menu li a:hover svg {
        color: #DBBD5A;
        stroke: #DBBD5A !important;
        fill: #DBBD5A !important; }
        ul.aside-menu li a:hover svg path {
          fill: #DBBD5A !important;
          stroke: #DBBD5A !important; }
      ul.aside-menu li a svg {
        width: 30px; }
    ul.aside-menu li span {
      color: #fff;
      display: block;
      text-align: center;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        ul.aside-menu li span {
          display: block;
          text-align: center;
          font-size: 12px; } }

a.aside-logo {
  width: 104px;
  height: 104px;
  flex: none;
  display: block;
  display: flex;
  justify-content: center;
  align-content: center;
  z-index: 100;
  background: #201E20;
  border-bottom: 1px solid #636363; }
  @media screen and (max-width: 1300px) {
    a.aside-logo {
      height: 74px; } }
  @media screen and (max-width: 992px) {
    a.aside-logo {
      height: 74px; } }
  @media screen and (max-width: 768px) {
    a.aside-logo {
      height: 50px;
      width: 25px;
      z-index: 150; } }
  a.aside-logo svg {
    width: 39px; }
    @media screen and (max-width: 768px) {
      a.aside-logo svg {
        width: 25px; } }

a.aside-phone {
  background: #DBBD5A;
  width: 104px;
  height: 104px;
  display: block;
  display: flex;
  justify-content: center;
  align-content: center; }
  a.aside-phone:hover {
    cursor: pointer; }
    a.aside-phone:hover svg {
      -webkit-transform: rotate(25deg);
              transform: rotate(25deg);
      transition: all 0.4s ease; }
  a.aside-phone svg {
    width: 39px;
    transition: all 0.4s ease; }

.contact-box {
  width: calc(50%);
  position: fixed;
  bottom: 0;
  left: 104px;
  height: 104px;
  box-sizing: border-box;
  background: #2A282A;
  display: flex;
  align-items: center;
  -webkit-transform: translatey(140%);
          transform: translatey(140%);
  z-index: 1000;
  transition: all 0.4s ease; }
  @media screen and (max-width: 992px) {
    .contact-box {
      width: calc(100% - 104px); } }
  @media screen and (max-width: 768px) {
    .contact-box {
      left: 0;
      top: 51px;
      width: 100%;
      height: 94px;
      -webkit-transform: none;
              transform: none;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }
  .contact-box.opened {
    transition: all 0.4s ease;
    -webkit-transform: translatey(0%);
            transform: translatey(0%); }
    @media screen and (max-width: 768px) {
      .contact-box.opened {
        -webkit-transform: none;
                transform: none;
        -webkit-transform: translateX(0%);
                transform: translateX(0%); } }
  .contact-box .contact-box__row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .contact-box .contact-box__phone {
      display: none; } }
  .contact-box .contact-box__phone a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; }
    .contact-box .contact-box__phone a:hover {
      color: #DBBD5A;
      transition: all 0.4s ease; }
  .contact-box .contact-box__link a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    .contact-box .contact-box__link a:hover {
      color: #DBBD5A;
      transition: all 0.4s ease; }

.search-box {
  padding: 16px 24px 32px 24px;
  background: #2A282A;
  position: absolute;
  top: 51px;
  z-index: 4;
  width: 100%;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.4s ease; }
  .search-box.opened {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition: all 0.4s ease;
    position: fixed; }
  .search-box .form-field.mb-0 input.js-input.form-field__input.search {
    color: #fff;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #636363;
    background: url("../images/search.svg") no-repeat right center; }

footer.inner {
  padding-left: 104px;
  padding-top: 0px;
  padding-bottom: 120px;
  margin-top: 100px;
  padding-right: 4vw; }
  @media screen and (max-width: 1200px) {
    footer.inner {
      padding-top: 60px;
      margin-top: 0; } }
  @media screen and (max-width: 992px) {
    footer.inner {
      padding-right: 0;
      margin-top: 0;
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    footer.inner {
      padding-left: 0; } }

.footer-col--nav {
  margin-right: 40px;
  margin-left: 40px; }
  @media screen and (max-width: 992px) {
    .footer-col--nav {
      margin-left: 0;
      margin-right: 0;
      margin-top: 35px;
      margin-bottom: 35px;
      padding-top: 40px;
      padding-bottom: 20px;
      border-top: 1px solid #636363;
      padding-bottom: 0;
      margin-bottom: 10px; } }

@media screen and (max-width: 992px) {
  .footer-col--search {
    padding-bottom: 25px;
    border-bottom: 1px solid #636363; } }

.footer-menu {
  display: flex; }

.footer--logo {
  display: flex;
  width: 270px;
  align-items: center; }
  .footer--logo .footer--logo__icon {
    margin-right: 10px;
    flex: none; }
    @media screen and (max-width: 992px) {
      .footer--logo .footer--logo__icon {
        width: 100px; } }
    @media screen and (max-width: 992px) {
      .footer--logo .footer--logo__icon svg {
        width: 100%; } }
  .footer--logo .footer--logo__desc {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
    @media screen and (max-width: 992px) {
      .footer--logo .footer--logo__desc {
        font-size: 16px; } }

.footer-top {
  padding-left: 4vw; }
  @media screen and (max-width: 992px) {
    .footer-top {
      padding-left: 0; } }

.footer-btm {
  padding-left: 4vw; }
  @media screen and (max-width: 992px) {
    .footer-btm {
      padding-left: 0; } }

.footer-row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #636363;
  padding-bottom: 65px; }
  @media screen and (max-width: 992px) {
    .footer-row-top {
      padding-bottom: 23px;
      display: block; } }
  @media screen and (max-width: 992px) {
    .footer-row-top {
      padding: 24px;
      border: 1px solid #636363;
      border-bottom: none; } }

ul.footer-menu {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  flex-wrap: wrap; }
  @media screen and (max-width: 992px) {
    ul.footer-menu {
      flex-wrap: wrap;
      padding-left: 0; } }
  ul.footer-menu li {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px; }
    @media screen and (max-width: 992px) {
      ul.footer-menu li {
        width: 50%;
        margin: 0;
        padding-right: 10;
        box-sizing: border-box;
        margin-bottom: 12px; } }
    ul.footer-menu li::after {
      display: none; }
    ul.footer-menu li a {
      color: #fff; }
      ul.footer-menu li a:hover {
        cursor: pointer;
        color: #DBBD5A; }

.footer-row-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px; }
  @media screen and (max-width: 992px) {
    .footer-row-btm {
      display: block;
      padding-top: 32px; } }
  @media screen and (max-width: 992px) {
    .footer-row-btm {
      padding: 24px;
      border: 1px solid #636363;
      border-top: none; } }
  .footer-row-btm .footer-col--about p {
    margin: 0;
    color: #fff;
    line-height: 1.2em;
    opacity: 0.6; }
    @media screen and (max-width: 1300px) {
      .footer-row-btm .footer-col--about p {
        font-size: 15px; } }
    @media screen and (max-width: 992px) {
      .footer-row-btm .footer-col--about p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0.7em; } }

.footer-col--action {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .footer-col--action {
      display: block; } }
  .footer-col--action a.btm-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-left: 15px;
    opacity: 0.6;
    color: #fff;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
    @media screen and (max-width: 992px) {
      .footer-col--action a.btm-link {
        display: block;
        font-size: 15px;
        margin-left: 0;
        margin-top: 10px; } }
    @media screen and (max-width: 1300px) {
      .footer-col--action a.btm-link {
        font-size: 15px; } }

.banner--inner {
  padding-top: 136px;
  color: #fff;
  position: relative;
  z-index: 0;
  background: #201E20; }
  @media screen and (max-width: 768px) {
    .banner--inner {
      padding-top: 115px; } }
  @media screen and (max-width: 768px) {
    .banner--inner {
      padding-top: 65px; } }
  .banner--inner .banner-cat__bg {
    mix-blend-mode: lighten;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 730px; }
    @media screen and (max-width: 768px) {
      .banner--inner .banner-cat__bg {
        background-size: 100%; } }

.banner--cat {
  box-sizing: border-box;
  display: block;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .banner--cat {
      height: 480px; } }
  .banner--cat .banner-cat__title {
    font-size: 114px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .banner--cat .banner-cat__title {
        font-size: 15vw;
        font-style: normal;
        font-weight: 600;
        line-height: 110%; } }
  .banner--cat .banner-cat__desc {
    color: #FFF;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .banner--cat .banner-cat__desc {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; } }
    .banner--cat .banner-cat__desc span {
      color: #DBBD5A; }
  .banner--cat .banner-cat-action {
    margin-top: auto;
    height: 104px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .banner--cat .banner-cat-action {
        font-size: 16px;
        height: 51px;
        margin-left: -20px;
        margin-right: -20px; } }
    .banner--cat .banner-cat-action svg {
      width: 22px;
      margin-left: 10px; }
      @media screen and (max-width: 768px) {
        .banner--cat .banner-cat-action svg {
          width: 18px; } }

.box-pad {
  padding-left: 4vw;
  padding-right: 4vw;
  box-sizing: border-box; }

.box-pad-sec {
  padding-left: 4vw;
  padding-right: 4vw;
  box-sizing: border-box;
  padding-top: 3vw;
  padding-bottom: 3vw; }
  @media screen and (max-width: 768px) {
    .box-pad-sec {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 40px;
      padding-top: 20px; } }

.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .box-header {
      padding-top: 30px; } }
  .box-header .view-all {
    display: none; }
    @media screen and (max-width: 768px) {
      .box-header .view-all {
        display: block; } }
  @media screen and (max-width: 768px) {
    .box-header .btn--arrow {
      display: none; } }

.view-all {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #DBBD5A; }
  .view-all svg {
    margin-left: 5px;
    width: 20px;
    height: 10px; }

h2.box-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  font-size: 3vw; }
  h2.box-title a {
    color: #fff; }
  @media screen and (max-width: 768px) {
    h2.box-title {
      font-size: 28px;
      margin-top: 0; } }
  h2.box-title--sm {
    font-size: 2.5vw; }
    @media screen and (max-width: 768px) {
      h2.box-title--sm {
        font-size: 30px; } }

.product-items {
  border-bottom: 1px solid #636363; }

.cat-select {
  border-bottom: 1px solid #636363; }

.cat-item {
  min-height: 32vw;
  display: flex;
  flex-direction: column;
  padding: 3vw;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .cat-item {
      min-height: 430px;
      margin-bottom: 20px; } }
  .cat-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #DBBD5A;
    opacity: 0.15;
    z-index: -1;
    transition: all 0.4s ease; }
  .cat-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1; }
  .cat-item:hover {
    cursor: pointer; }
    .cat-item:hover::after {
      opacity: 0;
      transition: all 0.4s ease; }
    .cat-item:hover span.cat-item__name {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      transition: all 0.4s ease; }
    .cat-item:hover a.btn.btn--arrow, .cat-item:hover a.btn--arrow.pagination__btn, .cat-item:hover .pagination a.btn--arrow.page-numbers, .pagination .cat-item:hover a.btn--arrow.page-numbers {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      transition: all 0.4s ease; }
      @media screen and (max-width: 768px) {
        .cat-item:hover a.btn.btn--arrow svg, .cat-item:hover a.btn--arrow.pagination__btn svg, .cat-item:hover .pagination a.btn--arrow.page-numbers svg, .pagination .cat-item:hover a.btn--arrow.page-numbers svg {
          display: none; } }
      @media screen and (max-width: 768px) {
        .cat-item:hover a.btn.btn--arrow, .cat-item:hover a.btn--arrow.pagination__btn, .cat-item:hover .pagination a.btn--arrow.page-numbers, .pagination .cat-item:hover a.btn--arrow.page-numbers {
          font-size: 13px; } }
  .cat-item span.cat-item__name {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: block;
    color: #fff;
    margin-top: auto;
    margin-bottom: 45px;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    transition: all 0.4s ease;
    font-size: 2vw; }
    @media screen and (max-width: 992px) {
      .cat-item span.cat-item__name {
        -webkit-transform: translateY(100px);
                transform: translateY(100px); } }
    @media screen and (max-width: 768px) {
      .cat-item span.cat-item__name {
        font-size: 16px;
        -webkit-transform: translateY(80px);
                transform: translateY(80px); } }
  .cat-item a.btn.btn--arrow, .cat-item a.btn--arrow.pagination__btn, .cat-item .pagination a.btn--arrow.page-numbers, .pagination .cat-item a.btn--arrow.page-numbers {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.4s ease;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    font-size: 1vw; }
    @media screen and (max-width: 768px) {
      .cat-item a.btn.btn--arrow, .cat-item a.btn--arrow.pagination__btn, .cat-item .pagination a.btn--arrow.page-numbers, .pagination .cat-item a.btn--arrow.page-numbers {
        font-size: 16px;
        -webkit-transform: translateY(80px);
                transform: translateY(80px); } }

.product-item {
  position: relative;
  margin-bottom: 25px; }
  .product-item .product-item__slider {
    overflow: hidden; }
    .product-item .product-item__slider .product-item__img {
      background-size: contain; }
  .product-item .product-item__img {
    min-height: 25vw;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      .product-item .product-item__img {
        height: 430px; } }
    .product-item .product-item__img::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #DBBD5A;
      opacity: 0.15;
      z-index: -1;
      transition: all 0.4s ease; }
    .product-item .product-item__img::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      z-index: -1; }
  .product-item .product-item__name {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 17px;
    display: block;
    font-size: 1.4vw;
    min-height: 2.5em; }
    @media screen and (max-width: 1300px) {
      .product-item .product-item__name {
        font-size: 16px; } }
  .product-item .btn.btn--arrow, .product-item .btn--arrow.pagination__btn, .product-item .pagination .btn--arrow.page-numbers, .pagination .product-item .btn--arrow.page-numbers {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.4s ease;
    margin-top: 15px; }
  .product-item--fur .product-item__img {
    min-height: 17vw; }
    @media screen and (max-width: 768px) {
      .product-item--fur .product-item__img {
        min-height: 190px;
        background-size: 100%; } }
    .product-item--fur .product-item__img::after {
      display: none; }
    .product-item--fur .product-item__img::before {
      display: none; }

.product-item__info {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 10px; }

.product-item__price .product-price .product-price__val {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .product-item__price .product-price .product-price__val {
      font-size: 18px; } }

.madeby {
  display: flex;
  align-items: center;
  min-height: 24px; }
  .madeby .madeby__label {
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.6;
    margin-right: 15px;
    color: #fff; }
    @media screen and (max-width: 1300px) {
      .madeby .madeby__label {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .madeby .madeby__label {
        font-size: 14px;
        margin-right: 5px; } }
  .madeby .madeby__val {
    color: #DBBD5A;
    font-family: Gilroy;
    font-size: 1vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; }
    @media screen and (max-width: 1300px) {
      .madeby .madeby__val {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .madeby .madeby__val {
        font-size: 14px; } }
  .madeby .madeby-logo {
    margin-left: 10px;
    flex: none; }
    @media screen and (max-width: 768px) {
      .madeby .madeby-logo {
        display: none; } }
    .madeby .madeby-logo img {
      width: 100%; }

.fav-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  background: url("../images/fav.svg") no-repeat center;
  background-size: 99%; }
  @media screen and (max-width: 992px) {
    .fav-btn {
      width: 25px; } }
  .fav-btn:hover {
    background: url("../images/fav-active.svg") no-repeat center;
    background-size: 99%; }
  .fav-btn.added {
    background: url("../images/fav-active.svg") no-repeat center;
    background-size: 99%; }

.fav-info {
  position: absolute;
  right: 30px;
  top: 80px;
  background: #fff;
  padding: 30px 15px;
  box-sizing: border-box;
  z-index: 100;
  font-size: 16px;
  width: 85%;
  display: none;
  text-align: center; }
  .fav-info span.tail {
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    right: 0px; }
    @media screen and (max-width: 768px) {
      .fav-info span.tail {
        right: 22px; } }
  .fav-info + bp(1300px) {
    padding: 20px 30px; }
  .fav-info a {
    display: inline-block;
    color: #DBBD5A; }
  @media screen and (max-width: 768px) {
    .fav-info {
      display: none;
      width: 100%;
      right: 0; } }

@media screen and (max-width: 768px) {
  .row.swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    box-sizing: border-box; } }

.filter-items {
  display: flex;
  align-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .filter-items {
      margin-bottom: 13px; } }

.filter-item {
  margin-right: 30px;
  position: relative; }
  @media screen and (max-width: 992px) {
    .filter-item {
      margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .filter-item {
      margin-bottom: 10px;
      width: 48%;
      margin-right: 1%; } }
  @media screen and (max-width: 480px) {
    .filter-item {
      width: 100%;
      margin-right: 0; } }
  .filter-item .filter-item__btn {
    background: #2A282A;
    color: #fff;
    border-radius: 0;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    padding-right: 50px;
    background: url("../images/drop-down.svg") no-repeat right 15px center #2A282A; }
    @media screen and (max-width: 768px) {
      .filter-item .filter-item__btn {
        height: 40px; } }
    .filter-item .filter-item__btn:hover {
      color: #DBBD5A;
      cursor: pointer;
      background: url("../images/drop-down-accent.svg") no-repeat right 15px center #2A282A; }
  .filter-item .filter-item__modal {
    background: #fff;
    position: absolute;
    width: 320px;
    padding: 20px 20px;
    z-index: 12;
    display: none;
    top: 110%;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .filter-item .filter-item__modal {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .filter-item .filter-item__modal {
        width: 100%; } }
    .filter-item .filter-item__modal .filter-option {
      padding-top: 5px;
      padding-bottom: 5px; }
      .filter-item .filter-item__modal .filter-option .form-checkbox {
        margin-bottom: 0;
        margin-left: 20px; }
    .filter-item .filter-item__modal.opened {
      display: block; }
    .filter-item .filter-item__modal.pl-0 {
      padding-left: 0; }
    .filter-item .filter-item__modal.pr-0 {
      padding-right: 0; }

.filter-option {
  position: relative; }
  .filter-option::last-child .form-checkbox {
    margin-bottom: 0 !important; }

.selected-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .selected-items .selected-item {
    border-radius: 47px;
    border: 2px solid rgba(219, 189, 90, 0.4);
    margin-right: 10px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .selected-items .selected-item span.name {
      color: rgba(255, 255, 255, 0.4);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      display: block;
      margin-right: 5px; }
      @media screen and (max-width: 1300px) {
        .selected-items .selected-item span.name {
          font-size: 14px; } }
      @media screen and (max-width: 768px) {
        .selected-items .selected-item span.name {
          font-size: 12px; } }
    .selected-items .selected-item span.val {
      color: var(--ffffff, #FFF);
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%; }
      @media screen and (max-width: 1300px) {
        .selected-items .selected-item span.val {
          font-size: 14px; } }
      @media screen and (max-width: 768px) {
        .selected-items .selected-item span.val {
          font-size: 12px; } }
    .selected-items .selected-item span.icon {
      margin-left: 15px;
      padding-top: 1px;
      width: 13px;
      height: 13px;
      display: block;
      background: url("../images/del.svg") no-repeat center; }
      .selected-items .selected-item span.icon svg {
        width: 13px;
        height: 12px; }

.box-btm {
  margin-top: -1px; }
  .box-btm--border {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    margin-left: 0vw;
    margin-right: 0vw;
    display: flex;
    justify-content: center; }

a.show-more {
  display: block;
  display: flex;
  align-items: center;
  font-size: 1vw;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; }
  @media screen and (max-width: 768px) {
    a.show-more {
      font-size: 16px; } }
  a.show-more svg {
    width: 20px;
    flex: none;
    height: 20px;
    margin-left: 5px; }

.viewing-item {
  display: flex;
  align-content: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .viewing-item {
      flex-wrap: wrap; } }
  .viewing-item .viewing-item__content {
    width: 55%;
    background: #DBBD5A;
    padding: 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .viewing-item .viewing-item__content {
        width: 100%; } }
    .viewing-item .viewing-item__content p {
      color: #201E20;
      font-size: 3vw;
      font-style: normal;
      font-weight: 600;
      line-height: 110%; }
      @media screen and (max-width: 768px) {
        .viewing-item .viewing-item__content p {
          font-size: 30px; } }
    .viewing-item .viewing-item__content a.btn, .viewing-item .viewing-item__content a.pagination__btn, .viewing-item .viewing-item__content .pagination a.page-numbers, .pagination .viewing-item .viewing-item__content a.page-numbers {
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .viewing-item .viewing-item__content a.btn, .viewing-item .viewing-item__content a.pagination__btn, .viewing-item .viewing-item__content .pagination a.page-numbers, .pagination .viewing-item .viewing-item__content a.page-numbers {
          width: 100%;
          font-size: 16px; } }
    .viewing-item .viewing-item__content .viewing-item__content__img {
      position: absolute;
      right: -380px;
      z-index: -1;
      mix-blend-mode: difference;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: top center;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .viewing-item .viewing-item__content .viewing-item__content__img {
          background-size: 440px;
          right: -80px;
          mix-blend-mode: plus-lighter; } }
  .viewing-item .viewing-item__img {
    z-index: 1;
    height: 30vw;
    width: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (max-width: 768px) {
      .viewing-item .viewing-item__img {
        width: 100%;
        height: 300px; } }
    @media screen and (max-width: 600px) {
      .viewing-item .viewing-item__img {
        height: 260px; } }
    .viewing-item .viewing-item__img .person {
      position: absolute;
      padding: 30px 40px;
      display: flex;
      align-items: center;
      background: #fff;
      left: 0;
      bottom: 0;
      z-index: 20; }
      @media screen and (max-width: 768px) {
        .viewing-item .viewing-item__img .person {
          width: 100%;
          padding: 15px;
          box-sizing: border-box; } }
      .viewing-item .viewing-item__img .person .person__name {
        color: #201E20;
        font-size: 1.8vw;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; }
        @media screen and (max-width: 768px) {
          .viewing-item .viewing-item__img .person .person__name {
            font-size: 16px; } }
      .viewing-item .viewing-item__img .person .person__post {
        color: #636363;
        font-weight: 400;
        font-size: 1.3vw;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #63636381; }
        @media screen and (max-width: 768px) {
          .viewing-item .viewing-item__img .person .person__post {
            font-size: 16px; } }

@media screen and (max-width: 600px) {
  .js-video-slider {
    width: 140%; } }

.videos {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .videos .swiper-nav {
      display: none; } }

.video-item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center;
  min-height: 30vw;
  background-size: cover;
  display: block;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .video-item {
      min-height: 290px; } }
  .video-item a.btn--play {
    display: block;
    width: 100px;
    position: absolute;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(35px);
            backdrop-filter: blur(35px);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .video-item a.btn--play {
        width: 50px;
        height: 50px;
        margin-top: -30px;
        margin-left: -30px; } }
    .video-item a.btn--play svg {
      width: 40px;
      height: 40px; }
      @media screen and (max-width: 768px) {
        .video-item a.btn--play svg {
          width: 15px; } }
  .video-item--big {
    height: 600px;
    position: relative;
    padding: 4vw; }
    @media screen and (max-width: 768px) {
      .video-item--big {
        height: 211px; } }
    .video-item--big::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
      z-index: -1; }
    .video-item--big a.btn--play {
      width: 180px;
      height: 180px;
      background: #DBBD5A;
      margin-left: -90px;
      margin-top: -90px; }
      .video-item--big a.btn--play svg {
        width: 40px;
        height: 40px; }
        @media screen and (max-width: 1300px) {
          .video-item--big a.btn--play svg {
            width: 20px;
            height: 20px; } }
      @media screen and (max-width: 1300px) {
        .video-item--big a.btn--play {
          width: 100px;
          height: 100px;
          margin-top: -50px;
          margin-left: -50px; } }
      @media screen and (max-width: 992px) {
        .video-item--big a.btn--play {
          width: 50px;
          height: 50px;
          margin-top: -25px;
          margin-left: -25px; } }
  .video-item .video-item__name {
    color: #FFF;
    font-size: 2vw;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; }
    @media screen and (max-width: 768px) {
      .video-item .video-item__name {
        font-size: 20px; } }

.post-categories {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap; }
  .post-categories a.post-category {
    margin-right: 5px;
    border-radius: 40px;
    border: 1px solid #636363;
    padding: 5px 13px;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px; }

.blog-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  padding: 2vw;
  flex-direction: column;
  justify-content: flex-end;
  height: 270px;
  padding: 1.5vw;
  color: #fff;
  margin-bottom: 20px;
  align-items: flex-start;
  position: relative;
  z-index: 0; }
  .blog-item:hover {
    cursor: pointer; }
    .blog-item:hover .blog-item__link {
      color: #fff; }
    .blog-item:hover::before {
      background: #DBBD5A !important;
      transition: all 0.4s ease; }
    .blog-item:hover .blog-item__category {
      color: #fff;
      background: #d0aa2d; }
    .blog-item:hover .blog-item__link {
      font-size: 1.5vw; }
      @media screen and (max-width: 768px) {
        .blog-item:hover .blog-item__link {
          font-size: 22px; } }
  .blog-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    transition: all 0.4s ease; }
  .blog-item--big {
    height: 550px; }
    @media screen and (max-width: 1300px) {
      .blog-item--big {
        height: 430px; } }
    @media screen and (max-width: 768px) {
      .blog-item--big {
        height: 270px; } }
  .blog-item .blog-item__category {
    color: #201E20;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 5px 10px;
    background: #DBBD5A;
    border-radius: 30px;
    margin-bottom: 10px; }
  .blog-item .blog-item__link {
    color: #FFF;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: block; }
    @media screen and (max-width: 768px) {
      .blog-item .blog-item__link {
        font-size: 20px; } }

.content {
  color: #fff;
  padding-bottom: 70px;
  padding-right: 100px; }
  @media screen and (max-width: 768px) {
    .content {
      padding-right: 0;
      padding-bottom: 30px; } }

.complect {
  margin-top: 30px;
  margin-bottom: 30px; }
  .complect .modals {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }
    .complect .modals .modals__inner {
      position: relative;
      padding-left: 20px;
      padding-right: 20px; }
  .complect .complect__img {
    position: relative; }
    @media screen and (max-width: 768px) {
      .complect .complect__img {
        margin-left: -20px;
        margin-right: -20px; } }
    .complect .complect__img img {
      width: 100%; }
  .complect .complect__item {
    position: absolute;
    z-index: 0; }
    .complect .complect__item.pos1 {
      left: 10%;
      top: 20%; }
    .complect .complect__item.pos2 {
      left: 50%;
      top: 30%; }
    .complect .complect__item.pos3 {
      left: 70%;
      top: 50%; }
    .complect .complect__item .complect__btn {
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .complect .complect__item .complect__btn {
          width: 45px;
          height: 45px; } }
      .complect .complect__item .complect__btn svg {
        width: 13px; }
      .complect .complect__item .complect__btn:hover {
        cursor: pointer; }

.complect__modal {
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  width: 200px;
  margin-left: -75px;
  z-index: 20;
  position: absolute;
  top: 25px;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
  display: none; }
  .complect__modal.show {
    display: block;
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .complect__modal {
      width: 300px;
      padding: 8px;
      margin-left: 0; } }
  @media screen and (max-width: 600px) {
    .complect__modal {
      width: 100%;
      z-index: 1;
      bottom: 0;
      position: relative;
      display: none;
      top: auto;
      bottom: 20px; } }
  .complect__modal .product-item {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .complect__modal .product-item {
        display: flex;
        height: auto;
        min-height: auto;
        width: 300px; } }
    @media screen and (max-width: 600px) {
      .complect__modal .product-item {
        width: 100%;
        background: #fff;
        box-sizing: border-box; } }
    .complect__modal .product-item a.product-item__img {
      min-height: 200px; }
      @media screen and (max-width: 768px) {
        .complect__modal .product-item a.product-item__img {
          width: 100px;
          flex: none;
          min-height: 190px;
          height: 190px; } }
    @media screen and (max-width: 768px) {
      .complect__modal .product-item .product-item__body {
        padding-left: 10px;
        box-sizing: border-box; } }
    .complect__modal .product-item a.product-item__name {
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      color: #201E20; }
      @media screen and (max-width: 768px) {
        .complect__modal .product-item a.product-item__name {
          min-height: auto;
          margin-bottom: 0;
          font-size: 14px; } }
    .complect__modal .product-item .product-item__info .madeby .madeby__label {
      color: #636363;
      font-size: 14px; }
    .complect__modal .product-item .product-item__info .madeby .madeby__val {
      font-size: 14px; }
    .complect__modal .product-item a.btn.btn--arrow, .complect__modal .product-item a.btn--arrow.pagination__btn, .complect__modal .product-item .pagination a.btn--arrow.page-numbers, .pagination .complect__modal .product-item a.btn--arrow.page-numbers {
      width: 100;
      box-sizing: border-box;
      font-size: 14px;
      color: #201E20;
      border-color: #201E20;
      height: 40px; }
      @media screen and (max-width: 768px) {
        .complect__modal .product-item a.btn.btn--arrow, .complect__modal .product-item a.btn--arrow.pagination__btn, .complect__modal .product-item .pagination a.btn--arrow.page-numbers, .pagination .complect__modal .product-item a.btn--arrow.page-numbers {
          font-size: 13px;
          width: 100%;
          box-sizing: border-box; } }
      @media screen and (max-width: 600px) {
        .complect__modal .product-item a.btn.btn--arrow, .complect__modal .product-item a.btn--arrow.pagination__btn, .complect__modal .product-item .pagination a.btn--arrow.page-numbers, .pagination .complect__modal .product-item a.btn--arrow.page-numbers {
          margin-top: 9px; } }

.size-full {
  width: 100%;
  max-width: 100%; }

.content p, .content ol li, .content ul li {
  font-size: 20px; }

.content-text {
  color: #fff; }
  .content-text h2 {
    color: #fff;
    font-weight: 600;
    line-height: 110%; }

.col-img {
  margin-top: 20px;
  margin-bottom: 20px; }
  .col-img img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .col-img {
      margin-bottom: 20px; } }

.content-img {
  margin-top: 20px;
  margin-bottom: 20px; }

.content-slider {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .content-slider {
      width: 140%; } }

.contact-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px; }
  @media screen and (max-width: 992px) {
    .contact-items {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .contact-items {
      margin-top: 0px; } }

.contact-item {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 70px; }
  @media screen and (max-width: 992px) {
    .contact-item:first-child {
      margin-bottom: -20px; } }
  @media screen and (max-width: 992px) {
    .contact-item {
      width: 100%;
      margin-bottom: 20px; } }
  .contact-item .contact-item__label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }
    @media screen and (max-width: 992px) {
      .contact-item .contact-item__label {
        font-size: 14px;
        margin-bottom: 10px; } }
  .contact-item .contact-item__val {
    font-size: 2vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #fff;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .contact-item .contact-item__val {
        font-size: 16px; } }
    .contact-item .contact-item__val a {
      color: #fff; }
      .contact-item .contact-item__val a:hover {
        color: #DBBD5A; }
    .contact-item .contact-item__val:hover {
      color: #DBBD5A; }
    @media screen and (max-width: 992px) {
      .contact-item .contact-item__val {
        font-size: 20px; } }
    .contact-item .contact-item__val span.icon {
      width: 50px;
      height: 50px;
      margin-right: 20px; }
      @media screen and (max-width: 1200px) {
        .contact-item .contact-item__val span.icon {
          width: 30px; } }
      @media screen and (max-width: 992px) {
        .contact-item .contact-item__val span.icon {
          height: 37px; } }
      @media screen and (max-width: 768px) {
        .contact-item .contact-item__val span.icon {
          width: 30px; } }
      .contact-item .contact-item__val span.icon svg {
        width: 30px;
        fill: none;
        height: 100%; }
    .contact-item .contact-item__val + bp(768px) {
      font-size: 20px; }

.success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .success-icon svg {
      width: 140px;
      height: 140px; } }

.success-title {
  color: #FFF;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .success-title {
      font-size: 30px; } }

.success-desc {
  color: #FFF;
  text-align: center;
  font-size: 1.4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }
  @media screen and (max-width: 992px) {
    .success-desc {
      font-size: 16px; } }

.contact-actions {
  margin-left: -4vw;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363; }
  @media screen and (max-width: 992px) {
    .contact-actions {
      margin-right: 0;
      margin-left: 0;
      width: 100%;
      display: block; } }
  .contact-actions .contact-actions__row {
    display: flex;
    padding-left: 4vw;
    width: 100%;
    justify-content: space-between;
    padding-right: 4vw; }
    @media screen and (max-width: 992px) {
      .contact-actions .contact-actions__row {
        flex-wrap: wrap;
        display: block;
        padding-left: 0; } }
  .contact-actions .contact-action {
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; }
    @media screen and (max-width: 12000px) {
      .contact-actions .contact-action {
        font-size: 15px; } }
    @media screen and (max-width: 992px) {
      .contact-actions .contact-action {
        font-size: 16px; } }
    .contact-actions .contact-action svg {
      color: #fff;
      fill: none;
      flex: none;
      stroke: #fff; }
      @media screen and (max-width: 992px) {
        .contact-actions .contact-action svg {
          font-size: 16px; } }
    .contact-actions .contact-action:hover {
      color: #DBBD5A;
      stroke: #DBBD5A; }
      .contact-actions .contact-action:hover svg {
        stroke: #DBBD5A;
        color: #DBBD5A; }
    @media screen and (max-width: 768px) {
      .contact-actions .contact-action {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 992px) {
      .contact-actions .contact-action {
        font-size: 16px;
        width: 100%;
        display: flex;
        justify-content: center; } }
    .contact-actions .contact-action:first-child {
      padding-right: 4vw; }
      @media screen and (max-width: 992px) {
        .contact-actions .contact-action:first-child {
          border-bottom: 1px solid #636363; } }
    .contact-actions .contact-action + .contact-action {
      padding-left: 0vw; }
      @media screen and (max-width: 992px) {
        .contact-actions .contact-action + .contact-action {
          border: none;
          padding-left: 0; } }
    .contact-actions .contact-action svg {
      width: 35px;
      margin-left: 20px;
      height: 20px; }
      @media screen and (max-width: 992px) {
        .contact-actions .contact-action svg {
          margin-left: 10px;
          width: 25px; } }

.contact-data {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 992px) {
    .contact-data {
      padding-bottom: 20px;
      border-bottom: 1px solid #636363; } }
  @media screen and (max-width: 1300px) {
    .contact-data {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media screen and (max-width: 992px) {
    .contact-data {
      margin-top: 27px; } }
  .contact-data .contact-data__label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    linERTYRe-height: 160%; }
  .contact-data .contact-data__items {
    display: flex; }
    @media screen and (max-width: 992px) {
      .contact-data .contact-data__items {
        flex-wrap: wrap; } }
    .contact-data .contact-data__items .contact-data__item {
      margin-top: 30px;
      color: #FFF;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      margin-right: 40px; }
      @media screen and (max-width: 992px) {
        .contact-data .contact-data__items .contact-data__item {
          width: 100%;
          font-size: 16px;
          margin-top: 10px; } }

.product-gallery__inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 160px); }
  @media screen and (max-width: 992px) {
    .product-gallery__inner {
      min-height: auto; } }

h2.map-title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; }
  @media screen and (max-width: 992px) {
    h2.map-title {
      font-size: 30px; } }

.office-item span.label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }
  @media screen and (max-width: 1200px) {
    .office-item span.label {
      font-size: 18px; } }

.office-item span {
  font-weight: 500;
  color: #fff; }

.office-item--adress {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }
  @media screen and (max-width: 768px) {
    .office-item--adress {
      font-size: 20px; } }

.map-box {
  background: #cacaca;
  margin-top: 86px; }
  @media screen and (max-width: 768px) {
    .map-box {
      height: 292px; } }
  @media screen and (max-width: 992px) {
    .map-box {
      margin-top: 30px; } }

.filter-price-row {
  display: flex;
  justify-content: space-between; }
  .filter-price-row .filter-price-input {
    width: 49%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box; }
    .filter-price-row .filter-price-input span.from {
      color: #808080;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0.5px; }
    .filter-price-row .filter-price-input span.to {
      color: #808080;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0.5px;
      padding-left: 10px; }
    .filter-price-row .filter-price-input input {
      width: 40%;
      color: #1C1C1C;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 0.5px; }

.filter-price-action {
  display: flex;
  justify-content: space-between;
  margin-top: 15px; }
  .filter-price-action a {
    width: 49%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #201E20;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: block;
    height: 40px; }
    @media screen and (max-width: 768px) {
      .filter-price-action a {
        font-size: 13px; } }
    .filter-price-action a.btn-cancel {
      background: #ECECEC;
      display: flex;
      justify-content: center;
      align-items: center; }
      .filter-price-action a.btn-cancel:hover {
        background: #000;
        color: #fff; }
    .filter-price-action a.btn-accept {
      background: #DBBD5A;
      display: flex;
      justify-content: center;
      align-items: center; }
      .filter-price-action a.btn-accept:hover {
        background: #000;
        color: #fff; }

.irs--round .irs-bar {
  background-color: #DBBD5A; }

.irs--round .irs-handle {
  border-color: #DBBD5A; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  display: none; }

.irs--round .irs-min, .irs--round .irs-max {
  display: none; }

.go-up {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .go-up {
      width: 55px;
      height: 55px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      right: 13px;
      bottom: 80px;
      z-index: 100; } }
  .go-up:hover {
    background: #DBBD5A; }
  .go-up img {
    width: 16px;
    height: 40px; }

.footer-btm-menu {
  display: flex;
  margin: 0;
  width: 100%;
  padding: 0;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .footer-btm-menu {
      flex-wrap: wrap; } }
  .footer-btm-menu li {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .footer-btm-menu li {
        width: 100%; } }
    .footer-btm-menu li a {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      margin-left: 15px;
      opacity: 0.6;
      color: #fff;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }
      .footer-btm-menu li a:hover {
        cursor: pointer;
        color: #DBBD5A; }
      @media screen and (max-width: 992px) {
        .footer-btm-menu li a {
          display: block;
          font-size: 14px;
          margin-left: 0;
          margin-top: 10px;
          font-weight: 400; } }
      @media screen and (max-width: 1300px) {
        .footer-btm-menu li a {
          font-size: 15px; } }

.furniture_item {
  position: relative;
  height: 100px;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .furniture_item__img {
    width: 20px; }
    .furniture_item__img img {
      width: 100%; }

.calculator-result {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 992px) {
    .calculator-result {
      display: block !important; } }

@media screen and (max-width: 992px) {
  .product-imgs-toogle {
    display: none !important; } }

@media screen and (max-width: 992px) {
  .js-calculator-data {
    display: block;
    order: 0; } }

@media screen and (max-width: 992px) {
  .js-common-data {
    order: 3; } }

@media screen and (max-width: 992px) {
  .calculator-actions {
    display: none; } }

@media screen and (max-width: 992px) {
  .calc-action-toogle {
    display: none; } }

.calculator-result__img {
  width: 197px;
  height: 430px;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  background-size: contain;
  margin: 0 auto;
  position: relative; }
  .calculator-result__img .furniture {
    width: 40px;
    position: absolute;
    right: 40px;
    top: 21px; }
    .calculator-result__img .furniture img {
      width: 100%;
      height: 403px; }

label.white {
  color: #fff; }

.form-agree.white {
  color: #fff; }

@media screen and (max-width: 768px) {
  .fav-action {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 600px) {
  .fav-action .btn, .fav-action .pagination__btn, .fav-action .pagination .page-numbers, .pagination .fav-action .page-numbers {
    font-size: 11px;
    margin-bottom: 36px; } }

.messangers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.4px;
  text-transform: uppercase; }

.size-full {
  margin-top: 30px;
  margin-bottom: 30px; }

.content-video {
  margin-top: 30px;
  margin-bottom: 30px; }

.product-pagination {
  width: 100%; }

.office-data {
  display: none; }
  .office-data.active {
    display: block; }

.not-found {
  color: #fff; }

.copyright p {
  font-size: 15px; }



@media screen and (max-width: 992px) {
  .product-items--success {
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px; } }

.accent-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  color: #DBBD5A;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px; }
  .accent-link svg {
    fill: none;
    width: 15px;
    height: 15px; }

@media screen and (max-width: 992px) {
  .product-data {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 992px) {
  .product-data.contacts {
    display: block;
    border-top: 1px solid #636363;
    padding-top: 30px; } }

.product-data__scroll {
  height: 90vh; }
  .product-data__scroll .mCSB_container {
    padding-left: 4vw; }
  @media screen and (max-width: 992px) {
    .product-data__scroll {
      height: auto; } }

@media screen and (max-width: 768px) {
  .swiper-slide.col-6 {
    padding: 0 !important;
    display: block; } }

@media screen and (max-width: 580px) {
  .col-imgs {
    overflow: scroll; }
    .col-imgs .row {
      display: flex;
      flex-wrap: none;
      width: 580px; } }

.js-main-slider {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.fav-notificate {
  position: fixed;
  display: flex;
  right: 20px;
  bottom: 93px;
  z-index: 140;
  padding: 10px 15px;
  border-radius: 44px;
  background: #fff;
  align-items: center;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    .fav-notificate {
      padding: 7px 8px;
      right: 15px;
      bottom: 145px; } }
  .fav-notificate.hidden {
    opacity: 0; }
  .fav-notificate .fav-notificate--icon {
    width: 30px;
    display: block;
    height: 30px;
    background: url("../images/fav-active.svg") no-repeat center; }
    @media screen and (max-width: 992px) {
      .fav-notificate .fav-notificate--icon {
        width: 25px;
        height: 25px;
        background-size: 100%; } }
  .fav-notificate .fav-notificate--count {
    font-size: 20px;
    display: block;
    color: #201E20;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-left: 5px; }
    @media screen and (max-width: 992px) {
      .fav-notificate .fav-notificate--count {
        font-size: 16px; } }

@media screen and (max-width: 600px) {
  .js-product-slider {
    width: 140%; } }

.row {
  margin-right: -7px;
  margin-left: -7px;
  width: auto; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  70% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  70% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  70% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  70% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes spinIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0);
            transform: rotate(180deg) scale(0); }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: rotate(360deg) scale(1.15);
            transform: rotate(360deg) scale(1.15); }
  70% {
    -webkit-transform: rotate(360deg) scale(0.9);
            transform: rotate(360deg) scale(0.9); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes spinIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0);
            transform: rotate(180deg) scale(0); }
  20% {
    opacity: 1; }
  40% {
    -webkit-transform: rotate(360deg) scale(1.15);
            transform: rotate(360deg) scale(1.15); }
  70% {
    -webkit-transform: rotate(360deg) scale(0.9);
            transform: rotate(360deg) scale(0.9); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.tab {
  position: relative; }

#showcase_table {
  display: table;
  width: 100%;
  height: 100%; }

.prod_pop_shop{
	margin-top:50px;
}

#showcase_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.bounce_in_animation {
  text-align: left;
  display: inline-block;
  width: 350px; }

.swiper-nav-single-product {
  position: absolute;
  right: 0;
  bottom: 0; }


.product-details-pop{
	display:none!important;
}

.prod_img_title{
	color:white!important;
}

.price_pop{
	color: white;
    font-size: 16px;
    margin-top: -15px;
}

.pop_prod_item{
	width:23%;
	
    margin-bottom: 40px;
}

.cat-select {
    margin-bottom: 40px;
}

.prod_pop {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding-left: 4.5vw;
	padding-right: 4.5vw;
}

.btn_pop_prod{
	    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: white;
    padding-bottom: 20px;
    margin-top: 15px;
    border: 1px solid #ffffff;
}

.product-image{
	overflow: hidden;
    position: relative;
    height: 40vw;
}

@media screen and (max-width: 768px) {
	
	.product-image{
    height: auto;
}
  .js-main-slider {
    padding-bottom: 0px; } }

.js-main-slider .swiper-wrapper {
  width: 100%; }

.js-main-slider .slider-arrow__item--prev {
  width: 50px;
  height: 50px;
  top: 50%;
  position: absolute;
  left: 20px;
  z-index: 4;
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .js-main-slider .slider-arrow__item--prev {
      left: 0; } }

.js-main-slider .slider-arrow__item--next {
  width: 50px;
  height: 50px;
  top: 50%;
  position: absolute;
  right: 20px;
  z-index: 4;
  margin-right: 0; }
  @media screen and (max-width: 768px) {
    .js-main-slider .slider-arrow__item--next {
      right: 0; } }

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

.js-open-calculator svg {
  stroke: #fff; }

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

.border {
  position: absolute;
  border: none !important; }
  .border.border--top {
    top: 18px;
    width: 163px;
    height: 1px;
    left: 17px;
    outline: none; }
  .border.border--left {
    top: 18px;
    height: 410px;
    width: 1px;
    left: 15px; }
  .border.border--right {
    top: 18px;
    height: 410px;
    width: 1px;
    right: 17px; }

.js-calculator-result {
  position: relative; }
  .js-calculator-result a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.icon-wrap {
	display: flex;
    max-width: 120px;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 110px;
    margin-right: 30px;
}

.main-menu{
	width:50%;
}

.menu-wrap {
	    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	
    align-content: flex-end;
	
}

aside a.aside-phone {
	display:none!important;
}

.product-fav{
	margin-bottom:10px;
	margin-top:10px;
}

.yith-wcwl-wishlistexistsbrowse span {
	display:none;
}


.wishlist-items-wrapper {
	    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;

}

.wish_item {
	padding:5px;
}

.attachment-woocommerce_thumbnail  {
	min-height: 25vw;
    object-fit: cover;
}

.js-fav {
	display:none!important;
}

.woocommerce-product-gallery{
	width:100%;
}

.single-prod-wrap {
	width:66%;
	display: flex;

}

.variations_form{
	width:65%;
}

.variable-items-wrapper{
	display:flex;
	
    flex-wrap: wrap;
}

.variable-item{
	margin:0px;
}

.variable-item-image{
	    border-radius: 100px;
    width: 35px;
}

.label{
	color:white;
	padding:0px;
	
    border-bottom: 2px solid #21212100;
}

.woocommerce-variation-add-to-cart{
	display:none;
}

.woo-variation-items-wrapper{
	padding:0px!important;
}

.variable-item {
    padding-right: 10px;
	padding-left:0px;
}

ul li:after {
    background-color: #21212100!important;
}

.variable-items-wrapper {
	
    margin-top: 8px;
}

.attr-wrap{
	display: flex;
    flex-direction: column;
    width: fit-content;
    flex-wrap: wrap;
}

.product-data__scroll {
	
    padding: 40px;
    padding-top: 0px;
}

.product-row {
}

.js-common-data{
	
    overflow-y: scroll;
}

.pepepe{
	display: flex;
    flex-direction: column;
    width: 35vw;
    max-width: 330px;
    padding-top: 6px;
    margin-right: 30px;
    padding-bottom: 50px;
}

.wp-post-image{
	width:100%;
}

.marg-top {
	margin-top:30px;
}

.header.header--inner .header-col--search {
	    background-color: #201e20;
}

.car-top-wrap{
	display: flex;
    justify-content: space-between;
    width: 80%;
}

.des-ph {
    color: white;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 35px;
    margin-top: -4px;
}

.pa_izob {
	font-size:1.5vw;
}

.carousel-container{
	display:none;
}

.prod-btn {
	
}

.prod-btn-wrap{
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}

.product-data {
    width: 33.2%;
}

.box-pad-sec {
    padding-right: 0;
}

.yith-wcwl-icon {
	    background-color: white;
    padding: 20px;
    font-size: 20px;
	    margin: 0;
	margin-left:10px;
}

.yith-wcwl-icon{
	margin:0;
    color: #201e20;
}

.act-btn{
	width:77%;
}

.act-btn a {
	padding-left: 10px;
    padding-right: 10px;
    font-size: 1vw;
}

.yith-wcwl-add-button span {
	display:none;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 14px;
	width:fit-content;
}

.prod-btn-wrap{
	margin-bottom:25px;
}

.calc-btn-prod{
	margin-bottom:50px;
}

.header-col--search{
	width:30%;
}

.product-fav {
	width:20%!important;
}

.yith-wcwl-wishlistaddedbrowse a {
	display: block;
    position: relative;
    width: 300px;
    right: 153px;
    top: 15px;
}



.product-price-mob {
	display:none;
	border:none;
}

.product-title{
	
    margin-bottom: 15px;
}

.product-item__info{
	
    margin-bottom: 30px;
}
.mob-svg {
	width:25px;
}
.product-price__val-mob{
	color: white;
    width: 44%;
    font-size: 2em;
    font-weight: 500;

}
.mob-half{
	width:19%;
}
.mob-half-2{
	width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ic-mob{
	display:none;
}

.mob-half{
	display:none;
}

.woocommerce-product-gallery__image a{
	    pointer-events: none;
}



.product-data::after {
    z-index: 999999;
}

.group-variable-item-wrapper {
	display:flex;
	margin-bottom:10px;
	padding:0px;
}
.group-variable-items-name{
	color:white;
}
li.group-variable-items-wrapper{
	margin:0px;
	padding:0px!important;
	
    margin-right: 50px;
}

.woo-variation-items-wrapper{
	    padding-top: 20px!important;
}

.ask-an-estimate-button{
	display:none;
}
.wishlist-title-container{
	display:none;
} 

.share-wrap{
	    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 94%;
    position: relative;
    top: -107px;
}

.cop-btn{
    background-color: #dbbd5a;
    display: block;
    padding: 17px;
    text-align: center;
    width: 100%;
    color: #16171b;
    font-size: 16px;
	
    text-transform: uppercase;
}

.yith-wcwl-share{
	    z-index: -3;
    position: relative;
    height: 0px;
    top: -9999px;
    left: -9999px;

}

.wishlist_table{
	visibility:hidden;
}

.wishlist-page-links{
	display:none;
}

.yith_wcwl_footer_additional_action{
	display:none;
}

.wishlist-fragment-form{
	margin-top: -50px;
}

.reset_variations{
	display:none;
}

.cop-btn:hover {
    background-color: #b59734;
}

.woocommerce img, .woocommerce-page img {
    width: 100%!important;
}




@media (max-width:991px) {
	.wishlist-items-wrapper {
		flex-wrap:wrap;
	}
}

.wish_title{
	
    min-height: 1em!important;
}
.wish_info{
	margin-bottom: 1em!important;
}


@media (max-width:768px){
	
		.prod_pop {
    padding-left: 0px;
}
	
	.pop_prod_item {
    width: 45%;
}
	
	.price_pop {
    font-size: 15px;
}
	
	.yith-wcwl-add-button{
margin-top:14px;
	}
	
	
	
	.cop-btn{
		padding:0px;
		
    padding-top: 17px;
    padding-bottom: 17px;
	}
	
	.wishlist-fragment{
	margin-top: 0px;
}
	
	.share-wrap small {
		width:100%;
	}
	
	.share-wrap {
    justify-content: center;
		
    width: 97.7%;
    top: -40px;
    margin: auto;
		padding-top: 17px;
    padding-bottom: 17px;
}
	
	.mob-half{
		display:block;
	}
	
	.mob-half-2 {
    width: 84%;
		
    justify-content: flex-end;
}
	
	.ic-mob{
		display:flex;
	}
	
	.header-row{
		padding-right:0px;
	}
	
	.calc-btn-prod {
    margin-bottom: 10px;
}
	
	.product-price__info{
		margin-top: -4px;
    margin-left: 8px;
	}

	.mob-svg{
		height:30px;
	}
	
	.product-price__val-mob {
    width: fit-content;
}
	
	.product-price-mob {
		margin-top:25px;
		display:flex;
		border-bottom: 1px solid #969696;
    padding-bottom: 35px;
	}
	
	.calc-btn-prod{
		    margin-top: 28px!important;
	}
	
	.calc-btn-prod{
		font-size:16px;
	}
	
	.act-btn {
    margin-top: 14px!important;
}
	
	.act-btn a {
		
    font-size: 3.5vw;
	}
	
	.product-data__scroll {
    padding: 15px;
}
	
	.product-data{
		
    width: 100%;
	}
	
	
	.product-fav {
    margin-bottom: 30px;
    margin-top: unset;
}
	
	.product-data__scroll .mCSB_container {
    padding-left: 0;
}
	.product-data .mCustomScrollBox {
    padding-left: 0px;
}
	
	.prod-btn{
		height:60px;
	}
	
	
	.form-field__input.white {
    width: 100%;
}
	
	
	.variable-items-wrapper {
    margin-bottom: -15px;
}
	
	.pepepe {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: auto;
		padding-bottom:0px;
}
	
	
	.wp-post-image {
    max-width: 100%;
}
	
	.js-common-data {
    height: fit-content;
}
	
	.attr-wrap {
    margin-top: 40px;
}
	
	.js-calculator-data{
		display:none;
	}
	
	
	.carousel-container {
    display: none;
}
	
	.single-prod-wrap {
    width: 95%!important;
    margin: auto!important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
	
	.mCSB_scrollTools_vertical{
		display:none!important;
	}
	
	ul.main-menu {
    text-align: right;
}

	
	aside.aside-phone {
		display:none!important;
	}
	
	
	
	.icon-wrap {
		display:flex!important;
	}
	.menu-wrap {
    flex-direction: column;
}
	
	.mob-hide{
		display:none!important;
	}
	
	.variations_form {
    width: 100%;
}
}

.price_pop{
	display:none;
}

@media (min-width:1024px) and (max-width:1440px) {
	.act-btn {
    width: 100%;
}
}


@media (max-width:1023px) {
	
	.woocommerce-variation-price{
		margin-top:50px;
	}
	.icon-wrap {
		display:none;
	}
}
@media (min-width:768px) and (max-width:1023px) {
	
.act-btn {
    width: 110%;
}
}


/*# sourceMappingURL=main.css.map */
