/* AirDatepicker */
.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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  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: 10000;
}

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

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

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

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

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  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;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

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

.datepicker--content {
  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);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-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);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -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-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: 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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

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

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

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-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;
  -webkit-align-self: flex-end;
  -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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  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-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 {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  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;
  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;
  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%);
  transform: translateY(-100%);
}

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

.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;
}

/* @start: Fancybox 3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .3) 50%,
      rgba(0, 0, 0, .15) 65%,
      rgba(0, 0, 0, .075) 75.5%,
      rgba(0, 0, 0, .037) 82.85%,
      rgba(0, 0, 0, .019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
      padding: 75px unquote('max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))');
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
      transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
  }

  .fancybox-slide--image {
      padding: 6px 0;
  }

  .fancybox-close-small {
      right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
  }

  .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
  }

  @supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: unquote('max(12px, env(safe-area-inset-left))');
          padding-right: unquote('max(12px, env(safe-area-inset-right))');
      }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
      width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
      right: 110px;
  }

  .fancybox-thumbs__list a {
      max-width: calc(100% - 10px);
  }
}

/* Modal */
.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;
	}
}

.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);
	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;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-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 #dee2e6;
	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 #dee2e6;
	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: 576px) {
	.modal-dialog {
		max-width: 720px;
		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: 1025px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1400px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-backdrop {
	background: #000000;
}

.modal-backdrop.show {
	opacity: 0.7;
}

.modal-open {
	overflow: hidden !important;
}

.modal-dialog {
	max-width: none;
}

@media (min-width: 20em) {
	.modal-dialog {
		max-width: 720px;
	}
}

.modal-dialog .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	outline: 0 !important;
	border: 0 none;
	background: transparent;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  cursor: pointer;
	z-index: 10;
}

.modal-dialog .close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M.472 1.404l.691-.722 10.365 9.914-.691.722z'/%3E%3Cpath d='M11.35 1.404l-.692-.722L.293 10.596l.691.722z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	z-index: 2;
}

.modal-content {
	padding: 70px 60px;
	border: 0 none;
	border-radius: 0;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 48em) {
	.modal-content {
		padding: 50px 20px;
	}
}

.modal-body {
	padding: 0;
}

.modal-title,
.modal-response-title {
	color: #C11E43;
	font-size: 40px;
	margin-bottom: 15px;
  font-family:"Univers-LT-Condensed",sans-serif;
}

.modal-subtitle {
	font-size: 20px;
	padding: 0;
}

.modal-header {
	padding: 0;
	border: 0 none;
	border-radius: 0;
	display: block;
}

.modal-footer {
	display: none;
}

/* Inputs */
input[type="radio"]+label,
input[type="checkbox"]+label {
    padding-left: 15px;
    font-size: 12px !important;
    vertical-align: middle;
    cursor: pointer;
}

.hr-white {
    color: #FFF;
}

.hr-field abbr[title] {
    border-bottom: 0 none;
    text-decoration: none;
}

.hr-field abbr[title].required {
    color: #FFFFFF;
    margin-left: 4px;
}

.hr-select option[disabled] {
    display: none;
}

.hr-select:focus .placeholder {
    display: none;
}

.is--required {
    background-color: #ffd1d1 !important;
    border: 1px solid #FF0000 !important;
}

.form-wrap {
    position: relative;
    width: 100%;
}

.form-wrap.is--loaded {
    opacity: 0.1;
    pointer-events: none;
}

.sk-form__response {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    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;
}

.sk-form__response.is--loaded {
    opacity: 1;
    visibility: visible;
}

.sk-form__response p {
    color: #FF0000;
    font-size: 1rem;
    text-align: center;
    padding: 0;
}

.sk-form__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.sk-form__loader.is--loaded {
    opacity: 1;
    visibility: visible;
    display: block;
}

.sk-form__loader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23C11E43' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23C11E43' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 38px 38px;
}

.sk-form__loader-spinner--white {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.sk-form__upload--desc {
    font-size: 0.75rem;
    font-style: italic;
    margin-top: 5px;
}

.sk-form__upload--error {
    position: relative;
    color: #FF0000;
    font-size: 0.75rem;
    margin-top: 5px;
    display: none;
}

.hr-field-upload .hr-field-inner {
    overflow: hidden;
}

.hr-form {
	position: relative;
}

.sk-form__step--block {
	display: none;
}

.sk-form__step--block.is--selected {
	display: block;
}

.sk-form__step--back {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	cursor: pointer;
}

/* Iubenda */
#iubenda-pp {
	z-index: 1000000000 !important;
}

