/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-content hr {
  display: block;
  height: 1px;
  margin: 40px auto;
  border: none;
  background: #9A9A9A;
  color: #9A9A9A;
}
.page-content h1, .page-content .h1 {
  font: 42px/1.2 "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1440px) {
  .page-content h1, .page-content .h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 959px) {
  .page-content h1, .page-content .h1 {
    font-size: 32px;
  }
}
.page-content h2, .page-content .h2 {
  font: 24px/1.2 "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
}
@media only screen and (max-width: 959px) {
  .page-content h2, .page-content .h2 {
    font-size: 28px;
  }
}
.page-content h3 {
  font-size: 26px;
  line-height: 1.3;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
}
.page-content h1, .page-content h2, .page-content .h1, .page-content .h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 33px;
}
@media only screen and (min-width: 1440px) {
  .page-content h1, .page-content h2, .page-content .h1, .page-content .h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 959px) {
  .page-content h1, .page-content h2, .page-content .h1, .page-content .h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
    margin-bottom: 20px;
  }
}
.page-content h1 + h2, .page-content .h1 + .h2 {
  margin-top: -33px;
}
@media only screen and (min-width: 1440px) {
  .page-content h1 + h2, .page-content .h1 + .h2 {
    margin-top: -53px;
  }
}
@media only screen and (max-width: 959px) {
  .page-content h1 + h2, .page-content .h1 + .h2 {
    margin-top: -20px;
  }
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
}
.page-content p:empty {
  display: none;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  text-align: left;
}
.page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol > li > ol, .page-content ol > li > ul {
  margin-left: 34px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  padding-left: 14px;
  text-align: center;
}
.page-content ul > li:before {
  background: #000000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  margin-right: 5px;
}
.page-content td, .page-content th, .page-content caption {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  font: 16px/1 "FreightSans Pro", Helvetica, Arial, sans-serif;
  color: #000000;
}
.page-content td {
  border-top: 1px solid #6dcb99;
  font-size: 14px;
}
.page-content table p {
  margin: 5px;
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-content .socials li:after {
  display: none;
}
.page-content .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content .iframe-block {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 55px;
}
@media only screen and (max-width: 959px) {
  .page-content .iframe-block {
    margin-bottom: 20px;
  }
}
.page-content .iframe-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dark-theme .page-content {
  color: #fff;
  border-color: #fff;
}
.dark-theme .page-content hr, .dark-theme .page-content h1, .dark-theme .page-content h2, .dark-theme .page-content .h1, .dark-theme .page-content .h2, .dark-theme .page-content h3, .dark-theme .page-content h4, .dark-theme .page-content h5, .dark-theme .page-content h6, .dark-theme .page-content p, .dark-theme .page-content li {
  color: inherit;
}
.dark-theme .page-content .button {
  color: inherit;
  border-color: inherit;
}

.map-content h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.map-content p {
  margin-bottom: 10px;
}
.map-content p:last-of-type {
  margin-bottom: 0;
}
.map-content .button {
  min-width: 100%;
}

#openTable {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 1000;
  background: #F9F5EF;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
  flex-direction: column;
}
#openTable.open {
  display: flex;
}
#openTable .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#openTable .close-button:after, #openTable .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #ff828a;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (prefers-reduced-motion) {
  #openTable .close-button:after, #openTable .close-button:before {
    transition: none;
  }
}
#openTable .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#openTable .close-button:hover:after, #openTable .close-button:hover:before {
  background: #6dcb99;
}
#openTable .center-column {
  margin: auto;
  background: #F9F5EF;
  max-width: 600px;
  width: 100%;
  padding: 0 20px;
}
#openTable .form {
  margin-bottom: 0;
  padding: 40px 0;
}
#openTable .form .op-title {
  display: block;
  font: 24px/1.2 "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff828a;
}
#openTable .form label {
  font-family: "FreightSans Pro", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  text-align: left;
  margin: 0;
}
#openTable .form p {
  margin-right: 20px;
  vertical-align: top;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#openTable .form input {
  width: 100px;
  border: 1px solid #000;
  font: 13px/13px Helvetica, Arial, sans-serif;
  height: 45px;
  padding: 0 10px;
}
#openTable .form select {
  height: 45px;
  padding: 0 10px;
  font: 13px/13px Helvetica, Arial, sans-serif;
  resize: none;
  width: 100px;
  border: 1px solid #000;
  font-size: 13px;
  line-height: 44px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: 94% 16px;
  background-size: 20px;
}
#openTable .form .peopleselect select {
  width: 122px;
}
#openTable .form input[type=submit] {
  width: 140px;
  margin-top: 46px;
  border: none;
  border-radius: 0;
  font-weight: 700;
}
#openTable .form input, #openTable .form select, #openTable .form select#people {
  width: 100%;
  margin-left: 0;
}
#openTable .form .controls {
  margin: 0;
}
#openTable .form p.opentable img {
  width: 200px;
  margin-right: 0;
  height: auto;
  margin-top: 53px;
}
#openTable .form .opentable {
  text-align: center;
}
#openTable .ui-datepicker-trigger {
  display: none;
  position: absolute;
  color: #000;
}

