/*
Theme Name: HTML Prototypes v1
Theme URI: 
Author: EME UI Development Team
Author URI: 
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: 
Tags: 
Text Domain: htmlprototype
*/
/*---------------------------- [table of contents] ------------------
 1. variables
 2. mixin
 3. typography
 3. links
 4. layout
    4.1 tables
    4.2 forms
 5. site styles
 6  image styles
 7. media queries
 8. base site notifications
 9. owl carousel
10. fancybox 3

-------------------------------------------------------------------*/
.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 {
  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: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: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, .numInputWrapper span.nice-select.open {
  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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.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, .flatpickr-current-month .flatpickr-monthDropdown-months.nice-select.open {
  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(0, 0, 0);
  transform: translate3d(0, 0, 0);
  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);
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

@font-face {
  font-family: "begumregular";
  src: url("fonts/begumregular.woff2") format("woff2"), url("fonts/begumregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fslucasprobold";
  src: url("fonts/fslucasprobold.woff2") format("woff2"), url("fonts/fslucasprobold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fslucasproregular";
  src: url("fonts/fslucasproregular.woff2") format("woff2"), url("fonts/fslucasproregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximaregular";
  src: url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximaregularit";
  src: url("fonts/proximanova-regularit-webfont.woff2") format("woff2"), url("fonts/proximanova-regularit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proximasbold";
  src: url("fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("fonts/proximanova-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "proximabold";
  src: url("fonts/proxima-nova/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes img-width-inc {
  from {
    opacity: 1;
  }
  to {
    width: 0px;
  }
}
.sm-simple {
  background: transparent;
}

.special-flx {
  display: flex;
  flex-direction: row;
}

.all-menus-container {
  background-color: #4f5959;
  padding: 10px 0 43px 0;
  box-shadow: 1px -3px 5px rgba(0, 0, 0, 0.25);
}
.all-menus-container .main-menu-container .sm-simple {
  padding-top: 40px;
}
.all-menus-container .main-menu-container .sm-simple ul {
  padding: 14px 0;
  background: transparent;
  margin-top: 14px;
  margin-bottom: 14px;
}
.all-menus-container .main-menu-container .sm-simple li {
  opacity: 0;
  transition: opacity 350ms;
}
.all-menus-container .main-menu-container .sm-simple li a {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  padding: 9px 30px 9px 30px;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
}
.all-menus-container .main-menu-container .sm-simple li a:hover {
  color: #d9d8d7;
}
.all-menus-container .main-menu-container .sm-simple li.current-menu-item > a {
  color: #d9d8d7;
}
.all-menus-container .main-menu-container .sm-simple ul.sub-menu {
  background-color: #00495c;
}
.all-menus-container .main-menu-container .sm-simple ul.sub-menu li a {
  color: #fff;
}
.all-menus-container.expand .sm-simple li {
  opacity: 1;
  transition: opacity 350ms;
}
.all-menus-container.expand .sm-simple li:nth-child(1) {
  transition-delay: 60ms;
}
.all-menus-container.expand .sm-simple li:nth-child(2) {
  transition-delay: 120ms;
}
.all-menus-container.expand .sm-simple li:nth-child(3) {
  transition-delay: 180ms;
}
.all-menus-container.expand .sm-simple li:nth-child(4) {
  transition-delay: 240ms;
}
.all-menus-container.expand .sm-simple li:nth-child(5) {
  transition-delay: 300ms;
}
.all-menus-container.expand .sm-simple li:nth-child(6) {
  transition-delay: 360ms;
}
.all-menus-container.expand .sm-simple li:nth-child(7) {
  transition-delay: 420ms;
}
.all-menus-container.expand .sm-simple li:nth-child(8) {
  transition-delay: 480ms;
}
.all-menus-container.expand .sm-simple li:nth-child(9) {
  transition-delay: 540ms;
}
.all-menus-container.expand .sm-simple li:nth-child(10) {
  transition-delay: 600ms;
}
.all-menus-container.expand .sm-simple li:nth-child(11) {
  transition-delay: 660ms;
}
.all-menus-container.expand .sm-simple li:nth-child(12) {
  transition-delay: 720ms;
}
.all-menus-container.expand .sm-simple li:nth-child(13) {
  transition-delay: 880ms;
}
.all-menus-container.expand .sm-simple li:nth-child(14) {
  transition-delay: 940ms;
}
.all-menus-container.expand .sm-simple li:nth-child(15) {
  transition-delay: 1000ms;
}
@media only screen and (min-width: 768px) {
  .all-menus-container {
    right: auto;
    width: 390px;
    top: 120px;
    left: 30px;
    padding: 10px 0 15px 0;
  }
  .all-menus-container .main-menu-container .sm-simple {
    padding-top: 5px;
  }
}
.all-menus-container .sm {
  min-width: 272px;
  max-width: none;
}
@media only screen and (min-width: 1200px) {
  .all-menus-container {
    top: 130px;
    left: 50px;
    transition: 0.3s all;
  }
  .all-menus-container .sm-simple a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 31px;
  }
}
.all-menus-container .img-and-menus-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .all-menus-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 100vh;
    min-height: 100vh;
    padding: 35px 0 35px 0;
    background-image: url("images/mega-menu-desktop-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-y: hidden;
  }
}

.sm-simple a.has-submenu span.sub-arrow:before {
  display: block;
  content: "";
  width: 15px;
  height: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("images/downarrow-white.svg");
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 5px;
  right: 20px;
}

.sm-simple a.has-submenu.highlighted span.sub-arrow:before {
  transform: rotate(180deg);
}

.close-btn {
  display: none;
  position: absolute;
  right: 2em;
  top: 2.5em;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .close-btn {
    display: block;
  }
}

.close-btn:hover {
  opacity: 1;
}

.close-btn:before,
.close-btn:after {
  position: absolute;
  left: 15px;
  top: 5px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #d9d8d7;
}

.close-btn:before {
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);
}

.mega-second-menu-container,
.mega-third-menu-container,
.mega-fourth-menu-container {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .mega-second-menu-container,
  .mega-third-menu-container,
  .mega-fourth-menu-container {
    display: block;
    flex: 0 0 auto;
    padding-left: 55px;
  }
}

.menu-containers .menu-title {
  display: none;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Tinos", serif;
}
@media only screen and (min-width: 1200px) {
  .menu-containers .menu-title {
    display: block;
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .all-menus-container .sm-simple li {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .all-menus-container .menus-only {
    transform: translateY(30px);
    transition: transform 1400ms;
  }
  .all-menus-container.expand .menus-only {
    transform: translateY(0);
    transition-delay: 70ms;
    transition: transform 1400ms;
  }
}
@media only screen and (min-width: 1200px) {
  .all-menus-container .menus-only {
    display: none;
  }
}

@-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);
  }
}
.booking-widget-wrapper {
  position: absolute;
  left: auto;
  right: -110%;
  top: 75px;
  z-index: 99999;
  background-color: #ffffff;
  padding: 10px 20px 20px 20px;
  width: 340px;
  text-align: center;
  text-align: left;
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.booking-widget-wrapper.activate {
  right: 0 !important;
  left: auto !important;
}
@media only screen and (min-width: 768px) {
  .booking-widget-wrapper {
    top: 120px;
    right: -344px;
  }
  .booking-widget-wrapper.activate {
    right: 30px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .booking-widget-wrapper {
    top: 95px;
  }
}
@media only screen and (min-width: 1600px) {
  .booking-widget-wrapper {
    top: 95px;
  }
  .booking-widget-wrapper.activate {
    right: 65px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .activate-fixedmenu .booking-widget-wrapper {
    top: 80px;
    right: 40px !important;
  }
  .activate-fixedmenu .all-menus-container {
    top: 80px;
  }
}

.booking-widget .head-count .nice-select {
  right: 0;
}
.booking-widget .head-count .nice-select.nice-select-booking {
  border: none;
  position: absolute;
  background-color: transparent;
  padding-left: 0;
  width: 100%;
}
.booking-widget .head-count .nice-select.nice-select-booking span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  max-width: 100%;
  overflow: hidden;
  text-transform: uppercase;
}
.booking-widget .head-count .nice-select:after {
  border-bottom: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.booking-widget .head-count .nice-select .option {
  padding-left: 29px;
  padding-right: 39px;
  font-size: 14px;
  text-transform: uppercase;
}
.booking-widget .head-count .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.booking-widget .head-count label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
  margin-left: 16px;
  margin-bottom: 0;
}

.sm-simple .special-menu {
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 0;
  min-width: 17em !important;
}
.sm-simple .special-menu .divider {
  height: 1px;
  margin: 24px 0;
  overflow: hidden;
  background-color: #4f5959;
}
.sm-simple .special-menu li {
  border-top: none;
  padding: 0 40px;
}
.sm-simple .special-menu li.nav-header {
  font-size: 16px;
  line-height: 25px;
  color: #4f5959;
  font-weight: bold;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}
.sm-simple .special-menu li a:hover {
  color: #d2451e !important;
}

.all-menus-container .mega-menu-wrapper {
  display: none;
}
.all-menus-container .mega-menu-wrapper .mega-menu-menu-wrapper #mega-menu li a {
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.all-menus-container .mega-menu-wrapper .mega-menu-menu-wrapper #mega-menu li a:hover {
  color: #d9d8d7;
}
.all-menus-container .mega-menu-wrapper .mega-menu-menu-wrapper #mega-menu li.current-menu-item a {
  color: #d9d8d7;
}
@media only screen and (min-width: 1200px) {
  .all-menus-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .all-menus-container .mega-menu-wrapper {
    display: flex;
    justify-content: center;
  }
  .all-menus-container .mega-menu-wrapper .mega-menu-menu-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .all-menus-container .mega-menu-wrapper .mega-menu-menu-wrapper #mega-menu li a {
    font-size: 1.3vw;
    padding: 0.8vw 0;
    line-height: 1.5vw;
  }
}
@media only screen and (min-width: 1600px) {
  .all-menus-container .mega-menu-wrapper .mega-menu-menu-wrapper {
    padding-right: 40px;
  }
  .all-menus-container .mega-menu-wrapper .mega-menu-menu-wrapper #mega-menu li a {
    font-size: 18px;
    padding: 8px 0;
    line-height: 35px;
  }
}

.logo-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
.logo-section-wrapper .logos-inner-wrapper {
  display: flex;
  justify-content: center;
}
.logo-section-wrapper .logos-inner-wrapper .logo-item {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 290px;
  border-right: 1px solid #004e62;
}
.logo-section-wrapper .logos-inner-wrapper .logo-item:last-child {
  border-right: none;
}
.logo-section-wrapper .logos-inner-wrapper .logo-item .mega-logo-wrapper {
  text-align: center;
  height: 110px;
  margin-bottom: 50px;
}
.logo-section-wrapper .logos-inner-wrapper .logo-item .blue-title {
  font-size: 16px;
  line-height: 26px;
  color: #4aa0b6;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  min-height: 55px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.logo-section-wrapper .logos-inner-wrapper .logo-item ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.logo-section-wrapper .logos-inner-wrapper .logo-item ul li a {
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.logo-section-wrapper .logos-inner-wrapper .logo-item ul li a:hover {
  color: #d9d8d7;
}
@media only screen and (min-width: 1600px) {
  .logo-section-wrapper {
    padding-left: 40px;
  }
  .logo-section-wrapper .logos-inner-wrapper .logo-item {
    min-width: 380px;
  }
}

.large-fixed-header {
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background-color: #4f5959;
  z-index: 9999;
  padding: 0 50px;
  transform: translate3d(0, -110%, 0);
  justify-content: center;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.large-fixed-header .upper-header {
  height: 80px;
  display: flex;
  justify-content: center;
}
.large-fixed-header .bottom-header {
  height: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.large-fixed-header .bottom-header::before {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-color: #fff;
}
.large-fixed-header .fixed-menu-switch {
  position: absolute;
  left: 40px;
}
.large-fixed-header .ghost-button {
  position: absolute;
  right: 40px;
  top: 29px;
  display: inline-block;
  width: 222px;
  text-align: center;
  vertical-align: top;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  border: 3px solid #d9d8d7;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.large-fixed-header .ghost-button:hover {
  background-color: #4f5959;
  border-color: #fff;
}
.large-fixed-header #fixed-logo {
  width: 225px;
  top: 0;
}
.large-fixed-header #fixed-logo img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .large-fixed-header .fixed-menu-switch {
    display: none;
  }
  .large-fixed-header #fixed-logo {
    left: 30px;
    top: auto;
  }
  .large-fixed-header .desktop-menu-wrapper {
    position: relative;
  }
  .large-fixed-header .desktop-menu-wrapper .sm-simple {
    display: inline-flex;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .scroll-down.activate-fixedmenu .large-fixed-header {
    transform: translate3d(0, 0, 0) !important;
  }
  .scroll-down.activate-fixedmenu .all-menus-container.expand {
    position: fixed;
  }
}

#main-ibe-msg-box ul {
  list-style: none;
  padding-left: 0;
}
#main-ibe-msg-box ul li {
  color: #d73038;
}

.owl-carousel.off {
  display: block;
}

.owl-nav button span {
  font-size: 35px;
  line-height: 20px;
  color: #fff;
  height: 100%;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.owl-nav button:hover span {
  color: #d2451e;
}

.black-nav .owl-nav button span {
  color: #000;
}
.black-nav .owl-nav button:hover span {
  color: #d2451e;
}

@media only screen and (min-width: 768px) {
  .top-navigation .counter .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    height: 14px;
    top: -63px;
    left: auto;
    right: 22px;
    width: 54px;
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) {
  .top-navigation .counter-sides-nav .owl-nav {
    position: absolute;
    bottom: auto;
    right: 0;
    top: -68px;
    height: 22px;
    width: 100px;
    left: auto;
    transform: translateX(0);
  }
}

.text-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 160px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 0;
}

.only-on-1600 {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .only-on-1600 {
    display: block;
  }
}

.inner-page {
  background-color: #f9f8f3;
}
.inner-page #eme-slider-wrap picture img {
  max-height: 770px;
  object-fit: cover;
}
.inner-page .welcome-section {
  padding: 115px 30px 20px 30px;
}
.inner-page .welcome-section p .default-button {
  margin: 10px;
}
@media only screen and (min-width: 1200px) {
  .inner-page .special-offers {
    padding-top: 106px;
  }
  .inner-page .welcome-section {
    max-width: 980px;
  }
  .inner-page #eme-slider-wrap #eme-slider-v2 {
    max-height: 770px;
  }
}
@media only screen and (min-width: 1600px) {
  .inner-page .welcome-section {
    max-width: 1020px;
  }
}

.white-bg {
  background-color: #fff;
}

.black-link {
  font-size: 17px;
  letter-spacing: 0px;
  color: #717171;
  font-weight: 500;
  font-family: "Tinos", serif;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
}
.black-link:hover {
  text-decoration: none;
  color: #d2451e;
}
.black-link:hover:after {
  background-color: #d2451e;
}
.black-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #717171;
}

html:not(.no-js) .fade-on-scroll {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 1400ms;
}