#iubenda-pp-overlay {
	z-index: 100000000 !important;
}

#iubenda-cs-banner {
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.8);
	z-index: 99999;
}

.iubenda-cs-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #1A1A1A;
}

.iubenda-banner-content {
	outline: 0 !important;
}

.iubenda-cs-content {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	font-size: 14px;
	color: #FFF;
}

@media (max-width: 767px) {
	.iubenda-cs-content {
		font-size: 11px;
		padding: 20px 15px;
    text-align: left;
	}
}

.iubenda-cs-opt-group {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.iubenda-cs-opt-group>div {
	display: inline-block;
}

@media (max-width: 480px) {
	.iubenda-cs-opt-group>div {
		display: block;
	}
}

.iubenda-cs-opt-group button {
	min-width: 150px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	padding: 14px 20px;
	margin: 0 10px;
	outline: 0 !important;
	border: 0 none;
	border-radius: 50px;
	box-shadow: none !important;
	appearance: none;
  cursor: pointer;
}

.iubenda-cs-opt-group button.iubenda-cs-accept-btn {
	background-color: #B71234;
}

@media (max-width: 480px) {
	.iubenda-cs-opt-group button.iubenda-cs-accept-btn {
		width: 100%;
		margin: 0;
	}
}

.iubenda-cs-close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	text-indent: -99999px;
	outline: 0 !important;
	border: 0 none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 0c1.1458 0 2.099.3802 2.8594 1.1406C63.6198 1.901 64 2.8542 64 4c0 1.125-.3854 2.073-1.1563 2.8438L37.6564 32l25.1874 25.1563C63.6146 57.927 64 58.875 64 60c0 1.1458-.3802 2.099-1.1406 2.8594C62.099 63.6198 61.1458 64 60 64c-1.125 0-2.073-.3854-2.8438-1.1563L32 37.6564 6.8437 62.8436C6.073 63.6146 5.125 64 4 64c-1.1458 0-2.099-.3802-2.8594-1.1406C.3802 62.099 0 61.1458 0 60c0-1.125.3854-2.073 1.1563-2.8438L26.3437 32 1.1563 6.8437C.3853 6.073 0 5.125 0 4c0-1.1458.3802-2.099 1.1406-2.8594C1.901.3802 2.8542 0 4 0c1.125 0 2.073.3854 2.8438 1.1563L32 26.3437 57.1563 1.1563C57.927.3853 58.875 0 60 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 9px;
	box-shadow: none;
	appearance: none;
}

a.iubenda-cs-cookie-policy-lnk {
	color: inherit;
	text-decoration: underline;
}

.p-iub a {
  text-decoration: none !important;
}

@media (max-width: 1024px) {

  .p-iub {
    margin-top: 10px;
    text-align: center;
  }

  .p-iub span {
    display: none;
  }

  .p-iub a {
    display: block;
  }

  .p-iub a.cc {
    margin-top: 5px;
  }

}

.hr-btn-long.hr-btn-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 640px) {
  .hr-banner.hr-banner-box .hr-box .hr-ctas .hr-btn {
    width:100%;
    min-width: auto;
  }
}

.hr-slider-box .hr-slide .hr-box {
  background-color: rgba(255,255,255,0.5);
  width: 400px;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu li.hr-menu-item-icon:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  background-image: url(../assets/img/icon-pin-alt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 1px;
}

@media (max-width: 960px) {
  .hr-footer .hr-copy .hr-text {
      width: 100% !important;
      text-align: center !important;
  }
}

.hr-text ul li, .hr-text ol li {
  word-break: break-word;
}

.hr-text strong {
  display: inline-block;
}

.hr-split--hero .hr-pos-image .hr-image img {
  height: 100%;
  object-fit: cover;
}

.hr-split--hero .hr-box-split-hero {
  max-width: 700px;
  margin: 0 auto;
}

.hr-split--hero .hr-title {
  font-family:"Univers-LT-Condensed",sans-serif;
  font-weight: 700;
  line-height: 1;
}

.hr-box-split-hero-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
}

