@charset "UTF-8";
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

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

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  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; }

.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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.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%;
  -webkit-box-sizing: border-box;
  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;
  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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: none;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 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;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  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: white; }

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

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

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

#icons-gradient {
  --color-stop-1: #ffb400;
  --color-stop-2: #ee7d00; }

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-tn: 0;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1030px;
  --breakpoint-lg: 1340px;
  --breakpoint-xl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

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

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

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

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

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

.list-inline-item {
  display: inline-block; }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

@media (min-width: 480px) {
  .container, .container-xs {
    max-width: 768px; } }

@media (min-width: 768px) {
  .container, .container-xs, .container-sm {
    max-width: 816px; } }

@media (min-width: 1030px) {
  .container, .container-xs, .container-sm, .container-md {
    max-width: 990px; } }

@media (min-width: 1340px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 1240px; } }

@media (min-width: 1500px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1344px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px; }

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  max-width: 45.83333%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

.col-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

.col-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

.col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 26;
  -ms-flex-order: 25;
  order: 25; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14; }

.order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 21;
  order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 22;
  order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 23;
  order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 24;
  order: 24; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%; }

.offset-14 {
  margin-left: 58.33333%; }

.offset-15 {
  margin-left: 62.5%; }

.offset-16 {
  margin-left: 66.66667%; }

.offset-17 {
  margin-left: 70.83333%; }

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

.offset-19 {
  margin-left: 79.16667%; }

.offset-20 {
  margin-left: 83.33333%; }

.offset-21 {
  margin-left: 87.5%; }

.offset-22 {
  margin-left: 91.66667%; }

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 480px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-xs-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xs-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xs-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xs-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xs-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xs-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xs-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xs-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xs-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xs-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xs-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xs-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 4.16667%; }
  .offset-xs-2 {
    margin-left: 8.33333%; }
  .offset-xs-3 {
    margin-left: 12.5%; }
  .offset-xs-4 {
    margin-left: 16.66667%; }
  .offset-xs-5 {
    margin-left: 20.83333%; }
  .offset-xs-6 {
    margin-left: 25%; }
  .offset-xs-7 {
    margin-left: 29.16667%; }
  .offset-xs-8 {
    margin-left: 33.33333%; }
  .offset-xs-9 {
    margin-left: 37.5%; }
  .offset-xs-10 {
    margin-left: 41.66667%; }
  .offset-xs-11 {
    margin-left: 45.83333%; }
  .offset-xs-12 {
    margin-left: 50%; }
  .offset-xs-13 {
    margin-left: 54.16667%; }
  .offset-xs-14 {
    margin-left: 58.33333%; }
  .offset-xs-15 {
    margin-left: 62.5%; }
  .offset-xs-16 {
    margin-left: 66.66667%; }
  .offset-xs-17 {
    margin-left: 70.83333%; }
  .offset-xs-18 {
    margin-left: 75%; }
  .offset-xs-19 {
    margin-left: 79.16667%; }
  .offset-xs-20 {
    margin-left: 83.33333%; }
  .offset-xs-21 {
    margin-left: 87.5%; }
  .offset-xs-22 {
    margin-left: 91.66667%; }
  .offset-xs-23 {
    margin-left: 95.83333%; } }

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1030px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1340px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1500px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 26;
    -ms-flex-order: 25;
    order: 25; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #aaa; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #aaa; }

.table tbody + tbody {
  border-top: 2px solid #aaa; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #aaa; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #aaa; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #aaa; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 479.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xs > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 1029.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 1339.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1499.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 4px; }

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 768px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none; } }

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }

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

.dropdown-toggle:empty::after {
  margin-left: 0; }

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

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

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

@media (min-width: 480px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 1030px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1340px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1500px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 4px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 4px 4px 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 4px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar .container,
.navbar .container-fluid, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 479.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-xs, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 480px) {
  .navbar-expand-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-xs, .navbar-expand-xs > .container-sm, .navbar-expand-xs > .container-md, .navbar-expand-xs > .container-lg, .navbar-expand-xs > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xs .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 1029.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1030px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 1339.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1340px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1499.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1500px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

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

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

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: 3px 3px 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 3px 3px; }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 3px; }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.card-deck .card {
  margin-bottom: 4px; }

@media (min-width: 768px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -4px;
    margin-left: -4px; }
  .card-deck .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 4px;
    margin-bottom: 0;
    margin-left: 4px; } }

.card-group > .card {
  margin-bottom: 4px; }

@media (min-width: 768px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion {
  overflow-anchor: none; }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 4px; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none; } }

a.badge:hover, a.badge:focus {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 480px) {
  .list-group-horizontal-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1030px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1340px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1500px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }

.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

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

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #aaa;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #aaa;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1340px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1500px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

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

.carousel {
  position: relative; }

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none; } }

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 4px !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1030px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1340px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1030px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1340px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1500px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

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

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

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

@media (min-width: 480px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 1030px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1340px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1500px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !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; }

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

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

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

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

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

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-n1 {
    margin: -0.25rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important; }
  .m-xs-n2 {
    margin: -0.5rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important; }
  .m-xs-n3 {
    margin: -1rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important; }
  .m-xs-n4 {
    margin: -1.5rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important; }
  .m-xs-n5 {
    margin: -3rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 1030px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1340px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1500px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 1030px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1340px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1500px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1340px !important; }
  .container {
    min-width: 1340px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #aaa; }
  .table .thead-dark th {
    color: inherit;
    border-color: #aaa; } }

@media (max-width: 1029.98px) {
  .container {
    padding-right: 23px;
    padding-left: 23px; } }

/**
 * Znajdują się tutaj style TYLKO dla DROPDOWN'a (ponieważ jest poza kontenerem).
 * Style dla INPUT powinny znaleźć się wewnątrz odpowiedniej sekcji!
 */
.select2-selection--multiple:hover {
  cursor: pointer; }

.select2-selection--multiple .select2-search__field:hover {
  cursor: pointer; }

.select2.select2-container {
  width: 100% !important; }

.select2-container--open .select2-dropdown--above {
  border: 1px solid #f3f3f4;
  border-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #f3f3f4;
  border-radius: 0; }

.select2-results__option {
  padding-left: 24px;
  font-family: "Silka", sans-serif;
  font-weight: 500; }

.select2-container--default .select2-results__option--highlighted {
  background-color: #ffb400 !important; }

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

.select2-container--calculator .select2-results__option {
  padding-left: 8px; }

.select2-container--calculator .select2-results__option:hover {
  color: #fff;
  background-color: #ee7d00; }

.select2-container--default .select2-selection--multiple::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  border-color: #4d4d4d transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.select2-container--default.select2-container--open .select2-selection--multiple::before {
  border-color: transparent transparent #4d4d4d transparent;
  border-width: 0 4px 5px 4px; }

.datepickers-container .datepicker {
  margin-top: -12px;
  border: 1px solid #f3f3f4;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.datepickers-container .datepicker--pointer {
  display: none; }

.datepickers-container .-bottom-left- .datepicker--pointer,
.datepickers-container .-top-left- .datepicker--pointer {
  border: 0; }

.datepickers-container .datepicker--nav {
  border-color: #b5b5b5; }

.datepickers-container .datepicker--nav-action,
.datepickers-container .datepicker--nav-title {
  border-radius: 0; }

.datepickers-container .datepicker--day-name {
  color: #ffb400;
  font-family: "Silka", sans-serif;
  font-weight: 500; }

.datepickers-container .datepicker--day-name.-weekend- {
  color: #ee7d00; }

.datepickers-container .datepicker--cell {
  border-radius: 0;
  font-family: "Silka", sans-serif;
  font-weight: 500; }

.datepickers-container .datepicker--cell.-focus- {
  color: #fff !important;
  background-color: #ffb400 !important; }

.datepickers-container .datepicker--cell.-selected- {
  color: #fff !important;
  background-color: #ee7d00 !important; }

.datepickers-container .datepicker--cell.-current- {
  color: #000;
  background-color: #f3f3f4; }

/**
 * Nadpisanie sciezek dla plikow gif oraz czcionek Slick
 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  src: url("./fonts/slick.eot");
  src: url("./fonts/../../fonts/Slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../fonts/Slick/slick.woff") format("woff"), url("./fonts/../../fonts/Slick/slick.ttf") format("truetype"), url("./fonts/../../fonts/Slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

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

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

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

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

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

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

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

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

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

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

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

.lb-outerContainer {
  border-radius: 0; }

.lb-cancel {
  background: url("../img/lightbox2/loading.gif") no-repeat; }

.lb-nav a.lb-prev {
  background: url("../img/lightbox2/prev.png") left 48% no-repeat; }

.lb-nav a.lb-next {
  background: url("../img/lightbox2/next.png") right 48% no-repeat; }

.lb-data .lb-close {
  background: url("../img/lightbox2/close.png") top right no-repeat; }

.lightbox .lb-image {
  border: 0;
  border-radius: 0; }

.lb-data .lb-caption {
  display: none !important; }

.lb-data .lb-number {
  display: none !important; }

.swal2-popup {
  border-radius: 0 !important; }

.swal2-actions .swal2-styled.swal2-confirm {
  padding: 15px 60px !important; }

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

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

html,
body {
  -webkit-overflow-scrolling: touch; }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  background-color: #fff;
  overflow-x: hidden; }

p {
  font-family: "Silka", sans-serif; }

.img-responsive {
  max-width: 100%; }

.icon {
  vertical-align: middle; }

iframe {
  display: block; }

.container-narrow {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 1339.98px) {
  .container-narrow {
    max-width: 960px; } }

@media (max-width: 1029.98px) {
  .container-narrow {
    padding-left: 45px;
    padding-right: 45px; } }

@media (max-width: 479.98px) {
  .container-narrow {
    padding-left: 30px;
    padding-right: 30px; } }

.section-margin {
  margin: 96px 0; }

@media (max-width: 1339.98px) {
  .section-margin {
    margin: 64px 0; } }

#icons-gradient {
  --color-stop-1: #ffb400;
  --color-stop-2: #ee7d00; }

/*
 * Klasy pomocnicze (np. color-main, color-grey-100, bg-green-50, mb-4 etc.)
 */
.mb-0 {
  margin-bottom: 0px !important; }

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

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

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

.mb-12 {
  margin-bottom: 12px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

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

.mb-18 {
  margin-bottom: 18px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

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

.mb-23 {
  margin-bottom: 23px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-44 {
  margin-bottom: 44px !important; }

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

.mb-56 {
  margin-bottom: 56px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

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

.mb-72 {
  margin-bottom: 72px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-94 {
  margin-bottom: 94px !important; }

.mb-96 {
  margin-bottom: 96px !important; }

.mb-98 {
  margin-bottom: 98px !important; }

.mb-104 {
  margin-bottom: 104px !important; }

.mb-106 {
  margin-bottom: 106px !important; }

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

.mb-116 {
  margin-bottom: 116px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

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

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

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

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

.mt-12 {
  margin-top: 12px !important; }

.mt-14 {
  margin-top: 14px !important; }

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

.mt-18 {
  margin-top: 18px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-22 {
  margin-top: 22px !important; }

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

.mt-23 {
  margin-top: 23px !important; }

.mt-26 {
  margin-top: 26px !important; }

.mt-28 {
  margin-top: 28px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-44 {
  margin-top: 44px !important; }

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

.mt-56 {
  margin-top: 56px !important; }

.mt-60 {
  margin-top: 60px !important; }

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

.mt-72 {
  margin-top: 72px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-94 {
  margin-top: 94px !important; }

.mt-96 {
  margin-top: 96px !important; }

.mt-98 {
  margin-top: 98px !important; }

.mt-104 {
  margin-top: 104px !important; }

.mt-106 {
  margin-top: 106px !important; }

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

.mt-116 {
  margin-top: 116px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mt-160 {
  margin-top: 160px !important; }

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

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

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

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

.mr-12 {
  margin-right: 12px !important; }

.mr-14 {
  margin-right: 14px !important; }

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

.mr-18 {
  margin-right: 18px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-22 {
  margin-right: 22px !important; }

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

.mr-23 {
  margin-right: 23px !important; }

.mr-26 {
  margin-right: 26px !important; }

.mr-28 {
  margin-right: 28px !important; }

.mr-32 {
  margin-right: 32px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-44 {
  margin-right: 44px !important; }

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

.mr-56 {
  margin-right: 56px !important; }

.mr-60 {
  margin-right: 60px !important; }

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

.mr-72 {
  margin-right: 72px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-94 {
  margin-right: 94px !important; }

.mr-96 {
  margin-right: 96px !important; }

.mr-98 {
  margin-right: 98px !important; }

.mr-104 {
  margin-right: 104px !important; }

.mr-106 {
  margin-right: 106px !important; }

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

.mr-116 {
  margin-right: 116px !important; }

.mr-120 {
  margin-right: 120px !important; }

.mr-160 {
  margin-right: 160px !important; }

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

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

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

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

.ml-12 {
  margin-left: 12px !important; }

.ml-14 {
  margin-left: 14px !important; }

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

.ml-18 {
  margin-left: 18px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-22 {
  margin-left: 22px !important; }

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

.ml-23 {
  margin-left: 23px !important; }

.ml-26 {
  margin-left: 26px !important; }

.ml-28 {
  margin-left: 28px !important; }

.ml-32 {
  margin-left: 32px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-44 {
  margin-left: 44px !important; }

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

.ml-56 {
  margin-left: 56px !important; }

.ml-60 {
  margin-left: 60px !important; }

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

.ml-72 {
  margin-left: 72px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-94 {
  margin-left: 94px !important; }

.ml-96 {
  margin-left: 96px !important; }

.ml-98 {
  margin-left: 98px !important; }

.ml-104 {
  margin-left: 104px !important; }

.ml-106 {
  margin-left: 106px !important; }

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

.ml-116 {
  margin-left: 116px !important; }

.ml-120 {
  margin-left: 120px !important; }

.ml-160 {
  margin-left: 160px !important; }

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

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

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

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

.pb-12 {
  padding-bottom: 12px !important; }

.pb-14 {
  padding-bottom: 14px !important; }

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

.pb-18 {
  padding-bottom: 18px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-22 {
  padding-bottom: 22px !important; }

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

.pb-23 {
  padding-bottom: 23px !important; }

.pb-26 {
  padding-bottom: 26px !important; }

.pb-28 {
  padding-bottom: 28px !important; }

.pb-32 {
  padding-bottom: 32px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-44 {
  padding-bottom: 44px !important; }

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

.pb-56 {
  padding-bottom: 56px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

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

.pb-72 {
  padding-bottom: 72px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-94 {
  padding-bottom: 94px !important; }

.pb-96 {
  padding-bottom: 96px !important; }

.pb-98 {
  padding-bottom: 98px !important; }

.pb-104 {
  padding-bottom: 104px !important; }

.pb-106 {
  padding-bottom: 106px !important; }

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

.pb-116 {
  padding-bottom: 116px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

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

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

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

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

.pt-12 {
  padding-top: 12px !important; }

.pt-14 {
  padding-top: 14px !important; }

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

.pt-18 {
  padding-top: 18px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-22 {
  padding-top: 22px !important; }

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

.pt-23 {
  padding-top: 23px !important; }

.pt-26 {
  padding-top: 26px !important; }

.pt-28 {
  padding-top: 28px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-44 {
  padding-top: 44px !important; }

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

.pt-56 {
  padding-top: 56px !important; }

.pt-60 {
  padding-top: 60px !important; }

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

.pt-72 {
  padding-top: 72px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pt-96 {
  padding-top: 96px !important; }

.pt-98 {
  padding-top: 98px !important; }

.pt-104 {
  padding-top: 104px !important; }

.pt-106 {
  padding-top: 106px !important; }

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

.pt-116 {
  padding-top: 116px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-160 {
  padding-top: 160px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Czcionki
 * @include font-face({font-name}, '../fonts/{font-folder}/{font-file-name}', {font-weight}, {font-style}, {font-type: woff ttf woff2});
 */
@font-face {
  font-family: "Silka";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Silka/silka-regular-webfont.ttf#iefix") format("truetype"), url("../fonts/Silka/silka-regular-webfont.woff") format("woff"), url("../fonts/Silka/silka-regular-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Silka";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Silka/silka-medium-webfont.ttf#iefix") format("truetype"), url("../fonts/Silka/silka-medium-webfont.woff") format("woff"), url("../fonts/Silka/silka-medium-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Silka";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Silka/silka-semibold-webfont.ttf#iefix") format("truetype"), url("../fonts/Silka/silka-semibold-webfont.woff") format("woff"), url("../fonts/Silka/silka-semibold-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Silka";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Silka/silka-bold-webfont.ttf#iefix") format("truetype"), url("../fonts/Silka/silka-bold-webfont.woff") format("woff"), url("../fonts/Silka/silka-bold-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "iconfont";
  src: url("../iconfont/iconfont.eot");
  src: url("../iconfont/iconfont.eot?#iefix") format("eot"), url("../iconfont/iconfont.woff2") format("woff2"), url("../iconfont/iconfont.woff") format("woff"), url("../iconfont/iconfont.ttf") format("truetype"), url("../iconfont/iconfont.svg#iconfont") format("svg"); }

.icon-3d:before, .icon-about-certificate:before, .icon-about-fireplace:before, .icon-about-keys-plus:before, .icon-about-location:before, .icon-alert:before, .icon-area:before, .icon-arrow-left:before, .icon-arrow-news-right:before, .icon-arrow-right:before, .icon-arrow-short-right-bold:before, .icon-arrow-short-right:before, .icon-calendar:before, .icon-category-couch:before, .icon-category-flower:before, .icon-category-furniture:before, .icon-category-high-chair:before, .icon-category-people:before, .icon-category-thumb:before, .icon-chat:before, .icon-check:before, .icon-close:before, .icon-document:before, .icon-exclamation-circle:before, .icon-file-pdf:before, .icon-filter-grid:before, .icon-filter-list:before, .icon-floating-circle:before, .icon-floor:before, .icon-full-arrow-down:before, .icon-full-arrow-left:before, .icon-full-arrow-right:before, .icon-full-arrow-up:before, .icon-fullscreen:before, .icon-gift:before, .icon-grid:before, .icon-home-plus:before, .icon-home:before, .icon-key:before, .icon-language:before, .icon-local-plan:before, .icon-logo-facebook:before, .icon-logo-instagram:before, .icon-logo-linkedin:before, .icon-logo-youtube:before, .icon-mail:before, .icon-map-pin:before, .icon-map:before, .icon-person:before, .icon-phone:before, .icon-plan:before, .icon-play-video:before, .icon-play:before, .icon-plus:before, .icon-polygon:before, .icon-question:before, .icon-rent-info-agree:before, .icon-rent-info-furniture:before, .icon-rent-info-keys:before, .icon-rent-info-localization:before, .icon-room:before, .icon-search:before, .icon-star:before, .icon-star_fill:before, .icon-trash:before, .ap-filters-toggler:after, .ap-filters-toggler[aria-expanded="true"]:after, .ap-filters-clear:before, .ap-table__add-to-compare:after, .ap-table__add-to-compare.is-selected:after, .modal-local-calculator__checkbox-input + label:after, .section-contact__checkbox-input + label:after, .section-find-local__checkbox-input + label:after, .news-slider__arrow:after, .news-slider__arrow--prev:after, .eco-floating-circle-content a:after, .about-accordion__header:before, .about-accordion__header:after, .about-accordion__header[aria-expanded="true"]:after, .header-compare-button__go-to-compare:after, .landing-contest-contact__checkbox-input + label:after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1; }

.icon-3d:before {
  content: ""; }

.icon-about-certificate:before {
  content: ""; }

.icon-about-fireplace:before {
  content: ""; }

.icon-about-keys-plus:before {
  content: ""; }

.icon-about-location:before {
  content: ""; }

.icon-alert:before {
  content: ""; }

.icon-area:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-news-right:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-short-right-bold:before {
  content: ""; }

.icon-arrow-short-right:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-category-couch:before {
  content: ""; }

.icon-category-flower:before {
  content: ""; }

.icon-category-furniture:before {
  content: ""; }

.icon-category-high-chair:before {
  content: ""; }

.icon-category-people:before {
  content: ""; }

.icon-category-thumb:before {
  content: ""; }

.icon-chat:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-document:before {
  content: ""; }

.icon-exclamation-circle:before {
  content: ""; }

.icon-file-pdf:before {
  content: ""; }

.icon-filter-grid:before {
  content: ""; }

.icon-filter-list:before {
  content: ""; }

.icon-floating-circle:before {
  content: ""; }

.icon-floor:before {
  content: ""; }

.icon-full-arrow-down:before {
  content: ""; }

.icon-full-arrow-left:before {
  content: ""; }

.icon-full-arrow-right:before {
  content: ""; }

.icon-full-arrow-up:before {
  content: ""; }

.icon-fullscreen:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-grid:before {
  content: ""; }

.icon-home-plus:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-language:before {
  content: ""; }

.icon-local-plan:before {
  content: ""; }

.icon-logo-facebook:before {
  content: ""; }

.icon-logo-instagram:before {
  content: ""; }

.icon-logo-linkedin:before {
  content: ""; }

.icon-logo-youtube:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-map-pin:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-person:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-plan:before {
  content: ""; }

.icon-play-video:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-polygon:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-rent-info-agree:before {
  content: ""; }

.icon-rent-info-furniture:before {
  content: ""; }

.icon-rent-info-keys:before {
  content: ""; }

.icon-rent-info-localization:before {
  content: ""; }

.icon-room:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star_fill:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.ap-filters-toggler:after {
  content: ""; }

.ap-filters-toggler:after {
  font-size: 10px;
  margin-left: 8px;
  vertical-align: 1px; }

.ap-filters-toggler[aria-expanded="true"]:after {
  content: ""; }

.ap-filters-clear {
  color: #4d4d4d;
  letter-spacing: 0.07em; }

@media (max-width: 767.98px) {
  .ap-filters-clear {
    margin-bottom: 15px; } }

.ap-filters-clear:before {
  content: ""; }

.ap-filters-clear:before {
  font-size: 18px;
  margin-right: 8px;
  vertical-align: -3px; }

@media (max-width: 767.98px) {
  .ap-filters-clear:before {
    font-size: 12px;
    vertical-align: -1px; } }

.ap-filters-clear:hover {
  color: #666666; }

.ap-filters {
  padding: 50px;
  background: #f4f3f4; }

.ap-filters--white {
  background: #FFF;
  padding: 20px 0 50px; }

@media (max-width: 1339.98px) {
  .ap-filters {
    padding: 40px; } }

@media (max-width: 1029.98px) {
  .ap-filters {
    padding: 30px; } }

@media (max-width: 767.98px) {
  .ap-filters {
    padding: 15px 30px 25px 30px; } }

@media (max-width: 479.98px) {
  .ap-filters {
    padding: 10px; } }

.ap-filters__input {
  margin: 0; }

.ap-filters .input {
  margin-bottom: 0;
  padding: 10px 0; }

.ap-filters__submits {
  padding-top: 20px; }

@media (max-width: 767.98px) {
  .ap-filters__submits {
    padding-top: 5px; } }

@media (max-width: 479.98px) {
  .ap-filters__submits {
    padding-top: 0; } }

.ap-filters__blocks-list {
  min-height: 80px;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 30px; }

.ap-filters__blocks-list--short {
  min-height: 70px;
  margin-top: 0; }

.ap-filters__blocks-list--short .ap-filters__block-label {
  min-height: auto; }

@media (max-width: 767.98px) {
  .ap-filters__blocks-list--short {
    min-height: 64px; } }

@media (max-width: 479.98px) {
  .ap-filters__blocks-list--short {
    min-height: 42px; } }

@media (max-width: 767.98px) {
  .ap-filters__blocks-list {
    min-height: 64px;
    margin-top: 10px;
    margin-bottom: 20px; } }

@media (max-width: 479.98px) {
  .ap-filters__blocks-list {
    min-height: 42px; } }

.ap-filters__bottom-w-100 {
  margin-top: 10px; }

.ap-filters__top-w-100 {
  margin-bottom: 10px; }

.ap-filters__block {
  padding: 0; }

.ap-filters__block:not(:nth-child(6n+1)) {
  margin-left: -1px; }

.ap-filters__block:nth-child(6n+1) {
  margin-top: -1px; }

.ap-filters__block:first-child {
  margin-top: 0; }

@media (max-width: 1029.98px) {
  .ap-filters__block:not(:nth-child(6n+1)) {
    margin-top: -1px;
    margin-left: 0; } }

.ap-filters__block-label {
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid #cecece; }

@media (max-width: 767.98px) {
  .ap-filters__block-label {
    padding: 10px 12px; } }

@media (max-width: 479.98px) {
  .ap-filters__block-label {
    padding: 5px 7px; } }

.ap-filters__block-name {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: block;
  text-align: left;
  width: 100%; }

@media (max-width: 767.98px) {
  .ap-filters__block-name {
    font-size: 14px; } }

@media (max-width: 479.98px) {
  .ap-filters__block-name {
    font-size: 12px; } }

.ap-filters__block-address {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: block;
  text-align: left;
  margin-top: 6px;
  width: 100%; }

@media (max-width: 767.98px) {
  .ap-filters__block-address {
    font-size: 11px;
    margin-top: 2px; } }

@media (max-width: 479.98px) {
  .ap-filters__block-address {
    font-size: 9px; } }

.ap-filters__block-input {
  display: none; }

.ap-filters__block-input:checked + .ap-filters__block-label {
  z-index: 2; }

.ap-filters__block-input:checked + .ap-filters__block-label::before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border: 2px solid #ee7d00;
  z-index: 2; }

.ap-filters__block-input:checked + .ap-filters__block-label {
  color: #ee7d00; }

.ap-filters__collapse:not(.show) {
  display: block; }

@media (max-width: 767.98px) {
  .ap-filters__collapse:not(.show) {
    display: none; } }

.ap-filters__collapse-button .ap-filters__collapse-button-less {
  display: none; }

.ap-filters__collapse-button .ap-filters__collapse-button-more {
  display: inline; }

.ap-filters__collapse-button[aria-expanded="true"] .ap-filters__collapse-button-less {
  display: inline; }

.ap-filters__collapse-button[aria-expanded="true"] .ap-filters__collapse-button-more {
  display: none; }

.ap-filters__notice {
  padding: 15px;
  border: 1px solid #ee7d00;
  background: rgba(238, 125, 0, 0.06);
  width: 100%;
  color: #ee7d00; }

#js-apartments-list-form {
  padding-bottom: 35px; }

.ap-list-filter__list, .ap-list-filter__list-item {
  display: inline-block; }

.ap-list-filter__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 10px; }

@media (max-width: 1029.98px) {
  .ap-list-filter__label {
    display: block;
    font-size: 12px; } }

@media (max-width: 767.98px) {
  .ap-list-filter__label {
    display: inline-block; } }

.ap-list-filter__list {
  margin-bottom: 1px; }

.ap-list-filter__list > li {
  display: inline-block; }

@media (max-width: 767.98px) {
  .ap-list-filter__list {
    margin-top: 5px;
    margin-bottom: 10px; } }

.ap-list-filter__list-item {
  padding: 0 10px;
  color: #9b9b9b;
  border-left: 1px solid #e9e9e9;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out; }

.ap-list-filter__list-item.is-hidden {
  display: none; }

@media (max-width: 1339.98px) {
  .ap-list-filter__list-item {
    font-size: 15px;
    padding: 0 5px; } }

@media (max-width: 1029.98px) {
  .ap-list-filter__list-item {
    padding: 0 20px 0 0; } }

.ap-list-filter__list-item.current {
  color: #ee7d00; }

.ap-list-filter__list-item:hover {
  color: #ee7d00; }

.ap-list-filter__list-item:first-of-type {
  border-left: 0; }

.ap-table {
  position: relative;
  width: 100%; }

.ap-table__sort {
  display: block;
  margin-left: 6px; }

.ap-table__flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ap-table__sort-arrow {
  display: block;
  border-color: #4d4d4d;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }

.ap-table__sort-arrow:hover {
  color: #f3a44c; }

.ap-table__sort-arrow--asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  margin-bottom: 3px; }

.ap-table__sort-arrow--asc.is-active {
  border-bottom-color: #ee7d00; }

@media (max-width: 767.98px) {
  .ap-table__sort-arrow--asc {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid;
    margin-bottom: 2px; } }

.ap-table__sort-arrow--desc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid; }

.ap-table__sort-arrow--desc.is-active {
  border-top-color: #ee7d00; }

@media (max-width: 479.98px) {
  .ap-table__sort-arrow--desc {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid; } }

.ap-table__col {
  text-align: center;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-top: 0;
  vertical-align: middle;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  font-weight: 400; }

.ap-table__col--promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ee7d00;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px; }

.ap-table__col--promo strong {
  font-weight: 500 !important; }

@media (max-width: 1339.98px) {
  .ap-table__col {
    font-size: 15px; } }

@media (max-width: 1029.98px) {
  .ap-table__col {
    padding: 10px 15px;
    font-size: 14px; }
  .ap-table__col--promo {
    position: relative;
    background-color: transparent;
    color: #ee7d00;
    margin-bottom: 4px;
    bottom: 4px;
    top: unset;
    font-size: 10px; } }

@media (max-width: 767.98px) {
  .ap-table__col {
    padding: 5px 5px;
    font-size: 12px; } }

@media (max-width: 479.98px) {
  .ap-table__col {
    padding: 3px;
    font-size: 10px;
    line-height: 1.2; } }

.ap-table__col--head {
  background: #666666;
  color: #fff;
  border: 1px solid #818181;
  border-top: 0;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 600; }

@media (max-width: 1339.98px) {
  .ap-table__col--head {
    font-size: 13px; } }

@media (max-width: 767.98px) {
  .ap-table__col--head {
    font-size: 11px; } }

@media (max-width: 479.98px) {
  .ap-table__col--head {
    font-size: 9px; } }

.ap-table__col--head:first-of-type {
  border-left: 1px solid #666666; }

.ap-table__col--head:last-of-type {
  border-right: 1px solid #666666; }

@media (max-width: 767.98px) {
  .ap-table__col--additionals, .ap-table__col--additional-areas {
    display: none; } }

.ap-table__col p {
  line-height: 1.67; }

@media (max-width: 1029.98px) {
  .ap-table__col p {
    line-height: 1.5; } }

@media (max-width: 767.98px) {
  .ap-table__col p {
    line-height: 1.25; } }

.ap-table__col strong {
  font-weight: 400; }

.ap-table__col .button, .ap-table__col .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .ap-table__col .swal2-styled.swal2-confirm, .ap-table__col .header-navigation__button-login {
  font-size: 12px;
  text-align: center; }

@media (max-width: 767.98px) {
  .ap-table__col .button, .ap-table__col .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .ap-table__col .swal2-styled.swal2-confirm, .ap-table__col .header-navigation__button-login {
    font-size: 11px; } }

@media (max-width: 479.98px) {
  .ap-table__col .button, .ap-table__col .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .ap-table__col .swal2-styled.swal2-confirm, .ap-table__col .header-navigation__button-login {
    font-size: 8px; } }

.ap-table__col-label {
  display: none; }

.ap-table__col-promo-title {
  white-space: nowrap; }

@media (max-width: 767.98px) {
  .ap-table__row {
    border-top: 2px solid #e9e9e9; } }

.ap-table__row:not(.ap-table__row--head) {
  cursor: pointer; }

.ap-table__row:not(.ap-table__row--head):hover .ap-table__col {
  background: #f4f3f4; }

.ap-table__row:not(.ap-table__row--head):hover .ap-table__add-to-compare {
  opacity: 1;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

@media (max-width: 767.98px) {
  .ap-table__row:not(.ap-table__row--head):hover .ap-table__add-to-compare {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ap-table__row--promotional {
  border: 2px solid #ee7d00; }

.ap-table__row--promotional .ap-table__col-promo-title {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(270deg) translate(-50%, -100%);
  -ms-transform: rotate(270deg) translate(-50%, -100%);
  transform: rotate(270deg) translate(-50%, -100%);
  white-space: nowrap; }

.ap-table__row--promotional .ap-table__col-promo-title--reverse {
  -webkit-transform: rotate(90deg) translate(-50%, 0);
  -ms-transform: rotate(90deg) translate(-50%, 0);
  transform: rotate(90deg) translate(-50%, 0); }

@media (max-width: 767.98px) {
  .ap-table__row--promotional .ap-table__col-promo-title--reverse {
    -webkit-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0); } }

.ap-table__row--promotional .ap-table__col-promo-title--no-rotation {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: rotate(0) translate(0, 0);
  -ms-transform: rotate(0) translate(0, 0);
  transform: rotate(0) translate(0, 0); }

@media (max-width: 767.98px) {
  .ap-table__row--promotional .ap-table__col-promo-title--no-rotation {
    -webkit-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0); } }

@media (max-width: 767.98px) {
  .ap-table__row--promotional .ap-table__col-promo-title {
    display: none;
    position: relative;
    -webkit-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    top: auto;
    left: auto;
    width: auto; } }

.ap-table__row--promotional .ap-table__col-promo-background {
  position: absolute;
  top: -2px;
  left: 0;
  bottom: -2px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ee7d00));
  background-image: linear-gradient(90deg, #ffb400, #ee7d00); }

.ap-table__row--promotional .ap-table__col-promo-background--right {
  left: auto;
  right: -60px;
  background: -webkit-gradient(linear, left top, right top, from(#ee7d00), to(#ffb400));
  background: linear-gradient(90deg, #ee7d00, #ffb400); }

.ap-table__row--promotional .ap-table__col-promo-background--right .ap-table__col-promo-title {
  font-size: 21px !important; }

.ap-table__row--promotional .ap-table__col-promo-background--right-top {
  left: auto;
  right: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  padding: 0 12px;
  width: auto;
  bottom: auto; }

@media (max-width: 767.98px) {
  .ap-table__row--promotional .ap-table__col-promo-background {
    display: none;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    left: auto;
    width: auto;
    max-width: 280px;
    width: auto;
    margin: 0 auto 10px auto; } }

.ap-table__add-to-compare {
  width: 40px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(280deg, #ffb400, #ee7d00);
  color: #fff;
  font-size: 18px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, color 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-box-shadow: 0 10px 20px -10px #ee7d00;
  box-shadow: 0 10px 20px -10px #ee7d00; }

.ap-table__add-to-compare:hover {
  color: rgba(255, 255, 255, 0.6); }

@media (max-width: 1339.98px) {
  .ap-table__add-to-compare {
    width: 34px;
    height: 34px;
    line-height: 36px;
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .ap-table__add-to-compare {
    opacity: 1;
    -webkit-transform: translate(75%, -50%);
    -ms-transform: translate(75%, -50%);
    transform: translate(75%, -50%); } }

@media (max-width: 767.98px) {
  .ap-table__add-to-compare {
    position: relative;
    width: auto;
    max-width: 280px;
    display: block;
    margin: 10px auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 13px;
    text-transform: uppercase;
    display: none; }
  .ap-table__add-to-compare:after {
    font-size: 16px;
    vertical-align: -2px;
    margin-left: 7px; } }

.ap-table__add-to-compare:after {
  content: ""; }

.ap-table__add-to-compare.is-selected:after {
  content: ""; }

.ap-table__price-container {
  display: inline-block; }

.ap-table__price {
  letter-spacing: 0.05em;
  font-size: 13px !important;
  display: block !important;
  position: relative;
  float: left;
  clear: both;
  white-space: nowrap; }

.ap-table__price--before-promo {
  margin-bottom: 10px; }

.ap-table__price--before-promo::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ee7d00;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px; }

@media (max-width: 1029.98px) {
  .ap-table__price {
    font-size: 10px !important; } }

.ap-table p {
  margin: 0 !important;
  font-weight: 300; }

.apartments-list {
  margin-bottom: 70px; }

.apartments-list__container--shadow {
  -webkit-box-shadow: 0 80px 150px -20px rgba(23, 18, 25, 0.1);
  box-shadow: 0 80px 150px -20px rgba(23, 18, 25, 0.1); }

@media (max-width: 767.98px) {
  .apartments-list__container .container-narrow {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .apartments-list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0; } }

.apartments-list__info, .apartments-list__header {
  padding: 0 0 35px 0; }

@media (max-width: 1339.98px) {
  .apartments-list__info, .apartments-list__header {
    padding: 0 0 20px 0; } }

.apartments-list__info-counter {
  color: #9b9b9b; }

@media (max-width: 1339.98px) {
  .apartments-list__info-counter {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 10px;
    color: #4d4d4d; } }

@media (max-width: 767.98px) {
  .apartments-list__info-counter {
    display: inline-block; } }

.apartments-list__info-count {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500; }

@media (max-width: 1339.98px) {
  .apartments-list__info-count {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px; } }

.banner-discount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3); }

.banner-discount.stay-with-us {
  height: 550px;
  background-color: rgba(0, 0, 0, 0.1); }

.banner-discount.stay-with-us .banner-discount__title {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.banner-discount.stay-with-us .banner-discount__title h1 {
  width: 100%; }

.banner-discount button {
  margin-top: 32px;
  position: relative;
  padding: 20px 40px;
  letter-spacing: 2px; }

.banner-discount button span {
  margin-left: 10px; }

.banner-discount__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  margin-top: 60px;
  z-index: 10; }

@media (max-width: 991px) {
  .banner-discount__title {
    width: 80%; } }

.banner-discount__title h1 {
  font-size: 81px; }

@media (max-width: 1280px) {
  .banner-discount__title h1 {
    font-size: 64px; } }

@media (max-width: 991px) {
  .banner-discount__title h1 {
    font-size: 52px; } }

@media (max-width: 768px) {
  .banner-discount__title h1 {
    font-size: 32px; } }

.banner-discount__logo {
  z-index: 2;
  max-width: 250px;
  padding: 10px; }

.banner-discount__logo--img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.banner-discount__img {
  display: block;
  position: absolute;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  max-height: 100%; }

@media (max-width: 620px) {
  .banner-discount__img {
    display: none; } }

.banner-discount__img-mobile {
  display: none;
  z-index: -1; }

@media (max-width: 620px) {
  .banner-discount__img-mobile {
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 100%; } }

.banner-discount__popup {
  display: block;
  top: calc(50% - 100px);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  background-color: white;
  max-width: 828px;
  max-height: 400px;
  padding: 64px 104px; }

@media (max-width: 1029.98px) {
  .banner-discount__popup {
    padding: 64px 12px;
    max-height: 520px; } }

.banner-discount__popup .icon {
  position: absolute;
  top: 26px;
  right: 26px; }

.banner-discount__popup h2 {
  font-family: 'Silka';
  font-style: normal;
  font-weight: 500;
  color: #4D4D4D;
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 34px; }

@media (max-width: 767.98px) {
  .banner-discount__popup h2 {
    font-size: 26px;
    line-height: 28px; } }

.banner-discount__popup p {
  font-family: 'Silka';
  font-style: normal;
  font-weight: 400;
  color: #818181;
  font-size: 16px;
  line-height: 24px; }

.banner-discount__popup a {
  font-family: 'Silka';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  background: linear-gradient(315deg, #FFB400 0%, #EE7D00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

@media (max-width: 1339.98px) {
  .banner-discount__popup a {
    font-size: 14px;
    line-height: 16px; } }

.banner-discount__popup a::after {
  content: '';
  border-bottom: 1px solid #FFB400;
  width: 280px;
  display: block;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

@media (max-width: 1339.98px) {
  .banner-discount__popup a::after {
    width: 0; } }

.banner-discount__popup a:hover::after {
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.banner-discount__popup button {
  border: none;
  background-color: transparent; }

.banner-discount__wrapper-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5); }

.simple-benefits-card__back-title span {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 16px;
  font-weight: 400; }

.simple-benefits-card__back-title h3 {
  color: #212529; }

.discount__title {
  color: #4d4d4d; }

.discount__title h2 {
  font-size: 48px;
  font-weight: 600; }

@media (max-width: 768px) {
  .discount__title h2 {
    font-size: 31px; } }

.button, .swal2-actions .swal2-styled.swal2-confirm, .header-navigation__button-login {
  display: inline-block;
  padding: 20px 25px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-transition: background-color 0.25s, background 0.25s, color 0.25s;
  transition: background-color 0.25s, background 0.25s, color 0.25s;
  font-size: 1rem; }

.button:active, .swal2-actions .swal2-styled.swal2-confirm:active, .header-navigation__button-login:active, .button:focus, .swal2-actions .swal2-styled.swal2-confirm:focus, .header-navigation__button-login:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.button:hover, .swal2-actions .swal2-styled.swal2-confirm:hover, .header-navigation__button-login:hover {
  color: #fff;
  text-decoration: none; }

.button--grey, .swal2-actions .swal2-styled.swal2-confirm {
  color: #fff;
  background-color: #4d4d4d; }

.button--grey:hover, .swal2-actions .swal2-styled.swal2-confirm:hover {
  color: #fff;
  background-color: #676767; }

.button--gradient {
  position: relative;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%); }

.button--gradient::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.button--gradient:hover {
  color: #fff; }

.button--gradient:hover::after {
  opacity: 0.25; }

.button--seo {
  cursor: pointer;
  color: #ee7d00;
  padding: 0px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.button--seo:hover {
  color: #ee7d00;
  opacity: 0.25; }

.button--gradient-reverse {
  background: linear-gradient(45deg, #ffb400 0%, #ee7d00 100%); }

.button--full {
  display: inline-block;
  width: 100%;
  text-align: center; }

.button--small {
  padding: 9px 12px; }

.button--uppercase {
  text-transform: uppercase;
  letter-spacing: 2px; }

.button--square64-find-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1339.98px) {
  .button--square64-find-local {
    width: 32.9998%; } }

@media (max-width: 1029.98px) {
  .button--square64-find-local {
    width: 100%; } }

.button--square64-find-local span {
  margin-right: 0;
  line-height: 1; }

.button__icon {
  margin-right: 8px; }

.button__icon--large {
  font-size: 20px;
  line-height: 0; }

.button__icon--xl {
  font-size: 28px;
  line-height: 0px; }

@media (max-width: 1339.98px) {
  .button__icon--xl {
    font-size: 22px; } }

.button--margin-top {
  margin-top: 32px; }

.flipcard {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px; }

.flipcard__front, .flipcard__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.65s ease-out transform;
  transition: 0.65s ease-out transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

@media (max-width: 1029.98px) {
  .flipcard__front, .flipcard__back {
    position: relative;
    height: auto;
    top: auto;
    left: auto; } }

.flipcard__front {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 2 !important; }

.flipcard__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

@media (max-width: 1029.98px) {
  .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

.flipcard:hover {
  z-index: 1; }

.flipcard:hover .flipcard__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

@media (max-width: 1029.98px) {
  .flipcard:hover .flipcard__front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

.flipcard:hover .flipcard__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flipcard__front, .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    background: #fff;
    -webkit-transition: 0.2s ease-out opacity;
    transition: 0.2s ease-out opacity;
    opacity: 0; }
  .flipcard:hover .flipcard__front,
  .flipcard:hover .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .flipcard:hover .flipcard__back {
    opacity: 1; } }

.card {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative; }

.card__image {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }

.card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.card__image-overlay--gradient {
  background-color: transparent;
  background-image: linear-gradient(60deg, rgba(23, 18, 25, 0.6), rgba(23, 18, 25, 0.1)); }

.card__image-overlay--gradient-top {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 18, 25, 0.6)), to(rgba(23, 18, 25, 0.1)));
  background-image: linear-gradient(to top, rgba(23, 18, 25, 0.6), rgba(23, 18, 25, 0.1)); }

.card__text {
  position: relative;
  z-index: 2; }

.realisation-card {
  width: 100%;
  height: 408px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.realisation-card[mda-goto] {
  cursor: pointer; }

@media (max-width: 1339.98px) {
  .realisation-card {
    height: 380px; } }

@media (max-width: 1029.98px) {
  .realisation-card {
    height: calc(100% - 60px); } }

@media (max-width: 767.98px) {
  .realisation-card {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 479.98px) {
  .realisation-card {
    max-width: 100%; } }

.realisation-card:last-of-type {
  margin-bottom: 60px; }

@media (max-width: 767.98px) {
  .realisation-card:last-of-type {
    margin-bottom: 30px; } }

.realisation-card:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

@media (max-width: 1029.98px) {
  .realisation-card:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.realisation-card__back {
  -webkit-box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 40px;
  background: #fff; }

@media (max-width: 1339.98px) {
  .realisation-card__back {
    padding: 35px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back {
    padding: 25px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back .col-24 .button, .realisation-card__back .col-24 .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .realisation-card__back .col-24 .swal2-styled.swal2-confirm, .realisation-card__back .col-24 .header-navigation__button-login {
    margin-top: 15px; } }

@media (max-width: 767.98px) {
  .realisation-card__back {
    -ms-flex-item-align: initial !important;
    align-self: initial !important; }
  .realisation-card__back .col-24.align-self-end {
    height: auto; } }

.realisation-card__front {
  color: #fff;
  padding: 40px;
  text-shadow: 0 2px 4px rgba(77, 77, 77, 0.61); }

@media (max-width: 1339.98px) {
  .realisation-card__front {
    padding: 35px; } }

@media (max-width: 1029.98px) {
  .realisation-card__front {
    height: 200px;
    padding: 25px; } }

.realisation-card__front-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.017em; }

@media (max-width: 1339.98px) {
  .realisation-card__front-title {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .realisation-card__front-title {
    font-size: 14px; } }

.realisation-card__front-logo {
  margin-bottom: 30px;
  max-width: 65%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.realisation-card__front-logo svg {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 5px 20px rgba(23, 18, 25, 0.75));
  filter: drop-shadow(0 5px 20px rgba(23, 18, 25, 0.75)); }

.realisation-card__front-logo svg path,
.realisation-card__front-logo svg polygon,
.realisation-card__front-logo svg rect {
  fill: #fff !important; }

@media (max-width: 1029.98px) {
  .realisation-card__front-logo {
    margin: 0 0 15px 0; } }

@media (max-width: 767.98px) {
  .realisation-card__front-logo {
    width: 180px; }
  .realisation-card__front-logo svg {
    width: auto;
    max-width: 180px;
    height: 100px; } }

.realisation-card:hover .realisation-card__front-logo {
  opacity: 0; }

@media (max-width: 1339.98px) {
  .realisation-card:hover .realisation-card__front-logo {
    opacity: 1; } }

.realisation-card__back-label {
  color: #ee7d00;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.033em;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.4; }

@media (max-width: 1029.98px) {
  .realisation-card__back-label {
    margin-top: 5px;
    font-size: 13px;
    float: left;
    clear: both; } }

.realisation-card__back-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 16px; }

@media (max-width: 1339.98px) {
  .realisation-card__back-title {
    font-size: 24px;
    margin-bottom: 15px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back-title {
    font-size: 21px;
    float: left;
    clear: both; } }

.realisation-card__back-address {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.017em;
  margin-bottom: 10px;
  line-height: 1.5; }

@media (max-width: 1339.98px) {
  .realisation-card__back-address {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back-address {
    font-size: 14px;
    min-height: 3em;
    margin-bottom: 15px;
    clear: both; } }

.realisation-card__back-info {
  font-size: 15px;
  line-height: 1.4;
  color: #818181; }

@media (max-width: 1029.98px) {
  .realisation-card__back-info {
    font-size: 14px; } }

.realisation-card__back-info:last-of-type {
  margin-bottom: 18px; }

@media (max-width: 1029.98px) {
  .realisation-card__back-info:last-of-type {
    margin-bottom: 0; } }

.realisation-card__back-info-strong {
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d; }

@media (max-width: 1339.98px) {
  .realisation-card__back-info-strong {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back-info-strong {
    font-size: 14px; } }

.benefits-card {
  width: 255px;
  height: 275px;
  margin: 0 auto 30px auto;
  border-radius: 100%;
  position: relative; }

@media (max-width: 1339.98px) {
  .benefits-card {
    width: 220px;
    height: 230px; } }

@media (max-width: 1029.98px) {
  .benefits-card {
    width: auto;
    height: auto; } }

.benefits-card__front, .benefits-card__back {
  border-radius: 100%;
  overflow: hidden; }

.benefits-card__front {
  -webkit-box-shadow: 0 10px 20px -10px #ee7d00;
  box-shadow: 0 10px 20px -10px #ee7d00;
  width: 195px;
  height: 195px;
  margin: 30px 0 0 30px;
  background: #ee7d00; }

@media (max-width: 1339.98px) {
  .benefits-card__front {
    width: 170px;
    height: 170px;
    margin: 25px 0 0 25px; } }

@media (max-width: 1029.98px) {
  .benefits-card__front {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px auto; }
  .benefits-card__front img {
    width: 50px;
    height: 50px; } }

.benefits-card__back {
  -webkit-box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  width: 255px;
  height: 255px; }

@media (max-width: 1339.98px) {
  .benefits-card__back {
    width: 220px;
    height: 220px; } }

@media (max-width: 1029.98px) {
  .benefits-card__back {
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    overflow: visible; } }

@media (max-width: 767.98px) {
  .benefits-card__back {
    width: 70%;
    margin: 0 15%; } }

@media (max-width: 479.98px) {
  .benefits-card__back {
    width: 100%;
    margin: 0; } }

.benefits-card__back-text {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  color: #666666; }

@media (max-width: 1339.98px) {
  .benefits-card__back-text {
    font-size: 13px; } }

@media (max-width: 1029.98px) {
  .benefits-card__back-text {
    margin-top: 30px; } }

.benefits-card__front-image {
  max-width: 95px;
  max-height: 95px; }

.benefits-card__subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

@media (max-width: 1339.98px) {
  .benefits-card__subtitle {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .benefits-card__subtitle {
    bottom: auto;
    top: 105px; } }

.benefits-card:hover .benefits-card__subtitle {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

@media (max-width: 1029.98px) {
  .benefits-card:hover .benefits-card__subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.simple-benefits-card-container {
  position: relative; }

.simple-benefits-card-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 60%;
  background: #e9e9e9;
  top: 17%;
  right: 0; }

.simple-benefits-card-container:nth-child(4n):after {
  display: none; }

@media (max-width: 1029.98px) {
  .simple-benefits-card-container:nth-child(4n):after {
    display: block; } }

@media (max-width: 1029.98px) {
  .simple-benefits-card-container:nth-child(3n):after {
    display: none; } }

@media (max-width: 767.98px) {
  .simple-benefits-card-container:nth-child(2n):after {
    display: none; } }

@media (max-width: 479.98px) {
  .simple-benefits-card-container:after {
    display: none; } }

.simple-benefits-card-container--small:nth-child(4n):after {
  display: block; }

.simple-benefits-card-container--small:nth-child(3n):after {
  display: none; }

@media (max-width: 767.98px) {
  .simple-benefits-card-container--small:nth-child(3n):after {
    display: block; } }

@media (max-width: 767.98px) {
  .simple-benefits-card-container--small:nth-child(2n):after {
    display: none; } }

@media (max-width: 479.98px) {
  .simple-benefits-card-container--small:after {
    display: none; } }

.simple-benefits-card {
  width: 100%;
  height: 340px;
  margin: 0 auto 30px auto;
  position: relative; }

@media (max-width: 1029.98px) {
  .simple-benefits-card {
    height: auto; } }

.simple-benefits-card--small {
  height: 320px; }

@media (max-width: 1029.98px) {
  .simple-benefits-card--small {
    height: auto; }
  .simple-benefits-card--small .simple-benefits-card__front-image {
    margin-top: 0;
    max-width: 60px; }
  .simple-benefits-card--small .simple-benefits-card__front-icon {
    margin-top: 0;
    max-height: 50px;
    width: auto; }
  .simple-benefits-card--small .simple-benefits-card__front-icon svg {
    width: auto;
    height: 40px; } }

.simple-benefits-card__front {
  background: #fff; }

.simple-benefits-card__front-image {
  margin-top: 20px; }

.simple-benefits-card__front-icon {
  margin: 20px auto 0 auto;
  text-align: center;
  width: 140px;
  height: auto; }

.simple-benefits-card__front-icon svg {
  width: 100%;
  height: 100%; }

.simple-benefits-card__front-icon-cd {
  margin: 20px auto 0 auto;
  text-align: center;
  width: 180px;
  height: auto; }

.simple-benefits-card__front-icon-cd svg {
  width: 100%;
  height: 100%; }

.simple-benefits-card__front-icon-big {
  margin: 20px auto 0 auto;
  text-align: center;
  width: 200px;
  height: auto;
  max-width: 100%; }

.simple-benefits-card__front-icon-big svg {
  width: 100%;
  height: 100%; }

.simple-benefits-card__front-icon-big svg path,
.simple-benefits-card__front-icon-big svg polygon,
.simple-benefits-card__front-icon-big svg rect {
  fill: url(#icons-gradient) #ee7d00 !important; }

.simple-benefits-card__front-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  text-align: center;
  color: #4d4d4d;
  margin: 15px 10% 0 10%;
  min-height: 2.82em;
  width: 80%; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__front-title {
    display: none;
    margin: 15px 5% 0 5%; } }

.simple-benefits-card__back {
  -webkit-box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 30px 40px;
  position: relative; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__back {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    padding: 25px 10px; } }

@media (max-width: 767.98px) {
  .simple-benefits-card__back {
    padding: 20px 30px; } }

@media (max-width: 479.98px) {
  .simple-benefits-card__back {
    padding: 15px 20px; } }

.simple-benefits-card__back-city {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 10px 2px 10px;
  border-radius: 0px 0px 0px 20px;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  color: #fff;
  font-size: 22px;
  z-index: 1;
  font-weight: 700; }

@media (max-width: 1339.98px) {
  .simple-benefits-card__back-city {
    font-size: 16px; } }

.simple-benefits-card__back-text {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  color: #666666; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__back-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.6; } }

.simple-benefits-card__back-title {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  line-height: 1.37;
  color: #4d4d4d;
  margin-bottom: 10px;
  max-height: 200px;
  overflow-y: auto; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__back-title {
    text-align: center; } }

.simple-benefits-card__back-title--scroll {
  max-height: 200px;
  overflow-y: auto; }

.simple-benefits-card__front-image {
  max-width: 120px;
  max-height: 120px; }

.portfolio-card {
  height: 360px;
  margin: 20px 0 40px 0; }

@media (max-width: 1029.98px) {
  .portfolio-card {
    height: auto; } }

@media (max-width: 767.98px) {
  .portfolio-card {
    max-width: 380px;
    margin: 20px auto 30px auto; } }

.portfolio-card__front {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

@media (max-width: 1029.98px) {
  .portfolio-card__front {
    height: 220px; } }

.portfolio-card__back {
  -webkit-box-shadow: 0 20px 35px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 20px 35px 0 rgba(23, 18, 25, 0.12);
  padding: 40px;
  text-align: center; }

@media (max-width: 1029.98px) {
  .portfolio-card__back {
    padding: 30px;
    height: calc(100% - 220px);
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0.12);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0.12);
    border: 1px solid #e9e9e9; } }

.portfolio-card__back-image {
  height: 50px;
  width: auto;
  margin: 0 auto 30px auto; }

.portfolio-card__back-image > img,
.portfolio-card__back-image > svg {
  width: auto;
  height: 100%;
  max-height: 100%;
  margin: 0 auto; }

@media (max-width: 1029.98px) {
  .portfolio-card__back-image {
    height: 40px;
    margin: 0 auto 15px auto; } }

.portfolio-card__back-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-bottom: 8px; }

@media (max-width: 1339.98px) {
  .portfolio-card__back-title {
    font-size: 16px; } }

.portfolio-card__back-address {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.015em;
  color: #666666;
  margin-bottom: 8px; }

@media (max-width: 1339.98px) {
  .portfolio-card__back-address {
    font-size: 14px; } }

@media (max-width: 1029.98px) {
  .portfolio-card__back-address {
    margin-bottom: q15px; } }

.portfolio-card__back-info {
  font-size: 16px;
  line-height: 1.65;
  color: #4d4d4d;
  text-align: left;
  border-top: 1px solid #e9e9e9;
  padding: 10px 5px; }

.portfolio-card__back-info:last-of-type {
  margin-bottom: 10px; }

@media (max-width: 1339.98px) {
  .portfolio-card__back-info {
    padding: 5px; } }

@media (max-width: 1029.98px) {
  .portfolio-card__back-info {
    display: none; } }

.portfolio-card__back-info-strong {
  font-weight: bold;
  float: right; }

.news-card {
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.1);
  text-align: left;
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  margin: 20px 0 40px 0; }

@media (max-width: 767.98px) {
  .news-card {
    margin: 0 0 30px 0; } }

.news-card:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 15px 20px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 15px 20px 0 rgba(23, 18, 25, 0.12); }

@media (max-width: 767.98px) {
  .news-card:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.news-card--small {
  margin: 0;
  padding: 20px 0; }

.news-card--small:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }

.news-card--small:hover .news-card__title-small {
  color: #ee7d00; }

.news-card__image {
  width: 100%;
  height: auto;
  vertical-align: 0;
  line-height: 1; }

.news-card__content {
  padding: 25px 35px 40px 35px; }

@media (max-width: 767.98px) {
  .news-card__content {
    padding: 25px 25px 30px 25px; } }

.news-card__content-date {
  font-size: 14px;
  font-weight: 500;
  color: #818181;
  margin-bottom: 10px; }

@media (max-width: 767.98px) {
  .news-card__content-date {
    margin-bottom: 0; } }

.news-card__content-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 20px;
  display: inline-block; }

@media (max-width: 1339.98px) {
  .news-card__content-title {
    font-size: 21px; } }

@media (max-width: 1029.98px) {
  .news-card__content-title {
    padding-top: 18px; } }

@media (max-width: 767.98px) {
  .news-card__content-title {
    margin-bottom: 10px; } }

.news-card__title-small {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.31;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #4d4d4d; }

.news-card__title-small:hover {
  text-decoration: none; }

.news-card__image-button {
  vertical-align: -1px; }

.benefit-zone-card {
  width: 100%;
  height: 320px;
  margin-bottom: 30px; }

@media (max-width: 1029.98px) {
  .benefit-zone-card {
    height: auto; } }

.benefit-zone-card:last-of-type {
  margin-bottom: 60px; }

@media (max-width: 767.98px) {
  .benefit-zone-card:last-of-type {
    margin-bottom: 30px; } }

.benefit-zone-card__back {
  -webkit-box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 40px; }

@media (max-width: 1029.98px) {
  .benefit-zone-card__back {
    display: none; } }

.benefit-zone-card__front {
  color: #fff;
  padding: 40px;
  text-shadow: 0 2px 4px rgba(77, 77, 77, 0.61); }

@media (max-width: 1029.98px) {
  .benefit-zone-card__front {
    height: 280px; } }

@media (max-width: 767.98px) {
  .benefit-zone-card__front {
    height: 200px;
    padding: 30px; } }

.benefit-zone-card__front-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
  max-width: 50%;
  min-height: 2.34em; }

@media (max-width: 1029.98px) {
  .benefit-zone-card__front-title {
    margin-bottom: 10px;
    font-size: 28px; } }

@media (max-width: 767.98px) {
  .benefit-zone-card__front-title {
    margin-bottom: 10px;
    font-size: 24px;
    max-width: 100%;
    min-height: 1px; } }

@media (max-width: 479.98px) {
  .benefit-zone-card__front-title {
    font-size: 21px; } }

.benefit-zone-card__front-logo {
  margin-bottom: 20px;
  max-width: 55px; }

@media (max-width: 767.98px) {
  .benefit-zone-card__front-logo {
    max-width: 40px;
    margin-bottom: 15px; } }

.benefit-zone-card__front-logo svg {
  width: 55px;
  height: auto; }

@media (max-width: 767.98px) {
  .benefit-zone-card__front-logo svg {
    width: 40px; } }

.benefit-zone-card__front-logo svg path,
.benefit-zone-card__front-logo svg polygon,
.benefit-zone-card__front-logo svg rect {
  fill: #fff !important; }

.benefit-zone-card__back-logo {
  margin-bottom: 20px;
  max-width: 65px; }

.benefit-zone-card__back-logo svg {
  width: 100%;
  height: 100%; }

.benefit-zone-card__back-logo svg path,
.benefit-zone-card__back-logo svg polygon,
.benefit-zone-card__back-logo svg rect {
  fill: url(#icons-gradient) #ee7d00 !important; }

.benefit-zone-card__back-logo {
  margin-bottom: 20px;
  max-width: 65px; }

.benefit-zone-card__back-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 20px; }

.benefit-zone-card__back-excerpt {
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 20px; }

.press-anchor-card {
  width: 100%;
  margin-bottom: 30px;
  display: block; }

@media (max-width: 1339.98px) {
  .press-anchor-card {
    height: auto; } }

@media (max-width: 479.98px) {
  .press-anchor-card {
    margin-bottom: 15px; } }

.press-anchor-card__back {
  -webkit-box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 40px; }

@media (max-width: 1029.98px) {
  .press-anchor-card__back {
    padding: 0 15px;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    text-align: center; } }

.press-anchor-card__front {
  color: #4d4d4d;
  padding: 40px;
  background: #e9e9e9;
  position: relative;
  height: 280px;
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
  box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
  display: block; }

.press-anchor-card__front:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
  background: #fff; }

@media (max-width: 1339.98px) {
  .press-anchor-card__front {
    height: auto; }
  .press-anchor-card__front:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
    box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
    background: #fff; } }

.press-anchor-card__front-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.18; }

@media (max-width: 1029.98px) {
  .press-anchor-card__front-title {
    font-size: 24px; } }

@media (max-width: 767.98px) {
  .press-anchor-card__front-title {
    font-size: 21px; } }

@media (max-width: 479.98px) {
  .press-anchor-card__front-title {
    font-size: 18px; } }

.press-anchor-card__front-logo {
  margin-bottom: 20px;
  max-width: 50px; }

.press-anchor-card__front-logo svg {
  width: 100%;
  height: 100%; }

.press-anchor-card__front-logo svg path,
.press-anchor-card__front-logo svg polygon,
.press-anchor-card__front-logo svg rect {
  fill: #fff !important; }

.press-anchor-card__back-logo {
  margin-bottom: 20px;
  max-width: 65px; }

@media (max-width: 1029.98px) {
  .press-anchor-card__back-logo {
    max-width: 40px;
    margin-left: auto;
    margin-right: auto; } }

.press-anchor-card__back-logo svg {
  width: 100%;
  height: 100%; }

.press-anchor-card__back-logo svg path,
.press-anchor-card__back-logo svg polygon,
.press-anchor-card__back-logo svg rect {
  fill: url(#icons-gradient) #ee7d00 !important; }

.press-anchor-card__back-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 20px; }

@media (max-width: 1339.98px) {
  .press-anchor-card__back-title {
    font-size: 28px; } }

@media (max-width: 1029.98px) {
  .press-anchor-card__back-title {
    font-size: 22px;
    margin-bottom: 15px; } }

@media (max-width: 767.98px) {
  .press-anchor-card__back-title {
    font-size: 18px; } }

.press-anchor-card__back-excerpt {
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 20px; }

@media (max-width: 1029.98px) {
  .press-anchor-card__back-excerpt {
    margin-bottom: 15px; } }

.single-file p {
  margin: 0 !important; }

.single-file a {
  text-decoration: none !important;
  -webkit-transition: opacity 0.2s ease-out !important;
  transition: opacity 0.2s ease-out !important; }

.single-file__container {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding: 15px 20px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.single-file__container:hover {
  opacity: 0.75; }

@media (max-width: 767.98px) {
  .single-file__container {
    padding: 10px 15px;
    margin-bottom: 15px; } }

.single-file__files-icon {
  color: #ee7d00;
  font-size: 42px;
  line-height: 1;
  vertical-align: 0;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  margin-top: 2px; }

.single-file__files-icon:before {
  line-height: 1;
  vertical-align: 0; }

@media (max-width: 767.98px) {
  .single-file__files-icon {
    font-size: 32px;
    height: 32px; } }

.single-file__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #4d4d4d;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 1339.98px) {
  .single-file__name {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .single-file__name {
    font-size: 15px; } }

.single-file__info {
  font-weight: normal;
  text-transform: uppercase;
  color: #666666; }

.headline2 {
  font-size: 51px;
  margin-bottom: 50px;
  line-height: 1.24;
  font-weight: 700;
  color: #4d4d4d; }

.contact-form-phone {
  margin-bottom: 80px; }

.contact-form-phone .section-contact__input.has-error {
  border-color: #f00; }

.contact-form-phone .modal-local-calculator__checkbox-input.has-error .modal-local-calculator__checkbox-input + label::before {
  border-color: #f00; }

.cookie-info {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.cookie-info__box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 470px;
  padding: 32px;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  -webkit-box-shadow: -4px 8px 48px rgba(77, 77, 77, 0.16);
  box-shadow: -4px 8px 48px rgba(77, 77, 77, 0.16);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999; }

@media (max-width: 1029.98px) {
  .cookie-info__box {
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; } }

.cookie-info__image {
  position: absolute;
  pointer-events: none;
  z-index: -1; }

.cookie-info__image--top {
  top: 0;
  right: 0; }

.cookie-info__image--bottom {
  left: 0;
  bottom: 0; }

.cookie-info.hide {
  opacity: 0;
  pointer-events: none; }

.cookie-info__title {
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1.125rem; }

.cookie-info__text {
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 0.875rem; }

.discount__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1030px) {
  .discount__contact {
    margin-bottom: 52px; } }

.discount__partners {
  margin: auto;
  max-width: 598px;
  background-color: #f3f3f4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1339.98px) {
  .discount__partners {
    margin: 32px auto; } }

.discount__partners h2 {
  font-family: 'Silka';
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 50px;
  color: #4D4D4D;
  margin-bottom: 50px; }

@media (max-width: 1339.98px) {
  .discount__partners h2 {
    font-size: 32px;
    line-height: 34px; } }

@media (max-width: 767.98px) {
  .discount__partners h2 {
    font-size: 26px;
    line-height: 28px; } }

.discount__partners p {
  font-family: 'Silka';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #818181; }

@media (max-width: 1339.98px) {
  .discount__partners p {
    font-size: 24px;
    line-height: 30px; } }

@media (max-width: 767.98px) {
  .discount__partners p {
    font-size: 18px;
    line-height: 18px; } }

.discount__partners a {
  font-family: 'Silka';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  background: linear-gradient(315deg, #FFB400 0%, #EE7D00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

@media (max-width: 1339.98px) {
  .discount__partners a {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 767.98px) {
  .discount__partners a {
    font-size: 14px;
    line-height: 14px; } }

.discount__partners a::after {
  content: '';
  border-bottom: 1px solid #FFB400;
  width: 74%;
  display: block;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

@media (max-width: 1339.98px) {
  .discount__partners a::after {
    width: 64%; } }

@media (max-width: 767.98px) {
  .discount__partners a::after {
    width: 220px; } }

.discount__partners a:hover::after {
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.discount__button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1029.98px) {
  .discount__button-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.discount__button-wrapper button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  width: auto;
  border: none;
  border-bottom: 1px solid #4D4D4D;
  background-color: transparent;
  font-family: 'Silka';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #4D4D4D;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px; }

@media (max-width: 1029.98px) {
  .discount__button-wrapper button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.discount__button-wrapper button.active {
  border-bottom: 2px solid #EE7D00; }

.discount__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin: 47px 0;
  font-weight: 300; }

.discount__title b {
  font-weight: 500; }

@media (max-width: 1339.98px) {
  .discount__title {
    margin: 24px 0; } }

.floating-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 250; }

@media (max-width: 1029.98px) {
  .floating-bar {
    display: none; } }

.floating-bar__menu {
  margin: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style-type: none; }

.floating-bar__menu--gradient {
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%), #ee7d00; }

.floating-bar__menu-item {
  position: relative; }

.floating-bar__menu-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.66); }

.floating-bar__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 56px;
  width: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background .25s;
  transition: background .25s;
  opacity: .9;
  -webkit-transition: .4s opacity;
  transition: .4s opacity; }

@media (max-width: 1499.98px) {
  .floating-bar__menu-link {
    height: 46px;
    width: 46px; } }

.floating-bar__menu-link:hover {
  text-decoration: none;
  opacity: 1; }

.floating-bar__menu-link:hover + .floating-bar__menu-hideable {
  right: 56px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@media (max-width: 1499.98px) {
  .floating-bar__menu-link:hover + .floating-bar__menu-hideable {
    right: 46px; } }

.floating-bar__menu-link--action::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.floating-bar__menu-link--action:hover::after {
  opacity: 0.25; }

.floating-bar__menu-link--social {
  background: rgba(206, 206, 206, 0.5); }

.floating-bar__menu-link--facebook {
  background: #3b5998; }

.floating-bar__menu-link--linkedin {
  background: #0077b5; }

.floating-bar__menu-link--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.floating-bar__menu-link--youtube {
  background: #fe121a; }

.floating-bar__menu-link-icon {
  color: #fff;
  line-height: 1;
  font-size: 1.25rem; }

@media (max-width: 1499.98px) {
  .floating-bar__menu-link-icon {
    font-size: 1rem; } }

.floating-bar__menu-link-icon--mail {
  font-size: 1.125rem; }

@media (max-width: 1499.98px) {
  .floating-bar__menu-link-icon--mail {
    font-size: 1rem; } }

.floating-bar__menu-link-icon--phone, .floating-bar__menu-link-icon--file-pdf {
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .floating-bar__menu-link-icon--phone, .floating-bar__menu-link-icon--file-pdf {
    font-size: 1.375rem; } }

@media (max-width: 1499.98px) {
  .floating-bar__menu-link-icon--phone, .floating-bar__menu-link-icon--file-pdf {
    font-size: 1.25rem; } }

.floating-bar__menu-hideable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -1px;
  right: 0;
  height: 58px;
  width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-right: 0;
  background: linear-gradient(175deg, #f6a83e 0%, #f9b13f 100%);
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -1;
  -webkit-transition: right 0.25s, -webkit-transform 0.25s;
  transition: right 0.25s, -webkit-transform 0.25s;
  transition: right 0.25s, transform 0.25s;
  transition: right 0.25s, transform 0.25s, -webkit-transform 0.25s;
  font-size: 1.25rem; }

@media (max-width: 1499.98px) {
  .floating-bar__menu-hideable {
    height: 48px; } }

.floating-circle-button {
  display: none;
  position: fixed;
  right: 22px;
  bottom: 102px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#ee7d00), to(#ffb400));
  background: linear-gradient(90deg, #ee7d00 0%, #ffb400 100%);
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  -webkit-box-shadow: -4px 8px 48px rgba(238, 125, 0, 0.16);
  box-shadow: -4px 8px 48px rgba(238, 125, 0, 0.16);
  z-index: 450;
  font-size: 0.875rem; }

.floating-circle-button:hover {
  color: #fff;
  text-decoration: none; }

@media (max-width: 1029.98px) {
  .floating-circle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.floating-circle-button__icon {
  margin-right: 10px;
  color: #fff;
  line-height: 0;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .floating-circle-button__icon {
    font-size: 1.5rem; } }

.floating-circle-button {
  display: none;
  position: fixed;
  right: 22px;
  bottom: 102px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#ee7d00), to(#ffb400));
  background: linear-gradient(90deg, #ee7d00 0%, #ffb400 100%);
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  -webkit-box-shadow: -4px 8px 48px rgba(238, 125, 0, 0.16);
  box-shadow: -4px 8px 48px rgba(238, 125, 0, 0.16);
  z-index: 450;
  font-size: 0.875rem; }

.floating-circle-button:hover {
  color: #fff;
  text-decoration: none; }

@media (max-width: 1029.98px) {
  .floating-circle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.floating-circle-button__icon {
  margin-right: 10px;
  color: #fff;
  line-height: 0;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .floating-circle-button__icon {
    font-size: 1.5rem; } }

.floating-mobile-menu-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  z-index: 500; }

@media (max-width: 1029.98px) {
  .floating-mobile-menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.floating-mobile-menu-bar__button-group {
  height: 80px;
  width: 100%;
  max-width: 400px; }

.floating-mobile-menu-bar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.floating-mobile-menu-bar__button:active, .floating-mobile-menu-bar__button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.floating-mobile-menu-bar__button--menu-trigger::before {
  content: '';
  position: absolute;
  height: 48px;
  width: calc(100% - 16px);
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ee7d00));
  background-image: linear-gradient(0deg, #ffb400, #ee7d00);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened::before {
  opacity: 0.1; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler {
  left: 24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span {
  background-color: #ee7d00; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 7px);
  -ms-transform: rotate(45deg) translate(4px, 7px);
  transform: rotate(45deg) translate(4px, 7px); }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span:nth-child(2) {
  opacity: 0; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -8px);
  -ms-transform: rotate(-45deg) translate(4px, -8px);
  transform: rotate(-45deg) translate(4px, -8px); }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-text {
  width: 100%;
  padding-right: 14px; }

.floating-mobile-menu-bar__button-icon {
  position: relative;
  color: #4d4d4d;
  line-height: 1;
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .floating-mobile-menu-bar__button-icon {
    font-size: 1.375rem; } }

.floating-mobile-menu-bar__star-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -12px;
  right: -12px;
  height: 16px;
  width: 16px;
  color: #fff;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%);
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 0.75rem; }

.floating-mobile-menu-bar__menu-button-toggler {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 24px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: translate 0.25s, left 0.25s;
  transition: translate 0.25s, left 0.25s; }

.floating-mobile-menu-bar__menu-button-toggler span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background-color: #4d4d4d;
  -webkit-transition: top 0.25s, opacity 0.25s, background-color 0.25s;
  transition: top 0.25s, opacity 0.25s, background-color 0.25s; }

.floating-mobile-menu-bar__menu-button-toggler span:nth-child(1) {
  top: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.floating-mobile-menu-bar__menu-button-toggler span:nth-child(2) {
  top: 8px;
  opacity: 1; }

.floating-mobile-menu-bar__menu-button-toggler span:nth-child(3) {
  top: 16px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.floating-mobile-menu-bar__menu-button-text {
  width: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-align: right;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  font-size: 0.875rem; }

.floating-mobile-menu-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  z-index: 500; }

@media (max-width: 1029.98px) {
  .floating-mobile-menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.floating-mobile-menu-bar__button-group {
  height: 80px;
  width: 100%;
  max-width: 400px; }

.floating-mobile-menu-bar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.floating-mobile-menu-bar__button:active, .floating-mobile-menu-bar__button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.floating-mobile-menu-bar__button--menu-trigger::before {
  content: '';
  position: absolute;
  height: 48px;
  width: calc(100% - 16px);
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ee7d00));
  background-image: linear-gradient(0deg, #ffb400, #ee7d00);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened::before {
  opacity: 0.1; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler {
  left: 24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span {
  background-color: #ee7d00; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 7px);
  -ms-transform: rotate(45deg) translate(4px, 7px);
  transform: rotate(45deg) translate(4px, 7px); }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span:nth-child(2) {
  opacity: 0; }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -8px);
  -ms-transform: rotate(-45deg) translate(4px, -8px);
  transform: rotate(-45deg) translate(4px, -8px); }

.floating-mobile-menu-bar__button--menu-trigger.is-opened .floating-mobile-menu-bar__menu-button-text {
  width: 100%;
  padding-right: 14px; }

.floating-mobile-menu-bar__button-icon {
  position: relative;
  color: #4d4d4d;
  line-height: 1;
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .floating-mobile-menu-bar__button-icon {
    font-size: 1.375rem; } }

.floating-mobile-menu-bar__star-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -12px;
  right: -12px;
  height: 16px;
  width: 16px;
  color: #fff;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%);
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 0.75rem; }

.floating-mobile-menu-bar__menu-button-toggler {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 24px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: translate 0.25s, left 0.25s;
  transition: translate 0.25s, left 0.25s; }

.floating-mobile-menu-bar__menu-button-toggler span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background-color: #4d4d4d;
  -webkit-transition: top 0.25s, opacity 0.25s, background-color 0.25s;
  transition: top 0.25s, opacity 0.25s, background-color 0.25s; }

.floating-mobile-menu-bar__menu-button-toggler span:nth-child(1) {
  top: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.floating-mobile-menu-bar__menu-button-toggler span:nth-child(2) {
  top: 8px;
  opacity: 1; }

.floating-mobile-menu-bar__menu-button-toggler span:nth-child(3) {
  top: 16px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.floating-mobile-menu-bar__menu-button-text {
  width: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-align: right;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  font-size: 0.875rem; }

.footer__section {
  padding: 40px 0;
  overflow: hidden; }

.footer__section--top {
  background-color: #f3f3f4; }

@media (max-width: 1029.98px) {
  .footer__section--top {
    padding: 20px 0 20px 0; } }

.footer__section--top-text {
  color: #4d4d4d; }

.footer__section--top-text p {
  font-size: 1.15rem; }

.footer__section--top-icons .icon {
  font-size: 1.15rem;
  color: #4d4d4d; }

.footer__section--bottom {
  background-color: #fff; }

@media (max-width: 1029.98px) {
  .footer__section--bottom {
    margin-bottom: 40px;
    padding: 45px 0 80px 0;
    background-color: #f3f3f4; } }

@media (max-width: 1029.98px) {
  .footer__section-bottom-col:not(:last-of-type) {
    margin-bottom: 40px; } }

.footer__logo-box--vantage-development {
  margin-top: 16px; }

.footer__logo--vantage-rent {
  height: auto;
  width: 176px; }

@media (max-width: 1339.98px) {
  .footer__logo--vantage-rent {
    width: 120px; } }

.footer__logo--vantage-development {
  height: auto;
  width: 174px; }

@media (max-width: 1339.98px) {
  .footer__logo--vantage-development {
    width: 116px; } }

.footer__logo-text {
  margin-bottom: 0;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  padding-left: 38px;
  font-size: 0.875rem; }

@media (max-width: 1339.98px) {
  .footer__logo-text {
    padding-left: 0px; } }

.footer__menu-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .footer__menu-item {
    display: inline-block; } }

.footer__menu-item:not(:last-of-type) {
  margin-right: 44px; }

@media (max-width: 1499.98px) {
  .footer__menu-item:not(:last-of-type) {
    margin-right: 26px; } }

@media (max-width: 1339.98px) {
  .footer__menu-item:not(:last-of-type) {
    margin-right: 8px; } }

.footer__menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.footer__menu-link:hover {
  color: #ee7d00; }

@media (max-width: 767.98px) {
  .footer__menu-link--scroll {
    margin-top: 32px; } }

.footer__menu-link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 8px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.footer__menu-link-icon::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.625rem; }

.footer__title {
  margin-bottom: 6px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.footer__link {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  line-height: 26px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.footer__link:hover {
  color: #ee7d00;
  text-decoration: none; }

.footer__link--copyright {
  margin-right: 16px;
  color: #818181;
  font-size: 0.75rem; }

.footer__text {
  margin-bottom: 8px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  line-height: 26px;
  font-size: 1rem; }

.footer__text--address {
  margin-bottom: 0; }

.footer__text-copyright {
  display: inline-block;
  margin-bottom: 0;
  color: #818181;
  line-height: 26px;
  font-size: 0.75rem; }

.footer__text-additional-info {
  margin-bottom: 0;
  color: #9b9b9b;
  line-height: 1;
  font-size: 0.8125rem; }

.footer__logo-mda {
  margin-top: -12px;
  margin-left: 2px;
  height: 16px;
  width: auto; }

.item-article-box {
  position: relative;
  padding-top: 80px; }

.item-article-box__date-box {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%; }

.item-article-box__date {
  margin-bottom: 12px;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

.item-article-box__date-line {
  display: block;
  position: relative;
  height: 8px;
  margin-bottom: 30px; }

.item-article-box__date-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #b5b5b5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5; }

.item-article-box__date-line::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #e9e9e9;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.item-article-box__date-line--longer::after {
  width: calc(100% + 72px); }

.item-article-box__card {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 30px rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 30px rgba(23, 18, 25, 0.1); }

.item-article-box__card-image {
  border-radius: 0; }

.item-article-box__card-body {
  padding: 40px 40px 34px 40px; }

.item-article-box__card-title {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .item-article-box__card-title {
    font-size: 1.5rem; } }

.item-article-box__card-text {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.item-article-box__card-footer {
  position: relative;
  border-top: 0;
  padding: 34px 40px;
  background-color: #fff; }

.item-article-box__card-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  height: 2px;
  width: calc(100% - 80px);
  background-color: #f3f3f4; }

.item-article-box__card-footer-link {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.item-article-box__card-footer-link:hover {
  color: #ee7d00;
  text-decoration: none; }

.item-local-box.is-promoted .item-local-box__header-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 125, 0, 0.3)), color-stop(51.04%, rgba(238, 125, 0, 0)));
  background: linear-gradient(180deg, rgba(238, 125, 0, 0.3) 0%, rgba(238, 125, 0, 0) 51.04%); }

.item-local-box.is-promoted .item-local-box__header-overlay-logo svg path {
  fill: url(#paint_orange); }

.item-local-box__card {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 30px rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 30px rgba(23, 18, 25, 0.1); }

.item-local-box__card-link:hover {
  text-decoration: none; }

.item-local-box__header {
  position: relative; }

.item-local-box__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 18, 25, 0.3)), color-stop(50%, rgba(23, 18, 25, 0)));
  background: linear-gradient(180deg, rgba(23, 18, 25, 0.3) 0%, rgba(23, 18, 25, 0) 50%); }

.item-local-box__header-overlay-text {
  position: absolute;
  top: 20px;
  left: 36px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.item-local-box__header-overlay-text span {
  font-weight: 400; }

.item-local-box__header-overlay-logo {
  margin-left: 24px; }

@media (max-width: 767.98px) {
  .item-local-box__header-overlay-logo svg {
    height: 44px; } }

.item-local-box__header-overlay-star-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ee7d00), to(#ffb400));
  background: linear-gradient(90deg, #ee7d00 0%, #ffb400 100%);
  opacity: 0.8;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

@media (max-width: 767.98px) {
  .item-local-box__header-overlay-star-button {
    height: 40px;
    width: 40px; } }

.item-local-box__header-overlay-star-button:active, .item-local-box__header-overlay-star-button:focus {
  outline: none; }

.item-local-box__header-overlay-star-button:hover {
  opacity: 1; }

.item-local-box__header-overlay-star-button.is-selected .item-local-box__header-overlay-star path {
  fill: #fff; }

.item-local-box__header-overlay-star {
  height: 24px;
  color: #fff; }

@media (max-width: 767.98px) {
  .item-local-box__header-overlay-star {
    height: 14px; } }

.item-local-box__header-overlay-star path {
  fill: transparent; }

.item-local-box__header-image {
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 288px; }

@media (min-width: 768px) {
  .item-local-box__header-image {
    max-height: 288px; } }

.item-local-box__card-body {
  padding: 40px 40px 34px 40px; }

@media (max-width: 767.98px) {
  .item-local-box__card-body {
    padding: 24px; } }

.item-local-box__card-body-content--desktop {
  display: block; }

@media (max-width: 767.98px) {
  .item-local-box__card-body-content--desktop {
    display: none; } }

.item-local-box__card-body-content--mobile {
  display: none; }

@media (max-width: 767.98px) {
  .item-local-box__card-body-content--mobile {
    display: block; } }

.item-local-box__title {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .item-local-box__title {
    font-size: 1.5rem; } }

.item-local-box__title--mobile {
  margin-bottom: 0;
  font-size: 1.125rem; }

.item-local-box__address {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 1.125rem; }

.item-local-box__details {
  margin-bottom: 8px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.item-local-box__details strong {
  font-weight: 600; }

.item-local-box__details--last {
  margin-bottom: 42px; }

.item-local-box__details--last-with-promo {
  margin-bottom: 18px; }

.item-local-box__price {
  margin-bottom: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  opacity: 0.9;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .item-local-box__price {
    font-size: 2rem; } }

.item-local-box__price--mobile {
  font-size: 1.25rem; }

.item-local-box__price--promo {
  text-decoration: line-through;
  font-size: 1rem; }

.item-local-box__price-mobile-suffix {
  margin-bottom: 0;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem; }

.item-local-box__details-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 0.75rem; }

.item-local-box__details-mobile-icon {
  margin-right: 5px;
  color: #4d4d4d;
  line-height: 1; }

.item-local-box__details-mobile-icon:not(:first-of-type) {
  margin-left: 10px; }

.item-local-box__card-footer {
  position: relative;
  border-top: 0;
  padding: 34px 40px;
  background-color: #fff; }

@media (max-width: 767.98px) {
  .item-local-box__card-footer {
    display: none; } }

.item-local-box__card-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  height: 2px;
  width: calc(100% - 80px);
  background-color: #f3f3f4; }

.item-local-box__link {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.item-local-box__link:hover {
  color: #ee7d00;
  text-decoration: none; }

.item-local-box.is-promoted .item-local-box__header-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 125, 0, 0.3)), color-stop(51.04%, rgba(238, 125, 0, 0)));
  background: linear-gradient(180deg, rgba(238, 125, 0, 0.3) 0%, rgba(238, 125, 0, 0) 51.04%); }

.item-local-box.is-promoted .item-local-box__header-overlay-logo svg path {
  fill: url(#paint_orange); }

.item-local-box__card {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 30px rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 30px rgba(23, 18, 25, 0.1); }

.item-local-box__card-link:hover {
  text-decoration: none; }

.item-local-box__header {
  position: relative; }

.item-local-box__header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 18, 25, 0.3)), color-stop(50%, rgba(23, 18, 25, 0)));
  background: linear-gradient(180deg, rgba(23, 18, 25, 0.3) 0%, rgba(23, 18, 25, 0) 50%); }

.item-local-box__header-overlay-text {
  position: absolute;
  top: 20px;
  left: 36px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.item-local-box__header-overlay-text span {
  font-weight: 400; }

.item-local-box__header-overlay-logo {
  margin-left: 24px; }

@media (max-width: 767.98px) {
  .item-local-box__header-overlay-logo svg {
    height: 44px; } }

.item-local-box__header-overlay-star-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ee7d00), to(#ffb400));
  background: linear-gradient(90deg, #ee7d00 0%, #ffb400 100%);
  opacity: 0.8;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

@media (max-width: 767.98px) {
  .item-local-box__header-overlay-star-button {
    height: 40px;
    width: 40px; } }

.item-local-box__header-overlay-star-button:active, .item-local-box__header-overlay-star-button:focus {
  outline: none; }

.item-local-box__header-overlay-star-button:hover {
  opacity: 1; }

.item-local-box__header-overlay-star-button.is-selected .item-local-box__header-overlay-star path {
  fill: #fff; }

.item-local-box__header-overlay-star {
  height: 24px;
  color: #fff; }

@media (max-width: 767.98px) {
  .item-local-box__header-overlay-star {
    height: 14px; } }

.item-local-box__header-overlay-star path {
  fill: transparent; }

.item-local-box__header-image {
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 288px; }

@media (min-width: 768px) {
  .item-local-box__header-image {
    max-height: 288px; } }

.item-local-box__card-body {
  padding: 40px 40px 34px 40px; }

@media (max-width: 767.98px) {
  .item-local-box__card-body {
    padding: 24px; } }

.item-local-box__card-body-content--desktop {
  display: block; }

@media (max-width: 767.98px) {
  .item-local-box__card-body-content--desktop {
    display: none; } }

.item-local-box__card-body-content--mobile {
  display: none; }

@media (max-width: 767.98px) {
  .item-local-box__card-body-content--mobile {
    display: block; } }

.item-local-box__title {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .item-local-box__title {
    font-size: 1.5rem; } }

.item-local-box__title--mobile {
  margin-bottom: 0;
  font-size: 1.125rem; }

.item-local-box__address {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  line-height: 32px;
  font-size: 1.125rem; }

.item-local-box__details {
  margin-bottom: 8px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.item-local-box__details strong {
  font-weight: 600; }

.item-local-box__details--last {
  margin-bottom: 42px; }

.item-local-box__details--last-with-promo {
  margin-bottom: 18px; }

.item-local-box__price {
  margin-bottom: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  opacity: 0.9;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .item-local-box__price {
    font-size: 2rem; } }

.item-local-box__price--mobile {
  font-size: 1.25rem; }

.item-local-box__price--promo {
  text-decoration: line-through;
  font-size: 1rem; }

.item-local-box__price-mobile-suffix {
  margin-bottom: 0;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem; }

.item-local-box__details-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 0.75rem; }

.item-local-box__details-mobile-icon {
  margin-right: 5px;
  color: #4d4d4d;
  line-height: 1; }

.item-local-box__details-mobile-icon:not(:first-of-type) {
  margin-left: 10px; }

.item-local-box__card-footer {
  position: relative;
  border-top: 0;
  padding: 34px 40px;
  background-color: #fff; }

@media (max-width: 767.98px) {
  .item-local-box__card-footer {
    display: none; } }

.item-local-box__card-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  height: 2px;
  width: calc(100% - 80px);
  background-color: #f3f3f4; }

.item-local-box__link {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.item-local-box__link:hover {
  color: #ee7d00;
  text-decoration: none; }

#js-apartments-list-form {
  position: relative; }

#js-apartments-list-form.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1060; }

#js-home-searchbar.loading .home-searchbar__filters {
  position: relative; }

#js-home-searchbar.loading .home-searchbar__filters:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1060; }

#js-home-searchbar button[type="submit"]:disabled {
  pointer-events: none;
  opacity: .5; }

.js-mda-cookies-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.js-mda-cookies-form .input:last-child {
  margin-left: 30px; }

.apartments-list__filters {
  /*Select2 ReadOnly Start*/ }

.apartments-list__filters select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none; }

.apartments-list__filters select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.apartments-list__filters select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
.apartments-list__filters select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none; }

.apartments-list__filters .ap-filters__block[readonly] .select2-selection__rendered, .apartments-list__filters .ap-filters__input[readonly] .select2-selection__rendered {
  font-weight: 500;
  color: #ee7d00 !important; }

.apartments-list__filters .ap-filters__block[readonly] .select2-selection__rendered::after, .apartments-list__filters .ap-filters__input[readonly] .select2-selection__rendered::after {
  display: none; }

.apartments-list__filters .ap-filters__block[readonly] label, .apartments-list__filters .ap-filters__input[readonly] label {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none; }

.apartments-list__filters .ap-filters__block[readonly] .select2-container--default .select2-selection--multiple .select2-selection__choice, .apartments-list__filters .ap-filters__input[readonly] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #ee7d00 !important; }

.apartments-list__filters input[readonly] {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
  font-weight: 500;
  color: #ee7d00 !important; }

.loader-circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 4px solid #575757;
  -webkit-animation: loaderMV 1s infinite;
  animation: loaderMV 1s infinite; }

.loader-circle::before, .loader-circle::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top: 4px solid #ee7d00;
  -webkit-animation: loaderMV 1.5s infinite;
  animation: loaderMV 1.5s infinite; }

.loader-circle::after {
  -webkit-animation: loaderMV2 1.5s -0.1s infinite;
  animation: loaderMV2 1.5s -0.1s infinite; }

.loader-circle--white {
  border-color: rgba(255, 255, 255, 0.75); }

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

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

@-webkit-keyframes loaderMV2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  15% {
    border-left-color: transparent; }
  20% {
    border-left-color: #ee7d00; }
  50% {
    border-left-color: #ee7d00; }
  55% {
    border-left-color: transparent; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loaderMV2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  15% {
    border-left-color: transparent; }
  20% {
    border-left-color: #ee7d00; }
  50% {
    border-left-color: #ee7d00; }
  55% {
    border-left-color: transparent; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 450; }

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 4px solid #f3f3f4;
  -webkit-animation: loaderMV 1s infinite;
  animation: loaderMV 1s infinite; }

.loader::before, .loader::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top: 4px solid #ee7d00;
  -webkit-animation: loaderMV 1.5s infinite;
  animation: loaderMV 1.5s infinite; }

.loader::after {
  -webkit-animation: loaderMV2 1.5s -0.1s infinite;
  animation: loaderMV2 1.5s -0.1s infinite; }

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

@keyframes loaderMV2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  15% {
    border-left-color: transparent; }
  20% {
    border-left-color: #ee7d00; }
  50% {
    border-left-color: #ee7d00; }
  55% {
    border-left-color: transparent; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.local-rent {
  margin-top: 90px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px; }

.local-rent__title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.local-rent__title.-enea h1 {
  font-size: 71px;
  font-weight: bold; }

.local-rent__title.-enea h1 strong {
  background: #ee7d00;
  background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(90deg, #ffb400, #ee7d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  white-space: nowrap; }

@media (max-width: 767.98px) {
  .local-rent__title.-enea h1 strong {
    white-space: break-spaces; } }

.local-rent .about-header__breadcrumbs {
  position: absolute;
  padding-top: 55px;
  color: white; }

.local-rent .about-header__breadcrumbs a {
  color: white; }

.local-rent .container {
  height: 100%; }

@media (min-width: 1030px) {
  .modal-local-calculator__modal-dialog {
    max-width: 800px; } }

@media (min-width: 1340px) {
  .modal-local-calculator__modal-dialog {
    max-width: 980px; } }

.modal-local-calculator__modal-content {
  border: 0;
  border-radius: 0; }

.modal-local-calculator__modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 48px; }

@media (max-width: 1339.98px) {
  .modal-local-calculator__modal-header {
    padding: 32px 16px; } }

.modal-local-calculator__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  width: 56px;
  margin: 0 !important;
  margin-left: auto !important;
  padding: 0 !important;
  border-radius: 50%;
  background-color: rgba(233, 233, 233, 0.8) !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1; }

.modal-local-calculator__modal-close:hover {
  background-color: rgba(233, 233, 233, 0.95) !important;
  opacity: 1 !important; }

.modal-local-calculator__modal-close span {
  font-size: 1rem; }

.modal-local-calculator__modal-body {
  padding: 48px 48px 64px 48px; }

@media (max-width: 1339.98px) {
  .modal-local-calculator__modal-body {
    padding: 16px 16px 32px 16px; } }

.modal-local-calculator__header-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .modal-local-calculator__header-title {
    font-size: 2rem; } }

.modal-local-calculator__apartment-name {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.25rem; }

.modal-local-calculator__text {
  margin-bottom: 8px;
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.modal-local-calculator__text span {
  color: #4d4d4d;
  font-weight: 700; }

.modal-local-calculator__form-group {
  position: relative; }

.modal-local-calculator__form-group--checkbox {
  margin-bottom: 16px; }

.modal-local-calculator__form-group--checkbox:last-of-type {
  margin-bottom: 42px; }

.modal-local-calculator__label {
  position: absolute;
  top: 32px;
  left: 24px;
  padding: 5px 10px;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top 0.25s, left 0.25s, font-size 0.25s;
  transition: top 0.25s, left 0.25s, font-size 0.25s;
  pointer-events: none;
  font-size: 1rem; }

.modal-local-calculator__input {
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.modal-local-calculator__input:hover {
  border-color: #818181; }

.modal-local-calculator__input:focus, .modal-local-calculator__input:active {
  border-color: #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-local-calculator__input:focus + label, .modal-local-calculator__input:active + label {
  top: 0;
  left: 30px;
  font-size: 0.75rem; }

.modal-local-calculator__input.not-empty + label {
  top: 0;
  left: 30px;
  font-size: 0.75rem; }

.modal-local-calculator__input--textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  resize: none; }

.modal-local-calculator__checkbox-input {
  opacity: 0;
  position: absolute; }

.modal-local-calculator__checkbox-input + label {
  opacity: 1;
  position: relative;
  margin: 0;
  padding-left: 30px;
  cursor: pointer; }

.modal-local-calculator__checkbox-input + label:after {
  content: ""; }

.modal-local-calculator__checkbox-input + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  background: #fff;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #b5b5b5; }

.modal-local-calculator__checkbox-input + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  color: #4d4d4d;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.modal-local-calculator__checkbox-input:checked + label::after {
  opacity: 1; }

.modal-local-calculator__checkbox-label {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  text-align: justify;
  line-height: 14px;
  font-size: 0.6875rem; }

.modal-local-calculator__checkbox-label a {
  color: #ee7d00;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.modal-local-calculator__checkbox-label a:hover {
  color: #ffb400;
  text-decoration: none; }

.modal-local-calculator__summary-collapse-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid transparent;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s;
  font-size: 1.125rem; }

.modal-local-calculator__summary-collapse-link:hover {
  color: #ee7d00;
  border-color: rgba(238, 125, 0, 0.5);
  text-decoration: none; }

.modal-local-calculator__summary-collapse-link.collapsed .modal-local-calculator__summary-collapse-link-icon {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.modal-local-calculator__summary-collapse-link-icon {
  display: inline-block;
  margin-left: 16px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  font-size: 1.125rem; }

.modal-local-calculator__summary-collapse-link-icon::before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.modal-local-calculator__summary-title {
  margin-bottom: 8px;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.modal-local-calculator__summary-list {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style-type: none; }

.modal-local-calculator__summary-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
  padding: 8px 0;
  font-family: "Silka", sans-serif;
  line-height: 1;
  font-size: 0.875rem; }

.modal-local-calculator__summary-list-item:last-of-type {
  margin-bottom: 8px; }

.modal-local-calculator__summary-list-item:not(:last-of-type) {
  border-bottom: 2px solid #f3f3f4; }

.modal-local-calculator__summary-list-item span {
  margin-left: auto;
  font-weight: 500; }

.modal-local-calculator__summary-box {
  padding: 32px;
  -webkit-box-shadow: 0 0 40px 0 rgba(23, 18, 25, 0.24);
  box-shadow: 0 0 40px 0 rgba(23, 18, 25, 0.24); }

.modal-local-calculator__summary-box-title {
  margin-bottom: 0;
  font-family: "Silka", sans-serif;
  font-weight: 400;
  font-size: 1rem; }

.modal-local-calculator__summary-box-title span {
  color: #ee7d00;
  font-weight: 500; }

.modal-local-calculator__summary-box-price {
  margin-bottom: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  opacity: 0.9;
  font-size: calc(1.39063rem + 1.34615vw); }

@media (min-width: 1170px) {
  .modal-local-calculator__summary-box-price {
    font-size: 2.375rem; } }

.search-empty-results__heading {
  color: #fff;
  font-size: calc(1.28125rem + 0.29915vw);
  font-weight: 600;
  margin-bottom: 24px; }

@media (min-width: 1170px) {
  .search-empty-results__heading {
    font-size: 1.5rem; } }

.search-empty-results__text {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0px;
  max-width: 70%; }

@media (max-width: 1029.98px) {
  .search-empty-results__text {
    max-width: 100%; } }

.search-empty-results__button {
  background-color: white;
  color: #4d4d4d; }

@media (max-width: 1029.98px) {
  .search-empty-results__button {
    margin-top: 24px; } }

.search-empty-results__button:hover {
  color: #4d4d4d; }

.section-boxes-bar {
  margin-bottom: 160px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .section-boxes-bar {
    margin-bottom: 60px; } }

.section-boxes-bar__title {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .section-boxes-bar__title {
    font-size: 3rem; } }

@media (max-width: 1029.98px) {
  .section-boxes-bar__title {
    margin-bottom: 32px;
    text-align: left; } }

.section-boxes-bar__slider-arrow-group {
  margin-top: 32px; }

.section-boxes-bar__slider-arrow-button {
  padding: 26px 88px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .section-boxes-bar__slider-arrow-button {
    padding: 26px 44px; } }

.section-boxes-bar__slider-arrow-button:hover {
  background-color: #e9e9e9; }

.section-boxes-bar__slider-arrow-button:active, .section-boxes-bar__slider-arrow-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.section-boxes-bar__slider-arrow-button.slick-disabled {
  color: #b5b5b5; }

.section-boxes-bar__slider-arrow-button.slick-disabled:hover {
  cursor: not-allowed;
  background-color: #fff; }

.section-boxes-bar__slider-arrow-button.slick-disabled .section-boxes-bar__slider-arrow {
  color: #b5b5b5; }

.section-boxes-bar__slider-arrow {
  color: #4d4d4d;
  font-size: 0.875rem; }

.section-boxes-bar__slider-arrow--prev::before {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.section-boxes-bar__slider-arrow--next {
  margin-left: 8px; }

.section-boxes-bar__item {
  position: relative;
  height: 725px;
  overflow: hidden; }

.section-boxes-bar__item:hover::after {
  top: -250px; }

@media (max-width: 2000px) {
  .section-boxes-bar__item {
    height: 550px; } }

@media (max-width: 1029.98px) {
  .section-boxes-bar__item {
    margin-right: 8px;
    height: 410px; } }

.section-boxes-bar__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 350px);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#171219));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #171219 100%);
  -webkit-transition: top 0.25s;
  transition: top 0.25s; }

.section-boxes-bar__item-image {
  height: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.section-boxes-bar__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 40px 50px 0 50px;
  z-index: 5;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: bottom 0.25s;
  transition: bottom 0.25s; }

@media (max-width: 1499.98px) {
  .section-boxes-bar__item-content {
    padding: 30px 30px 0 30px; } }

.section-boxes-bar__item-icon {
  color: #fff;
  line-height: 1;
  font-size: calc(1.75rem + 4.78632vw); }

@media (min-width: 1170px) {
  .section-boxes-bar__item-icon {
    font-size: 5.25rem; } }

.section-boxes-bar__item-title {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .section-boxes-bar__item-title {
    font-size: 2rem; } }

.section-boxes-bar__item-text {
  margin-bottom: 26px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .section-boxes-bar__item-text {
    margin-bottom: 18px;
    font-size: 0.875rem; } }

@media (min-width: 1340px) {
  .section-boxes-bar__modal-dialog {
    max-width: 665px; } }

.section-boxes-bar__modal-content {
  border: 0;
  border-radius: 0; }

.section-boxes-bar__modal-header {
  position: relative;
  height: 84px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.section-boxes-bar__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  opacity: 1; }

.section-boxes-bar__modal-close:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1 !important; }

.section-boxes-bar__modal-close span {
  font-size: 1rem; }

.section-boxes-bar__modal-body {
  padding: 48px 64px; }

@media (max-width: 1339.98px) {
  .section-boxes-bar__modal-body {
    padding: 32px; } }

.section-contact {
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .section-contact {
    margin-bottom: 1rem; } }

.section-contact__background-image {
  position: absolute;
  left: -20px;
  bottom: -1px;
  pointer-events: none; }

@media (max-width: 1029.98px) {
  .section-contact__background-image {
    position: relative;
    left: unset;
    bottom: unset;
    height: auto;
    width: calc(100% + 23px);
    margin-bottom: 48px;
    pointer-events: all; } }

.section-contact--margin {
  margin-top: 50px; }

@media (max-width: 900px) {
  .section-contact--margin {
    margin-top: 60px; } }

@media (max-width: 768px) {
  .section-contact--margin {
    margin-top: 0; } }

.section-contact__content {
  padding: 25px 0 95px 0; }

@media (max-width: 1029.98px) {
  .section-contact__content {
    padding: 0; } }

.section-contact__title {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .section-contact__title {
    font-size: 3rem; } }

.section-contact__text {
  margin-bottom: 50px;
  color: #575757;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.section-contact__form-group {
  position: relative; }

.section-contact__form-group--checkbox {
  margin-bottom: 16px; }

.section-contact__form-group--checkbox:last-of-type {
  margin-bottom: 42px; }

.section-contact__label {
  position: absolute;
  top: 32px;
  left: 24px;
  padding: 5px 10px;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top 0.25s, left 0.25s, font-size 0.25s;
  transition: top 0.25s, left 0.25s, font-size 0.25s;
  pointer-events: none;
  font-size: 1rem; }

.section-contact__label-orange {
  position: absolute;
  height: 154px;
  top: -75px;
  left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 102%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ee7d00;
  z-index: -1;
  color: white;
  border-radius: 5px; }

@media (max-width: 900px) {
  .section-contact__label-orange {
    font-size: 13px; } }

@media (max-width: 768px) {
  .section-contact__label-orange {
    padding-top: 8px;
    left: -4px; } }

.section-contact__form-group--orange input {
  background-color: transparent;
  color: white;
  border: 1px solid white; }

.section-contact__form-group--orange input:focus, .section-contact__form-group--orange input:hover {
  background-color: #ee7d00;
  color: white;
  border: 1px solid white;
  border-radius: 5px; }

.section-contact__form-group--orange .section-contact__label {
  background-color: #ee7d00;
  color: white; }

@media (max-width: 768px) {
  .section-contact__form-group--orange {
    margin-top: 60px; } }

.section-contact__input {
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.section-contact__input:hover {
  border-color: #818181; }

.section-contact__input:focus, .section-contact__input:active {
  border-color: #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none; }

.section-contact__input:focus + label, .section-contact__input:active + label {
  top: 0;
  left: 30px;
  font-size: 0.75rem; }

.section-contact__input.not-empty + label {
  top: 0;
  left: 30px;
  font-size: 0.75rem; }

.section-contact__input--textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  resize: none; }

.section-contact .select2-container--default .select2-selection--single,
.section-contact .select2-container--default .select2-selection--multiple, .section-contact__select-input {
  height: 48px;
  padding-left: 24px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.section-contact .select2-container--default .select2-selection--single:focus, .section-contact .select2-container--default .select2-selection--single:active,
.section-contact .select2-container--default .select2-selection--multiple:focus,
.section-contact .select2-container--default .select2-selection--multiple:active, .section-contact__select-input:focus, .section-contact__select-input:active {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.section-contact .select2-container--default .select2-selection--single::-webkit-input-placeholder, .section-contact .select2-container--default .select2-selection--multiple::-webkit-input-placeholder, .section-contact__select-input::-webkit-input-placeholder {
  color: #9b9b9b; }

.section-contact .select2-container--default .select2-selection--single::-moz-placeholder, .section-contact .select2-container--default .select2-selection--multiple::-moz-placeholder, .section-contact__select-input::-moz-placeholder {
  color: #9b9b9b; }

.section-contact .select2-container--default .select2-selection--single:-ms-input-placeholder, .section-contact .select2-container--default .select2-selection--multiple:-ms-input-placeholder, .section-contact__select-input:-ms-input-placeholder {
  color: #9b9b9b; }

.section-contact .select2-container--default .select2-selection--single::-ms-input-placeholder, .section-contact .select2-container--default .select2-selection--multiple::-ms-input-placeholder, .section-contact__select-input::-ms-input-placeholder {
  color: #9b9b9b; }

.section-contact .select2-container--default .select2-selection--single::placeholder,
.section-contact .select2-container--default .select2-selection--multiple::placeholder, .section-contact__select-input::placeholder {
  color: #9b9b9b; }

.section-contact .select2-container .select2-selection--single .select2-selection__rendered,
.section-contact .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0; }

.section-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
.section-contact .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 48px;
  color: #4d4d4d; }

.section-contact .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear,
.section-contact .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  left: 10px;
  color: #ee7d00; }

.section-contact .select2-container--default .select2-selection--single .select2-selection__arrow,
.section-contact .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  right: 16px;
  height: 48px; }

.section-contact .select2-container--default .select2-selection--single .select2-selection__arrow b,
.section-contact .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-color: #4d4d4d transparent transparent transparent; }

.section-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.section-contact .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent; }

.section-contact .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

.section-contact .select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ',';
  margin-right: 3px; }

.section-contact .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-last-child(2)::after {
  content: ''; }

.section-contact .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  color: #b5b5b5;
  font-family: "Silka", sans-serif;
  font-weight: 500; }

@media (max-width: 1029.98px) {
  .section-contact .select2-container .select2-search--inline .select2-search__field {
    min-width: 50vw; } }

.section-contact .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0; }

.section-contact .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.section-contact .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  display: none; }

.section-contact__checkbox-input {
  opacity: 0;
  position: absolute; }

.section-contact__checkbox-input + label {
  opacity: 1;
  position: relative;
  margin: 0;
  padding-left: 30px;
  cursor: pointer; }

.section-contact__checkbox-input + label:after {
  content: ""; }

.section-contact__checkbox-input + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #fff;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #b5b5b5; }

.section-contact__checkbox-input + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  color: #4d4d4d;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.section-contact__checkbox-input:checked + label::after {
  opacity: 1; }

.section-contact__checkbox-label {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  text-align: justify;
  line-height: 16px;
  font-size: 0.75rem; }

.section-contact__checkbox-label a {
  color: #ee7d00;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.section-contact__checkbox-label a:hover {
  color: #ffb400;
  text-decoration: none; }

.section-contact__error-message {
  margin-top: 16px;
  padding: 16px 24px;
  color: #f00;
  border: 1px solid #f7adb4;
  background-color: rgba(247, 173, 180, 0.15);
  font-weight: 500; }

.section-discount {
  margin-top: 120px;
  /*
        "Stay with us" template
    */ }

@media (max-width: 768px) {
  .section-discount {
    margin-top: 90px; } }

.section-discount__tabs {
  -webkit-box-shadow: 0 5px 10px 0 rgba(23, 18, 25, 0.4);
  box-shadow: 0 5px 10px 0 rgba(23, 18, 25, 0.4);
  background-color: #fff;
  position: sticky;
  z-index: 99;
  top: 81px; }

@media (max-width: 1029.98px) {
  .section-discount__tabs {
    position: relative;
    top: 0; } }

.section-discount__tabs .row {
  width: 100%;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 10px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-discount__tabs .row a {
  color: #818181;
  font-size: 1.125rem; }

.section-discount__tabs .row .tab:not(:last-child) {
  border-right: 1px solid #818181; }

@media (max-width: 1029.98px) {
  .section-discount__tabs .row .tab:not(:last-child) {
    border: none; } }

.section-discount__tabs--orange .row {
  padding: 17px 0px; }

.section-discount__tabs--orange .row a {
  height: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(280deg, #ffb400, #ee7d00); }

.section-download {
  padding: 160px 0;
  overflow: hidden; }

.section-download--local {
  padding: 0;
  padding-bottom: 160px; }

@media (max-width: 1029.98px) {
  .section-download--local {
    padding: 0 !important;
    padding-bottom: 60px !important; } }

@media (max-width: 1029.98px) {
  .section-download {
    padding: 160px 0 60px 0; } }

.section-download--investment {
  padding: 160px 0 48px 0; }

@media (max-width: 1029.98px) {
  .section-download--investment {
    padding: 36px 0 60px 0; } }

.section-download__title {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .section-download__title {
    font-size: 3rem; } }

.section-download__item {
  position: relative;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 40px 0 rgba(23, 18, 25, 0.1);
  z-index: 5; }

@media (max-width: 1029.98px) {
  .section-download__item {
    margin-bottom: 24px; } }

.section-download__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 32px; }

.section-download__item-title {
  margin-bottom: 24px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .section-download__item-title {
    font-size: 1.5rem; } }

.section-download__item-text {
  margin-bottom: auto;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.section-download__item-link {
  margin-top: 5px;
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.section-download__item-link:hover {
  border-color: #ee7d00;
  color: #ee7d00;
  text-decoration: none; }

.section-download__item-link-icon {
  margin-right: 8px;
  color: #ee7d00;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .section-download__item-link-icon {
    font-size: 1.5rem; } }

.section-download__item-image {
  float: right;
  margin-bottom: -25px; }

@media (max-width: 1029.98px) {
  .section-download__item-image {
    margin-bottom: -15px; } }

.section-download__item-background-v {
  position: absolute;
  height: 675px;
  top: -302px;
  right: -277px; }

@media (max-width: 1029.98px) {
  .section-download__item-background-v {
    display: none; } }

.section-find-local.loading {
  height: 100vh; }

.section-find-local__title, .section-find-local__search-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .section-find-local__title, .section-find-local__search-title {
    font-size: 3rem; } }

@media (max-width: 1029.98px) {
  .section-find-local__title, .section-find-local__search-title {
    margin-bottom: 16px; } }

.section-find-local__row--filter-links, .section-find-local__row--filter-more, .section-find-local__row--filters-first-row, .section-find-local__row--title-and-filters {
  margin-bottom: 24px; }

.section-find-local__form {
  position: relative; }

.section-find-local__form.is-loading::after {
  display: block;
  pointer-events: all; }

.section-find-local__form::after {
  content: '';
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 15; }

.section-find-local__filters-collapse.collapse:not(.show) {
  display: block; }

@media (max-width: 1029.98px) {
  .section-find-local__filters-collapse.collapse:not(.show) {
    display: none; } }

.section-find-local__filter-button-group-label {
  margin-bottom: 0;
  color: #818181;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .section-find-local__filter-button-group-label {
    display: none; } }

.section-find-local__filter-button-group:not(:last-of-type) {
  margin-right: 10px; }

@media (max-width: 1029.98px) {
  .section-find-local__filter-button-group:not(:last-of-type) {
    margin-right: 0; } }

@media (max-width: 1029.98px) {
  .section-find-local__filter-button-group {
    display: inline-block;
    width: 100%; } }

.section-find-local__filter-button-group--bordered .section-find-local__filter-button {
  padding: 1px 15px; }

.section-find-local__filter-button-group--bordered .section-find-local__filter-button:not(:last-of-type) {
  border-right: 1px solid #e9e9e9; }

.section-find-local__filter-button {
  position: relative;
  padding: 1px 12px;
  background-color: transparent;
  color: #818181;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.section-find-local__filter-button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.section-find-local__filter-button:hover {
  color: #ffb400; }

.section-find-local__filter-button.is-selected {
  color: #ee7d00;
  font-weight: 700; }

.section-find-local__available-offers {
  margin-bottom: 0;
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .section-find-local__available-offers {
    margin-bottom: 16px; } }

.section-find-local__available-offers span {
  color: #4d4d4d;
  font-weight: 700; }

.section-find-local__filter-link {
  color: #575757;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  cursor: pointer;
  font-size: 0.75rem; }

.section-find-local__filter-link:not(:last-of-type) {
  margin-right: 26px; }

.section-find-local__filter-link:hover {
  color: #ffb400;
  text-decoration: none; }

@media (max-width: 1029.98px) {
  .section-find-local__filter-link {
    display: block; } }

.section-find-local__filter-link-icon {
  display: inline-block;
  margin-right: 2px;
  vertical-align: initial;
  cursor: pointer;
  -webkit-transition: font-size 0.25s, -webkit-transform 0.25s;
  transition: font-size 0.25s, -webkit-transform 0.25s;
  transition: font-size 0.25s, transform 0.25s;
  transition: font-size 0.25s, transform 0.25s, -webkit-transform 0.25s;
  font-size: 0.75rem; }

.section-find-local__filter-link-icon--close {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: bottom;
  line-height: 1;
  font-size: 0.875rem; }

.section-find-local__filter-link-icon.is-showed {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: bottom;
  line-height: 1;
  font-size: 0.875rem; }

.section-find-local__form-group {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media (max-width: 1339.98px) {
  .section-find-local__form-group {
    width: 32.9998%;
    margin-bottom: 8px; } }

@media (max-width: 1029.98px) {
  .section-find-local__form-group {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-right: 0 !important;
    width: 100%; } }

.section-find-local__form-group--margin-right {
  margin-right: 17px; }

@media (max-width: 1339.98px) {
  .section-find-local__form-group--margin-right {
    margin-right: 0; } }

.section-find-local__form-group--checkbox {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin-right: 17px; }

.section-find-local__form-group--no-flex {
  display: block;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset; }

@media (max-width: 1339.98px) {
  .section-find-local__form-group--no-flex {
    width: unset; } }

.section-find-local__form-group.show .section-find-local__pricing-button::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.section-find-local__input, .section-find-local__pricing-button,
.section-find-local .select2-container--default .select2-selection--multiple,
.section-find-local .select2-container--default .select2-selection--single {
  height: 64px;
  padding-left: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.section-find-local__input:active, .section-find-local__pricing-button:active, .section-find-local__input:focus, .section-find-local__pricing-button:focus,
.section-find-local .select2-container--default .select2-selection--multiple:active,
.section-find-local .select2-container--default .select2-selection--multiple:focus,
.section-find-local .select2-container--default .select2-selection--single:active,
.section-find-local .select2-container--default .select2-selection--single:focus {
  border-color: #e9e9e9;
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.section-find-local__input::-webkit-input-placeholder, .section-find-local__pricing-button::-webkit-input-placeholder, .section-find-local .select2-container--default .select2-selection--multiple::-webkit-input-placeholder, .section-find-local .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  color: #9b9b9b; }

.section-find-local__input::-moz-placeholder, .section-find-local__pricing-button::-moz-placeholder, .section-find-local .select2-container--default .select2-selection--multiple::-moz-placeholder, .section-find-local .select2-container--default .select2-selection--single::-moz-placeholder {
  color: #9b9b9b; }

.section-find-local__input:-ms-input-placeholder, .section-find-local__pricing-button:-ms-input-placeholder, .section-find-local .select2-container--default .select2-selection--multiple:-ms-input-placeholder, .section-find-local .select2-container--default .select2-selection--single:-ms-input-placeholder {
  color: #9b9b9b; }

.section-find-local__input::-ms-input-placeholder, .section-find-local__pricing-button::-ms-input-placeholder, .section-find-local .select2-container--default .select2-selection--multiple::-ms-input-placeholder, .section-find-local .select2-container--default .select2-selection--single::-ms-input-placeholder {
  color: #9b9b9b; }

.section-find-local__input::placeholder, .section-find-local__pricing-button::placeholder,
.section-find-local .select2-container--default .select2-selection--multiple::placeholder,
.section-find-local .select2-container--default .select2-selection--single::placeholder {
  color: #9b9b9b; }

.section-find-local__input--inside-dropdown,
.section-find-local .select2-container--default .select2-selection--multiple--inside-dropdown,
.section-find-local .select2-container--default .select2-selection--single--inside-dropdown {
  height: 38px;
  padding-left: 8px;
  padding-right: 0;
  border: 1px solid #b5b5b5;
  border-right: 0;
  font-weight: 400; }

.section-find-local__input--inside-dropdown:active, .section-find-local__input--inside-dropdown:focus,
.section-find-local .select2-container--default .select2-selection--multiple--inside-dropdown:active,
.section-find-local .select2-container--default .select2-selection--multiple--inside-dropdown:focus,
.section-find-local .select2-container--default .select2-selection--single--inside-dropdown:active,
.section-find-local .select2-container--default .select2-selection--single--inside-dropdown:focus {
  border-color: #b5b5b5; }

.section-find-local .select2-container .select2-selection--multiple .select2-selection__rendered,
.section-find-local .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.section-find-local .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 64px;
  color: #4d4d4d; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear,
.section-find-local .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  left: 10px;
  color: #ee7d00; }

.section-find-local .js-section-find-local-floor + .select2-container .select2-search--inline .select2-search__field {
  width: 100% !important; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.section-find-local .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px;
  height: 64px; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.section-find-local .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4d4d4d transparent transparent transparent; }

.section-find-local .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b,
.section-find-local .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ',';
  margin-right: 3px; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-last-child(2)::after {
  content: ''; }

.section-find-local .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  color: #b5b5b5;
  font-family: "Silka", sans-serif;
  font-weight: 500; }

@media (max-width: 1029.98px) {
  .section-find-local .select2-container .select2-search--inline .select2-search__field {
    min-width: 50vw; } }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.section-find-local .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  display: none; }

.section-find-local__input-suffix {
  padding-left: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  background-color: #fff; }

.section-find-local__input-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4d4d4d;
  pointer-events: none;
  font-size: 0.75rem; }

.section-find-local__pricing-button {
  width: 100%;
  background-color: #fff;
  color: #9b9b9b;
  text-align: left;
  -webkit-transition: color 0.25s, padding-left 0.25s;
  transition: color 0.25s, padding-left 0.25s; }

.section-find-local__pricing-button:hover {
  color: #9b9b9b; }

.section-find-local__pricing-button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #4d4d4d; }

.section-find-local__pricing-button.is-filled {
  color: #4d4d4d;
  padding-left: 16px; }

.section-find-local__pricing-dropdown {
  min-width: 100%;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #f3f3f4;
  border-radius: 0;
  background-color: #fff; }

.section-find-local__additional-info-label {
  margin-bottom: 0;
  color: #575757;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.section-find-local__checkbox-input {
  opacity: 0;
  position: absolute; }

.section-find-local__checkbox-input + label {
  opacity: 1;
  position: relative;
  margin: 0;
  padding-left: 26px;
  cursor: pointer; }

.section-find-local__checkbox-input + label:after {
  content: ""; }

.section-find-local__checkbox-input + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #b5b5b5; }

.section-find-local__checkbox-input + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  color: #4d4d4d;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.section-find-local__checkbox-input:checked + label::after {
  opacity: 1; }

.section-find-local__checkbox-label {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.section-find-local__table-container {
  position: relative;
  margin-bottom: 40px; }

.section-find-local__table-container.loading {
  min-height: 100px; }

.section-find-local__table-container.loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75); }

.section-find-local__table-container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

.section-find-local__table {
  margin-bottom: 32px; }

.section-find-local__table--smart-home {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 60px; }

.section-find-local__table--smart-home img {
  width: 100%; }

.section-find-local__table__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E9E9E9;
  background: -webkit-gradient(linear, left top, right top, from(#EE7D00), to(#FFB400));
  background: linear-gradient(90deg, #EE7D00 0%, #FFB400 100%);
  padding: 10px 10px 10px 20px;
  max-width: 60%;
  margin-bottom: 16px; }

@media (max-width: 1339.98px) {
  .section-find-local__table__info {
    max-width: 100%; } }

.section-find-local__table__info-button .button, .section-find-local__table__info-button .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .section-find-local__table__info-button .swal2-styled.swal2-confirm, .section-find-local__table__info-button .header-navigation__button-login {
  padding: 10px 20px;
  background: none;
  height: 100%;
  border-left: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%; }

.section-find-local__table__info-button .button__icon {
  margin-right: 0px; }

.section-find-local__table__info-text {
  width: 80%; }

@media (max-width: 1339.98px) {
  .section-find-local__table__info-text {
    width: auto; } }

.section-find-local__table__info-text p {
  margin-bottom: 0px;
  font-size: 14px; }

.section-find-local__table-item {
  display: block;
  position: relative;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

@media (max-width: 1029.98px) {
  .section-find-local__table-item {
    display: none; } }

.section-find-local__table-item:hover {
  background-color: #e9e9e9;
  text-decoration: none; }

.section-find-local__table-item:hover .section-find-local__table-item-promo-badge::before {
  border-bottom-color: #e9e9e9; }

.section-find-local__table-item:hover .section-find-local__table-item-promo-badge--helper::before {
  border-top-color: #e9e9e9; }

.section-find-local__table-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #f3f3f4; }

.section-find-local__table-item--header {
  background-color: #f3f3f4; }

.section-find-local__table-item--header.starred {
  margin-bottom: 40px;
  max-height: 62px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 5px solid #ffb400;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, #ee7d00, #ffb400);
  display: block; }

@media (max-width: 1339.98px) {
  .section-find-local__table-item--header.starred {
    max-height: 46px; } }

@media (max-width: 1029.98px) {
  .section-find-local__table-item--header.starred {
    border-width: 3px; } }

.section-find-local__table-item--header.starred.active {
  max-height: 2000px; }

.section-find-local__table-item--header.starred.active .icon::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.section-find-local__table-item--header.starred::after {
  display: none; }

.section-find-local__table-item--header.starred .starred-title {
  background: linear-gradient(45deg, #ee7d00, #ffb400);
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1339.98px) {
  .section-find-local__table-item--header.starred .starred-title {
    padding: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; } }

.section-find-local__table-item--header.starred .starred-title__text {
  margin: 0;
  font-size: 28px;
  color: #fff; }

@media (max-width: 1339.98px) {
  .section-find-local__table-item--header.starred .starred-title__text {
    font-size: 20px;
    line-height: 24px; } }

.section-find-local__table-item--header.starred .starred-title .icon {
  font-family: "Silka", sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff; }

.section-find-local__table-item--header.starred .starred-title .icon::before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

@media (max-width: 1029.98px) {
  .section-find-local__table-item--header.starred .starred-title .icon {
    font-size: 14px; } }

.section-find-local__table-item--header.starred .starred-title:hover {
  cursor: pointer; }

.section-find-local__table-item--header.starred .starred-title::after {
  display: none; }

.section-find-local__table-item--header.starred .section-find-local__table-item-mobile {
  margin-bottom: 0px; }

.section-find-local__table-item--header.starred .section-find-local__table-item-mobile:not(:last-child) {
  border-bottom: 1px solid #ffb400; }

.section-find-local__table-item--header:hover {
  background-color: #f3f3f4; }

@media (max-width: 1029.98px) {
  .section-find-local__table-item--header {
    display: none; } }

.section-find-local__table-item--header .section-find-local__table-col {
  color: #818181;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 0.875rem; }

.section-find-local__table-item.is-promo {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, #ee7d00, #ffb400); }

.section-find-local__table-item.is-promo .section-find-local__table-item-promo-badge {
  display: block; }

.section-find-local__table-item-promo-badge {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px 8px 28px;
  background: linear-gradient(45deg, #ee7d00, #ffb400);
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
  font-size: 0.75rem; }

.section-find-local__table-item-promo-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border-bottom: 36px solid #fff;
  border-right: 14px solid transparent;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.section-find-local__table-item-promo-badge--mobile {
  position: relative;
  padding: 2px 6px 2px 16px;
  font-size: 0.6875rem; }

.section-find-local__table-item-promo-badge--mobile::before {
  border-bottom: 21px solid #fff; }

.section-find-local__table-item-promo-badge--small {
  text-transform: none;
  font-weight: 300;
  margin-left: 15px; }

.section-find-local__table-item-promo-badge--phone {
  padding: 5px 0px 5px 15px;
  margin-bottom: 0px;
  background: linear-gradient(45deg, rgba(238, 125, 0, 0.7), rgba(255, 180, 0, 0.7));
  color: #fff;
  font-size: 15px;
  width: 100%; }

.section-find-local__table-item-promo-badge--helper {
  display: block;
  bottom: 0;
  top: auto; }

.section-find-local__table-item-promo-badge--helper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border-top: 36px solid #fff;
  border-right: 14px solid transparent;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.section-find-local__table-item-promo-badge-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%; }

@media (max-width: 1029.98px) {
  .section-find-local__table-row {
    padding: 16px 8px; } }

.section-find-local__table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 16px; }

.section-find-local__table-col--icons {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (max-width: 1339.98px) {
  .section-find-local__table-col {
    padding: 8px 16px; } }

@media (max-width: 1029.98px) {
  .section-find-local__table-col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.section-find-local__table-col--desktop-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .section-find-local__table-col--desktop-centered {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.section-find-local__table-col--sortable {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.section-find-local__table-col--sortable:hover {
  cursor: pointer; }

.section-find-local__table-col--sortable.is-sorted-ASC {
  color: #4d4d4d;
  font-weight: 700; }

.section-find-local__table-col--sortable.is-sorted-DESC {
  color: #4d4d4d;
  font-weight: 700; }

.section-find-local__table-col--sortable.is-sorted-DESC .section-find-local__table-col-icon::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.section-find-local__table-col-icon {
  margin-left: 16px;
  line-height: 1;
  font-size: 0.75rem; }

@media (max-width: 1029.98px) {
  .section-find-local__table-col-icon {
    margin-left: 0px; } }

.section-find-local__table-col-icon::before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.section-find-local__table-local-category {
  margin-bottom: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

@media (max-width: 1029.98px) {
  .section-find-local__table-local-category {
    margin-bottom: 16px; } }

.section-find-local__table-local-category span {
  font-weight: 400; }

.section-find-local__table-local-number {
  margin-bottom: 4px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .section-find-local__table-local-number {
    font-size: 1.375rem; } }

@media (max-width: 1029.98px) {
  .section-find-local__table-local-number {
    font-weight: 700; } }

.section-find-local__table-local-investment {
  margin-bottom: 8px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.section-find-local__table-local-mobile-label {
  display: none;
  margin-bottom: 2px;
  color: #818181;
  font-size: 0.75rem; }

@media (max-width: 1029.98px) {
  .section-find-local__table-local-mobile-label {
    display: inline-block; } }

.section-find-local__table-local-value {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .section-find-local__table-local-value {
    font-weight: 600;
    font-size: 1.125rem; } }

.section-find-local__table-local-price {
  margin-bottom: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem; }

.section-find-local__table-local-price--promo {
  text-decoration: line-through; }

@media (max-width: 1029.98px) {
  .section-find-local__table-local-price--promo {
    font-size: 0.75rem; } }

.section-find-local__table-local-button {
  display: inline-block;
  position: relative;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #9b9b9b;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.section-find-local__table-local-button:not(:last-of-type) {
  margin-right: 24px; }

@media (max-width: 1339.98px) {
  .section-find-local__table-local-button:not(:last-of-type) {
    margin-right: 8px; } }

.section-find-local__table-local-button:hover {
  color: #ffb400;
  text-decoration: none; }

.section-find-local__table-local-button:hover .section-find-local__table-local-button-tooltip {
  opacity: 1; }

@media (max-width: 1029.98px) {
  .section-find-local__table-local-button {
    height: 48px;
    width: 48px;
    border: 1px solid #e9e9e9;
    border-radius: 4px; } }

.section-find-local__table-local-button--star svg {
  height: 20px;
  margin-top: -4px; }

.section-find-local__table-local-button--star svg path {
  -webkit-transition: fill 0.25s, stroke 0.25s;
  transition: fill 0.25s, stroke 0.25s; }

.section-find-local__table-local-button--star:hover svg path {
  stroke: #ffb400; }

.section-find-local__table-local-button--star.is-selected svg path {
  fill: #ffb400;
  stroke: #ffb400; }

.section-find-local__table-local-button--mobile {
  position: absolute;
  right: 8px;
  bottom: 64px;
  background-color: #fff; }

.section-find-local__table-local-button-tooltip {
  position: absolute;
  top: -50px;
  right: 40px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 25; }

.section-find-local__table-local-button-tooltip::after {
  content: '';
  position: absolute;
  top: 52px;
  right: -12px;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #b5b5b5; }

.section-find-local__table-local-button-tooltip-image {
  max-height: 400px; }

.section-find-local__table-local-button-icon {
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .section-find-local__table-local-button-icon {
    font-size: 1.375rem; } }

.section-find-local__table-local-button-icon--star {
  font-size: 1.25rem; }

.section-find-local__table-local-button-icon--arrow {
  font-size: 0.875rem; }

.section-find-local__table-item-mobile {
  display: none;
  margin-bottom: 28px; }

@media (max-width: 1029.98px) {
  .section-find-local__table-item-mobile {
    display: block; } }

.section-find-local__table-item-mobile.is-promo .section-find-local__table-item-mobile-header-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 125, 0, 0.3)), color-stop(51.04%, rgba(238, 125, 0, 0)));
  background: linear-gradient(180deg, rgba(238, 125, 0, 0.3) 0%, rgba(238, 125, 0, 0) 51.04%); }

.section-find-local__table-item-mobile.is-promo .section-find-local__table-item-mobile-header-overlay-logo svg path {
  fill: url("#paint_orange"); }

.section-find-local__table-item-mobile.is-promo .section-find-local__table-item-promo-badge--mobile {
  display: block;
  position: absolute; }

.section-find-local__table-item-mobile-card {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 30px rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 30px rgba(23, 18, 25, 0.1); }

.section-find-local__table-item-mobile-card-link:hover {
  text-decoration: none; }

.section-find-local__table-item-mobile-header {
  position: relative; }

.section-find-local__table-item-mobile-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 18, 25, 0.3)), color-stop(50%, rgba(23, 18, 25, 0)));
  background: linear-gradient(180deg, rgba(23, 18, 25, 0.3) 0%, rgba(23, 18, 25, 0) 50%); }

.section-find-local__table-item-mobile-header-overlay-text {
  position: absolute;
  top: 20px;
  left: 36px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.section-find-local__table-item-mobile-header-overlay-text span {
  font-weight: 400; }

.section-find-local__table-item-mobile-header-overlay-logo {
  margin-left: 24px; }

@media (max-width: 767.98px) {
  .section-find-local__table-item-mobile-header-overlay-logo svg {
    height: 44px; } }

.section-find-local__table-item-mobile-header-overlay-star-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ee7d00), to(#ffb400));
  background: linear-gradient(90deg, #ee7d00 0%, #ffb400 100%);
  opacity: 0.8;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

@media (max-width: 767.98px) {
  .section-find-local__table-item-mobile-header-overlay-star-button {
    height: 40px;
    width: 40px; } }

.section-find-local__table-item-mobile-header-overlay-star-button:active, .section-find-local__table-item-mobile-header-overlay-star-button:focus {
  outline: none; }

.section-find-local__table-item-mobile-header-overlay-star-button:hover {
  opacity: 1; }

.section-find-local__table-item-mobile-header-overlay-star-button.is-selected .section-find-local__table-item-mobile-header-overlay-star path {
  fill: #fff; }

.section-find-local__table-item-mobile-header-overlay-star {
  height: 24px;
  color: #fff; }

@media (max-width: 767.98px) {
  .section-find-local__table-item-mobile-header-overlay-star {
    height: 14px; } }

.section-find-local__table-item-mobile-header-overlay-star path {
  fill: transparent; }

.section-find-local__table-item-mobile-header-image {
  border-radius: 0; }

.section-find-local__table-item-mobile-card-body {
  padding: 24px; }

.section-find-local__table-item-mobile-title {
  margin-bottom: 8px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: 1.125rem; }

.section-find-local__table-item-mobile-value {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: 0.875rem; }

.section-find-local__table-item-mobile-value--title {
  margin-top: 8px;
  margin-bottom: 2px;
  color: #818181;
  font-weight: 400; }

.section-find-local__table-item-mobile-price {
  margin-bottom: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  opacity: 0.9;
  font-size: 1.25rem; }

.section-find-local__table-item-mobile-price--promo {
  text-decoration: line-through;
  font-size: 1rem; }

.section-find-local__table-item-mobile-price-suffix {
  margin-bottom: 0;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem; }

.section-find-local__table-item-mobile-details-icon {
  margin-right: 5px;
  color: #4d4d4d; }

.section-find-local__pagination {
  margin-bottom: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1029.98px) {
  .section-find-local__pagination {
    margin-bottom: 64px; } }

.section-find-local__pagination-page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.section-find-local__pagination-page-item:not(:last-of-type) {
  margin-right: 16px; }

@media (max-width: 1029.98px) {
  .section-find-local__pagination-page-item:not(:last-of-type) {
    margin-right: 8px; } }

@media (max-width: 767.98px) {
  .section-find-local__pagination-page-item:not(:last-of-type) {
    margin-right: 4px; } }

.section-find-local__pagination-page-item--current .section-find-local__pagination-page-link {
  border-color: #b5b5b5; }

.section-find-local__pagination-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 80px;
  border: 1px solid #e9e9e9;
  border-radius: 0 !important;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .section-find-local__pagination-page-link {
    height: 46px;
    width: 46px; } }

@media (max-width: 767.98px) {
  .section-find-local__pagination-page-link {
    height: 42px;
    width: 42px; } }

.section-find-local__pagination-page-link:hover {
  background-color: #e9e9e9;
  color: #4d4d4d; }

.section-find-local__pagination-arrow-button {
  padding: 27px 88px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

@media (max-width: 767.98px) {
  .section-find-local__pagination-arrow-button {
    padding: 27px 44px; } }

.section-find-local__pagination-arrow-button:hover {
  background-color: #e9e9e9; }

.section-find-local__pagination-arrow-button:active, .section-find-local__pagination-arrow-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.section-find-local__pagination-arrow-button.slick-disabled:hover {
  cursor: not-allowed;
  background-color: #fff; }

.section-find-local__pagination-arrow-button.slick-disabled .section-find-local__pagination-arrow {
  color: #b5b5b5; }

.section-find-local__pagination-arrow {
  color: #4d4d4d;
  cursor: pointer;
  font-size: 0.875rem; }

.section-find-local__pagination-arrow--prev::before {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media (min-width: 1340px) {
  .section-find-local__modal-dialog {
    max-width: 665px; } }

.section-find-local__modal-content {
  border: 0;
  border-radius: 0; }

.section-find-local__modal-header {
  position: relative;
  height: 84px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.section-find-local__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  opacity: 1; }

.section-find-local__modal-close:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1 !important; }

.section-find-local__modal-close span {
  font-size: 1rem; }

.section-find-local__modal-body {
  padding: 48px 64px; }

@media (max-width: 1339.98px) {
  .section-find-local__modal-body {
    padding: 32px; } }

/**
* TODO: sorry hotfix
*/
.find-local-loader-container {
  position: fixed;
  left: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9991;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  overflow: hidden; }

.find-local-loader-container.is-hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.section-locals {
  padding-bottom: 175px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .section-locals {
    padding-bottom: 80px; } }

.section-locals__title {
  margin-bottom: 32px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .section-locals__title {
    font-size: 3rem; } }

.section-locals__slider {
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 10px; }

@media (max-width: 1029.98px) {
  .section-locals__slider {
    margin-left: 0;
    margin-right: 0; } }

.section-locals__slider .slick-list {
  overflow: visible; }

.section-locals__slider-slide {
  padding: 30px 32px; }

@media (max-width: 767.98px) {
  .section-locals__slider-slide {
    margin-bottom: 24px;
    padding: 0; } }

@media (max-width: 1029.98px) {
  .section-locals__slider-arrow-group {
    display: none; } }

.section-locals__slider-arrow-button {
  padding: 26px 88px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

@media (max-width: 767.98px) {
  .section-locals__slider-arrow-button {
    padding: 26px 44px; } }

.section-locals__slider-arrow-button:hover {
  background-color: #e9e9e9; }

.section-locals__slider-arrow-button:active, .section-locals__slider-arrow-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.section-locals__slider-arrow-button.slick-disabled:hover {
  cursor: not-allowed;
  background-color: #fff; }

.section-locals__slider-arrow-button.slick-disabled .section-locals__slider-arrow {
  color: #b5b5b5; }

.section-locals__slider-arrow {
  color: #4d4d4d;
  font-size: 0.875rem; }

.section-locals__slider-arrow--prev::before {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.section-locals__link-more {
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.section-locals__link-more:hover {
  border-color: #ee7d00;
  color: #ee7d00;
  text-decoration: none; }

.sections_additional {
  margin-bottom: 160px; }

@media (max-width: 1339.98px) {
  .sections_additional {
    margin-bottom: 80px; } }

.sections-additional {
  margin-bottom: 160px; }

@media (max-width: 1339.98px) {
  .sections-additional {
    margin-bottom: 80px; } }

.section {
  padding: 70px 0;
  position: relative; }

@media (max-width: 1339.98px) {
  .section {
    padding: 50px 0; } }

@media (max-width: 1029.98px) {
  .section {
    padding: 30px 0; } }

.section--esg {
  padding: 120px 0px; }

@media (max-width: 1339.98px) {
  .section--esg {
    padding: 80px 0px; } }

@media (max-width: 1029.98px) {
  .section--esg {
    padding: 50px 0px; } }

.section--pt-small {
  padding-top: 30px; }

@media (max-width: 1339.98px) {
  .section--pt-small {
    padding-top: 20px; } }

@media (max-width: 1029.98px) {
  .section--pt-small {
    padding-top: 15px; } }

.section--pb-small {
  padding-bottom: 30px; }

@media (max-width: 1339.98px) {
  .section--pb-small {
    padding-bottom: 20px; } }

@media (max-width: 1029.98px) {
  .section--pb-small {
    padding-bottom: 15px; } }

.section--land {
  padding: 160px 0px 50px 0px; }

@media (max-width: 1339.98px) {
  .section--land {
    padding: 120px 0px 50px 0px; } }

@media (max-width: 1029.98px) {
  .section--land {
    padding: 80px 0px 50px 0px; } }

.section--pt-null {
  padding-top: 0; }

.section--pb-null {
  padding-bottom: 0; }

.section__headline {
  font-size: 51px;
  margin-bottom: 50px; }

@media (max-width: 1339.98px) {
  .section__headline {
    font-size: 42px;
    margin-bottom: 40px; } }

@media (max-width: 1029.98px) {
  .section__headline {
    font-size: 36px;
    margin-bottom: 25px; } }

@media (max-width: 767.98px) {
  .section__headline {
    font-size: 28px;
    text-align: center; } }

@media (max-width: 479.98px) {
  .section__headline {
    font-size: 24px; } }

.section__headline--main {
  font-size: 71px;
  line-height: 1.15; }

@media (max-width: 1339.98px) {
  .section__headline--main {
    font-size: 55px; } }

@media (max-width: 1029.98px) {
  .section__headline--main {
    font-size: 48px; } }

@media (max-width: 767.98px) {
  .section__headline--main {
    font-size: 32px; } }

@media (max-width: 479.98px) {
  .section__headline--main {
    font-size: 28px; } }

.section__headline--medium {
  font-size: 34px;
  margin-bottom: 30px; }

@media (max-width: 1339.98px) {
  .section__headline--medium {
    font-size: 28px;
    margin-bottom: 20px; } }

@media (max-width: 1029.98px) {
  .section__headline--medium {
    font-size: 21px;
    margin-bottom: 15px; } }

@media (max-width: 767.98px) {
  .section__headline--medium {
    font-size: 18px;
    margin-bottom: 15px; } }

.section__headline--reset-margin {
  margin: 0; }

.section__headline--margin-double {
  margin-bottom: 70px; }

@media (max-width: 1339.98px) {
  .section__headline--margin-double {
    margin-bottom: 60px; } }

@media (max-width: 1029.98px) {
  .section__headline--margin-double {
    margin-bottom: 30px; } }

.section__headline--dots {
  padding-right: 180px;
  background-image: url(../img/dots.svg);
  background-repeat: no-repeat;
  background-position: right top 44px;
  background-size: 180px auto; }

@media (max-width: 1339.98px) {
  .section__headline--dots {
    background-position: right top 34px; } }

@media (max-width: 1029.98px) {
  .section__headline--dots {
    background: transparent;
    padding-right: 0; } }

.section__headline--dots-small {
  padding-right: 180px;
  background-image: url(../img/dots.svg);
  background-repeat: no-repeat;
  background-position: right top 22px;
  background-size: 180px auto; }

@media (max-width: 1339.98px) {
  .section__headline--dots-small {
    background-position: right top 34px; } }

@media (max-width: 1029.98px) {
  .section__headline--dots-small {
    background: transparent;
    padding-right: 0; } }

.section__overheadline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  color: #9b9b9b;
  margin-bottom: 5px; }

.section__headline-link {
  font-size: 14px;
  letter-spacing: 0.07em; }

.section__headline-link .icon {
  font-size: 18px;
  vertical-align: -3px;
  margin-right: 8px; }

.section__paragraph {
  width: 60%; }

@media (max-width: 1339.98px) {
  .section__paragraph {
    width: 75%; } }

@media (max-width: 1029.98px) {
  .section__paragraph {
    width: 100%; } }

.section__paragraph--full {
  width: 100%; }

.section__paragraph--small {
  font-size: 13px; }

.section__paragraph--mb {
  margin-bottom: 50px; }

@media (max-width: 1339.98px) {
  .section__paragraph--mb {
    margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .section__paragraph--mb {
    margin-bottom: 15px; } }

.section__content--border-top {
  border-top: 1px solid #e9e9e9;
  padding-top: 50px; }

.section__content--border-top-low {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px; }

.section--right {
  text-align: right; }

@media (max-width: 767.98px) {
  .section--right {
    text-align: center; } }

.section--right .section__paragraph {
  margin-left: auto;
  margin-right: 0; }

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

.section--center .section__paragraph {
  margin-left: auto;
  margin-right: auto; }

.collapse-button-container {
  margin-top: 20px; }

.collapse-button .button-show {
  display: none; }

.collapse-button .button-hide {
  display: inline; }

.collapse-button.collapsed .button-show {
  display: inline; }

.collapse-button.collapsed .button-hide {
  display: none; }

.seo-text {
  padding: 120px 32px;
  background-color: #f4f3f4;
  margin-bottom: 80px; }

@media (max-width: 1029.98px) {
  .seo-text {
    padding: 80px 32px; } }

@media (max-width: 767.98px) {
  .seo-text {
    padding: 32px; } }

.seo-text.-enea {
  margin: 0; }

.collapse-button .button-show {
  display: none; }

.collapse-button .button-hide {
  display: inline; }

.collapse-button.collapsed .button-show {
  display: inline; }

.collapse-button.collapsed .button-hide {
  display: none; }

.wysiwyg-text-container {
  font-size: 15px;
  line-height: 1.8;
  color: #575757; }

@media (max-width: 1339.98px) {
  .wysiwyg-text-container {
    font-size: 14px;
    line-height: 1.67; } }

.wysiwyg-text-container > :first-child {
  margin-top: 0 !important; }

.wysiwyg-text-container a {
  color: #ee7d00;
  text-decoration: underline;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out; }

.wysiwyg-text-container strong, .wysiwyg-text-container b {
  font-weight: 700; }

.wysiwyg-text-container p {
  margin-bottom: 1em; }

.wysiwyg-text-container ul, .wysiwyg-text-container ol {
  margin-bottom: 1em;
  list-style: none; }

.wysiwyg-text-container ul li, .wysiwyg-text-container ol li {
  margin-bottom: 1em;
  text-indent: -30px; }

.wysiwyg-text-container ul li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 22px;
  background: #ee7d00;
  border-radius: 100%;
  vertical-align: 2px; }

.wysiwyg-text-container ol {
  counter-reset: list-counter; }

.wysiwyg-text-container ol li {
  counter-increment: list-counter; }

.wysiwyg-text-container ol li:before {
  content: counter(list-counter) ". ";
  display: inline-block;
  width: 30px;
  text-indent: 0; }

.wysiwyg-text-container h1, .wysiwyg-text-container h2, .wysiwyg-text-container h3, .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.24;
  color: #575757;
  margin: 24px 0 32px 0; }

@media (max-width: 1339.98px) {
  .wysiwyg-text-container h1, .wysiwyg-text-container h2, .wysiwyg-text-container h3, .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 28px;
    margin: 22px 0 28px 0; } }

@media (max-width: 767.98px) {
  .wysiwyg-text-container h1, .wysiwyg-text-container h2, .wysiwyg-text-container h3, .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 21px;
    margin: 18px 0 21px 0; } }

.wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
  font-size: 22px;
  margin: 24px 0; }

@media (max-width: 1339.98px) {
  .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 18px;
    margin: 20px 0; } }

@media (max-width: 767.98px) {
  .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 16px;
    margin: 16px 0; } }

.slider-dots {
  text-align: center;
  margin-top: 40px; }

@media (max-width: 767.98px) {
  .slider-dots {
    margin-top: 20px; } }

@media (max-width: 479.98px) {
  .slider-dots {
    margin-top: 5px; } }

.slider-dots > li {
  display: inline-block;
  margin: 0 10px; }

.slider-dots > li button {
  background: #666666;
  border: 0;
  font-size: 0;
  color: #666666;
  width: 6px;
  height: 6px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  -webkit-transition: background .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  transition: background .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, background .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, background .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  cursor: pointer; }

.slider-dots > li button:focus {
  outline: none; }

.slider-dots > li.slick-active button, .slider-dots > li:hover button {
  background: #ee7d00;
  border: 0;
  font-size: 0;
  color: #ee7d00;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2); }

.slider-dots--mt-0 {
  margin-top: 0px; }

.slider-dots--left {
  text-align: left;
  margin-left: -15px; }

@media (max-width: 1029.98px) {
  .slider-dots--left {
    text-align: center; } }

.slider-dots--light > li button {
  background: #FFF;
  color: #FFF; }

.slider-row .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

@media (max-width: 1029.98px) {
  .slider-row .slick-list {
    margin-left: 0;
    margin-right: 0; } }

.stay-with-us {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.stay-with-us-page {
  padding: 50px 0 50px 0; }

.stay-with-us__main h2 {
  font-size: 3rem; }

.stay-with-us__main h2, .stay-with-us__main h3 {
  color: #4d4d4d; }

.stay-with-us.col-24 {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.stay-with-us__months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px; }

@media (max-width: 1029.98px) {
  .stay-with-us__months {
    max-width: 400px;
    margin: 24px auto; } }

.stay-with-us__months .switcher {
  position: relative;
  display: inline-block;
  width: 50%;
  margin: 30px 20px 30px 50px;
  height: 45px; }

@media (max-width: 1339.98px) {
  .stay-with-us__months .switcher {
    margin: 10px auto; } }

@media (max-width: 1029.98px) {
  .stay-with-us__months .switcher {
    width: 100%; } }

.stay-with-us__months .switcher__control {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  border: 1px solid #ee7d00;
  border-radius: 45px; }

.stay-with-us__months .switcher__control:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 45px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(280deg, #ffb400, #ee7d00);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%; }

.stay-with-us__months .switcher__checkbox {
  opacity: 0;
  width: 0;
  height: 0; }

.stay-with-us__months .switcher__checkbox:checked + .switcher__control:before {
  left: calc(100% - 45px); }

.stay-with-us__months-count {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px; }

@media (max-width: 1339.98px) {
  .stay-with-us__months-count {
    margin: 20px auto; } }

@media (max-width: 1029.98px) {
  .stay-with-us__months-count {
    width: 100%;
    margin: 8px auto; } }

.stay-with-us__months-count--orange {
  color: #ee7d00;
  font-size: 40px !important;
  line-height: 40px !important;
  font-weight: 700; }

.stay-with-us__months-count span {
  font-size: 24px;
  line-height: 24px;
  text-align: center; }

.stay-with-us__months-count div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.stay-with-us__info {
  color: #4d4d4d; }

.stay-with-us__info a {
  color: #ee7d00; }

.stay-with-us__info__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #ee7d00;
  padding: 10px 5px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .stay-with-us__info__categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100px; }
  .stay-with-us__info__categories.active {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.stay-with-us__info__categories span {
  display: none;
  color: #fff;
  text-align: center; }

.stay-with-us__info__categories span.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1029.98px) {
  .stay-with-us__info__categories span.active {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.stay-with-us__info__categories-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media (max-width: 1029.98px) {
  .stay-with-us__info__categories-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .stay-with-us__info__categories-images .col-6, .stay-with-us__info__categories-images .col-4 {
    max-width: 100%; } }

.stay-with-us__info__categories-images .col-6, .stay-with-us__info__categories-images .col-4 {
  display: none; }

.stay-with-us__info__categories-images .col-6.active, .stay-with-us__info__categories-images .col-4.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  min-height: 125px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 6px 5px 6px 0 rgba(23, 18, 25, 0.2);
  box-shadow: 6px 5px 6px 0 rgba(23, 18, 25, 0.2); }

@media (max-width: 1029.98px) {
  .stay-with-us__info__categories-images .col-6.active, .stay-with-us__info__categories-images .col-4.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    min-width: 150px;
    min-height: auto; } }

.stay-with-us__info__categories-images .col-6.active.category-or, .stay-with-us__info__categories-images .col-4.active.category-or {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 36px;
  font-weight: 700; }

.stay-with-us__info__categories-images .col-6.active img, .stay-with-us__info__categories-images .col-4.active img {
  width: 100%;
  height: 75%;
  -o-object-fit: contain;
  object-fit: contain; }

@media (max-width: 1029.98px) {
  .stay-with-us__info__categories-images .col-6.active img, .stay-with-us__info__categories-images .col-4.active img {
    max-width: 125px; } }

@media (max-width: 1029.98px) {
  .stay-with-us__info-prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

.table-local thead th {
  cursor: pointer; }

.table-local th {
  width: 150px; }

.table-local th.table-local__address {
  min-width: 250px;
  line-height: 1; }

@media (max-width: 1029.98px) {
  .table-local th.table-local__address {
    min-width: 180px; } }

.table-local__search {
  margin-bottom: 12px;
  margin-left: 4px; }

.table-local__search span span span {
  height: 64px !important;
  width: 270px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 24px;
  border-radius: 0 !important; }

@media (max-width: 767.98px) {
  .table-local__search span span span {
    height: 40px !important;
    width: 240px; } }

.table-local__search span span span .select2-selection__arrow {
  right: 12px !important; }

.table-local__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px; }

.table-local__pagination button {
  margin: 0 6px; }

.table-local__pagination button.active {
  color: #ee7d00; }

.wide-map {
  position: relative;
  width: 100%;
  overflow: hidden; }

.wide-map.full-height {
  height: 100%; }

.wide-map__map {
  height: 384px;
  width: 100%;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
  height: 548px; }

.wide-map__map--home {
  height: 434px;
  height: 434px; }

.wide-map__map.is-hidden {
  display: none; }

.wide-map__map.is-larger {
  height: 800px; }

.wide-map__map-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  background-color: #fff; }

.wide-map__map-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 16px; }

.wide-map__map-popup-logo {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated; }

.wide-map__map-popup-text {
  margin-bottom: 4px;
  color: #575757;
  font-family: "Silka", sans-serif;
  font-size: 0.75rem; }

.wide-map__map-popup-text:last-of-type {
  margin-bottom: 0; }

.wide-map__map-bottom-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%; }

.wide-map__map-bottom-button-group {
  height: 64px;
  width: 100%;
  border: solid 1px #f3f3f4; }

.wide-map__map-bottom-button {
  position: relative;
  border-radius: 0;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .wide-map__map-bottom-button {
    font-size: 1.375rem; } }

.wide-map__map-bottom-button:hover {
  color: #ee7d00; }

.wide-map__map-bottom-button:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #f3f3f4; }

@media (max-width: 1029.98px) {
  .wide-map__map-bottom-button {
    font-size: 1.125rem; } }

.wide-map__map-bottom-button-icon {
  margin-left: 6px;
  line-height: 1;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .wide-map__map-bottom-button-icon {
    font-size: 0.8125rem; } }

.wide-map .gm-style .gm-style-iw-c {
  padding: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-filter: drop-shadow(0 6px 8px rgba(23, 18, 25, 0.12));
  filter: drop-shadow(0 6px 8px rgba(23, 18, 25, 0.12)); }

.wide-map .gm-style .gm-style-iw-d {
  overflow: initial !important; }

.wide-map__controls-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%; }

.wide-map__controls-bar--with-investments-bar {
  bottom: 62px; }

.wide-map__controls-link {
  display: inline-block;
  padding: 16px;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 0.75rem; }

.wide-map__controls-link:hover {
  color: #9b9b9b;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9); }

.wysiwyg-text-container {
  font-size: 15px;
  line-height: 1.8;
  color: #666666; }

@media (max-width: 1339.98px) {
  .wysiwyg-text-container {
    font-size: 14px;
    line-height: 1.67; } }

.wysiwyg-text-container > :first-child {
  margin-top: 0 !important; }

.wysiwyg-text-container a {
  color: #ee7d00;
  text-decoration: underline;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out; }

.wysiwyg-text-container a:hover {
  color: #f6b873; }

.wysiwyg-text-container strong, .wysiwyg-text-container b {
  font-weight: 700; }

.wysiwyg-text-container p {
  margin-bottom: 1em; }

.wysiwyg-text-container ul, .wysiwyg-text-container ol {
  margin-bottom: 1em; }

.wysiwyg-text-container ul li, .wysiwyg-text-container ol li {
  margin-bottom: 1em;
  padding-left: 30px;
  text-indent: -30px; }

.wysiwyg-text-container ul li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 22px;
  background: #ee7d00;
  border-radius: 100%;
  vertical-align: 2px; }

.wysiwyg-text-container ol {
  counter-reset: list-counter; }

.wysiwyg-text-container ol li {
  counter-increment: list-counter; }

.wysiwyg-text-container ol li:before {
  content: counter(list-counter) ". ";
  display: inline-block;
  width: 30px;
  text-indent: 0; }

.wysiwyg-text-container h1, .wysiwyg-text-container h2, .wysiwyg-text-container h3, .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.24;
  color: #4d4d4d;
  margin: 24px 0 32px 0; }

@media (max-width: 1339.98px) {
  .wysiwyg-text-container h1, .wysiwyg-text-container h2, .wysiwyg-text-container h3, .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 28px;
    margin: 22px 0 28px 0; } }

@media (max-width: 767.98px) {
  .wysiwyg-text-container h1, .wysiwyg-text-container h2, .wysiwyg-text-container h3, .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 21px;
    margin: 18px 0 21px 0; } }

.wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
  font-size: 22px;
  margin: 24px 0; }

@media (max-width: 1339.98px) {
  .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 18px;
    margin: 20px 0; } }

@media (max-width: 767.98px) {
  .wysiwyg-text-container h4, .wysiwyg-text-container h5, .wysiwyg-text-container h6 {
    font-size: 16px;
    margin: 16px 0; } }

.wysiwyg-text-container img {
  max-width: 100%;
  height: auto;
  margin: .5em 0;
  vertical-align: 0;
  line-height: 1; }

.wysiwyg-text-container img.alignleft {
  float: left;
  margin: .5em 2em .5em 0; }

.wysiwyg-text-container img.alignright {
  float: right;
  margin: .5em 0 .5em 2em; }

.wysiwyg-text-container img.aligncenter {
  display: block;
  margin: 2em auto; }

.wysiwyg-text-container table {
  width: 100%; }

.wysiwyg-text-container table th, .wysiwyg-text-container table td {
  height: 75px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cecece; }

.wysiwyg-text-container table thead th, .wysiwyg-text-container table thead td, .wysiwyg-text-container table thead .table-header-item, .wysiwyg-text-container table .table-header th, .wysiwyg-text-container table .table-header td, .wysiwyg-text-container table .table-header .table-header-item {
  font-size: 13px;
  font-weight: 600;
  color: #4d4d4d; }

.wysiwyg-text-container table tfoot th, .wysiwyg-text-container table tfoot td, .wysiwyg-text-container table tfoot .table-footer-item, .wysiwyg-text-container table .table-footer th, .wysiwyg-text-container table .table-footer td, .wysiwyg-text-container table .table-footer .table-footer-item {
  background: #4d4d4d;
  color: #FFF;
  border: 0;
  font-weight: 600; }

.post-accordion {
  counter-reset: tab-counter;
  margin-bottom: 50px; }

.post-accordion__item {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
  counter-increment: tab-counter; }

.post-accordion__item:first-of-type {
  border-top: 1px solid #e9e9e9; }

@media (max-width: 767.98px) {
  .post-accordion__item {
    padding: 10px 0; } }

.post-accordion__header {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #4d4d4d;
  margin: 0 !important;
  padding: 12px 40px 0 80px;
  position: relative;
  min-height: 50px;
  cursor: pointer; }

@media (max-width: 1339.98px) {
  .post-accordion__header {
    font-size: 17px;
    padding: 8px 40px 0 70px; } }

@media (max-width: 767.98px) {
  .post-accordion__header {
    font-size: 16px;
    padding: 2px 0 0 0;
    min-height: 1px; } }

.post-accordion__header:before {
  content: counter(tab-counter);
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  top: 0;
  left: 0;
  background: #e9e9e9; }

@media (max-width: 1339.98px) {
  .post-accordion__header:before {
    width: 40px;
    height: 40px;
    line-height: 40px; } }

@media (max-width: 767.98px) {
  .post-accordion__header:before {
    width: auto;
    height: auto;
    position: relative;
    background: transparent;
    display: inline;
    content: counter(tab-counter) ". ";
    line-height: 1.4; } }

.post-accordion__content p {
  font-weight: normal;
  color: #666666; }

.post-accordion__content p:first-of-type {
  margin-top: 20px; }

.post-file {
  border: 1px solid #e9e9e9;
  padding: 20px 25px; }

.post-file__icon {
  color: #ee7d00;
  font-size: 48px;
  line-height: 1; }

.post-file p {
  margin: 0;
  line-height: 1.15; }

.post-file a {
  display: inline-block;
  text-decoration: none; }

.post-file__name {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  margin-bottom: 7px !important; }

@media (max-width: 1339.98px) {
  .post-file__name {
    font-size: 16px; } }

.post-file__info {
  font-weight: normal;
  text-transform: uppercase;
  color: #666666; }

@media (max-width: 1339.98px) {
  .post-file__info {
    font-size: 13px; } }

.about-good-practices {
  margin-bottom: 120px; }

@media (max-width: 1029.98px) {
  .about-good-practices {
    margin-bottom: 60px; } }

.about-good-practices__title {
  margin-bottom: 74px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .about-good-practices__title {
    font-size: 3rem; } }

.about-good-practices__video-box {
  margin-bottom: 100px; }

@media (max-width: 1029.98px) {
  .about-good-practices__video-box {
    margin-bottom: 60px; } }

.about-good-practices__item-col {
  margin-bottom: 30px; }

@media (max-width: 1339.98px) {
  .about-good-practices__item-image {
    height: auto;
    width: 100%; } }

@media (max-width: 1029.98px) {
  .about-good-practices__item-image {
    margin-bottom: 32px; } }

.about-good-practices__item-title {
  margin-bottom: 26px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .about-good-practices__item-title {
    font-size: 2rem; } }

.about-good-practices__item-text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.about-header {
  padding: 146px 0 160px 0;
  overflow: hidden; }

.about-header--articles {
  padding-bottom: 0px; }

@media (max-width: 1029.98px) {
  .about-header {
    padding: 100px 0 40px 0; } }

.about-header__breadcrumbs {
  margin-bottom: 44px; }

.about-header__breadcrumbs--articles {
  margin-bottom: 20px; }

.about-header__breadcrumbs--articles a {
  color: white !important; }

.about-header__breadcrumbs--articles .breadcrumb_last {
  color: white !important; }

.about-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.about-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.about-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.about-header__breadcrumbs-icon {
  line-height: 1; }

.about-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.about-header__title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.71875rem + 4.48718vw); }

@media (min-width: 1170px) {
  .about-header__title {
    font-size: 5rem; } }

.about-header__title span {
  color: #ee7d00; }

.about-header__text {
  margin-bottom: 80px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .about-header__text {
    margin-bottom: 40px; } }

.about-header__background-image {
  position: absolute;
  top: -220px;
  left: 0; }

@media (max-width: 1029.98px) {
  .about-header__background-image {
    position: initial;
    top: unset;
    left: unset;
    height: auto;
    width: calc(100% + 23px);
    margin-right: -23px; } }

@media (max-width: 1029.98px) {
  .about-header__item {
    padding: 0 16px;
    margin-bottom: 32px; } }

.about-header__item-circle {
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ee7d00));
  background-image: linear-gradient(0deg, #ffb400, #ee7d00); }

.about-header__item-circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 64px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.about-header__item-circle-icon:nth-child(3n) {
  font-size: 50px !important; }

.about-header__item-title {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1rem; }

.about-news {
  margin-bottom: 160px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .about-news {
    margin-bottom: 40px; } }

.about-news__title {
  margin-bottom: 38px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .about-news__title {
    font-size: 3rem; } }

.about-news__text {
  margin-bottom: 34px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.about-news__slider {
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 26px; }

@media (max-width: 1029.98px) {
  .about-news__slider {
    margin-left: -16px;
    margin-right: -16px; } }

.about-news__slider .slick-list {
  overflow: visible; }

@media (max-width: 1029.98px) {
  .about-news__slider .slick-list {
    padding: 0 12% 0 0; } }

.about-news__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.about-news__slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.about-news__slider .slick-track .slick-slide > div {
  height: 100%; }

@media (max-width: 1029.98px) {
  .about-news__slider-arrow-group {
    display: none; } }

.about-news__slider-arrow-button {
  padding: 26px 88px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

@media (max-width: 767.98px) {
  .about-news__slider-arrow-button {
    padding: 26px 44px; } }

.about-news__slider-arrow-button:hover {
  background-color: #e9e9e9; }

.about-news__slider-arrow-button:active, .about-news__slider-arrow-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.about-news__slider-arrow-button.slick-disabled:hover {
  cursor: not-allowed;
  background-color: #fff; }

.about-news__slider-arrow-button.slick-disabled .about-news__slider-arrow {
  color: #b5b5b5; }

.about-news__slider-arrow {
  color: #4d4d4d;
  font-size: 0.875rem; }

.about-news__slider-arrow--prev::before {
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.about-news__slide {
  padding: 30px 32px; }

@media (max-width: 1029.98px) {
  .about-news__slide {
    padding: 30px 16px; } }

@media (min-width: 1340px) {
  .about-news__modal-dialog {
    max-width: 665px; } }

.about-news__modal-content {
  border: 0;
  border-radius: 0; }

.about-news__modal-header {
  position: relative;
  height: 266px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.about-news__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  opacity: 1; }

.about-news__modal-close:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1 !important; }

.about-news__modal-close span {
  font-size: 1rem; }

.about-news__modal-body {
  padding: 48px 64px; }

@media (max-width: 1339.98px) {
  .about-news__modal-body {
    padding: 32px; } }

.about-news__modal-body-title {
  margin-bottom: 24px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .about-news__modal-body-title {
    font-size: 1.5rem; } }

.about-news__modal-body-text-wysiwyg p {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.about-news__modal-body-text-wysiwyg p:last-of-type {
  margin-bottom: 0; }

.about-news__modal-body-text-wysiwyg a {
  color: #ee7d00;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.about-news__modal-body-text-wysiwyg a:hover {
  color: #ffb400;
  text-decoration: none; }

.about-seo {
  margin-bottom: 160px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .about-seo {
    margin-bottom: 20px; } }

.about-seo__background-image {
  float: right;
  margin-right: -220px;
  margin-bottom: -300px; }

@media (max-width: 1029.98px) {
  .about-seo__background-image {
    height: auto;
    width: calc(100% + 23px);
    margin-left: -23px;
    margin-right: 0;
    margin-bottom: 0; } }

.about-seo__title {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .about-seo__title {
    font-size: 3rem; } }

.about-seo__text {
  margin-bottom: 180px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .about-seo__text {
    margin-bottom: 20px; } }

.about-seo__item-row:not(:last-of-type) {
  margin-bottom: 100px; }

@media (max-width: 1029.98px) {
  .about-seo__item-row:not(:last-of-type) {
    margin-bottom: 0; } }

.about-seo__item-icon-image {
  margin-bottom: 40px; }

.about-seo__item-title {
  margin-bottom: 42px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .about-seo__item-title {
    font-size: 2rem; } }

.about-seo__item-text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .about-seo__item-text {
    margin-bottom: 64px; } }

@media (max-width: 1029.98px) {
  .about-seo__item-image {
    height: auto;
    width: calc(100% + 23px);
    margin-bottom: 64px; } }

.about-seo__item-image--right {
  float: left; }

@media (max-width: 1029.98px) {
  .about-seo__item-image--right {
    margin-right: -23px; } }

.about-seo__item-image--left {
  float: right; }

@media (max-width: 1029.98px) {
  .about-seo__item-image--left {
    margin-left: -23px; } }

.about-why-us {
  margin-bottom: 100px; }

@media (max-width: 1029.98px) {
  .about-why-us {
    margin-bottom: 32px;
    overflow: hidden; } }

.about-why-us__title {
  margin-bottom: 128px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .about-why-us__title {
    font-size: 3rem; } }

@media (max-width: 1029.98px) {
  .about-why-us__title {
    margin-bottom: 32px;
    text-align: left; } }

.about-why-us__background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none; }

@media (max-width: 1339.98px) {
  .about-why-us__background-image {
    height: auto;
    width: 600px; } }

@media (max-width: 1029.98px) {
  .about-why-us__background-image {
    display: none; } }

.about-why-us__item-row:not(:last-of-type) {
  margin-bottom: 80px; }

@media (max-width: 1029.98px) {
  .about-why-us__item-row:not(:last-of-type) {
    margin-bottom: 0; } }

.about-why-us__item-title {
  margin-bottom: 42px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .about-why-us__item-title {
    font-size: 2rem; } }

@media (max-width: 1029.98px) {
  .about-why-us__item-title {
    margin-bottom: 16px; } }

.about-why-us__item-text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .about-why-us__item-text {
    margin-bottom: 32px; } }

@media (max-width: 1029.98px) {
  .about-why-us__slider {
    margin-right: -19px;
    margin-bottom: 32px; } }

@media (max-width: 1029.98px) {
  .about-why-us__slider .slick-list {
    padding: 0 12% 0 0;
    overflow: unset; } }

.about-why-us__slide {
  position: relative;
  overflow: hidden; }

.about-why-us__slide:hover::after {
  top: -250px; }

@media (max-width: 1029.98px) {
  .about-why-us__slide {
    margin-right: 8px;
    height: 460px; } }

.about-why-us__slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 350px);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#171219));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #171219 100%);
  -webkit-transition: top 0.25s;
  transition: top 0.25s; }

.about-why-us__slide-image {
  min-width: 100%; }

@media (max-width: 1029.98px) {
  .about-why-us__slide-image {
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; } }

.about-why-us__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 40px 90px 0 40px;
  z-index: 5;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: bottom 0.25s;
  transition: bottom 0.25s; }

@media (max-width: 1499.98px) {
  .about-why-us__slide-content {
    padding: 30px 30px 0 30px; } }

.about-why-us__slide-title {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .about-why-us__slide-title {
    font-size: 2rem; } }

.about-why-us__slide-text {
  margin-bottom: 26px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .about-why-us__slide-text {
    margin-bottom: 18px;
    font-size: 0.875rem; } }

.headline {
  font-size: 71px;
  line-height: 1.15;
  position: absolute;
  top: -4px;
  left: 16rem; }

.button--text {
  color: #ee7d00; }

.button--text:hover {
  color: #ffb400; }

.news-card {
  -webkit-box-shadow: 0 0 20px 0;
  box-shadow: 0 0 20px 0;
  text-align: left;
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  margin: 20px 0 40px 0; }

.news-card__content {
  padding: 25px 35px 40px 35px;
  height: 100%; }

.news-card__content-title {
  color: #000; }

.news-card__content-date {
  color: red; }

.section {
  padding: 70px 0;
  position: relative; }

.flipcard {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px; }

.flipcard__front, .flipcard__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.65s ease-out transform;
  transition: 0.65s ease-out transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

@media (max-width: 1029.98px) {
  .flipcard__front, .flipcard__back {
    position: relative;
    height: auto;
    top: auto;
    left: auto; } }

.flipcard__front {
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

.flipcard__back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

@media (max-width: 1029.98px) {
  .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

.flipcard:hover .flipcard__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

@media (max-width: 1029.98px) {
  .flipcard:hover .flipcard__front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

.flipcard:hover .flipcard__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flipcard__front, .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    background: #fff;
    -webkit-transition: 0.2s ease-out opacity;
    transition: 0.2s ease-out opacity;
    opacity: 0; }
  .flipcard:hover .flipcard__front,
  .flipcard:hover .flipcard__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .flipcard:hover .flipcard__back {
    opacity: 1; } }

.card {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative; }

.card__image {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }

.card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.card__image-overlay--gradient {
  background-color: transparent;
  background-image: linear-gradient(60deg, rgba(23, 18, 25, 0.6), rgba(23, 18, 25, 0.1)); }

.card__image-overlay--gradient-top {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 18, 25, 0.6)), to(rgba(23, 18, 25, 0.1)));
  background-image: linear-gradient(to top, rgba(23, 18, 25, 0.6), rgba(23, 18, 25, 0.1)); }

.card__text {
  position: relative;
  z-index: 2; }

.realisation-card {
  width: 100%;
  height: 408px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.realisation-card[mda-goto] {
  cursor: pointer; }

@media (max-width: 1339.98px) {
  .realisation-card {
    height: 380px; } }

@media (max-width: 1029.98px) {
  .realisation-card {
    height: calc(100% - 60px); } }

@media (max-width: 767.98px) {
  .realisation-card {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 479.98px) {
  .realisation-card {
    max-width: 100%; } }

.realisation-card:last-of-type {
  margin-bottom: 60px; }

@media (max-width: 767.98px) {
  .realisation-card:last-of-type {
    margin-bottom: 30px; } }

.realisation-card:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

@media (max-width: 1029.98px) {
  .realisation-card:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.realisation-card__back {
  -webkit-box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 40px;
  background: #fff; }

@media (max-width: 1339.98px) {
  .realisation-card__back {
    padding: 35px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back {
    padding: 25px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back .col-24 .button, .realisation-card__back .col-24 .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .realisation-card__back .col-24 .swal2-styled.swal2-confirm, .realisation-card__back .col-24 .header-navigation__button-login {
    margin-top: 15px; } }

@media (max-width: 767.98px) {
  .realisation-card__back {
    -ms-flex-item-align: initial !important;
    align-self: initial !important; }
  .realisation-card__back .col-24.align-self-end {
    height: auto; } }

.realisation-card__front {
  color: #fff;
  padding: 40px;
  text-shadow: 0 2px 4px rgba(77, 77, 77, 0.61); }

@media (max-width: 1339.98px) {
  .realisation-card__front {
    padding: 35px; } }

@media (max-width: 1029.98px) {
  .realisation-card__front {
    height: 200px;
    padding: 25px; } }

.realisation-card__front-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.017em; }

@media (max-width: 1339.98px) {
  .realisation-card__front-title {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .realisation-card__front-title {
    font-size: 14px; } }

.realisation-card__front-logo {
  margin-bottom: 30px;
  max-width: 65%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.realisation-card__front-logo svg {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 5px 20px rgba(23, 18, 25, 0.75));
  filter: drop-shadow(0 5px 20px rgba(23, 18, 25, 0.75)); }

.realisation-card__front-logo svg path,
.realisation-card__front-logo svg polygon,
.realisation-card__front-logo svg rect {
  fill: #fff !important; }

@media (max-width: 1029.98px) {
  .realisation-card__front-logo {
    margin: 0 0 15px 0; } }

@media (max-width: 767.98px) {
  .realisation-card__front-logo {
    width: 180px; }
  .realisation-card__front-logo svg {
    width: auto;
    max-width: 180px;
    height: 100px; } }

.realisation-card:hover .realisation-card__front-logo {
  opacity: 0; }

@media (max-width: 1339.98px) {
  .realisation-card:hover .realisation-card__front-logo {
    opacity: 1; } }

.realisation-card__back-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.033em;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.4; }

@media (max-width: 1029.98px) {
  .realisation-card__back-label {
    margin-top: 5px;
    font-size: 13px;
    float: left;
    clear: both; } }

.realisation-card__back-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 16px; }

@media (max-width: 1339.98px) {
  .realisation-card__back-title {
    font-size: 24px;
    margin-bottom: 15px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back-title {
    font-size: 21px;
    float: left;
    clear: both; } }

.realisation-card__back-address {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.017em;
  margin-bottom: 10px;
  line-height: 1.5; }

@media (max-width: 1339.98px) {
  .realisation-card__back-address {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back-address {
    font-size: 14px;
    min-height: 3em;
    margin-bottom: 15px;
    clear: both; } }

.realisation-card__back-info {
  font-size: 15px;
  line-height: 1.4; }

@media (max-width: 1029.98px) {
  .realisation-card__back-info {
    font-size: 14px; } }

.realisation-card__back-info:last-of-type {
  margin-bottom: 18px; }

@media (max-width: 1029.98px) {
  .realisation-card__back-info:last-of-type {
    margin-bottom: 0; } }

.realisation-card__back-info-strong {
  font-size: 20px;
  font-weight: bold;
  color: grey; }

@media (max-width: 1339.98px) {
  .realisation-card__back-info-strong {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .realisation-card__back-info-strong {
    font-size: 14px; } }

.benefits-card {
  width: 255px;
  height: 275px;
  margin: 0 auto 30px auto;
  border-radius: 100%;
  position: relative; }

@media (max-width: 1339.98px) {
  .benefits-card {
    width: 220px;
    height: 230px; } }

@media (max-width: 1029.98px) {
  .benefits-card {
    width: auto;
    height: auto; } }

.benefits-card__front, .benefits-card__back {
  border-radius: 100%;
  overflow: hidden; }

.benefits-card__front {
  -webkit-box-shadow: 0 10px 20px -10px black;
  box-shadow: 0 10px 20px -10px black;
  width: 195px;
  height: 195px;
  margin: 30px 0 0 30px;
  background: grey; }

@media (max-width: 1339.98px) {
  .benefits-card__front {
    width: 170px;
    height: 170px;
    margin: 25px 0 0 25px; } }

@media (max-width: 1029.98px) {
  .benefits-card__front {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px auto; }
  .benefits-card__front img {
    width: 50px;
    height: 50px; } }

.benefits-card__back {
  -webkit-box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  width: 255px;
  height: 255px; }

@media (max-width: 1339.98px) {
  .benefits-card__back {
    width: 220px;
    height: 220px; } }

@media (max-width: 1029.98px) {
  .benefits-card__back {
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    overflow: visible; } }

@media (max-width: 767.98px) {
  .benefits-card__back {
    width: 70%;
    margin: 0 15%; } }

@media (max-width: 479.98px) {
  .benefits-card__back {
    width: 100%;
    margin: 0; } }

.benefits-card__back-text {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  color: grey; }

@media (max-width: 1339.98px) {
  .benefits-card__back-text {
    font-size: 13px; } }

@media (max-width: 1029.98px) {
  .benefits-card__back-text {
    margin-top: 30px; } }

.benefits-card__front-image {
  max-width: 95px;
  max-height: 95px; }

.benefits-card__subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

@media (max-width: 1339.98px) {
  .benefits-card__subtitle {
    font-size: 16px; } }

@media (max-width: 1029.98px) {
  .benefits-card__subtitle {
    bottom: auto;
    top: 105px; } }

.benefits-card:hover .benefits-card__subtitle {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

@media (max-width: 1029.98px) {
  .benefits-card:hover .benefits-card__subtitle {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.simple-benefits-card-container {
  position: relative; }

.simple-benefits-card-container:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 60%;
  background: grey;
  top: 17%;
  right: 0; }

.simple-benefits-card-container:nth-child(4n):after {
  display: none; }

@media (max-width: 1029.98px) {
  .simple-benefits-card-container:nth-child(4n):after {
    display: block; } }

@media (max-width: 1029.98px) {
  .simple-benefits-card-container:nth-child(3n):after {
    display: none; } }

@media (max-width: 767.98px) {
  .simple-benefits-card-container:nth-child(2n):after {
    display: none; } }

@media (max-width: 479.98px) {
  .simple-benefits-card-container:after {
    display: none; } }

.simple-benefits-card-container--small:nth-child(4n):after {
  display: block; }

.simple-benefits-card-container--small:nth-child(3n):after {
  display: none; }

@media (max-width: 767.98px) {
  .simple-benefits-card-container--small:nth-child(3n):after {
    display: block; } }

@media (max-width: 767.98px) {
  .simple-benefits-card-container--small:nth-child(2n):after {
    display: none; } }

@media (max-width: 479.98px) {
  .simple-benefits-card-container--small:after {
    display: none; } }

.simple-benefits-card {
  width: 100%;
  height: 340px;
  margin: 0 auto 30px auto;
  position: relative; }

@media (max-width: 1029.98px) {
  .simple-benefits-card {
    height: auto; } }

.simple-benefits-card--small {
  height: 320px; }

@media (max-width: 1029.98px) {
  .simple-benefits-card--small {
    height: auto; }
  .simple-benefits-card--small .simple-benefits-card__front-image {
    margin-top: 0;
    max-width: 60px; }
  .simple-benefits-card--small .simple-benefits-card__front-icon {
    margin-top: 0;
    max-height: 50px;
    width: auto; }
  .simple-benefits-card--small .simple-benefits-card__front-icon svg {
    width: auto;
    height: 40px; } }

.simple-benefits-card__front {
  background: #fff; }

.simple-benefits-card__front-image {
  margin-top: 20px; }

.simple-benefits-card__front-icon {
  margin: 20px auto 0 auto;
  text-align: center;
  width: 140px;
  height: auto; }

.simple-benefits-card__front-icon svg {
  width: 100%;
  height: 100%; }

.simple-benefits-card__front-icon-cd {
  margin: 20px auto 0 auto;
  text-align: center;
  width: 180px;
  height: auto; }

.simple-benefits-card__front-icon-cd svg {
  width: 100%;
  height: 100%; }

.simple-benefits-card__front-icon-big {
  margin: 20px auto 0 auto;
  text-align: center;
  width: 200px;
  height: auto;
  max-width: 100%; }

.simple-benefits-card__front-icon-big svg {
  width: 100%;
  height: 100%; }

.simple-benefits-card__front-icon-big svg path,
.simple-benefits-card__front-icon-big svg polygon,
.simple-benefits-card__front-icon-big svg rect {
  fill: url(#icons-gradient) grey !important; }

.simple-benefits-card__front-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  text-align: center;
  color: grey;
  margin: 15px 10% 0 10%;
  min-height: 2.82em;
  width: 80%; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__front-title {
    display: none;
    margin: 15px 5% 0 5%; } }

.simple-benefits-card__back {
  -webkit-box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 0px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 30px 40px; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__back {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    padding: 25px 10px; } }

@media (max-width: 767.98px) {
  .simple-benefits-card__back {
    padding: 20px 30px; } }

@media (max-width: 479.98px) {
  .simple-benefits-card__back {
    padding: 15px 20px; } }

.simple-benefits-card__back-text {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  color: grey; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__back-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.6; } }

.simple-benefits-card__back-title {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  line-height: 1.37;
  color: grey;
  margin-bottom: 10px; }

@media (max-width: 1029.98px) {
  .simple-benefits-card__back-title {
    text-align: center; } }

.simple-benefits-card__front-image {
  max-width: 120px;
  max-height: 120px; }

.portfolio-card {
  height: 360px;
  margin: 20px 0 40px 0; }

@media (max-width: 1029.98px) {
  .portfolio-card {
    height: auto; } }

@media (max-width: 767.98px) {
  .portfolio-card {
    max-width: 380px;
    margin: 20px auto 30px auto; } }

.portfolio-card__front {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

@media (max-width: 1029.98px) {
  .portfolio-card__front {
    height: 220px; } }

.portfolio-card__back {
  -webkit-box-shadow: 0 20px 35px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 20px 35px 0 rgba(23, 18, 25, 0.12);
  padding: 40px;
  text-align: center; }

@media (max-width: 1029.98px) {
  .portfolio-card__back {
    padding: 30px;
    height: calc(100% - 220px);
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0.12);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0.12);
    border: 1px solid grey; } }

.portfolio-card__back-image {
  height: 50px;
  width: auto;
  margin: 0 auto 30px auto; }

.portfolio-card__back-image > img,
.portfolio-card__back-image > svg {
  width: auto;
  height: 100%;
  max-height: 100%;
  margin: 0 auto; }

@media (max-width: 1029.98px) {
  .portfolio-card__back-image {
    height: 40px;
    margin: 0 auto 15px auto; } }

.portfolio-card__back-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-bottom: 8px; }

@media (max-width: 1339.98px) {
  .portfolio-card__back-title {
    font-size: 16px; } }

.portfolio-card__back-address {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.015em;
  color: grey;
  margin-bottom: 8px; }

@media (max-width: 1339.98px) {
  .portfolio-card__back-address {
    font-size: 14px; } }

@media (max-width: 1029.98px) {
  .portfolio-card__back-address {
    margin-bottom: 15px; } }

.portfolio-card__back-info {
  font-size: 16px;
  line-height: 1.65;
  color: grey;
  text-align: left;
  border-top: 1px solid grey;
  padding: 10px 5px; }

.portfolio-card__back-info:last-of-type {
  margin-bottom: 10px; }

@media (max-width: 1339.98px) {
  .portfolio-card__back-info {
    padding: 5px; } }

@media (max-width: 1029.98px) {
  .portfolio-card__back-info {
    display: none; } }

.portfolio-card__back-info-strong {
  font-weight: bold;
  float: right; }

.news-card {
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.1);
  text-align: left;
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  margin: 20px 0 40px 0; }

@media (max-width: 767.98px) {
  .news-card {
    margin: 0 0 30px 0; } }

.news-card:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 15px 20px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 15px 20px 0 rgba(23, 18, 25, 0.12); }

@media (max-width: 767.98px) {
  .news-card:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.news-card--small {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9; }

.news-card--small:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }

.news-card__image {
  width: 100%;
  height: auto;
  vertical-align: 0;
  line-height: 1; }

.news-card__content {
  padding: 25px 35px 40px 35px; }

@media (max-width: 767.98px) {
  .news-card__content {
    padding: 25px 25px 30px 25px; } }

.news-card__content-date {
  font-size: 14px;
  font-weight: 500;
  color: grey;
  margin-bottom: 10px; }

@media (max-width: 767.98px) {
  .news-card__content-date {
    margin-bottom: 0; } }

.news-card__content-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 20px;
  display: inline-block; }

@media (max-width: 1339.98px) {
  .news-card__content-title {
    font-size: 21px; } }

@media (max-width: 1029.98px) {
  .news-card__content-title {
    padding-top: 18px; } }

@media (max-width: 767.98px) {
  .news-card__content-title {
    margin-bottom: 10px; } }

.news-card__title-small {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.31;
  padding-bottom: 2px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.news-card__image-button {
  vertical-align: -1px; }

.benefit-zone-card {
  width: 100%;
  height: 320px;
  margin-bottom: 30px; }

@media (max-width: 1029.98px) {
  .benefit-zone-card {
    height: auto; } }

.benefit-zone-card:last-of-type {
  margin-bottom: 60px; }

@media (max-width: 767.98px) {
  .benefit-zone-card:last-of-type {
    margin-bottom: 30px; } }

.benefit-zone-card__back {
  -webkit-box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 40px; }

@media (max-width: 1029.98px) {
  .benefit-zone-card__back {
    display: none; } }

.benefit-zone-card__front {
  color: #fff;
  padding: 40px;
  text-shadow: 0 2px 4px rgba(77, 77, 77, 0.61); }

@media (max-width: 1029.98px) {
  .benefit-zone-card__front {
    height: 280px; } }

@media (max-width: 767.98px) {
  .benefit-zone-card__front {
    height: 200px;
    padding: 30px; } }

.benefit-zone-card__front-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
  max-width: 50%;
  min-height: 2.34em; }

@media (max-width: 1029.98px) {
  .benefit-zone-card__front-title {
    margin-bottom: 10px;
    font-size: 28px; } }

@media (max-width: 767.98px) {
  .benefit-zone-card__front-title {
    margin-bottom: 10px;
    font-size: 24px;
    max-width: 100%;
    min-height: 1px; } }

@media (max-width: 479.98px) {
  .benefit-zone-card__front-title {
    font-size: 21px; } }

.benefit-zone-card__front-logo {
  margin-bottom: 20px;
  max-width: 55px; }

@media (max-width: 767.98px) {
  .benefit-zone-card__front-logo {
    max-width: 40px;
    margin-bottom: 15px; } }

.benefit-zone-card__front-logo svg {
  width: 55px;
  height: auto; }

@media (max-width: 767.98px) {
  .benefit-zone-card__front-logo svg {
    width: 40px; } }

.benefit-zone-card__front-logo svg path,
.benefit-zone-card__front-logo svg polygon,
.benefit-zone-card__front-logo svg rect {
  fill: #fff !important; }

.benefit-zone-card__back-logo {
  margin-bottom: 20px;
  max-width: 65px; }

.benefit-zone-card__back-logo svg {
  width: 100%;
  height: 100%; }

.benefit-zone-card__back-logo svg path,
.benefit-zone-card__back-logo svg polygon,
.benefit-zone-card__back-logo svg rect {
  fill: url(#icons-gradient) blue !important; }

.benefit-zone-card__back-logo {
  margin-bottom: 20px;
  max-width: 65px; }

.benefit-zone-card__back-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 20px; }

.benefit-zone-card__back-excerpt {
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 20px; }

.press-anchor-card {
  width: 100%;
  margin-bottom: 30px;
  display: block; }

@media (max-width: 1339.98px) {
  .press-anchor-card {
    height: auto; } }

@media (max-width: 479.98px) {
  .press-anchor-card {
    margin-bottom: 15px; } }

.press-anchor-card__back {
  -webkit-box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 30px 40px 0 rgba(23, 18, 25, 0.12);
  padding: 40px; }

@media (max-width: 1029.98px) {
  .press-anchor-card__back {
    padding: 0 15px;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
    text-align: center; } }

.press-anchor-card__front {
  color: grey;
  padding: 40px;
  background: grey;
  position: relative;
  height: 280px;
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -webkit-box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
  box-shadow: 0 0 0 0 rgba(23, 18, 25, 0);
  display: block; }

.press-anchor-card__front:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
  background: #fff; }

@media (max-width: 1339.98px) {
  .press-anchor-card__front {
    height: auto; }
  .press-anchor-card__front:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
    box-shadow: 0 20px 30px 0 rgba(23, 18, 25, 0.1);
    background: #fff; } }

.press-anchor-card__front-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.18; }

@media (max-width: 1029.98px) {
  .press-anchor-card__front-title {
    font-size: 24px; } }

@media (max-width: 767.98px) {
  .press-anchor-card__front-title {
    font-size: 21px; } }

@media (max-width: 479.98px) {
  .press-anchor-card__front-title {
    font-size: 18px; } }

.press-anchor-card__front-logo {
  margin-bottom: 20px;
  max-width: 50px; }

.press-anchor-card__front-logo svg {
  width: 100%;
  height: 100%; }

.press-anchor-card__front-logo svg path,
.press-anchor-card__front-logo svg polygon,
.press-anchor-card__front-logo svg rect {
  fill: #fff !important; }

.press-anchor-card__back-logo {
  margin-bottom: 20px;
  max-width: 65px; }

@media (max-width: 1029.98px) {
  .press-anchor-card__back-logo {
    max-width: 40px;
    margin-left: auto;
    margin-right: auto; } }

.press-anchor-card__back-logo svg {
  width: 100%;
  height: 100%; }

.press-anchor-card__back-logo svg path,
.press-anchor-card__back-logo svg polygon,
.press-anchor-card__back-logo svg rect {
  fill: url(#icons-gradient) #fff !important; }

.press-anchor-card__back-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.13;
  margin-bottom: 20px; }

@media (max-width: 1339.98px) {
  .press-anchor-card__back-title {
    font-size: 28px; } }

@media (max-width: 1029.98px) {
  .press-anchor-card__back-title {
    font-size: 22px;
    margin-bottom: 15px; } }

@media (max-width: 767.98px) {
  .press-anchor-card__back-title {
    font-size: 18px; } }

.press-anchor-card__back-excerpt {
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 20px; }

@media (max-width: 1029.98px) {
  .press-anchor-card__back-excerpt {
    margin-bottom: 15px; } }

.single-file p {
  margin: 0 !important; }

.single-file a {
  text-decoration: none !important;
  -webkit-transition: opacity 0.2s ease-out !important;
  transition: opacity 0.2s ease-out !important; }

.single-file__container {
  border: 1px solid grey;
  margin-bottom: 30px;
  padding: 15px 20px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.single-file__container:hover {
  opacity: 0.75; }

@media (max-width: 767.98px) {
  .single-file__container {
    padding: 10px 15px;
    margin-bottom: 15px; } }

.single-file__files-icon {
  color: black;
  font-size: 42px;
  line-height: 1;
  vertical-align: 0;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  margin-top: 2px; }

.single-file__files-icon:before {
  line-height: 1;
  vertical-align: 0; }

@media (max-width: 767.98px) {
  .single-file__files-icon {
    font-size: 32px;
    height: 32px; } }

.single-file__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: grey;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 1339.98px) {
  .single-file__name {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .single-file__name {
    font-size: 15px; } }

.single-file__info {
  font-weight: normal;
  text-transform: uppercase;
  color: grey; }

.sidebar-widget__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #818181; }

.banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff; }

.banner--land {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  z-index: 4; }

.banner__text-container {
  position: relative;
  z-index: 5; }

.banner__headline {
  font-size: 81px;
  margin-bottom: 18px;
  text-shadow: 0 5px 40px rgba(23, 18, 25, 0.2);
  font-size: 71px; }

.banner__headline--landing {
  position: relative;
  margin-bottom: 30px; }

@media (max-width: 767.98px) {
  .banner__headline--landing {
    text-align: center; } }

.banner__headline--landing::after {
  content: "";
  display: table;
  clear: both; }

.banner__headline--light {
  font-weight: 300; }

.banner__headline--color {
  background: #ee7d00;
  background: -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(90deg, #ffb400, #ee7d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  white-space: nowrap; }

@media (max-width: 767.98px) {
  .banner__headline--color {
    white-space: break-spaces; } }

.banner__headline--dotted:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 3px dotted #fbdebf;
  opacity: 0.6; }

@media (max-width: 1339.98px) {
  .banner__headline {
    font-size: 62px; } }

@media (max-width: 1029.98px) {
  .banner__headline {
    font-size: 52px; } }

@media (max-width: 767.98px) {
  .banner__headline {
    font-size: 48px; } }

@media (max-width: 479.98px) {
  .banner__headline {
    font-size: 36px; } }

.banner__subheadline {
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 12%;
  margin-right: 12%;
  line-height: 1.4;
  text-shadow: 0 2px 30px rgba(23, 18, 25, 0.6); }

@media (max-width: 1339.98px) {
  .banner__subheadline {
    font-size: 18px; } }

@media (max-width: 1029.98px) {
  .banner__subheadline {
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px; } }

@media (max-width: 479.98px) {
  .banner__subheadline {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px; } }

.banner__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.banner__slider .slick-list,
.banner__slider .slick-track {
  height: 100%; }

.banner__slider .slick-slide > div {
  height: 100%; }

.banner__slider--video {
  z-index: 6; }

.banner__slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.banner__slide--mobile {
  display: none; }

@media (max-width: 1029.98px) {
  .banner__slide--desktop {
    display: none; }
  .banner__slide--mobile {
    display: block; } }

.banner__slide-video {
  width: 100%;
  height: calc(100% - 100px) !important;
  padding: 0 !important;
  margin-top: 100px; }

.banner__dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.banner__logo {
  margin: 0 auto 30px auto; }

@media (max-width: 1029.98px) {
  .banner__logo {
    margin: 0 auto 15px auto; } }

.banner__logo svg {
  -webkit-filter: drop-shadow(0 5px 20px rgba(23, 18, 25, 0.75));
  filter: drop-shadow(0 5px 20px rgba(23, 18, 25, 0.75)); }

.banner__logo svg path,
.banner__logo svg polygon,
.banner__logo svg rect {
  fill: #fff !important; }

.banner__logo--small svg,
.banner__logo--small img {
  height: 80px; }

.banner__logo--medium svg,
.banner__logo--medium img {
  height: 160px; }

.banner__logo--big svg,
.banner__logo--big img {
  height: 200px; }

.banner__color-logo {
  margin: 0 auto 30px auto; }

@media (max-width: 1029.98px) {
  .banner__color-logo {
    margin: 0 auto 15px auto; } }

.banner__button {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px; }

@media (max-width: 767.98px) {
  .banner__button {
    margin-top: 15px; } }

.banner--investment {
  padding: 110px 0 80px 0;
  height: auto;
  min-height: calc(100vh - 98px); }

.banner--investment .banner__overlay {
  background: rgba(0, 0, 0, 0.4); }

@media (max-width: 1339.98px) {
  .banner--investment {
    min-height: 1px; } }

@media (max-width: 1339.98px) {
  .banner--investment .banner__overlay {
    pointer-events: none; }
  .banner--investment .banner__text-container {
    pointer-events: none; } }

.banner--landing {
  height: auto;
  padding: 120px 0 50px 0;
  background-position: 42% center; }

@media (min-width: 1030px) {
  .banner--landing {
    height: 660px; } }

.banner--landing .banner__text {
  text-shadow: 0px 4px 12px rgba(23, 18, 25, 0.198483);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px; }

.card {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative; }

.card__image {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }

.card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.card__image-overlay--gradient {
  background-color: transparent;
  background-image: linear-gradient(60deg, rgba(23, 18, 25, 0.6), rgba(23, 18, 25, 0.1)); }

.card__image-overlay--gradient-top {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 18, 25, 0.6)), to(rgba(23, 18, 25, 0.1)));
  background-image: linear-gradient(to top, rgba(23, 18, 25, 0.6), rgba(23, 18, 25, 0.1)); }

.card__text {
  position: relative;
  z-index: 2; }

.news-card {
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.1);
  text-align: left;
  -webkit-transition: -webkit-transform .2s ease-out, -webkit-box-shadow .2s ease-out;
  transition: -webkit-transform .2s ease-out, -webkit-box-shadow .2s ease-out;
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  transition: transform .2s ease-out, box-shadow .2s ease-out, -webkit-transform .2s ease-out, -webkit-box-shadow .2s ease-out;
  margin: 20px 0 40px 0; }

.news-card--slider {
  min-height: 437px; }

@media (max-width: 767.98px) {
  .news-card {
    margin: 0 0 30px 0; } }

.news-card:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 15px 20px 0 rgba(23, 18, 25, 0.12);
  box-shadow: 0 15px 20px 0 rgba(23, 18, 25, 0.12); }

@media (max-width: 767.98px) {
  .news-card:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.news-card--small {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9; }

.news-card--small:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }

.news-card--small:hover .news-card__title-small {
  color: #ee7d00; }

.news-card__image {
  width: 100%;
  height: auto;
  vertical-align: 0;
  line-height: 1;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 200px; }

.news-card__link {
  color: #ee7d00;
  padding: 0px; }

.news-card__link:hover {
  opacity: 0.7;
  color: #ee7d00; }

.news-card__content {
  padding: 25px 35px 40px 35px; }

@media (max-width: 767.98px) {
  .news-card__content {
    padding: 25px 25px 30px 25px; } }

.news-card__content-date {
  font-size: 14px;
  font-weight: 500;
  color: #818181;
  margin-bottom: 10px; }

@media (max-width: 767.98px) {
  .news-card__content-date {
    margin-bottom: 0; } }

.news-card__content-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 20px;
  display: inline-block;
  color: #4d4d4d; }

@media (max-width: 1339.98px) {
  .news-card__content-title {
    font-size: 21px; } }

@media (max-width: 1029.98px) {
  .news-card__content-title {
    padding-top: 18px; } }

@media (max-width: 767.98px) {
  .news-card__content-title {
    margin-bottom: 10px; } }

.news-card__content-title:hover {
  text-decoration: none; }

.news-card__content-link:hover {
  text-decoration: none; }

.news-card__title-small {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.31;
  padding-bottom: 2px;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  color: #4d4d4d;
  margin-left: 12px; }

@media (max-width: 767.98px) {
  .news-card__title-small {
    margin-left: 0px; } }

.news-card__image-button {
  vertical-align: -1px; }

.news-slider {
  position: relative; }

.news-slider__heading {
  color: #4d4d4d;
  font-weight: bold; }

.news-slider__more {
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.news-slider__more span {
  color: #ee7d00;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px; }

.news-slider__more:hover {
  color: #ee7d00; }

.news-slider__arrows {
  position: absolute;
  z-index: 2;
  top: calc(50%);
  width: 100%; }

@media (max-width: 1029.98px) {
  .news-slider__arrows {
    top: 118px; } }

.news-slider__arrow {
  width: 40px;
  height: 40px;
  background: linear-gradient(280deg, #ffb400, #ee7d00);
  display: inline-block;
  border-radius: 100%;
  line-height: 44px;
  text-align: center;
  color: #FFF;
  position: absolute;
  right: -5px;
  top: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 767.98px) {
  .news-slider__arrow {
    width: 30px;
    height: 30px;
    line-height: 33px; } }

.news-slider__arrow:after {
  content: ""; }

.news-slider__arrow--prev {
  left: -5px;
  right: auto; }

.news-slider__arrow--prev:after {
  content: ""; }

.news-slider__arrow.slick-disabled {
  background: #e9e9e9;
  color: #b5b5b5; }

.pagination {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 60px 0; }

.pagination--reset-padding {
  padding: 0; }

.pagination a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f3f4;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out; }

.pagination a:hover {
  background: #cecece; }

.pagination__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  line-height: 40px;
  vertical-align: middle; }

.pagination__item a {
  text-decoration: none;
  color: #4d4d4d; }

.pagination__item--nav {
  line-height: 42px; }

.pagination__item--nav a {
  background: #666666;
  color: #FFF;
  font-size: 10px; }

.pagination__item--nav a:hover {
  background: #4d4d4d; }

.pagination__item--current a {
  background-image: linear-gradient(280deg, #ffb400, #ee7d00);
  color: #FFF;
  -webkit-box-shadow: 0 10px 20px -10px #ee7d00;
  box-shadow: 0 10px 20px -10px #ee7d00;
  pointer-events: none; }

@media (max-width: 767.98px) {
  .pagination__item:not(.pagination__item--current):not(.pagination__item--nav) {
    display: none; } }

.post-banner {
  min-height: 550px;
  padding: 120px 0;
  margin-top: 96px; }

@media (max-width: 1339.98px) {
  .post-banner {
    min-height: 1px;
    padding: 120px 0 70px 0; } }

.post-banner__text {
  padding-top: 50px; }

@media (max-width: 1339.98px) {
  .post-banner__text {
    padding-top: 0; } }

.post-banner__category {
  padding: 4px 8px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 12px;
  background-color: white;
  margin-right: 8px;
  font-weight: bold; }

.post-banner__headline {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.04;
  width: 70%;
  min-height: 2.08em;
  font-size: 61px;
  width: 60%; }

@media (max-width: 1339.98px) {
  .post-banner__headline {
    font-size: 55px;
    width: 75%; } }

@media (max-width: 1029.98px) {
  .post-banner__headline {
    font-size: 42px;
    width: 100%; } }

@media (max-width: 767.98px) {
  .post-banner__headline {
    font-size: 28px; } }

@media (max-width: 479.98px) {
  .post-banner__headline {
    font-size: 21px; } }

.post-banner__meta {
  margin-top: 30px;
  opacity: 0.7;
  font-size: 18px;
  font-weight: 400; }

.post-back-button {
  margin-top: 40px; }

.post-back-button a {
  padding-bottom: 0px;
  padding-left: 1px;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.post-back-button a span {
  line-height: 0; }

.post-back-button:hover a {
  color: #ee7d00; }

.post-cat-select {
  margin-top: 26px; }

@media (max-width: 1029.98px) {
  .post-cat-select {
    margin-bottom: 20px; } }

.post-cat-select .select2-selection--single {
  border: none;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0px;
  padding-bottom: 12px;
  height: auto; }

.post-cat-select .select2-selection--single .select2-selection__rendered {
  padding-left: 0px; }

.section {
  padding: 70px 0;
  position: relative; }

@media (max-width: 1339.98px) {
  .section {
    padding: 50px 0; } }

@media (max-width: 1029.98px) {
  .section {
    padding: 30px 0; } }

.section--esg {
  padding: 120px 0px; }

@media (max-width: 1339.98px) {
  .section--esg {
    padding: 80px 0px; } }

@media (max-width: 1029.98px) {
  .section--esg {
    padding: 50px 0px; } }

.section--pt-small {
  padding-top: 30px; }

@media (max-width: 1339.98px) {
  .section--pt-small {
    padding-top: 20px; } }

@media (max-width: 1029.98px) {
  .section--pt-small {
    padding-top: 15px; } }

.section--pb-small {
  padding-bottom: 30px; }

@media (max-width: 1339.98px) {
  .section--pb-small {
    padding-bottom: 20px; } }

@media (max-width: 1029.98px) {
  .section--pb-small {
    padding-bottom: 15px; } }

.section--land {
  padding: 160px 0px 50px 0px; }

@media (max-width: 1339.98px) {
  .section--land {
    padding: 120px 0px 50px 0px; } }

@media (max-width: 1029.98px) {
  .section--land {
    padding: 80px 0px 50px 0px; } }

.section--pt-null {
  padding-top: 0; }

.section--pb-null {
  padding-bottom: 0; }

.section__headline {
  font-size: 51px;
  margin-bottom: 50px; }

@media (max-width: 1339.98px) {
  .section__headline {
    font-size: 42px;
    margin-bottom: 40px; } }

@media (max-width: 1029.98px) {
  .section__headline {
    font-size: 36px;
    margin-bottom: 25px; } }

@media (max-width: 767.98px) {
  .section__headline {
    font-size: 28px;
    text-align: center; } }

@media (max-width: 479.98px) {
  .section__headline {
    font-size: 24px; } }

.section__headline--main {
  font-size: 71px;
  line-height: 1.15; }

@media (max-width: 1339.98px) {
  .section__headline--main {
    font-size: 55px; } }

@media (max-width: 1029.98px) {
  .section__headline--main {
    font-size: 48px; } }

@media (max-width: 767.98px) {
  .section__headline--main {
    font-size: 32px; } }

@media (max-width: 479.98px) {
  .section__headline--main {
    font-size: 28px; } }

.section__headline--medium {
  font-size: 34px;
  margin-bottom: 30px; }

@media (max-width: 1339.98px) {
  .section__headline--medium {
    font-size: 28px;
    margin-bottom: 20px; } }

@media (max-width: 1029.98px) {
  .section__headline--medium {
    font-size: 21px;
    margin-bottom: 15px; } }

@media (max-width: 767.98px) {
  .section__headline--medium {
    font-size: 18px;
    margin-bottom: 15px; } }

.section__headline--reset-margin {
  margin: 0; }

.section__headline--margin-double {
  margin-bottom: 70px; }

@media (max-width: 1339.98px) {
  .section__headline--margin-double {
    margin-bottom: 60px; } }

@media (max-width: 1029.98px) {
  .section__headline--margin-double {
    margin-bottom: 30px; } }

.section__headline--dots {
  padding-right: 180px;
  background-image: url(../img/dots.svg);
  background-repeat: no-repeat;
  background-position: right top 44px;
  background-size: 180px auto; }

@media (max-width: 1339.98px) {
  .section__headline--dots {
    background-position: right top 34px; } }

@media (max-width: 1029.98px) {
  .section__headline--dots {
    background: transparent;
    padding-right: 0; } }

.section__headline--dots-small {
  padding-right: 180px;
  background-image: url(../img/dots.svg);
  background-repeat: no-repeat;
  background-position: right top 22px;
  background-size: 180px auto; }

@media (max-width: 1339.98px) {
  .section__headline--dots-small {
    background-position: right top 34px; } }

@media (max-width: 1029.98px) {
  .section__headline--dots-small {
    background: transparent;
    padding-right: 0; } }

.section__overheadline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  color: #9b9b9b;
  margin-bottom: 5px; }

.section__headline-link {
  font-size: 14px;
  letter-spacing: 0.07em; }

.section__headline-link .icon {
  font-size: 18px;
  vertical-align: -3px;
  margin-right: 8px; }

.section__content--border-top {
  border-top: 1px solid #e9e9e9;
  padding-top: 50px; }

.section__content--border-top-low {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
  position: relative; }

.section--right {
  text-align: right; }

@media (max-width: 767.98px) {
  .section--right {
    text-align: center; } }

.section--right .section__paragraph {
  margin-left: auto;
  margin-right: 0; }

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

.section--center .section__paragraph {
  margin-left: auto;
  margin-right: auto; }

.sidebar-widget__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #818181; }

@media (max-width: 1029.98px) {
  .sidebar-widget__title {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .sidebar-widget__title {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
    border-top: 2px solid #e9e9e9; } }

.slider-dots {
  text-align: center;
  margin-top: 40px; }

@media (max-width: 767.98px) {
  .slider-dots {
    margin-top: 20px; } }

@media (max-width: 479.98px) {
  .slider-dots {
    margin-top: 5px; } }

.slider-dots > li {
  display: inline-block;
  margin: 0 10px; }

.slider-dots > li button {
  background: #666666;
  border: 0;
  font-size: 0;
  color: #666666;
  width: 6px;
  height: 6px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  -webkit-transition: background .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  transition: background .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, background .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, background .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  cursor: pointer; }

.slider-dots > li button:focus {
  outline: none; }

.slider-dots > li.slick-active button, .slider-dots > li:hover button {
  background: #ee7d00;
  border: 0;
  font-size: 0;
  color: #ee7d00;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2); }

.slider-dots--mt-0 {
  margin-top: 0px; }

.slider-dots--left {
  text-align: left;
  margin-left: -32px; }

@media (max-width: 1029.98px) {
  .slider-dots--left {
    text-align: center; } }

.slider-dots--light > li button {
  background: #FFF;
  color: #FFF; }

.slider-row .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

@media (max-width: 1029.98px) {
  .slider-row .slick-list {
    margin-left: 0;
    margin-right: 0; } }

#newsSlider {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-bottom: 0px; }

#newsSlider .slick-slide {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.breadcrumbs {
  padding: 25px 0 15px 0;
  font-size: 12px;
  font-weight: 500;
  color: grey; }

@media (max-width: 1029.98px) {
  .breadcrumbs {
    padding-right: 30px;
    padding-left: 30px; } }

.breadcrumbs a {
  color: grey;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.breadcrumbs a:hover {
  color: grey; }

.breadcrumbs__separator {
  display: inline-block;
  padding: 0 3px; }

.breadcrumbs__home-icon {
  font-size: 11px;
  padding-right: 6px; }

.breadcrumbs--post {
  padding-left: 5px; }

.breadcrumbs--post .breadcrumb_last {
  display: none; }

.breadcrumbs--light {
  color: #fff;
  opacity: 0.8;
  padding: 15px 0 15px 0; }

.breadcrumbs--light a {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.breadcrumbs--light a:hover {
  color: #fff;
  opacity: 0.5; }

.breadcrumbs--light .breadcrumb_last {
  opacity: 0.6; }

.compare-local-header {
  padding: 146px 0 80px 0;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .compare-local-header {
    padding: 100px 0 40px 0; } }

.compare-local-header__breadcrumbs {
  margin-bottom: 44px; }

.compare-local-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.compare-local-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.compare-local-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.compare-local-header__breadcrumbs-icon {
  line-height: 1; }

.compare-local-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.compare-local-header__title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.71875rem + 4.48718vw); }

@media (min-width: 1170px) {
  .compare-local-header__title {
    font-size: 5rem; } }

.compare-local-header__title span {
  color: #ee7d00; }

.compare-local-header__text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.compare-local-rent {
  padding: 56px 0; }

@media (max-width: 767.98px) {
  .compare-local-table__container {
    padding: 0;
    overflow: hidden; } }

.compare-local-table__table {
  position: relative;
  margin-bottom: 56px; }

@media (max-width: 767.98px) {
  .compare-local-table__table {
    margin-bottom: 70px; }
  .compare-local-table__table::after {
    bottom: -60px !important; } }

.compare-local-table__table::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -56px;
  height: 2px;
  width: 100%;
  background-color: #e9e9e9; }

.compare-local-table__table-tr:nth-of-type(2n+0) {
  background-color: #f3f3f4; }

.compare-local-table__table-th {
  padding: 24px 28px;
  border-top: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  vertical-align: top;
  font-size: 1rem; }

.compare-local-table__table-td {
  position: relative;
  padding: 24px 28px;
  border-top: 0;
  border-left: 2px solid #e9e9e9; }

@media (max-width: 767.98px) {
  .compare-local-table__table-td {
    padding: 8px 10px; } }

.compare-local-table__table-td:hover .compare-local-table__item-remove-button {
  opacity: 1;
  pointer-events: all; }

.compare-local-table__table-td--header {
  width: 25%;
  border: 0; }

@media (max-width: 767.98px) {
  .compare-local-table__table-td--header {
    width: 33%; } }

.compare-local-table__table-td--first {
  padding-top: 56px; }

.compare-local-table__empty-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.compare-local-table__empty-info-link:hover {
  text-decoration: none; }

.compare-local-table__empty-info-link:hover .compare-local-table__empty-info-icon-box {
  border-color: #ffb400; }

.compare-local-table__empty-info-link:hover .compare-local-table__empty-info-icon {
  color: #ffb400; }

.compare-local-table__empty-info-link:hover .compare-local-table__empty-info-text {
  color: #ffb400; }

.compare-local-table__empty-info-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  margin-bottom: 24px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.compare-local-table__empty-info-icon {
  color: #9b9b9b;
  line-height: 1;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.compare-local-table__empty-info-text {
  margin-bottom: 0;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  text-align: center;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .compare-local-table__empty-info-text {
    font-size: 0.625rem; } }

.compare-local-table__item-remove-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 8px;
  height: 64px;
  width: 64px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 8px 32px 0 rgba(77, 77, 77, 0.08);
  box-shadow: 0 8px 32px 0 rgba(77, 77, 77, 0.08);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.compare-local-table__item-remove-button:hover .compare-local-table__item-remove-button-icon {
  color: #ee7d00; }

@media (max-width: 767.98px) {
  .compare-local-table__item-remove-button {
    height: 48px;
    width: 48px;
    opacity: 1;
    pointer-events: all; } }

.compare-local-table__item-remove-button-icon {
  color: #4d4d4d;
  line-height: 1;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .compare-local-table__item-remove-button-icon {
    font-size: 1.5rem; } }

.compare-local-table__item-image {
  height: auto;
  max-width: 100%;
  margin-bottom: 40px; }

.compare-local-table__item-category {
  margin-bottom: 8px;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

@media (max-width: 767.98px) {
  .compare-local-table__item-category {
    font-size: 0.625rem; } }

.compare-local-table__item-title {
  margin-bottom: 16px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .compare-local-table__item-title {
    font-size: 2rem; } }

@media (max-width: 767.98px) {
  .compare-local-table__item-title {
    font-size: 1.125rem; } }

.compare-local-table__item-title--smaller {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .compare-local-table__item-title--smaller {
    font-size: 1.5rem; } }

@media (max-width: 767.98px) {
  .compare-local-table__item-title--smaller {
    font-size: 0.75rem; } }

.compare-local-table__item-price {
  margin-bottom: 0;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-size: 0.75rem; }

.compare-local-table__item-price span {
  color: #ee7d00;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .compare-local-table__item-price span {
    display: inline-block;
    width: 100%;
    font-size: 0.625rem; } }

.compare-local-table__item-link {
  color: #9b9b9b;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.compare-local-table__item-link:hover {
  color: #ffb400;
  text-decoration: none; }

.compare-local-table__item-link:not(:last-of-type) {
  margin-right: 16px; }

.compare-local-table__item-link-icon {
  font-size: calc(1.25781rem + 0.07479vw); }

@media (min-width: 1170px) {
  .compare-local-table__item-link-icon {
    font-size: 1.3125rem; } }

.compare-local-table__item-mobile-label {
  display: none;
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: 0.75rem; }

@media (max-width: 767.98px) {
  .compare-local-table__item-mobile-label {
    display: block; } }

.compare-local-table__item-text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .compare-local-table__item-text {
    font-size: 0.75rem; } }

.contact-content {
  margin-bottom: 160px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .contact-content {
    margin-bottom: 80px; } }

.contact-content__nav {
  margin-bottom: 32px; }

.contact-content__nav-item:not(:last-of-type) {
  margin-right: 56px; }

@media (max-width: 1029.98px) {
  .contact-content__nav-item:not(:last-of-type) {
    margin-right: 32px; } }

.contact-content__nav-link {
  padding: 0;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .contact-content__nav-link {
    font-size: 2rem; } }

.contact-content__nav-link:hover {
  color: #ffb400; }

.contact-content__nav-link.active {
  color: #ee7d00 !important;
  background-color: transparent !important; }

.contact-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1);
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s; }

.contact-content__box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 20px -5px rgba(23, 18, 25, 0.12);
  box-shadow: 0 15px 20px -5px rgba(23, 18, 25, 0.12); }

.contact-content__box:active, .contact-content__box:focus {
  -webkit-box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1) !important;
  box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1) !important; }

@media (max-width: 1029.98px) {
  .contact-content__box {
    height: unset;
    margin-bottom: 8px;
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.contact-content__box-icon-image {
  margin-bottom: 16px; }

@media (max-width: 1029.98px) {
  .contact-content__box-icon-image {
    margin-right: 16px;
    margin-bottom: 0; } }

.contact-content__box-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1.25rem; }

.contact-content__section-row:not(:last-of-type) {
  margin-bottom: 160px; }

@media (max-width: 1029.98px) {
  .contact-content__section-row:not(:last-of-type) {
    margin-bottom: 64px; } }

@media (max-width: 1029.98px) {
  .contact-content__section-image {
    height: auto;
    width: calc(100% + 23px);
    margin-bottom: 32px; } }

.contact-content__section-image--right {
  float: left; }

@media (max-width: 1029.98px) {
  .contact-content__section-image--right {
    margin-right: -23px; } }

.contact-content__section-image--left {
  float: right; }

@media (max-width: 1029.98px) {
  .contact-content__section-image--left {
    margin-left: -23px; } }

.contact-content__section-map-box {
  float: right;
  height: 500px;
  width: 956px;
  margin-right: 120px;
  clip-path: polygon(0 0%, 100% 0%, 66% 100%, 0% 100%);
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .contact-content__section-map-box {
    height: 200px;
    width: calc(100% + 32px);
    margin-right: 0;
    margin-bottom: 32px; } }

.contact-content__section-map {
  height: 100%;
  width: 100%; }

.contact-content__section-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .contact-content__section-title-box {
    margin-bottom: 16px; } }

.contact-content__section-title-image {
  margin-right: 16px; }

.contact-content__section-title-image--flag {
  margin-left: 24px; }

.contact-content__section-title {
  display: inline-block;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

.contact-content__section-title--margin {
  margin: 0; }

@media (min-width: 1170px) {
  .contact-content__section-title {
    font-size: 2rem; } }

.contact-content__section-text-box {
  margin-bottom: 64px; }

@media (max-width: 1029.98px) {
  .contact-content__section-text-box {
    margin-bottom: 32px; } }

.contact-content__section-text-table, .contact-content__section-text {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.contact-content__section-text-table--bolder, .contact-content__section-text--bolder {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 1.125rem; }

.contact-content__section-text-table--smaller, .contact-content__section-text--smaller {
  margin-top: 64px;
  color: #818181;
  font-size: 0.75rem; }

.contact-content__section-text-table--high-line, .contact-content__section-text--high-line {
  line-height: 2; }

.contact-content__section-text-table--margin, .contact-content__section-text--margin {
  margin: 0; }

.contact-content__section-text-link {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.contact-content__section-text-link:hover {
  color: #ee7d00;
  text-decoration: none; }

.contact-content__section-link {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.contact-content__section-link:hover {
  border-color: #ee7d00;
  color: #ee7d00;
  text-decoration: none; }

.contact-header {
  padding: 146px 0 54px 0; }

@media (max-width: 1029.98px) {
  .contact-header {
    padding-top: 100px; } }

.contact-header__breadcrumbs {
  margin-bottom: 44px; }

.contact-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.contact-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.contact-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.contact-header__breadcrumbs-icon {
  line-height: 1; }

.contact-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.contact-header__title {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.71875rem + 4.48718vw); }

@media (min-width: 1170px) {
  .contact-header__title {
    font-size: 5rem; } }

.e404 {
  padding: 220px 0 160px 0; }

.e404__title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .e404__title {
    font-size: 3rem; } }

.e404__title--smaller {
  margin-bottom: 30px;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .e404__title--smaller {
    font-size: 2rem; } }

.e404__text {
  margin-bottom: 30px;
  color: #575757;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.eco {
  margin-top: 90px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px; }

@media (max-width: 1029.98px) {
  .eco {
    height: auto; } }

.eco h3 {
  font-size: 48px !important; }

.eco__title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(15, 77, 8, 0.4);
  padding: 12px 50px; }

@media (max-width: 1339.98px) {
  .eco__title {
    padding: 120px 12px 12px 12px; } }

@media (max-width: 1029.98px) {
  .eco__title {
    padding: 140px 12px 12px 12px; } }

.eco__title h1 {
  font-size: 71px; }

@media (max-width: 1339.98px) {
  .eco__title h1 {
    font-size: 3.5rem; } }

@media (max-width: 1029.98px) {
  .eco__title h1 {
    font-size: 2.5rem; } }

@media (max-width: 479.98px) {
  .eco__title h1 {
    font-size: 1.5rem; } }

.eco__title span {
  color: #38ca03; }

.eco__title h2 {
  font-family: "Silka", sans-serif;
  font-size: 20px;
  line-height: 26px; }

@media (max-width: 1339.98px) {
  .eco__title h2 {
    font-size: 18px;
    line-height: 22px; } }

.eco__title__signature {
  position: absolute;
  bottom: 0;
  padding: 50px 12px 12px 12px;
  text-align: center;
  width: 100%;
  font-size: .85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1339.98px) {
  .eco__title__signature {
    margin-top: 120px;
    padding: 1rem; } }

.eco__title__signature--text {
  max-width: 740px; }

.eco__title__signature span {
  color: unset; }

@media (max-width: 1029.98px) {
  .eco__title__signature {
    position: relative; } }

.eco__household {
  width: 100%;
  height: auto; }

.eco__nature {
  width: 100%;
  height: auto; }

.eco__nature img {
  width: 100%;
  height: auto; }

.eco .about-header__breadcrumbs {
  position: absolute;
  padding-top: 55px;
  color: white; }

.eco .about-header__breadcrumbs a {
  color: white; }

.energi {
  margin: 0 0 128px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif; }

@media (max-width: 1339.98px) {
  .energi {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .energi {
    margin: 0 0 32px; } }

.energi img {
  width: 100%;
  height: auto; }

.energi__margin-top {
  margin-top: 302px; }

@media (max-width: 1029.98px) {
  .energi__margin-top {
    margin-top: 0; } }

.eco-floating-circle {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2; }

@media (max-width: 1029.98px) {
  .eco-floating-circle {
    bottom: 5.5rem;
    right: .75rem; } }

.eco-floating-circle.-active .eco-floating-circle-content {
  max-width: 300px;
  padding: 16px 32px 16px 42px;
  opacity: 1; }

.eco-floating-circle.-active .eco-floating-circle-image {
  left: 32px; }

.eco-floating-circle-image {
  position: relative;
  left: 0px;
  -webkit-transition: left .4s, background-color .4s;
  transition: left .4s, background-color .4s;
  border-radius: 50%;
  background-color: #ee7d00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .6rem;
  height: 100%;
  width: 100%;
  max-width: 64px;
  max-height: 64px;
  z-index: 2; }

.eco-floating-circle-image:hover {
  cursor: pointer;
  background-color: #f3a44c; }

@media (max-width: 1029.98px) {
  .eco-floating-circle-image {
    max-width: 48px;
    max-height: 64px; } }

.eco-floating-circle-image img {
  width: 100%; }

.eco-floating-circle-content {
  overflow: hidden;
  max-width: 0px;
  min-height: 96px;
  -webkit-box-shadow: -4px 8px 48px rgba(238, 125, 0, 0.16);
  box-shadow: -4px 8px 48px rgba(238, 125, 0, 0.16);
  -webkit-transition: max-width .4s, padding .4s, opacity .2s;
  transition: max-width .4s, padding .4s, opacity .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: .45rem;
  background-color: #fff;
  padding: 0px;
  text-wrap: nowrap;
  opacity: 0; }

.eco-floating-circle-content p, .eco-floating-circle-content span, .eco-floating-circle-content a {
  margin-bottom: 0px;
  color: #4d4d4d; }

.eco-floating-circle-content p {
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 600; }

.eco-floating-circle-content a {
  border-radius: 6px;
  border: 1px solid #4d4d4d;
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }

.eco-floating-circle-content a:after {
  content: ""; }

.eco-floating-circle-content a:hover {
  text-decoration: none;
  background-color: #ee7d00;
  color: #fff;
  border-color: #ee7d00;
  -webkit-transition: all .4s;
  transition: all .4s; }

.eco-floating-circle-content a:hover::after {
  color: #fff; }

.eco-floating-circle-content a::after {
  color: #ee7d00; }

@media (max-width: 1029.98px) {
  .eco-floating-circle-content p {
    font-size: 1rem; }
  .eco-floating-circle-content span, .eco-floating-circle-content a {
    font-size: .85rem; } }

.household {
  margin: 0 0 128px; }

@media (max-width: 1339.98px) {
  .household {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .household {
    margin: 0 0 32px; } }

.household__item-list {
  padding: 6px 12px !important; }

.nature {
  margin: 0 0 128px; }

@media (max-width: 1339.98px) {
  .nature {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .nature {
    margin: 0 0 32px; } }

.nature__description {
  margin: 0 0 32px; }

.nature__item-list {
  padding: 12px 24px !important; }

.nature .about-accordion__header {
  font-size: 22px; }

@media (max-width: 767.98px) {
  .nature .about-accordion__header {
    font-size: 16px; } }

@media (max-width: 479.98px) {
  .nature .about-accordion__header {
    font-size: 14px; } }

.section-eco {
  margin-top: 90px; }

.section-eco__item-row {
  margin-bottom: 32px; }

.section-eco__item-row:not(:last-of-type) {
  margin-bottom: 100px; }

@media (max-width: 1029.98px) {
  .section-eco__item-row:not(:last-of-type) {
    margin-bottom: 0; } }

.section-eco__title-icon {
  margin-left: 48px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  position: absolute;
  right: 20px;
  top: 28px;
  font-size: 1.125rem; }

.section-eco__title-icon::before {
  display: inline-block;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.section-eco__banner {
  margin-bottom: 32px;
  position: relative; }

.section-eco__menu {
  margin-bottom: 32px; }

.section-eco__item-image {
  max-height: 500px;
  width: 100%;
  height: auto; }

@media (max-width: 1029.98px) {
  .section-eco__item-image {
    height: auto;
    width: calc(100% + 23px);
    margin-bottom: 64px; } }

.section-eco__item-image--right {
  float: left; }

@media (max-width: 1029.98px) {
  .section-eco__item-image--right {
    margin-right: -23px; } }

.section-eco__item-image--left {
  float: right; }

@media (max-width: 1029.98px) {
  .section-eco__item-image--left {
    margin-left: -23px; } }

.section-eco__item-icon-image {
  margin-bottom: 40px; }

.section-eco__item-title {
  margin-bottom: 42px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 48px; }

@media (max-width: 1339.98px) {
  .section-eco__item-title {
    font-size: 32px; } }

@media (max-width: 1029.98px) {
  .section-eco__item-title {
    font-size: 28px; } }

@media (max-width: 767.98px) {
  .section-eco__item-title.text-right {
    text-align: left !important; } }

@media (max-width: 479.98px) {
  .section-eco__item-title {
    font-size: 22px; } }

.section-eco__item-title--grass {
  margin-bottom: 32px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 36px; }

@media (max-width: 1339.98px) {
  .section-eco__item-title--grass {
    font-size: 28px; } }

@media (max-width: 1029.98px) {
  .section-eco__item-title--grass {
    font-size: 24px; } }

@media (max-width: 479.98px) {
  .section-eco__item-title--grass {
    font-size: 18px; } }

@media (max-width: 1339.98px) {
  .section-eco__item-title, .section-eco__item-title--grass {
    font-size: 32px; } }

@media (max-width: 1029.98px) {
  .section-eco__item-title, .section-eco__item-title--grass {
    font-size: 28px; } }

@media (max-width: 479.98px) {
  .section-eco__item-title, .section-eco__item-title--grass {
    font-size: 22px; } }

.section-eco__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 42px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1170px) {
  .section-eco__title {
    font-size: 2rem; } }

@media (max-width: 1029.98px) {
  .section-eco__title {
    margin-bottom: 32px; } }

.section-eco__title--collapse-trigger:hover {
  cursor: pointer; }

.section-eco__title.collapsed .section-eco__title-icon {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.section-eco__menu-link {
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.section-eco__menu-link img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.section-eco__item-text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1339.98px) {
  .section-eco__item-text {
    margin-bottom: 64px; } }

@media (max-width: 1029.98px) {
  .section-eco__item-text {
    margin-bottom: 32px; } }

@media (max-width: 767.98px) {
  .section-eco__item-text {
    margin-bottom: 22px; } }

@media (max-width: 479.98px) {
  .section-eco__item-text {
    margin-bottom: 16px; } }

.section-eco__item-text:hover {
  color: #4d4d4d; }

.section-eco__item-text.collapsed span:before {
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.section-eco__trangular {
  overflow: hidden;
  position: relative;
  height: 27em; }

@media (max-width: 1339.98px) {
  .section-eco__trangular {
    height: 27em; } }

@media (max-width: 1029.98px) {
  .section-eco__trangular {
    height: 21em; } }

@media (max-width: 479.98px) {
  .section-eco__trangular {
    height: 17em; } }

.section-eco__collapse {
  position: relative;
  -webkit-transition: height 0.25s;
  transition: height 0.25s; }

.section-eco__collapse::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none; }

.section-eco__collapse.collapse:not(.show) {
  display: block;
  height: 0px;
  overflow: hidden; }

.section-eco__collapse.collapse:not(.show)::after {
  opacity: 1; }

.section-eco__box-color {
  color: #fff;
  font-size: 32px; }

.option, .option img {
  width: 100%;
  height: 100%; }

.option {
  overflow: hidden;
  position: absolute;
  -webkit-transform: skewX(-28.98deg);
  -ms-transform: skewX(-28.98deg);
  transform: skewX(-28.98deg); }

.option:first-child {
  left: -.25em;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.option img {
  -webkit-transform: skewX(28.98deg);
  -ms-transform: skewX(28.98deg);
  transform: skewX(28.98deg);
  -webkit-transform-origin: inherit;
  -ms-transform-origin: inherit;
  transform-origin: inherit; }

.option-2, .option-2 img {
  width: 100%;
  height: 100%; }

.option-2 {
  overflow: hidden;
  position: absolute;
  -webkit-transform: skewX(-28.98deg);
  -ms-transform: skewX(-28.98deg);
  transform: skewX(-28.98deg); }

.option-2:first-child {
  left: -.25em;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.option-2 img {
  -webkit-transform: skewX(28.98deg);
  -ms-transform: skewX(28.98deg);
  transform: skewX(28.98deg);
  -webkit-transform-origin: inherit;
  -ms-transform-origin: inherit;
  transform-origin: inherit; }

.about-accordion__container {
  border-bottom: 1px solid #e9e9e9; }

.about-accordion__header {
  display: block;
  padding: 30px 40px;
  font-size: 24px;
  position: relative; }

.about-accordion__header:before {
  content: ""; }

.about-accordion__header:after {
  content: ""; }

@media (max-width: 1339.98px) {
  .about-accordion__header {
    font-size: 21px;
    padding: 20px 35px; } }

.about-accordion__header:before {
  color: #ee7d00;
  position: absolute;
  left: 0;
  top: 33px; }

@media (max-width: 1339.98px) {
  .about-accordion__header:before {
    top: 23px; } }

.about-accordion__header:after {
  position: absolute;
  right: 0;
  top: 37px;
  font-size: 14px; }

@media (max-width: 1339.98px) {
  .about-accordion__header:after {
    top: 27px; } }

.about-accordion__header[aria-expanded="true"]:after {
  content: ""; }

.about-accordion__text {
  padding: 0 40px 30px 40px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8;
  color: #666666; }

@media (max-width: 1339.98px) {
  .about-accordion__text {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 35px 20px 35px; } }

.about-accordion__text-image {
  margin: 30px auto 0 auto; }

.submenu {
  margin: 0 0 128px; }

@media (max-width: 1339.98px) {
  .submenu {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .submenu {
    margin: 0 0 32px;
    display: none; } }

.submenu.sticky {
  position: fixed;
  top: 91px;
  z-index: 10000;
  width: 100%; }

@media (max-width: 1029.98px) {
  .submenu.sticky {
    position: relative; } }

.submenu.sticky .section-eco__menu-link {
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.submenu.sticky .section-eco__menu-link img {
  height: 32px;
  width: 32px; }

.transport {
  margin: 0 0 128px; }

@media (max-width: 1339.98px) {
  .transport {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .transport {
    margin: 0 0 32px; } }

@media (max-width: 1339.98px) {
  .transport__card {
    min-height: unset; } }

@media (max-width: 1029.98px) {
  .transport__card {
    min-height: 325px; } }

.transport img {
  width: 100%;
  height: auto; }

.transport .slick-track {
  padding: 50px 0; }

.warm {
  margin: 0 0 128px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif; }

@media (max-width: 1339.98px) {
  .warm {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .warm {
    margin: 0 0 32px; } }

.warm img {
  width: 100%;
  height: auto; }

@media (max-width: 479.98px) {
  .warm__margin {
    margin: 24px 0 0; } }

.warm__custom-li ul {
  list-style: none;
  margin-left: 0; }

.warm__custom-li li:before {
  content: "!";
  padding-right: 5px;
  color: #ee7d00;
  font-weight: 800; }

.waste {
  margin: 0 0 128px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif; }

@media (max-width: 1339.98px) {
  .waste {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .waste {
    margin: 0 0 32px; } }

.waste__description {
  margin: 0 0 42px; }

.waste__title {
  color: #4d4d4d;
  margin: 0; }

@media (max-width: 1339.98px) {
  .waste__title {
    font-size: 32px; } }

@media (max-width: 1029.98px) {
  .waste__title {
    font-size: 28px; } }

@media (max-width: 479.98px) {
  .waste__title {
    font-size: 22px; } }

@media (max-width: 1339.98px) {
  .waste__card {
    min-height: unset; } }

@media (max-width: 1029.98px) {
  .waste__card {
    min-height: 270px; } }

@media (max-width: 767.98px) {
  .waste__card {
    min-height: 230px; } }

@media (max-width: 479.98px) {
  .waste__card {
    min-height: 230px; } }

.waste__card-border {
  -webkit-box-shadow: 0 10px 20px #1712191f;
  box-shadow: 0 10px 20px #1712191f; }

.waste .slick-track {
  padding: 50px 0; }

.waste .slick-slide {
  margin: 0 1px; }

@media (max-width: 479.98px) {
  .waste .slick-slide {
    margin: 0 6px; } }

.waste .slick-slide .slick-list {
  margin: 0 -1px; }

.water {
  margin: 0 0 128px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif; }

@media (max-width: 1339.98px) {
  .water {
    margin: 0 0 64px; } }

@media (max-width: 1029.98px) {
  .water {
    margin: 0 0 32px; } }

.water img {
  width: 100%;
  height: auto; }

.water__custom-li {
  margin-top: -40px; }

.water__custom-li ul {
  list-style: none;
  margin-left: 0; }

.water__custom-li li:before {
  content: "!";
  padding-right: 5px;
  color: #ee7d00;
  font-weight: 800; }

.enea-heading {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw);
  margin-bottom: 48px; }

@media (min-width: 1170px) {
  .enea-heading {
    font-size: 3rem; } }

.enea-heading.-enea-overlay {
  color: white;
  margin-bottom: 32px; }

.section-enea-icons__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 64px; }

.section-enea-icons__item {
  text-align: center;
  padding: 16px; }

.section-enea-icons__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%);
  margin-bottom: 20px; }

.section-enea-icons__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 8px;
  max-width: 64px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(349deg) brightness(98%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(349deg) brightness(98%) contrast(102%); }

.section-enea-icons__row {
  row-gap: 24px; }

.section-enea-overlay {
  position: relative;
  width: 100%;
  color: #fff; }

.section-enea-overlay__background {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%; }

.section-enea-overlay__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1339.98px) {
  .section-enea-overlay__overlay {
    padding: 80px 0; } }

.section-enea-overlay__content {
  text-align: center; }

.section-enea-overlay__title {
  font-size: 2rem;
  margin-bottom: 1rem; }

.section-enea-overlay__text {
  font-size: 1.125rem;
  margin-bottom: 2rem; }

.section-enea-steps {
  padding: 2rem;
  text-align: center; }

.section-enea-steps__title {
  font-size: 2rem;
  margin-bottom: 48px; }

.section-enea-steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1339.98px) {
  .section-enea-steps__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.section-enea-steps__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 2rem;
  text-align: center; }

@media (max-width: 1339.98px) {
  .section-enea-steps__item {
    padding: 1.5rem 1rem; } }

.section-enea-steps__number {
  position: absolute;
  top: 54%;
  right: 16%;
  font-size: 119px;
  color: rgba(224, 224, 224, 0.5);
  z-index: 0;
  font-weight: bold;
  pointer-events: none;
  font-family: "Silka", sans-serif;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.section-enea-steps__icon {
  width: 60px;
  height: auto;
  z-index: 1;
  position: relative;
  margin-bottom: 16px;
  -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(66%) saturate(890%) hue-rotate(359deg) brightness(103%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(45%) sepia(66%) saturate(890%) hue-rotate(359deg) brightness(103%) contrast(107%); }

.section-enea-steps__text {
  position: relative;
  z-index: 1;
  font-size: 1rem; }

.section-enea-steps__text a {
  color: #007bff;
  text-decoration: none; }

.section-enea-steps__text a:hover {
  text-decoration: underline; }

.section-enea-steps__separator {
  width: 50px;
  height: 2px;
  background: #ccc;
  margin: 0 1rem; }

@media (max-width: 1339.98px) {
  .section-enea-steps__separator {
    width: 2px;
    height: 30px;
    margin: 1rem 0; } }

.faq-content {
  margin-bottom: 120px; }

@media (max-width: 1029.98px) {
  .faq-content {
    margin-bottom: 60px; } }

.faq-content__title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .faq-content__title {
    font-size: 3rem; } }

.faq-content__title--smaller {
  font-weight: 700;
  text-align: center;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .faq-content__title--smaller {
    font-size: 1.5rem; } }

.faq-content__row-categories-boxes {
  margin-bottom: 150px; }

@media (max-width: 1029.98px) {
  .faq-content__row-categories-boxes {
    margin-bottom: 75px; } }

@media (max-width: 767.98px) {
  .faq-content__row-categories-boxes .slick-list {
    padding: 0 26% 0 0; } }

.faq-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1);
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s; }

.faq-content__box:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 20px -5px rgba(23, 18, 25, 0.12);
  box-shadow: 0 15px 20px -5px rgba(23, 18, 25, 0.12); }

.faq-content__box:active, .faq-content__box:focus {
  -webkit-box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1) !important;
  box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1) !important; }

@media (max-width: 1029.98px) {
  .faq-content__box {
    height: unset;
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (max-width: 767.98px) {
  .faq-content__box {
    padding: 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.faq-content__box-icon-image {
  margin-bottom: 16px; }

@media (max-width: 1029.98px) {
  .faq-content__box-icon-image {
    margin-right: 16px;
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .faq-content__box-icon-image {
    margin-right: 0; } }

.faq-content__box-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1.25rem; }

.faq-content__category {
  margin-bottom: 40px; }

.faq-content__category-row {
  margin-bottom: 18px; }

.faq-content__category-title {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .faq-content__category-title {
    font-size: 2rem; } }

.faq-content__category-link {
  border-bottom: 1px solid transparent;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 0.75rem; }

.faq-content__category-link:hover {
  border-color: #4d4d4d;
  color: #4d4d4d;
  text-decoration: none; }

.faq-content__category-link-icon {
  margin-right: 2px;
  line-height: 1;
  vertical-align: initial; }

.faq-content__item-card {
  border-radius: 0; }

.faq-content__item-card-header {
  position: relative;
  border-bottom: 0;
  border-color: #f3f3f4;
  padding: 32px 48px 32px 32px;
  background-color: #fff; }

.faq-content__item-card-header:hover {
  cursor: pointer; }

.faq-content__item-card-header:hover .faq-content__item-card-header-title {
  color: #ffb400 !important; }

.faq-content__item-card-header:hover .faq-content__item-card-header-title::before {
  background-color: #ffb400 !important; }

@media (max-width: 1029.98px) {
  .faq-content__item-card-header {
    padding: 24px 48px 24px 16px; } }

.faq-content__item-card-header.collapsed .faq-content__item-card-header-title {
  color: #575757; }

.faq-content__item-card-header.collapsed .faq-content__item-card-header-title::before {
  background-color: #575757; }

.faq-content__item-card-header.collapsed .faq-content__item-card-header-arrow {
  color: #818181;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.faq-content__item-card-header-title {
  position: relative;
  margin-bottom: 0;
  padding-left: 16px;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.faq-content__item-card-header-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #ee7d00;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.faq-content__item-card-header-arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  color: #4d4d4d;
  line-height: 1;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s, -webkit-transform 0.25s;
  font-size: 0.625rem; }

.faq-content__item-card-body {
  position: relative;
  padding: 32px 48px; }

@media (max-width: 1029.98px) {
  .faq-content__item-card-body {
    padding: 16px 24px; } }

.faq-content__item-card-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 32px;
  height: 1px;
  width: calc(100% - 64px);
  background-color: #f3f3f4; }

.faq-content__item-card-body-text {
  margin-bottom: 0;
  color: #818181;
  font-family: "Silka", sans-serif;
  line-height: 1.5;
  font-size: 1rem; }

.faq-content__item-card-body-text a {
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.faq-content__item-card-body-text a:hover {
  border-color: #ee7d00;
  text-decoration: none; }

.faq-header {
  padding: 146px 0 80px 0;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .faq-header {
    padding: 100px 0 40px 0; } }

.faq-header__breadcrumbs {
  margin-bottom: 44px; }

.faq-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.faq-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.faq-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.faq-header__breadcrumbs-icon {
  line-height: 1; }

.faq-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.faq-header__title {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.67188rem + 4.03846vw); }

@media (min-width: 1170px) {
  .faq-header__title {
    font-size: 4.625rem; } }

.faq-header__title span {
  color: #ee7d00; }

.faq-header__background-image {
  position: absolute;
  top: -225px;
  left: 0; }

@media (max-width: 1029.98px) {
  .faq-header__background-image {
    position: initial;
    top: unset;
    left: unset;
    height: auto;
    width: calc(100% + 23px);
    margin-right: -23px; } }

.faq-header__search-box {
  padding: 44px 64px 40px 64px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  -webkit-box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.16);
  box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.16); }

@media (max-width: 767.98px) {
  .faq-header__search-box {
    padding: 32px; } }

.faq-header__search-box-title {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .faq-header__search-box-title {
    font-size: 1.5rem; } }

.faq-header__search-box-input-group {
  position: relative; }

.faq-header__search-box-input {
  height: 64px;
  padding: 20px 24px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.faq-header__search-box-input::-webkit-input-placeholder {
  color: #818181; }

.faq-header__search-box-input::-moz-placeholder {
  color: #818181; }

.faq-header__search-box-input:-ms-input-placeholder {
  color: #818181; }

.faq-header__search-box-input::-ms-input-placeholder {
  color: #818181; }

.faq-header__search-box-input::placeholder {
  color: #818181; }

.faq-header__search-box-input:focus, .faq-header__search-box-input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ee7d00; }

.faq-header__search-box-input-button {
  border: 0;
  border-radius: 0;
  height: 64px;
  width: 64px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ee7d00));
  background-image: linear-gradient(0deg, #ffb400, #ee7d00); }

.faq-header__search-box-input-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.faq-header__search-box-input-button:hover {
  color: #fff; }

.faq-header__search-box-input-button:hover::after {
  opacity: 0.25; }

.faq-header__search-box-input-button:active, .faq-header__search-box-input-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.faq-header__search-box-input-button-icon {
  color: #fff;
  font-size: 1.25rem; }

.faq-header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin: 0;
  overflow: hidden; }

.faq-header__dropdown-menu.is-visible {
  display: block; }

.faq-header__dropdown-menu-item {
  padding: 8px 24px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.1s, background-color 0.15s;
  transition: color 0.1s, background-color 0.15s;
  font-size: 1rem; }

.faq-header__dropdown-menu-item:hover {
  color: #fff;
  background-color: #ffb400; }

.find-local-header {
  padding: 146px 0 20px 0;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .find-local-header {
    padding: 100px 0 0 0; } }

.find-local-header .about-header__breadcrumbs {
  margin-bottom: 0px; }

.find-local-header__breadcrumbs {
  margin-bottom: 44px; }

.find-local-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.find-local-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.find-local-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.find-local-header__breadcrumbs-icon {
  line-height: 1; }

.find-local-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.find-local-map {
  margin-bottom: 160px; }

@media (max-width: 1029.98px) {
  .find-local-map {
    margin-bottom: 64px; } }

.find-local-map__title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .find-local-map__title {
    font-size: 3rem; } }

.find-local-map__address {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

.find-local-map__map-box {
  overflow: hidden; }

.find-local-map__map-bottom-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%; }

.find-local-map__map-bottom-button-group {
  height: 64px;
  width: 100%;
  border: solid 1px #f3f3f4; }

.find-local-map__map-bottom-button {
  position: relative;
  border-radius: 0;
  background-color: #fff;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1.125rem; }

.find-local-map__map-bottom-button:hover {
  color: #ee7d00; }

.find-local-map__map-bottom-button:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #f3f3f4; }

.header-compare-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.header-compare-button__popup-container {
  position: absolute;
  display: none;
  left: 50%;
  padding-top: 16px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 998; }

@media (max-width: 1339.98px) {
  .header-compare-button__popup-container {
    display: none !important; } }

.header-compare-button__popup, .header-compare-button__popup-info {
  width: auto;
  min-width: 200px;
  background: #e9e9e9;
  border-radius: 4px;
  padding: 12px 16px;
  -webkit-filter: drop-shadow(0 2px 3px rgba(181, 181, 181, 0.16));
  filter: drop-shadow(0 2px 3px rgba(181, 181, 181, 0.16));
  color: #4d4d4d;
  z-index: 2;
  font-size: 1rem; }

.header-compare-button__popup::before, .header-compare-button__popup-info::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e9e9e9;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none; }

.header-compare-button__popup .header-compare-button__link,
.header-compare-button__popup a, .header-compare-button__popup-info .header-compare-button__link,
.header-compare-button__popup-info a {
  cursor: pointer;
  color: #4d4d4d;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.25s, border-color 0.25s;
  transition: color 0.25s, border-color 0.25s; }

.header-compare-button__popup .header-compare-button__link:hover,
.header-compare-button__popup a:hover, .header-compare-button__popup-info .header-compare-button__link:hover,
.header-compare-button__popup-info a:hover {
  color: #ee7d00;
  border-color: #ffb400;
  text-decoration: none; }

.header-compare-button__popup strong, .header-compare-button__popup-info strong {
  font-weight: 700; }

.header-compare-button__popup-info {
  z-index: 1; }

.header-compare-button__popup-list {
  min-width: 240px;
  width: auto;
  margin-bottom: 10px; }

.header-compare-button__popup-list-item {
  padding: 5px 0;
  border-bottom: 1px solid #b5b5b5; }

.header-compare-button__go-to-compare:after {
  content: ""; }

.header-compare-button__go-to-compare::after {
  font-size: 8px;
  margin-left: 5px; }

.header-compare-button:hover .header-compare-button__popup-container {
  display: block; }

.header-compare-button:hover .header-compare-button__popup-info {
  display: none !important; }

.header-contact-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 32px 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0 32px 24px rgba(0, 0, 0, 0.16);
  z-index: 600; }

@media (max-width: 1029.98px) {
  .header-contact-menu {
    display: block; } }

.header-contact-menu__header {
  padding-top: 28px; }

.header-contact-menu__navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-contact-menu__navbar-brand svg {
  height: 38px;
  width: auto; }

.header-contact-menu__button-mobile-close {
  display: none;
  height: 48px;
  width: 48px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .header-contact-menu__button-mobile-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.header-contact-menu__button-mobile-close-icon {
  color: #575757;
  line-height: 1;
  font-size: 1.25rem; }

.header-contact-menu__content {
  padding: 34px 0 64px 0; }

.header-contact-menu__avatar-box {
  display: inline-block;
  position: relative;
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 32px rgba(77, 77, 77, 0.08);
  box-shadow: 0 8px 32px rgba(77, 77, 77, 0.08);
  overflow: hidden; }

.header-contact-menu__avatar-image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.header-contact-menu__text {
  margin-bottom: 8px;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 0.75rem; }

.header-contact-menu__person {
  margin-bottom: 48px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 24px;
  font-weight: 500; }

.header-contact-menu__title {
  margin-bottom: 36px;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.header-contact-menu__links-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-contact-menu__link {
  display: block;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-align: left;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.header-contact-menu__link:not(:last-of-type) {
  margin-bottom: 34px; }

.header-contact-menu__link:hover {
  color: #ee7d00;
  text-decoration: none; }

.header-contact-menu__link:focus, .header-contact-menu__link:active {
  color: #4d4d4d; }

.header-contact-menu__link-icon {
  display: inline-block;
  width: 24px;
  margin-right: 10px;
  font-size: 1rem; }

.header-contact-menu__link-icon--chat {
  font-size: 1.125rem; }

.header-contact-menu__link-icon--phone {
  font-size: 1.125rem; }

.header-mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  z-index: 400;
  -webkit-transition: height 0.25s, padding 0.25s;
  transition: height 0.25s, padding 0.25s;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .header-mobile-menu {
    display: block; } }

.header-mobile-menu.is-opened {
  height: 100%;
  padding: 20px 0 80px 0; }

.header-mobile-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 8px; }

@media (max-width: 767.98px) {
  .header-mobile-menu__container {
    overflow: scroll; } }

.header-mobile-menu__navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-mobile-menu__navbar-brand svg {
  height: 38px;
  width: auto; }

.header-mobile-menu__button-mobile-phone {
  display: none;
  height: 48px;
  width: 48px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .header-mobile-menu__button-mobile-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.header-mobile-menu__button-mobile-phone-icon {
  color: #575757;
  line-height: 1;
  font-size: 1.25rem; }

.header-mobile-menu__menu {
  margin-top: 14px;
  margin-bottom: auto; }

.header-mobile-menu__menu-link {
  padding: 14px 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.header-mobile-menu__menu-link:hover, .header-mobile-menu__menu-link:focus, .header-mobile-menu__menu-link:active {
  color: #ee7d00; }

.header-mobile-menu__social-text {
  color: #4d4d4d; }

.header-mobile-menu__social-link-box {
  margin-bottom: 33px; }

.header-mobile-menu__social-link {
  color: #ee7d00; }

.header-mobile-menu__social-link:hover {
  color: #ee7d00;
  text-decoration: none; }

.header-mobile-menu__social-link:not(:last-of-type) {
  margin-right: 24px; }

.header-mobile-menu__social-link-icon {
  font-size: 1.25rem; }

.header-mobile-menu__language-menu-label {
  margin-bottom: 8px;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 0.75rem; }

.header-mobile-menu__language-menu-button-group {
  width: 100%;
  margin-bottom: 24px; }

.header-mobile-menu__language-menu-button {
  height: 64px;
  width: auto;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding-left: 24px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  text-align: left;
  text-transform: capitalize;
  font-size: 0.875rem; }

.header-mobile-menu__language-menu-button:focus, .header-mobile-menu__language-menu-button:active {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.header-mobile-menu__language-menu-button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-mobile-menu__language-menu-button-icon {
  margin-right: 8px;
  color: #4d4d4d;
  line-height: 1;
  font-size: 0.875rem; }

.header-mobile-menu__language-menu {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #e9e9e9;
  border-radius: 0; }

.header-mobile-menu__language-menu-item {
  position: relative;
  padding: 16px 48px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 0.875rem; }

.header-mobile-menu__language-menu-item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  left: 16px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 32px);
  background-color: #e9e9e9; }

.header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 0.25s, background-color 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: border-color 0.25s, background-color 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: border-color 0.25s, background-color 0.25s, transform 0.25s, box-shadow 0.25s;
  transition: border-color 0.25s, background-color 0.25s, transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s; }

.header-navigation.is-scrolling {
  border-color: #f3f3f4;
  background-color: #fff; }

@media (max-width: 1029.98px) {
  .header-navigation.is-scrolling {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.16); } }

.header-navigation.is-scrolling .header-navigation__language-menu {
  border-color: #f3f3f4; }

@media (max-width: 1029.98px) {
  .header-navigation.is-hidden {
    -webkit-transform: translateY(calc(-100% - 50px));
    -ms-transform: translateY(calc(-100% - 50px));
    transform: translateY(calc(-100% - 50px)); } }

.header-navigation__navbar {
  padding: 16px 0;
  -webkit-transition: padding 0.25s;
  transition: padding 0.25s; }

@media (max-width: 1029.98px) {
  .header-navigation__navbar {
    padding: 30px 0 16px 0; } }

.header-navigation__navbar-brand {
  max-width: 175px; }

@media (max-width: 1339.98px) {
  .header-navigation__navbar-brand {
    margin-right: 8px; } }

@media (max-width: 1029.98px) {
  .header-navigation__navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-navigation__navbar-brand svg {
    height: 38px;
    width: auto; } }

.header-navigation__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-navigation__menu-item.current-menu-item .header-navigation__menu-link {
  color: #ee7d00; }

.header-navigation__menu-link {
  padding: 0 14px !important;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem; }

.header-navigation__menu-link:hover {
  color: #ee7d00;
  text-decoration: none; }

@media (max-width: 1339.98px) {
  .header-navigation__menu-link {
    padding: 0 8px !important; } }

.header-navigation__star {
  position: relative;
  margin: 0 30px 0 10px;
  color: #4d4d4d;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.header-navigation__star:hover {
  color: #ee7d00;
  text-decoration: none; }

@media (max-width: 1339.98px) {
  .header-navigation__star {
    margin: 0 20px 0 10px; } }

.header-navigation__star-icon {
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .header-navigation__star-icon {
    font-size: 1.375rem; } }

.header-navigation__star-badge {
  position: absolute;
  top: -8px;
  right: -9px;
  height: 16px;
  width: 16px;
  color: #fff;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%);
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 0.75rem; }

.header-navigation__button-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  color: #4d4d4d;
  border: 2px solid #4d4d4d;
  background: unset;
  background-color: transparent; }

.header-navigation__button-login:hover {
  color: #fff;
  background: unset;
  background-color: #4d4d4d; }

.header-navigation__button-login-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  line-height: 1;
  font-size: 1.125rem; }

.header-navigation__language-dropdown.show .header-navigation__language-button {
  background-color: #fff; }

.header-navigation__language-dropdown.show .header-navigation__language-button::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.header-navigation__language-button {
  margin-left: 12px;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.header-navigation__language-button:hover {
  color: #ee7d00; }

.header-navigation__language-button:focus, .header-navigation__language-button:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 1339.98px) {
  .header-navigation__language-button {
    margin-left: 6px; } }

.header-navigation__language-menu {
  min-width: unset;
  margin-top: 0;
  margin-left: 17px;
  padding: 0;
  border: 0;
  border: 1px solid transparent;
  border-top-color: #f3f3f4;
  border-radius: 0;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

@media (max-width: 1339.98px) {
  .header-navigation__language-menu {
    margin-left: 5px; } }

.header-navigation__language-menu-item {
  padding: 5px 21px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.header-navigation__language-menu-item:hover {
  color: #fff;
  background-color: #ffb400; }

.header-navigation__button-mobile-phone {
  display: none;
  height: 48px;
  width: 48px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .header-navigation__button-mobile-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.header-navigation__button-mobile-phone-icon {
  color: #575757;
  line-height: 1;
  font-size: 1.25rem; }

.home-cities {
  position: relative;
  height: 434px;
  -webkit-transition: height 0.25s;
  transition: height 0.25s; }

@media (max-width: 1029.98px) {
  .home-cities {
    height: unset;
    padding-top: 58px; } }

.home-cities.is-loading .home-cities__loader {
  opacity: 1;
  pointer-events: all; }

.home-cities.has-larger-map {
  height: 800px; }

@media (max-width: 1029.98px) {
  .home-cities.has-larger-map {
    height: unset; } }

.home-cities.has-larger-map .wide-map__map {
  height: 800px; }

.home-cities__title {
  display: none;
  margin-bottom: 36px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .home-cities__title {
    font-size: 3rem; } }

@media (max-width: 1029.98px) {
  .home-cities__title {
    display: block;
    margin-bottom: 42px; } }

.home-cities__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer; }

.home-cities__item:hover {
  text-decoration: none; }

.home-cities__item:hover .home-cities__item-image-box::after {
  background-color: rgba(0, 0, 0, 0.25); }

.home-cities__item-image-box {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home-cities__item-image-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.home-cities__item-image {
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px); }

.home-cities__item-content {
  height: auto;
  width: 100%;
  padding: 46px 24px;
  z-index: 5; }

@media (max-width: 1029.98px) {
  .home-cities__item-content {
    padding: 64px 24px; } }

.home-cities__item-icon-plus-box {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  margin-bottom: 5px;
  border: 2px solid #fff;
  border-radius: 50%; }

@media (max-width: 1029.98px) {
  .home-cities__item-icon-plus-box {
    margin-bottom: 0; } }

.home-cities__item-icon-plus {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.625rem; }

.home-cities__item-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .home-cities__item-title {
    font-size: 2rem; } }

.home-cities__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 10; }

.empty-locals {
  position: fixed;
  background: rgba(77, 77, 77, 0.64);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
  right: inherit;
  z-index: 3;
  width: 100%;
  height: 100%;
  z-index: 26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.empty-locals__popup {
  background: -webkit-gradient(linear, right top, left top, from(#FFB400), to(#EE7D00));
  background: linear-gradient(270deg, #FFB400 0%, #EE7D00 100%);
  -webkit-box-shadow: -4px 8px 48px 0px rgba(77, 77, 77, 0.16);
  box-shadow: -4px 8px 48px 0px rgba(77, 77, 77, 0.16);
  padding: 68px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1499.98px) {
  .empty-locals__popup {
    padding: 32px 42px; } }

@media (max-width: 1339.98px) {
  .empty-locals__popup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px; } }

.empty-locals__popup__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 634px;
  flex: 0 0 634px;
  color: #fff; }

@media (max-width: 1499.98px) {
  .empty-locals__popup__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.empty-locals__popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 229px;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  padding: 22px 61px;
  background: none;
  -webkit-transition: background .2s;
  transition: background .2s; }

.empty-locals__popup__button:hover {
  color: #fff;
  background-color: #818181; }

.empty-locals__popup__button-next {
  border: none;
  background-color: #4d4d4d; }

.empty-locals__popup__button-next:hover {
  background-color: #575757; }

.home-how-it-works {
  position: relative;
  padding-bottom: 160px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .home-how-it-works {
    padding: 20px 0 80px 0; } }

.home-how-it-works.-enea {
  padding-bottom: 0; }

.home-how-it-works.-enea .home-how-it-works__slider {
  margin-bottom: 0; }

.home-how-it-works::after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff 0%, transparent 100%); }

@media (max-width: 1339.98px) {
  .home-how-it-works::after {
    display: block; } }

@media (max-width: 1029.98px) {
  .home-how-it-works::after {
    display: none; } }

.home-how-it-works__container {
  position: relative; }

.home-how-it-works__background-image {
  position: absolute;
  top: 0;
  left: -250px;
  pointer-events: none;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s; }

@media (max-width: 1339.98px) {
  .home-how-it-works__background-image {
    left: -450px; } }

@media (max-width: 1029.98px) {
  .home-how-it-works__background-image {
    display: none; } }

.home-how-it-works__background-image--mobile {
  display: none;
  position: absolute;
  top: 0;
  left: -124px;
  height: auto;
  width: 175%;
  margin-bottom: -190px; }

@media (max-width: 1029.98px) {
  .home-how-it-works__background-image--mobile {
    display: block; } }

.home-how-it-works__background-image.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(64px);
  -ms-transform: translateX(64px);
  transform: translateX(64px); }

.home-how-it-works__content {
  position: relative;
  padding: 140px 0 40px 0;
  z-index: 5; }

@media (max-width: 1029.98px) {
  .home-how-it-works__content {
    padding: 0; } }

.home-how-it-works__title {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .home-how-it-works__title {
    font-size: 3rem; } }

@media (max-width: 1029.98px) {
  .home-how-it-works__title {
    margin-bottom: 32px; } }

.home-how-it-works__slider {
  position: relative;
  margin-bottom: 64px; }

@media (max-width: 1029.98px) {
  .home-how-it-works__slider {
    margin-top: 240px;
    margin-left: -23px;
    margin-right: -23px; } }

@media (max-width: 1029.98px) {
  .home-how-it-works__slider .slick-list {
    padding: 0 12% 0 0;
    overflow: visible; } }

.home-how-it-works__slider::before {
  content: '';
  display: none;
  position: absolute;
  top: -50px;
  left: 0;
  height: calc(100% + 100px);
  width: 100vw;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 5; }

@media (max-width: 1029.98px) {
  .home-how-it-works__slider::before {
    display: block; } }

@media (max-width: 1029.98px) {
  .home-how-it-works__slide {
    width: auto !important;
    margin: 0 16px;
    padding: 32px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); } }

.home-how-it-works__slide-step-button-group {
  margin-bottom: 16px; }

.home-how-it-works__slide-step-button {
  border-radius: 0;
  color: #b5b5b5;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

@media (max-width: 1029.98px) {
  .home-how-it-works__slide-step-button {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0; } }

.home-how-it-works__slide-step-button:first-of-type {
  padding-left: 0; }

.home-how-it-works__slide-step-button:hover {
  color: #ffb400; }

.home-how-it-works__slide-step-button:focus, .home-how-it-works__slide-step-button:active {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.home-how-it-works__slide-step-button.is-active {
  color: #ee7d00; }

.home-how-it-works__slide-title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .home-how-it-works__slide-title {
    font-size: 2rem; } }

@media (max-width: 1029.98px) {
  .home-how-it-works__slide-title {
    margin-bottom: 24px;
    font-size: 1.125rem; } }

.home-how-it-works__slide-text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .home-how-it-works__slide-text {
    margin-bottom: 32px;
    font-size: 0.75rem; } }

.home-how-it-works__slider-arrow-next {
  position: absolute;
  top: calc(50% + 50px);
  right: 160px;
  height: 80px;
  width: 80px;
  border: 0;
  border-radius: 50%;
  background-color: #4d4d4d;
  -webkit-box-shadow: 0 25px 30px rgba(77, 77, 77, 0.5);
  box-shadow: 0 25px 30px rgba(77, 77, 77, 0.5);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.25s, opacity 0.25s;
  transition: background-color 0.25s, opacity 0.25s; }

@media (max-width: 1029.98px) {
  .home-how-it-works__slider-arrow-next {
    top: 400px;
    right: 25px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 5; } }

.home-how-it-works__slider-arrow-next:hover {
  background-color: #818181; }

.home-how-it-works__slider-arrow-next:active, .home-how-it-works__slider-arrow-next:focus {
  outline: none; }

.home-how-it-works__slider-arrow-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  border: 4px solid rgba(77, 77, 77, 0.33);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: lookAtMeBro 2s infinite;
  animation: lookAtMeBro 2s infinite; }

.home-how-it-works__slider-arrow-next.slick-disabled {
  opacity: 0;
  pointer-events: none; }

@-webkit-keyframes lookAtMeBro {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  20% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); } }

@keyframes lookAtMeBro {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  20% {
    opacity: 1; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); } }

.home-how-it-works__slider-arrow-icon {
  color: #fff;
  font-size: 0.875rem; }

.home-how-it-works__slider-dots .slick-dots {
  margin-left: -13px;
  text-align: left; }

.home-how-it-works__slider-dots .slick-dots li {
  margin: 0 13px; }

.home-how-it-works__slider-dots .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  padding: 0;
  border-radius: 50%;
  color: transparent;
  background-color: #818181;
  opacity: 1;
  -webkit-transition: height 0.25s, width 0.25s, background-color 0.25s;
  transition: height 0.25s, width 0.25s, background-color 0.25s; }

.home-how-it-works__slider-dots .slick-dots li.slick-active button::before {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ee7d00; }

.home-how-it-works__link {
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.home-how-it-works__link:hover {
  border-color: #ee7d00;
  color: #ee7d00;
  text-decoration: none; }

@media (max-width: 1029.98px) {
  .home-how-it-works__link {
    font-size: 0.75rem; } }

.home-seo {
  position: relative;
  padding: 400px 0 100px 0; }

@media (max-width: 1029.98px) {
  .home-seo {
    padding: 80px 0 40px 0;
    overflow: hidden; } }

.home-seo__background-image {
  position: absolute;
  top: -685px;
  right: -275px;
  pointer-events: none;
  z-index: -1; }

@media (max-width: 1339.98px) {
  .home-seo__background-image {
    right: -370px; } }

@media (max-width: 1029.98px) {
  .home-seo__background-image {
    position: relative;
    top: 0;
    right: unset;
    left: -54px;
    height: auto;
    width: 175%; } }

.home-seo__row--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 370px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 115px; }

@media (max-width: 1029.98px) {
  .home-seo__row--content {
    min-height: unset;
    margin-bottom: -168px; } }

.home-seo__row--items {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.home-seo__title {
  margin-bottom: 28px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .home-seo__title {
    font-size: 3rem; } }

.home-seo__text {
  margin-bottom: 56px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 400;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .home-seo__text {
    margin-bottom: 30px; } }

.home-seo__link {
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.home-seo__link:hover {
  border-color: #ee7d00;
  color: #ee7d00;
  text-decoration: none; }

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

@media (max-width: 1029.98px) {
  .home-seo__item {
    margin-bottom: 30px;
    padding: 0 26px; } }

.home-seo__item-circle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%); }

.home-seo__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.home-seo__item-icon::before {
  color: #fff;
  font-size: 50px; }

.home-seo__item-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1rem; }

.home-welcome {
  position: relative; }

@media (max-width: 1029.98px) {
  .home-welcome {
    overflow: hidden; } }

.home-welcome__background-image-box {
  opacity: 0;
  margin-left: -100px;
  -webkit-transition: margin-left .4s ease-in-out, opacity .8s ease-in-out;
  transition: margin-left .4s ease-in-out, opacity .8s ease-in-out; }

.home-welcome__background-image-box--desktop {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.home-welcome__background-image-box.active {
  opacity: 1;
  margin-left: 0px; }

.home-welcome__background-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (max-width: 1339.98px) {
  .home-welcome__background-image {
    left: unset;
    right: -400px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; } }

@media (max-width: 767.98px) {
  .home-welcome__background-image {
    left: unset;
    right: -560px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; } }

@media (max-width: 767.98px) {
  .home-welcome__background-image--mobile {
    left: -130px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.home-welcome__container {
  position: relative;
  min-height: 723px; }

@media (max-width: 1029.98px) {
  .home-welcome__container {
    min-height: 960px; } }

@media (max-width: 479.98px) {
  .home-welcome__container {
    min-height: auto; } }

.home-welcome__container-banner-text {
  visibility: hidden;
  position: relative;
  padding: 155px 0 180px 0; }

@media (max-width: 1499.98px) {
  .home-welcome__container-banner-text {
    padding: 150px 0px 150px 0; } }

@media (max-width: 1029.98px) {
  .home-welcome__container-banner-text {
    padding: 140px 20px 40px 20px;
    margin-bottom: 84px; } }

@media (max-width: 479.98px) {
  .home-welcome__container-banner-text {
    padding: 16px;
    margin-top: 454px;
    margin-bottom: 0px; } }

.home-welcome__container-banner-text.pos-relative {
  position: relative !important; }

.home-welcome__content {
  opacity: 0;
  left: 100px;
  position: absolute;
  -webkit-transition: left .4s ease-in-out, opacity .8s ease-in-out;
  transition: left .4s ease-in-out, opacity .8s ease-in-out; }

.home-welcome__content.active {
  opacity: 1;
  left: 0px;
  visibility: visible; }

@media (max-width: 1029.98px) {
  .home-welcome__content {
    position: relative;
    height: 0px;
    display: none;
    margin-bottom: 24px; }
  .home-welcome__content.active {
    height: auto;
    display: block; } }

.home-welcome__title {
  margin-bottom: 36px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.65625rem + 3.88889vw);
  line-height: 1.10em; }

@media (min-width: 1170px) {
  .home-welcome__title {
    font-size: 4.5rem; } }

@media (max-width: 1499.98px) {
  .home-welcome__title {
    font-size: calc(1.59375rem + 3.2906vw); } }

@media (max-width: 1499.98px) and (min-width: 1170px) {
  .home-welcome__title {
    font-size: 4rem; } }

.home-welcome__subtitle {
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .home-welcome__subtitle {
    font-size: 2rem; } }

.home-welcome__clause {
  color: #4d4d4d;
  margin-top: 40px; }

@media (max-width: 1029.98px) {
  .home-welcome__clause {
    margin-top: 10px; } }

.home-welcome__search-box {
  min-height: 211px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  -webkit-box-shadow: -4px 8px 48px rgba(77, 77, 77, 0.16);
  box-shadow: -4px 8px 48px rgba(77, 77, 77, 0.16);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 25; }

@media (max-width: 1029.98px) {
  .home-welcome__search-box {
    position: relative;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: 0;
    width: 100%; } }

.home-welcome__search-box-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 15; }

.home-welcome__search-box-loader--white {
  background: unset;
  background-color: rgba(255, 255, 255, 0.75); }

.home-welcome__search-box-loader.is-hidden {
  opacity: 0;
  pointer-events: none; }

.home-welcome__search-box-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .home-welcome__search-box-title {
    font-size: 1.5rem; } }

.home-welcome__search-box-link {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 0.75rem; }

.home-welcome__search-box-link:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none; }

.home-welcome__search-box-link-icon {
  margin-right: 5px;
  vertical-align: top;
  font-size: 0.75rem; }

.home-welcome__row-custom {
  margin-top: 26px;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-welcome__row-custom .col-24 {
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1340px) {
  .home-welcome__row-custom--head {
    margin-left: 60px; } }

.home-welcome__row-custom p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 24px; }

@media (max-width: 1339.98px) {
  .home-welcome__row-custom p {
    font-size: 20px; } }

@media (max-width: 1029.98px) {
  .home-welcome__row-custom p {
    font-size: 18px; } }

@media (max-width: 1339.98px) {
  .home-welcome__row-custom {
    row-gap: 16px; } }

@media (max-width: 1029.98px) {
  .home-welcome__row-custom {
    margin-right: -4px;
    margin-left: -4px; } }

.home-welcome__col-custom {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }

.home-welcome__col-custom--with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.home-welcome__col-custom--with-button .btn {
  max-width: 229px; }

@media (min-width: 1340px) {
  .home-welcome__col-custom--with-button .btn {
    max-width: 70px; } }

@media (max-width: 1029.98px) {
  .home-welcome__col-custom--with-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .home-welcome__col-custom--with-button .btn {
    max-width: 100%; } }

.home-welcome__form-group {
  position: relative;
  margin-bottom: 0; }

@media (max-width: 1029.98px) {
  .home-welcome__form-group {
    margin-bottom: 16px; } }

.home-welcome__form-group.show .home-welcome__pricing-button::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.home-welcome .select2-container--default .select2-selection--single,
.home-welcome .select2-container--default .select2-selection--multiple, .home-welcome__input, .home-welcome__pricing-button {
  height: 64px;
  padding-left: 24px;
  border: 0;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.home-welcome .select2-container--default .select2-selection--single:focus, .home-welcome .select2-container--default .select2-selection--single:active,
.home-welcome .select2-container--default .select2-selection--multiple:focus,
.home-welcome .select2-container--default .select2-selection--multiple:active, .home-welcome__input:focus, .home-welcome__pricing-button:focus, .home-welcome__input:active, .home-welcome__pricing-button:active {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.home-welcome .select2-container--default .select2-selection--single::-webkit-input-placeholder, .home-welcome .select2-container--default .select2-selection--multiple::-webkit-input-placeholder, .home-welcome__input::-webkit-input-placeholder, .home-welcome__pricing-button::-webkit-input-placeholder {
  color: #9b9b9b; }

.home-welcome .select2-container--default .select2-selection--single::-moz-placeholder, .home-welcome .select2-container--default .select2-selection--multiple::-moz-placeholder, .home-welcome__input::-moz-placeholder, .home-welcome__pricing-button::-moz-placeholder {
  color: #9b9b9b; }

.home-welcome .select2-container--default .select2-selection--single:-ms-input-placeholder, .home-welcome .select2-container--default .select2-selection--multiple:-ms-input-placeholder, .home-welcome__input:-ms-input-placeholder, .home-welcome__pricing-button:-ms-input-placeholder {
  color: #9b9b9b; }

.home-welcome .select2-container--default .select2-selection--single::-ms-input-placeholder, .home-welcome .select2-container--default .select2-selection--multiple::-ms-input-placeholder, .home-welcome__input::-ms-input-placeholder, .home-welcome__pricing-button::-ms-input-placeholder {
  color: #9b9b9b; }

.home-welcome .select2-container--default .select2-selection--single::placeholder,
.home-welcome .select2-container--default .select2-selection--multiple::placeholder, .home-welcome__input::placeholder, .home-welcome__pricing-button::placeholder {
  color: #9b9b9b; }

.home-welcome .select2-container--default .select2-selection--single--inside-dropdown,
.home-welcome .select2-container--default .select2-selection--multiple--inside-dropdown, .home-welcome__input--inside-dropdown {
  height: 38px;
  padding-left: 8px;
  padding-right: 0;
  border: 1px solid #b5b5b5;
  border-right: 0;
  font-weight: 400; }

.home-welcome .select2-container--default .select2-selection--single--inside-dropdown:active, .home-welcome .select2-container--default .select2-selection--single--inside-dropdown:focus,
.home-welcome .select2-container--default .select2-selection--multiple--inside-dropdown:active,
.home-welcome .select2-container--default .select2-selection--multiple--inside-dropdown:focus, .home-welcome__input--inside-dropdown:active, .home-welcome__input--inside-dropdown:focus {
  border-color: #b5b5b5; }

.home-welcome .select2-container .select2-selection--single .select2-selection__rendered,
.home-welcome .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0; }

.home-welcome .select2-container--default .select2-selection--single .select2-selection__rendered,
.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 64px;
  color: #4d4d4d; }

.home-welcome .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear,
.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  left: 10px;
  color: #ee7d00; }

.home-welcome .select2-container--default .select2-selection--single .select2-selection__arrow,
.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  right: 16px;
  height: 64px; }

.home-welcome .select2-container--default .select2-selection--single .select2-selection__arrow b,
.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-color: #4d4d4d transparent transparent transparent; }

.home-welcome .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.home-welcome .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent; }

.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ',';
  margin-right: 3px; }

.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-last-child(2)::after {
  content: ''; }

.home-welcome .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  color: #b5b5b5;
  font-family: "Silka", sans-serif;
  font-weight: 500; }

@media (max-width: 1029.98px) {
  .home-welcome .select2-container .select2-search--inline .select2-search__field {
    min-width: 50vw; } }

.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0; }

.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.home-welcome .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  display: none; }

.home-welcome__input-suffix {
  padding-left: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  background-color: #fff; }

.home-welcome__input-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4d4d4d;
  pointer-events: none;
  font-size: 0.75rem; }

.home-welcome__pricing-button {
  width: 100%;
  background-color: #fff;
  color: #9b9b9b;
  text-align: left;
  -webkit-transition: color 0.25s, padding-left 0.25s;
  transition: color 0.25s, padding-left 0.25s; }

.home-welcome__pricing-button:hover {
  color: #9b9b9b; }

.home-welcome__pricing-button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #4d4d4d; }

.home-welcome__pricing-button.is-filled {
  color: #4d4d4d;
  padding-left: 16px; }

.home-welcome__pricing-dropdown {
  min-width: 100%;
  margin-top: 0;
  padding: 16px;
  border: 1px solid #f3f3f4;
  border-radius: 0;
  background-color: #fff; }

.home-widget {
  padding: 60px 0px 120px 0px; }

@media (max-width: 1029.98px) {
  .home-widget {
    padding: 40px 10px 80px 0px; } }

.investment-about {
  padding-top: 120px;
  margin-bottom: 160px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .investment-about {
    padding-top: 60px;
    margin-bottom: 60px; } }

.investment-about__container {
  position: relative; }

.investment-about__container::before, .investment-about__container::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 500px;
  background-color: #fff;
  z-index: 25;
  display: block; }

.investment-about__container::before {
  left: -280px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.investment-about__container::after {
  right: -280px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.investment-about__background-image-box {
  position: relative;
  float: right;
  margin-right: 56px; }

@media (max-width: 1029.98px) {
  .investment-about__background-image-box {
    margin-left: -24px;
    margin-right: 0;
    float: unset; } }

.investment-about__background-image-layer--1 {
  position: relative;
  z-index: 5; }

.investment-about__background-image-layer--2 {
  position: absolute;
  top: -120px;
  right: -210px;
  height: 908px;
  width: 904px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .investment-about__background-image-layer--2 {
    top: 0;
    right: unset;
    left: 15vw;
    height: auto;
    width: 100%; } }

@media (max-width: 1029.98px) {
  .investment-about__background-image {
    height: auto;
    width: 100%; } }

.investment-about__background-image--1 {
  clip-path: polygon(0 0%, 100% 0%, 65% 100%, 0% 100%); }

.investment-about__background-image--2 {
  height: 100%;
  width: auto;
  opacity: 0.15; }

@media (max-width: 1029.98px) {
  .investment-about__background-image--2 {
    position: absolute;
    top: 0;
    left: 0; } }

.investment-about__background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto; }

@media (max-width: 1029.98px) {
  .investment-about__background-image-overlay {
    position: relative;
    height: auto;
    width: 100%; } }

.investment-about__image-box {
  position: relative;
  float: right; }

.investment-about__image-box--center-right {
  float: left;
  clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 0% 100%); }

@media (max-width: 1029.98px) {
  .investment-about__image-box--center-right {
    margin-bottom: 32px;
    float: initial;
    clip-path: unset; } }

.investment-about__image-box--center-merged-left {
  margin-right: -9px;
  clip-path: polygon(0 0%, 100% 0%, 71% 100%, 0% 100%); }

@media (max-width: 1029.98px) {
  .investment-about__image-box--center-merged-left {
    margin-right: 0;
    margin-bottom: 0;
    clip-path: unset; } }

.investment-about__image-box--center-merged-right {
  float: left;
  margin-left: -304px;
  clip-path: polygon(23% 0%, 100% 0%, 100% 100%, 3% 100%); }

@media (max-width: 1029.98px) {
  .investment-about__image-box--center-merged-right {
    margin-left: 0;
    margin-bottom: 0;
    float: initial;
    clip-path: unset; } }

.investment-about__image-box--center-left {
  margin-right: -23px;
  clip-path: polygon(0 0%, 100% 0%, 61% 100%, 0% 100%); }

@media (max-width: 1499.98px) {
  .investment-about__image-box--center-left {
    margin-right: -2px; } }

@media (max-width: 1339.98px) {
  .investment-about__image-box--center-left {
    margin-right: 40px; } }

@media (max-width: 1029.98px) {
  .investment-about__image-box--center-left {
    margin-right: 0;
    margin-bottom: 32px;
    clip-path: unset; } }

.investment-about__image {
  position: relative;
  z-index: 5; }

@media (max-width: 1029.98px) {
  .investment-about__image {
    height: auto;
    max-width: 100%; } }

.investment-about__image-overlay {
  position: absolute;
  top: -170px;
  left: 140px;
  height: 840px;
  width: 900px;
  pointer-events: none; }

.investment-about__image-link:hover .investment-about__image-link-play {
  background-color: rgba(255, 255, 255, 0.48); }

.investment-about__image-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  z-index: 5; }

.investment-about__image-link-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.investment-about__image-link-play-icon {
  color: #fff;
  line-height: 1;
  font-size: 1.25rem; }

.investment-about__title {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .investment-about__title {
    font-size: 3rem; } }

@media (max-width: 1029.98px) {
  .investment-about__title {
    margin-bottom: 32px; } }

.investment-about__title--smaller {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .investment-about__title--smaller {
    font-size: 2rem; } }

@media (max-width: 1029.98px) {
  .investment-about__title--smaller {
    margin-bottom: 32px; } }

.investment-about__pretitle {
  margin-bottom: 16px;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.investment-about__text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .investment-about__text {
    margin-bottom: 32px; } }

.investment-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.investment-about__item-icon-image {
  margin-right: 16px; }

.investment-about__item-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  text-align: left;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .investment-about__item-title {
    font-size: 0.75rem; } }

@media (max-width: 1029.98px) {
  .investment-about__slider {
    margin-right: -19px;
    margin-bottom: 32px; } }

@media (max-width: 1029.98px) {
  .investment-about__slider .slick-list {
    padding: 0 12% 0 0;
    overflow: unset; } }

.investment-about__slide {
  position: relative;
  overflow: hidden; }

.investment-about__slide:hover::after {
  top: -250px; }

@media (max-width: 1029.98px) {
  .investment-about__slide {
    margin-right: 8px;
    height: 410px; } }

.investment-about__slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 350px);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#171219));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #171219 100%);
  -webkit-transition: top 0.25s;
  transition: top 0.25s; }

.investment-about__slide-image {
  min-width: 100%; }

@media (max-width: 1029.98px) {
  .investment-about__slide-image {
    height: 410px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; } }

.investment-about__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 40px 90px 0 40px;
  z-index: 5;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: bottom 0.25s;
  transition: bottom 0.25s; }

@media (max-width: 1499.98px) {
  .investment-about__slide-content {
    padding: 30px 30px 0 30px; } }

.investment-about__slide-title {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .investment-about__slide-title {
    font-size: 2rem; } }

.investment-about__slide-text {
  margin-bottom: 26px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .investment-about__slide-text {
    margin-bottom: 18px;
    font-size: 0.875rem; } }

.investment-about__slide-link {
  display: inline-block;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

@media (max-width: 1499.98px) {
  .investment-about__slide-link {
    margin-bottom: 24px; } }

.investment-about__slide-link:hover {
  color: #ee7d00;
  text-decoration: none; }

.investment-about__modal-content {
  border: 0;
  border-radius: 0; }

.investment-about__modal-header {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  border: 0;
  z-index: 5; }

.investment-about__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  opacity: 1; }

.investment-about__modal-close:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1 !important; }

.investment-about__modal-close span {
  font-size: 1rem; }

.investment-about__modal-body {
  padding: 0; }

.investment-gallery {
  padding-bottom: 175px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .investment-gallery {
    padding-bottom: 80px; } }

.investment-gallery__title {
  margin-bottom: 32px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .investment-gallery__title {
    font-size: 3rem; } }

.investment-gallery__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 0;
  background-color: rgba(233, 233, 233, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: background-color 0.25s, opacity 0.25s;
  transition: background-color 0.25s, opacity 0.25s; }

.investment-gallery__arrow:hover {
  background-color: rgba(255, 255, 255, 0.75); }

@media (max-width: 1029.98px) {
  .investment-gallery__arrow {
    height: 60px;
    width: 60px; } }

.investment-gallery__arrow--left {
  left: 0; }

.investment-gallery__arrow--right {
  right: 0; }

.investment-gallery__arrow.slick-disabled {
  opacity: 0;
  pointer-events: none; }

.investment-gallery__arrow-icon {
  color: #4d4d4d;
  line-height: 1;
  font-size: 1rem; }

.investment-gallery__arrow-icon--left::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.investment-gallery__slide-image {
  height: auto;
  max-width: 100%; }

.investment-header {
  position: relative; }

.investment-header__section-box {
  position: relative;
  overflow: hidden; }

.investment-header__breadcrumbs {
  position: absolute;
  top: 144px;
  left: 0;
  z-index: 5; }

@media (max-width: 1029.98px) {
  .investment-header__breadcrumbs {
    top: 100px; } }

.investment-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.investment-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.investment-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.investment-header__breadcrumbs-icon {
  line-height: 1; }

.investment-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.investment-header__background-image-box {
  position: relative;
  text-align: center; }

@media (max-width: 1029.98px) {
  .investment-header__background-image-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto; } }

@media (max-width: 767.98px) {
  .investment-header__background-image-box {
    position: relative;
    height: 600px;
    width: 100%; } }

@media (max-width: 400px) {
  .investment-header__background-image-box {
    height: 420px; } }

.investment-header__background-image-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)); }

.investment-header__background-image--desktop {
  max-width: 100%;
  height: auto; }

@media (max-width: 1029.98px) {
  .investment-header__background-image--desktop {
    min-height: 540px;
    min-width: 100%;
    max-width: 150%; } }

.investment-header__background-image--mobile {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (max-width: 400px) {
  .investment-header__background-image--mobile {
    height: 420px; } }

.investment-header__container-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%; }

@media (max-width: 1029.98px) {
  .investment-header__container-box {
    position: initial;
    padding-top: 520px; } }

@media (max-width: 767.98px) {
  .investment-header__container-box {
    padding-top: 0; } }

.investment-header__bar {
  position: relative;
  height: 327px;
  padding: 25px 0 64px 0;
  background-color: rgba(255, 255, 255, 0.9); }

@media (max-width: 1029.98px) {
  .investment-header__bar {
    height: auto;
    padding: 0 16px 32px 16px;
    background-color: #fff; } }

@media (max-width: 767.98px) {
  .investment-header__bar {
    padding: 0;
    padding-bottom: 32px; } }

.investment-header__bar::before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% + 223px);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

@media (max-width: 1029.98px) {
  .investment-header__bar::before {
    display: block;
    background-color: #fff; } }

@media (max-width: 835px) {
  .investment-header__bar::before {
    height: 100%; } }

.investment-header__bar::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@media (max-width: 1029.98px) {
  .investment-header__bar::after {
    height: calc(100% + 348px);
    background-color: #fff; } }

@media (max-width: 835px) {
  .investment-header__bar::after {
    height: 100%; } }

.investment-header__watch-video-link {
  padding: 10px 12px 6px 12px;
  border: 1px solid;
  border-radius: 16px;
  color: #ee7d00;
  margin-bottom: 16px;
  display: inline-block;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  font-size: 1rem; }

.investment-header__watch-video-link:hover {
  color: #ee7d00;
  text-decoration: none; }

@media (max-width: 1029.98px) {
  .investment-header__watch-video-link {
    margin-top: 24px; } }

.investment-header__bar-v {
  position: absolute;
  right: -48px;
  bottom: 0; }

.investment-header__bar-v-mobile-box {
  display: none;
  position: absolute;
  top: -100px;
  left: -32px;
  height: auto;
  width: calc(100% + 64px);
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%); }

@media (max-width: 1029.98px) {
  .investment-header__bar-v-mobile-box {
    display: block; } }

.investment-header__bar-v-mobile-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(99%);
  -ms-transform: translateY(99%);
  transform: translateY(99%); }

.investment-header__bar-v-mobile {
  height: auto;
  width: 100%; }

@media (max-width: 1029.98px) {
  .investment-header__year-and-title {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

.investment-header__year {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

.investment-header__title {
  margin-bottom: 24px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.5625rem + 2.99145vw); }

@media (min-width: 1170px) {
  .investment-header__title {
    font-size: 3.75rem; } }

.investment-header__subtitle {
  margin-bottom: 16px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

.investment-header__text {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .investment-header__text {
    margin-bottom: 16px; } }

.investment-header__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px; }

.investment-header__info-value {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .investment-header__info-value {
    font-size: 2rem; } }

.investment-header__info-label {
  margin-bottom: 0;
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.investment-header__menu-bar-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 90;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

@media (max-width: 1029.98px) {
  .investment-header__menu-bar-box {
    display: none; } }

.investment-header__menu-bar-box.is-fixed {
  position: fixed;
  top: 90px;
  bottom: unset;
  background-color: #f2f2f2;
  -webkit-box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08);
  box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08);
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.investment-header__menu-bar-box.is-fixed .investment-header__menu-bar {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.investment-header__menu-bar-box.is-fixed .investment-header__menu-bar-item {
  padding: 20px 16px;
  font-weight: 400;
  background-color: #f2f2f2; }

.investment-header__menu-bar {
  width: 100%;
  -webkit-box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08);
  box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08); }

.investment-header__menu-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 28px 16px;
  border: 0;
  background-color: #fff;
  color: #575757;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.25s padding 0.25s, background-color 0.25s;
  transition: color 0.25s padding 0.25s, background-color 0.25s;
  font-size: 1rem; }

.investment-header__menu-bar-item:hover {
  color: #ee7d00; }

.investment-header__menu-bar-item:focus, .investment-header__menu-bar-item:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.investment-header__menu-bar-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.investment-header__menu-bar-item.active::after {
  background-color: #ee7d00; }

.investment-header__modal-content {
  border: 0;
  border-radius: 0; }

.investment-header__modal-header {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  border: 0;
  z-index: 5; }

.investment-header__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  opacity: 1; }

.investment-header__modal-close:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1 !important; }

.investment-header__modal-close span {
  font-size: 1rem; }

.investment-header__modal-body {
  padding: 0; }

.investment-map__wrapper {
  position: relative;
  overflow: hidden; }

.investment-map__wrapper--legend {
  padding: 32px 0 16px 0; }

.investment-map__map-box {
  overflow: hidden; }

.investment-map__map-cover-box {
  position: relative;
  height: 547px;
  z-index: 10; }

.investment-map__map-cover-box-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(75%);
  filter: brightness(75%); }

.investment-map__map-cover-box-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 25; }

.investment-map__legend-title {
  margin-bottom: 24px;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

.investment-map__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-family: "Silka", sans-serif;
  line-height: 1;
  font-size: 1.125rem; }

.investment-map__legend-item-icon {
  height: 32px;
  width: 32px;
  margin-right: 16px; }

@media (max-width: 767.98px) {
  .investment-map__legend-item-icon {
    margin-right: 8px; } }

.investment-others {
  margin-top: 80px;
  margin-bottom: 160px; }

.investment-others__title {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .investment-others__title {
    font-size: 3rem; } }

.investment-others__item {
  display: block;
  position: relative;
  overflow: hidden; }

.investment-others__item:hover .investment-others__item-background-image-box::after {
  opacity: 0.7; }

.investment-others__item:hover .investment-others__item-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.investment-others__item:hover .investment-others__item-title {
  margin-bottom: 16px; }

.investment-others__item-background-image-box {
  position: relative; }

@media (max-width: 767.98px) {
  .investment-others__item-background-image-box {
    height: 100%;
    max-width: unset; } }

.investment-others__item-background-image-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.investment-others__item-background-image {
  height: auto;
  max-width: 100%;
  opacity: 0.7; }

.investment-others__item-background-image--mobile {
  height: auto;
  width: 100%; }

.investment-others__item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 40px;
  text-align: center;
  -webkit-transform: translateY(125px);
  -ms-transform: translateY(125px);
  transform: translateY(125px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s; }

@media (max-width: 767.98px) {
  .investment-others__item-content {
    -webkit-transform: translateY(148px);
    -ms-transform: translateY(148px);
    transform: translateY(148px); } }

.investment-others__item-icon-plus-box {
  display: inline-block;
  position: relative;
  height: 32px;
  width: 32px;
  margin-bottom: 5px;
  border: 2px solid #fff;
  border-radius: 50%; }

@media (max-width: 1029.98px) {
  .investment-others__item-icon-plus-box {
    margin-bottom: 0; } }

.investment-others__item-icon-plus {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.75rem; }

.investment-others__item-title {
  margin-bottom: 48px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transition: margin-bottom 0.25s;
  transition: margin-bottom 0.25s;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .investment-others__item-title {
    font-size: 2rem; } }

.investment-others__item-specification-box {
  margin-bottom: 32px; }

.investment-others__item-specification {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .investment-others__item-specification {
    width: 100%; } }

.investment-others__item-specification:not(:last-of-type) {
  margin-right: 34px; }

@media (max-width: 767.98px) {
  .investment-others__item-specification:not(:last-of-type) {
    margin-right: 0; } }

.investment-others__item-specification span {
  font-weight: 700; }

.investment-others__item-link {
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1rem; }

.investment-others__item-link:hover {
  color: #ee7d00;
  text-decoration: none; }

.investment-search3d {
  padding-bottom: 80px; }

@media (max-width: 1029.98px) {
  .investment-search3d {
    display: none; } }

.investment-search3d__title {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .investment-search3d__title {
    font-size: 3rem; } }

.landing-contest-contact {
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .landing-contest-contact {
    margin-bottom: -32px; } }

.landing-contest-contact__background-image {
  position: absolute;
  left: -20px;
  bottom: -1px;
  pointer-events: none; }

@media (max-width: 1029.98px) {
  .landing-contest-contact__background-image {
    position: relative;
    left: unset;
    bottom: unset;
    height: auto;
    width: calc(100% + 23px);
    margin-bottom: 48px;
    pointer-events: all; } }

.landing-contest-contact__content {
  padding: 25px 0 95px 0; }

@media (max-width: 1029.98px) {
  .landing-contest-contact__content {
    padding: 0; } }

.landing-contest-contact__title {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .landing-contest-contact__title {
    font-size: 3rem; } }

.landing-contest-contact__text {
  margin-bottom: 50px;
  color: #575757;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.landing-contest-contact__form-group {
  position: relative; }

.landing-contest-contact__form-group--checkbox {
  margin-bottom: 16px; }

.landing-contest-contact__form-group--checkbox:last-of-type {
  margin-bottom: 42px; }

.landing-contest-contact__form-group-description {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .landing-contest-contact__form-group-description {
    font-size: 1.5rem; } }

.landing-contest-contact__form-group-description--highlighted {
  color: #ee7d00;
  font-weight: 500;
  margin-bottom: 44px;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .landing-contest-contact__form-group-description--highlighted {
    font-size: 2rem; } }

.landing-contest-contact__label {
  position: absolute;
  top: 32px;
  left: 24px;
  padding: 5px 10px;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: top 0.25s, left 0.25s, font-size 0.25s;
  transition: top 0.25s, left 0.25s, font-size 0.25s;
  pointer-events: none;
  font-size: 1rem; }

.landing-contest-contact__input {
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 32px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.landing-contest-contact__input:hover {
  border-color: #818181; }

.landing-contest-contact__input:focus, .landing-contest-contact__input:active {
  border-color: #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none; }

.landing-contest-contact__input:focus + label, .landing-contest-contact__input:active + label {
  top: 0;
  left: 30px;
  font-size: 0.75rem; }

.landing-contest-contact__input.not-empty + label {
  top: 0;
  left: 30px;
  font-size: 0.75rem; }

.landing-contest-contact__input--textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  resize: none; }

.landing-contest-contact__input--with-instruction {
  margin-bottom: 16px; }

.landing-contest-contact__input-instruction {
  display: block;
  text-align: right;
  margin-bottom: 48px;
  font-size: 0.75rem; }

.landing-contest-contact .select2-container--default .select2-selection--single,
.landing-contest-contact .select2-container--default .select2-selection--multiple, .landing-contest-contact__select-input {
  height: 48px;
  padding-left: 24px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.landing-contest-contact .select2-container--default .select2-selection--single:focus, .landing-contest-contact .select2-container--default .select2-selection--single:active,
.landing-contest-contact .select2-container--default .select2-selection--multiple:focus,
.landing-contest-contact .select2-container--default .select2-selection--multiple:active, .landing-contest-contact__select-input:focus, .landing-contest-contact__select-input:active {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.landing-contest-contact .select2-container--default .select2-selection--single::-webkit-input-placeholder, .landing-contest-contact .select2-container--default .select2-selection--multiple::-webkit-input-placeholder, .landing-contest-contact__select-input::-webkit-input-placeholder {
  color: #9b9b9b; }

.landing-contest-contact .select2-container--default .select2-selection--single::-moz-placeholder, .landing-contest-contact .select2-container--default .select2-selection--multiple::-moz-placeholder, .landing-contest-contact__select-input::-moz-placeholder {
  color: #9b9b9b; }

.landing-contest-contact .select2-container--default .select2-selection--single:-ms-input-placeholder, .landing-contest-contact .select2-container--default .select2-selection--multiple:-ms-input-placeholder, .landing-contest-contact__select-input:-ms-input-placeholder {
  color: #9b9b9b; }

.landing-contest-contact .select2-container--default .select2-selection--single::-ms-input-placeholder, .landing-contest-contact .select2-container--default .select2-selection--multiple::-ms-input-placeholder, .landing-contest-contact__select-input::-ms-input-placeholder {
  color: #9b9b9b; }

.landing-contest-contact .select2-container--default .select2-selection--single::placeholder,
.landing-contest-contact .select2-container--default .select2-selection--multiple::placeholder, .landing-contest-contact__select-input::placeholder {
  color: #9b9b9b; }

.landing-contest-contact .select2-container .select2-selection--single .select2-selection__rendered,
.landing-contest-contact .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0; }

.landing-contest-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 48px;
  color: #4d4d4d; }

.landing-contest-contact .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear,
.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  left: 10px;
  color: #ee7d00; }

.landing-contest-contact .select2-container--default .select2-selection--single .select2-selection__arrow,
.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  right: 16px;
  height: 48px; }

.landing-contest-contact .select2-container--default .select2-selection--single .select2-selection__arrow b,
.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-color: #4d4d4d transparent transparent transparent; }

.landing-contest-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.landing-contest-contact .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent #4d4d4d transparent; }

.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ',';
  margin-right: 3px; }

.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-last-child(2)::after {
  content: ''; }

.landing-contest-contact .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  color: #b5b5b5;
  font-family: "Silka", sans-serif;
  font-weight: 500; }

@media (max-width: 1029.98px) {
  .landing-contest-contact .select2-container .select2-search--inline .select2-search__field {
    min-width: 50vw; } }

.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0; }

.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.landing-contest-contact .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  display: none; }

.landing-contest-contact__checkbox-input {
  opacity: 0;
  position: absolute; }

.landing-contest-contact__checkbox-input + label {
  opacity: 1;
  position: relative;
  margin: 0;
  padding-left: 30px;
  cursor: pointer; }

.landing-contest-contact__checkbox-input + label:after {
  content: ""; }

.landing-contest-contact__checkbox-input + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #b5b5b5; }

.landing-contest-contact__checkbox-input + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  color: #4d4d4d;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.landing-contest-contact__checkbox-input:checked + label::after {
  opacity: 1; }

.landing-contest-contact__checkbox-label {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  text-align: justify;
  line-height: 16px;
  font-size: 0.75rem; }

.landing-contest-contact__checkbox-label a {
  color: #ee7d00;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.landing-contest-contact__checkbox-label a:hover {
  color: #ffb400;
  text-decoration: none; }

.landing-contest-contact__error-message {
  margin-top: 16px;
  padding: 16px 24px;
  color: #f00;
  border: 1px solid #f7adb4;
  background-color: rgba(247, 173, 180, 0.15);
  font-weight: 500; }

.landing-contest-contact__g-recaptcha {
  padding-left: 30px; }

@media (max-width: 1029.98px) {
  .landing-contest-contact__g-recaptcha {
    padding-left: 0; } }

.landing-contest-header {
  padding: 220px 0 25px 0;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .landing-contest-header {
    padding: 0 0 40px 0; } }

.landing-contest-header__brand {
  margin-top: 28px;
  position: absolute;
  top: 0;
  z-index: 3; }

@media (max-width: 1029.98px) {
  .landing-contest-header__brand {
    margin-top: 8px; } }

.landing-contest-header__title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  z-index: 1;
  position: relative;
  font-size: calc(1.64844rem + 3.8141vw); }

@media (min-width: 1170px) {
  .landing-contest-header__title {
    font-size: 4.4375rem; } }

.landing-contest-header__title span {
  color: #ee7d00; }

.landing-contest-header__text {
  margin-bottom: 80px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  z-index: 1;
  position: relative;
  font-size: calc(1.32813rem + 0.74786vw); }

@media (min-width: 1170px) {
  .landing-contest-header__text {
    font-size: 1.875rem; } }

@media (max-width: 1029.98px) {
  .landing-contest-header__text {
    margin-bottom: 40px; } }

.landing-contest-header__background-image {
  position: absolute;
  top: -220px;
  right: -390px;
  z-index: 0; }

@media (max-width: 1029.98px) {
  .landing-contest-header__background-image {
    position: relative;
    top: unset;
    right: -10%;
    height: auto;
    width: 100%; } }

@media (max-width: 1029.98px) {
  .landing-contest-header__item {
    padding: 0 16px;
    margin-bottom: 32px; } }

.landing-contest-header__item-circle {
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ee7d00));
  background-image: linear-gradient(0deg, #ffb400, #ee7d00); }

.landing-contest-header__item-circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 64px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.landing-contest-header__item-circle-icon:nth-child(3n) {
  font-size: 50px !important; }

.landing-contest-header__item-title {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1rem; }

.lp-contact-form {
  padding: 200px 0px;
  background-size: cover;
  position: relative; }

.lp-contact-form .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff; }

.lp-contact-form .row h1 {
  font-size: 3.5rem;
  overflow-wrap: anywhere; }

@media (max-width: 1339.98px) {
  .lp-contact-form .row h1 {
    font-size: 2rem; } }

.lp-contact-form__background--dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35); }

.lp-contact-form .form-group label p {
  color: #fff; }

.landing-rabat {
  padding: 100px 0 10px 0; }

@media (max-width: 1029.98px) {
  .landing-rabat {
    padding: 80px 0; } }

.landing-rabat-tab {
  padding: 50px 0 10px 0; }

.landing-rabat .home-seo__row--content {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px; }

.landing-rabat .home-seo__row--content img {
  position: relative;
  top: 0;
  max-width: 100%; }

.landing-rabat .home-seo__link {
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  background-size: 1px 200px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1);
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s; }

@media (max-width: 767.98px) {
  .landing-rabat .home-seo__link {
    padding: 5px 10px;
    font-size: .85rem; } }

.landing-rabat .home-seo__link:hover {
  -webkit-box-shadow: 0 15px 20px -5px rgba(23, 18, 25, 0.12);
  box-shadow: 0 15px 20px -5px rgba(23, 18, 25, 0.12);
  text-decoration: none; }

.landing-rabat .home-seo__link span::before {
  display: none; }

.landing-rabat .home-seo__background-image {
  left: 0px;
  max-width: 125%; }

.landing-rabat.about-seo .flex-row, .landing-rabat.about-seo .flex-row-reverse {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.landing-rabat.about-seo .flex-row:not(:first-of-type), .landing-rabat.about-seo .flex-row-reverse:not(:first-of-type) {
  padding-top: 120px; }

@media (min-width: 1030px) {
  .landing-rabat.about-seo .flex-row-reverse {
    text-align: right; } }

.landing-rabat .about-seo .flex-row, .landing-rabat .about-seo .flex-row-reverse {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 1339.98px) {
  .landing-rabat .about-seo__item--img {
    margin-top: 40px; } }

.landing-rabat .about-seo__item--img img {
  max-width: 100%; }

@media (max-width: 1029.98px) {
  .landing-rabat .about-seo__item--slider {
    margin-top: 25px;
    min-height: 300px; } }

.landing-rabat .about-seo__item--slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  margin-left: 25px;
  -webkit-transition: opacity .5s, margin-left .5s;
  transition: opacity .5s, margin-left .5s; }

.landing-rabat .about-seo__item--slider .slide.active {
  opacity: 1;
  margin-left: 0px; }

.landing-rabat .about-seo__item--slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.landing-rabat .about-seo__item--slider__prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.landing-rabat .about-seo__item--slider-controls {
  position: absolute;
  bottom: -35px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  color: #4d4d4d;
  font-size: 20px;
  z-index: 10; }

.landing-rabat .about-seo__item--slider-controls .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.landing-rabat .about-seo__item--slider-controls .icon:hover {
  cursor: pointer; }

.landing-rabat .about-seo__item--text p {
  margin-bottom: 24px;
  color: #4d4d4d; }

.landing-rabat__content {
  color: #4d4d4d; }

.landing-rabat__starred-content a {
  color: #ee7d00; }

.landing-rabat__starred-content {
  position: relative;
  padding-left: 50px;
  color: #ee7d00; }

.landing-rabat__starred-content::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #ee7d00;
  content: ''; }

.landing-rabat__partners--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 40px 0px;
  text-align: center; }

.landing-rabat__partners--title h2, .landing-rabat__partners--title b, .landing-rabat__partners--title strong {
  color: #4d4d4d;
  margin-bottom: 0px; }

.landing-rabat__partners--title h2 {
  font-weight: normal; }

.landing-rabat__partners--title button {
  position: relative;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  background-size: 1px 200px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.25);
  box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.25);
  -webkit-transition: all .4s;
  transition: all .4s; }

.landing-rabat__partners--title button:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1);
  box-shadow: 0 3px 6px 0 rgba(23, 18, 25, 0.1); }

.landing-rabat__partners--cards {
  max-height: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden; }

.landing-rabat__partners--cards.active {
  max-height: 99999px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  overflow: inherit; }

@media (max-width: 1029.98px) {
  .local-3dwalk {
    margin-bottom: 64px; } }

.local-3dwalk__title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-3dwalk__title {
    font-size: 3rem; } }

.local-3dwalk__text {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .local-3dwalk__text {
    margin-bottom: 32px; } }

.local-3dwalk__link {
  display: inline-block;
  margin-top: 8px;
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.local-3dwalk__link:hover {
  border-color: #ee7d00;
  color: #ee7d00;
  text-decoration: none; }

.local-3dwalk__modal {
  padding: 0 !important; }

.local-3dwalk__modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0; }

.local-3dwalk__modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.local-3dwalk__modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 48px; }

@media (max-width: 1339.98px) {
  .local-3dwalk__modal-header {
    padding: 24px 16px; } }

.local-3dwalk__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  width: 56px;
  margin: 0 !important;
  margin-left: auto !important;
  padding: 0 !important;
  border-radius: 50%;
  background-color: rgba(233, 233, 233, 0.8) !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1; }

.local-3dwalk__modal-close:hover {
  background-color: rgba(233, 233, 233, 0.95) !important;
  opacity: 1 !important; }

.local-3dwalk__modal-close span {
  font-size: 1rem; }

.local-3dwalk__modal-body {
  padding: 16px 32px;
  overflow-y: auto; }

@media (max-width: 1339.98px) {
  .local-3dwalk__modal-body {
    padding: 16px 16px 16px 16px; } }

.local-about {
  margin-bottom: 160px; }

.local-about-upcoming {
  margin-top: 160px; }

@media (max-width: 1029.98px) {
  .local-about {
    margin-bottom: 60px;
    overflow: hidden; }
  .local-about-upcoming {
    margin-top: 60px; } }

.local-about__background-image-box {
  position: relative;
  float: right;
  margin-right: 56px; }

@media (max-width: 1029.98px) {
  .local-about__background-image-box {
    margin-left: -24px;
    margin-right: 0;
    float: unset; } }

.local-about__background-image-layer--1 {
  position: relative;
  z-index: 5; }

.local-about__background-image-layer--2 {
  position: absolute;
  top: -120px;
  right: -210px;
  height: 908px;
  width: 904px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .local-about__background-image-layer--2 {
    top: 0;
    right: unset;
    left: 15vw;
    height: auto;
    width: 100%; } }

@media (max-width: 1029.98px) {
  .local-about__background-image {
    height: auto;
    width: 100%; } }

.local-about__background-image--1 {
  clip-path: polygon(0 0%, 100% 0%, 65% 100%, 0% 100%); }

.local-about__background-image--2 {
  height: 100%;
  width: auto;
  opacity: 0.15; }

@media (max-width: 1029.98px) {
  .local-about__background-image--2 {
    position: absolute;
    top: 0;
    left: 0; } }

.local-about__background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto; }

@media (max-width: 1029.98px) {
  .local-about__background-image-overlay {
    position: relative;
    height: auto;
    width: 100%; } }

.local-about__content {
  margin-top: 40px; }

.local-about__title {
  position: relative;
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  z-index: 5;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-about__title {
    font-size: 3rem; } }

.local-about__category-box:not(:last-of-type) {
  margin-bottom: 48px; }

.local-about__category-pretitle {
  margin-bottom: 16px;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.local-about__category-title {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .local-about__category-title {
    font-size: 2rem; } }

.local-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.local-about__item-icon-image {
  margin-right: 16px; }

.local-about__item-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .local-about__item-title {
    font-size: 0.75rem; } }

.local-calculator {
  padding: 80px 0 120px; }

@media (max-width: 1029.98px) {
  .local-calculator {
    padding: 80px 0; } }

@media (max-width: 767.98px) {
  .local-calculator {
    overflow: hidden; } }

.local-calculator__title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-calculator__title {
    font-size: 3rem; } }

.local-calculator__text {
  margin-bottom: 32px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 0.875rem; }

@media (max-width: 1029.98px) {
  .local-calculator__text {
    font-size: 0.6875rem; } }

.local-calculator__text--big {
  margin: 16px 0px;
  font-size: 0.875rem; }

.local-calculator__clause {
  color: #4d4d4d;
  font-size: 0.875rem; }

@media (max-width: 1029.98px) {
  .local-calculator__clause {
    font-size: 0.6875rem; } }

.local-calculator__category {
  margin-bottom: 26px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

@media (max-width: 1029.98px) {
  .local-calculator__category {
    margin-bottom: 0; } }

.local-calculator__item {
  position: relative;
  padding: 16px 0; }

.local-calculator__item:last-of-type {
  margin-bottom: 16px; }

.local-calculator__item:not(:last-of-type) {
  border-bottom: 2px solid #f3f3f4; }

.local-calculator__item--inside-collapse {
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden; }

.local-calculator__item--inside-collapse:last-of-type {
  margin-bottom: 0; }

.local-calculator__item.is-promo-price .local-calculator__item-title {
  padding-right: 26px;
  color: #fff; }

@media (max-width: 479.98px) {
  .local-calculator__item.is-promo-price .local-calculator__item-title {
    padding-right: 8px; } }

.local-calculator__item.is-promo-price .local-calculator__item-price {
  color: #fff; }

.local-calculator__item.is-promo-price .local-calculator__item-switch-checkbox:checked + .local-calculator__item-switch-slider {
  background-color: rgba(233, 233, 233, 0.85); }

.local-calculator__item.is-promo-price .local-calculator__item-switch-checkbox:checked + .local-calculator__item-switch-slider::before {
  background: rgba(255, 255, 255, 0.95); }

.local-calculator__item.is-promo-price .local-calculator__item-promo-badge {
  display: block; }

.local-calculator__item-promo-badge {
  display: none;
  position: absolute;
  top: 0;
  left: -16px;
  height: 100%;
  width: calc(100% + 48px);
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%);
  z-index: -1; }

@media (max-width: 1029.98px) {
  .local-calculator__item-promo-badge {
    width: calc(100% + 42px); } }

.local-calculator__item-promo-badge-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 56px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg) translateX(100%);
  -ms-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  font-size: 0.625rem; }

.local-calculator__item-title {
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-calculator__item-tooltip-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  width: 18px;
  margin-top: -6px;
  border-radius: 50%;
  color: #b5b5b5;
  background-color: #e9e9e9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.625rem; }

.local-calculator__item-switch {
  display: inline-block;
  position: relative;
  height: 8px;
  width: 24px;
  margin-bottom: 0; }

.local-calculator__item-switch-checkbox {
  height: 0;
  width: 0;
  opacity: 0; }

.local-calculator__item-switch-checkbox:checked + .local-calculator__item-switch-slider {
  background-color: #ee7d00; }

.local-calculator__item-switch-checkbox:checked + .local-calculator__item-switch-slider::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(0deg, #ffb400, #ee7d00);
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px); }

.local-calculator__item-switch-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: #b5b5b5;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.local-calculator__item-switch-slider:hover {
  cursor: pointer; }

.local-calculator__item-switch-slider::before {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: #e9e9e9;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.local-calculator__item-price {
  margin-bottom: 0;
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-calculator__item-price.is-active {
  color: #ee7d00;
  font-weight: 500; }

.local-calculator__item-more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #e9e9e9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.local-calculator__item-more-link:hover {
  background-color: #ffb400;
  text-decoration: none; }

.local-calculator__item-more-link:hover .local-calculator__item-more-icon {
  color: #fff; }

.local-calculator__item-more-link.collapsed .local-calculator__item-more-icon::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.local-calculator__item-more-icon {
  color: #818181;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.625rem; }

.local-calculator__item-more-icon::before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s; }

.local-calculator__star-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  width: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff; }

.local-calculator__star-button.is-selected {
  /* Sorry za tego hacka */ }

.local-calculator__star-button.is-selected .icon-star::before {
  content: ""; }

.local-calculator__star-button-icon {
  color: #b5b5b5;
  line-height: 1;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .local-calculator__star-button-icon {
    font-size: 1.5rem; } }

.local-calculator__collapse-additional-items {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 25;
  border: 1px solid #e9e9e9; }

.local-calculator__gift-card {
  position: relative;
  margin-top: 32px;
  margin-bottom: 24px;
  margin-right: 64px;
  padding: 16px 64px 16px 16px;
  border-radius: 16px;
  background: linear-gradient(45deg, #ee7d00, #ffb400);
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.24);
  box-shadow: 0 0 20px 0 rgba(23, 18, 25, 0.24);
  overflow: hidden; }

@media (max-width: 1339.98px) {
  .local-calculator__gift-card {
    margin-right: 0; } }

@media (max-width: 1029.98px) {
  .local-calculator__gift-card {
    margin-bottom: 32px;
    padding: 32px 64px 32px 32px; } }

@media (max-width: 479.98px) {
  .local-calculator__gift-card {
    padding: 32px 32px 64px; } }

.local-calculator__gift-card-text {
  margin-bottom: 0;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-calculator__gift-card-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  line-height: 1;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  font-size: calc(1.64063rem + 3.73932vw); }

@media (min-width: 1170px) {
  .local-calculator__gift-card-icon {
    font-size: 4.375rem; } }

.local-calculator__exclamation-card-icon {
  position: absolute;
  right: 8px;
  bottom: 0px;
  color: #fff;
  line-height: 1;
  font-size: calc(1.5625rem + 2.99145vw); }

@media (min-width: 1170px) {
  .local-calculator__exclamation-card-icon {
    font-size: 3.75rem; } }

.local-calculator__box {
  position: relative;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 0 40px 0 rgba(23, 18, 25, 0.24);
  box-shadow: 0 0 40px 0 rgba(23, 18, 25, 0.24); }

@media (max-width: 1029.98px) {
  .local-calculator__box {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16); } }

.local-calculator__box--white {
  -webkit-box-shadow: 0 0 5px 0 rgba(23, 18, 25, 0.24);
  box-shadow: 0 0 5px 0 rgba(23, 18, 25, 0.24); }

.local-calculator__box--margin {
  margin-bottom: 12px; }

@media (max-width: 1029.98px) {
  .local-calculator__box--margin {
    margin-top: 72px; } }

.local-calculator__box-promo-badge {
  position: absolute;
  left: 0;
  top: -34px;
  padding: 8px 28px 8px 16px;
  background: linear-gradient(45deg, #ee7d00, #ffb400);
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
  font-size: 0.75rem; }

.local-calculator__box-promo-badge::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border-left: 14px solid transparent;
  border-top: 36px solid #fff;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.local-calculator__box-content {
  padding: 64px 56px;
  background-color: #fff; }

@media (max-width: 1499.98px) {
  .local-calculator__box-content {
    padding: 32px 30px; } }

.local-calculator__box-content--smaller-paddings {
  padding: 40px 38px 40px;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%); }

@media (max-width: 1499.98px) {
  .local-calculator__box-content--smaller-paddings {
    padding: 48px 30px 32px; } }

.local-calculator__box-title {
  margin-bottom: 16px;
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .local-calculator__box-title {
    font-size: 0.75rem; } }

.local-calculator__box-title strong {
  color: #ee7d00; }

.local-calculator__box-text {
  position: relative;
  margin-bottom: 32px;
  color: #fff;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  font-size: 1rem; }

.local-calculator__box-text:last-of-type {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center; }

.local-calculator__box-text:not(:last-of-type)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 1px;
  width: 100%;
  background-color: #e9e9e9; }

.local-calculator__box-price {
  margin-bottom: 0;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  opacity: 0.9;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-calculator__box-price {
    font-size: 3rem; } }

@media (max-width: 1499.98px) {
  .local-calculator__box-price {
    font-size: calc(1.42188rem + 1.6453vw); } }

@media (max-width: 1499.98px) and (min-width: 1170px) {
  .local-calculator__box-price {
    font-size: 2.625rem; } }

@media (max-width: 1339.98px) {
  .local-calculator__box-price {
    font-size: calc(1.375rem + 1.19658vw); } }

@media (max-width: 1339.98px) and (min-width: 1170px) {
  .local-calculator__box-price {
    font-size: 2.25rem; } }

@media (max-width: 1029.98px) {
  .local-calculator__box-price {
    font-weight: 700;
    font-size: calc(1.34375rem + 0.89744vw); } }

@media (max-width: 1029.98px) and (min-width: 1170px) {
  .local-calculator__box-price {
    font-size: 2rem; } }

.local-calculator__box-price--promo {
  text-decoration: line-through;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .local-calculator__box-price--promo {
    font-size: 1.5rem; } }

.local-calculator__box-rent-time {
  margin-bottom: 30px; }

.local-calculator__box-rent-time-text {
  display: inline-block;
  margin-bottom: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

.local-calculator__box-rent-time-select {
  display: inline-block; }

.local-calculator__box-available-from {
  margin-bottom: 0;
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-calculator__box-available-from span {
  color: #4d4d4d;
  font-weight: 700; }

.local-calculator__box-forced {
  color: #ee7d00; }

.local-calculator__box-forced-item {
  text-transform: uppercase; }

.local-calculator .select2-container--calculator {
  width: 50px !important; }

.local-calculator .select2-container--calculator .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #4d4d4d;
  border-radius: 0;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700; }

.local-calculator .select2-container--calculator .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 22px;
  width: 20px;
  top: 0;
  right: 2px; }

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

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

.local-calculator__text-wyswig-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.local-calculator__text-wyswig-icon {
  color: #ee7d00;
  line-height: 1;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .local-calculator__text-wyswig-icon {
    font-size: 2rem; } }

.local-calculator__text-wyswig p {
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-calculator__text-wyswig p:last-of-type {
  margin-bottom: 0; }

.local-calculator__text-wyswig a {
  color: #ee7d00;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.local-calculator__text-wyswig a:hover {
  border-color: #ee7d00;
  text-decoration: none; }

.local-gallery {
  margin-top: 120px;
  position: relative; }

.local-gallery-clausule {
  font-family: "Silka", sans-serif;
  font-size: .875rem; }

.local-gallery-clausule span {
  color: #818181; }

.local-gallery .-map {
  overflow: hidden; }

.local-gallery .swiper {
  max-width: 1920px; }

@media (max-width: 1339.98px) {
  .local-gallery .swiper-gallery {
    row-gap: 9px; } }

.local-gallery .swiper .col-md-12 {
  overflow: hidden; }

.local-gallery .smaller-images {
  row-gap: 9px; }

.local-gallery-map {
  position: relative;
  height: 100%;
  aspect-ratio: 4.51/3; }

.local-gallery-map button {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 80%; }

@media (max-width: 1029.98px) {
  .local-gallery-map button {
    padding: 6px;
    font-size: 12px; } }

.local-gallery-map img {
  position: absolute;
  height: 100%;
  max-width: 100%; }

@media (max-width: 1339.98px) {
  .local-gallery-map img {
    position: relative; } }

.local-gallery-map__popup {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #00000025;
  padding: 16px; }

.local-gallery-map__popup.-is-hidden {
  z-index: 0;
  opacity: 0;
  visibility: hidden; }

.local-gallery-map__popup .container {
  max-height: 600px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px; }

.local-gallery-map__popup__preview {
  width: 100%;
  max-height: 600px;
  height: 100%; }

@media (max-width: 1029.98px) {
  .local-gallery-map__popup__preview {
    max-height: 100%; } }

.local-gallery-map__popup__preview-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px; }

.local-gallery-map__popup__preview-close .close-map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px; }

.local-gallery-map__popup__preview-close .close-map span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ee7d00;
  position: relative; }

.local-gallery-map__popup__preview-close .close-map span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.local-gallery-map__popup__preview-close .close-map span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1px; }

.local-gallery__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 0;
  background-color: rgba(233, 233, 233, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: background-color 0.25s, opacity 0.25s;
  transition: background-color 0.25s, opacity 0.25s; }

.local-gallery__arrow:hover {
  background-color: rgba(255, 255, 255, 0.75); }

@media (max-width: 1029.98px) {
  .local-gallery__arrow {
    height: 60px;
    width: 60px; } }

.local-gallery__arrow--left, .local-gallery__arrow--right {
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.local-gallery__arrow--left.-is-hidden, .local-gallery__arrow--right.-is-hidden {
  opacity: 0; }

.local-gallery__arrow--left {
  left: 0; }

.local-gallery__arrow--right {
  right: 0; }

.local-gallery__arrow.slick-disabled {
  opacity: 0;
  pointer-events: none; }

.local-gallery__arrow-icon {
  color: #4d4d4d;
  line-height: 1;
  font-size: 1rem; }

.local-gallery__arrow-icon--left::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.local-gallery__slide-image {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.local-header {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .local-header {
    padding-bottom: 60px; } }

.local-header__smart-home {
  position: absolute;
  right: 180px;
  top: 64px;
  max-width: 160px; }

@media (max-width: 1029.98px) {
  .local-header__smart-home {
    max-width: 100px; } }

@media (max-width: 767.98px) {
  .local-header__smart-home {
    max-width: 60px;
    right: 20px; } }

.local-header__smart-home img {
  width: 100%; }

.local-header__breadcrumbs {
  margin-bottom: 44px; }

.local-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.local-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.local-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.local-header__breadcrumbs-icon {
  line-height: 1; }

.local-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.local-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 64px; }

.local-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem; }

@media (max-width: 1029.98px) {
  .local-header__buttons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.local-header__buttons .button, .local-header__buttons .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .local-header__buttons .swal2-styled.swal2-confirm, .local-header__buttons .header-navigation__button-login {
  max-height: 64px;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  max-width: 272px; }

@media (max-width: 1029.98px) {
  .local-header__buttons .button, .local-header__buttons .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .local-header__buttons .swal2-styled.swal2-confirm, .local-header__buttons .header-navigation__button-login {
    max-width: 100%;
    width: 100%; } }

.local-header__category-link {
  display: inline-block;
  margin-bottom: 16px;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.75rem; }

.local-header__category-link:hover {
  color: #ffb400;
  text-decoration: none; }

.local-header__title {
  margin-bottom: 12px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-header__title {
    font-size: 3rem; } }

.local-header__title--smaller {
  margin-bottom: 40px;
  font-size: calc(1.26563rem + 0.14957vw); }

@media (min-width: 1170px) {
  .local-header__title--smaller {
    font-size: 1.375rem; } }

@media (max-width: 1029.98px) {
  .local-header__title--smaller {
    font-size: 1.125rem; } }

.local-header__address {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

@media (max-width: 1029.98px) {
  .local-header__address {
    margin-bottom: 16px; } }

.local-header__specification {
  margin-bottom: 8px;
  color: #818181;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .local-header__specification {
    margin-bottom: 16px;
    font-size: 0.75rem; } }

@media (max-width: 1029.98px) {
  .local-header__specification--date-from span {
    font-weight: 700 !important; } }

.local-header__specification span {
  color: #4d4d4d;
  font-weight: 700; }

@media (max-width: 1029.98px) {
  .local-header__specification span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 1.125rem; } }

.local-header__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 16px;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

@media (max-width: 1029.98px) {
  .local-header__price {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #818181;
    font-size: 0.75rem; } }

.local-header__price--promo {
  margin-bottom: 0;
  text-decoration: line-through;
  font-size: 1rem; }

.local-header__price span {
  margin-left: 8px;
  color: #ee7d00;
  font-weight: 500;
  line-height: 1.1;
  opacity: 0.9;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .local-header__price span {
    font-size: 2rem; } }

@media (max-width: 1029.98px) {
  .local-header__price span {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    font-weight: 600;
    line-height: initial;
    font-size: 1.125rem; } }

.local-header__col-schema {
  position: relative;
  z-index: 1; }

.local-header__col-schema::before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  height: 100%;
  width: 2px;
  background-color: #e9e9e9; }

@media (max-width: 1339.98px) {
  .local-header__col-schema::before {
    left: -8px; } }

.local-header__schema-image {
  position: absolute;
  top: -55px;
  left: 0;
  width: 420px;
  z-index: 5; }

.local-header__schema-link {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 14px;
  cursor: pointer;
  clip-path: polygon(0% 0%, calc(100% - 36px) 0, 100% 100%, 0 100%);
  font-size: 1rem; }

@media (max-width: 1499.98px) {
  .local-header__schema-link {
    width: 110%;
    left: 10%; } }

@media (max-width: 1339.98px) {
  .local-header__schema-link {
    width: 115%;
    left: 15%; } }

.local-header__schema-link--en {
  width: calc(100% + 80px);
  margin-right: -80px; }

@media (max-width: 1029.98px) {
  .local-header__schema-link--en {
    width: unset;
    margin-right: unset; } }

.local-header__schema-link:not(:last-of-type)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 2px;
  width: 100%;
  background-color: #e9e9e9;
  pointer-events: none; }

.local-header__schema-link:last-of-type {
  margin-bottom: 0; }

.local-header__schema-link-icon {
  position: relative;
  margin-right: 0;
  vertical-align: sub;
  top: 2.5px;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .local-header__schema-link-icon {
    font-size: 1.5rem; } }

.local-header__schema-link-icon:hover .local-header__schema-link-tooltip {
  opacity: 1; }

.local-header__schema-link-tooltip {
  position: absolute;
  bottom: 50px;
  left: 50%;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 25;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.local-header__schema-link-tooltip::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  height: 0;
  width: 0;
  border-top: 12px solid #b5b5b5;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.local-header__schema-link-tooltip-image {
  max-height: 400px; }

.local-header__background-image-box {
  position: relative;
  float: left;
  margin-left: -200px; }

@media (max-width: 1029.98px) {
  .local-header__background-image-box {
    margin-left: 0; } }

.local-header__background-image-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0)); }

@media (max-width: 1029.98px) {
  .local-header__background-image-box::after {
    display: none; } }

.local-header__background-image-box--mobile {
  margin-bottom: 32px;
  height: auto;
  width: calc(100% + 26px);
  overflow: hidden; }

.local-header__background-image-box-text {
  position: absolute;
  bottom: -30px;
  right: -200px;
  color: #b5b5b5;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 0.875rem; }

@media (max-width: 1800px) {
  .local-header__background-image-box-text {
    right: 16px; } }

@media (max-width: 1029.98px) {
  .local-header__background-image-box-text {
    display: none; } }

.local-header__background-image-box-text-mobile {
  color: #b5b5b5;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 0.875rem; }

@media (max-width: 1029.98px) {
  .local-header__background-image-box-text-mobile {
    font-weight: 400;
    font-size: 0.6875rem; } }

.local-header__background-image--mobile {
  max-width: 100%; }

.local-header__background-image-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto; }

.local-header__background-image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 16px;
  padding: 12px 18px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #818181;
  border: 1px solid #818181;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  font-size: 1rem; }

.local-header__background-image-link:hover {
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  color: #4d4d4d; }

@media (max-width: 1800px) {
  .local-header__background-image-link {
    right: 16px; } }

@media (max-width: 1029.98px) {
  .local-header__background-image-link {
    display: none; } }

.local-header__background-image-link.is-selected {
  color: #fff;
  background-color: rgba(238, 125, 0, 0.75); }

.local-header__background-image-link.is-selected .local-header__background-image-link-text--default {
  display: none; }

.local-header__background-image-link.is-selected .local-header__background-image-link-text--active {
  display: inline; }

.local-header__background-image-link-icon {
  margin-right: 8px;
  line-height: 1;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .local-header__background-image-link-icon {
    font-size: 1.5rem; } }

.local-header__background-image-link-text {
  display: none; }

.local-header__background-image-link-text--default {
  display: inline; }

.local-header__background-image-buttons-bar {
  display: none;
  position: absolute;
  right: 0;
  bottom: 36px; }

@media (max-width: 1029.98px) {
  .local-header__background-image-buttons-bar {
    display: block; } }

.local-header__background-image-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  width: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff; }

.local-header__background-image-button.is-selected {
  /* Sorry za tego hacka */ }

.local-header__background-image-button.is-selected .icon-star::before {
  content: ""; }

@media (max-width: 767.98px) {
  .local-header__background-image-button--gradient {
    position: relative;
    border: 1px solid transparent;
    top: 2px; }
  .local-header__background-image-button--gradient::before {
    content: '';
    z-index: 0;
    position: absolute;
    display: block;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%);
    border-radius: 4px; }
  .local-header__background-image-button--gradient .local-header__background-image-button-icon {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.local-header__background-image-button-icon {
  color: #9b9b9b;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .local-header__background-image-button-icon {
    font-size: 1.5rem; } }

.local-header__menu-bar-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 90;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

@media (max-width: 1029.98px) {
  .local-header__menu-bar-box {
    display: none; } }

.local-header__menu-bar-box.is-fixed {
  position: fixed;
  top: 80px;
  bottom: unset;
  background-color: #f2f2f2;
  -webkit-box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08);
  box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08);
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.local-header__menu-bar-box.is-fixed .local-header__menu-bar {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.local-header__menu-bar-box.is-fixed .local-header__menu-bar-item {
  padding: 20px 16px;
  font-weight: 400;
  background-color: #f2f2f2; }

.local-header__menu-bar-box.is-fixed .local-header__menu-bar-item--visible-on-fixed {
  display: block; }

.local-header__menu-bar {
  width: 100%;
  -webkit-box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08);
  box-shadow: -4px 8px 48px 0 rgba(77, 77, 77, 0.08); }

.local-header__menu-bar-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 16px;
  border: 0;
  border-radius: 0 !important;
  background-color: #fff;
  color: #575757;
  font-family: "Silka", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.25s padding 0.25s, background-color 0.25s;
  transition: color 0.25s padding 0.25s, background-color 0.25s;
  font-size: 1rem; }

.local-header__menu-bar-item:hover {
  color: #ee7d00; }

.local-header__menu-bar-item:focus, .local-header__menu-bar-item:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.local-header__menu-bar-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.local-header__menu-bar-item.active::after {
  background-color: #ee7d00; }

.local-header__menu-bar-item--visible-on-fixed {
  display: none; }

.local-header__menu-bar-item--price {
  color: #fff;
  background: linear-gradient(315deg, #ffb400 0%, #ee7d00 100%);
  font-weight: 600 !important; }

.local-header__menu-bar-item--price::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.local-header__menu-bar-item--price:hover {
  color: #fff; }

.local-header__menu-bar-item--price:hover::after {
  opacity: 0.25; }

.local-investment {
  margin-bottom: 160px; }

@media (max-width: 1029.98px) {
  .local-investment {
    margin-bottom: 60px; } }

.local-investment__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 64px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-investment__title {
    font-size: 3rem; } }

@media (max-width: 1029.98px) {
  .local-investment__title {
    margin-bottom: 32px; } }

.local-investment__title--collapse-trigger:hover {
  cursor: pointer; }

.local-investment__title.collapsed .local-investment__title-icon {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.local-investment__title-icon {
  margin-left: 48px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  font-size: 1.125rem; }

.local-investment__title-icon::before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.local-investment__collapse {
  position: relative;
  -webkit-transition: height 0.25s;
  transition: height 0.25s; }

.local-investment__collapse::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none; }

.local-investment__collapse.collapse:not(.show) {
  display: block;
  height: 130px;
  margin-bottom: 32px;
  overflow: hidden; }

.local-investment__collapse.collapse:not(.show)::after {
  opacity: 1; }

.local-investment__link {
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  color: #ee7d00;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  font-size: 1rem; }

.local-investment__link:hover {
  border-color: #ee7d00;
  color: #ee7d00;
  text-decoration: none; }

.local-investment__link-icon {
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .local-investment__link-icon {
    font-size: 1.5rem; } }

.local-investment__text-wysiwg h1,
.local-investment__text-wysiwg h2,
.local-investment__text-wysiwg h3,
.local-investment__text-wysiwg h4,
.local-investment__text-wysiwg h5,
.local-investment__text-wysiwg h6 {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-investment__text-wysiwg h1,
  .local-investment__text-wysiwg h2,
  .local-investment__text-wysiwg h3,
  .local-investment__text-wysiwg h4,
  .local-investment__text-wysiwg h5,
  .local-investment__text-wysiwg h6 {
    font-size: 3rem; } }

.local-investment__text-wysiwg h3 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: calc(1.34375rem + 0.89744vw); }

@media (min-width: 1170px) {
  .local-investment__text-wysiwg h3 {
    font-size: 2rem; } }

@media (max-width: 1029.98px) {
  .local-investment__text-wysiwg h3 {
    margin-bottom: 24px; } }

.local-investment__text-wysiwg h4 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.29915vw); }

@media (min-width: 1170px) {
  .local-investment__text-wysiwg h4 {
    font-size: 1.5rem; } }

@media (max-width: 1029.98px) {
  .local-investment__text-wysiwg h4 {
    margin-bottom: 24px; } }

.local-investment__text-wysiwg p {
  margin-bottom: 16px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-investment__text-wysiwg ul,
.local-investment__text-wysiwg ol {
  margin-bottom: 40px;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  list-style-type: none; }

.local-investment__text-wysiwg li {
  position: relative;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-investment__text-wysiwg li:not(:last-of-type) {
  margin-bottom: 24px; }

.local-investment__text-wysiwg li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -16px;
  height: 8px;
  width: 8px;
  background-color: #ee7d00; }

.local-location {
  padding-top: 20px;
  padding-bottom: 160px;
  overflow: hidden; }

@media (max-width: 1029.98px) {
  .local-location {
    padding-bottom: 60px; } }

.local-location__wrapper {
  position: relative; }

.local-location__wrapper--legend {
  padding-top: 32px; }

.local-location__title {
  margin-bottom: 32px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .local-location__title {
    font-size: 3rem; } }

.local-location__address {
  margin-bottom: 40px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.local-location__map-cover-box {
  position: relative;
  height: 547px;
  z-index: 10;
  overflow: hidden; }

.local-location__map-cover-box-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(75%);
  filter: brightness(75%); }

.local-location__map-cover-box-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 25; }

.local-location__legend-title {
  margin-bottom: 24px;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; }

.local-location__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-family: "Silka", sans-serif;
  line-height: 1;
  font-size: 1.125rem; }

.local-location__legend-item-icon {
  height: 32px;
  width: 32px;
  margin-right: 16px; }

@media (max-width: 767.98px) {
  .local-location__legend-item-icon {
    margin-right: 8px; } }

.locations-cities {
  overflow: hidden; }

.locations-cities__item {
  position: relative;
  margin-bottom: 80px;
  -webkit-transition: height 0.25s;
  transition: height 0.25s; }

@media (max-width: 1029.98px) {
  .locations-cities__item {
    margin-bottom: 50px; } }

.locations-cities__item.is-map-visible .locations-cities__map-box {
  opacity: 1;
  pointer-events: all; }

.locations-cities__item.is-map-visible.has-larger-map {
  height: 800px; }

.locations-cities__item.is-map-visible.has-larger-map .wide-map__map {
  height: 800px; }

.locations-cities__item-image-box {
  position: relative; }

.locations-cities__item-image-box--alter {
  float: right; }

@media (max-width: 1029.98px) {
  .locations-cities__item-image-box--alter {
    margin-left: -23px; } }

@media (max-width: 1029.98px) {
  .locations-cities__item-image-box {
    margin-right: -23px;
    margin-bottom: 32px; } }

.locations-cities__item-image-mask {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none; }

@media (max-width: 1029.98px) {
  .locations-cities__item-image-mask {
    height: auto;
    width: 100%; } }

.locations-cities__item-image-mask--alter {
  left: 0;
  right: unset; }

@media (max-width: 1029.98px) {
  .locations-cities__item-image {
    height: auto;
    width: 100%; } }

.locations-cities__item-title {
  margin-bottom: 38px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .locations-cities__item-title {
    font-size: 3rem; } }

.locations-cities__item-title--subtitle {
  margin-bottom: 22px;
  font-size: 1.125rem; }

.locations-cities__item-title--prepare {
  color: #9b9b9b;
  margin-top: 24px; }

.locations-cities__item-text {
  margin-bottom: 46px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-size: 1rem; }

.locations-cities__item-project-box {
  margin-bottom: 8px; }

@media (max-width: 1029.98px) {
  .locations-cities__item-project-box {
    margin-bottom: 32px; } }

.locations-cities__item-project-link {
  display: inline-block;
  margin-bottom: 8px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1.125rem; }

.locations-cities__item-project-link--offer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 16px;
  margin-bottom: 16px; }

.locations-cities__item-project-link:not(:last-of-type) {
  margin-right: 12px; }

.locations-cities__item-project-link:hover {
  color: #ee7d00;
  text-decoration: none; }

.locations-cities__item-project-link--prepare {
  color: #9b9b9b;
  font-size: 1.125rem; }

.locations-cities__item-project-information {
  color: #9b9b9b;
  padding-bottom: 16px;
  margin-right: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.875rem; }

.locations-cities__item-project-link-icon {
  margin-left: 6px;
  vertical-align: initial;
  font-size: 1rem; }

.locations-cities__item-link-box {
  display: inline-block; }

@media (max-width: 1499.98px) {
  .locations-cities__item-link-box {
    width: 100%;
    margin-bottom: 16px; } }

.locations-cities__item-link {
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  cursor: pointer;
  font-size: 1rem; }

.locations-cities__item-link:hover {
  border-color: #9b9b9b;
  color: #9b9b9b;
  text-decoration: none; }

.locations-cities__item-link--map {
  margin-left: 24px; }

@media (max-width: 1499.98px) {
  .locations-cities__item-link--map {
    margin-left: 0; } }

.locations-cities__item-link-icon {
  margin-right: 6px; }

.locations-cities__map-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: #9b9b9b; }

@media (max-width: 1029.98px) {
  .locations-cities__map-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 600; } }

.locations-cities__map-box .wide-map__map {
  height: 549px;
  height: 549px; }

@media (max-width: 1029.98px) {
  .locations-cities__map-box .wide-map__map {
    height: 100vh; } }

@media (max-width: 1029.98px) {
  .locations-cities__map-box .wide-map__controls-bar {
    display: none; } }

.locations-cities__map-inside {
  height: 100%; }

.locations-cities__map-button-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 32px;
  left: 32px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 8px 32px 0 rgba(77, 77, 77, 0.08);
  box-shadow: 0 8px 32px 0 rgba(77, 77, 77, 0.08);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  z-index: 2; }

.locations-cities__map-button-close:hover {
  cursor: pointer;
  background-color: #f3f3f4;
  text-decoration: none; }

.locations-cities__map-button-close-icon {
  color: #000;
  line-height: 1; }

.locations-cities__map-bottom-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%; }

.locations-cities__map-bottom-button-group {
  height: 64px;
  width: 100%;
  border: solid 1px #f3f3f4; }

.locations-cities__map-bottom-button {
  position: relative;
  border-radius: 0;
  background-color: #fff;
  color: #9b9b9b;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 1.125rem; }

.locations-cities__map-bottom-button:hover {
  color: #ee7d00; }

.locations-cities__map-bottom-button:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  height: calc(100% - 20px);
  width: 1px;
  background-color: #f3f3f4; }

.locations-header {
  padding: 146px 0 54px 0; }

@media (max-width: 1029.98px) {
  .locations-header {
    padding-top: 100px; } }

.locations-header__breadcrumbs {
  margin-bottom: 44px; }

.locations-header__breadcrumbs a {
  color: #575757;
  font-family: "Silka", sans-serif;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 0.875rem; }

.locations-header__breadcrumbs a:hover {
  color: #ee7d00;
  text-decoration: none; }

.locations-header__breadcrumbs .breadcrumb_last {
  color: #9b9b9b; }

.locations-header__breadcrumbs-icon {
  line-height: 1; }

.locations-header__breadcrumbs-icon--arrow {
  margin: 0 4px;
  font-size: 0.75rem; }

.locations-header__title {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: calc(1.71875rem + 4.48718vw); }

@media (min-width: 1170px) {
  .locations-header__title {
    font-size: 5rem; } }

.locations-information {
  padding-bottom: 120px; }

@media (max-width: 1029.98px) {
  .locations-information {
    padding-bottom: 80px; } }

.locations-information__heading {
  margin-bottom: 64px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .locations-information__heading {
    font-size: 3rem; } }

.locations-information__wysiwyg {
  color: #4d4d4d;
  font-size: 1rem; }

.locations-map {
  margin-bottom: 120px; }

@media (max-width: 1339.98px) {
  .locations-map {
    margin-bottom: 60px; } }

.locations-map .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.locations-map .js-not-found.-is-hidden {
  opacity: 0; }

.locations-map__search-box-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 15; }

.locations-map__search-box-loader--white {
  background: unset;
  background-color: rgba(255, 255, 255, 0.75); }

.locations-map__search-box-loader.is-hidden {
  opacity: 0;
  pointer-events: none; }

.locations-map__image path, .locations-map__image circle {
  -webkit-transition: all .2s;
  transition: all .2s; }

.locations-map__image .map_load.region-active {
  fill: #ee7d00; }

.locations-map__image .map_load:hover {
  cursor: pointer; }

.locations-map__image .is-active {
  fill: #fff; }

.locations-map__text {
  margin: 33px 0px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.locations-map__text__title {
  font-size: 3rem;
  line-height: 1.16;
  margin-bottom: 40px;
  font-weight: 600; }

@media (max-width: 1339.98px) {
  .locations-map__text__title {
    font-size: 2rem;
    margin-bottom: 26px; } }

.locations-map__text__description {
  margin-bottom: 3.5rem; }

@media (max-width: 1339.98px) {
  .locations-map__text__description {
    margin-bottom: 2rem; } }

.locations-map__text__not-found-title {
  margin-bottom: 2rem; }

.locations-map__text__not-found-title p {
  font-size: 2rem;
  line-height: 1.25; }

@media (max-width: 1339.98px) {
  .locations-map__text__not-found-title p {
    font-size: 1.6rem; } }

.locations-map__text__not-found-description {
  line-height: 1.5rem;
  margin-bottom: 3rem; }

.locations-map__text__not-found-btn .button, .locations-map__text__not-found-btn .swal2-actions .swal2-styled.swal2-confirm, .swal2-actions .locations-map__text__not-found-btn .swal2-styled.swal2-confirm, .locations-map__text__not-found-btn .header-navigation__button-login {
  padding: 1.5rem 3rem; }

.locations-map-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000025;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  visibility: hidden;
  opacity: 0; }

.locations-map-container.active {
  visibility: visible;
  opacity: 1;
  z-index: 100; }

.locations-map-preview-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 48px;
  height: 48px; }

.locations-map-preview-close-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px; }

.locations-map-preview-close-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ee7d00;
  position: relative; }

.locations-map-preview-close-btn span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.locations-map-preview-close-btn span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1px; }

.locations-map-preview__popup {
  padding: 0px 12px; }

.locations-map-preview__popup a {
  color: #ee7d00; }

.page-default {
  padding: 110px 0; }

.page-default__content-box {
  padding: 45px;
  background-color: rgba(243, 243, 244, 0.5); }

.page-default__title {
  margin-bottom: 32px;
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: calc(1.46875rem + 2.09402vw); }

@media (min-width: 1170px) {
  .page-default__title {
    font-size: 3rem; } }

.page-default__text p,
.page-default__text li {
  color: #4d4d4d;
  font-family: "Silka", sans-serif;
  font-weight: 400;
  font-size: 1rem; }

.page-default__text ul {
  list-style-type: square; }

.page-default__text a {
  color: #ee7d00;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }

.page-default__text a:hover {
  color: #ffb400;
  text-decoration: none; }

.popup-mda {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4); }

.popup-mda__wrapper {
  background-color: white;
  position: absolute;
  min-width: 280px;
  min-height: 200px;
  width: 50%;
  height: 50%;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.popup-mda__btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: -webkit-gradient(linear, right top, left top, from(#ffb400), to(#ee7d00));
  background: linear-gradient(270deg, #ffb400 0%, #ee7d00 100%);
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }

.widget-popup {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  right: 20px; }

.widget-popup.active {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1029.98px) {
  .widget-popup.active {
    right: 0px;
    margin-left: 10px; } }

@media (max-width: 1029.98px) {
  .widget-popup {
    bottom: 180px; } }

.widget-popup__main {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #ee7d00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px; }

@media (min-width: 1030px) {
  .widget-popup__main-img--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .widget-popup__main-img--mobile {
    display: none; } }

@media (max-width: 1339.98px) {
  .widget-popup__main-img--desktop {
    display: none; }
  .widget-popup__main-img--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 767.98px) {
  .widget-popup__main {
    width: 56px;
    height: 56px; }
  .widget-popup__main img {
    width: 28px;
    height: 28px; } }

.widget-popup__main:hover {
  cursor: pointer; }

.widget-popup__content {
  background-color: #fff;
  color: #999;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  -webkit-transition: left .4s;
  transition: left .4s;
  position: relative;
  left: -36px;
  z-index: -1;
  max-width: 0px; }

@media (max-width: 767.98px) {
  .widget-popup__content {
    left: -24px; } }

.widget-popup__content div {
  display: none; }

.widget-popup__content.active {
  padding: 24px 24px 24px 59px;
  max-width: 100%; }

@media (max-width: 767.98px) {
  .widget-popup__content.active {
    padding: 12px 12px 12px 36px; } }

.widget-popup__content.active div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.widget-popup__content.upcoming.active {
  max-width: 350px; }

.widget-popup__content.upcoming.active p {
  margin-bottom: 0px; }

.widget-popup__content__numbers, .widget-popup__content p {
  font-size: 14px; }

.widget-popup__content__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }

@media (max-width: 767.98px) {
  .widget-popup__content__numbers p {
    margin-bottom: 0px; } }

.widget-popup__content__numbers a {
  font-weight: 800;
  color: #4d4d4d;
  font-size: 21px; }

@media (max-width: 767.98px) {
  .widget-popup__content__numbers a {
    font-size: 16px; } }

.widget-popup__content__numbers a:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
  padding: 6px 0px; }

.post-banner {
  min-height: 550px;
  padding: 120px 0; }

@media (max-width: 1339.98px) {
  .post-banner {
    min-height: 1px;
    padding: 120px 0 70px 0; } }

.post-banner__text {
  padding-top: 50px; }

@media (max-width: 1339.98px) {
  .post-banner__text {
    padding-top: 0; } }

.post-banner__headline {
  font-size: 70px;
  font-weight: bold;
  line-height: 1.04;
  width: 70%;
  min-height: 2.08em;
  font-size: 61px;
  width: 60%; }

@media (max-width: 1339.98px) {
  .post-banner__headline {
    font-size: 55px;
    width: 75%; } }

@media (max-width: 1029.98px) {
  .post-banner__headline {
    font-size: 42px;
    width: 100%;
    position: relative;
    left: 0; } }

@media (max-width: 767.98px) {
  .post-banner__headline {
    font-size: 28px; } }

@media (max-width: 479.98px) {
  .post-banner__headline {
    font-size: 21px; } }

.post-banner__meta {
  margin-top: 100px;
  opacity: .7;
  font-size: 18px;
  font-weight: 400; }

.post-back-button {
  margin-top: 40px; }

.post-cat-select {
  margin-top: 15px; }

@media (max-width: 1029.98px) {
  .post-cat-select {
    margin-bottom: 20px; } }

/**
 * Styles for Find Local Map Modal
 */
.find-local-map-modal__container {
  height: 70vh;
  position: relative; }

.find-local-map-modal__container .locations-map-container {
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important; }

.find-local-map-modal__container .locations-map-container .wide-map {
  height: 100%;
  opacity: 1 !important;
  visibility: visible !important; }

.find-local-map-modal__container .locations-map-container .wide-map__map {
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important; }

.find-local-map-modal__container .modal-map-active {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important; }

.find-local-map-modal__container .modal-map-active * {
  opacity: 1 !important;
  visibility: visible !important; }

.find-local-map-modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10; }

@media (max-width: 768px) {
  .find-local-map-modal__container {
    height: 50vh; } }

#find-local-map-modal .modal-dialog {
  max-width: 90vw; }

#find-local-map-modal .modal-body {
  padding: 0; }

#find-local-map-modal .modal-header {
  border-bottom: 1px solid #dee2e6; }

#find-local-map-modal .modal-header .modal-title {
  font-weight: 600;
  font-size: 1.25rem; }

#find-local-map-modal .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

#find-local-map-modal .modal-header .close span {
  font-size: 1.5rem;
  opacity: 0.7; }

#find-local-map-modal .modal-header .close span:hover {
  opacity: 1; }

#find-local-map-modal .locations-map-container,
#find-local-map-modal .locations-map-container.active,
#find-local-map-modal .wide-map,
#find-local-map-modal .wide-map__map,
#find-local-map-modal [id^="js-home-cities-map-"] {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important; }

#find-local-map-modal .locations-map-container.is-hidden, #find-local-map-modal .locations-map-container.-is-hidden,
#find-local-map-modal .locations-map-container.active.is-hidden,
#find-local-map-modal .locations-map-container.active.-is-hidden,
#find-local-map-modal .wide-map.is-hidden,
#find-local-map-modal .wide-map.-is-hidden,
#find-local-map-modal .wide-map__map.is-hidden,
#find-local-map-modal .wide-map__map.-is-hidden,
#find-local-map-modal [id^="js-home-cities-map-"].is-hidden,
#find-local-map-modal [id^="js-home-cities-map-"].-is-hidden {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important; }

#find-local-map-modal .locations-map-container.active {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important; }
