.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
body {
  margin: 0;
}

img {
  max-width: 100%;
}

svg {
  max-height: 100%;
}

fieldset, input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

label {
  vertical-align: middle;
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  height: 2.25rem;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
}

select {
  line-height: 1.75;
  padding: 0.5rem 0.5rem;
}

select:not([multiple]) {
  height: 2.25rem;
  vertical-align: middle;
}

textarea {
  line-height: 1.75;
  padding: 0.5rem 0.5rem;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

th {
  text-align: left;
  font-weight: 700;
}

td, th {
  padding: 0.25rem 1rem;
  line-height: inherit;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

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

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

code, pre, samp {
  font-family: "Source Code Pro", Consolas, monospace;
  font-size: inherit;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-x: scroll;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

body {
  background-color: #fff;
}

a {
  color: #0074d9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code, pre {
  background-color: transparent;
  border-radius: 3px;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}

.field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.field.is-focused, .field:focus {
  outline: 0;
  border-color: #0074d9;
  box-shadow: 0 0 0 2px rgba(0, 116, 217, 0.5);
}

.field.is-disabled, .field:disabled {
  background-color: rgba(0, 0, 0, 0.125);
  opacity: 0.5;
}

.field:-moz-read-only:not(select) {
  background-color: rgba(0, 0, 0, 0.125);
}

.field.is-read-only, .field:read-only:not(select) {
  background-color: rgba(0, 0, 0, 0.125);
}

.field.is-success {
  border-color: #2ecc40;
}

.field.is-success.is-focused, .field.is-success:focus {
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5);
}

.field.is-warning {
  border-color: #ffdc00;
}

.field.is-warning.is-focused, .field.is-warning:focus {
  box-shadow: 0 0 0 2px rgba(255, 220, 0, 0.5);
}

.field.is-error, .field:invalid {
  border-color: #ff4136;
}

.field.is-error.is-focused, .field.is-error:focus, .field:invalid.is-focused, .field:invalid:focus {
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}

.table-light td, .table-light th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}

.table-light tr:last-child td {
  border-bottom: 0;
}

.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-primary {
  color: #fff;
  background-color: #0074d9;
  border-radius: 3px;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-primary:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-primary.is-disabled, .btn-primary:disabled {
  opacity: 0.5;
}

.btn-outline, .btn-outline:hover {
  border-color: currentcolor;
}

.btn-outline {
  border-radius: 3px;
}

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.0625);
}

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.125), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.125);
}

.btn-outline.is-disabled, .btn-outline:disabled {
  opacity: 0.5;
}