.hr-box-split-hero-price-label {
  color: #FFF;
  margin-left: 30px;
  font-family:"Univers-LT-Condensed",sans-serif;
  line-height: 1;
}

.hr-box-split-hero-price-label b {
  letter-spacing: 1px;
}

.hr-grid-icons {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hr-grid-icons .grid-item {
  padding: 10px;
  text-align: center;
}

.hr-grid-icons .grid-img {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.hr-grid-icons .grid-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hr-grid-icons .grid-title {
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {

  .hr-box-split-hero .hr-title br,
  .hr-box-split-hero .hr-excerpt br {
    display: none;
  }

  .hr-split--hero .hr-box-split-hero {
    margin: 0 auto;
    text-align: center;
  }

  .hr-box-split-hero-flex {
    justify-content: center;
    flex-direction: column;
  }

  .hr-box-split-hero-price-label {
    margin-top: 20px;
    margin-left: 0;
  }

}

@media (max-width: 1100px) {

  .hr-grid-icons {
    padding: 0 15px;
    flex-wrap: wrap;
  }

  .hr-grid-icons .grid-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

@media (max-width: 600px) {

  .hr-grid-icons .grid-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

@media (max-width: 480px) {

  .hr-grid-icons .grid-img {
    width: 80px;
    height: 80px;
  }

  .hr-grid-icons .grid-title {
    font-size: 16px;
  }

}

.hr-swiper-autoplay .logos-img {
  width: auto;
  height: 50px;
}

.hr-swiper-autoplay .logos-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 40px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.hr-swiper-autoplay .swiper-wrapper {
  transition-timing-function: linear!important;
}

.hr-swiper-autoplay .swiper-slide {
  width: 200px;
}

.item-elettro-box {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 176px;
}

.item-elettro-box.elettro-first {
  background-color: #C11E43;
}

.item-elettro-box.elettro-other {
  background-color: #4B4B4B;
}

.item-elettro-box .modal-desc-js {
  display: none;
}

.item-elettro-box.elettro-first .hr-btn-white span {
  color: #C11E43;
}

.item-elettro-box.elettro-other .hr-btn-white span {
  color: #4B4B4B;
}

.item-elettro-box.elettro-other .hr-icon.hr-icon-arrow-white {
  background-color: #4B4B4B;
}

.item-elettro .hr-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.50%
}

.item-elettro .hr-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-elettro-title {
  font-family:"Univers-LT-Condensed",sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.item-elettro-desc {
  margin-bottom: 0;
}

.item-elettro-box.elettro-other .item-elettro-data {
  max-width: 40%;
  align-self: flex-end;
}

.item-price {
  color: #FFF;
}

.item-elettro-box.elettro-first .item-price {
  text-align: center;
}

.item-elettro-box.elettro-other .item-price {
  margin-bottom: 20px;
}

.item-elettro-box.elettro-other .item-elettro-data + .item-price {
  display: none;
}

.item-price .price-regular,
.item-price .price-sale {
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  font-size: calc(28px + 14 * ((100vw - 480px) / 1440));
}

.item-price .price-sale {
  display: block;
}

.item-price .price-sale + .price-regular {
  position: relative;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: calc(20px + 14 * ((100vw - 480px) / 1440));
}

.item-price .price-sale + .price-regular:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  z-index: 2;
}

.item-elettro-box.elettro-other .item-price .price-regular,
.item-elettro-box.elettro-other .item-price .price-sale {
  font-size: calc(20px + 12 * ((100vw - 480px) / 1440));
}

.item-elettro-box.elettro-other .item-price .price-sale + .price-regular {
  font-size: calc(14px + 12 * ((100vw - 480px) / 1440));
}

.item-elettro-end {
  align-self: stretch;
  display: inline-flex;
  flex-direction: column;
  text-align: right;
}

.item-elettro-end .hr-btn {
  margin-top: auto;
}

.item-elettro-expiry {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #4B4B4B;
  text-align: center;
  z-index: 2;
}

.item-elettro-expiry span {
  font-size: calc(28px + 14 * ((100vw - 480px) / 1440));
  font-family:"Univers-LT-Condensed",sans-serif;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}

.item-elettro.elettro-other .item-elettro-expiry {
  background-color: #C11E43;
}

.item-elettro.elettro-other .item-elettro-expiry span {
  font-size: calc(18px + 12 * ((100vw - 480px) / 1440));
}

@media (max-width: 1280px) {

  .item-elettro-box {
    min-height: auto;
  }

  .item-elettro-expiry span {
    font-size: 24px !important;
  }

  .item-elettro-box.elettro-other .item-elettro-data {
    align-self: auto;
  }

}

@media (max-width: 767px) {

  .item-elettro-box {
    flex-wrap: wrap;
  }

  .item-elettro-box .hr-btn,
  .item-elettro-end {
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .item-elettro-end .hr-btn {
    margin-top: 0;
  }

  .item-elettro-end {
    flex-direction: row;
  }

  .item-elettro-end .item-price {
    display: none;
  }

  .item-elettro-box.elettro-other .item-elettro-data {
    max-width: none;
  }

  .item-elettro-box.elettro-other .item-elettro-data + .item-price {
    display: block;
    text-align: right;
  }

  .item-price .price-regular,
  .item-price .price-sale {
    font-size: 28px !important;
    text-align: right !important;
  }

  .item-price .price-sale + .price-regular {
    font-size: 24px !important;
  }

}

.no--scroll {
  overflow: hidden !important;
}

.hr-block-elettrodomestici-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.hr-block-elettrodomestici-fill .hr-block-elettrodomestici-wrap {
  margin: 0 auto;
}

.hr-block-elettrodomestici .hr-btn {
  margin-top: 30px;
}

.hr-block-elettrodomestici-fill {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.hr-btn-modal-js {
  cursor: pointer;
}

.hr-btn.hr-btn-modal-js {
  pointer-events: none;
}

.modal--elettro .modal-content {
  background-color: #C11E43;
  border-radius: 20px;
}

.modal--elettro .modal-dialog .close:before {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M.472 1.404l.691-.722 10.365 9.914-.691.722z'/%3E%3Cpath d='M11.35 1.404l-.692-.722L.293 10.596l.691.722z'/%3E%3C/g%3E%3C/svg%3E");
}

.modal--elettro .modal-header {
  display: flex;
  justify-content: space-between;
}

.modal--elettro .modal-box:first-child {
  padding-right: 150px;
  text-align: left;
}

@media (max-width: 767px) {

  .modal--elettro .modal-box:first-child {
    padding-right: 40px;
  }

}

@media (min-width: 320px) {

  .modal--elettro .modal-dialog {
    max-width: 900px;
  }

}

.modal--elettro .modal-response {
  display: none;
}

/* Hero Taxonomy Parent */
.sk-hero {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 5;
}

.sk-hero .hero__media {
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  overflow: hidden;
  background-color: #FAFAFA;
}

.sk-hero .hero__media__image,
.sk-hero .hero__media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Mega-Menu */
.hr-overlay.hr-overlay-body {
  z-index: 10;
}

.hr-navbar .hr-top-menu li .sf-sub-menu {
  position: absolute;
  top: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
}

.hr-navbar .hr-top-menu li .sf-sub-menu.is--hovered {
  pointer-events: auto;
}

.hr-navbar .hr-top-menu li .sf-sub-menu.is--hovered .third-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hr-navbar .hr-top-menu li.mega-menu {
  position: static;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu {
  left: 0;
  right: 0;
  width: 100vw;
  padding: 40px 30px;
  background-color: #FFF;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu.third-menu {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  padding: 0;
  opacity: 1;
  visibility: visible;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu .mega-menu__wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu .mega-menu__wrap > li {
  /*width: 16.6667%;*/
  flex: 0 0 auto;
  max-width: 250px;
  padding: 0 10px;
  height: auto;
  line-height: normal;
  display: block;
  margin-right: 0;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu .mega-menu__wrap .third-menu {
  margin-top: 10px;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu .mega-menu__wrap .third-menu li {
  width: 100%;
  height: auto;
  margin-top: 6px;
  line-height: normal;
  display: block;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu .mega-menu__wrap .third-menu li:first-child {
  margin-top: 0;
}

.hr-navbar .hr-top-menu li.mega-menu .sf-sub-menu .mega-menu__wrap .third-menu li a {
  font-weight: 400;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu ul.sub-menu {
  display: none;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu ul.sub-menu li {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu ul.sub-menu li a {
  font-size: 16px;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu li.hr-menu-item-icon > a,
.hr-sidebar-menu .hr-panel .hr-mobile-menu li.menu-item-has-children > a {
  position: relative;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -24px;
  width: 20px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.3536 2.3536 6.171 6.171m-6.1711 6.1598 6.1711-6.171' stroke='%23C11E43' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu li.menu-item-has-children > a.is--opened:after {
  transform: rotate(270deg);
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu li.hr-menu-item-icon:before {
  display: none;
}

.hr-sidebar-menu .hr-panel .hr-mobile-menu li.hr-menu-item-icon > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -22px;
  height: 20px;
  width: 20px;
  background-image: url(../assets/img/icon-pin-alt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hr-split .hr-box.hr-box-countdown {
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1920px) {
    .hr-split .hr-box.hr-box-countdown .hr-timer .hr-display {
        font-size: 60px;
    }
}

@media screen and (min-width: 480px) {
    .hr-split .hr-box.hr-box-countdown .hr-timer .hr-display {
        font-size: calc(40px + 20 * ((100vw - 480px) / 1440));
    }
}

.hr-instagram-feed .hr-title.hr-size-h2 {
    margin-bottom: 0;
}

.hr-carousel-feed {
  margin-top: 40px;
}

.hr-carousel-feed .feed__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hr-carousel-feed .feed__link:hover:before {
  opacity: 1;
}

.hr-carousel-feed .sk-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.hr-carousel-feed .sk-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hr-carousel-feed .hr-slider-arr {
  opacity: 1;
}

.hr-carousel-feed .hr-nav-prev {
  left: 30px;
}

.hr-carousel-feed .hr-nav-next {
  right: 30px;
}

.hr-carousel-feed .hr-slider-nav {
  position: relative;
  margin-top: 10px;
  bottom: auto;
}

.hr-carousel-feed .swiper-pagination-bullet {
  background-color: #FFF;
}

.hr-bg--hero .hr-bg--media {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.hr-bg--hero .hr-bg--media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
}

.hr-bg--hero .hr-bg--media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hr-bg--hero .hr-bg--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-bg--hero .hr-bg--content .hr-title {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hr-form-configurator--step {
  padding: 50px 0;
  border-bottom: 2px solid #CCC;
}

.hr-form-configurator--step:first-child {
  padding-top: 0;
}

.hr-form-configurator--step .step-title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.hr-form-configurator--step .step-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.hr-form-configurator--step .step-wrapper--space {
  gap: 60px;
}

.hr-form-configurator--step .step-wrapper .step-flex {
  width: calc(25% - 30px);
}

.hr-form-configurator--step .step-wrapper .step-flex-40 {
  width: calc(40% - 30px);
}

.hr-form-configurator--step .step-error {
  color: #FF0000;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  display: none;
}

.hr-form-configurator--step .step-error.is-visible {
  display: block;
}

.wrapper-choice .choice-rounded {
  display: block;
  padding: 10px;
  border: 2px solid #CCC;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.wrapper-choice .choice-rounded:hover {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2);
}

.wrapper-choice .choice-rounded .r-title {
  padding: 10px;
}

.wrapper-choice .choice-rounded .r-title--mrg {
  margin-top: 6px;
}

.wrapper-choice .choice-rounded {
    text-align: center;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.wrapper-choice .choice-rounded.checked {
    border-color: #C11E43;
    border-width: 4px;
}

.wrapper-choice .choice-button {
  display: block;
  padding: 20px 10px;
  border: 2px solid #CCC;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: transparent;
}

.wrapper-choice .choice-button:hover {
  background-color: #2e2d2b;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2);
}

.wrapper-choice .choice-button:hover .r-title {
  color: #FFF;
}

.wrapper-choice .choice-button .r-title {
  transition: color 0.2s ease;
}

.wrapper-choice .choice-button.checked {
   background-color: #2e2d2b;
}

.wrapper-choice .choice-button.checked .r-title {
    color: #FFF;
}

.wrapper-choice [type='radio'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.wrapper-choice img {
  width: 100%;
  height: auto;
}

.form-configurator-next-step {
  margin-top: 50px;
  text-align: center;
}

.no--visible {
  display: none !important;
}


.step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.step-grid--flex {
  gap: 20px;
  flex-direction: row;
  align-items: baseline;
  display: flex;
}

.step-grid--input {
  position: relative;
  flex: 1;
}

.form-configurator-cucine--step-end .step-end--boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.form-configurator-cucine--step-end .step-end--boxes > div {
  width: calc(50% - 50px);
}

.form-configurator-cucine--step-end .r-head {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.form-configurator-cucine--step-end .r-text {
  margin-top: 20px;
}

.form-configurator-cucine--step-end #scelte-mobili {
  list-style: none;
}

.form-configurator-cucine--step-end #scelte-mobili li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}

.form-configurator-cucine--step-end #scelte-mobili li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}

.form-configurator-cucine--step-end #scelte-mobili li[data-type="dimensioni-cucina"] span {
  display: block;
}

.form-configurator-cucine--step-end #scelte-mobili li[data-type="dimensioni-cucina"] span i {
  margin-top: 10px;
  display: block;
  font-style: normal;
}

.form-configurator-cucine--step-end #scelte-mobili li[data-type="dimensioni-cucina"] span i + i {
  margin-top: 6px;
}

#form-mobili {
  padding: 30px;
  background-color: #F4F4F4;
}

#form-mobili input[type="radio"]+label,
#form-mobili input[type="checkbox"]+label {
  padding-left: 2px;
}

.form-mobili-head {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {

  .hr-form-configurator--step .step-wrapper .step-flex {
      width: calc(50% - 30px);
  }

  .step-grid--flex {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .step-grid--input {
    width: 100%;
  }

  .form-configurator-cucine--step-end .step-end--boxes > div {
    width: 100%;
  }

  .form-configurator-cucine--step-end .step-end--form {
    order: -1;
  }

  .form-configurator-cucine--step-end .step-end--boxes {
    gap: 30px;
  }

  .form-configurator-cucine--step-end .r-head {
    margin-bottom: 0;
  }

  .form-configurator-cucine--step-end .r-text {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 600px) {

  .hr-bg--hero .hr-bg--media {
    min-height: 300px;
  }

  .hr-bg--hero .hr-size-h1 {
    font-size: 24px;
  }

  .hr-wrap-lg-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hr-form-configurator--step .step-wrapper {
    gap: 10px;
  }

  .hr-form-configurator--step .step-wrapper .step-flex {
        width: calc(50% - 10px);
  }

  .hr-form-configurator--step .step-title {
    font-size: 20px;
  }

  .step-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .hr-form-configurator--step .step-wrapper--space {
    gap: 10px;
  }

}

@media screen and (max-width: 374px) {

  .hr-form-configurator--step .step-wrapper .step-flex {
        width: calc(100% - 10px);
  }

}

@media (max-width: 1510px) {

  .hr-navbar .hr-top-menu li {
    margin-right: 15px;
  }

	.hr-navbar .hr-top-menu li a {
		font-size: 14px;
	}

  .hr-navbar .hr-btn-call {
      height: 50px;
      width: 50px;
      min-width: 50px;
      margin-left: 15px;
  }

  .hr-navbar .hr-btn-call a {
    padding: 0;
    display: block;
    height: 50px;
    line-height: 50px;
  }

  .hr-navbar .hr-btn-call .hr-icon {
    display: block;
    height: 50px;
    width: 50px;
  }

  .hr-navbar .hr-btn-call .hr-icon-phone {
      background-size: 18px;
  }

  .hr-navbar .hr-btn-call span:not(.hr-icon) {
    display: none;
  }

  .hr-navbar .hr-btn-search {
    margin-right: 0;
  }

}

.hr-navbar {
  padding: 0 !important;
}

.hr-navbar .hr-navbar-wrapper {
  padding: 20px 40px;
}

@media (max-width: 640px) {
    .hr-navbar.hr-navbar-adv .hr-navbar-wrapper, 
    .hr-navbar .hr-navbar-wrapper {
        padding: 7.5px 20px;
    }
}

.hr-hellobar {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #C11E43;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr-hellobar a {
  font-size: 16px;
  color: #FFF;
}

.hr-hellobar a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {

  .hr-hellobar {
    height: 40px;
  }

  .hr-hellobar a {
    font-size: 14px;
  }

}