.ot-reserve {
  display: block;
  border-radius: 0;
  border: 0;
  position: fixed;
  text-align: center;
  z-index: 999;
  color: white;
  top: 24px;
  right: 10px;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .ot-reserve {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    background: #000;
  }
}

a.ot-reserve.button {
  display: flex;
}

@media (max-width: 960px) {
  #ui-datepicker-div {
    display: none;
  }
}
#ui-datepicker-div {
  background-color: #fff;
  font-size: 16px;
  border: thin solid #000000;
  padding: 10px;
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0 8px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #EE3042;
  border-bottom: 0;
  border-left: 0;
  overflow: hidden;
  text-indent: -10000px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:hover {
  border-color: #EE3042;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  border-color: #000000;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
#ui-datepicker-div .ui-datepicker-unselectable {
  color: #999;
}
#ui-datepicker-div th {
  font-weight: bold;
}
#ui-datepicker-div th, #ui-datepicker-div td {
  padding: 0 8px;
  font-size: 12px;
  text-align: center;
}
#ui-datepicker-div td a,
#ui-datepicker-div td .ui-state-default {
  display: block;
  text-decoration: none;
  padding: 5px;
}
#ui-datepicker-div td a:hover {
  background: #EE3042;
  color: #000000;
}
#ui-datepicker-div td a.ui-state-active {
  background: #EE3042;
}
#ui-datepicker-div td a.ui-state-active:hover {
  color: #fff;
  background: #000000;
}