html:not(.no-js) .fade-on-scroll.visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.inner-title {
  font-size: 24px;
  line-height: 30px;
  color: #232323;
  font-weight: bold;
  font-family: "proximaregular", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .inner-title {
    font-size: 35px;
    line-height: 40px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-title {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1600px) {
  .inner-title {
    max-width: 900px;
  }
}

.seo-text {
  padding: 38px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .seo-text {
    padding: 55px 55px;
  }
}
@media only screen and (min-width: 992px) {
  .seo-text {
    padding: 74px 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .seo-text {
    padding: 74px 175px 55px 175px;
  }
}
@media only screen and (min-width: 1600px) {
  .seo-text p {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.img-wrapper img {
  width: 100%;
  max-width: 100%;
}

.contents-404 {
  width: max-content;
  margin: auto;
  margin-bottom: 55px;
}

.two-col-wrapper .item {
  margin-bottom: 60px;
}
.two-col-wrapper .item img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .two-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .two-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .two-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 31px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .two-col-wrapper .item a {
    display: flex;
    flex-direction: column;
  }
  .two-col-wrapper .item a:hover, .two-col-wrapper .item a:focus {
    text-decoration: none;
  }
}

.three-col-wrapper .item {
  padding-bottom: 30px;
}
.three-col-wrapper .item img {
  width: 100%;
  max-width: 100%;
}
.three-col-wrapper .item .buttons-wrapper .ghost-button {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .three-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .three-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 31px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .three-col-wrapper .item a {
    display: flex;
    flex-direction: column;
  }
  .three-col-wrapper .item a:hover, .three-col-wrapper .item a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .three-col-wrapper .item {
    flex-basis: calc(33.3333333333% - 31px);
    max-width: calc(33.3333333333% - 30px);
  }
}
@media only screen and (min-width: 1600px) {
  .three-col-wrapper .item {
    margin-bottom: 40px;
  }
}

.four-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.four-col-wrapper .item {
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .four-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .four-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 31px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .four-col-wrapper .item a {
    display: flex;
    flex-direction: column;
  }
  .four-col-wrapper .item a:hover, .four-col-wrapper .item a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .four-col-wrapper .item {
    flex-basis: calc(33.3333333333% - 31px);
    max-width: calc(33.3333333333% - 30px);
  }
}
@media only screen and (min-width: 1600px) {
  .four-col-wrapper .item {
    flex-basis: calc(25% - 31px);
    max-width: calc(25% - 30px);
  }
}

.five-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.five-col-wrapper .item {
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .five-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .five-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 31px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .five-col-wrapper .item a {
    display: flex;
    flex-direction: column;
  }
  .five-col-wrapper .item a:hover, .five-col-wrapper .item a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .five-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(33.3333333333% - 31px);
    max-width: calc(33.3333333333% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .five-col-wrapper .item {
    flex-basis: calc(25% - 31px);
    max-width: calc(25% - 30px);
  }
}
@media only screen and (min-width: 1600px) {
  .five-col-wrapper .item {
    flex-basis: calc(20% - 31px);
    max-width: calc(20% - 30px);
  }
}

img.lazyImg {
  opacity: 0;
}

img.scaletransit {
  transform: scale(0);
}

img.visible {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

img.visible.scaletransit {
  transform: scale(1);
  -webkit-transition: opacity 0.5s linear 0.2s, transform 0.5s ease-in;
  -moz-transition: opacity 0.5s linear 0.2s, transform 0.5s ease-in;
  transition: opacity 0.5s linear 0.2s, transform 0.5s ease-in;
  transition-delay: 0.5s;
  opacity: 1;
}

[data-imgsrc].lazyBackground {
  opacity: 0;
}

[data-imgsrc].visible {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.col-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.default-button {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #4f5959;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 2px solid #4f5959;
  padding: 0 30px;
}
.default-button:hover {
  background-color: #4f5959;
  color: #fff;
}
.default-button.white {
  border-color: #fff;
  color: #fff;
}
.default-button.white:hover {
  background-color: #4f5959;
  color: #4f5959;
}
.default-button.blue {
  border-color: #4298b5;
  color: #4298b5;
}
.default-button.blue:hover {
  background-color: #4298b5;
  color: #fff;
}

.titles {
  display: block;
  font-size: 50px;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #000000;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: none;
}

.second-title {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #9c9c9c;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.double-underline {
  line-height: 25px;
  position: relative;
  padding-bottom: 5px;
}
.double-underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  top: 100%;
  transition: background-color 0.3s;
}
.double-underline:hover {
  color: #d2451e;
}
.double-underline:hover:after {
  border-color: #d2451e;
}

.add-underline {
  position: relative;
  margin-bottom: 52px;
}
.add-underline:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 25px);
  background-color: #aba592;
}
@media only screen and (min-width: 768px) {
  .add-underline {
    margin-bottom: 72px;
  }
  .add-underline:after {
    top: calc(100% + 18px);
  }
}

ul {
  margin-top: 10px;
  padding-left: 20px;
}
ul li {
  font-size: 18px;
  line-height: inherit;
  line-height: 28px;
  margin-bottom: 8px;
  color: #123445;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
}

.welcome-section {
  padding: 18px 30px 50px 30px;
}
.welcome-section p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .welcome-section {
    padding: 80px 30px 80px 30px;
    background-size: 75%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .welcome-section {
    padding: 80px 30px 80px 30px;
    position: relative;
  }
  .welcome-section:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 40px;
    background-color: #000;
  }
  .welcome-section:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 1px;
    height: 40px;
    z-index: 99;
    background-color: #fff;
  }
}

.home-page .welcome-section {
  background-image: url("images/joy.png");
  background-size: 84%;
  background-position: center;
  background-repeat: no-repeat;
}

.special-offers {
  padding-top: 55px;
  padding-bottom: 20px;
}
.special-offers .offer-carousel-wrapper {
  padding-top: 1px;
  margin-top: 32px;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item {
  text-align: center;
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item img,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item .description-wrapper,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item .description-wrapper {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item .description-wrapper .title,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item .description-wrapper .title {
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  text-align: center;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item .description-wrapper p,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item .description-wrapper p {
  margin-top: 15px;
  max-width: 100%;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item .description-wrapper .ghost-button,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item .description-wrapper .ghost-button {
  margin-top: 10px;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item .description-wrapper .buttons-wrapper,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item .description-wrapper .buttons-wrapper {
  margin-top: auto;
  padding-bottom: 6px;
}
.special-offers .offer-carousel-wrapper #offer-carousel .item .description-wrapper .buttons-wrapper a,
.special-offers .offer-carousel-wrapper #offer-carousel2 .item .description-wrapper .buttons-wrapper a {
  margin-top: 18px;
}
.special-offers .offer-carousel-wrapper #offer-carousel .owl-dots,
.special-offers .offer-carousel-wrapper #offer-carousel2 .owl-dots {
  display: none;
}
.special-offers .offer-carousel-wrapper #offer-carousel .owl-nav,
.special-offers .offer-carousel-wrapper #offer-carousel2 .owl-nav {
  display: none;
}
.special-offers .offer-carousel-wrapper .indicator {
  text-align: center;
  margin-top: 30px;
}
.special-offers .offer-carousel-wrapper .indicator svg {
  stroke: #000;
}
@media only screen and (min-width: 768px) {
  .special-offers {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .special-offers .offer-carousel-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .special-offers .offer-carousel-wrapper .description-wrapper {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 992px) {
  .special-offers .offer-carousel-wrapper {
    max-width: none;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .special-offers {
    padding-bottom: 80px;
  }
  .special-offers .offer-carousel-wrapper {
    margin-top: 40px;
    padding: 0 40px;
  }
  .special-offers .indicator {
    display: none;
  }
  .special-offers .offer-carousel-wrapper #offer-carousel .owl-nav {
    display: block;
  }
  .special-offers .offer-carousel-wrapper #offer-carousel .owl-nav button svg {
    fill: #fff;
    transition: 0.3s all;
  }
  .special-offers .offer-carousel-wrapper #offer-carousel .owl-nav button:hover svg {
    fill: #d2451e;
  }
}
@media only screen and (min-width: 1600px) {
  .special-offers .offer-carousel-wrapper {
    padding: 0 130px;
  }
}

.global-buttons-wrapper {
  text-align: center;
  margin-top: 30px;
}
.global-buttons-wrapper a {
  display: inline-block;
}

.related-products {
  padding-bottom: 20px;
  padding-top: 70px;
}
.related-products .secondary-title {
  padding: 0 50px;
}
.related-products .related-carousel-wrapper {
  padding-top: 1px;
}
.related-products .related-carousel-wrapper #related-products .item {
  text-align: center;
  margin-top: 6px;
}
.related-products .related-carousel-wrapper #related-products .item img {
  display: block;
  width: 100%;
  height: auto;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper {
  margin-top: 27px;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper p.title {
  font-size: 26px;
  line-height: 30px;
  color: #123445;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper .ghost-button {
  margin-top: 10px;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper .buttons-wrapper {
  margin-top: auto;
  padding-bottom: 6px;
}
.related-products .related-carousel-wrapper #related-products .owl-dots {
  display: none;
}
.related-products .related-carousel-wrapper #related-products .owl-nav {
  display: none;
}
.related-products .related-carousel-wrapper .indicator {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .related-products {
    padding-bottom: 30px;
  }
  .related-products .related-carousel-wrapper {
    padding: 1px 120px 0;
  }
}
@media only screen and (min-width: 992px) {
  .related-products .related-carousel-wrapper {
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .related-products {
    padding-bottom: 90px;
  }
  .related-products .related-carousel-wrapper {
    padding: 0 150px;
    margin-top: 40px;
  }
  .related-products .related-carousel-wrapper #related-products .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .related-products .related-carousel-wrapper #related-products .item .description-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
  }
  .related-products .related-carousel-wrapper #related-products .owl-nav {
    display: block;
  }
  .related-products .indicator {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .related-products {
    padding-top: 92px;
  }
  .related-products .related-carousel-wrapper {
    padding: 0 200px;
  }
  .related-products .related-carousel-wrapper #related-products .item .description-wrapper {
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cream-bg {
  background-color: #f1f2eb;
}

.nav-center .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.nav-center .owl-nav .owl-next.disabled {
  display: none;
}
.nav-center .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.nav-center .owl-nav .owl-prev.disabled {
  display: none;
}

.same-height .owl-stage {
  display: flex;
}
.same-height .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.same-height .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.counter .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  left: 50%;
  width: 54px;
  transform: translateX(-50%);
}
.counter .owl-dots:before {
  content: "";
  position: absolute;
  top: 6px;
  width: 1px;
  height: 30px;
  background-color: #eaeaea;
  left: 50%;
}
.counter .owl-dots:after {
  position: absolute;
  content: counter(slides-num);
  display: inline-block;
  vertical-align: top;
  right: 0;
  padding-left: 5px;
  font-size: 40px;
  letter-spacing: -4px;
  line-height: 40px;
  color: #b0b0b0;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.counter .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
}
.counter .owl-dot span {
  display: none;
}
.counter .owl-dot.active:before {
  content: counter(slides-num);
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  letter-spacing: -4px;
  line-height: 40px;
  color: #474747;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.counter.black-counter .owl-dots:before {
  background-color: #000;
}
.counter.black-counter .owl-dots:after {
  color: #000;
}
.counter.black-counter .owl-dot.active:before {
  color: #000;
}

.counter-sides-nav .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -58px;
  height: 22px;
  width: 100px;
  left: auto;
  transform: translateX(-7px);
}
.counter-sides-nav .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  height: 22px;
}
.counter-sides-nav .owl-nav .owl-next {
  position: absolute;
  right: 0;
  height: 22px;
}
.counter-sides-nav .owl-nav button svg {
  fill: #afafaf;
}
.counter-sides-nav .owl-dots {
  left: auto;
  top: -65px;
  right: 30px;
  transform: translateX(0);
}
@media only screen and (min-width: 1200px) {
  .counter-sides-nav .owl-dots {
    right: 60px;
  }
  .counter-sides-nav .owl-nav {
    right: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .counter-sides-nav .owl-dots {
    right: 86px;
  }
  .counter-sides-nav .owl-nav {
    right: 56px;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
}
.content-wrapper .title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  text-align: center;
}
.content-wrapper .brnd-title {
  min-height: 85px;
}
.content-wrapper .small-label {
  font-size: 15px;
  line-height: 28px;
  color: #aaaaaa;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.content-wrapper p {
  text-align: center;
  margin-top: 25px;
  line-height: 32px;
}
.content-wrapper .brnd-dsc {
  min-height: 165px;
}
.content-wrapper ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
}
.content-wrapper ul li {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  padding: 15px 0 17px 0;
  color: #2f2f2f;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  border-top: 1px solid #ebe9df;
}
.content-wrapper .buttons-wrapper .default-button {
  margin-top: 24px;
}

.body-contact-widget .bcw-inner-wrapper {
  padding: 52px 20px;
  text-align: center;
}
.body-contact-widget .bcw-inner-wrapper .title {
  font-size: 30px;
  line-height: 40px;
  color: #123445;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.body-contact-widget .bcw-inner-wrapper p {
  font-size: 20px;
  line-height: 25px;
  color: #123445;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  text-align: center;
  text-transform: uppercase;
}
.body-contact-widget .bcw-inner-wrapper .bcw-details {
  margin-top: 54px;
}
.body-contact-widget .bcw-inner-wrapper .bcw-details span {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  color: #123445;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  width: 100%;
}
.body-contact-widget .bcw-inner-wrapper .bcw-details span:nth-child(1) {
  border-bottom: 1px solid #d1ceba;
  padding-bottom: 33px;
}
.body-contact-widget .bcw-inner-wrapper .bcw-details span:nth-child(2) {
  margin-top: 32px;
}
.body-contact-widget .bcw-inner-wrapper .bcw-details span a {
  display: block;
  color: #123445;
}
.body-contact-widget .bcw-inner-wrapper .bcw-details span a:hover {
  text-decoration: none;
  color: #d2451e;
}
@media only screen and (min-width: 768px) {
  .body-contact-widget .bcw-inner-wrapper {
    padding: 90px 20px;
  }
  .body-contact-widget .bcw-inner-wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
  .body-contact-widget .bcw-inner-wrapper p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 40px;
  }
  .body-contact-widget .bcw-inner-wrapper .bcw-details span {
    width: auto;
    padding: 0 28px;
  }
  .body-contact-widget .bcw-inner-wrapper .bcw-details span a {
    display: inline-block;
    position: relative;
    padding-left: 8px;
  }
  .body-contact-widget .bcw-inner-wrapper .bcw-details span a:before {
    content: ":";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .body-contact-widget .bcw-inner-wrapper .bcw-details span:nth-child(1) {
    border-bottom: none;
    padding-bottom: 0;
    border-right: 1px solid #d1ceba;
  }
  .body-contact-widget .bcw-inner-wrapper .bcw-details span:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .body-contact-widget {
    padding: 0 200px;
  }
  .body-contact-widget .bcw-inner-wrapper {
    padding: 90px 0;
  }
}

.special-list-wrapper ul {
  margin: 0.75em 0;
  padding: 0 16px;
  list-style: none;
}
.special-list-wrapper ul li {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #2f2f2f;
  font-weight: 700;
  font-family: "Manrope";
}
.special-list-wrapper li:before {
  content: "";
  border-color: transparent #000000;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 15px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .special-list-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .special-list-wrapper ul li {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}

.section-title {
  font-size: 30px;
  line-height: 30px;
  color: #123445;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-description {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-description {
    padding: 0 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-description {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section-description {
    padding: 0 30px;
  }
}

.hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-on-mobile {
    display: block;
  }
}

select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  font-size: 15px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  background-image: none;
  text-transform: uppercase;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  overflow: hidden;
}

/* Arrow */
/* Transition */
.select:hover::after {
  color: #f39c12;
}

.feature-carousel-section {
  padding-top: 55px;
  padding-bottom: 20px;
}
.feature-carousel-section .titles {
  padding: 0 35px;
}
.feature-carousel-section > p {
  padding: 0 35px;
}
.feature-carousel-section .feature-carousel-wrapper {
  padding-top: 1px;
  margin-top: 32px;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item {
  text-align: center;
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper .title {
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper p {
  margin-top: 15px;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper .ghost-button {
  margin-top: 10px;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper .buttons-wrapper {
  margin-top: auto;
  padding-bottom: 6px;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper .buttons-wrapper a {
  margin-top: 18px;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .owl-dots {
  display: none;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .owl-nav {
  display: none;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  left: -105px;
}
.feature-carousel-section .feature-carousel-wrapper #feature-carousel .owl-nav .owl-next {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  right: -105px;
}
.feature-carousel-section .feature-carousel-wrapper .indicator {
  text-align: center;
  margin-top: 30px;
}
.feature-carousel-section .feature-carousel-wrapper .indicator svg {
  stroke: #000;
}
@media only screen and (min-width: 768px) {
  .feature-carousel-section {
    padding-top: 35px;
    padding-bottom: 90px;
  }
  .feature-carousel-section .feature-carousel-wrapper {
    padding: 0 30px;
  }
  .feature-carousel-section .feature-carousel-wrapper .description-wrapper {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .feature-carousel-section .feature-carousel-wrapper {
    max-width: none;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-carousel-section {
    padding-bottom: 90px;
  }
  .feature-carousel-section > p {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-carousel-section .feature-carousel-wrapper {
    margin-top: 40px;
    padding: 0 135px;
  }
  .feature-carousel-section .feature-carousel-wrapper .description-wrapper {
    max-width: 500px;
  }
  .feature-carousel-section .feature-carousel-wrapper #feature-carousel .owl-nav {
    display: block;
  }
  .feature-carousel-section .indicator {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .feature-carousel-section {
    padding-top: 56px;
  }
  .feature-carousel-section .feature-carousel-wrapper {
    padding: 0 130px;
  }
  .feature-carousel-section .feature-carousel-wrapper #feature-carousel .owl-nav .owl-prev {
    left: -75px;
  }
  .feature-carousel-section .feature-carousel-wrapper #feature-carousel .owl-nav .owl-next {
    right: -75px;
  }
}

.indicator {
  text-align: center;
  margin-top: 10px;
}
.indicator svg {
  stroke: #000;
}
.indicator.white svg {
  stroke: #fff;
  fill: #fff;
}

.full-carousel {
  padding-bottom: 50px;
  margin-top: 65px;
}
.full-carousel .full-carousel-wrapper .full-width-carousel .item .section-bg {
  min-height: 325px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .full-carousel {
    padding-bottom: 92px;
    margin-top: 0;
  }
  .full-carousel .full-carousel-wrapper {
    padding: 0 30px;
  }
  .full-carousel .full-carousel-wrapper .full-width-carousel .item .section-bg {
    min-height: 516px;
  }
}
@media only screen and (min-width: 1200px) {
  .full-carousel {
    padding-bottom: 120px;
    margin-top: 25px;
  }
  .full-carousel .full-carousel-wrapper .full-width-carousel .item .section-bg {
    min-height: auto;
    height: 0;
    padding-top: 51%;
  }
  .full-carousel .full-carousel-wrapper .full-width-carousel .owl-nav .owl-next svg {
    fill: #fff;
    display: block;
  }
  .full-carousel .full-carousel-wrapper .full-width-carousel .owl-nav .owl-next:hover svg {
    fill: #d9d8d7;
    transition: 0.3s all;
  }
  .full-carousel .full-carousel-wrapper .full-width-carousel .owl-nav .owl-prev svg {
    fill: #fff;
    display: block;
    transition: 0.3s all;
  }
  .full-carousel .full-carousel-wrapper .full-width-carousel .owl-nav .owl-prev:hover svg {
    fill: #d9d8d7;
  }
  .full-carousel .full-carousel-wrapper .indicator {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .full-carousel {
    padding-bottom: 140px;
  }
  .full-carousel .full-carousel-wrapper {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.section-header .titles {
  padding: 0 35px;
}
.section-header > p {
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .section-header {
    padding-bottom: 44px;
  }
  .section-header > p {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.popup-items .content-wrapper {
  color: #fff;
}
.popup-items .content-wrapper .name {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 45px;
  color: #fff;
  font-family: "ivymode", sans-serif;
  text-align: center;
}
.popup-items .content-wrapper .position {
  font-size: 15px;
  line-height: 40px;
  color: #d9d8d7;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .popup-items .img-wrapper {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .popup-items .item {
    display: flex;
    flex-wrap: wrap;
  }
  .popup-items .item .img-wrapper {
    flex: 1 1 530px;
    max-width: 530px;
  }
  .popup-items .item .content-wrapper {
    flex: 1 1 calc(100% - 530px);
    max-width: calc(100% - 530px);
    padding-left: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .popup-items .item .content-wrapper .name {
    text-align: left;
    width: 100%;
  }
  .popup-items .item .content-wrapper .position {
    text-align: left;
    width: 100%;
  }
  .popup-items .item .content-wrapper p {
    text-align: left;
  }
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.24);
}

@media only screen and (min-width: 1600px) {
  .inner-page .welcome-section {
    max-width: 1200px !important;
  }
}
.welcome-section {
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  .welcome-section {
    max-width: 1024px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .welcome-section {
    max-width: 1200px !important;
  }
}

.golf-left {
  margin-top: 48px;
}
.golf-left a {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  width: 100%;
}
.golf-left a img {
  width: 100%;
  max-width: 100%;
}
.golf-left a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .golf-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
  }
  .golf-left a {
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 1200px) {
  .golf-left {
    max-width: 878px;
    margin-left: auto;
    margin-right: auto;
  }
}

.our-brands {
  background-color: #f1f2eb;
  padding: 55px 0;
}
.our-brands .brands-inner .section-description {
  padding: 0 35px;
}
.our-brands .brands-inner .brands-block-wrapper {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .our-brands {
    padding: 80px 0;
  }
  .our-brands .brands-inner .section-description {
    padding: 0 75px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .our-brands .brands-inner .brands-block-wrapper {
    padding: 0 40px;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .our-brands .brands-inner .brands-block-wrapper .large-block {
    margin-bottom: 0;
  }
  .our-brands .brands-inner .brands-block-wrapper .two-brands-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 60px;
  }
  .our-brands .brands-inner .brands-block-wrapper .two-brands-wrapper .brands-block {
    padding: 0;
    height: 400px;
    flex: 1 1 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
    margin-bottom: 0;
  }
  .our-brands .brands-inner .brands-block-wrapper .two-brands-wrapper .brands-block .brands-item {
    height: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .our-brands .brands-inner .two-brands-wrapper,
  .our-brands .brands-inner .brands-block {
    padding: 0 130px;
  }
}
.our-brands .brands-block {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .our-brands .brands-block {
    margin-bottom: unset;
  }
}
.our-brands .brands-block .brands-item {
  height: 486px;
  width: 100%;
  text-align: center;
  padding-top: 38px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-brands .brands-block .brands-item .logo {
  margin: 80px auto 0 auto;
  position: relative;
  z-index: 2;
}
.our-brands .brands-block .brands-links-wrapper ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
  padding: 25px 20px 35px 20px;
}
.our-brands .brands-block .brands-links-wrapper ul li {
  margin-bottom: 20px;
}
.our-brands .brands-block .brands-links-wrapper ul li a {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.our-brands .brands-block .brands-links-wrapper ul li a:hover {
  color: #d9d8d7;
}
@media only screen and (min-width: 768px) {
  .our-brands .brands-block {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .our-brands .brands-block .brands-item {
    height: 805px;
    position: relative;
  }
  .our-brands .brands-block .brands-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 160px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.76));
  }
  .our-brands .brands-block .brands-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 230px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0));
  }
  .our-brands .brands-block .brands-links-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 92%;
    background-color: transparent;
    width: 100%;
  }
  .our-brands .brands-block .brands-links-wrapper ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 25px 20px 14px 20px;
    flex-wrap: wrap;
  }
  .our-brands .brands-block .brands-links-wrapper ul li {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 12px;
  }
  .our-brands .brands-block .brands-links-wrapper ul li a {
    color: #fff;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-brands .brands-block {
    padding: 0;
  }
  .our-brands .brands-block .brands-links-wrapper {
    max-width: 950px;
  }
  .our-brands .brands-block .brands-links-wrapper ul {
    padding: 25px 20px 25px 20px;
  }
}
.our-brands .brands-footer {
  padding: 0 25px;
}
.our-brands .brands-footer .bfleft {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  text-align: center;
}
.our-brands .brands-footer .bfwright {
  text-align: center;
}
.our-brands .brands-footer .bfwright .default-button {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .our-brands .brands-footer {
    padding: 10px 25px;
  }
  .our-brands .brands-footer .bfleft {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 45px;
    padding: 0 15px;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  .our-brands .brands-footer .bfwright .default-button {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .our-brands .brands-footer {
    margin-top: 55px;
    padding: 10px 185px;
    display: flex;
    justify-content: space-between;
  }
  .our-brands .brands-footer .bfleft {
    margin: 0;
    text-align: left;
    flex: 1 1 53%;
    max-width: 53%;
    padding-left: 0;
  }
  .our-brands .brands-footer .bfwright {
    flex: 1 1 47%;
    max-width: 47%;
    text-align: center;
  }
}

.special-offers > p {
  padding: 0 40px;
}
.special-offers .offer-carousel .owl-nav .owl-prev {
  top: 35%;
}
.special-offers .offer-carousel .owl-nav .owl-next {
  top: 35%;
}
@media only screen and (min-width: 768px) {
  .special-offers .title {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
  .special-offers > p {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .special-offers > p {
    max-width: 1200px;
  }
}

.experiences {
  background-color: #f0f1e8;
  padding-top: 55px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.experiences > p {
  padding: 0 40px;
}
.experiences .experiences-carousel-wrapper {
  margin-top: 38px;
  text-align: center;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .img-wrapper {
  background-color: #000;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .img-wrapper.has-video {
  position: relative;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .img-wrapper.has-video a {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .img-wrapper.has-video a:hover .play-icon {
  opacity: 1;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .img-wrapper a {
  display: inline-block;
  vertical-align: top;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .img-wrapper img {
  opacity: 0.7;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .exp-slider-inner {
  text-align: center;
  padding: 15px 40px 20px 40px;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .exp-slider-inner .small-title {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 75px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  text-align: center;
}
.experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .default-button {
  margin-top: 15px;
}
.experiences .experiences-carousel-wrapper .exp-carousel .owl-nav svg {
  fill: #fff;
}
.experiences .experiences-right-wrapper {
  display: none;
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 75px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .experiences {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .experiences .exp-inner-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .experiences .exp-inner-wrapper {
    max-width: 812px;
  }
  .experiences .exp-inner-wrapper .main-titles-wrap {
    display: none;
  }
  .experiences .exp-inner-wrapper .exp-carousel .owl-nav {
    position: absolute;
    top: 225px;
    left: 0;
    right: 0;
  }
  .experiences .exp-inner-wrapper .exp-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 60px;
    padding: 8px !important;
  }
  .experiences .exp-inner-wrapper .exp-carousel .owl-nav .owl-next {
    position: absolute;
    right: 60px;
    padding: 8px !important;
  }
  .experiences .exp-inner-wrapper .exp-carousel .item .img-and-content-wrapper {
    position: relative;
  }
  .experiences .exp-inner-wrapper .exp-carousel .item .img-and-content-wrapper .exp-slider-inner {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .experiences .exp-inner-wrapper .exp-carousel .item .img-and-content-wrapper .exp-slider-inner .small-title {
    color: #fff;
  }
  .experiences .exp-inner-wrapper .exp-carousel .item .img-and-content-wrapper .exp-slider-inner p {
    color: #fff;
    max-width: 465px;
    margin-left: auto;
    margin-right: auto;
  }
  .experiences .exp-inner-wrapper .exp-carousel .item .default-button {
    margin-top: 40px;
    color: #fff;
    border-color: #fff;
  }
  .experiences .exp-inner-wrapper .exp-carousel .item .default-button:hover {
    color: #fff;
    border-color: #4f5959;
  }
  .experiences .exp-inner-wrapper .indicator {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .experiences .experiences-carousel-wrapper .exp-carousel .item .img-and-content-wrapper .exp-slider-inner .small-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .experiences .exp-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
  }
  .experiences .exp-inner-wrapper .experiences-carousel-wrapper {
    flex: 1 1 54%;
    max-width: 54%;
    margin-top: 46px;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper {
    flex: 1 1 46%;
    max-width: 46%;
  }
  .experiences .exp-inner-wrapper .main-titles-wrap {
    display: none;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper .right-wrap-inner {
    padding: 0 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper .right-wrap-inner .img-wrapper {
    position: relative;
    background-color: #000;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper .right-wrap-inner .img-wrapper img {
    opacity: 0.7;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper .right-wrap-inner .img-wrapper .default-button {
    color: #fff;
    border-color: #fff;
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper .right-wrap-inner .img-wrapper .default-button:hover {
    color: #fff;
    border-color: #4f5959;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper .section-description {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .experiences .exp-inner-wrapper .experiences-carousel-wrapper {
    flex: 1 1 54%;
    max-width: 54%;
    margin-top: 46px;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper {
    flex: 1 1 46%;
    max-width: 46%;
  }
  .experiences .exp-inner-wrapper .main-titles-wrap {
    display: none;
  }
  .experiences .exp-inner-wrapper .experiences-right-wrapper .right-wrap-inner {
    padding: 0 130px;
  }
}

.new-openings {
  padding: 52px 0;
}
.new-openings .titles {
  margin-bottom: 25px;
}
.new-openings .section-header-wrapper {
  padding: 0 30px;
}
.new-openings .new-opening-carousel .img-wrapper {
  text-align: center;
}
.new-openings .new-opening-carousel .img-wrapper .default-button {
  margin-top: 30px;
}
.new-openings .new-opening-carousel .owl-dots {
  display: none;
}
.new-openings .new-opening-carousel .owl-nav svg {
  transition: 0.3s all;
}
.new-openings .new-opening-inner .indicator {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .new-openings {
    padding: 80px 0;
  }
  .new-openings .section-header-wrapper {
    min-width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
  .new-openings .new-opening-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .new-openings .new-opening-carousel .img-wrapper {
    margin-top: 38px;
    position: relative;
  }
  .new-openings .new-opening-carousel .img-wrapper .default-button {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
  .new-openings .new-opening-carousel .img-wrapper .default-button:hover {
    color: #fff;
    border-color: #4f5959;
  }
  .new-openings .new-opening-carousel .owl-nav .owl-next {
    bottom: 50%;
    transform: translateY(50%);
    width: 13px;
    height: 23px;
  }
  .new-openings .new-opening-carousel .owl-nav .owl-prev {
    bottom: 50%;
    transform: translateY(50%);
    width: 13px;
    height: 23px;
  }
  .new-openings .new-opening-inner {
    padding: 0 40px;
  }
  .new-openings .new-opening-inner .indicator {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .new-openings .new-opening-carousel .owl-nav .owl-prev {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
  .new-openings .new-opening-carousel .owl-nav .owl-next {
    top: auto;
    bottom: 50%;
    transform: translateY(50%);
  }
  .new-openings .new-opening-carousel .item {
    position: relative;
  }
  .new-openings .new-opening-inner {
    padding: 0 130px;
  }
}

.new-opening-table {
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
}
.new-opening-table .table-item {
  padding: 25px 0;
  border-bottom: 1px solid #e0e0e0;
}
.new-opening-table .table-item:last-child {
  border-bottom: none;
}
.new-opening-table .table-item .small-txt {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.new-opening-table .table-item .lrg-txt {
  font-size: 24px;
  letter-spacing: 1px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .new-opening-table {
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .new-opening-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
  }
  .new-opening-table .table-item {
    border-bottom: none;
    padding: 0 40px;
    border-right: 1px solid #e0e0e0;
  }
  .new-opening-table .table-item:last-child {
    border-right: none;
  }
}

.spa {
  padding: 55px 0;
  background-color: #f1f2eb;
}
.spa .spa-inner-wrapper .top-wrap {
  text-align: center;
  padding: 0 20px;
}
.spa .spa-inner-wrapper .top-wrap .default-button {
  display: none;
}
.spa .spa-inner-wrapper .top-wrap .double-underline {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.spa .spa-inner-wrapper .top-wrap .double-underline:after {
  border-color: #000;
}
.spa .spa-inner-wrapper .top-wrap .titles {
  padding: 0 20px;
  max-width: 100%;
}
.spa .spa-inner-wrapper .spa-images-wrap {
  margin-top: 60px;
  padding: 0 20px;
}
.spa .spa-inner-wrapper .spa-images-wrap .img-wrapper:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .spa {
    padding: 80px 0;
  }
  .spa .spa-inner-wrapper {
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
  }
  .spa .spa-inner-wrapper .top-wrap .default-button {
    display: inline-block;
    margin-top: 20px;
  }
  .spa .spa-inner-wrapper .top-wrap .double-underline {
    display: none;
  }
  .spa .spa-inner-wrapper .top-wrap .titles {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 60px;
    padding: 0 40px;
  }
  .spa .spa-inner-wrapper .top-wrap .section-description {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 45px;
    width: 100%;
  }
  .spa .spa-inner-wrapper .spa-images-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
  }
  .spa .spa-inner-wrapper .spa-images-wrap .img-wrapper {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .spa .spa-inner-wrapper .spa-images-wrap .img-wrapper:nth-child(2) {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .spa {
    margin-right: 130px;
    padding: 80px 0;
  }
  .spa .spa-inner-wrapper {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 130px;
  }
  .spa .spa-inner-wrapper .top-wrap {
    flex: 1 1 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 2;
  }
  .spa .spa-inner-wrapper .top-wrap .titles {
    margin-bottom: 55px;
    padding: 0 70px;
  }
  .spa .spa-inner-wrapper .top-wrap .default-button {
    margin-top: 62px;
  }
  .spa .spa-inner-wrapper .top-wrap .section-description {
    padding: 0 65px;
  }
  .spa .spa-inner-wrapper .spa-images-wrap {
    flex: 1 1 60%;
    max-width: 60%;
    margin-top: 0;
    order: 1;
    padding: 0;
  }
  .spa .spa-inner-wrapper .spa-images-wrap .img-wrapper {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

.sustainability {
  margin-top: 7px;
  margin-bottom: 55px;
}
.sustainability .sustainability-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sustainability .sustainability-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.sustainability .sustainability-inner .sus-inner-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.sustainability .sustainability-inner .sus-inner-content .titles {
  font-size: 40px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "proximaregular", sans-serif;
  text-align: center;
}
.sustainability .sustainability-inner .sus-inner-content p {
  color: #fff;
  max-width: 960px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.sustainability .sustainability-inner .sus-inner-content .default-button {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .sustainability {
    margin-bottom: 80px;
  }
  .sustainability .sustainability-inner {
    min-height: 640px;
    height: 640px;
  }
  .sustainability .sustainability-inner .sus-inner-content p {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 40px;
  }
  .sustainability .sustainability-inner .sus-inner-content .default-button {
    margin-top: 52px;
  }
  .sustainability .sustainability-inner .sus-inner-content .default-button:hover {
    color: #fff;
    border-color: #4f5959;
  }
}
@media only screen and (min-width: 1200px) {
  .sustainability {
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .sustainability {
    margin-top: 80px;
    margin-left: 130px;
    margin-right: 130px;
  }
  .sustainability .sustainability-inner .sus-inner-content .titles {
    font-size: 50px;
    line-height: 50px;
  }
}

.insta-wrapper {
  padding: 0 20px;
}
.insta-wrapper .insta-inner .icon {
  display: none;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  text-align: right;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.insta-wrapper .insta-inner .icon i {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.insta-wrapper .insta-inner .icon i svg {
  display: inline-block;
  vertical-align: top;
}
.insta-wrapper .insta-inner .insta-full-wrap .four-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insta-wrapper .insta-inner .insta-full-wrap .four-img-wrap a {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(50% - 12px);
  max-width: calc(50% - 5px);
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-top: 70%;
}
.insta-wrapper .insta-inner .insta-full-wrap .four-img-wrap a img {
  width: 100%;
  max-width: 100%;
}
.insta-wrapper .insta-inner .insta-full-wrap .large-img a {
  display: block;
}
.insta-wrapper .insta-inner .insta-full-wrap .large-img a img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .insta-wrapper {
    padding: 80px 30px;
  }
  .insta-wrapper .insta-inner .insta-full-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .insta-wrapper .insta-inner .insta-full-wrap .four-img-wrap {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .insta-wrapper .insta-inner .insta-full-wrap .large-img {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .insta-wrapper .insta-inner .insta-full-wrap .large-img a {
    height: calc(100% - 10px);
  }
  .insta-wrapper .insta-inner .insta-full-wrap .large-img a img {
    object-fit: cover;
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .insta-wrapper {
    margin-top: 80px;
    padding: 0 40px;
  }
  .insta-wrapper .insta-inner .icon {
    display: block;
  }
  .insta-wrapper .insta-inner .insta-full-wrap .four-img-wrap {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .insta-wrapper .insta-inner .insta-full-wrap .four-img-wrap a {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .insta-wrapper .insta-inner .insta-full-wrap .large-img {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .insta-wrapper .insta-inner .insta-full-wrap .large-img a {
    height: calc(100% - 24px);
  }
}

.awards {
  background-color: #f0f1e8;
  padding: 55px 0 50px 0;
}
.awards .awards-inner .awards-carousel {
  max-width: 268px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.awards .awards-inner .awards-carousel .item img {
  width: 100%;
  max-width: 100%;
}
.awards .awards-inner .awards-carousel .owl-dots {
  display: none;
}
.awards .awards-inner .indicator {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .awards {
    padding: 80px 0;
  }
  .awards .awards-inner .titles {
    margin-bottom: 36px;
  }
  .awards .awards-inner .awards-carousel {
    max-width: 610px;
  }
}
@media only screen and (min-width: 1200px) {
  .awards .awards-inner .awards-carousel {
    max-width: 1100px;
  }
  .awards .awards-inner .indicator {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .awards {
    padding: 80px 0;
  }
}

.t2-green-initiative .title .content-wrapper p {
  margin-top: 18px;
}
.t2-green-initiative .title .content-wrapper .buttons-wrapper .default-button {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .t2-green-initiative .default-wrapper {
    padding: 0 110px;
  }
  .t2-green-initiative .content-wrapper p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 38px;
    margin-top: 15px;
    max-width: 100%;
  }
  .t2-green-initiative .content-wrapper .buttons-wrapper .default-button {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .t2-green-initiative .default-wrapper {
    padding: 0 30px;
  }
  .t2-green-initiative .content-wrapper {
    flex: 1 1;
  }
  .t2-green-initiative .content-wrapper .buttons-wrapper {
    margin-top: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .t2-green-initiative .default-wrapper {
    padding: 0 200px;
  }
  .t2-green-initiative .content-wrapper {
    padding: 28px 50px;
  }
  .t2-green-initiative .content-wrapper .title {
    padding: 0 45px;
  }
}

.brand-section {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.brand-section .brand-top-contents {
  padding: 0 20px;
}
.brand-section .brand-top-contents .logo-wrapper {
  margin-bottom: 42px;
}
@media only screen and (min-width: 768px) {
  .brand-section {
    padding: 30px;
  }
  .brand-section .brand-top-contents {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .brand-section {
    padding: 70px;
  }
}

.brands-carousel-wrapper {
  margin-top: 40px;
}
.brands-carousel-wrapper .large-img-wrapper {
  display: none;
  margin-bottom: 30px;
}
.brands-carousel-wrapper .large-img-wrapper img {
  width: 100%;
  max-width: 100%;
}
.brands-carousel-wrapper .brands-carousel .item .img-wrapper img {
  width: 100%;
  max-width: 100%;
}
.brands-carousel-wrapper .brands-carousel .item .img-wrapper img.lazyImg {
  height: 10px;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-prev {
  top: 30%;
  left: -45px;
}
.brands-carousel-wrapper .brands-carousel .owl-nav .owl-next {
  top: 30%;
  right: -45px;
}
@media only screen and (min-width: 1200px) {
  .brands-carousel-wrapper .large-img-wrapper {
    display: block;
  }
  .brands-carousel-wrapper .indicator {
    display: none;
  }
}

.carousel-contents {
  padding: 30px 40px;
}
.carousel-contents .title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  text-align: center;
}
.carousel-contents .country {
  display: block;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  margin-top: 8px;
  text-transform: uppercase;
}
.carousel-contents p {
  margin-top: 8px;
}
.carousel-contents .default-button {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .carousel-contents {
    padding-left: 0;
    padding-right: 0;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .brands-wrapper {
    padding: 0 130px;
  }
}

.selects-wrapper {
  padding: 0 20px;
}
.selects-wrapper select {
  border: 1px solid #4d4d4d;
  margin-bottom: 20px;
  height: 58px;
  max-width: 100%;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  .selects-wrapper {
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
  }
  .selects-wrapper .select {
    width: 100%;
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .selects-wrapper .select select {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .selects-wrapper {
    max-width: 610px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.discover-wrapper {
  margin-top: 60px;
}

.new-discover-wrapper .item {
  margin-bottom: 30px;
}
.new-discover-wrapper .item img {
  width: 100%;
  max-width: 100%;
}
.new-discover-wrapper .item .content-wrapper {
  background-color: #fff;
  align-items: flex-start;
}
.new-discover-wrapper .item .content-wrapper p {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .new-discover-wrapper .item .content-wrapper {
    padding: 28px 40px 35px 40px;
  }
}
.new-discover-wrapper .item .content-wrapper .title {
  text-align: left;
}
.new-discover-wrapper .item .content-wrapper .content-inner-wrapper .cont-inner-item .small-label {
  display: block;
  font-size: 17px;
  color: #D2451E;
  margin-bottom: 10px;
  text-align: left;
}
.new-discover-wrapper .item .content-wrapper .content-inner-wrapper .cont-inner-item a {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
  text-decoration: underline;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  transition: all 0.3s;
}
.new-discover-wrapper .item .content-wrapper .content-inner-wrapper .cont-inner-item a:hover {
  color: #D2451E;
}
@media only screen and (min-width: 768px) {
  .new-discover-wrapper .item .content-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .new-discover-wrapper .item .content-inner-wrapper .cont-inner-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .new-discover-wrapper {
    -webkit-perspective: 1;
    perspective: 1;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .new-discover-wrapper .item {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media only screen and (min-width: 1600px) {
  .new-discover-wrapper {
    column-count: 3;
  }
  .new-discover-wrapper .item .content-inner-wrapper .cont-inner-item:nth-child(even) {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .t4-discover .default-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .t4-discover .default-wrapper {
    padding: 0 135px;
  }
}

.elena-top-widget .ele-top-inner {
  padding: 0 20px;
}
.elena-top-widget .ele-top-inner .ele-top-item {
  background-color: #fff;
  background-color: #fff;
  padding: 60px 10px;
  text-align: center;
  margin-bottom: 40px;
}
.elena-top-widget .ele-top-inner .ele-top-item .logo-wrapper {
  text-align: center;
}
.elena-top-widget .ele-top-inner .ele-top-item .logo-wrapper img {
  display: inline-block;
}
.elena-top-widget .ele-top-inner .ele-top-item .ele-title {
  display: block;
  margin-top: 20px;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 75px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.elena-top-widget .ele-top-inner .ele-top-item p {
  margin-top: 18px;
}
.elena-top-widget .ele-top-inner .ele-top-item .default-button {
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .elena-top-widget {
    margin-top: 40px;
  }
  .elena-top-widget .ele-top-inner {
    padding: 0 30px;
  }
  .elena-top-widget .ele-top-inner .ele-top-item {
    padding: 85px 45px;
    margin-bottom: 60px;
  }
  .elena-top-widget .ele-top-inner .ele-top-item p {
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .elena-top-widget {
    margin-top: 60px;
  }
  .elena-top-widget .ele-top-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .elena-top-widget .ele-top-inner .ele-top-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1600px) {
  .elena-top-widget .ele-top-inner {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.t5-elena .full-carousel .full-carousel-wrapper {
  margin-top: 60px;
}
.t5-elena .full-carousel .full-carousel-wrapper .full-width-carousel .item {
  position: relative;
}
.t5-elena .full-carousel .full-carousel-wrapper .full-width-carousel .item .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #fff;
  font-family: "ivymode", sans-serif;
  text-align: center;
  text-transform: uppercase;
  max-width: 80%;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .t5-elena .full-carousel .full-carousel-wrapper .full-width-carousel .item {
    position: relative;
  }
  .t5-elena .full-carousel .full-carousel-wrapper .full-width-carousel .item .section-bg {
    padding-top: 40%;
  }
}

.t6-gallery .gallery-wrapper {
  padding-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1900px) {
  .t6-gallery .gallery-wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .t6-gallery .gallery-wrapper .gal-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .t6-gallery .gallery-wrapper .gal-row.swap-block {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.t6-gallery .gallery-wrapper .gal-row.float-l {
  float: left;
}
.t6-gallery .gallery-wrapper .gal-row .gal-img.big {
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: block;
  margin-bottom: 10px;
  padding-top: 72%;
}
.t6-gallery .gallery-wrapper .gal-row .gal-img.big:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .t6-gallery .gallery-wrapper .gal-row .gal-img.big {
    width: calc(50% - 1px);
    padding-top: 36%;
  }
}
.t6-gallery .gallery-wrapper .gal-row .gal-smals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .t6-gallery .gallery-wrapper .gal-row .gal-smals {
    width: calc(50% - 1px);
  }
}
.t6-gallery .gallery-wrapper .gal-row .gal-smals .gal-img {
  height: auto;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 2px;
  padding-top: 72%;
}
.t6-gallery .gallery-wrapper .gal-row .gal-smals .gal-img:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .t6-gallery .gallery-wrapper .gal-row .gal-smals .gal-img {
    width: calc(50% - 1px);
    padding-top: calc(36% - 1px);
  }
}
.t6-gallery .comp-gallery-bottom .gi-block .gi-img {
  max-width: 207px;
}
@media only screen and (min-width: 768px) {
  .t6-gallery .comp-gallery-bottom .gi-block .gi-img {
    max-width: 270px;
  }
}
@media only screen and (min-width: 992px) {
  .t6-gallery .comp-gallery-bottom .gi-block .gi-img {
    max-width: 315px;
  }
}
@media only screen and (min-width: 1900px) {
  .t6-gallery .comp-gallery-bottom .gi-block .gi-img {
    max-width: 445px;
  }
}
.t6-gallery .comp-gallery-bottom .gi-block .gi-img img {
  border: solid 4px #00d6b6;
}
@media only screen and (min-width: 1900px) {
  .t6-gallery .comp-gallery-bottom .gi-block .gi-img img {
    border: solid 7px #00d6b6;
  }
}
@media only screen and (min-width: 1900px) {
  .t6-gallery .comp-gallery-bottom .gi-block .gi-desc {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .t6-gallery .comp-gallery-bottom .gi-block .gi-desc h4 {
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1900px) {
  .t6-gallery .comp-gallery-bottom .gi-block .gi-desc h4 {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 54px;
  }
}

.top-gal .top-large {
  display: block;
  padding-top: 72%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2px;
}
.top-gal .gal-smals .gal-img {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 72%;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .top-gal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-gal .gal-smals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-gal .gal-smals .gal-img {
    width: calc(50% - 1px);
    padding-top: calc(36% - 1px);
  }
  .top-gal .top-side {
    flex: 1 1 calc(50% - 1px);
    max-width: calc(50% - 1px);
  }
}

.awards-wrapper {
  padding: 0 20px;
  margin-top: 60px;
}
.awards-wrapper .awards-item {
  padding-top: 40px;
  background-color: #fafbf3;
  border: 1px solid #e5e0cf;
}
.awards-wrapper .awards-item .awards-img-wrapper {
  text-align: center;
}
.awards-wrapper .awards-item .content-wrapper p {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .awards-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .awards-wrapper {
    padding: 0 130px;
  }
}

@media only screen and (min-width: 1600px) {
  .inner-page .t7-awards .welcome-section {
    max-width: 760px;
  }
}

.three-col-wrapper-careers .item {
  padding-bottom: 30px;
}
.three-col-wrapper-careers .item img {
  width: 100%;
  max-width: 100%;
}
.three-col-wrapper-careers .item .buttons-wrapper .ghost-button {
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .three-col-wrapper-careers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .three-col-wrapper-careers .item {
    flex: 1 1;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .three-col-wrapper-careers .item a {
    display: flex;
    flex-direction: column;
  }
  .three-col-wrapper-careers .item a:hover, .three-col-wrapper-careers .item a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1600px) {
  .three-col-wrapper-careers .item {
    flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    margin-bottom: 40px;
  }
}

.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item {
  padding-top: 26px;
  padding-bottom: 28px;
  background-color: #fafbf3;
  border: 1px solid #e5e0cf;
  margin-bottom: 30px;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(1) {
  background-color: #c0c2b3;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(2) {
  background-color: #b8c1c5;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(3) {
  background-color: #c3b4ba;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(4) {
  background-color: #b6b5c6;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(5) {
  background-color: #cdc0b9;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(6) {
  background-color: #b2c4cc;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(7) {
  background-color: #c7b4bf;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(8) {
  background-color: #b4c0c2;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item:nth-child(9) {
  background-color: #a7b7af;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item .careers-title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 35px;
  color: #4F5959;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item .career-position {
  font-size: 15px;
  line-height: 20px;
  color: #4F5959;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
  text-transform: uppercase;
  margin-top: 21px;
}
.careers-wrapper .careers-inner-wrapper .three-col-wrapper-careers .careers-item .buttons-wrapper .default-button {
  margin-top: 27px;
}
@media only screen and (min-width: 768px) {
  .careers-wrapper {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 1600px) {
  .t8-careers .welcome-section {
    max-width: 700px;
  }
}

.addresses-wrapper {
  background-color: #162c39;
  padding: 0 20px 50px 20px;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper {
  padding: 55px 0;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .address-title,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .address-title {
  font-size: 24px;
  letter-spacing: 2px;
  color: #D2451E;
  font-family: "proximaregular", sans-serif;
  height: 113px;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .hotel-name,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .hotel-name {
  display: block;
  font-size: 12px;
  line-height: 29px;
  color: #D2451E;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 24px;
  font-family: "proximaregular", sans-serif;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .address,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .address {
  display: block;
  font-size: 15px;
  line-height: 29px;
  color: #D2451E;
  font-weight: 600;
  margin-top: 26px;
  font-family: "proximaregular", sans-serif;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .e-mail,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .e-mail {
  display: block;
  margin-top: 25px;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .e-mail span,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .e-mail span {
  display: block;
  font-size: 15px;
  line-height: 29px;
  color: #D2451E;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .e-mail a,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .e-mail a {
  display: block;
  font-size: 15px;
  line-height: 29px;
  color: #D2451E;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  transition: color 0.3s;
  word-wrap: break-word;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .e-mail a:hover,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .e-mail a:hover {
  color: #fff;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .phone,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .phone {
  display: block;
  margin-top: 25px;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .phone span,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .phone span {
  display: block;
  font-size: 15px;
  line-height: 29px;
  color: #D2451E;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .phone a,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .phone a {
  display: block;
  font-size: 15px;
  line-height: 29px;
  color: #D2451E;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  transition: color 0.3s;
}
.addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .phone a:hover,
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .address-item .phone a:hover {
  color: #fff;
}
.addresses-wrapper .addresses-inner-wrapper {
  border-top: 1px solid #274557;
}
@media only screen and (min-width: 768px) {
  .addresses-wrapper {
    padding: 0 30px;
    padding-bottom: 45px;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item {
    padding-left: 40px;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .e-mail {
    margin-top: 35px;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item .phone {
    margin-top: 35px;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper:nth-child(2n+1) .address-item {
    border-right: 1px solid #274557;
    padding-right: 40px;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper:nth-child(2n+2) {
    padding-left: 0;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper:nth-child(2n+1) .address-item {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper {
    padding: 75px 0;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item {
    border-right: 1px solid #274557;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item:nth-child(2n+1) .address-item {
    border-right: none;
    padding-right: 0;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper .address-item:nth-child(2n+2) {
    padding-left: 40px;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper:nth-child(2n+1) .address-item {
    padding-left: 60px;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper:nth-child(3n+3) .address-item {
    border-right: none;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper:nth-child(3n+1) .address-item {
    padding-left: 0;
  }
  .addresses-wrapper .addresses-inner-wrapper .address-outer-wrapper:last-child .address-item {
    border-right: none;
  }
}
@media only screen and (min-width: 1600px) {
  .addresses-wrapper {
    padding: 0 200px;
  }
}

.addresses-wrapper .special-address-wrapper .address-outer-wrapper {
  border-top: none;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .address-title {
  color: #fff;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .address {
  color: #fff;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .e-mail span {
  color: #fff;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .e-mail a {
  color: #fff;
  transition: color 0.3s;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .e-mail a:hover {
  color: #d2451e;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .phone span {
  color: #fff;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .phone a {
  color: #fff;
  transition: color 0.3s;
}
.addresses-wrapper .special-address-wrapper .address-outer-wrapper .special-address .phone a:hover {
  color: #d2451e;
}
@media only screen and (min-width: 1200px) {
  .addresses-wrapper .special-address-wrapper .address-outer-wrapper .spec-address-breaker {
    display: flex;
    max-width: 92%;
  }
  .addresses-wrapper .special-address-wrapper .address-outer-wrapper .spec-address-breaker .address {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
  .addresses-wrapper .special-address-wrapper .address-outer-wrapper .spec-address-breaker .e-mail {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
  .addresses-wrapper .special-address-wrapper .address-outer-wrapper .spec-address-breaker .phone {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .addresses-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .addresses-inner-wrapper .address-outer-wrapper {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .addresses-inner-wrapper .address-outer-wrapper {
    flex: 1 1 33.3%;
    max-width: 33.3%;
  }
}

.hotel-resort-title {
  font-family: "proximaregular", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 35px;
  background-color: #162c39;
  position: relative;
  display: inline-block;
  top: 26px;
  padding-right: 44px;
}

.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .address-title {
  color: #fff;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .address {
  color: #fff;
  flex-grow: 1;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .e-mail span {
  color: #fff;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .e-mail a {
  color: #fff;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .e-mail a:hover {
  color: #d2451e;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .phone span {
  color: #fff;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .phone a {
  color: #fff;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .phone a:hover {
  color: #d2451e;
}
.addresses-wrapper .addresses-inner-wrapper.regional-offices .address-outer-wrapper .hotel-name {
  color: #fff;
}

.social-wall {
  margin-top: 60px;
}
.social-wall .facebook-section {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .social-wall .facebook-section .grid {
    moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.social-wall .facebook-section .grid .grid-item {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  padding: 3px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.social-wall .facebook-section .grid .grid-item .single-section {
  box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.5);
  transition: 0.5s;
  background-color: #fff;
}
.social-wall .facebook-section .grid .grid-item .single-section:hover {
  box-shadow: 1px 1px 6px rgba(43, 130, 229, 0.5);
  transition: 0.5s;
}
.social-wall .facebook-section .grid .grid-item .single-section img {
  width: 100%;
  max-width: 100%;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper {
  padding: 25px;
  font-family: "proximaregular", sans-serif;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .title {
  font-size: 20px;
  color: #123445;
  line-height: 24px;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .description {
  margin-top: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
.social-wall .facebook-section .grid .grid-item .single-section a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .social-wall {
    margin-top: 70px;
  }
  .social-wall .title {
    font-size: 30px;
  }
  .social-wall .social-section {
    margin-top: 40px;
  }
  .social-wall .social-section .grid {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-perspective: 1;
  }
  .social-wall + .social-wall {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .left-section,
  .right-section {
    width: 100%;
    display: inline-block;
  }
  .social-wall {
    margin-top: 70px;
  }
  .social-wall .facebook-section {
    margin-top: 40px;
  }
  .social-wall .facebook-section .grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .social-wall + .social-wall {
    margin-top: 80px;
  }
  .wall-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .wall-description {
    max-width: 1080px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .social-wall .facebook-section .grid {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
.comp-gallery-type-2 {
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) {
  .comp-gallery-type-2 {
    margin-top: 51px;
  }
}
.comp-gallery-type-2 .gallery-wrap {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.comp-gallery-type-2 .gallery-wrap a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: center;
  width: 50%;
  border: 1px solid #fff;
  padding-bottom: 50%;
}
@media only screen and (min-width: 768px) {
  .comp-gallery-type-2 .gallery-wrap a {
    width: 20%;
    padding-bottom: 20%;
  }
}
.comp-gallery-type-2 .links {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .comp-gallery-type-2 .links {
    margin-top: 60px;
  }
}

.social-wall-inner {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .social-wall-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .social-wall-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .social-wall-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .social-wall-inner {
    padding: 0 180px;
  }
}

.t10-social-wall .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 75px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  text-align: center;
  text-transform: none;
}

.accordion,
.accordion-inner {
  cursor: pointer;
  padding: 25px 60px 25px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  background: transparent;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #4F5959;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}

.panel {
  padding: 0 24px 0 0;
  max-height: 0;
  overflow: hidden;
  max-height: 1px;
  overflow: hidden;
  border-bottom: 1px solid #bacebf;
  transition: max-height 0.2s ease-out;
}
.panel:last-child {
  border-bottom: none;
}
.panel:last-child {
  border-bottom: none;
}
.panel p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #4F5959;
  font-weight: 400;
  font-family: "proximaregular", sans-serif;
  text-align: left;
  padding-bottom: 20px;
}

.seventh-section .panel:last-of-type {
  border-bottom: none;
}

.accordion:after,
.accordion-inner:after {
  position: absolute;
  content: "";
  background-image: url("images/faq-down-arrow.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
  font-size: 13px;
  top: 35px;
  right: 0;
  color: #777;
  margin-left: 5px;
}

.active:after {
  transform: rotate(-180deg);
}

.faq-wrapper {
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .faq-wrapper {
    border-radius: 6px;
  }
  .faq-wrapper .faq-inner-wrapper {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .faq-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .faq-wrapper {
    margin-top: 34px;
  }
}

.faq {
  padding: 20px;
  text-align: center;
  background-color: #d6e0e1;
  margin-top: 96px;
}
.faq .faq-left {
  display: none;
  padding: 0 20px;
}
.faq .faq-left p {
  color: #444444;
}
.faq .secondary-title {
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  color: #123445;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  text-align: center;
  max-width: 328px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .faq {
    margin-top: 130px;
    padding: 95px 30px 80px 30px;
  }
  .faq .faq-left p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .faq {
    padding: 95px 80px 80px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .faq {
    padding: 58px 104px 80px 104px;
    margin: 0 30px;
    margin-top: 144px;
  }
}
@media only screen and (min-width: 1600px) {
  .faq {
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-left: 130px;
    margin-right: 130px;
  }
  .faq .faq-inner-wrapper {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .faq .faq-inner-wrapper .faq-left {
    display: block;
    flex: 1 1 615px;
    max-width: 615px;
    text-align: left;
    padding: 0;
  }
  .faq .faq-inner-wrapper .faq-left .second-title {
    text-align: left;
  }
  .faq .faq-inner-wrapper .faq-wrapper {
    flex: 1 1 calc(100% - 615px);
    max-width: calc(100% - 615px);
    padding-left: 100px;
    padding-right: 110px;
  }
  .faq .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .faq .secondary-title {
    text-align: left;
    margin-left: 0;
  }
  .faq .secondary-title.add-underline:after {
    left: 0;
    transform: none;
  }
}

input[type=file] {
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute !important;
}

.input-type-file > span {
  display: block;
  letter-spacing: 0px;
  line-height: 30px;
  color: #585858;
  font-weight: 500;
  font-family: "proximaregular", sans-serif;
  height: 58px;
  outline: 0;
  padding: 0 15px;
  padding: 14px 12px;
  font-size: 14px;
  color: #555;
  border: 1px solid #4d4d4d;
  -webkit-appearance: none;
  background-color: #fff;
  text-transform: uppercase;
}

.input-type-file span strong {
  display: inline-block;
  padding: 0 20px;
  height: 58px;
  margin-right: 0;
  font-size: 12px;
  line-height: 58px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

[type=file]:focus + label,
[type=file] + label:hover {
  background-color: #f15d22;
}

[type=file]:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

[type=file] + label * {
  pointer-events: none;
}

.career-inner-innerwrapper {
  background-color: #c7d6de;
  padding: 58px 20px;
  margin-top: 120px;
  margin-bottom: 120px;
}
.career-inner-innerwrapper .career-title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 35px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
.career-inner-innerwrapper .career-sub-title {
  font-size: 15px;
  line-height: 40px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin-top: 22px;
  display: block;
}
.career-inner-innerwrapper > p {
  margin-top: 26px;
}
.career-inner-innerwrapper ul {
  margin-top: 44px;
}
.career-inner-innerwrapper ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
.career-inner-innerwrapper .form-wrapper {
  padding: 0 0;
  padding-top: 48px;
  margin-top: 58px;
  border-top: 1px solid #b9c5ca;
}
.career-inner-innerwrapper .form-wrapper #gdpr_compliance_id_wrap p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
@media only screen and (min-width: 768px) {
  .career-inner-innerwrapper {
    padding: 96px 80px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .career-inner-innerwrapper {
    padding: 96px 170px;
  }
}
@media only screen and (min-width: 1600px) {
  .career-inner-innerwrapper {
    padding: 96px 80px;
    margin-left: 130px;
    margin-right: 130px;
    display: flex;
    flex-wrap: wrap;
  }
  .career-inner-innerwrapper .caree-top-wrapper {
    flex: 1 1 40%;
    max-width: 40%;
    padding-right: 80px;
  }
  .career-inner-innerwrapper .caree-top-wrapper > p {
    margin-top: 25px;
  }
  .career-inner-innerwrapper .form-wrapper {
    flex: 1 1 60%;
    max-width: 60%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #b9c5ca;
    padding-left: 80px;
  }
  .career-inner-innerwrapper .form-wrapper #gdpr_compliance_id_wrap {
    margin-top: 0;
  }
  .career-inner-innerwrapper .form-wrapper .is_required {
    margin-top: 0;
  }
}

.t12-career-inner .form-control {
  border: 1px solid #95a9b3;
}
.t12-career-inner [type=file] + span {
  border: 1px solid #95a9b3;
}

.t13-new-opening .full-carousel-wrapper {
  position: relative;
}
.t13-new-opening .full-carousel-wrapper .indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 1;
  pointer-events: none;
}
.t13-new-opening .new-opening-table {
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) {
  .t13-new-opening .full-carousel-wrapper {
    padding: 0;
  }
  .t13-new-opening .opening-text {
    text-align: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .t13-new-opening .default-wrapper {
    padding: 0 30px;
  }
  .t13-new-opening .opening-text {
    max-width: 700px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .t13-new-opening .default-wrapper {
    padding: 0 130px;
  }
  .t13-new-opening .new-opening-table {
    position: static;
  }
  .t13-new-opening .new-opening-table .table-item {
    border-right-color: #e0e0e0;
  }
  .t13-new-opening .new-opening-table .table-item .small-txt {
    color: #000000;
  }
  .t13-new-opening .new-opening-table .table-item .lrg-txt {
    color: #000000;
  }
  .t13-new-opening .full-carousel {
    padding-bottom: 100px;
  }
}

.t13-new-opening .new-openings {
  padding: 0;
  margin-bottom: 55px;
}
.t13-new-opening .titles-top {
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: proximaregular, sans-serif;
  text-align: center;
  text-transform: none;
  font-size: 50px !important;
}
.t13-new-opening .new-opening-carousels {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 66px;
}
.t13-new-opening .new-opening-carousels .item {
  width: 330px;
  display: flex;
}
.t13-new-opening .new-opening-table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0;
}
.t13-new-opening .new-opening-table .table-item {
  border-bottom: 1px solid #e0e0e0;
  border-right: 0 !important;
  padding: 20px 40px;
}
.t13-new-opening .new-opening-table .table-item .small-txt {
  color: #4F5959;
}
.t13-new-opening .new-opening-table .table-item:last-child {
  border-bottom: none;
}

.loyalty-wrapper {
  margin-top: 50px;
}
.loyalty-wrapper .loyalty-inner .loyalty {
  padding: 50px 20px 48px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.loyalty-wrapper .loyalty-inner .loyalty .loyalty-title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  margin-bottom: 16px;
  display: block;
  text-align: left;
}
.loyalty-wrapper .loyalty-inner .loyalty p {
  text-align: left;
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #4F5959;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  margin-top: 0;
}
.loyalty-wrapper .loyalty-inner .loyalty .name {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
}
.loyalty-wrapper .accordion,
.loyalty-wrapper .accordion-inner {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .loyalty-wrapper {
    padding: 0 30px;
  }
  .loyalty-wrapper .loyalty-inner .loyalty {
    padding: 55px 70px 48px 70px;
    margin-bottom: 30px;
  }
  .loyalty-wrapper .accordion {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .loyalty-wrapper {
    padding: 0 130px;
  }
}
@media only screen and (min-width: 1600px) {
  .loyalty-wrapper .loyalty-inner {
    -webkit-perspective: 1;
    perspective: 1;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .loyalty-wrapper .loyalty-inner .loyalty {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.T14-loyalty .faq {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .T14-loyalty .faq {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .T14-loyalty .faq .faq-inner-wrapper .faq-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.t15-joy .welcome-section {
  background-image: url(images/joy.png);
  background-size: 84%;
  background-position: center;
  background-repeat: no-repeat;
}

.green-bg {
  background-color: #c3d4cb;
}

.pink-bg {
  background-color: #d9c9cf;
}

.blue-bg {
  background-color: #c7d4d9;
}

.purple-bg {
  background-color: #c0bed5;
}

.colour-blocks-wrapper {
  margin-top: 50px;
}
.colour-blocks-wrapper .color-item {
  padding: 50px 20px;
  text-align: center;
}
.colour-blocks-wrapper .color-item .title {
  font-size: 30px;
  display: block;
  letter-spacing: 2px;
  line-height: 40px;
  color: #4F5959;
  font-family: "ivymode", sans-serif;
  text-align: center;
  padding: 0 25px;
  text-transform: uppercase;
}
.colour-blocks-wrapper .color-item p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #4F5959;
  font-family: "ivymode", sans-serif;
  text-align: center;
  margin-top: 17px;
}
@media only screen and (min-width: 768px) {
  .colour-blocks-wrapper {
    padding: 0 60px;
  }
  .colour-blocks-wrapper .color-item {
    padding: 110px 70px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .colour-blocks-wrapper {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .colour-blocks-wrapper .color-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .colour-blocks-wrapper {
    padding: 0 200px;
    margin-top: 0;
  }
}

.comp-tab-carousel {
  margin: 0 auto;
  padding: 0 50px;
  margin-bottom: 30px;
}
.comp-tab-carousel .item .c-tab-item {
  max-width: 105px;
  margin: 0 auto;
}
.comp-tab-carousel .item {
  text-align: center;
  padding: 15px 0px;
  min-width: 100px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .comp-tab-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
}
.comp-tab-carousel .item .c-tab-item {
  display: block;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 26px;
  padding: 5px 30px;
  color: #4F5959;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  cursor: pointer;
}
.comp-tab-carousel .center .item .c-tab-item {
  background-color: #4F5959;
  color: #fff;
  border-radius: 20px;
}
.comp-tab-carousel .owl-nav {
  display: block !important;
}
.comp-tab-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
}
.comp-tab-carousel .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .comp-tab-carousel {
    padding: 0 85px;
  }
  .comp-tab-carousel .owl-nav .owl-prev {
    left: -53px;
  }
  .comp-tab-carousel .owl-nav .owl-next {
    right: -53px;
  }
}
@media only screen and (min-width: 1200px) {
  .comp-tab-carousel {
    padding: 0 150px;
  }
  .comp-tab-carousel .owl-nav .owl-prev {
    left: -105px;
  }
  .comp-tab-carousel .owl-nav .owl-next {
    right: -105px;
  }
  .comp-tab-carousel .owl-comp-tab-carousel {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-tab-carousel {
    padding: 0 420px;
  }
}

.year-blocks .year {
  display: block;
  font-size: 70px;
  line-height: 75px;
  color: #d9d9d6;
  font-family: "ivymode", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.year-blocks .year-title {
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #d9d9d6;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.year-blocks p {
  display: block;
  color: #d9d9d6;
  text-align: center;
  padding: 0 25px;
  margin-bottom: 0;
}
.year-blocks .default-button {
  color: #d9d9d6;
  border-color: #d9d9d6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.year-blocks .img-wrapper .section-bg {
  height: 0;
  padding-top: 71%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.year-blocks .content {
  padding: 50px 20px;
  background-color: #4F5959;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .year-blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .year-blocks .content {
    padding: 50px 60px;
    flex: 1 1 42%;
    max-width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .year-blocks .content .year-title {
    padding: 0 20px;
  }
  .year-blocks .img-wrapper {
    flex: 1 1 58%;
    max-width: 58%;
  }
  .year-blocks .img-wrapper .section-bg {
    height: 100%;
  }
}

.company-journey-wrapper {
  padding-top: 95px;
}
@media only screen and (min-width: 768px) {
  .company-journey-wrapper .owl-comp2-tab-carousel {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .company-journey-wrapper .owl-comp2-tab-carousel {
    padding: 0 200px;
  }
}

.galley-block-wrap {
  margin-top: 35px;
}
@media only screen and (min-width: 1200px) {
  .galley-block-wrap {
    margin-top: 0;
  }
}

.management-team {
  background-color: #f0f1e8;
  padding-top: 60px;
  margin-top: 24px;
}
.management-team .two-col-wrapper {
  margin-top: 50px;
}
.management-team .two-col-wrapper .item {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .management-team {
    margin-top: 60px;
    padding-top: 95px;
  }
  .management-team .two-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .management-team .two-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .management-team .two-col-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .management-team .two-col-wrapper {
    margin-top: 0;
  }
  .management-team.default-wrapper {
    padding: 116px 400px 0 400px;
  }
}

.t16-solar {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .t16-solar .welcome-section {
    max-width: 1020px;
  }
  .t16-solar .default-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .t16-solar {
    margin-bottom: 115px;
  }
  .t16-solar .default-wrapper {
    padding: 0 130px;
  }
}

.solar-carousel-wrapper .solar-img-carousel .item .section-bg {
  height: 308px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.solar-carousel-wrapper .solar-img-carousel .item .section-bg .indicator {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.solar-carousel-wrapper .solar-img-carousel .item .section-bg .indicator svg {
  fill: #fff;
  stroke: #fff;
}
@media only screen and (min-width: 768px) {
  .solar-carousel-wrapper .solar-img-carousel .item .section-bg {
    height: 660px;
  }
}
@media only screen and (min-width: 1200px) {
  .solar-carousel-wrapper .solar-img-carousel .item .section-bg .indicator {
    display: none;
  }
}

.solar-wrapper .buttons-wrapper {
  margin-top: 30px;
  padding: 0 20px;
}
.solar-wrapper .buttons-wrapper .default-button {
  width: 100%;
  line-height: 26px;
  padding: 6px 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .solar-wrapper .buttons-wrapper {
    text-align: center;
  }
  .solar-wrapper .buttons-wrapper .default-button {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .solar-wrapper {
    margin-top: 30px;
  }
  .solar-wrapper .buttons-wrapper {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .solar-wrapper .buttons-wrapper .default-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.t17-default .full-carousel-wrapper .full-width-carousel .item .section-bg {
  position: relative;
}
.t17-default .full-carousel-wrapper .full-width-carousel .item .section-bg:before {
  content: "";
  position: absolute;
  height: 250px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(15, 15, 15, 0) 5%, rgba(0, 0, 0, 0.72) 100%);
}
.t17-default ul {
  margin-top: 15px;
}

.map-section {
  padding: 0 20px;
}
.map-section .map-title {
  font-family: "proximaregular", sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 35px;
  display: block;
  margin-bottom: 25px;
}
.map-section .maps-wrapper {
  margin-bottom: 50px;
}
.map-section .maps-wrapper .map-image {
  margin-bottom: 25px;
}
.map-section .maps-wrapper .map-image img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .map-section {
    padding: 0 30px;
  }
  .map-section .map-title {
    text-align: center;
  }
  .map-section .maps-wrapper .map-image {
    max-width: 1020px;
    padding: 0 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .map-section .maps-wrapper .map-content .default-button {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .map-section {
    padding: 0 135px;
  }
  .map-section .map-title {
    margin-bottom: 45px;
  }
  .map-section .maps-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .map-section .maps-wrapper .map-image {
    padding: 0;
    flex: 1 1 40%;
    max-width: 40%;
  }
  .map-section .maps-wrapper .map-content {
    flex: 1 1 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 50px 0;
    align-items: flex-start;
  }
}

.t17-partner-with-us .innr-section {
  margin-top: 100px;
  width: 100%;
}
.t17-partner-with-us .inner-fullwidth {
  width: 100%;
}
.t17-partner-with-us .pos-center {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .t17-partner-with-us .career-inner-innerwrapper {
    font-size: 18px;
    line-height: 1.5;
    padding: 30px 70px;
  }
}

.new-wrapper {
  margin-top: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .new-wrapper p {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.pws-logos-wrapper {
  background-color: #f1f2ec;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.pws-logos-wrapper .logos-outer-wrapper {
  width: 100%;
}

.hrz-logos-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .hrz-logos-wrapper {
    flex-direction: row;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 60px;
  }
}
.hrz-logos-wrapper .hz-logo {
  text-align: center;
  max-width: 100%;
  padding-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .hrz-logos-wrapper .hz-logo {
    border-right: 1px solid #d3d3d3;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .hrz-logos-wrapper .hz-logo:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hrz-logos-wrapper .hz-logo:first-child {
    border-left: none;
    padding-left: 0;
  }
}
.hrz-logos-wrapper .hz-logo img {
  max-width: 190px;
  max-width: 100%;
  height: auto;
}

.hotels-resorts-wrapper .section-header {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .hotels-resorts-wrapper .section-header {
    margin-bottom: unset;
  }
}
.hotels-resorts-wrapper .content-wrapper .prop-title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}
.hotels-resorts-wrapper .hotels-resorts-inner .three-col-wrapper .item {
  position: relative;
}
.hotels-resorts-wrapper .hotels-resorts-inner .three-col-wrapper .item .hotels-resorts-inner-img {
  height: 365px;
}
.hotels-resorts-wrapper .hotels-resorts-inner .three-col-wrapper .item .content-wrapper .prop-title {
  padding-bottom: 45px;
}
.hotels-resorts-wrapper .hotels-resorts-inner .three-col-wrapper .item .content-wrapper .buttons-wrapper {
  position: absolute;
  bottom: 40px;
}

.our-leadership-team-wrapper .section-header {
  padding-bottom: 0;
}
.our-leadership-team-wrapper .section-header .buttons-wrapper {
  padding-top: 15px;
}

.our-ops-team {
  background-color: transparent;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.our-ops-team .three-col-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  .our-ops-team .three-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.our-ops-team .three-col-wrapper .item {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  flex: 1 1 calc(100% - 15px);
  max-width: calc(100% - 15px);
}
@media only screen and (min-width: 768px) {
  .our-ops-team .three-col-wrapper .item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .our-ops-team .three-col-wrapper .item {
    flex: 1 1 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
}
.our-ops-team .roundimg {
  width: 210px;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 60px;
}
.our-ops-team .roundimg img {
  border-radius: 50%;
}

.our-strengths-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.our-strengths-wrapper img {
  max-width: 100%;
  height: auto;
}
.our-strengths-wrapper .os-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .our-strengths-wrapper .os-inner-wrapper {
    flex-direction: row;
    gap: 0 70px;
  }
}
.our-strengths-wrapper .os-inner-wrapper .os-left {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .our-strengths-wrapper .os-inner-wrapper .os-left {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
.our-strengths-wrapper .os-inner-wrapper .os-left .img-contents {
  padding: 170px 0 170px 0;
  width: 100%;
}
.our-strengths-wrapper .os-inner-wrapper .os-left .img-contents .title {
  font-size: 40px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "ivymode", sans-serif;
  text-align: center;
  padding: 0 20px;
  line-height: 1.5;
}
.our-strengths-wrapper .os-inner-wrapper .os-left .img-contents p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #ffffff;
  font-family: "ivymode", sans-serif;
  text-align: center;
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .our-strengths-wrapper .os-inner-wrapper .os-left .img-contents p {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-strengths-wrapper .os-inner-wrapper .os-wrapper {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper {
    flex: 1 1 60%;
    max-width: 60%;
    padding-top: 0px;
  }
}
.our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel div, .our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  margin-bottom: 20px;
}
.our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel p {
  padding-bottom: unset;
}
.our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel a.default-button {
  display: block;
  clear: both;
  width: 220px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel a.default-button {
    width: 250px;
  }
}
.our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel ul {
  margin-top: 0;
}
.our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel ul li {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.destfocus-ctform-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 100px;
}
.destfocus-ctform-wrapper .destfocus-inner .destfocus-map-wrapper {
  padding: 0 35px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .destfocus-ctform-wrapper .destfocus-inner .destfocus-map-wrapper {
    padding: 0 60px;
  }
}
.destfocus-ctform-wrapper .destfocus-inner .destfocus-map-wrapper img {
  max-width: 100%;
  height: auto;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner {
  padding-bottom: 100px;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .partnrform-form {
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .destfocus-ctform-wrapper .destfocus-partnrform-inner .partnrform-form {
    padding: 0 60px;
  }
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .partnrform-form .form-outer-wrapper {
  padding: 0;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .partnrform-form .form-outer-wrapper .form-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper {
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper {
    max-width: 930px;
  }
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-title {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #000000;
  font-family: "ivymode", sans-serif;
  padding-bottom: 30px;
  border-bottom: 1px solid;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-info {
  padding-top: 50px;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-info .contact-info-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-info .contact-info-inner {
    flex-direction: row;
  }
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-info .contact-info-inner .contactinfo {
  display: flex;
  flex-direction: column;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-info .contact-info-inner .contactinfo span {
  font-size: 15px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-info .contact-info-inner .contactinfo span.email a {
  word-break: break-all;
}

.t18-commercial-resources .com_res_map-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .t18-commercial-resources .com_res_map-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .t18-commercial-resources .com_res_map-wrapper {
    padding: 0 135px;
  }
}
@media only screen and (min-width: 1600px) {
  .t18-commercial-resources .com_res_map-wrapper {
    padding: 0 200px;
  }
}
.t18-commercial-resources .com_res_map-wrapper .com_res_map-inner {
  filter: drop-shadow(0px 27px 28.5px rgba(0, 0, 0, 0.04));
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
}
.t18-commercial-resources .com_res_map-wrapper .com_res_map-inner .crm_header-wrapper {
  padding-bottom: 10px;
}
.t18-commercial-resources .com_res_map-wrapper .com_res_map-inner .crm_header-wrapper .titles {
  font-size: 26px;
}
@media only screen and (max-width: 1200px) {
  .t18-commercial-resources .com_res_map-wrapper .com_res_map-inner .crm_header-wrapper .titles {
    line-height: 1.2;
  }
}
.t18-commercial-resources .com_res_map-wrapper .com_res_map-inner .crm_map_wrapper {
  display: flex;
  justify-content: center;
}
.t18-commercial-resources img {
  max-width: 100%;
}

.t19-our-people {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .t19-our-people {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .t19-our-people {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .t19-our-people {
    padding-bottom: 100px;
  }
}
.t19-our-people .welcome-section p {
  font-size: 20px;
}
.t19-our-people .our_people_new_wrapper {
  padding: 0 20px;
}
.t19-our-people .our_people_new_wrapper.lite_bg {
  background-color: #f9f8f3;
}
.t19-our-people .our_people_new_wrapper.lite_bg .welcome-section::before, .t19-our-people .our_people_new_wrapper.lite_bg .welcome-section::after {
  content: none;
}
.t19-our-people .our_people_new_wrapper.darker_bg {
  background-color: #f0f1e9;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .t19-our-people .our_people_new_wrapper {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .t19-our-people .our_people_new_wrapper {
    padding: 0 135px;
  }
}
@media only screen and (min-width: 1600px) {
  .t19-our-people .our_people_new_wrapper {
    padding: 0 200px;
  }
}
.t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 80px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner {
    padding: 0 30px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner {
    padding: 0 135px;
  }
}
@media only screen and (min-width: 1600px) {
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner {
    padding: 0 200px;
  }
}
.t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item img {
  width: 100%;
  max-width: 100%;
}
.t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont .oppl_litem-title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 75px;
  color: #000000;
  font-family: "Ivy Mode";
  text-align: center;
}
.t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont .oppl_litem-stitle {
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.t20-our-story .welcome-section {
  background-image: url("images/joy.png");
  background-size: 84%;
  background-position: center;
  background-repeat: no-repeat;
}
.t20-our-story .welcome-section .ourst-welc-img {
  margin-bottom: 20px;
}
.t20-our-story img {
  max-width: 100%;
  width: auto;
}
.t20-our-story .ws_para {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .t20-our-story .ourst-coreval-wrapper .titles {
    margin-bottom: 40px;
  }
}
.t20-our-story .ourst-coreval-wrapper .ws_para {
  max-width: 980px;
  margin: 0 auto;
}
.t20-our-story .ourst-coreval-wrapper .colour-blocks-wrapper {
  gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .t20-our-story .ourst-coreval-wrapper .colour-blocks-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.t20-our-story .ourst-coreval-wrapper .colour-blocks-wrapper .color-item {
  margin-bottom: unset;
}
@media only screen and (max-width: 1200px) {
  .t20-our-story .ourst-compjrn-wrapper .comp-tab-carousel {
    max-width: 80%;
  }
}
.t20-our-story .ourst-compjrn-wrapper .comp-tab-carousel .item .c-tab-item {
  padding: 5px 20px;
}
.t20-our-story .ourst-compjrn-wrapper .default-button {
  margin-top: 40px;
  border-color: #fff;
  color: #fff;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.t20-our-story .ourst-compjrn-wrapper .default-button:hover {
  color: #fff;
  border-color: #d9d8d7;
}

.offer-carousel-wrapper .offer-carousel-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.offer-carousel-wrapper .offer-carousel-list .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
.offer-carousel-wrapper .offer-carousel-list .item .description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
}
.offer-carousel-wrapper .offer-carousel-list .item .description-wrapper span {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  text-align: center;
}
.offer-carousel-wrapper .offer-carousel-list .item .description-wrapper p {
  text-align: center;
  padding: 25px 0;
}

@media only screen and (min-width: 768px) {
  .offer-carousel-wrapper .offer-carousel-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .offer-carousel-wrapper .offer-carousel-list .item {
    flex: 1 1;
    flex-basis: calc(50% - 31px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .offer-carousel-wrapper .offer-carousel-list .item .description-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-carousel-wrapper .offer-carousel-list .item {
    flex-basis: calc(33.3333333333% - 31px);
    max-width: calc(33.3333333333% - 30px);
  }
}
.feature-carousel-wrapper .feature-carousel-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.feature-carousel-wrapper .feature-carousel-list .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
.feature-carousel-wrapper .feature-carousel-list .item .description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
}
.feature-carousel-wrapper .feature-carousel-list .item .description-wrapper span {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 37px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  text-align: center;
  height: 100px;
}
.feature-carousel-wrapper .feature-carousel-list .item .description-wrapper p {
  text-align: center;
  padding: 25px 0;
  color: #4298c3;
}

@media only screen and (min-width: 768px) {
  .feature-carousel-wrapper .feature-carousel-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .feature-carousel-wrapper .feature-carousel-list .item {
    flex: 1 1;
    flex-basis: calc(50% - 31px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .feature-carousel-wrapper .feature-carousel-list .item .description-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 20px;
  }
  .feature-carousel-wrapper .feature-carousel-list .item .description-wrapper span {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-carousel-wrapper .feature-carousel-list .item {
    flex-basis: calc(33.3333333333% - 31px);
    max-width: calc(33.3333333333% - 30px);
  }
  .feature-carousel-wrapper .feature-carousel-list .item .description-wrapper span {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .feature-carousel-wrapper .feature-carousel-list .item .description-wrapper span {
    font-size: 24px;
    line-height: 35px;
  }
}
.section-header .titles {
  margin-bottom: 20px !important;
}

.timeline {
  max-width: 1100px;
  margin: 50px auto;
  position: relative;
}
.timeline .timeline-container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
}
.timeline .timeline-container:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #c7c7c7;
  top: 0;
  bottom: 0;
  left: 20%;
  margin-left: -32px;
  margin-top: 160px;
}
.timeline .timeline-container .timeline-item {
  position: relative;
  padding: 20px;
  position: relative;
  width: 80%;
}
.timeline .timeline-container .timeline-item:nth-child(2n-1) {
  margin-top: 50px;
}
.timeline .timeline-container .timeline-item:nth-child(2n-1):before {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  border: #aaa8a8 3px solid;
  width: 20px;
  height: 20px;
  position: absolute;
  right: unset;
  left: -42px;
  top: 110px;
  z-index: 1;
}
.timeline .timeline-container .timeline-item:nth-child(2n):before {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  border: #aaa8a8 3px solid;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -42px;
  top: 37%;
  z-index: 1;
}

.comp-year {
  font-family: "ivymode", sans-serif;
  color: #4F5959;
  font-size: 60px !important;
  padding-bottom: 40px;
}

h3 {
  font-size: 34px;
  letter-spacing: 1px;
  color: #555;
  font-family: "ivymode", sans-serif;
}

.time-des {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  text-align: left;
  padding: 10px 30px 30px 0 !important;
}

.discover {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #004c6d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.discover:hover {
  background: #002c40;
}

@media only screen and (min-width: 1200px) {
  .timeline .timeline-container {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    max-width: unset;
    margin: 50px;
    align-items: flex-start;
  }
  .timeline .timeline-container::after {
    left: 50%;
  }
  .timeline .timeline-container .timeline-item {
    width: calc(50% - 70px);
  }
  .timeline .timeline-container .timeline-item:nth-child(2n-1) {
    margin-top: 150px;
  }
  .timeline .timeline-container .timeline-item:nth-child(2n-1):after {
    content: "";
    background-color: #aaa8a8;
    width: 20%;
    position: absolute;
    right: -40px;
    top: 50%;
    height: 1px;
  }
  .timeline .timeline-container .timeline-item:nth-child(2n-1):before {
    content: "";
    background-color: #fff;
    border-radius: 10px;
    border: #aaa8a8 3px solid;
    width: 20px;
    height: 20px;
    position: absolute;
    left: unset;
    right: -48px;
    top: 48%;
    z-index: 1;
  }
  .timeline .timeline-container .timeline-item:nth-child(2n):after {
    content: "";
    background-color: #aaa8a8;
    width: 20%;
    position: absolute;
    left: -100px;
    top: 38.5%;
    height: 1px;
  }
  .timeline .timeline-container .timeline-item:nth-child(2n):before {
    content: "";
    background-color: #fff;
    border-radius: 10px;
    border: #aaa8a8 3px solid;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -112px;
    top: 37%;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline .timeline-container::after {
    margin-top: 200px;
  }
}
.t5-1-sustainability-new {
  /* Mobile styles */
}
.t5-1-sustainability-new .certification-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .t5-1-sustainability-new .certification-section {
    width: 60%;
  }
}
.t5-1-sustainability-new .certification-section .certi-item {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
}
@media only screen and (min-width: 600px) {
  .t5-1-sustainability-new .certification-section .certi-item {
    text-align: left;
    flex-direction: row;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .t5-1-sustainability-new .certification-section .certi-item p {
    font-size: 16px;
    line-height: 28px;
  }
}
.t5-1-sustainability-new .certification-section .certi-item img {
  height: 180px;
  width: auto;
  object-fit: contain;
}
.t5-1-sustainability-new .facts-section {
  padding: 50px 0;
}
@media only screen and (min-width: 1200px) {
  .t5-1-sustainability-new .facts-section {
    padding: 100px 0;
  }
}
.t5-1-sustainability-new .facts-section .facts-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .t5-1-sustainability-new .facts-section .facts-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.t5-1-sustainability-new .facts-section .facts-wrapper .fact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: white;
  text-align: center;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .t5-1-sustainability-new .facts-section .facts-wrapper .fact-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-sustainability-new .facts-section .facts-wrapper .fact-item {
    flex: 1 1 calc(25% - 23px);
    max-width: calc(25% - 23px);
  }
}
.t5-1-sustainability-new .facts-section .facts-wrapper .fact-item h6 {
  margin: unset;
  position: relative;
  color: #3c95b4;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 54px */
  width: 100%;
}
.t5-1-sustainability-new .facts-section .facts-wrapper .fact-item h6::after {
  content: "";
  border-bottom: 1px solid #3c95b4;
  bottom: -5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.t5-1-sustainability-new .facts-section .facts-wrapper .fact-item p {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.t5-1-sustainability-new .actions-section {
  padding: 50px 0;
  background-color: #f1f2eb;
}
.t5-1-sustainability-new .actions-section h2 {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.t5-1-sustainability-new .actions-section .actions-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.t5-1-sustainability-new .actions-section .actions-wrapper .actions-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .t5-1-sustainability-new .actions-section .actions-wrapper .actions-item {
    flex-direction: row;
    text-align: left;
    gap: 100px;
  }
  .t5-1-sustainability-new .actions-section .actions-wrapper .actions-item .actions-item-left {
    flex: 1 1 calc(40% - 50px);
    max-width: calc(40% - 50px);
  }
  .t5-1-sustainability-new .actions-section .actions-wrapper .actions-item .actions-item-right {
    flex: 1 1 calc(60% - 50px);
    max-width: calc(60% - 50px);
  }
}
.t5-1-sustainability-new .actions-section .actions-wrapper .actions-item img {
  width: 100%;
}
.t5-1-sustainability-new .actions-section .actions-wrapper .actions-item h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 46.8px */
  margin: unset;
  margin-bottom: 10px;
}
.t5-1-sustainability-new .actions-section .actions-wrapper .actions-item p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-bottom: 20px;
}
.t5-1-sustainability-new .resources-section .fact-item {
  background-color: #f1f2eb !important;
  padding-left: unset !important;
  padding-right: unset !important;
}
.t5-1-sustainability-new .resources-section .fact-item h3 {
  margin: unset;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 180%; /* 46.8px */
}
@media only screen and (min-width: 768px) {
  .t5-1-sustainability-new .resources-section .fact-item h3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.t5-1-sustainability-new .resources-section .fact-item h4 {
  margin: unset;
  background-color: #3c95b4;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .t5-1-sustainability-new .resources-section .fact-item h4 {
    padding: 20px;
    min-height: 160px;
    display: flex;
    align-items: center;
  }
}
.t5-1-sustainability-new .resources-section .fact-item p {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin: 20px 0;
}
.t5-1-sustainability-new .resources-section .fact-item h4,
.t5-1-sustainability-new .resources-section .fact-item p,
.t5-1-sustainability-new .resources-section .fact-item .default-button {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .t5-1-sustainability-new .resources-section .fact-item h4,
  .t5-1-sustainability-new .resources-section .fact-item p,
  .t5-1-sustainability-new .resources-section .fact-item .default-button {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.t5-1-sustainability-new .resources-section .fact-item .default-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.t5-1-sustainability-new .resources-section .fact-item .flex-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.t5-1-sustainability-new .bottom-banner-section {
  background-color: #f1f2eb;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .t5-1-sustainability-new .bottom-banner-section {
    padding: 40px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-sustainability-new .bottom-banner-section {
    margin-bottom: 200px;
    padding: 100px 100px;
  }
}
.t5-1-sustainability-new .bottom-banner-section p {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  .t5-1-sustainability-new .bottom-banner-section p {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.t5-1-sustainability-new .bottom-banner-section span {
  letter-spacing: 0;
}
.t5-1-sustainability-new .video-background-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.t5-1-sustainability-new .video-background-wrapper iframe,
.t5-1-sustainability-new .video-background-wrapper img,
.t5-1-sustainability-new .video-background-wrapper video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
@media only screen and (max-width: 1025px) {
  .t5-1-sustainability-new .video-background-wrapper iframe,
  .t5-1-sustainability-new .video-background-wrapper img,
  .t5-1-sustainability-new .video-background-wrapper video {
    height: auto;
  }
}
.t5-1-sustainability-new .details-sec-last {
  padding-bottom: 80px !important;
}
.t5-1-sustainability-new .solar-grid span.title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}
.t5-1-sustainability-new .solar-section {
  padding: 40px 20px;
  text-align: center;
}
.t5-1-sustainability-new .solar-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.t5-1-sustainability-new .solar-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.t5-1-sustainability-new .hotel-card-wrap {
  width: 25%;
  padding: 0 10px;
}
@media only screen and (max-width: 1025px) {
  .t5-1-sustainability-new .hotel-card-wrap {
    width: 100%;
    padding: 10px 0;
  }
  .t5-1-sustainability-new .video-background-wrapper {
    padding-top: 0 !important;
  }
}
.t5-1-sustainability-new .hotel-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1), -10px -10px 30px rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease;
}
.t5-1-sustainability-new .hotel-card img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  padding: 0px;
}
.t5-1-sustainability-new .hotel-card:hover {
  transform: translateY(-5px);
}
.t5-1-sustainability-new .hotel-card h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #222;
  word-wrap: break-word;
}
@media only screen and (max-width: 991px) {
  .t5-1-sustainability-new h2.titles {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .t5-1-sustainability-new .solar-grid span.title {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
.t5-1-sustainability-new .hotel-card {
  height: 100%;
}
.t5-1-sustainability-new .hotel-card-wrap {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .t5-1-sustainability-new .hotel-card h3 {
    font-size: 20px;
  }
}

.t5-1-1-sustainability-inner .information-section {
  padding-top: 50px;
}
.t5-1-1-sustainability-inner .information-section .info-item {
  background-color: #f1f2eb;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .t5-1-1-sustainability-inner .information-section .info-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.t5-1-1-sustainability-inner .information-section .info-item:nth-child(even) {
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item:nth-child(even) .info-item-img-wrap {
    flex-direction: row-reverse;
  }
}
.t5-1-1-sustainability-inner .information-section .info-item-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.t5-1-1-sustainability-inner .information-section .info-item-wrapper .high-text {
  color: #3c95b4;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 180%; /* 46.8px */
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .t5-1-1-sustainability-inner .information-section .info-item-wrapper .high-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item-wrapper .high-text {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 60%;
  }
}
.t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-left {
    flex: 1 1 calc(45% - 50px);
    max-width: calc(45% - 50px);
  }
}
.t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-left img {
  width: 100%;
}
.t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-right {
  font-size: 20px !important;
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-right {
    flex: 1 1 calc(55% - 50px);
    max-width: calc(55% - 50px);
  }
}
.t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-right h4 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 54px */
  margin: unset;
  padding-bottom: 20px;
}
.t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-right p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-right ul li {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap {
    gap: 100px;
  }
}
.t5-1-1-sustainability-inner .information-section .info-item-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .t5-1-1-sustainability-inner .information-section .info-item-facts {
    gap: 30px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .information-section .info-item-facts {
    gap: 30px 100px;
  }
}
.t5-1-1-sustainability-inner .information-section .info-item-facts-item h5 {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: unset;
  margin-bottom: 20px;
}
.t5-1-1-sustainability-inner .information-section .info-item-facts-item p {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.t5-1-1-sustainability-inner .community-impact-section {
  background-color: #f1f2eb;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .t5-1-1-sustainability-inner .community-impact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .community-impact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.t5-1-1-sustainability-inner .community-impact-section h2 {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 72px */
  padding-bottom: 30px;
  margin: unset;
}
.t5-1-1-sustainability-inner .community-impact-section .comp-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .t5-1-1-sustainability-inner .community-impact-section .comp-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.t5-1-1-sustainability-inner .community-impact-section .comp-wrapper .comp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #f9f8f3;
  text-align: center;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .t5-1-1-sustainability-inner .community-impact-section .comp-wrapper .comp-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .t5-1-1-sustainability-inner .community-impact-section .comp-wrapper .comp-item {
    flex: 1 1 calc(20% - 25px);
    max-width: calc(20% - 25px);
  }
}
.t5-1-1-sustainability-inner .community-impact-section .comp-wrapper .comp-item h6 {
  margin: unset;
  position: relative;
  color: #3c95b4;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 54px */
  width: 100%;
}
.t5-1-1-sustainability-inner .community-impact-section .comp-wrapper .comp-item h6::after {
  content: "";
  border-bottom: 1px solid #3c95b4;
  bottom: -5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.t5-1-1-sustainability-inner .community-impact-section .comp-wrapper .comp-item p {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

/* 4.2 forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 1600px) {
  label {
    font-size: 20px;
    line-height: 28px;
  }
}

.text-danger {
  color: #f50056;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  height: 58px;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #4d4d4d;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

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

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.form-control[disabled]::placeholder,
.form-control[readonly]::placeholder,
fieldset[disabled] .form-control::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.response-field-checkboxes .checkbox-inline input {
  height: auto;
  margin-right: 15px;
  height: 22px;
  width: 18px;
  margin-top: 1px;
  float: left;
  vertical-align: top;
  border: 1px solid #000;
}

.recapture {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  padding-right: 40px;
  margin-top: 8px;
}
.recapture a {
  color: #000000;
  text-decoration: underline;
}
.recapture a:hover {
  color: #1547c2;
}

.is_required {
  font-size: 14px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-top: 7px;
  font-family: "proximaregular", sans-serif;
}
@media only screen and (min-width: 1600px) {
  .is_required {
    margin-top: 15px;
  }
}

button[type=reset] {
  display: none;
}

button[type=submit] {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 40px;
  color: #4F5959;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 2px solid #4F5959;
  padding: 0 39px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  background: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}
button[type=submit]:hover {
  background-color: #4F5959;
  color: #fff;
  text-decoration: none;
}

#gdpr_compliance_id_wrap {
  margin-top: 40px;
}
#gdpr_compliance_id_wrap > label {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #000000;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-transform: none;
}
#gdpr_compliance_id_wrap .checkbox-inline {
  text-transform: none;
}
#gdpr_compliance_id_wrap p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #5a5a5a;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}

.gdpr-text {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #5a5a5a;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
}

.response-field-checkboxes {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #474747;
  font-family: "Tinos", serif;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 28px;
}
@media only screen and (min-width: 1200px) {
  .form-group {
    margin-bottom: 26px;
  }
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  cursor: pointer;
  margin-top: 24px;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 40px;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.has-feedback {
  position: relative;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
}

.has-success .form-control:focus {
  border-color: #2b542c;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
}

.has-warning .form-control:focus {
  border-color: #66512c;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f30f60;
}

.has-error .form-control {
  border-color: #f30f60;
}

.has-error .form-control:focus {
  border-color: #843534;
}

.has-error .input-group-addon {
  color: #f30f60;
  border-color: #f30f60;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #f30f60;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.response-field-upload {
  border: 1px solid #cccccc;
}

.response-field-upload input {
  width: 100%;
  outline: none !important;
  padding: 10px;
  cursor: pointer;
}

.response-field-date .day,
.response-field-date .month,
.response-field-date .year,
.response-field-time .hours,
.response-field-time .minutes,
.response-field-time .seconds {
  width: 50px;
}

.input-line > span {
  display: inline-block;
  vertical-align: top;
}

.input-line .above-line {
  margin-top: 7px;
  width: 10px;
  text-align: center;
}

span.am_pm {
  margin-left: 10px;
}

select {
  /* replace with arrow type in your design */
  background: url("images/select-dropdown.svg") no-repeat right 20px center;
  cursor: pointer;
  outline: none !important;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding-right: 30px !important;
}

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-wrapper {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-wrapper .h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #123445;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .form-wrapper .fb-submit-row {
    text-align: right;
  }
}
.form-wrapper input.datepicker {
  background: url("images/calendar.svg") no-repeat right 20px center;
  background-color: #fff;
}
.form-wrapper input.timepicker {
  background: url("images/clock.svg") no-repeat right 20px center;
  background-color: #fff;
}

textarea {
  min-height: 300px;
}

.yellow-bg {
  background-color: #f9f8f3;
}

.dark-yellow-bg {
  background-color: #ebe9dd;
}

form .help-block {
  position: absolute;
  font-size: 15px;
  line-height: 15px;
  top: 100%;
}
form input {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
}
form input::-webkit-input-placeholder {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
form input::-moz-placeholder {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
form input:-ms-input-placeholder {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
form select option:disabled {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
form select,
form textarea {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
}

@media only screen and (min-width: 1600px) {
  .form-outer-wrapper {
    padding: 0 170px;
  }
}

.foot-title {
  font-size: 15px;
  line-height: 29px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}

.foot-content {
  font-size: 15px;
  line-height: 29px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}

footer {
  position: relative;
  background-color: #4F5959;
}
footer .footer-inner {
  padding: 45px 30px;
}
footer .footer {
  padding: 50px 20px 0 20px;
}
footer .menu ul {
  list-style: none;
  padding-left: 0;
}
footer .menu ul li {
  margin-bottom: 20px;
}
footer .menu ul li a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.3px;
  padding: 5px 0;
  color: #d9d9d6;
  font-weight: 700;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
footer .menu ul li a:hover {
  color: #d9d8d7;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  footer .footer-inner {
    padding: 80px 108px;
  }
  footer .footer-inner .menu {
    margin-top: 50px;
  }
  footer .footer-inner .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  footer .footer-inner .menu ul li {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 40px;
    justify-content: center;
  }
  footer .footer-inner .menu {
    flex: 1 1 33%;
    max-width: 33%;
    margin-top: 0;
  }
  footer .footer-inner .menu ul li {
    flex: 1 1 50%;
    max-width: 50%;
  }
  footer .footer-inner .footer-contact-info-wrapper {
    flex: 1 1 30%;
    max-width: 30%;
    padding-right: 30px;
  }
  footer .footer-inner .footer-last-common-wrapper {
    flex: 1 1 37%;
    max-width: 37%;
  }
  footer .footer-inner .footer-last-common-wrapper .newsletter {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  footer .footer-inner {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.home-page footer {
  margin-top: 0;
}

.foot-content a {
  font-size: 15px;
  line-height: 29px;
  color: #d9d9d6;
  font-weight: 600;
  word-break: break-all;
  font-family: "proximaregular", sans-serif;
}
.foot-content a:hover {
  color: #d2451e;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .foot-content a.mail-text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .foot-content a.mail-text {
    font-size: 15px;
  }
}

.foot-section {
  margin-bottom: 30px;
}

.footer-logos {
  padding: 0 20px;
  margin-top: 15px;
}
.footer-logos .footer-logos-inner {
  border-top: 1px solid #d9d8d7;
  text-align: center;
  position: relative;
}
.footer-logos .footer-logos-inner .titles {
  margin-bottom: 0;
  color: #d9d9d6;
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 26px;
}
.footer-logos .footer-logos-inner .foot-logo {
  display: block;
  border-bottom: 1px solid #d9d8d7;
  text-align: center;
  padding: 45px 0;
  margin: 0 auto;
  width: 190px;
}
.footer-logos .footer-logos-inner .foot-logo a {
  display: inline-block;
}
.footer-logos .footer-logos-inner .foot-logo:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .footer-logos .footer-logos-inner .foot-logo {
    padding: 0 40px;
    border-bottom: none;
    border-right: 1px solid #d9d8d7;
  }
  .footer-logos .footer-logos-inner .foot-logo:last-child {
    border-right: none;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-logos {
    padding: 0 30px;
  }
  .footer-logos .footer-logos-inner {
    font-size: 0;
  }
  .footer-logos .footer-logos-inner .foot-logo {
    display: inline-block;
    width: 33.33%;
  }
  .footer-logos .logo-parent {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-logos .footer-logos-inner .foot-logo {
    width: auto;
    margin: 0;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-logos {
    padding: 0 130px;
  }
  .footer-logos .logo-parent {
    padding: 60px 0 60px;
  }
  .footer-logos .footer-logos-inner .titles {
    margin-top: 60px;
    font-size: 32px;
    line-height: 40px;
  }
}

.newsletter {
  margin-top: 44px;
  margin-bottom: 60px;
}
.newsletter form {
  position: relative;
}
.newsletter form input {
  background: transparent;
  border: 1px solid #d9d9d6;
  outline: none;
  padding: 0 20px;
  font-size: 15px;
  color: #d9d9d6;
  font-weight: 400;
  height: 58px;
  line-height: 58px;
  font-family: "proximaregular", sans-serif;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
}
.newsletter form input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 40px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
.newsletter form input::-moz-placeholder {
  font-size: 15px;
  line-height: 40px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
  opacity: 1;
}
.newsletter form input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 40px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
.newsletter form input::placeholder {
  font-size: 15px;
  line-height: 40px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
  text-transform: uppercase;
}
.newsletter form button[type=submit] {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 108px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 40px;
  color: #d9d9d6;
  font-weight: 600;
  background-color: #59b4d3;
  font-family: "proximaregular", sans-serif;
  padding: 0;
}
.newsletter form button[type=submit]:hover {
  color: #fff;
  background-color: #4F5959;
}
@media only screen and (min-width: 768px) {
  .newsletter {
    max-width: 470px;
  }
}

.bottom-menu {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .bottom-menu {
    margin-top: unset;
  }
}
.bottom-menu ul {
  list-style: none;
  padding-left: 0;
}
.bottom-menu ul li {
  display: block;
}
.bottom-menu ul li a {
  font-size: 12px;
  line-height: 38px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
.bottom-menu ul li a:hover {
  color: #d9d8d7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .bottom-menu ul {
    font-size: 0;
    margin-top: 0;
  }
  .bottom-menu ul li {
    display: inline-block;
    vertical-align: top;
  }
  .bottom-menu ul li a {
    padding: 0 10px;
    position: relative;
  }
  .bottom-menu ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    height: 12px;
    width: 2px;
    background-color: #c1c1c1;
    top: 50%;
    transform: translateY(-50%);
  }
  .bottom-menu ul li:nth-child(1) a {
    padding-left: 0;
  }
  .bottom-menu ul li:last-child a:after {
    content: none;
  }
}

.top-scroll {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 18px;
  padding: 20px 0;
  border: 2px solid #d9d8d7;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  font-size: 0;
  right: 40px;
  bottom: 30px;
  position: fixed;
  background-color: #4F5959;
  z-index: 999;
  cursor: pointer;
}
.top-scroll:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d9d8d7;
  border-right: 2px solid #d9d8d7;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-scroll:hover {
  background-color: #4F5959;
}

.logo-parent {
  padding-bottom: 25px;
}
.logo-parent .credits {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
@media only screen and (min-width: 768px) {
  .logo-parent .credits {
    margin-top: unset;
  }
}
.logo-parent .developped {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #d9d9d6;
  font-weight: 600;
  font-family: "proximaregular", sans-serif;
}
.logo-parent .developped a {
  color: #d9d9d6;
}
.logo-parent .developped a:hover {
  color: #d9d8d7;
}

/* 1. Variables */
/* 2. Mixin */
/* 3. typography */
.h2,
h2 {
  font-size: 30px;
  line-height: 34px;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 28px;
}

.h4,
h4 {
  font-size: 18px;
  line-height: 22px;
}

.h5,
h5 {
  font-size: 14px;
  line-height: 18px;
}

.h6,
h6 {
  font-size: 12px;
  line-height: 16px;
}

/* prettify xdebug output */
.xdebug-error {
  font-size: 12px !important;
  width: 95% !important;
  margin: 0 auto 10px auto !important;
  border-color: #666 !important;
  background: #ddd !important;
}

.xdebug-error th,
.xdebug-error td {
  padding: 2px !important;
}

.xdebug-error th {
  background: #ccc !important;
}

.xdebug-error span {
  display: none !important;
}

.xdebug-error_description th {
  font-size: 1.2em !important;
  padding: 20px 4px 20px 100px !important;
  background: #ccc no-repeat left top !important;
}

.xdebug-error_callStack th {
  background: #666 !important;
  color: #ddd !important;
}

/* 4. layout */
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

/* 4.1 tables */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

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

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

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

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

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

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

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

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.ani {
  animation-duration: 0.5s;
}

.in {
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.995);
  }
}
@keyframes left {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes right {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes up {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* 5. site styles 
*  --------------  write yout site related styles here ------------ */
/* Owls on required devices only / synced Owl sample - remove below this line */
#carousel-on-devices .item h4,
#big-images .item h4,
#thumbs .item h4 {
  color: #fff;
  background: #f58220;
  padding: 10rem 0;
  text-align: center;
}

#carousel-on-devices .owl-item h4 {
  margin: 0;
}

#big-images .item h4 {
  padding: 15rem 0;
  margin: 0;
}

#thumbs .item h4 {
  padding: 3rem 0;
  margin-top: 1px;
  margin-bottom: 0;
}

/* Owls on required devices only / synced Owl sample - remove above this line */
/* recaptcha scale down to mobile */
#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* --------------  write yout site related styles here ------------ */
/* 6. image styles */
.alignnone {
  margin: 25px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto 5px auto;
}

.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}

a img.alignnone {
  margin: 25px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 7. media queries */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* 8. base site notifications */
.eb-notice-wrap {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0;
}
.eb-notice-wrap .title {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #ffffff;
  background: #656565;
  font-weight: 700;
}
.eb-notice-wrap .desc {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #ffffff;
}
.eb-notice-wrap .foot {
  width: 100%;
  height: auto;
  float: left;
  padding: 2px 15px;
  color: #ffffff;
  font-size: 10px;
  background: #869791;
}

.eb-notice-wrap.error .desc {
  background: #c7254e;
}

.eb-notice-wrap.info .desc {
  background: #2571c7;
}

.eb-item {
  width: 100%;
  padding: 0;
  height: auto;
  margin: 15px 0;
}

.eb-item div.eb-row {
  margin-bottom: 15px;
  text-align: justify;
}

.eb-item img.eb-img {
  width: 100%;
  height: auto;
}

.eb-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* 9. owl carousel */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav button.owl-prev:hover svg,
.owl-carousel .owl-nav button.owl-next:hover svg {
  fill: #4f5959;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* 10. fancybox 3 */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

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

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 70px 20px 40px 20px;
  margin: 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #4f5959;
  overflow: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .fancybox-slide > * {
    padding: 180px 20px 180px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .fancybox-slide > * {
    padding: 180px 225px 180px 225px;
  }
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #ffffff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #ffffff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  background-image: url("images/close-buttn.png");
  background-position: center;
  background-repeat: no-repeat;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #ffffff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #ffffff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/********************************2025-04-09***********************************************/
.home-page .welcome-section {
  background-size: 50%;
}

.our-brands .brands-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-brands .brands-footer .bfleft {
  text-align: center !important;
}

.new-openings .new-opening-carousel .img-wrapper .default-button {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
}

.foot-content a,
.foot-content,
footer .menu ul li a,
.bottom-menu ul li a,
.logo-parent .credits,
.logo-parent .developped {
  color: #ffffff;
  font-weight: 400;
}

.sustainability {
  margin-top: 0;
}

footer .footer-inner {
  padding-bottom: 0;
}

.content-wrapper .brnd-title {
  min-height: unset;
}

.content-wrapper .brnd-dsc {
  min-height: unset;
}

.description-wrapper,
.content-wrapper {
  text-align: center;
}

.feature-carousel-wrapper .feature-carousel-list .item .description-wrapper span {
  height: auto;
}

.feature-carousel-list img,
.offer-carousel-list img,
.three-col-wrapper img {
  width: 100%;
}

.padding-bottom--0 {
  padding-bottom: 0 !important;
}

.image-item p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  flex-grow: 1;
}

.image-item {
  height: 100%;
  padding: 0;
  display: block;
}
.image-item p {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.image-item p:first-child {
  padding: 0 !important;
}
.image-item h3 {
  padding-left: 10px;
  font-family: "proximaregular", sans-serif;
  padding-right: 10px;
}

#eme-slider-wrap .item .description {
  display: none;
}

.same-height .item {
  height: unset;
}

.image-item img {
  margin-bottom: 0;
}

.content-wrapper .buttons-wrapper .default-button {
  margin-top: 30px;
}

.acers-image-grid .row {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.acers-image-grid .col-md-6 {
  width: 25%;
}

.t20-our-story .welcome-section {
  background-size: 30%;
}

.t19-our-people {
  padding-bottom: 0;
}

.t19-our-people .our_people_new_wrapper {
  padding: 100px 200px;
}

.oppl_litem-img img {
  width: 100%;
}

#eme-slider-wrap {
  background: #4896b3;
}

.revamp.dev-inner-02 .partner-with-us-wrapper {
  margin-top: 0;
}

.t17-partner-with-us.revamp {
  padding-bottom: 0 !important;
}

.elena-top-widget {
  margin-top: 0;
}

.colour-blocks-wrapper .color-item .title,
.colour-blocks-wrapper .color-item p {
  color: #fff;
}

.destfocus-ctform-wrapper .destfocus-partnrform-inner .contactinfo-wrapper .contact-info .contact-info-inner {
  text-align: center;
  justify-content: center;
}

.form-wrapper .fb-submit-row {
  text-align: left;
}

.top-scroll {
  display: none;
}

.top-scroll.d-block-scroll {
  display: block !important;
}

.pws-logos-wrapper p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  margin-bottom: 20px;
}

.t17-partner-with-us.revamp {
  padding-bottom: 0;
}

.t5-elena .logo-wrapper {
  width: 100% !important;
}
.t5-elena .logo-wrapper img {
  width: 100%;
}

.elena-top-widget .ele-top-inner .ele-top-item p {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}

.colour-blocks-wrapper .color-item p,
.elena-top-widget .ele-top-inner .ele-top-item p,
.content-wrapper p,
.t19-our-people .welcome-section p,
.our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel ul li,
.our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel p,
.our-strengths-wrapper .os-inner-wrapper .os-left .img-contents p,
ul li,
.welcome-section p,
.section-description,
.sustainability .sustainability-inner .sus-inner-content p,
.offer-carousel-wrapper .offer-carousel-list .item .description-wrapper p,
.brnd-dsc {
  font-family: "proximaregular", sans-serif;
}

.revamp .career-inner-innerwrapper-last {
  margin-top: 0;
}

.class-404 ul.text-left {
  list-style: none;
  text-align: center;
  padding: 0;
}

.default-button-comming {
  border: 2px solid #878787;
  color: #878787;
}
.default-button-comming:hover {
  background: #878787;
}

.page-id-17110 .ele-top-item {
  margin-bottom: 60px;
}
.page-id-17110 .elena-top-widget .ele-top-inner .ele-top-item {
  padding: 0;
}
.page-id-17110 .ele-top-item-in {
  padding: 30px 50px 50px 50px;
}

.banner-sec img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.banner-sec .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.banner-sec .carousel-fade .carousel-item.active,
.banner-sec .carousel-fade .carousel-item-next.carousel-item-left,
.banner-sec .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.banner-sec .carousel-fade .active.carousel-item-left,
.banner-sec .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.banner-sec .carousel-fade .carousel-item-next,
.banner-sec .carousel-fade .carousel-item-prev,
.banner-sec .carousel-fade .carousel-item.active,
.banner-sec .carousel-fade .active.carousel-item-left,
.banner-sec .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1025px) {
  .page-id-15747 .new-opening-carousels {
    padding-left: 5vw;
    padding-right: 5vw;
    gap: 0 !important;
    display: flex;
    flex-direction: column;
  }
  .page-id-15747 .new-opening-carousels .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-id-15747 .new-opening-carousels .item .small-txt,
  .page-id-15747 .new-opening-carousels .item .lrg-txt {
    text-align: left !important;
  }
  .page-id-15747 .opening-table-wrap {
    display: table !important;
  }
  .page-id-15747 .opening-table-wrap tr {
    background: #fff;
    border-bottom: 20px solid #f9f8f3;
  }
  .page-id-15747 .opening-table-wrap tr td {
    position: relative;
    padding: 15px 15px;
  }
  .page-id-15747 .opening-table-wrap tr td::after {
    content: "";
    height: auto;
    position: absolute;
    right: 0;
    bottom: 25px;
    top: 25px;
    width: 1px;
    background: #cfcfcf;
  }
  .page-id-15747 .opening-table-wrap tr td:last-child::after {
    display: none !important;
  }
  .page-id-15747 .opening-table-wrap .new-opening-table {
    display: table-row !important;
  }
  .page-id-1528 .contents-404,
  .error404 .contents-404 {
    padding-bottom: 60px;
  }
  .page-id-15700 .contactinfo-wrapper {
    display: none !important;
  }
  .page-id-15700 .form-wrapper {
    padding-bottom: 0 !important;
  }
  .page-id-16818 .t4-media {
    padding-top: 0 !important;
  }
  .page-id-16818 .welcome-section {
    padding-top: 100px !important;
  }
  .page-id-17110 .feature-carousel-wrapper {
    margin-top: 0 !important;
  }
  .page-id-17190 .career-inner-innerwrapper {
    padding-top: 70px !important;
  }
  .t17-partner-with-us .new-opening-inner {
    padding-bottom: 100px;
  }
  .form-wrapper {
    width: 70%;
    margin: auto;
  }
  .feature-carousel-section {
    padding-bottom: 0px;
  }
  .our-strengths-wrapper .os-inner-wrapper .os-left .img-contents .title {
    padding-bottom: 30px;
  }
  .t17-partner-with-us .new-openings {
    padding: 80px 0 0 0;
  }
  .t17-partner-with-us .career-inner-innerwrapper {
    padding: 0 70px 100px 70px;
  }
  .revamp.people-inner-01 .ourst-coreval-wrapper {
    padding-top: 115px;
    padding-bottom: 100px;
  }
  .t17-partner-with-us.revamp {
    padding-bottom: 100px;
  }
  .feature-carousel-wrapper .feature-carousel-list .item {
    margin-bottom: 30px;
  }
  .padding-top--30px {
    margin-top: 1.5vw;
  }
  .three-col-wrapper .item,
  .offer-carousel-list .item,
  .feature-carousel-list .item {
    width: 33.3% !important;
    flex: unset !important;
    flex-basis: unset !important;
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0.5vw;
  }
  .three-col-wrapper,
  .offer-carousel-list,
  .feature-carousel-list {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
  }
  .content-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .grow-div {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .grow-div .flex-grow-1 {
    flex-grow: 1;
  }
  .large-fixed-header .upper-header,
  .large-fixed-header {
    height: auto;
  }
  .footer-logos .logo-parent {
    padding: 30px 0 30px;
  }
  .new-openings .new-opening-carousel .img-wrapper {
    padding: 5vw 10vw;
    background: #fff;
  }
  .new-opening-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 60vh;
    object-fit: contain;
  }
  .contactinfo-wrapper {
    padding: 0 60px;
    width: 70%;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .new-opening-table .table-item .lrg-txt {
    font-size: 20px !important;
  }
  .page-id-17219 #feature-carousel {
    padding-bottom: 100px !important;
  }
  .page-id-17219 .elena-top-widget .ele-top-inner .ele-top-item .ele-title,
  .page-id-16414 .elena-top-widget .ele-top-inner .ele-top-item .ele-title {
    margin-top: 0;
  }
  .page-id-17219 .logo-wrapper,
  .page-id-16414 .logo-wrapper {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .t13-new-opening .new-opening-table .table-item {
    padding: 20px 20px !important;
  }
  .page-id-15747 .new-opening-table .table-item .lrg-txt {
    font-size: 17px !important;
  }
  .page-id-15747 .new-opening-table .table-item .small-txt {
    font-size: 12px;
  }
  .welcome-section p {
    margin-bottom: 15px;
  }
  .new-opening-table .table-item .lrg-txt {
    font-size: 20px;
  }
  #gdpr_compliance_id_wrap p {
    font-size: 15px;
    line-height: 25px;
  }
  .recapture,
  .is_required {
    font-size: 12px;
    line-height: 20px;
  }
  .feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper p,
  .colour-blocks-wrapper .color-item p,
  .elena-top-widget .ele-top-inner .ele-top-item p,
  .content-wrapper p,
  .t19-our-people .welcome-section p,
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel ul li,
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel p,
  .our-strengths-wrapper .os-inner-wrapper .os-left .img-contents p,
  ul li,
  .welcome-section p,
  .section-description,
  .sustainability .sustainability-inner .sus-inner-content p,
  .offer-carousel-wrapper .offer-carousel-list .item .description-wrapper p,
  .brnd-dsc,
  .t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-right p,
  .t5-1-1-sustainability-inner .information-section .info-item .info-item-img-wrap-right ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .titles,
  .sustainability .sustainability-inner .sus-inner-content .titles {
    font-size: 40px;
    line-height: 50px;
  }
  .feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper .title,
  .colour-blocks-wrapper .color-item .title,
  .elena-top-widget .ele-top-inner .ele-top-item .ele-title,
  .content-wrapper .title,
  .our-brands .brands-footer .bfleft,
  .offer-carousel-wrapper .offer-carousel-list .item .description-wrapper span,
  .feature-carousel-wrapper .feature-carousel-list .item .description-wrapper span {
    font-size: 20px;
    line-height: 30px;
  }
  .our-strengths-wrapper .os-inner-wrapper .os-left .img-contents .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .accordion,
  .accordion-inner {
    font-size: 18px;
    line-height: 30px;
  }
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont .oppl_litem-stitle {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont .oppl_litem-title {
    font-size: 25px;
    line-height: 35px;
  }
  .oppl_litem-title {
    font-size: 20px;
    line-height: 30px;
  }
  .desktop-menu-wrapper .sm-simple li a {
    font-size: 14px;
    line-height: 18px;
  }
  .default-button {
    font-size: 14px;
  }
  .our-brands .brands-footer {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1300px) and (max-width: 1300px) {
  .new-opening-table .table-item .lrg-txt {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .t13-new-opening .new-opening-table .table-item {
    padding: 20px 20px !important;
  }
  .new-opening-table .table-item .lrg-txt {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .new-opening-inner .indicator {
    display: none !important;
  }
  .new-opening-inner .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
  }
  .new-opening-inner .owl-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a1a1a1;
    display: block;
    margin: 0 3px;
  }
  .new-opening-inner .owl-dot.active span {
    background: #4f5959 !important;
  }
  .page-id-17219 #feature-carousel {
    padding-bottom: 50px !important;
  }
  .page-id-15747 .t13-new-opening .new-opening-table .table-item {
    padding: 15px 10px;
  }
  .page-id-15747 .new-opening-carousels {
    padding-left: 20px;
    padding-right: 20px;
    gap: 0 !important;
    display: flex;
    flex-direction: column;
  }
  .page-id-15747 .new-opening-carousels .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-id-15747 .new-opening-carousels .item .small-txt,
  .page-id-15747 .new-opening-carousels .item .lrg-txt {
    text-align: center !important;
  }
  .page-id-15747 .opening-table-wrap {
    display: flex !important;
    flex-wrap: wrap;
  }
  .page-id-15747 .opening-table-wrap tr {
    display: flex;
    background: #fff;
    border-bottom: 20px solid #f9f8f3;
    flex-direction: column;
  }
  .page-id-15747 .opening-table-wrap tr td {
    position: relative;
    padding: 0;
  }
  .page-id-15747 .opening-table-wrap tr td::after {
    content: "";
    height: 1px;
    position: absolute;
    right: 25px;
    left: 25px;
    bottom: 0px;
    width: auto;
    background: #cfcfcf;
  }
  .page-id-15747 .opening-table-wrap tr td:last-child::after {
    display: none !important;
  }
  .page-id-1528 .contents-404,
  .error404 .contents-404 {
    padding-bottom: 50px;
  }
  .page-id-15700 .contactinfo-wrapper {
    display: none !important;
  }
  .page-id-15700 .form-wrapper {
    padding-bottom: 50px !important;
  }
  .page-id-17110 .ele-top-item-in {
    padding: 20px 20px 30px 20px !important;
  }
  .page-id-17110 .feature-carousel-wrapper {
    margin-top: 0 !important;
  }
  .comp-year {
    padding-bottom: 0;
  }
  .page-id-15715 .t4-media,
  .page-id-15910 .t4-media,
  .page-id-16818 .t4-media {
    padding-bottom: 50px;
  }
  .page-id-17190 .pws-logos-wrapper .logos-outer-wrapper {
    padding: 0 !important;
  }
  .pws-logos-wrapper .logos-outer-wrapper {
    padding: 30px 0;
  }
  .hrz-logos-wrapper .hz-logo {
    padding-top: 30px;
  }
  .elena-top-widget .ele-top-inner .ele-top-item {
    padding: 10px 10px;
  }
  .t20-our-story .ourst-coreval-wrapper .colour-blocks-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-wrapper {
    padding-bottom: 50px;
  }
  .destfocus-ctform-wrapper {
    padding-top: 50px;
  }
  .destfocus-ctform-wrapper .destfocus-partnrform-inner {
    padding-bottom: 0px;
  }
  label {
    font-size: 14px;
    line-height: 18px;
  }
  #gdpr_compliance_id_wrap p {
    font-size: 14px;
    line-height: 25px;
  }
  .recapture,
  .is_required {
    font-size: 12px;
    line-height: 20px;
  }
  .revamp .our-strengths-wrapper {
    margin-top: 0;
  }
  .career-inner-innerwrapper {
    padding: 40px 20px 50px 20px;
  }
  .t19-our-people .our_people_new_wrapper {
    padding: 30px 20px;
  }
  .timeline {
    padding-bottom: 50px;
  }
  .timeline .timeline-container .timeline-item {
    padding: 20px 20px 0 0;
  }
  .timeline-item:first-child {
    margin-top: 0 !important;
  }
  .timeline {
    margin: 0;
  }
  .new-openings {
    padding: 30px 20px;
  }
  .hamburger .line {
    width: 30px;
    margin-left: 0;
  }
  .open .hamburger .line {
    margin-left: 0;
    width: 30px;
  }
  .our-strengths-wrapper .os-inner-wrapper .os-left .img-contents .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .offer-carousel-wrapper .offer-carousel-list .item .description-wrapper p {
    margin: 0 !important;
  }
  .feature-carousel-wrapper .feature-carousel-list .item,
  .offer-carousel-wrapper .offer-carousel-list .item {
    margin-bottom: 30px;
  }
  .feature-carousel-section {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-carousel-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-top--30px {
    margin-top: 30px;
  }
  .accordion,
  .accordion-inner {
    font-size: 18px;
    line-height: 30px;
  }
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .welcome-section p,
  .feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper p,
  .colour-blocks-wrapper .color-item p,
  .elena-top-widget .ele-top-inner .ele-top-item p,
  .content-wrapper p,
  .t19-our-people .welcome-section p,
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel ul li,
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel p,
  .our-strengths-wrapper .os-inner-wrapper .os-left .img-contents p,
  ul li,
  .welcome-section p,
  .section-description,
  .sustainability .sustainability-inner .sus-inner-content p,
  .offer-carousel-wrapper .offer-carousel-list .item .description-wrapper p,
  .brnd-dsc {
    font-size: 16px;
    line-height: 28px;
  }
  .titles,
  .t13-new-opening .titles-top,
  .sustainability .sustainability-inner .sus-inner-content .titles {
    font-size: 35px;
    line-height: 45px;
  }
  .feature-carousel-section .feature-carousel-wrapper #feature-carousel .item .description-wrapper .title,
  .colour-blocks-wrapper .color-item .title,
  .elena-top-widget .ele-top-inner .ele-top-item .ele-title,
  .content-wrapper .title,
  .our-brands .brands-footer .bfleft,
  .offer-carousel-wrapper .offer-carousel-list .item .description-wrapper span,
  .feature-carousel-wrapper .feature-carousel-list .item .description-wrapper span {
    font-size: 23px;
    line-height: 30px;
  }
  .content-wrapper {
    text-align: center;
  }
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper .faq-right-wrapper .panel a.default-button {
    font-size: 16px;
    width: max-content;
  }
  footer .menu ul li a {
    font-size: 15px;
    line-height: 15px;
  }
  .new-opening-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
  .new-opening-carousel .sustainability {
    margin-top: 0;
    margin-bottom: 0;
  }
  .new-openings .new-opening-carousel .img-wrapper {
    padding: 20px;
    background: #fff;
  }
  .sustainability .sustainability-inner .sus-inner-content .default-button {
    margin-top: 30px;
  }
  .sustainability .sustainability-inner {
    min-height: auto;
    padding: 50px 0;
  }
  .main-menu-switch,
  .lang-and-reserve-wrap {
    width: 20%;
  }
  .logo-wrapper {
    width: 60%;
    display: flex;
    justify-content: center;
  }
  .media-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-page .welcome-section {
    padding: 30px 20px;
  }
  .open .hamburger {
    margin-left: 0;
  }
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont .oppl_litem-stitle {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont .oppl_litem-title {
    font-size: 25px;
    line-height: 35px;
  }
  .oppl_litem-title {
    font-size: 20px;
    line-height: 30px;
  }
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner {
    row-gap: 50px;
  }
}
@media (min-width: 600px) and (max-width: 1026px) {
  .page-id-15747 tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-id-15747 tbody tr {
    width: 47% !important;
  }
  .header-inner-wrapper .logo-wrapper {
    display: flex;
    justify-content: center;
  }
  .elena-top-widget .ele-top-inner .ele-top-item {
    padding: 60px 45px;
    margin-bottom: 40px;
  }
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner {
    padding: 0 0px;
    justify-content: space-between;
  }
  .t19-our-people .our_people_new_wrapper .oppl_leaders-wrapper .oppl_leaders-inner .oppl_leader-item .oppl_litem-cont {
    padding-top: 30px;
  }
  .acers-image-grid .col-md-6 {
    width: 50%;
    padding-bottom: 20px;
  }
  .feature-carousel-wrapper .feature-carousel-list {
    margin-left: 0;
    margin-right: 0;
  }
  .feature-carousel-section .feature-carousel-wrapper {
    padding: 0;
  }
  .three-col-wrapper .item,
  .offer-carousel-list .item,
  .feature-carousel-list .item {
    width: 50% !important;
    flex: unset !important;
    flex-basis: unset !important;
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px;
  }
  .three-col-wrapper,
  .offer-carousel-list,
  .feature-carousel-list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .grow-div {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .grow-div .flex-grow-1 {
    flex-grow: 1;
  }
  .our-brands .brands-block {
    width: 50%;
    padding: 10px;
  }
  .two-brands-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .our-brands .brands-block .brands-item {
    height: 500px;
  }
  .new-opening-table {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .new-opening-table .table-item {
    padding: 0 25px;
    border-bottom: 0;
    border-right: 1px solid #e0e0e0;
  }
  .our-brands .brands-block {
    margin-bottom: 0;
  }
  .welcome-section {
    padding: 50px 30px;
  }
  .our-brands,
  .new-openings {
    padding: 50px 0;
  }
  .new-opening-table .table-item .lrg-txt {
    font-size: 18px;
  }
  .table-item:last-child {
    border: 0 !important;
  }
  .sustainability {
    margin-bottom: 0 !important;
  }
  .sustainability .sustainability-inner {
    min-height: unset;
    height: auto;
  }
  .new-opening-inner .new-opening-table {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .top-scroll {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    padding: 12px 0;
  }
  .our-strengths-wrapper .os-inner-wrapper .os-wrapper {
    padding-top: 30px;
  }
  .welcome-section p {
    margin-bottom: 10px;
  }
  .destfocus-ctform-wrapper .destfocus-partnrform-inner .partnrform-form {
    padding: 0 20px;
  }
  .section-header > p {
    padding: 0 20px;
  }
  #eme-slider-wrap {
    min-height: 350px;
  }
  .form-control {
    height: 45px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .acers-image-grid .col-md-6 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .content-wrapper {
    padding: 20px 0px;
  }
  .welcome-section .section-header p {
    padding: 0;
  }
  .three-col-wrapper .item,
  .offer-carousel-list .item,
  .feature-carousel-list .item {
    width: 100%;
    flex: unset !important;
    flex-basis: unset !important;
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 0;
  }
  .three-col-wrapper,
  .offer-carousel-list,
  .feature-carousel-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .top-scroll {
    display: none !important;
  }
  .bottom-menu ul li a {
    font-size: 12px;
    line-height: 12px;
  }
  .bottom-menu ul li {
    font-size: 18px;
    line-height: 18px;
  }
  footer .menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .menu ul li {
    margin-bottom: 10px;
    width: 50%;
  }
  .our-brands .brands-inner .brands-block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .welcome-section {
    padding: 30px 20px;
  }
  .our-brands {
    padding: 30px 0;
  }
  .new-opening-table .table-item .lrg-txt {
    font-size: 20px;
  }
  .sustainability {
    margin-bottom: 0 !important;
  }
  .our-brands .brands-block {
    margin-bottom: 20px;
  }
  .oppl_litem-cont {
    padding: 30px 0 20px 0;
  }
  #eme-slider-wrap .text-image {
    font-size: 25px;
    line-height: 35px;
  }
  .feature-carousel-wrapper .feature-carousel-list .item .description-wrapper {
    padding: 28px 0px 0 0px;
  }
}
.new-opening-table {
  display: flex !important;
}
/*# sourceMappingURL=style.css.map */