.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3, .footer-menu ul.menu li {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

.bold, footer .nav ul a {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.center, .mc4wp-form-fields {
  text-align: center;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.inline {
  display: inline;
}

.block {
  display: block;
}

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

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.border-box {
  box-sizing: border-box;
}

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

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

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

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

/*! Basscss | http://basscss.com | MIT License */
.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3, .footer-menu ul.menu li {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

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

.bold, footer .nav ul a {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

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

.center, .mc4wp-form-fields {
  text-align: center;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.125;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.5;
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.inline {
  display: inline;
}

.block {
  display: block;
}

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

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
}

.max-width-2 {
  max-width: 32rem;
}

.max-width-3 {
  max-width: 48rem;
}

.max-width-4 {
  max-width: 64rem;
}

.border-box {
  box-sizing: border-box;
}

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

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

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

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

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0, .mx0 {
  margin-left: 0;
}

.mx0 {
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1, .mx1 {
  margin-left: 0.5rem;
}

.mx1 {
  margin-right: 0.5rem;
}

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.ml2, .mx2 {
  margin-left: 1rem;
}

.mx2 {
  margin-right: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m3 {
  margin: 2rem;
}

.mt3 {
  margin-top: 2rem;
}

.mr3 {
  margin-right: 2rem;
}

.mb3, .mc4wp-form-fields {
  margin-bottom: 2rem;
}

.ml3, .mx3 {
  margin-left: 2rem;
}

.mx3 {
  margin-right: 2rem;
}

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4, .mx4 {
  margin-left: 4rem;
}

.mx4 {
  margin-right: 4rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.ml-auto {
  margin-left: auto;
}

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

.mx-auto {
  margin-left: auto;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0, .px0 {
  padding-left: 0;
}

.px0 {
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2 {
  padding: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 2rem;
}

.pt3 {
  padding-top: 2rem;
}

.pr3 {
  padding-right: 2rem;
}

.pb3 {
  padding-bottom: 2rem;
}

.pl3 {
  padding-left: 2rem;
}

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.col {
  float: left;
}

.col, .col-right {
  box-sizing: border-box;
}

.col-right {
  float: right;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-2 {
    width: 16.66667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-8 {
    width: 66.66667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66667%;
  }
  .sm-col-12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-2 {
    width: 16.66667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-8 {
    width: 66.66667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66667%;
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .lg-col {
    float: left;
    box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  .lg-col-1 {
    width: 8.33333%;
  }
  .lg-col-2 {
    width: 16.66667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.33333%;
  }
  .lg-col-5 {
    width: 41.66667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.33333%;
  }
  .lg-col-8 {
    width: 66.66667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.33333%;
  }
  .lg-col-11 {
    width: 91.66667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}
.flex {
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex, .mc4wp-form-fields {
    display: flex;
  }
}
@media (min-width: 52em) {
  .md-flex {
    display: flex;
  }
}
@media (min-width: 64em) {
  .lg-flex {
    display: flex;
  }
}
.flex-column {
  flex-direction: column;
}

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

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.items-center, .mc4wp-form-fields {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

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

.justify-center, .mc4wp-form-fields {
  justify-content: center;
}

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

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

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

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

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

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

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

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

.flex-auto, .mc4wp-form-fields {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  flex: none;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-last {
  order: 99999;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.border {
  border-style: solid;
  border-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  border-radius: 0;
}

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}
.display-none {
  display: none !important;
}

@media (min-width: 40em) {
  .sm-m0 {
    margin: 0;
  }
  .sm-mt0 {
    margin-top: 0;
  }
  .sm-mr0 {
    margin-right: 0;
  }
  .sm-mb0 {
    margin-bottom: 0;
  }
  .sm-ml0 {
    margin-left: 0;
  }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm-m1 {
    margin: 0.5rem;
  }
  .sm-mt1 {
    margin-top: 0.5rem;
  }
  .sm-mr1 {
    margin-right: 0.5rem;
  }
  .sm-mb1 {
    margin-bottom: 0.5rem;
  }
  .sm-ml1 {
    margin-left: 0.5rem;
  }
  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm-m2 {
    margin: 1rem;
  }
  .sm-mt2 {
    margin-top: 1rem;
  }
  .sm-mr2 {
    margin-right: 1rem;
  }
  .sm-mb2 {
    margin-bottom: 1rem;
  }
  .sm-ml2 {
    margin-left: 1rem;
  }
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm-m3 {
    margin: 2rem;
  }
  .sm-mt3 {
    margin-top: 2rem;
  }
  .sm-mr3 {
    margin-right: 2rem;
  }
  .sm-mb3 {
    margin-bottom: 2rem;
  }
  .sm-ml3 {
    margin-left: 2rem;
  }
  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm-m4 {
    margin: 4rem;
  }
  .sm-mt4 {
    margin-top: 4rem;
  }
  .sm-mr4 {
    margin-right: 4rem;
  }
  .sm-mb4 {
    margin-bottom: 4rem;
  }
  .sm-ml4 {
    margin-left: 4rem;
  }
  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm-ml-auto {
    margin-left: auto;
  }
  .sm-mr-auto {
    margin-right: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 52em) {
  .md-m0 {
    margin: 0;
  }
  .md-mt0 {
    margin-top: 0;
  }
  .md-mr0 {
    margin-right: 0;
  }
  .md-mb0 {
    margin-bottom: 0;
  }
  .md-ml0 {
    margin-left: 0;
  }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md-m1 {
    margin: 0.5rem;
  }
  .md-mt1 {
    margin-top: 0.5rem;
  }
  .md-mr1 {
    margin-right: 0.5rem;
  }
  .md-mb1 {
    margin-bottom: 0.5rem;
  }
  .md-ml1 {
    margin-left: 0.5rem;
  }
  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md-m2 {
    margin: 1rem;
  }
  .md-mt2 {
    margin-top: 1rem;
  }
  .md-mr2 {
    margin-right: 1rem;
  }
  .md-mb2 {
    margin-bottom: 1rem;
  }
  .md-ml2 {
    margin-left: 1rem;
  }
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md-m3 {
    margin: 2rem;
  }
  .md-mt3 {
    margin-top: 2rem;
  }
  .md-mr3 {
    margin-right: 2rem;
  }
  .md-mb3 {
    margin-bottom: 2rem;
  }
  .md-ml3 {
    margin-left: 2rem;
  }
  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md-m4 {
    margin: 4rem;
  }
  .md-mt4 {
    margin-top: 4rem;
  }
  .md-mr4 {
    margin-right: 4rem;
  }
  .md-mb4 {
    margin-bottom: 4rem;
  }
  .md-ml4 {
    margin-left: 4rem;
  }
  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md-ml-auto {
    margin-left: auto;
  }
  .md-mr-auto {
    margin-right: auto;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 64em) {
  .lg-m0 {
    margin: 0;
  }
  .lg-mt0 {
    margin-top: 0;
  }
  .lg-mr0 {
    margin-right: 0;
  }
  .lg-mb0 {
    margin-bottom: 0;
  }
  .lg-ml0 {
    margin-left: 0;
  }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg-m1 {
    margin: 0.5rem;
  }
  .lg-mt1 {
    margin-top: 0.5rem;
  }
  .lg-mr1 {
    margin-right: 0.5rem;
  }
  .lg-mb1 {
    margin-bottom: 0.5rem;
  }
  .lg-ml1 {
    margin-left: 0.5rem;
  }
  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg-m2 {
    margin: 1rem;
  }
  .lg-mt2 {
    margin-top: 1rem;
  }
  .lg-mr2 {
    margin-right: 1rem;
  }
  .lg-mb2 {
    margin-bottom: 1rem;
  }
  .lg-ml2 {
    margin-left: 1rem;
  }
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg-m3 {
    margin: 2rem;
  }
  .lg-mt3 {
    margin-top: 2rem;
  }
  .lg-mr3 {
    margin-right: 2rem;
  }
  .lg-mb3 {
    margin-bottom: 2rem;
  }
  .lg-ml3 {
    margin-left: 2rem;
  }
  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg-m4 {
    margin: 4rem;
  }
  .lg-mt4 {
    margin-top: 4rem;
  }
  .lg-mr4 {
    margin-right: 4rem;
  }
  .lg-mb4 {
    margin-bottom: 4rem;
  }
  .lg-ml4 {
    margin-left: 4rem;
  }
  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg-ml-auto {
    margin-left: auto;
  }
  .lg-mr-auto {
    margin-right: auto;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Basscss Responsive Padding */
@media (min-width: 40em) {
  .sm-p0 {
    padding: 0;
  }
  .sm-pt0 {
    padding-top: 0;
  }
  .sm-pr0 {
    padding-right: 0;
  }
  .sm-pb0 {
    padding-bottom: 0;
  }
  .sm-pl0 {
    padding-left: 0;
  }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-p1 {
    padding: 0.5rem;
  }
  .sm-pt1 {
    padding-top: 0.5rem;
  }
  .sm-pr1 {
    padding-right: 0.5rem;
  }
  .sm-pb1 {
    padding-bottom: 0.5rem;
  }
  .sm-pl1 {
    padding-left: 0.5rem;
  }
  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm-p2 {
    padding: 1rem;
  }
  .sm-pt2 {
    padding-top: 1rem;
  }
  .sm-pr2 {
    padding-right: 1rem;
  }
  .sm-pb2 {
    padding-bottom: 1rem;
  }
  .sm-pl2 {
    padding-left: 1rem;
  }
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-p3 {
    padding: 2rem;
  }
  .sm-pt3 {
    padding-top: 2rem;
  }
  .sm-pr3 {
    padding-right: 2rem;
  }
  .sm-pb3 {
    padding-bottom: 2rem;
  }
  .sm-pl3 {
    padding-left: 2rem;
  }
  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm-p4 {
    padding: 4rem;
  }
  .sm-pt4 {
    padding-top: 4rem;
  }
  .sm-pr4 {
    padding-right: 4rem;
  }
  .sm-pb4 {
    padding-bottom: 4rem;
  }
  .sm-pl4 {
    padding-left: 4rem;
  }
  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 52em) {
  .md-p0 {
    padding: 0;
  }
  .md-pt0 {
    padding-top: 0;
  }
  .md-pr0 {
    padding-right: 0;
  }
  .md-pb0 {
    padding-bottom: 0;
  }
  .md-pl0 {
    padding-left: 0;
  }
  .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md-p1 {
    padding: 0.5rem;
  }
  .md-pt1 {
    padding-top: 0.5rem;
  }
  .md-pr1 {
    padding-right: 0.5rem;
  }
  .md-pb1 {
    padding-bottom: 0.5rem;
  }
  .md-pl1 {
    padding-left: 0.5rem;
  }
  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-p2 {
    padding: 1rem;
  }
  .md-pt2 {
    padding-top: 1rem;
  }
  .md-pr2 {
    padding-right: 1rem;
  }
  .md-pb2 {
    padding-bottom: 1rem;
  }
  .md-pl2 {
    padding-left: 1rem;
  }
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md-p3 {
    padding: 2rem;
  }
  .md-pt3 {
    padding-top: 2rem;
  }
  .md-pr3 {
    padding-right: 2rem;
  }
  .md-pb3 {
    padding-bottom: 2rem;
  }
  .md-pl3 {
    padding-left: 2rem;
  }
  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md-p4 {
    padding: 4rem;
  }
  .md-pt4 {
    padding-top: 4rem;
  }
  .md-pr4 {
    padding-right: 4rem;
  }
  .md-pb4 {
    padding-bottom: 4rem;
  }
  .md-pl4 {
    padding-left: 4rem;
  }
  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1030px) {
  .lg-p0 {
    padding: 0;
  }
  .lg-pt0 {
    padding-top: 0;
  }
  .lg-pr0 {
    padding-right: 0;
  }
  .lg-pb0 {
    padding-bottom: 0;
  }
  .lg-pl0 {
    padding-left: 0;
  }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-p1 {
    padding: 0.5rem;
  }
  .lg-pt1 {
    padding-top: 0.5rem;
  }
  .lg-pr1 {
    padding-right: 0.5rem;
  }
  .lg-pb1 {
    padding-bottom: 0.5rem;
  }
  .lg-pl1 {
    padding-left: 0.5rem;
  }
  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg-p2 {
    padding: 1rem;
  }
  .lg-pt2 {
    padding-top: 1rem;
  }
  .lg-pr2 {
    padding-right: 1rem;
  }
  .lg-pb2 {
    padding-bottom: 1rem;
  }
  .lg-pl2 {
    padding-left: 1rem;
  }
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-p3 {
    padding: 2rem;
  }
  .lg-pt3 {
    padding-top: 2rem;
  }
  .lg-pr3 {
    padding-right: 2rem;
  }
  .lg-pb3 {
    padding-bottom: 2rem;
  }
  .lg-pl3 {
    padding-left: 2rem;
  }
  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg-p4 {
    padding: 4rem;
  }
  .lg-pt4 {
    padding-top: 4rem;
  }
  .lg-pr4 {
    padding-right: 4rem;
  }
  .lg-pb4 {
    padding-bottom: 4rem;
  }
  .lg-pl4 {
    padding-left: 4rem;
  }
  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.primary {
  color: #e1e1e1;
}

.secondary {
  color: #FFE9E1;
}

.silver {
  color: #C6C6C4;
}

.silver-light {
  color: #F1F1F1;
}

.bg-silver-light {
  background: #F1F1F1;
}

a.gray, .gray {
  color: #959592;
}

.bg-silver {
  background: #F1F1F1;
}

.bg-white {
  background: white;
}

.bg-primary {
  background: #e1e1e1;
}

.bg-primary-1 {
  background: #878EA0;
}

.bg-primary-2 {
  background: #C3C7D0;
}

.bg-secondary {
  background: #FFE9E1;
}

.bg-secondary-2 {
  background: #DDDDDC;
}

.bg-primary-3 {
  background: #E7E8EC;
}

.bg-dark-red {
  background: #482020;
}

.bg-beige {
  background: #C69C6C;
}

.bg-beige-light {
  background: #EEE1D3;
}

.bg-dark-green {
  background: #192818;
}

.bg-orange {
  background: #FDD9BE;
}

.silver {
  color: #BBBBB9;
}

.white {
  color: white;
}

.beige {
  color: #C69C6C;
}

a.gray {
  color: #959592;
}

a.black {
  color: black;
}

a {
  color: #aeaeae;
}

.with-icon {
  z-index: 9;
}

.columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1000px) {
  .columns {
    -moz-column-count: 1;
         column-count: 1;
    padding: 0 1rem;
  }
}

.miller, .instagram-image .inner, .special-content-image .inner, .slider-navigation {
  font-family: "Miller";
  font-weight: 300;
}

h1,
h2,
h3,
h4,
.serif {
  font-family: "Miller";
  font-weight: 300;
}

.italic {
  letter-spacing: 2px;
}

h1,
.h1 {
  font-size: 48px;
  font-weight: 300;
}
h1.with-icon:before,
.h1.with-icon:before {
  background-image: url("../media/images/snirkel-blue.svg");
  background-size: 110px 46px;
  display: block;
  width: 110px;
  height: 46px;
  content: "";
  margin: 0 auto 10px auto;
}
@media (max-width: 1600px) {
  h1.with-icon:before,
  .h1.with-icon:before {
    background-size: 85px 38px;
    width: 85px;
    height: 38px;
  }
}
@media (max-width: 600px) {
  h1.with-icon:before,
  .h1.with-icon:before {
    background-size: 55px 18px;
    width: 55px;
    height: 18px;
  }
}
@media (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
h1.bigger,
.h1.bigger {
  font-size: 42px;
}
@media (max-width: 600px) {
  h1.bigger,
  .h1.bigger {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h1,
  .h1 {
    font-size: 1.2rem;
  }
}

h2,
.h2 {
  line-height: 130%;
  font-size: 36px;
}
h2.bigger,
.h2.bigger {
  font-size: 28px;
  font-size: 4.4vh;
}
@media (min-width: 1800px) {
  h2.bigger,
  .h2.bigger {
    font-size: 48px;
  }
}
@media (max-width: 1600px) {
  h2.bigger,
  .h2.bigger {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  h2.bigger,
  .h2.bigger {
    font-size: 1.2rem;
  }
}
h2.with-icon:before,
.h2.with-icon:before {
  background-image: url("../media/images/snirkel-blue.svg");
  background-size: 80px 38px;
  display: block;
  width: 80px;
  height: 38px;
  content: "";
  margin: 1rem auto;
}
@media (max-width: 1600px) {
  h2.with-icon:before,
  .h2.with-icon:before {
    background-size: 68px 28px;
    width: 68px;
    height: 28px;
  }
}
@media (max-width: 900px) {
  h2.with-icon:before,
  .h2.with-icon:before {
    background-size: 60px 24px;
    width: 60px;
    height: 24px;
  }
}
@media (max-width: 600px) {
  h2.with-icon:before,
  .h2.with-icon:before {
    background-size: 55px 18px;
    width: 55px;
    height: 18px;
  }
}
@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  h2,
  .h2 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  h2,
  .h2 {
    font-size: 1rem;
  }
}

h3,
.h3,
.footer-menu ul.menu li {
  font-size: 28px;
}
@media (max-width: 1600px) {
  h3,
  .h3,
  .footer-menu ul.menu li {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  h3,
  .h3,
  .footer-menu ul.menu li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .h4 {
    font-size: 0.7rem;
  }
}

p {
  font-size: 16px;
  line-height: 30px;
}
p.small {
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 1600px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

.mega {
  font-size: 60px;
}
@media (min-width: 28rem) and (max-width: 64rem) {
  .mega {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .mega {
    font-size: 22px;
  }
}

small {
  font-family: "Graphik";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 1600px) {
  small {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  small {
    font-size: 12px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.letter-spacing {
  letter-spacing: 1px;
}

.red-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .red-box {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.red-box .red-box-textbox {
  max-width: 800px;
  margin: auto;
}
.red-box .red-box-textbox p {
  font-size: 1rem;
  line-height: 160%;
  color: #fff;
  text-align: center;
}
@media (min-width: 1000px) {
  .red-box .red-box-textbox p {
    font-size: 1.1rem;
  }
}
.red-box .red-box-textbox .red-box-h2 {
  color: #EEE1D3;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .red-box .red-box-textbox .red-box-h2 {
    font-size: 3rem;
    margin: auto;
  }
}
.red-box .paket-box {
  padding-right: 20px;
}

.beige-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .beige-box {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.beige-box .beige-box-textbox {
  max-width: 530px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1000px) {
  .beige-box .beige-box-textbox {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.beige-box .beige-box-textbox p {
  font-size: 1rem;
  line-height: 160%;
}
@media (min-width: 1000px) {
  .beige-box .beige-box-textbox p {
    font-size: 1.1rem;
  }
}
.beige-box .beige-box-textbox .beige-box-h2 {
  color: #192818;
  font-size: 2rem;
  font-style: italic;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .beige-box .beige-box-textbox .beige-box-h2 {
    font-size: 3rem;
    margin: 0;
  }
}
.beige-box .paket-box {
  padding-right: 20px;
}

.green-box {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1000px) {
  .green-box {
    padding-top: 75px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.green-box .theme-cta-header {
  max-width: 1440px;
}
.green-box .theme-cta-header .theme-card-wrapper2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .green-box .theme-cta-header .theme-card-wrapper2 {
    margin: 0;
  }
}
.green-box .theme-cta-header .theme-card-wrapper2 .theme-card {
  flex: 0 0 100%;
  border: none;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .green-box .theme-cta-header .theme-card-wrapper2 .theme-card {
    flex: 0 0 45%;
    margin: 0;
    padding-bottom: 75px;
  }
}
.green-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__header .theme-card__figure {
  padding-top: 66%;
}
.green-box .theme-cta-header .theme-card-wrapper2 .theme-card .green-box-h2 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #C69C6C;
  font-style: italic;
}
@media (min-width: 768px) {
  .green-box .theme-cta-header .theme-card-wrapper2 .theme-card .green-box-h2 {
    font-size: 2rem;
  }
}
.green-box .theme-cta-header .theme-card-wrapper2 .theme-card p {
  color: white;
}
.green-box .theme-cta-header .theme-card-wrapper2 .theme-card .a-box-green {
  display: flex;
  align-items: center;
}
.green-box .theme-cta-header .theme-card-wrapper2 .theme-card .a-box-green .a-box-green-link {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  /* clip any content outside of the hyperlink during the hover transition */
  transition: background-position 370ms ease;
  display: flex;
  align-items: center;
  color: #C69C6C;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to right, #fff, #fff 50%, #C69C6C 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
.green-box .theme-cta-header .theme-card-wrapper2 .theme-card .a-box-green .a-box-green-link:hover {
  background-position: 0 100%;
  /* to have the link fill from left to right on hover */
}
.green-box .green-box-textbox {
  width: 530px;
}
.green-box .green-box-textbox p {
  font-size: 1.1rem;
  line-height: 160%;
}
.green-box .green-box-textbox .green-box-h2 {
  color: #192818;
  font-size: 2rem;
  font-style: italic;
}
@media (min-width: 1000px) {
  .green-box .green-box-textbox .green-box-h2 {
    font-size: 3rem;
    margin-top: 0.5em;
  }
}
.puff-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .puff-box {
    padding-top: 75px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.puff-box .theme-cta-header {
  max-width: 1440px;
  margin: 0 auto;
}
.puff-box .theme-cta-header .theme-card-wrapper2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 {
    flex-direction: row;
    padding-top: 0;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card {
    padding-bottom: 50px;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card:nth-child(odd) {
  flex-direction: column;
}
@media (min-width: 768px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card:nth-child(odd) {
    flex-direction: row;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card:nth-child(even) {
  flex-direction: column;
}
@media (min-width: 768px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card {
    flex: 0 0 100%;
    padding-bottom: 75px;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__figure {
  width: 100%;
  height: 150px;
}
@media (min-width: 768px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__figure {
    flex: 1;
    max-width: 47%;
    padding-top: 30%;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 {
    flex: 1;
    max-width: 47%;
    padding-right: 1rem;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 p {
  font-size: 1rem;
  line-height: 160%;
}
@media (min-width: 1000px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 p {
    font-size: 1.1rem;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 .puff-box-h2 {
  color: #192818;
  font-size: 1.5rem;
  font-style: italic;
}
@media (min-width: 1000px) {
  .puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 .puff-box-h2 {
    font-size: 3rem;
    margin-top: 0.5em;
  }
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 .a-box-puff {
  display: flex;
  align-items: center;
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 .a-box-puff .a-box-puff-link {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  /* clip any content outside of the hyperlink during the hover transition */
  transition: background-position 370ms ease;
  display: flex;
  align-items: center;
  color: #192818;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to right, #c69c6c, #c69c6c 50%, #192818 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
.puff-box .theme-cta-header .theme-card-wrapper2 .theme-card .theme-card__body-2 .a-box-puff .a-box-puff-link:hover {
  background-position: 0 100%;
  /* to have the link fill from left to right on hover */
}

.upplev-box {
  max-width: 550px;
  margin-left: 0.5em;
}
.upplev-box .upplev-h3 {
  font-style: italic;
  color: #482020;
  font-size: 24px;
}
@media (min-width: 1000px) {
  .upplev-box .upplev-h3 {
    font-size: 2rem;
  }
}
.upplev-box p {
  font-size: 16px;
}
@media (min-width: 1000px) {
  .upplev-box p {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  .upplev-box {
    padding-top: 2rem;
  }
}

.paket-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.paket-box .paket-link {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  /* clip any content outside of the hyperlink during the hover transition */
  transition: background-position 370ms ease;
  display: flex;
  align-items: center;
  color: #192818;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to right, #c69c6c, #c69c6c 50%, #192818 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
.paket-box .paket-link:hover {
  background-position: 0 100%;
  /* to have the link fill from left to right on hover */
}
.paket-box .paket-link-2 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  /* clip any content outside of the hyperlink during the hover transition */
  transition: background-position 370ms ease;
  display: flex;
  align-items: center;
  color: #EEE1D3;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to right, #c69c6c, #c69c6c 50%, #EEE1D3 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
.paket-box .paket-link-2:hover {
  background-position: 0 100%;
  /* to have the link fill from left to right on hover */
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Miller";
  src: url("../fonts/Miller-Display.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Miller";
  src: url("../fonts/Miller-DisplayItalic.otf");
  font-weight: normal;
  font-style: italic;
}
body {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  animation-delay: 1s;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 900px) {
  .sm-mx-auto {
    float: left;
    box-sizing: border-box;
  }
}

.questions {
  max-width: 680px;
}
@media (max-width: 900px) {
  .questions.sm-col-5 {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .questions.sm-col-5 {
    width: 100%;
  }
}

.mt4 {
  margin-top: 95px;
}

.mb4 {
  margin-bottom: 95px;
}

.swiper-container {
  height: 100%;
}

.slider-navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(225, 225, 225, 0.85);
  padding: 10px 15px;
  font-size: 28px;
  z-index: 99;
  animation-delay: 1s;
}
@media (max-width: 1600px) {
  .slider-navigation {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .slider-navigation {
    bottom: 0;
    top: auto;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.slider-navigation img {
  padding: 0 10px;
  width: 6px !important;
  margin-bottom: 1px;
}
@media (max-width: 600px) {
  .slider-navigation img {
    width: 4px !important;
    margin-top: 5px;
  }
}

.site-container {
  flex: 1 0 0;
}
@media (max-width: 1366px) {
  .site-container {
    padding-top: 80px;
  }
}

.max-width-4 {
  max-width: 1600px;
}
@media (max-width: 1900px) {
  .max-width-4 {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  .max-width-4 {
    max-width: 1200px;
  }
}

.content a:not(.nav-btn) {
  color: #482020;
  text-decoration: underline;
}

.btn {
  border: 1px solid black;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: color 0.3s;
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:hover:before, .btn:hover:after {
  transform: translate3d(0, 100%, 0);
}
.btn:hover:after {
  transition-delay: 0.175s;
}
.btn:hover {
  color: white;
}
.btn:before {
  background: black;
}
.btn:after {
  background: black;
}

img {
  height: auto;
  max-width: 100%;
  outline: none;
  border: none;
  -ms-interpolation-mode: bicubic;
}

.btn {
  font-family: "Graphik";
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 38px;
  padding: 0 20px;
  min-width: 220px;
  text-align: center;
}
@media (max-width: 1600px) {
  .btn {
    font-size: 11px;
    min-width: 190px;
  }
}
@media (max-width: 900px) {
  .btn {
    min-width: 170px;
    font-size: 9px;
  }
}
@media (max-width: 600px) {
  .btn {
    min-width: auto;
    font-size: 9px;
  }
}

.btn-border {
  border: 1px solid black;
}

.youtube iframe {
  margin-bottom: -7px;
}
@media (max-width: 1600px) {
  .youtube iframe {
    height: 380px !important;
  }
}
@media (max-width: 600px) {
  .youtube iframe {
    height: 215px !important;
  }
}

body:not(.front-page) .box img {
  height: 520px;
}
@media (max-width: 600px) {
  body:not(.front-page) .box img {
    height: 240px;
  }
}

.new-box .box-image img {
  height: 100% !important;
}

.box img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  height: 100%;
  margin-bottom: -7px;
}
.box .no-image {
  height: 520px;
}
@media (max-width: 1600px) {
  .box .no-image {
    height: 380px;
  }
}
@media (max-width: 600px) {
  .box .no-image {
    height: auto;
  }
}
.box-image__right {
  padding-right: 0;
}

.box-page img {
  height: 690px;
}
@media (max-width: 1600px) {
  .box-page img {
    height: 470px;
  }
}
@media (max-width: 600px) {
  .box-page img {
    height: 215px;
  }
}

.fixed-height {
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .fixed-height {
    height: 380px;
  }
}
@media (max-width: 600px) {
  .fixed-height {
    height: 235px;
  }
  .fixed-height img {
    height: 235px;
  }
}

.fixed-height__column {
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .fixed-height__column {
    height: 380px;
  }
}
@media (max-width: 600px) {
  .fixed-height__column {
    height: 534px;
  }
  .fixed-height__column img {
    height: 235px;
  }
}

.fixed-height__big {
  height: calc(1040px + 2rem);
}
@media (max-width: 1600px) {
  .fixed-height__big {
    height: calc(760px + 2rem);
  }
}
@media (max-width: 600px) {
  .fixed-height__big {
    height: 400px;
  }
}
.fixed-height__big img {
  height: calc(1040px + 2rem) !important;
}
@media (max-width: 1600px) {
  .fixed-height__big img {
    height: calc(760px + 2rem) !important;
  }
}
@media (max-width: 600px) {
  .fixed-height__big img {
    height: 400px !important;
  }
}

.vara-paket__text {
  min-height: 460px;
}
@media (max-width: 1600px) {
  .vara-paket__text {
    min-height: 320px;
  }
}
.vara-paket__container {
  padding-left: 25px;
  padding-right: 25px;
}
.front-page .swiper-button-prev, .front-page .swiper-button-next, .front-page .slider-navigation {
  display: none !important;
}

.gastbok-slider .swiper-button-prev, .gastbok-slider .swiper-button-next {
  background: #e1e1e1;
}
.gastbok-slider .swiper-button-prev {
  padding: 10px 20px 5px 17px !important;
  position: absolute !important;
  left: -80px;
  z-index: 9999;
}
.gastbok-slider .swiper-button-next {
  padding: 10px 18px 5px 20px !important;
  position: absolute !important;
  right: -80px;
  z-index: 9999;
}

.page-kontakt iframe {
  margin-bottom: -7px;
}

@media (max-width: 600px) {
  .karta iframe {
    height: 200px;
  }
}

.page-image {
  height: 90vh;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .page-image {
    min-height: 30px;
    max-height: 450px;
    height: 240px;
  }
}
.page-image h1 {
  z-index: 99;
}
.page-image .col-8 {
  max-width: 620px;
}
.page-image .bg-primary {
  background: rgba(225, 225, 225, 0.85);
}
.page-image__content {
  position: absolute;
  bottom: 0;
}
@media (max-width: 600px) {
  .page-image__content {
    position: static;
  }
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 600px) {
  .show-mobile {
    display: block;
  }
}

.compat-object-fit {
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media (max-width: 1600px) {
  .compat-object-fit {
    height: 380px;
  }
}
@media (max-width: 600px) {
  .compat-object-fit {
    height: 215px;
  }
}
.compat-object-fit.fixed-height__big {
  height: calc(1040px + 2rem);
}
@media (max-width: 1600px) {
  .compat-object-fit.fixed-height__big {
    height: calc(760px + 2rem);
  }
}
@media (max-width: 600px) {
  .compat-object-fit.fixed-height__big {
    height: 215px;
  }
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

iframe .gm-style .place-card-large {
  display: none !important;
}

@media (max-width: 600px) {
  .not-fixed-mobile {
    height: auto !important;
  }
}

img.single-image {
  display: block;
  height: 500px !important;
  min-width: 110% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin-left: -5%;
}
@media (max-width: 1024px) {
  img.single-image {
    height: 240px !important;
  }
}

.betyg img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: auto;
  height: 220px !important;
}
@media (max-width: 600px) {
  .betyg img {
    width: 120px;
    height: 120px !important;
    margin: 40px 0;
  }
}

@media (max-width: 1024px) {
  .mxn2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.box-image:not(.karta), .box-text {
  height: 400px;
}
@media (max-width: 1024px) {
  .box-image:not(.karta), .box-text {
    height: 240px;
  }
}

.full-image {
  height: 800px;
  display: none;
}
@media (min-width: 1025px) {
  .full-image {
    display: flex;
  }
}

.full-image__mobile {
  display: none;
}
@media (max-width: 1024px) {
  .full-image__mobile {
    display: block;
  }
}

.btn.flex {
  line-height: 1;
  padding: 0.5rem 20px;
  color: black;
}
.btn.flex:before {
  background: white;
}
.btn.flex:after {
  background: #e1e1e1;
}

.has-script {
  height: 100%;
}
@media (max-width: 600px) {
  .has-script {
    height: 220px;
  }
}

body:not(.front-page) .has-script {
  height: 100%;
  height: 520px;
}
@media (max-width: 600px) {
  body:not(.front-page) .has-script {
    height: 220px;
  }
}

.front-page__landing {
  position: relative;
  height: 700px;
  height: calc(90vh - 214px);
  width: 100%;
}
@media (max-width: 900px) {
  .front-page__landing {
    height: 90vh;
  }
}
@media screen and (max-width: 1366px) {
  .front-page__landing {
    height: calc(90vh - 214px);
  }
}
.front-page .jumbotron {
  width: 100%;
  height: 700px;
  height: calc(90vh - 214px);
  right: 0;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 900px) {
  .front-page .jumbotron {
    height: 90vh;
  }
}
@media screen and (max-width: 1366px) {
  .front-page .jumbotron {
    width: 100%;
    position: relative;
    height: calc(90vh - 214px);
  }
}
.front-page .jumbotron-image__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  background: transparent;
  z-index: 9999;
  color: white;
  width: 100%;
}
.front-page .jumbotron-image__text .nav-btn {
  min-width: 120px;
  border-color: white;
  color: white !important;
}
.front-page .jumbotron-image__text img {
  width: 20px !important;
  padding: 0 !important;
}
@media (max-width: 1600px) {
  .front-page .jumbotron-image__text img {
    width: 10px !important;
  }
}
@media screen and (max-width: 1366px) {
  .front-page .jumbotron-image__text img {
    display: none;
  }
}
.front-page .jumbotron-image__text h2 {
  max-width: 600px;
  margin: 10px auto 20px auto;
}
@media (max-width: 1100px) {
  .front-page .jumbotron-image__text h2 {
    max-width: 400px;
  }
}
@media (max-width: 1005px) {
  .front-page .jumbotron-image__text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1366px) {
  .front-page .jumbotron-image__text {
    top: 0;
  }
  .front-page .jumbotron-image__text h2 {
    font-size: 28px;
  }
  .front-page .jumbotron-image__text .btn {
    margin-bottom: -40px;
  }
}
@media (max-width: 600px) {
  .front-page .jumbotron-image__text {
    bottom: 0;
  }
}
.front-page .jumbotron-image {
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.front-page .jumbotron-image.has-video {
  background: black;
}
.front-page .jumbotron-image video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  transition: all 1s;
}
@media screen and (max-width: 1366px) {
  .front-page .jumbotron-image {
    height: calc(90vh - 214px);
  }
}
@media (max-width: 600px) {
  .front-page .jumbotron-image {
    height: calc(90vh - 214px);
  }
}

@media (max-width: 600px) {
  .jumbotron__video {
    display: none;
  }
}
#menu .menu-toggle {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 20px;
}
#menu .menu-toggle img {
  width: 43px;
}
@media screen and (max-width: 1366px) {
  #menu {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
}

.menu-toggle, .toggler-back, .toggler-back-hotspot {
  z-index: 999;
}
.menu-toggle span, .toggler-back span, .toggler-back-hotspot span {
  font-style: italic;
  letter-spacing: 1px;
  margin-top: 2px;
  font-family: "Miller";
  text-transform: uppercase;
  font-size: 13px;
}

.domle-menu-chevron {
  display: none;
}

header {
  background: #EEE1D3;
  height: 90vh;
  /* width: 0; */
  position: absolute;
  /* overflow: hidden; */
  z-index: 999;
}
@media screen and (max-width: 1366px) {
  header {
    width: 100%;
    position: relative;
    height: auto;
  }
}
header:not(.is-frontpage) {
  height: 100vh;
  z-index: 10000;
}
@media screen and (max-width: 1366px) {
  header:not(.is-frontpage) {
    height: auto;
  }
}
header:not(.is-frontpage) .nav, header:not(.is-frontpage) .center, header:not(.is-frontpage) .mc4wp-form-fields {
  opacity: 0;
}
@media screen and (max-width: 1366px) {
  header:not(.is-frontpage) .nav, header:not(.is-frontpage) .center, header:not(.is-frontpage) .mc4wp-form-fields {
    opacity: 1;
  }
}
header .toggler-back, header .toggler-back-hotspot {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 20px;
}
header .toggler-back img, header .toggler-back-hotspot img {
  width: 40px;
}
header .main-nav {
  background: #EEE1D3;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: transform ease 0.5s;
}
header .main-nav .navigation {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 45px 50px;
}
@media (max-width: 600px) {
  header .main-nav .navigation {
    padding: 40px 20px;
  }
}
header .main-nav .nav {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  header .main-nav .nav {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1366px) {
  header .main-nav .nav .menu-item-has-children .domle-menu-chevron {
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    margin-left: 1em;
  }
  header .main-nav .nav .menu-item-has-children .domle-menu-chevron svg {
    transition: transform 0.2s;
  }
  header .main-nav .nav .menu-item-has-children .domle-menu-chevron svg.rotate {
    transform: rotate(180deg);
  }
  header .main-nav .nav .menu-item-has-children ul.sub-menu {
    margin-top: 0.25em;
    display: none;
    z-index: 50;
  }
}
header .main-nav .nav ul.sub-menu {
  margin-top: -20px;
}
@media (max-width: 1600px) {
  header .main-nav .nav ul.sub-menu {
    margin-top: -10px;
  }
}
@media (max-width: 600px) {
  header .main-nav .nav ul.sub-menu {
    margin-top: 0;
  }
}
header .main-nav .nav ul.sub-menu li {
  display: block;
  margin: 0 !important;
  padding: 5px 0;
  text-align: center;
  border: 0;
}
header .main-nav .nav ul.sub-menu li a {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
}
@media (max-width: 600px) {
  header .main-nav .nav ul.sub-menu li a {
    font-size: 14px;
  }
}
header .main-nav .nav ul.sub-menu li a:hover:after {
  display: none;
}
header.is-open {
  /* MOBILE NAV */
}
header.is-open .main-nav {
  transform: translateX(0%);
}
header span img {
  width: 240px;
  width: 17vh;
  top: 5px;
  z-index: 999;
  margin-top: -100px;
}
@media (max-width: 1600px) {
  header span img {
    width: 140px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 900px) {
  header span img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1366px) {
  header span img {
    display: none;
  }
}
header nav {
  display: block;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  header nav {
    padding: 0;
  }
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
header nav ul li {
  font-family: "Miller";
  font-size: 28px;
  font-size: 3.8vh;
}
@media (min-width: 1800px) {
  header nav ul li {
    font-size: 48px;
  }
}
@media (max-width: 1600px) {
  header nav ul li {
    font-size: 28px;
  }
}
@media screen and (max-width: 1366px) {
  header nav ul li {
    padding: 15px 25px;
    border-bottom: 1px solid #000;
    position: relative;
  }
}
@media (max-width: 600px) {
  header nav ul li {
    font-size: 22px;
    padding: 10px 20px;
  }
}
@media (max-width: 340px) {
  header nav ul li {
    font-size: 16px;
  }
}
header nav ul li .open-sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  bottom: 20px;
  width: 40px;
}
@media (max-width: 600px) {
  header nav ul li .open-sub-menu {
    width: 35px;
    bottom: 13px;
  }
}
header nav ul li.menu-item-has-children .open-sub-menu {
  display: inline-block;
}
header nav ul li a {
  color: #000;
  position: relative;
}
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li a:hover:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
@media (min-width: 1800px) {
  header .btn {
    min-width: 280px;
  }
}
header .secondary-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}
header .secondary-menu ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 5px 0 5px;
}
header .secondary-menu ul li:not(:last-of-type) {
  border-right: 1px #000;
}
@media (max-width: 1600px) {
  header .secondary-menu ul li {
    font-size: 11px;
  }
}
header .secondary-menu ul li a {
  color: #000;
}

.mobile-nav {
  display: none;
  padding: 12px 50px;
}
@media screen and (max-width: 1366px) {
  .mobile-nav {
    display: flex;
  }
}
@media (max-width: 600px) {
  .mobile-nav {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 1366px) {
  .desktop-toggler {
    display: none !important;
  }
}
@media (min-width: 1250px) {
  .desktop-toggler {
    display: flex !important;
    position: absolute !important;
  }
}

header .toggler span {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
}
header .toggler.close-menu span {
  margin-right: 5px;
}
header .book-mobile, header .mobile-logo {
  display: none;
}
@media screen and (max-width: 1366px) {
  header {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  header .book-mobile {
    display: block;
    position: absolute;
    right: 22px;
    top: 34px;
    z-index: 9999;
  }
  header .mobile-logo {
    display: flex;
    justify-content: center;
  }
  header .mobile-logo img {
    display: block;
    width: 60px;
  }
}
header .open-menu {
  display: flex;
}

@media (min-width: 1025px) {
  .extra-flex-class {
    display: flex;
    height: 100% !important;
    justify-content: center;
    flex-direction: column;
  }
}
.vertical-nav {
  background: #e1e1e1;
}
@media (max-width: 900px) {
  .vertical-nav {
    height: 127px;
  }
}
.vertical-nav .max-width-4 {
  max-width: 1180px;
}
@media (max-width: 1600px) {
  .vertical-nav .max-width-4 {
    max-width: 1000px;
  }
}
@media (max-width: 1330px) {
  .vertical-nav .max-width-4 {
    max-width: 900px;
  }
}
@media screen and (max-width: 1366px) {
  .vertical-nav {
    display: none;
  }
}
.vertical-nav .secondary-menu ul {
  margin-bottom: 0;
}
.vertical-nav .secondary-menu ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 5px 0 5px;
}
.vertical-nav .secondary-menu ul li:not(:last-of-type) {
  border-right: 1px solid #000;
}
@media (max-width: 1600px) {
  .vertical-nav .secondary-menu ul li {
    font-size: 11px;
  }
}
.vertical-nav .secondary-menu ul li a {
  color: #000;
}
.vertical-nav .nav-wrapper {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  background-color: #000;
}
.vertical-nav .nav ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 1030px) {
  .vertical-nav .nav ul {
    padding: 0 2rem;
  }
}
.vertical-nav .nav ul li {
  font-family: Graphik, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 15px;
  padding: 17px 1rem 22px 1rem;
}
.vertical-nav .nav ul li.menu-item-has-children {
  position: relative;
}
.vertical-nav .nav ul li.menu-item-has-children .chevron {
  display: inline-block;
}
.vertical-nav .nav ul li.menu-item-has-children:hover ul {
  display: block;
}
.vertical-nav .nav ul li.menu-item-has-children ul {
  display: none;
  left: 0;
  top: 100%;
  position: absolute;
  background-color: #FDD9BE;
  padding: 30px;
  min-width: 150%;
  margin-top: 1px;
  z-index: 100;
}
.vertical-nav .nav ul li.menu-item-has-children ul .chevron {
  display: none;
}
.vertical-nav .nav ul li.menu-item-has-children ul li {
  display: block;
  margin: 0 !important;
  padding: 5px 0;
  text-align: left;
}
.vertical-nav .nav ul li.menu-item-has-children ul li a {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .vertical-nav .nav ul li.menu-item-has-children ul li a {
    font-size: 15px;
  }
}
.vertical-nav .nav ul li.menu-item-has-children ul li a:hover {
  text-decoration: underline;
}
.vertical-nav .nav ul li.menu-item-has-children ul li a:hover:after {
  display: none;
}
@media (max-width: 1600px) {
  .vertical-nav .nav ul li {
    font-size: 14px;
    margin-right: 10px;
    padding: 20px 0.5rem;
  }
}
@media (max-width: 1030px) {
  .vertical-nav .nav ul li {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .vertical-nav .nav ul li {
    font-size: 18px;
    margin-right: 15px;
  }
}
@media (max-width: 900px) {
  .vertical-nav .nav ul li {
    font-size: 14px;
    margin-right: 0px;
  }
}
.vertical-nav .nav ul li a {
  color: #fff;
  position: relative;
}
.vertical-nav .nav ul li a {
  color: #000;
}
.vertical-nav .nav ul li .chevron {
  display: none;
  width: 35px;
  margin-bottom: -11px;
}
@media (max-width: 1600px) {
  .vertical-nav .nav ul li .chevron {
    width: 30px;
    margin-bottom: -10px;
  }
}
.vertical-nav img {
  width: 115px;
}
@media (max-width: 900px) {
  .vertical-nav img {
    width: 80px;
  }
}

.fading-gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(#e1e1e1, rgba(255, 255, 255, 0));
  z-index: -1;
}
.fading-gradient.not-front-page {
  z-index: 1;
}

@media (min-width: 1020px) {
  #menu .toggler.fixed {
    position: fixed;
  }
  #menu .toggler-back, .toggler-back-hotspot, .hotspot-menu {
    opacity: 0;
    right: 40px;
    left: auto;
    transition: all 0.2s;
  }
  #menu .toggler-back img, .toggler-back-hotspot img, .hotspot-menu img {
    width: 20px;
    margin-right: 7px;
  }
  #menu .toggler-back.fixed, .toggler-back-hotspot.fixed, .hotspot-menu.fixed {
    position: fixed;
    opacity: 1;
    top: 31px;
  }
  .toggler-background, .toggler-background-hotspot {
    transition: all 0.2s;
    position: absolute;
    opacity: 0;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    height: 82px;
    background: rgba(225, 225, 225, 0.8);
  }
  .toggler-background.fixed, .toggler-background-hotspot.fixed {
    opacity: 1;
    position: fixed;
  }
}
.nav-btn {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  color: black;
  /* Hover */
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.nav-btn.primary {
  margin-right: 35px;
}
.nav-btn.beige {
  /* Smaller than orange to compensate for border */
  padding: 10px 20px;
  border: 1px solid #C69C6C;
  color: #C69C6C;
}
@media (max-width: 600px) {
  .nav-btn.beige {
    padding: 8px 12px;
  }
}
.nav-btn.white {
  /* Smaller than orange to compensate for border */
  padding: 10px 20px;
  border: 1px solid white;
  color: white;
}
@media (max-width: 600px) {
  .nav-btn.white {
    padding: 8px 12px;
  }
}
.nav-btn.black {
  /* Smaller than orange to compensate for border */
  padding: 10px 20px;
  border: 1px solid black;
  color: black;
}
@media (max-width: 600px) {
  .nav-btn.black {
    padding: 8px 12px;
  }
}
.nav-btn.orange {
  padding: 11px 35px;
  border: 1px solid #482020;
  background: #482020;
  color: #ffffff;
}
@media (max-width: 600px) {
  .nav-btn.orange {
    padding: 12px 20px;
  }
}
.nav-btn.green {
  padding: 11px 35px;
  border: 1px solid #192817;
  background: #192817;
  color: #ffffff;
}
@media (max-width: 600px) {
  .nav-btn.green {
    padding: 12px 20px;
  }
}
@media (max-width: 1600px) {
  .nav-btn {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .nav-btn {
    font-size: 10px;
    margin-right: 0;
  }
}
.nav-btn:before, .nav-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  transition: transform 0.2s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.nav-btn:hover:before, .nav-btn:hover:after {
  transform: translate3d(0, 100%, 0);
}
.nav-btn:hover:after {
  transition-delay: 0.175s;
}
.nav-btn.black:hover {
  color: black !important;
  border-color: white !important;
  text-decoration: none;
}
.nav-btn.beige:hover {
  color: white !important;
  border-color: #C69C6C !important;
  text-decoration: none;
}
.nav-btn.white:hover {
  color: white !important;
  border-color: black !important;
  text-decoration: none;
}
.nav-btn.orange:hover {
  color: #482020 !important;
  border-color: black !important;
  text-decoration: none;
}
.nav-btn.orange:before {
  background: #fff;
}
.nav-btn.green:hover {
  color: #192817 !important;
  border-color: black !important;
  text-decoration: none;
}
.nav-btn.green:before {
  background: #fff;
}
.nav-btn.beige:before {
  background: #C69C6C;
}
.nav-btn.black:before {
  background: white;
}
.nav-btn.white:after {
  background: black;
}
.nav-btn.jumbotron-btn:before {
  background: white;
}
.nav-btn.jumbotron-btn:after {
  background: #e1e1e1;
}

.nav-btns-desktop .nav-btn {
  /* Mobile */
}
@media screen and (max-width: 1366px) {
  .nav-btns-desktop .nav-btn.secondary {
    display: none;
  }
}
@media (max-width: 600px) {
  .nav-btns-desktop .nav-btn {
    margin-right: 0;
    padding: 8px 10px !important;
    font-size: 9px !important;
  }
}

.nav-btns-mobile {
  padding-top: 50px;
}
@media (max-width: 600px) {
  .nav-btns-mobile {
    display: none;
  }
}

#mobile-sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #e1e1e1;
  transition: transform ease 0.5s;
  transform: translateX(150%);
}
#mobile-sub-menu.open {
  transform: translateX(0%);
}
#mobile-sub-menu #mobile-sub-menu-content {
  margin-top: 20px;
}
#mobile-sub-menu #mobile-sub-menu-back {
  margin-top: 50px;
}
#mobile-sub-menu #mobile-sub-menu-back:before {
  display: none;
}
#mobile-sub-menu #mobile-sub-menu-back:after {
  display: none;
}
#mobile-sub-menu .open-sub-menu {
  display: none;
}

.nav-flex-item {
  flex: 1 1 0;
}

.nav-btn-gold {
  border: solid 1px #C69C6C;
  color: #C69C6C !important;
  text-decoration: none !important;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 1px;
}
.nav-btn-gold:hover {
  background-color: #C69C6C;
  color: #192818 !important;
  border-color: #192818;
}

.nyhetsbrev label {
  font-family: "Miller";
  font-style: italic;
  margin: 0;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  max-width: 350px;
  line-height: 28px;
}
@media (max-width: 1455px) {
  .nyhetsbrev label {
    font-size: 22px;
  }
}
.nyhetsbrev .btn:hover {
  color: black;
}
.nyhetsbrev input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
.nyhetsbrev #email {
  outline: none;
  border: 1px solid white;
  border-bottom: 1px solid black;
  text-align: center;
  font-family: "Miller";
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
  width: 300px;
  max-width: 100%;
}

footer {
  overflow: hidden;
  text-align: center;
}
footer .link-list {
  font-weight: 300;
}
footer .link-list li {
  margin-bottom: 0.5rem;
}
footer a.btn {
  text-decoration: none !important;
}
@media (max-width: 600px) {
  footer .sm-mb0 a img {
    width: 140px;
  }
  footer #TA_rated733 {
    display: inline-block;
    margin-top: -2rem;
  }
  footer .nav {
    display: none;
  }
}
footer p {
  font-family: "Miller";
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1100px) {
  footer p {
    font-size: 14px;
    line-height: 18px;
  }
}
footer p.regular {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 1100px) {
  footer p.regular {
    font-size: 14px;
    line-height: 18px;
  }
}
footer .nav ul {
  padding: 0;
}
footer .nav ul li {
  margin-right: 0.5rem;
}
footer .nav ul .sub-menu {
  display: none;
}
footer .nav ul a {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer small {
  line-height: 5px;
}

@media (max-width: 600px) {
  .small-col-6 {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .small-col-12 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .footer-logos {
    margin-left: 0 !important;
    text-align: center;
  }
}

.sub-menu__footer .col {
  margin-right: 33px;
}
@media (max-width: 1455px) {
  .sub-menu__footer .col {
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  .sub-menu__footer .col {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .sub-menu__footer .col {
    margin-right: 0;
    margin-left: 0;
  }
}
.sub-menu__footer .items-center, .sub-menu__footer .mc4wp-form-fields {
  margin-left: 20px;
}

@media (max-width: 1100px) {
  .max-width-4.sm-flex, .max-width-4.mc4wp-form-fields {
    display: inline;
  }
}

@media (max-width: 1100px) {
  .sm-col-10.px3 {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  .sm-flex.sub-menu__footer, .sub-menu__footer.mc4wp-form-fields, .sm-flex.footer-logos, .footer-logos.mc4wp-form-fields {
    display: block;
  }
  .small-col-6, .small-col-12 {
    float: none;
    margin: 10px auto;
    text-align: center;
  }
  .footer-logos {
    width: 100%;
    text-align: center;
  }
  .footer-menu {
    display: none;
  }
  .col-12.sm-col-2 {
    padding-left: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
  }
  .col-12.sm-col-2 img {
    max-width: 140px;
  }
}
@media (max-width: 600px) {
  .col-12.sm-col-2 {
    padding-left: 0rem;
    margin-bottom: 1rem;
  }
  .footer-logos .small-col-6 {
    margin-left: 0;
  }
  .sub-menu__footer .small-col-6 {
    width: 100%;
  }
}
.footer-menu ul.menu {
  padding: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .footer-menu ul.menu {
    display: none;
  }
}
.footer-menu ul.menu .col {
  margin-right: 40px;
}
@media (max-width: 1290px) {
  .footer-menu ul.menu .col {
    margin-right: 27px;
  }
}
.footer-menu ul.menu li {
  display: inline-block;
  margin-bottom: 14px;
  height: 30px;
  font-family: "Miller";
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 1700px) {
  .footer-menu ul.menu li {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .footer-menu ul.menu li {
    font-size: 16px;
  }
}
.footer-menu ul.menu li a {
  color: black;
}

footer a {
  color: black;
}

.sub-menu__footer a {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .hide-large {
    display: none;
  }
}

.lazy-hidden {
  opacity: 0;
}

.lazy-loaded {
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (max-width: 444px) {
  .instagram-btn {
    margin-bottom: 20px;
  }
}

.instagram, .special-content {
  padding-bottom: 1rem;
  max-height: none;
}
@media (max-width: 1250px) {
  .instagram .sm-flex, .instagram .mc4wp-form-fields, .special-content .sm-flex, .special-content .mc4wp-form-fields {
    margin: 0;
    padding: 2rem;
  }
}
@media (max-width: 600px) {
  .instagram small, .special-content small {
    font-size: 12px;
    margin-bottom: 2rem;
  }
}
.instagram a:hover small, .special-content a:hover small {
  text-decoration: underline;
}
.instagram a span, .special-content a span {
  font-size: 20px;
}
.instagram-image, .special-content-image {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  padding: 3rem;
}
@media (max-width: 1150px) {
  .instagram-image, .special-content-image {
    height: 200px;
  }
}
@media (max-width: 1025px) {
  .instagram-image, .special-content-image {
    border: 1rem solid white;
    width: 200px;
    height: 200px;
    padding: 2rem;
  }
  .instagram-image:nth-child(n+4), .special-content-image:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 825px) {
  .instagram-image, .special-content-image {
    width: 33.33333333%;
    height: 300px;
  }
}
@media (max-width: 600px) {
  .instagram-image, .special-content-image {
    width: 100%;
    height: 250px;
    border: none;
    border-top: 0 solid #C6C6C4;
    border-bottom: 0 solid #C6C6C4;
    margin-bottom: 1rem;
  }
  .instagram-image:nth-child(n+4), .special-content-image:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 825px) {
  .instagram-image, .special-content-image {
    height: 220px;
  }
}
@media (max-width: 700px) {
  .instagram-image, .special-content-image {
    height: 220px;
  }
}
.instagram-image .inner, .special-content-image .inner {
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFE9E1;
  z-index: 99;
  opacity: 0;
  color: black;
  font-weight: 300 !important;
}
.instagram-image .inner:hover, .special-content-image .inner:hover {
  opacity: 1;
  cursor: pointer;
}
.instagram-image .inner .likes, .special-content-image .inner .likes {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  background: #e1e1e1;
  border: 1px solid black;
  outline: none;
  margin-top: 4px;
}
.wpcf7-form label {
  margin-top: 15px;
  display: block;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.wpcf7-form input[type=submit] {
  height: 2.25rem;
  padding: 0.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.wpcf7-form textarea {
  max-height: 150px;
}
.wpcf7-form .wpcf7-response-output {
  float: left;
  width: 100%;
  text-align: center;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding: 5px 0 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.tack {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  background: rgba(253, 241, 230, 0.9);
  height: 400px;
  z-index: 9999;
  max-width: 600px;
}

@media (max-width: 825px) {
  .instagram .sm-flex, .instagram .mc4wp-form-fields {
    display: inline;
  }
}

.nyhetsbrev.template input[type=email] {
  background: transparent;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #000 !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1%, from, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.swiper-button-prev, .swiper-button-next {
  background-image: url() !important;
  height: auto !important;
  width: auto !important;
  display: inline-block;
  position: static !important;
  padding: 0 10px !important;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

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

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

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

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

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

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

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

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

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: transparent;
  border: 1px solid white;
  opacity: 1;
}

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

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

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

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

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

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

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

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

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

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

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

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

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: transparent;
  border: 1px solid white;
  opacity: 1;
}

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

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

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

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

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rektangel-6 {
  min-height: 455px;
  background-color: #FDF1E6;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 66px;
}
@media screen and (max-width: 480px) {
  .rektangel-6 {
    padding: 0 10px;
  }
}
.rektangel-6 .gallery-subtitle {
  color: #000000;
  font-family: Graphik;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 30px;
}
.rektangel-6 p {
  color: #000000;
  font-family: Graphik;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

/* .image-grid {
  .single-image:nth-child(3n+3) {
    .single-image__image {
      height: 500px;
    }
  }
} */
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.85;
  display: none;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  right: 0;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

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

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  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;
}

.light-button {
  opacity: 1;
  background: #e1e1e1;
  width: 50px;
  height: 50px;
  position: relative;
  top: 50%;
}
.light-button.prev {
  left: -75px;
  float: left;
}
.light-button.next {
  right: -75px;
  float: right;
}

a.lb-prev, a.lb-next {
  position: absolute;
}

.lb-nav a.lb-prev {
  width: 100%;
  background: url(../media/images/icons/left-arrow.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  transition: opacity 0.6s;
  background-position: center;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 100%;
  float: right;
  background: url(../media/images/icons/right-arrow.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  transition: opacity 0.6s;
  background-position: center;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  position: relative;
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
  background: #e1e1e1;
}

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

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

.lb-data .lb-details {
  float: left;
  line-height: 1.1em;
}

.lb-details {
  padding: 20px 0;
  width: 100%;
  display: flex;
}

.lb-data .lb-caption {
  line-height: 1em;
}

.lb-caption {
  margin: 0 auto;
}

.lb-data .lb-caption a {
  color: black;
}

.lb-number {
  padding-left: 20px;
  font-family: "miller";
}

.lb-data .lb-number {
  clear: left;
  font-size: 24px;
  color: black;
}

.lb-closeContainer {
  display: none;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  top: 10px;
  color: black;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close span {
  position: absolute;
  top: 14px;
  left: 10px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.theme-breadcrumbs-wrapper {
  box-sizing: border-box;
  font-size: 11px;
  color: #d6eaf1;
  position: relative;
}
.theme-breadcrumbs-wrapper span {
  color: #482020;
}
.theme-breadcrumbs-wrapper a {
  color: #482020;
}
.theme-breadcrumbs-wrapper strong {
  color: #482020;
}
.theme-breadcrumbs-wrapper .theme-breadcrumbs {
  padding: 0.5rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .theme-breadcrumbs-wrapper .theme-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5rem 1rem 0;
  }
}

.theme-banner {
  margin: 0 0 1em;
  padding: 2em;
  text-align: center;
  background: #FFE9E1;
  background-size: cover;
  background-position: center;
}
.theme-banner h2 {
  margin-top: 0;
  color: #482020;
}
.theme-banner p {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .theme-banner {
    padding: 4em 6em;
    margin: 0 1em 2em;
  }
}

.booking-widget-block {
  padding: 0 1rem;
  color: #C69C6C;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #192818;
}
@media screen and (min-width: 768px) {
  .booking-widget-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.booking-widget-block .booking-wrapper-block {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 1;
  max-width: 1440px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .booking-widget-block .booking-wrapper-block {
    align-items: center;
    justify-content: space-between;
  }
}
.booking-widget-block .booking-wrapper-block h1 {
  font-style: italic;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .booking-widget-block .booking-wrapper-block h1 {
    font-size: 3rem;
    width: 80%;
  }
}
@media screen and (min-width: 1080px) {
  .booking-widget-block .booking-wrapper-block h1 {
    font-size: 3rem;
    width: 40%;
    margin-bottom: 0;
  }
}
.booking-widget-block .booking-wrapper-block .booking-wrapper-inner h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-style: italic;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .booking-widget-block .booking-wrapper-block .booking-wrapper-inner h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .booking-widget-block .booking-wrapper-block .booking-wrapper-inner .booking-inner-block {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .booking-widget-block .booking-wrapper-block .booking-wrapper-inner .booking-inner-block .bv-StandardWide .bv-framework .bv-widget-inner .bv-section .bv-section-inner .bv-item-date .bv-js-datepicker-input {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .booking-widget-block .booking-wrapper-block .booking-wrapper-inner .booking-inner-block .bv-StandardWide .bv-framework .bv-widget-inner .bv-section .bv-section-inner .bv-item-guests .bv-js-guestpicker-input {
    width: 250px;
  }
}
.booking-widget-block .booking-wrapper-block .booking-wrapper-inner .booking-inner-block .bv-StandardWide .bv-framework .bv-widget-inner .bv-section .bv-section-inner .bv-lbl-title {
  color: white;
}
.booking-widget-block .booking-wrapper-block .booking-wrapper-inner .booking-inner-block .bv-StandardWide .bv-framework .bv-widget-inner .bv-section .bv-section-inner .bv-item-search .bv-gui-btn {
  background-color: #fff !important;
  color: #000 !important;
  border: #fff 1px solid;
  margin-right: 1rem;
}

.theme-card-wrapper {
  display: block;
  padding: 1em 20px;
}
.theme-card-wrapper .theme-card {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .theme-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2em;
    padding: 2em 2em 0;
  }
  .theme-card-wrapper .theme-card {
    width: calc(33.3333% - 2em);
    margin: 0 1em 2em;
  }
}

.theme-card-wrapper2 {
  display: block;
  padding: 1em 20px 0px 20px;
}
.theme-card-wrapper2 .theme-card {
  margin-bottom: 20px;
}
.theme-card-wrapper2 .theme-card .theme-card__header .theme-card__figure {
  padding-top: 60%;
}
@media screen and (min-width: 768px) {
  .theme-card-wrapper2 .theme-card .theme-card__header .theme-card__figure {
    padding-top: 66%;
  }
}
.theme-card-wrapper2 .theme-card .theme-card__header .theme-card__body-2 h2 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .theme-card-wrapper2 .theme-card .theme-card__header .theme-card__body-2 h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .theme-card-wrapper2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2em;
    padding-top: 2em;
  }
  .theme-card-wrapper2 .theme-card {
    width: calc(33.3333% - 2em);
    margin: 0 1em 2em;
  }
}

.theme-card {
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}
.theme-card__header {
  position: relative;
}
.theme-card__sticker {
  position: absolute;
  z-index: 20;
  top: -10px;
  left: -10px;
  border-radius: 999px;
  width: 90px;
  height: 90px;
  background-color: #192818;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}
.theme-card__sticker div {
  font-family: Miller, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .theme-card__sticker div {
    font-size: 20px;
  }
}
.theme-card__sticker div:first-of-type,
.theme-card__sticker div:last-of-type {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .theme-card__sticker div:first-of-type,
  .theme-card__sticker div:last-of-type {
    font-size: 9px;
  }
}
.theme-card__sticker div:first-of-type {
  top: 0;
  position: relative;
}
.theme-card__sticker div:last-of-type {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .theme-card__sticker {
    top: -16px;
    left: -16px;
    width: 96px;
    height: 96px;
  }
}
.theme-card__figure {
  margin: 0;
  background: #f2fcff;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .theme-card__figure {
    padding-top: 66%;
  }
}
.theme-card__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.theme-card__title {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  z-index: 10;
}
.theme-card__title img {
  position: relative;
  top: 6px;
}
.theme-card__title h2 {
  font-size: 28px;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .theme-card__title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .theme-card__title h2 {
    font-size: 38px;
  }
}
.theme-card__body {
  text-align: center;
  padding: 0.5em 1em;
}
.theme-card__body p {
  font-family: Graphik, "Arial", sans-serif;
  margin-bottom: 0.5em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .theme-card__body p {
    margin-bottom: 1em;
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .theme-card__body p {
    font-size: 18px;
  }
}
.theme-card__body .nav-btn {
  padding: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .theme-card__body .nav-btn {
    padding: 10px 34px;
    line-height: inherit;
  }
}
@media screen and (min-width: 768px) {
  .theme-card__body {
    padding: 2em 2em;
    font-size: 18px;
  }
}
.theme-card__body-2 {
  padding-right: 1rem;
}
.theme-card__body-2 h2 {
  margin-top: 0.5rem;
}
.theme-card__body-2 p {
  font-family: Graphik, "Arial", sans-serif;
  margin-bottom: 0.5em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .theme-card__body-2 p {
    margin-bottom: 1em;
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .theme-card__body-2 p {
    font-size: 16px;
  }
}
.theme-card__body-2 .nav-btn {
  padding: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .theme-card__body-2 .nav-btn {
    padding: 10px 34px;
    line-height: inherit;
  }
}

.theme-card--text {
  display: flex;
  flex: 1;
  justify-content: center;
  width: auto !important;
  min-width: calc(33.3333% - 2em);
}
.theme-card--text .theme-card__title {
  background: none;
  position: static;
}
.theme-card--text p {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .theme-card--text {
    min-height: 300px;
  }
}

.theme-card--orange {
  background-color: #c69c6c;
  border-color: #c69c6c;
  color: #ffffff;
}

.theme-card--green {
  background-color: #162c15;
  border-color: #162c15;
  color: #eeeeee;
}

.theme-card--blue {
  background-color: #482020;
  border-color: #482020;
  color: #eeeeee;
}

.theme-card--beige {
  background-color: #c69c6c;
  border-color: #c69c6c;
  color: #ffffff;
}

.theme-card--dark-green {
  background-color: #162c15;
  border-color: #162c15;
  color: #eeeeee;
}

.theme-card--dark-red {
  background-color: #482020;
  border-color: #482020;
  color: #eeeeee;
}

.theme-card--light-gray {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #222222;
}

.theme-card--image-full {
  border: none !important;
  flex: 1;
  width: auto !important;
  min-width: calc(66.66666% - 2em);
  position: relative;
}
@media screen and (min-width: 768px) {
  .theme-card--image-full {
    min-height: 400px;
  }
}
.theme-card--image-full .theme-card__figure {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.theme-card--image-full .theme-card__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .theme-card--image-full .theme-card__figure {
    position: absolute;
    padding-top: 0;
    min-height: 400px;
  }
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #482020;
  border-color: #482020;
}

.theme-header {
  padding: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .theme-header {
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse;
    margin: 0 -1em;
    padding: 4em 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  .theme-header {
    align-items: stretch;
  }
}
.theme-header__title {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 3em 1em 1em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .theme-header__title {
    padding: 3em 2em 1.5em;
  }
}
.theme-header__title h1 {
  color: #fff;
  margin: 0;
  font-size: 32px;
}
.theme-header__title span {
  display: inline-block;
  margin: 0;
  font-family: "Graphik";
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 0.1em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #fff;
}
.theme-header__text {
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  padding: 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #482020;
}
@media screen and (min-width: 768px) {
  .theme-header__text {
    width: calc(33.3333% - 2em);
    margin: 0 1em;
  }
}
.theme-header__text h2, .theme-header__text h1 {
  font-size: 28px;
  margin: 0 0 0.5em;
  color: #482020;
}
.theme-header__text p {
  margin-bottom: 0;
}
.theme-header__img {
  box-sizing: border-box;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  background: black;
}
.theme-header__img img {
  display: block;
}
.theme-header__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-header__img video.not-visible {
  position: static;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .theme-header__img {
    width: calc(66.66666% - 2em);
    margin: 0 1em;
  }
}

.theme-cta-header {
  overflow: hidden;
}

.theme-hero-image {
  height: 50vh;
  background: #FFE9E1;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .theme-hero-image {
    height: 60vh;
  }
}

.mobile-nav > div {
  flex: 1 1 0;
}

.theme-nav {
  display: none;
  background-color: #EEE1D3;
}
@media screen and (min-width: 1367px) {
  .theme-nav {
    display: block;
  }
}
.theme-nav__upper-wrapper {
  background-color: #C69C6C;
}
.theme-nav__upper {
  display: flex;
  justify-content: space-between;
  padding: 10px 1rem;
  box-sizing: border-box;
}
.theme-nav__upper .nav-btn {
  border-color: #000;
  color: #000;
}
.theme-nav__util {
  display: flex;
  align-items: center;
}
.theme-nav__util form {
  position: relative;
}
.theme-nav__lang {
  display: block;
  align-items: center;
}
.theme-nav__lang ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  padding-right: 1rem;
}
.theme-nav__lang li {
  padding: 0 10px;
}
.theme-nav__lang li:first-of-type {
  border-right: 1px solid #000;
}
.theme-nav__lang li a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  text-decoration: none !important;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .theme-nav__lang li a {
    font-size: 11px;
  }
}
.theme-nav__main {
  margin-top: 0px;
}
.theme-nav__main nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 100px;
}
.theme-nav__main nav .menu-new-left-container {
  flex: 1;
}
.theme-nav__main nav .menu-new-left-container ul {
  justify-content: flex-end;
}
.theme-nav__main nav .menu-new-right-container {
  flex: 1;
}
.theme-nav__main nav .menu-new-right-container ul {
  justify-content: flex-start;
}
.theme-nav__main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media screen and (min-width: 1367px) {
  .theme-nav__main ul li {
    position: relative;
  }
  .theme-nav__main ul li:before {
    content: "";
    display: block;
    height: 0.5em;
    width: 100%;
    position: absolute;
    bottom: -0.5em;
  }
  .theme-nav__main ul li ul {
    position: absolute;
    background-color: #EEE1D3;
    display: block;
    padding: 0.25em 0.5em;
    left: -99999999px;
    opacity: 0;
    transition: opacity 0.2s;
    margin-top: 0.5em;
    z-index: 50;
  }
  .theme-nav__main ul li ul li {
    margin: 0;
    font-size: 14px;
    padding: 0.5em 0.25em;
    white-space: nowrap;
  }
  .theme-nav__main ul li:hover ul, .theme-nav__main ul li:focus ul {
    left: -0.5em;
    opacity: 1;
  }
}
.theme-nav__main li {
  margin: 0 20px;
}
.theme-nav__main li a {
  font-family: Miller, "Times New Roman", Times, serif;
  color: #000;
}
.theme-nav__main--footer {
  background-color: #EEE1D3;
}
.theme-nav__main--footer nav {
  max-height: 60px;
}
.theme-nav__main--footer li a {
  color: #000;
}
@media screen and (max-width: 1100px) {
  .theme-nav__main--footer .hide-large {
    display: none;
  }
}
.theme-nav__logo {
  margin: 0 40px;
  position: relative;
  z-index: 10;
}
.theme-nav__logo:after {
  content: "";
  display: block;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  border-radius: 999px;
  width: 180px;
  height: 180px;
  top: -22px;
  left: -16px;
}
.theme-nav__logo img {
  position: relative;
  z-index: 1;
  width: 148px;
}
.theme-nav__logo--footer {
  margin: 0 30px;
}
.theme-nav__logo--footer:after {
  width: 130px;
  height: 130px;
  top: -13px;
  left: -11px;
}
.theme-nav__logo--footer img {
  width: 110px;
}

.theme-search-form {
  position: relative;
  display: inline-block;
}
.theme-search-form input {
  box-sizing: border-box;
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid;
  border-color: #000;
  padding: 10px 30px 10px 10px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .theme-search-form input {
    font-size: 11px;
  }
}
.theme-search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #000;
}
.theme-search-form input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #000;
}
.theme-search-form input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #000;
}
.theme-search-form input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #000;
}
.theme-search-form button {
  position: absolute;
  right: 5px;
  top: 10px;
  background: transparent;
  border: none;
  color: #000;
}
.theme-search-form--mobile input {
  border-color: #482020;
  color: #482020;
}
.theme-search-form--mobile input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #482020;
}
.theme-search-form--mobile input::-moz-placeholder { /* Firefox 19+ */
  color: #482020;
}
.theme-search-form--mobile input:-ms-input-placeholder { /* IE 10+ */
  color: #482020;
}
.theme-search-form--mobile input:-moz-placeholder { /* Firefox 18- */
  color: #482020;
}
.theme-search-form--mobile button {
  position: absolute;
  right: 5px;
  top: 10px;
  background: transparent;
  border: none;
  color: #482020;
}

.theme-search-result {
  padding: 3em 1em;
}
.theme-search-result ul {
  list-style-type: none;
  padding-left: 0;
}
.theme-search-result li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.theme-search-result a {
  color: #482020;
}
.theme-search-result__header {
  margin-bottom: 2em;
}
.theme-search-result__header p, .theme-search-result__header h1 {
  margin: 0;
}
.theme-search-result__label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

.theme-video {
  position: relative;
  margin: 0 0 1em;
  padding: 56.25% 0 0 0;
}
@media screen and (min-width: 768px) {
  .theme-video {
    margin: 0 1em 2em;
  }
}

.menu-label {
  color: #000;
}

.featured-packages .bg-primary {
  background-color: #FFE9E1;
}

.featured-packages .bg-secondary {
  background-color: #e1e1e1;
}

.grecaptcha-badge {
  display: none !important;
}

.vimeoContainer .vimeoLink {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}