.page-block.promo-section {
  background-color: #864372;
  padding: 85px 0;
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section {
    margin-top: 20px;
  }
}
.page-block.promo-section .promo-section-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  grid-auto-rows: 560px;
  gap: 40px;
}
@media only screen and (min-width: 1246px) {
  .page-block.promo-section .promo-section-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 60px;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo-section-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 30px;
  }
}
.page-block.promo-section .promo {
  cursor: pointer;
  position: relative;
  width: auto;
  height: auto;
  background-color: #000;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo {
    padding: 0;
  }
}
.page-block.promo-section .promo::before, .page-block.promo-section .promo::after {
  transition: opacity 0.3s ease;
  opacity: 1;
  position: absolute;
  content: "";
  z-index: 1;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo::before, .page-block.promo-section .promo::after {
    transition: none;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo::before, .page-block.promo-section .promo::after {
    opacity: 0;
  }
}
.page-block.promo-section .promo::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-block.promo-section .promo::after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(360deg, #000000 0%, rgba(196, 196, 196, 0) 85.19%);
  background-blend-mode: multiply;
}
.page-block.promo-section .promo .promo-title {
  transition: opacity 0.3s ease;
  opacity: 1;
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: "MrSheffield", cursive, serif;
  font-weight: 400;
  font-size: 118px;
  line-height: 138px;
  text-align: center;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .promo-title {
    transition: none;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo .promo-title {
    font-size: 0;
    line-height: 0;
    opacity: 0;
  }
}
.page-block.promo-section .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.page-block.promo-section .promo .promo-content {
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(134, 67, 114, 0.7);
  background-blend-mode: multiply;
  text-align: center;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .promo-content {
    transition: none;
  }
}
.page-block.promo-section .promo .promo-content .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-block.promo-section .promo .promo-content .icon.icon-instagram {
  background-image: url("../images/acm/block-ig.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-mail {
  background-image: url("../images/acm/block-mail.svg");
}
.page-block.promo-section .promo .promo-content .icon.icon-papers {
  background-image: url("../images/acm/block-papers.svg");
}
.page-block.promo-section .promo .promo-content p {
  font-family: "FreightSans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo .promo-content {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    padding: 60px 30px;
  }
  .page-block.promo-section .promo .promo-content p {
    font-size: 24px;
    line-height: 1.1;
  }
}
.page-block.promo-section .promo .copy {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion) {
  .page-block.promo-section .promo .copy {
    transition: none;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo .copy {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.ismobile .page-block.promo-section .promo .copy {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo .copy p {
    display: none;
  }
}
.page-block.promo-section .promo .button {
  margin-top: 55px;
}
@media only screen and (max-width: 959px) {
  .page-block.promo-section .promo .button {
    margin-top: 50px;
  }
}
.page-block.promo-section .promo:hover::before, .page-block.promo-section .promo:hover::after,
.page-block.promo-section .promo:hover .promo-title {
  opacity: 0;
}
.page-block.promo-section .promo:hover .promo-content {
  opacity: 1;
}
.page-block.promo-section .promo:hover .copy {
  position: relative;
}
.page-block.promo-section .promo:hover .copy {
  opacity: 1;
  visibility: visible;
}
.ismobile .page-block.promo-section .promo:hover .copy {
  opacity: 0;
  visibility: hidden;
}
.page-block.page-section-v1 {
  position: relative;
  padding: 168px 0 148px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-block.page-section-v1 {
    padding: 120px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-block.page-section-v1 {
    padding: 40px 0;
  }
}
.page-block.page-section-v1.dark-theme {
  background: rgba(84, 83, 74, 0.7);
}
.page-block.page-section-v1 .bg {
  opacity: 0.75;
}
.page-block.page-section-v1 .img {
  width: 28%;
  float: left;
  box-shadow: 12px 12px 0 #ffc37b;
}
@media only screen and (max-width: 767px) {
  .page-block.page-section-v1 .img {
    width: auto;
    height: 200px;
    margin-bottom: 20px;
    display: block;
    float: none;
  }
}
.page-block.page-section-v1 .copy {
  padding-right: 14%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-block.page-section-v1 .copy {
    padding-right: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .page-block.page-section-v1 .copy {
    padding-right: 0%;
  }
}
.page-block.page-section-v1 h1, .page-block.page-section-v1 .h1 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .page-block.page-section-v1 h1, .page-block.page-section-v1 .h1 {
    padding-top: 0;
  }
}
.page-block.page-section-v1 .page-content {
  margin-left: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-block.page-section-v1 .page-content {
    margin-left: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .page-block.page-section-v1 .page-content {
    margin-left: 0;
  }
}
.page-block.page-section-v1 .page-content .page-content-heading {
  margin-left: -12%;
  position: relative;
  max-width: calc(100% - 200px);
}
@media only screen and (min-width: 1440px) {
  .page-block.page-section-v1 .page-content .page-content-heading {
    max-width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-block.page-section-v1 .page-content .page-content-heading {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.page-section-v1 .page-content .page-content-heading {
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .page-block.page-section-v1 .page-content .page-content-heading {
    max-width: none;
  }
}
.page-block.page-section-v1 .page-content .page-content-heading .img1 {
  position: absolute;
  left: 100%;
  margin-left: 50px;
  bottom: 0;
}
@media only screen and (max-width: 959px) {
  .page-block.page-section-v1 .page-content .page-content-heading .img1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .page-block.page-section-v1 .page-content .page-content-heading .img1 {
    margin-left: 83px;
  }
}
@media only screen and (max-width: 500px) {
  .page-block.page-section-v1 .page-content .page-content-heading .img1 {
    display: none;
  }
}
.page-block.page-section-v2 {
  padding: 100px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  .page-block.page-section-v2 {
    padding: 140px 0 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .page-block.page-section-v2 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-block.page-section-v2 {
    padding: 40px 0;
  }
}
.page-block.page-section-v2 .bg {
  opacity: 0.15;
  filter: grayscale(1);
}
.page-block.page-section-v2 .row {
  justify-content: space-between;
}
.page-block.page-section-v2 .column:first-child {
  width: 50%;
  padding-right: 50px;
}
@media only screen and (min-width: 1440px) {
  .page-block.page-section-v2 .column:first-child {
    width: 46%;
    padding-right: 110px;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.page-section-v2 .column:first-child {
    padding-right: 0;
    width: 100%;
    order: 2;
  }
}
.page-block.page-section-v2 .column:first-child .page-content h1, .page-block.page-section-v2 .column:first-child .page-content .h1 {
  margin-bottom: 30px;
}
.page-block.page-section-v2 .column:first-child .page-content h1 + h2, .page-block.page-section-v2 .column:first-child .page-content .h1 + .h2 {
  margin-top: -25px;
}
.page-block.page-section-v2 .column:first-child .page-content .page-content-heading {
  position: relative;
  z-index: 1;
}
.page-block.page-section-v2 .column:first-child .page-content .read-more {
  width: 100%;
}
.page-block.page-section-v2 .column:last-child {
  width: 50%;
}
@media only screen and (min-width: 1440px) {
  .page-block.page-section-v2 .column:last-child {
    width: 54%;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.page-section-v2 .column:last-child {
    width: 100%;
    order: 1;
  }
}
.page-block.page-section-v2 .column:last-child .images-wrapper {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .page-block.page-section-v2 .column:last-child .images-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 959px) {
  .page-block.page-section-v2 .column:last-child .images-wrapper {
    margin-bottom: 20px;
  }
}
.page-block.page-section-v2 .column:last-child .image-1 {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page-block.page-section-v2 .column:last-child .image-2 {
  position: absolute;
  top: -50%;
  right: 0;
  width: 42%;
  height: 0;
  padding-bottom: 58%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page-block.page-section-v2 .testimonials {
  margin-top: 100px;
}
.page-block.page-section-v2 .testimonials .testimonial {
  text-align: center;
  font: 300 36px/1.14 "FreightSans Pro", Helvetica, Arial, sans-serif;
  color: #000;
}
@media only screen and (max-width: 959px) {
  .page-block.page-section-v2 .testimonials .testimonial {
    font-size: 30px;
  }
}
.page-block.page-section-v2 .testimonials .testimonial .signature {
  margin-top: 43px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}
.page-block.page-section-v2.page-section-v2.dark-theme .bg {
  opacity: 0.9;
}
.page-block.page-section-v2.page-section-v2.dark-theme .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.page-block.gallery-section {
  position: relative;
  height: 70vh;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section {
    padding-bottom: 80px;
    height: auto;
  }
}
.page-block.gallery-section.swiper-container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.page-block.gallery-section .swiper-wrapper {
  height: auto;
  flex-grow: 1;
}
.page-block.gallery-section .swiper-slide {
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section .swiper-slide {
    transition: transform 0.3s ease;
    height: auto;
    width: 100%;
    padding-top: 100%;
    transform: scale(1);
  }
}
@media only screen and (max-width: 767px) and (prefers-reduced-motion) {
  .page-block.gallery-section .swiper-slide {
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  @supports (aspect-ratio: 1/1) {
    .page-block.gallery-section .swiper-slide {
      padding-top: 0;
      aspect-ratio: 1/1;
    }
  }
  .page-block.gallery-section .swiper-slide .slide-image {
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-block.gallery-section .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
}
.page-block.gallery-section .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-block.gallery-section .swiper-button {
  transition: transform 0.3s ease;
  font-size: 0;
  line-height: 0;
  transform: scale(1);
}
@media (prefers-reduced-motion) {
  .page-block.gallery-section .swiper-button {
    transition: none;
  }
}
.page-block.gallery-section .swiper-button:hover {
  transform: scale(1.1);
}
.page-block.gallery-section .swiper-button-prev {
  left: 80px;
}
@media only screen and (min-width: 1246px) {
  .page-block.gallery-section .swiper-button-prev {
    left: 160px;
  }
}
.page-block.gallery-section .swiper-button-next {
  right: 80px;
}
@media only screen and (min-width: 1246px) {
  .page-block.gallery-section .swiper-button-next {
    right: 160px;
  }
}
.page-block.gallery-section .swiper-pagination {
  bottom: 50px;
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section .swiper-pagination {
    bottom: 40px;
  }
}
.page-block.gallery-section .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
@media (prefers-reduced-motion) {
  .page-block.gallery-section .swiper-pagination-bullet {
    transition: none;
  }
}
.page-block.gallery-section .swiper-pagination-bullet:not(:first-child) {
  margin-left: 35px;
}
.page-block.gallery-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE3042;
}
@media only screen and (max-width: 767px) {
  .page-block.gallery-section .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #FCD8D4;
  }
  .page-block.gallery-section .swiper-pagination-bullet:not(:first-child) {
    margin-left: 20px;
  }
}
.page-block.form-section {
  padding-top: 50px;
}
@media only screen and (min-width: 1440px) {
  .page-block.form-section {
    padding-top: 90px;
  }
}
.page-block.form-section h1, .page-block.form-section .h1 {
  text-align: center;
}
.page-block.form-section .form input[type=text], .page-block.form-section .form input[type=date], .page-block.form-section .form textarea, .page-block.form-section .form select {
  background-color: transparent;
}

.acm-block {
  position: relative;
}
.acm-block .anchor {
  position: absolute;
  top: -110px;
}
@media only screen and (max-width: 767px) {
  .acm-block .anchor {
    top: -60px;
  }
}

.our-story-acm {
  font-family: "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
  padding: 80px 0;
  overflow-x: hidden;
}
.our-story-acm:first-of-type {
  padding-bottom: 0;
}
.our-story-acm + .our-story-acm {
  padding-top: 0;
}
.our-story-acm .top-title {
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  max-width: 1052px;
  margin: 0 auto 60px;
}
.our-story-acm .our-story-first-section {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 20%;
  margin-bottom: 50px;
}
.our-story-acm .our-story-first-section::before {
  width: 196px;
  height: 204px;
  top: 0;
  right: -50px;
  z-index: 2;
  transform: rotate(-89.82deg);
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: url("../images/flower-coloured.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: floating-left;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes floating-left {
  from {
    transform: rotate(0deg) translate(0px, 0px);
  }
  25% {
    transform: rotate(-10deg) translate(0px, 10px);
  }
  50% {
    transform: rotate(-15deg) translate(0px, -10px);
  }
  75% {
    transform: rotate(-10deg) translate(0px, 10px);
  }
  to {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@media only screen and (min-width: 1400px) {
  .our-story-acm .our-story-first-section::before {
    right: -60px;
  }
}
@media only screen and (min-width: 1700px) {
  .our-story-acm .our-story-first-section::before {
    right: -100px;
  }
}
.our-story-acm .our-story-first-section-background {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  height: 90%;
}
.our-story-acm .our-story-first-section-content {
  position: relative;
  z-index: 1;
  width: 50%;
  background: #FCD8D4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 25px 40px 30px;
}
.our-story-acm .our-story-main-heading {
  font-family: "MrSheffield", cursive, serif;
  font-weight: 400;
  font-size: 98px;
  line-height: 152px;
  color: #EE3042;
}
.our-story-acm .our-story-second-section {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 6%;
  padding-bottom: 3%;
}
.our-story-acm .our-story-second-section-background {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: 100%;
}
.our-story-acm .our-story-second-section-content {
  position: relative;
  z-index: 1;
  width: 55%;
  background: #FCD8D4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 190px 40px 30px;
  color: #EE3042;
  font-size: 50px;
  line-height: 50px;
}
.our-story-acm .our-story-second-section-content::before {
  width: 370px;
  height: 331px;
  top: -196px;
  left: -40px;
  transform: rotate(12.33deg);
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: url("../images/flower-coloured.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: floating-right;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes floating-right {
  from {
    transform: rotate(0deg) translate(0px, 0px);
  }
  25% {
    transform: rotate(10deg) translate(0px, -10px);
  }
  50% {
    transform: rotate(15deg) translate(0px, 10px);
  }
  75% {
    transform: rotate(10deg) translate(0px, -10px);
  }
  to {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@media only screen and (max-width: 959px) {
  .our-story-acm {
    padding: 18px 0 28px;
  }
  .our-story-acm .center-column {
    padding: 0;
  }
  .our-story-acm .top-title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 26px;
    padding: 0 30px;
  }
  .our-story-acm .our-story-first-section {
    background: #FCD8D4;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 45px 32px 18px;
    margin-bottom: 0;
  }
  .our-story-acm .our-story-first-section::before {
    content: none;
  }
  .our-story-acm .our-story-first-section-background {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
    height: auto;
  }
  .our-story-acm .our-story-main-heading {
    font-size: 60px;
    line-height: 50px;
    margin: 73px 0 15px;
  }
  .our-story-acm .our-story-first-section-content {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .our-story-acm .our-story-first-section-content::before {
    width: 98px;
    height: 102px;
    top: 10px;
    right: -10px;
    transform: rotate(-105.87deg);
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url("../images/flower-coloured.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: floating-right;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @keyframes floating-right {
    from {
      transform: rotate(0deg) translate(0px, 0px);
    }
    25% {
      transform: rotate(10deg) translate(0px, -10px);
    }
    50% {
      transform: rotate(15deg) translate(0px, 10px);
    }
    75% {
      transform: rotate(10deg) translate(0px, -10px);
    }
    to {
      transform: rotate(0deg) translate(0px, 0px);
    }
  }
  .our-story-acm .our-story-second-section {
    background: #fff;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 45px 32px 28px;
    font-size: 40px;
    line-height: 40px;
  }
  .our-story-acm .our-story-second-section::before {
    content: none;
  }
  .our-story-acm .our-story-second-section-background {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
    height: auto;
  }
  .our-story-acm .our-story-second-section-content {
    background: #fff;
    box-shadow: none;
    margin-top: 55px;
    padding: 0;
    width: 80%;
  }
  .our-story-acm .our-story-second-section-content::before {
    width: 157px;
    height: 141px;
    transform: rotate(81.41deg);
    top: -130px;
    left: -106px;
  }
  .our-story-acm .our-story-second-section-content p {
    font-size: 24px;
    line-height: 24px;
  }
}

.our-chef-acm {
  padding: 150px 0 80px;
}
@media only screen and (max-width: 959px) {
  .our-chef-acm {
    position: relative;
    z-index: 1;
  }
}
.our-chef-acm .our-chef-content {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 20%;
  margin-bottom: 50px;
}
.our-chef-acm .our-chef-content::before {
  width: 193px;
  height: 200px;
  top: -40px;
  right: 200px;
  transform: rotate(-91.81deg);
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: url("../images/flower-coloured.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: floating-right;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes floating-right {
  from {
    transform: rotate(0deg) translate(0px, 0px);
  }
  25% {
    transform: rotate(10deg) translate(0px, -10px);
  }
  50% {
    transform: rotate(15deg) translate(0px, 10px);
  }
  75% {
    transform: rotate(10deg) translate(0px, -10px);
  }
  to {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
.our-chef-acm .our-chef-content::after {
  width: 315px;
  height: 327px;
  top: 0;
  right: -75px;
  z-index: 1;
  transform: rotate(-48.93deg);
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: url("../images/flower-coloured.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: floating-left;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes floating-left {
  from {
    transform: rotate(0deg) translate(0px, 0px);
  }
  25% {
    transform: rotate(-10deg) translate(0px, 10px);
  }
  50% {
    transform: rotate(-15deg) translate(0px, -10px);
  }
  75% {
    transform: rotate(-10deg) translate(0px, 10px);
  }
  to {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
.our-chef-acm .our-chef-background {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: calc(100% - 50px);
}
.our-chef-acm .our-chef-text {
  position: relative;
  z-index: 1;
  width: 55%;
  background: #FCD8D4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 48px 40px;
  font-family: "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.our-chef-acm .our-chef-title {
  font-family: "MrSheffield", cursive, serif;
  font-weight: 400;
  font-size: 98px;
  line-height: 122px;
  color: #EE3042;
}
@media only screen and (min-width: 1246px) {
  .our-chef-acm .our-chef-title {
    line-height: 152px;
  }
}
@media only screen and (max-width: 959px) {
  .our-chef-acm {
    padding: 43px 30px 22px;
    background: #FCD8D4;
  }
  .our-chef-acm .center-column {
    padding: 0;
  }
  .our-chef-acm .our-chef-background {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    width: 70%;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-left: auto;
  }
  .our-chef-acm .our-chef-content {
    padding: 0;
    margin: 0;
  }
  .our-chef-acm .our-chef-content::before {
    width: 67px;
    height: 70px;
    top: -58px;
    left: -12px;
    transform: rotate(-132.87deg);
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url("../images/flower-coloured.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .our-chef-acm .our-chef-content::after {
    width: 100px;
    height: 104px;
    top: -26px;
    left: 64px;
    z-index: 1;
    transform: rotate(-100.91deg);
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url("../images/flower-coloured.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .our-chef-acm .our-chef-title {
    font-size: 50px;
    line-height: 50px;
    margin: 24px 0 8px;
  }
  .our-chef-acm .our-chef-text {
    padding: 0;
    box-shadow: none;
    width: auto;
    font-size: 17px;
    line-height: 22px;
  }
}

.form {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6dcb99;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 6px 26px 0 0;
  float: left;
  text-align: right;
  font: 700 17px/40px "FreightSans Pro", Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
    width: auto;
    font-size: 14px;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 20px;
  line-height: 0;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select {
  background-color: transparent;
  color: #000;
  height: 50px;
  padding: 0 20px;
  resize: none;
  width: 290px;
  border: 1px solid #000;
  font: 17px/48px "FreightSans Pro", Helvetica, Arial, sans-serif;
  letter-spacing: 1.13px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select {
    width: 100%;
    text-align: left;
  }
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=date]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.form input[type=text]:-moz-placeholder, .form input[type=date]:-moz-placeholder, .form textarea:-moz-placeholder, .form select:-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.form input[type=text]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=date]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder, .form select:focus::-webkit-input-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form input[type=text]:focus:-moz-placeholder, .form input[type=date]:focus:-moz-placeholder, .form textarea:focus:-moz-placeholder, .form select:focus:-moz-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=date]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder, .form select:focus::-moz-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=date]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder, .form select:focus:-ms-input-placeholder {
  color: rgba(129, 131, 135, 0.2);
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form input.date-pick {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 0 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 26px;
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.menu-tabs-block-acm {
  margin-top: 30px;
}
.menu-tabs-block-acm .section-header {
  font-family: "MrSheffield", cursive, serif;
  font-size: 154px;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .menu-tabs-block-acm .section-header {
    font-size: 50px;
  }
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title .button.white {
    background-color: #EE3042;
    color: #fff;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #EE3042;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  font-family: "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 100px;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: initial;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  font-family: "FreightSans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 29px;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-family: "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: initial;
  text-transform: lowercase;
}
@media only screen and (max-width: 959px) {
  .menu-tabs-block-acm .menu-block h2 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
  .menu-tabs-block-acm .menu-block h2 span {
    font-size: 16px;
  }
}
.menu-tabs-block-acm .menu-block .dish {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 40px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish p + p {
  margin-top: 10px;
}
.menu-tabs-block-acm .menu-block .dish .dish-name {
  font-family: "FreightSans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width: 959px) {
  .menu-tabs-block-acm .menu-block .dish .dish-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.menu-tabs-block-acm .menu-block .dish .dish-descr, .menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  font-family: "FreightBig Pro", "Didot", "Times New Roman", Times, serif;
}
@media only screen and (max-width: 959px) {
  .menu-tabs-block-acm .menu-block .dish .dish-descr {
    margin-top: 5px;
  }
}
.menu-tabs-block-acm .menu-block .dish .dish-price {
  font-family: "FreightSans Pro", Helvetica, Arial, sans-serif;
  font-feature-settings: "lnum";
}
@media only screen and (max-width: 959px) {
  .menu-tabs-block-acm .menu-block .dish {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .menu-tabs-block-acm .menu-block .dish p + p {
    margin-top: 5px;
  }
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.social-feed {
  padding-block: 50px;
}
.social-feed .social-heading {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #EE3042;
  margin-bottom: 26px;
}

.partners-acm {
  padding: 100px 0;
  text-align: center;
}
.partners-acm h2 {
  text-align: center;
}
.partners-acm .partners-image {
  margin: 0 auto;
  max-width: 100%;
  max-height: 250px;
}

.location-acm {
  padding: 140px 0;
}
@media only screen and (max-width: 959px) {
  .location-acm {
    padding: 45px 0 60px;
  }
}
.location-acm .location-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 2fr 3fr;
  grid-auto-rows: min-content;
  gap: 60px;
}
@media only screen and (min-width: 1246px) {
  .location-acm .location-grid {
    grid-template-columns: 24fr 43fr;
    gap: 90px;
  }
}
@media only screen and (max-width: 959px) {
  .location-acm .location-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.location-acm .location-content {
  font-family: "FreightSans Pro", Helvetica, Arial, sans-serif;
}
.location-acm .location-content h2, .location-acm .location-content h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #EE3042;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content h2, .location-acm .location-content h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}
.location-acm .location-content p {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
}
.location-acm .location-content p b, .location-acm .location-content p strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.location-acm .location-content p + p {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .location-acm .location-content p + p {
    margin-top: 20px;
  }
}
.location-acm .location-content p + h2,
.location-acm .location-content p + h3 {
  margin-top: 40px;
}
.location-acm .location-content a {
  color: #000000;
}
.location-acm .location-content a:hover {
  color: #EE3042;
}
.location-acm .location-map {
  position: relative;
}
.location-acm .location-map .hotel-location-map {
  position: relative;
  height: 500px;
  background: #e5e3df;
  max-width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1246px) {
  .location-acm .location-map .hotel-location-map {
    height: 720px;
  }
}
@media only screen and (max-width: 959px) {
  .location-acm .location-map .hotel-location-map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  @supports (aspect-ratio: 1.2/1) {
    .location-acm .location-map .hotel-location-map {
      height: auto;
      width: 100%;
      aspect-ratio: 1.2/1;
    }
  }
}
.location-acm .location-map .map-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.location-acm .location-map .map-zoom .map-zoom-button {
  display: block;
  position: relative;
  background: #EE3042;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  transition: background 350ms ease-in-out;
}
.location-acm .location-map .map-zoom .map-zoom-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.location-acm .location-map .map-zoom .map-zoom-button:hover {
  background: #864372;
}
.location-acm .location-map .map-zoom .map-zoom-button + .map-zoom-button {
  margin-top: 6px;
}
.location-acm .location-map .map-zoom .map-zoom-button.zoom-in:before {
  content: "";
  background: #fff;
  display: block;
  width: 2px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.newsletter {
  font-family: "FreightSans Pro", Helvetica, Arial, sans-serif;
  background-image: url("../images/newsletter-pattern.png");
  background-size: auto;
  background-position: top center;
  background-repeat: repeat;
  background-color: #EE3042;
  padding: 90px 40px 240px;
}
@media only screen and (max-width: 959px) {
  .newsletter {
    padding: 38px 30px 40px;
    background-size: 80%;
  }
}
.newsletter .newsletter-wrapper {
  flex-direction: column;
  align-items: center;
  background-color: #FFE8E6;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 55px 144px 64px;
}
@media only screen and (max-width: 959px) {
  .newsletter .newsletter-wrapper {
    padding: 36px 36px 50px;
  }
}
.newsletter .newsletter-wrapper .newsletter-header {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 55px;
}
.newsletter .newsletter-wrapper #newsletter {
  width: 100%;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row {
  display: grid;
  grid-template-columns: 24fr 24fr;
  grid-auto-rows: min-content;
  gap: 20px 10px;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row {
    grid-template-columns: 24fr 24fr 18fr 30fr;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper {
  position: relative;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper label {
  width: 100%;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #fff;
  color: #3a3a3a;
  border: 1px solid #EE3042;
  padding: 24px 28px;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input {
    padding: 16px 24px;
  }
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input::-moz-placeholder {
  color: #868686;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .input-wrapper .footer-stay-connected-input::placeholder {
  color: #868686;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-row .footer-newsletter-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy a {
  color: #000;
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy a:hover {
  color: #864372;
}
.newsletter .newsletter-wrapper #newsletter .fake-checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #EE3042;
  margin-right: 10px;
  flex-shrink: 0;
}
.newsletter .newsletter-wrapper #newsletter .fake-checkbox::before {
  transition: background-color 0.3s ease;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
@media (prefers-reduced-motion) {
  .newsletter .newsletter-wrapper #newsletter .fake-checkbox::before {
    transition: none;
  }
}
.newsletter .newsletter-wrapper #newsletter input[type=checkbox]:checked + .fake-checkbox::before {
  background-color: #EE3042;
}
.keyboard-navigation .newsletter .newsletter-wrapper #newsletter input[type=checkbox]:focus + .fake-checkbox {
  box-shadow: 0 0 1px 2px red;
}
.newsletter .newsletter-wrapper #newsletter .newsletter-button {
  width: 100%;
  max-width: 260px;
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .newsletter-button {
    max-width: initial;
  }
}
.newsletter .newsletter-wrapper #newsletter .privacy-policy,
.newsletter .newsletter-wrapper #newsletter .newsletter-button {
  justify-self: center;
  grid-column: span 2;
}
@media only screen and (min-width: 1246px) {
  .newsletter .newsletter-wrapper #newsletter .privacy-policy,
  .newsletter .newsletter-wrapper #newsletter .newsletter-button {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-wrapper #newsletter .privacy-policy,
  .newsletter .newsletter-wrapper #newsletter .newsletter-button {
    grid-column: initial;
  }
}
.newsletter .newsletter-wrapper .success-message {
  margin-top: 30px;
  font-weight: bold;
}