@charset "UTF-8";
@font-face {
  font-family: 'helvetica-now';
  src: url("../fonts/helvetica-now-display/Monotype-HelveticaNowDisplayBlack.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-now';
  src: url("../fonts/helvetica-now-display/Monotype-HelveticaNowDisplayMedium.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'helvetica-now';
  src: url("../fonts/helvetica-now-display/Monotype-HelveticaNowDisplayXBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

h2 {
  font-size: 2em;
  margin-bottom: .4em;
  line-height: 1.2em;
  font-weight: 500;
  color: #000; }
  @media (max-width: 576px) {
    h2 {
      margin-bottom: 15px;
      font-size: 20px; } }

h3 {
  font-size: 1.143em;
  font-weight: 500;
  margin-bottom: .5em;
  color: #000; }

h4 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px; }

.fw-500 {
  font-weight: 500; }

body {
  font-family: helvetica-now, sans-serif;
  font-weight: 400;
  font-size: calc(1vw + 2px);
  letter-spacing: 0;
  overflow: hidden; }
  @media (max-width: 1024px) {
    body {
      font-size: 14px;
      overflow: scroll; } }
  body p {
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 2em; }
    @media (max-width: 576px) {
      body p {
        font-size: 14px; } }
    body p.justify {
      text-align: justify; }
    body p.has-small-font-size {
      font-size: 12px; }
    body p.has-medium-font-size {
      font-size: 20px; }
    body p.has-large-font-size {
      font-size: 24px; }
    body p.has-huge-font-size {
      font-size: 30px; }
  body.no-scroll {
    position: fixed;
    overflow: hidden;
    width: 100vw;
    min-height: 100vh; }
    @media (max-width: 576px) {
      body.no-scroll {
        position: relative;
        overflow: unset; } }
  body.scroll {
    position: relative;
    overflow: unset; }

.hidden {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0; }

.no-underline:after {
  display: none !important; }

.wp-block-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media (max-width: 576px) {
    .wp-block-columns {
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left; }

.container {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container {
      padding: 0 1.5rem; } }

.container-navigation {
  width: 100%;
  max-width: 1280px;
  padding: 0 3rem;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container-navigation {
      padding: 0 2.5rem; } }

.wp-block-cgb-block-post-wrapper > .wp-block-columns > .wp-block-column {
  padding: 20px !important;
  position: relative; }
  .wp-block-cgb-block-post-wrapper > .wp-block-columns > .wp-block-column > * {
    position: relative; }

.wp-block-columns.facility {
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 50px; }
  .wp-block-columns.facility > .wp-block-column {
    padding: 0 !important;
    -webkit-box-flex: 0 0 130px;
    -moz-box-flex: 0 0 130px;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin: 10px 10px 30px 10px; }

.mobile-only {
  display: none; }
  @media (max-width: 768px) {
    .mobile-only {
      display: block !important; } }

.desktop-only {
  display: unset; }
  @media (max-width: 768px) {
    .desktop-only {
      display: none !important; } }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: none;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9; }

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3; }

.is-selection-disabled {
  pointer-events: none;
  cursor: default; }

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

.jusfitycontent {
  text-align: justify;
  display: block; }

* {
  box-sizing: border-box; }

body {
  position: fixed; }
  @media (max-width: 1024px) {
    body {
      position: relative; } }

body,
html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

.simpleParallax {
  width: 100%;
  height: 100%; }

.main-wrapper.desktop {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .main-wrapper.desktop {
      overflow: scroll;
      background: #000000; } }
  .main-wrapper.desktop .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease; }
    @media (max-width: 768px) {
      .main-wrapper.desktop .image-container {
        position: fixed;
        z-index: 2; } }
    .main-wrapper.desktop .image-container .img-cover {
      opacity: 0.9;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
    .main-wrapper.desktop .image-container video {
      width: 100%; }
  .main-wrapper.desktop .image-container.not-visible {
    opacity: 0; }
  .main-wrapper.desktop .header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 5.86vh 6.25vw; }
    @media (max-width: 768px) {
      .main-wrapper.desktop .header {
        padding: 60px 30px;
        z-index: 3; } }
    .main-wrapper.desktop .header .logo {
      width: 20%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      @media (max-width: 768px) {
        .main-wrapper.desktop .header .logo {
          width: 100%;
          justify-content: space-between;
          -webkit-justify-content: space-between; } }
      .main-wrapper.desktop .header .logo .logo-img {
        width: 175px;
        height: auto;
        position: relative;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        justify-items: center;
        text-align: center;
        margin-right: 15px; }
        @media (max-width: 768px) {
          .main-wrapper.desktop .header .logo .logo-img {
            justify-content: flex-start;
            -webkit-justify-content: flex-start; } }
        @media (max-width: 768px) {
          .main-wrapper.desktop .header .logo .logo-img .desktop {
            display: none; } }
        .main-wrapper.desktop .header .logo .logo-img .mobile {
          display: none;
          color: #ffffff;
          text-decoration: none;
          font-weight: bold;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          -webkit-align-items: center;
          display: none; }
          @media (max-width: 768px) {
            .main-wrapper.desktop .header .logo .logo-img .mobile {
              display: unset;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; } }
          .main-wrapper.desktop .header .logo .logo-img .mobile img {
            height: 30px;
            width: 30px;
            margin-right: 15px; }
        .main-wrapper.desktop .header .logo .logo-img a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          -webkit-align-items: center; }
          .main-wrapper.desktop .header .logo .logo-img a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -o-object-fit: cover; }
      .main-wrapper.desktop .header .logo .region {
        position: relative;
        width: calc(100% - 145px);
        height: 25px; }
        .main-wrapper.desktop .header .logo .region .option-container {
          color: #ffffff;
          top: 0px;
          position: absolute; }
          @media (max-width: 768px) {
            .main-wrapper.desktop .header .logo .region .option-container {
              position: relative; } }
          .main-wrapper.desktop .header .logo .region .option-container .option {
            padding: 5px;
            opacity: 0;
            width: 150%;
            font-family: helvetica-now;
            font-size: 11px;
            font-weight: 500;
            z-index: 1;
            cursor: pointer;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center; }
            @media (max-width: 768px) {
              .main-wrapper.desktop .header .logo .region .option-container .option {
                width: 100%; } }
            .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(1) {
              justify-content: flex-start;
              -webkit-justify-content: flex-start; }
              @media (max-width: 768px) {
                .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(1) {
                  justify-content: flex-end;
                  -webkit-justify-content: flex-end; } }
            .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(2) {
              background: #ffffff;
              color: #3C3C3C;
              border-bottom: 1px solid #3C3C3C;
              border-top-left-radius: 3px;
              border-top-right-radius: 3px;
              transform: translateX(-20%); }
              @media (max-width: 768px) {
                .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(2) {
                  transform: unset; } }
              .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(2) a {
                color: #3C3C3C; }
            .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(3) {
              background: #ffffff;
              border-bottom-left-radius: 3px;
              border-bottom-right-radius: 3px;
              transform: translateX(-20%); }
              @media (max-width: 768px) {
                .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(3) {
                  transform: unset; } }
              .main-wrapper.desktop .header .logo .region .option-container .option:nth-child(3) a {
                color: #3C3C3C; }
            .main-wrapper.desktop .header .logo .region .option-container .option a {
              text-decoration: none; }
            .main-wrapper.desktop .header .logo .region .option-container .option img {
              margin-left: 5px; }
          .main-wrapper.desktop .header .logo .region .option-container .option.active {
            opacity: 1;
            text-transform: uppercase; }
    .main-wrapper.desktop .header .top-menu {
      width: 30%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center; }
      @media (max-width: 768px) {
        .main-wrapper.desktop .header .top-menu {
          display: none; } }
      .main-wrapper.desktop .header .top-menu nav {
        width: auto; }
        .main-wrapper.desktop .header .top-menu nav .site-nav {
          width: auto;
          list-style: none;
          padding-inline-start: 0px;
          margin-block-start: 0px;
          margin-block-end: 0px;
          padding: 0px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: row;
          -moz-box-flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          justify-content: space-between;
          -webkit-justify-content: space-between; }
          .main-wrapper.desktop .header .top-menu nav .site-nav li {
            height: 20px;
            margin: 0px 20px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            -webkit-align-items: center; }
            .main-wrapper.desktop .header .top-menu nav .site-nav li:hover {
              border-bottom: 2px solid #ffffff; }
            .main-wrapper.desktop .header .top-menu nav .site-nav li a {
              display: block;
              font-weight: 400;
              font-size: 12px;
              color: #ffffff;
              text-decoration: none; }
    .main-wrapper.desktop .header .button-action {
      text-align: center;
      width: 20%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end;
      -webkit-justify-content: flex-end; }
      @media (max-width: 768px) {
        .main-wrapper.desktop .header .button-action {
          width: 0; } }
      .main-wrapper.desktop .header .button-action .primary-button {
        text-align: center;
        background-color: transparent;
        color: #ffffff;
        padding: 4px;
        text-decoration: none;
        font-family: helvetica-now;
        font-weight: 500;
        font-size: 14px;
        right: 0px;
        border: none;
        cursor: pointer;
        min-width: 140px;
        outline: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper.desktop .header .button-action .primary-button img {
          width: 16px;
          height: 100%;
          object-fit: contain; }
  .main-wrapper.desktop .header-on-hover {
    position: absolute;
    width: 100%;
    height: 122.5px;
    padding: 5.86vh 6.25vw;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center; }
    .main-wrapper.desktop .header-on-hover a {
      text-decoration: none; }
    .main-wrapper.desktop .header-on-hover .primary-button {
      text-align: center;
      background-color: transparent;
      color: #ffffff;
      padding: 4px;
      text-decoration: none;
      font-family: helvetica-now;
      font-weight: 500;
      font-size: 14px;
      right: 0px;
      border: none;
      cursor: pointer;
      min-width: 140px;
      outline: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-evenly;
      -webkit-justify-content: space-evenly;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper.desktop .header-on-hover .primary-button img {
        width: 16px;
        height: 100%;
        object-fit: contain; }
  .main-wrapper.desktop .container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; }
    @media (max-width: 768px) {
      .main-wrapper.desktop .container {
        width: 100%;
        position: relative;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        height: unset;
        z-index: 3; } }
    .main-wrapper.desktop .container .main-menu-circle {
      width: 32%;
      max-width: 50%;
      z-index: 1;
      align-self: center;
      -webkit-align-self: center; }
      @media (max-width: 768px) {
        .main-wrapper.desktop .container .main-menu-circle {
          width: 100%;
          max-width: unset;
          margin: 0 30px; } }
      .main-wrapper.desktop .container .main-menu-circle .title {
        position: absolute;
        font-weight: bold;
        color: #ffffff;
        width: 100%;
        top: 16%;
        left: 0;
        font-size: 28px;
        text-align: center;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .main-wrapper.desktop .container .main-menu-circle .title {
            position: relative;
            text-align: left;
            font-size: 41px; } }
        .main-wrapper.desktop .container .main-menu-circle .title p {
          margin: 0; }
      .main-wrapper.desktop .container .main-menu-circle .description {
        position: absolute;
        color: #ffffff;
        width: 100%;
        top: calc(16% + 65px);
        left: 0;
        font-weight: 400;
        font-size: 12px;
        text-align: center; }
        @media (max-width: 768px) {
          .main-wrapper.desktop .container .main-menu-circle .description {
            position: relative;
            text-align: left; } }
      .main-wrapper.desktop .container .main-menu-circle .circle-menu {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 80px 0 80px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .bg-circle {
          width: 140px;
          margin: 0 auto;
          position: relative; }
          @media (max-width: 768px) {
            .main-wrapper.desktop .container .main-menu-circle .circle-menu .bg-circle {
              display: none; } }
          .main-wrapper.desktop .container .main-menu-circle .circle-menu .bg-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -o-object-fit: cover; }
          .main-wrapper.desktop .container .main-menu-circle .circle-menu .bg-circle .background-circle {
            position: absolute;
            width: 140px;
            height: 140px;
            top: 0;
            border-radius: 100px;
            background: transparent;
            transform-origin: 50% 50%;
            transform: scale(1.04); }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .cat-title {
          position: absolute;
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 15px;
          color: white;
          top: 40%;
          opacity: 0; }
          @media (max-width: 768px) {
            .main-wrapper.desktop .container .main-menu-circle .circle-menu .cat-title {
              display: none; } }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .cat-title.visible {
          opacity: 1; }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .home-button {
          position: absolute;
          -webkit-transform: translate(0px, -110px);
          -moz-transform: translate(0px, -110px);
          -ms-transform: translate(0px, -110px);
          -o-transform: translate(0px, -110px);
          transform: translate(0px, -110px); }
          @media (max-width: 768px) {
            .main-wrapper.desktop .container .main-menu-circle .circle-menu .home-button {
              display: none; } }
          .main-wrapper.desktop .container .main-menu-circle .circle-menu .home-button .icon {
            margin-bottom: 5px;
            width: 20px; }
          .main-wrapper.desktop .container .main-menu-circle .circle-menu .home-button .underline {
            opacity: 0;
            width: 100%;
            height: 3px;
            top: calc(85% - 2px);
            background: white;
            border-radius: 2px; }
            .main-wrapper.desktop .container .main-menu-circle .circle-menu .home-button .underline.visible {
              opacity: 1; }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu {
          position: absolute;
          margin: 0 auto;
          width: 100%; }
          @media (max-width: 768px) {
            .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu {
              position: relative; } }
          .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0 auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center; }
            @media (max-width: 768px) {
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul {
                -webkit-box-flex-direction: column;
                -moz-box-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                align-items: flex-start;
                -webkit-align-items: flex-start; } }
            .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li {
              width: auto;
              height: 30px;
              position: absolute;
              font-weight: 400;
              font-size: 14px;
              list-style: none;
              padding: 0;
              color: #ffffff;
              transform-origin: 50% 50%; }
              @media (max-width: 768px) {
                .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li {
                  position: relative;
                  transform: unset !important;
                  height: 70px; } }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li.category-item-mobile {
                display: none; }
                @media (max-width: 768px) {
                  .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li.category-item-mobile {
                    display: unset; } }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .button {
                background: #127DBD; }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .line {
                background: #127DBD; }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li:nth-child(2) {
                -webkit-transform: translate(-110px, 85px);
                -moz-transform: translate(-110px, 85px);
                -ms-transform: translate(-110px, 85px);
                -o-transform: translate(-110px, 85px);
                transform: translate(-110px, 85px); }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li:nth-child(3) {
                -webkit-transform: translate(-145px, 0px);
                -moz-transform: translate(-145px, 0px);
                -ms-transform: translate(-145px, 0px);
                -o-transform: translate(-145px, 0px);
                transform: translate(-145px, 0px); }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li:nth-child(4) {
                -webkit-transform: translate(-110px, -85px);
                -moz-transform: translate(-110px, -85px);
                -ms-transform: translate(-110px, -85px);
                -o-transform: translate(-110px, -85px);
                transform: translate(-110px, -85px); }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li:nth-child(5) {
                -webkit-transform: translate(110px, -85px);
                -moz-transform: translate(110px, -85px);
                -ms-transform: translate(110px, -85px);
                -o-transform: translate(110px, -85px);
                transform: translate(110px, -85px); }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li:nth-child(6) {
                -webkit-transform: translate(130px, 0px);
                -moz-transform: translate(130px, 0px);
                -ms-transform: translate(130px, 0px);
                -o-transform: translate(130px, 0px);
                transform: translate(130px, 0px); }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li:nth-child(7) {
                -webkit-transform: translate(110px, 85px);
                -moz-transform: translate(110px, 85px);
                -ms-transform: translate(110px, 85px);
                -o-transform: translate(110px, 85px);
                transform: translate(110px, 85px); }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li.category-heading-mobile {
                display: none;
                font-size: 14px;
                font-weight: bold;
                height: 40px; }
                @media (max-width: 768px) {
                  .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li.category-heading-mobile {
                    display: unset; } }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button {
                opacity: 0; }
                .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button .category-name {
                  width: 100%;
                  height: 24px;
                  font-size: 14px;
                  font-weight: 500; }
                  @media (max-width: 768px) {
                    .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button .category-name {
                      font-size: 28px;
                      font-weight: bold;
                      line-height: 41px;
                      height: unset; } }
                  .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button .category-name.mobile {
                    display: none; }
                    @media (max-width: 768px) {
                      .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button .category-name.mobile {
                        display: unset; } }
                .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button .category-name.right {
                  text-align: end; }
                .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button .underline {
                  position: absolute;
                  opacity: 0;
                  width: 100%;
                  height: 3px;
                  top: calc(85% - 2px);
                  background: white;
                  border-radius: 2px; }
                  .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button .underline.visible {
                    opacity: 1; }
                .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button a {
                  color: #ffffff;
                  text-decoration: none; }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .mouseenter-button.visible {
                opacity: 1; }
              .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .category-item-mobile {
                display: none; }
                @media (max-width: 768px) {
                  .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu ul li .category-item-mobile {
                    display: unset; } }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu.four-data li:nth-child(2) {
          -webkit-transform: translate(-140px, 0px);
          -moz-transform: translate(-140px, 0px);
          -ms-transform: translate(-140px, 0px);
          -o-transform: translate(-140px, 0px);
          transform: translate(-140px, 0px); }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu.four-data li:nth-child(3) {
          -webkit-transform: translate(-120px, -80px);
          -moz-transform: translate(-120px, -80px);
          -ms-transform: translate(-120px, -80px);
          -o-transform: translate(-120px, -80px);
          transform: translate(-120px, -80px); }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu.four-data li:nth-child(4) {
          -webkit-transform: translate(120px, -80px);
          -moz-transform: translate(120px, -80px);
          -ms-transform: translate(120px, -80px);
          -o-transform: translate(120px, -80px);
          transform: translate(120px, -80px); }
        .main-wrapper.desktop .container .main-menu-circle .circle-menu .menu.four-data li:nth-child(5) {
          -webkit-transform: translate(140px, 0px);
          -moz-transform: translate(140px, 0px);
          -ms-transform: translate(140px, 0px);
          -o-transform: translate(140px, 0px);
          transform: translate(140px, 0px); }
  .main-wrapper.desktop .menu-footer {
    width: 100%;
    position: fixed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    bottom: 16%; }
    .main-wrapper.desktop .menu-footer .top-menu {
      width: auto;
      min-width: 766px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center; }
      .main-wrapper.desktop .menu-footer .top-menu .site-nav {
        list-style: none;
        margin: 0px 0px;
        padding: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: row;
        -moz-box-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center; }
        .main-wrapper.desktop .menu-footer .top-menu .site-nav li {
          width: auto; }
          .main-wrapper.desktop .menu-footer .top-menu .site-nav li a {
            display: block;
            min-width: 150px;
            max-width: 160px;
            height: 40px;
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            cursor: pointer;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex-direction: column;
            -moz-box-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-content: space-evenly;
            -webkit-justify-content: space-evenly;
            align-items: center;
            -webkit-align-items: center; }
            .main-wrapper.desktop .menu-footer .top-menu .site-nav li a svg {
              width: 20px;
              height: 100%;
              padding-right: 0;
              object-fit: contain;
              fill: #ffffff; }
            .main-wrapper.desktop .menu-footer .top-menu .site-nav li a .content {
              width: auto;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-flex-direction: column;
              -moz-box-flex-direction: column;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              justify-content: space-between;
              -webkit-justify-content: space-between;
              align-items: center;
              -webkit-align-items: center; }
              .main-wrapper.desktop .menu-footer .top-menu .site-nav li a .content .underline {
                opacity: 0;
                width: 100%;
                height: 2px;
                background: #ffffff; }
            .main-wrapper.desktop .menu-footer .top-menu .site-nav li a:hover .underline {
              opacity: 1; }
        .main-wrapper.desktop .menu-footer .top-menu .site-nav li.active a {
          border: none;
          color: #ffffff;
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 24px;
          pointer-events: none;
          cursor: default; }
      .main-wrapper.desktop .menu-footer .top-menu a {
        text-decoration: none; }
      .main-wrapper.desktop .menu-footer .top-menu .reservation-button {
        width: auto; }
        .main-wrapper.desktop .menu-footer .top-menu .reservation-button .text {
          width: 106px;
          font-family: helvetica-now;
          font-size: 14px;
          font-weight: 500;
          color: #ffffff;
          margin-bottom: 7px; }
        .main-wrapper.desktop .menu-footer .top-menu .reservation-button .underline {
          width: 106px;
          height: 3px;
          background: #ffffff; }
  .main-wrapper.desktop .cat-container.normal {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; }
    @media (max-width: 768px) {
      .main-wrapper.desktop .cat-container.normal {
        display: none; } }
    .main-wrapper.desktop .cat-container.normal .cat-sub-container {
      position: relative;
      width: 50%;
      height: 100%;
      align-self: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: row;
      -moz-box-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper.desktop .cat-container.normal .cat-sub-container .bg {
        position: absolute;
        width: 100%;
        height: 100%; }
        .main-wrapper.desktop .cat-container.normal .cat-sub-container .bg img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover; }
      .main-wrapper.desktop .cat-container.normal .cat-sub-container .col {
        color: red; }
      .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .top-nav {
        position: relative;
        display: block;
        margin-bottom: 440px; }
        .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .top-nav .date {
          position: absolute;
          width: 80px;
          font-family: helvetica-now;
          font-weight: 500;
          font-size: 14px;
          top: -10px;
          left: calc(50% - 40px);
          text-align: center;
          color: #ffffff;
          margin-bottom: 15px; }
        .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .top-nav .title {
          font-family: helvetica-now;
          font-size: 48px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 5px;
          color: #ffffff; }
        .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .top-nav .description {
          font-family: helvetica-now;
          font-size: 10px;
          text-align: center;
          color: #ffffff;
          max-width: 500px; }
      .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .wrap-button-hero {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: row;
        -moz-box-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        margin: 0 auto; }
        .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .wrap-button-hero .bottom-nav {
          bottom: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: row;
          -moz-box-flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center; }
          .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .wrap-button-hero .bottom-nav a {
            z-index: 3;
            text-decoration: none; }
            .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .wrap-button-hero .bottom-nav a .primary-button {
              text-align: center;
              background-color: transparent;
              color: white;
              padding: 10px;
              text-decoration: none;
              font-family: helvetica-now;
              font-weight: 500;
              font-size: 14px;
              margin: 0 auto;
              cursor: pointer;
              min-width: 130px;
              text-transform: uppercase;
              outline: none;
              border: none;
              z-index: 3;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-flex-direction: column;
              -moz-box-flex-direction: column;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              justify-content: center;
              -webkit-justify-content: center;
              align-items: center;
              -webkit-align-items: center; }
              .main-wrapper.desktop .cat-container.normal .cat-sub-container .block-cat .wrap-button-hero .bottom-nav a .primary-button .underline {
                width: 100%;
                height: 3px;
                background: #ffffff;
                margin-top: 5px; }
  .main-wrapper.desktop .cat-container.event {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; }
    @media (max-width: 768px) {
      .main-wrapper.desktop .cat-container.event {
        display: none; } }
    .main-wrapper.desktop .cat-container.event a {
      text-decoration: none; }
    .main-wrapper.desktop .cat-container.event .button-container {
      position: absolute;
      height: 560px;
      top: calc(50vh - 280px);
      z-index: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      align-items: flex-end;
      -webkit-align-items: flex-end; }
      .main-wrapper.desktop .cat-container.event .button-container .primary-button {
        text-align: center;
        background-color: transparent;
        color: #ffffff;
        padding: 10px;
        text-decoration: none;
        font-family: helvetica-now;
        font-weight: 500;
        font-size: 14px;
        margin: 0 auto;
        cursor: pointer;
        min-width: 130px;
        text-transform: uppercase;
        outline: none;
        border: none;
        z-index: 3;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper.desktop .cat-container.event .button-container .primary-button .underline {
          width: 100%;
          height: 3px;
          background: #ffffff;
          margin-top: 5px; }
    .main-wrapper.desktop .cat-container.event .bg {
      position: absolute;
      width: 100%;
      height: 100%; }
      .main-wrapper.desktop .cat-container.event .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .main-wrapper.desktop .cat-container.event .cat-sub-container {
      position: relative;
      width: 50%;
      height: 100%; }
      .main-wrapper.desktop .cat-container.event .cat-sub-container .col {
        color: red; }
      .main-wrapper.desktop .cat-container.event .cat-sub-container .top-nav {
        position: relative;
        display: block;
        height: 24%;
        padding: 1% 6.25vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
        -webkit-align-items: flex-end; }
        .main-wrapper.desktop .cat-container.event .cat-sub-container .top-nav .title {
          font-family: helvetica-now;
          font-size: 3.6vw;
          font-weight: bold;
          margin-bottom: 5px;
          color: #ffffff; }
      .main-wrapper.desktop .cat-container.event .cat-sub-container .top-nav.right {
        justify-content: flex-end;
        -webkit-justify-content: flex-end; }
        .main-wrapper.desktop .cat-container.event .cat-sub-container .top-nav.right .title {
          text-align: end; }
      .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat {
        position: absolute;
        width: 100%;
        top: 25%;
        left: 0;
        height: 75%;
        padding: 0px 6.25vw;
        overflow-y: scroll; }
        .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat::-webkit-scrollbar {
          width: 0px;
          /* Remove scrollbar space */
          background: transparent;
          /* Optional: just make scrollbar invisible */ }
        .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container {
          width: 100%;
          height: auto;
          bottom: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container .event-container {
            margin: 5% 0px;
            position: relative;
            width: 58%; }
            .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container .event-container .image-wrapper {
              width: 100%;
              height: 200px;
              margin-bottom: 10px;
              overflow: hidden; }
              .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container .event-container .image-wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                -o-object-fit: cover; }
            .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container .event-container .date {
              position: absolute;
              top: 30%;
              left: -5%;
              font-family: helvetica-now;
              font-size: 30px;
              font-weight: bold;
              color: #ffffff; }
            .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container .event-container a {
              text-decoration: none; }
            .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container .event-container .event-title {
              width: 100%;
              font-family: helvetica-now;
              font-size: 1.5vw;
              font-weight: bold;
              color: #ffffff; }
        .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container.right {
          justify-content: flex-end;
          -webkit-justify-content: flex-end;
          align-items: flex-end;
          -webkit-align-items: flex-end; }
          .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container.right .event-container {
            -webkit-box-flex-direction: column;
            -moz-box-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
            align-items: flex-end;
            -webkit-align-items: flex-end; }
            .main-wrapper.desktop .cat-container.event .cat-sub-container .block-cat .events-container.right .event-container .date {
              right: -5%;
              text-align: end; }
  .main-wrapper.desktop .footer {
    position: absolute;
    width: 100%;
    bottom: 3.6%;
    color: #ffffff;
    font-family: helvetica-now;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .main-wrapper.desktop .footer nav {
      width: 45%;
      min-width: 660px; }
      .main-wrapper.desktop .footer nav .footer-nav {
        width: 100%;
        list-style: none;
        padding-inline-start: 0px;
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: row;
        -moz-box-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        .main-wrapper.desktop .footer nav .footer-nav li {
          font-family: helvetica-now;
          font-weight: 400;
          font-size: 12px;
          color: #ffffff; }
          .main-wrapper.desktop .footer nav .footer-nav li a {
            display: block;
            font-family: helvetica-now;
            font-weight: 400;
            font-size: 12px;
            color: #ffffff;
            text-decoration: none; }
            .main-wrapper.desktop .footer nav .footer-nav li a img {
              height: 16px !important;
              width: 16px !important; }
        .main-wrapper.desktop .footer nav .footer-nav .active {
          border-radius: 10%; }
  .main-wrapper.desktop *.d-none {
    display: none; }
  .main-wrapper.desktop *.normal.d-none {
    display: none; }
  .main-wrapper.desktop *.event.d-none {
    display: none; }

.main-wrapper.bali-landing .reserve-button {
  width: 105px;
  height: 37px;
  background: #ffffff;
  border: 0;
  outline: none;
  cursor: pointer; }

.main-wrapper.bali-landing .container {
  display: block; }
  .main-wrapper.bali-landing .container .content-container {
    position: absolute;
    width: 400px;
    height: auto;
    left: 6.25vw;
    bottom: 15vh;
    color: #ffffff; }
    .main-wrapper.bali-landing .container .content-container .caption {
      font-weight: 400;
      font-size: 18px;
      margin-bottom: 20px; }
    .main-wrapper.bali-landing .container .content-container .title {
      font-weight: bold;
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 20px; }
    .main-wrapper.bali-landing .container .content-container .description {
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      width: 88%;
      margin-bottom: 40px; }
    .main-wrapper.bali-landing .container .content-container .subscribe-indication {
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 30px; }
    .main-wrapper.bali-landing .container .content-container .subscribe-container {
      width: 100%;
      height: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .main-wrapper.bali-landing .container .content-container .subscribe-container .email-input {
        width: 55%;
        height: 100%;
        background: #000000;
        font-size: 12px;
        color: #ffffff;
        border: 0;
        outline: none;
        padding: 20px 20px; }
      .main-wrapper.bali-landing .container .content-container .subscribe-container .subscribe-button {
        width: 45%;
        height: 100%;
        font-weight: 500;
        font-size: 12px;
        color: #000000;
        background: #ffffff;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center; }

.main-wrapper.mobile {
  position: absolute;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh; }
  .main-wrapper.mobile .image-container {
    position: fixed;
    width: 100%;
    height: calc(100% - 65px);
    background: #000000;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease; }
    .main-wrapper.mobile .image-container .img-cover {
      opacity: 0.9;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
    .main-wrapper.mobile .image-container video {
      width: 100%; }
  .main-wrapper.mobile .main-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0px 30px; }
    .main-wrapper.mobile .main-container .header {
      width: 100%;
      height: 30px;
      margin-top: 60px;
      margin-bottom: 39px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper.mobile .main-container .header .logo-img {
        width: auto;
        height: 100%;
        position: relative;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        .main-wrapper.mobile .main-container .header .logo-img a {
          font-size: 12px;
          font-weight: 500;
          text-decoration: none;
          color: white;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          -webkit-align-items: center; }
          .main-wrapper.mobile .main-container .header .logo-img a img {
            height: 100%;
            margin-right: 15px; }
      .main-wrapper.mobile .main-container .header .region {
        position: relative;
        width: 60px;
        height: 25px; }
        .main-wrapper.mobile .main-container .header .region .option-container {
          color: #ffffff;
          top: 0px;
          right: 0px;
          position: absolute; }
          .main-wrapper.mobile .main-container .header .region .option-container .option {
            padding: 5px;
            opacity: 0;
            width: 100px;
            font-family: helvetica-now;
            font-size: 12px;
            font-weight: 500;
            z-index: 1;
            cursor: pointer;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center; }
            .main-wrapper.mobile .main-container .header .region .option-container .option:nth-child(1) {
              justify-content: flex-end;
              -webkit-justify-content: flex-end;
              padding: 5px 0; }
            .main-wrapper.mobile .main-container .header .region .option-container .option:nth-child(2) {
              background: #ffffff;
              color: #3C3C3C;
              border-bottom: 1px solid #3C3C3C;
              border-top-left-radius: 3px;
              border-top-right-radius: 3px; }
              .main-wrapper.mobile .main-container .header .region .option-container .option:nth-child(2) a {
                color: #3C3C3C; }
            .main-wrapper.mobile .main-container .header .region .option-container .option:nth-child(3) {
              background: #ffffff;
              border-bottom-left-radius: 3px;
              border-bottom-right-radius: 3px; }
              .main-wrapper.mobile .main-container .header .region .option-container .option:nth-child(3) a {
                color: #3C3C3C; }
            .main-wrapper.mobile .main-container .header .region .option-container .option a {
              text-decoration: none; }
            .main-wrapper.mobile .main-container .header .region .option-container .option img {
              margin-left: 5px; }
          .main-wrapper.mobile .main-container .header .region .option-container .option.active {
            opacity: 1; }
    .main-wrapper.mobile .main-container .motto {
      margin-bottom: 48px; }
      .main-wrapper.mobile .main-container .motto .title {
        font-family: helvetica-now;
        font-size: 41px;
        font-weight: bold;
        color: #ffffff;
        line-height: 50px;
        margin-bottom: 7px; }
      .main-wrapper.mobile .main-container .motto .description {
        font-family: helvetica-now;
        font-size: 12px;
        font-weight: 400;
        color: #ffffff; }
    .main-wrapper.mobile .main-container .list-container {
      margin-top: 22px; }
      .main-wrapper.mobile .main-container .list-container .title {
        font-family: helvetica-now;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 13px; }
      .main-wrapper.mobile .main-container .list-container .category-list {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .main-wrapper.mobile .main-container .list-container .category-list li {
          list-style-type: none;
          margin-bottom: 12px;
          margin-top: 12px; }
          .main-wrapper.mobile .main-container .list-container .category-list li a {
            font-family: helvetica-now;
            font-size: 28px;
            font-weight: bold;
            color: #ffffff;
            display: block;
            text-decoration: none;
            color: #ffffff; }
    .main-wrapper.mobile .main-container .footer {
      width: 100%;
      height: auto;
      margin-top: 50px;
      margin-bottom: 100px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper.mobile .main-container .footer .social-media {
        width: 170px;
        padding: 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: row;
        -moz-box-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        .main-wrapper.mobile .main-container .footer .social-media li {
          list-style-type: none;
          margin-bottom: 12px;
          margin-top: 12px; }
          .main-wrapper.mobile .main-container .footer .social-media li a {
            font-family: helvetica-now;
            font-size: 11px;
            font-weight: 500;
            color: #ffffff;
            display: block;
            text-decoration: none;
            color: #ffffff; }
      .main-wrapper.mobile .main-container .footer .copyright {
        font-family: helvetica-now;
        font-size: 8px;
        font-weight: 400;
        color: #ffffff; }
  .main-wrapper.mobile .booking-button {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 65px;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start; }
    .main-wrapper.mobile .booking-button a {
      z-index: 2;
      text-decoration: none;
      color: #000000; }
    .main-wrapper.mobile .booking-button .button-title {
      width: 100px;
      height: 34;
      font-family: helvetica-now;
      font-size: 21px;
      font-weight: bold;
      border-bottom: 3px solid #000000; }

@media (max-width: 768px) {
  .main-wrapper.mobile {
    display: block; } }

.menu.mobile {
  width: 100vw;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  height: 100vh;
  position: fixed;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 9999;
  top: 0;
  display: none; }
  @media (max-width: 768px) {
    .menu.mobile {
      display: block; } }
  .menu.mobile.active {
    transform: translateX(0); }
  .menu.mobile .menu-wrapper .overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
    transition: opacity 0.2s ease; }
  .menu.mobile .menu-wrapper .nav {
    position: relative;
    width: 100%;
    height: 30px;
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: helvetica-now;
    font-size: 11px;
    font-weight: 500;
    color: #3C3C3C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }
    .menu.mobile .menu-wrapper .nav a {
      z-index: 2; }
    .menu.mobile .menu-wrapper .nav .return-button {
      position: absolute;
      height: 100%;
      left: 30px;
      top: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      align-items: center;
      -webkit-align-items: center;
      width: 30px; }
      .menu.mobile .menu-wrapper .nav .return-button img {
        height: 15px; }
    .menu.mobile .menu-wrapper .nav .title {
      text-transform: uppercase; }
  .menu.mobile .menu-wrapper .menu-mobile-scroller {
    height: calc(100vh - 70px);
    overflow: scroll;
    padding-bottom: 50px; }
    .menu.mobile .menu-wrapper .menu-mobile-scroller .img-wrapper {
      position: relative;
      margin: 0px 30px;
      height: 200px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      background: #000000; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .img-wrapper img {
        height: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .img-wrapper .title {
        position: relative;
        font-family: helvetica-now;
        font-size: 21px;
        font-weight: bold;
        color: #ffffff; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .img-wrapper .explore-button {
        position: relative;
        font-family: helvetica-now;
        font-size: 11px;
        font-weight: 500;
        color: #ffffff;
        text-decoration: underline; }
    .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container {
      position: relative;
      z-index: 3;
      margin-bottom: 20px; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .calendar-button {
        display: none;
        width: 180px;
        height: 40px;
        margin: 0px 30px;
        margin-top: 25px;
        border: 1px solid #3C3C3C;
        background: #ffffff;
        color: #3C3C3C;
        font-family: helvetica-now;
        font-weight: 500;
        font-size: 14px;
        border-radius: 2px;
        user-select: none;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .calendar-button svg {
          fill: #3C3C3C;
          margin-left: 10px;
          margin-right: 10px; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .calendar-button span {
          margin-left: 10px; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .calendar-button.active {
          background: #127DBD;
          color: #ffffff; }
          .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .calendar-button.active svg {
            fill: white; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar {
        position: absolute;
        width: 256px;
        height: 340px;
        background: white;
        z-index: 2;
        left: 30px;
        top: 50px;
        border: 1px solid #3C3C3C;
        display: none; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .input-container {
          width: 100%;
          height: 12%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .input-container .input-date {
            width: 50%;
            padding: 1px 20px;
            background: rgba(156, 156, 156, 0.1);
            -moz-box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.3);
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex-direction: column;
            -moz-box-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-content: center;
            -webkit-justify-content: center; }
            .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .input-container .input-date label {
              font-family: helvetica-now;
              font-size: 10px;
              font-weight: 400;
              color: #3C3C3C; }
            .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .input-container .input-date input {
              width: 100%;
              height: 20px;
              font-family: helvetica-now;
              font-size: 12px;
              font-weight: bold;
              background: transparent;
              color: #3C3C3C;
              border: none;
              outline: none; }
          .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .input-container .input-date.is-selected {
            background: white;
            box-shadow: none; }
            .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .input-container .input-date.is-selected input {
              background: transparent;
              color: #127DBD; }
            .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .input-container .input-date.is-selected label {
              color: #127DBD; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .calendar-container {
          width: 100%;
          height: 65%;
          margin: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: flex-start;
          -webkit-align-items: flex-start; }
          .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .calendar-container .is-startrange .pika-button, .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .calendar-container .is-endrange .pika-button {
            border-radius: 0px; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .submit-button {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          -webkit-align-items: center;
          justify-content: center;
          -webkit-justify-content: center;
          position: absolute;
          bottom: 0; }
          .menu.mobile .menu-wrapper .menu-mobile-scroller .calendar-main-container .filter-calendar .submit-button button {
            width: 50%;
            height: unset;
            background: #127DBD;
            color: #ffffff;
            border: none;
            border-radius: 25px;
            outline: none;
            font-family: helvetica-now;
            font-size: 13px;
            padding: 10px 0; }
    .menu.mobile .menu-wrapper .menu-mobile-scroller .view-by {
      margin-top: 25px;
      padding: 0px 30px;
      font-family: helvetica-now;
      font-size: 14px;
      font-weight: bold;
      color: #000000; }
    .menu.mobile .menu-wrapper .menu-mobile-scroller .list {
      width: 100%;
      padding: 0 30px;
      margin: 0;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      font-weight: 400; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .list .list-parent a {
        font-weight: 500; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .list.no-padding {
        margin-bottom: 0; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .list li {
        list-style-type: none;
        margin-bottom: 12px;
        z-index: 2; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .list li a {
          font-family: helvetica-now;
          font-size: 21px;
          font-weight: 400;
          color: #ffffff;
          display: block;
          text-decoration: none;
          color: #000000;
          z-index: 2; }
    .menu.mobile .menu-wrapper .menu-mobile-scroller .footer {
      width: 100%;
      height: auto;
      margin-top: 30px;
      margin-bottom: 65px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: center;
      -webkit-align-items: center; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .footer .social-media {
        width: 80%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: row;
        -moz-box-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly; }
        .menu.mobile .menu-wrapper .menu-mobile-scroller .footer .social-media li {
          list-style-type: none;
          margin-bottom: 12px;
          margin-top: 12px; }
          .menu.mobile .menu-wrapper .menu-mobile-scroller .footer .social-media li a {
            font-family: helvetica-now;
            font-size: 13px;
            font-weight: 500;
            color: #ffffff;
            display: block;
            text-decoration: none;
            color: #000000; }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .footer .copyright {
        font-size: 11px;
        color: #000000; }
    .menu.mobile .menu-wrapper .menu-mobile-scroller .booking-container {
      min-height: calc(100vh - 210px); }
      .menu.mobile .menu-wrapper .menu-mobile-scroller .booking-container .booking-item {
        color: #000000;
        text-decoration: none;
        display: block;
        padding-left: 30px;
        font-weight: bold;
        font-size: 21px;
        margin-bottom: 20px; }
  .menu.mobile.visible {
    transform: translateX(0%); }

.main-wrapper-post {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .main-wrapper-post .block {
    padding: 30px 0 20px 0; }
  .main-wrapper-post .top-menu {
    width: 60px;
    position: relative;
    background: #ffffff;
    height: 100vh !important;
    border-right: 3px solid #F26122;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 !important; }
    .main-wrapper-post .top-menu.megamenu {
      z-index: 9; }
    @media (max-width: 1024px) {
      .main-wrapper-post .top-menu {
        position: fixed; } }
    @media (max-width: 768px) {
      .main-wrapper-post .top-menu {
        height: 100vh;
        display: none; } }
    .main-wrapper-post .top-menu .logo {
      top: 30px;
      position: relative;
      z-index: 1;
      padding: 0 15px 15px;
      max-height: 45.97px; }
      .main-wrapper-post .top-menu .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        -o-object-fit: contain;
        }
    .main-wrapper-post .top-menu nav {
      position: relative;
      width: 100%;
      left: 0; }
      @media (max-width: 768px) {
        .main-wrapper-post .top-menu nav {
          position: fixed;
          width: 70px; } }
      .main-wrapper-post .top-menu nav .site-nav {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        top: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-box-flex-direction: row-reverse;
        -moz-box-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .main-wrapper-post .top-menu nav .site-nav li {
          list-style: none;
          white-space: nowrap;
          margin-left: 30px; }
          .main-wrapper-post .top-menu nav .site-nav li.active a:after {
            width: 100%; }
          .main-wrapper-post .top-menu nav .site-nav li a {
            font-weight: 500;
            font-size: 0.72em;
            display: block;
            text-decoration: none;
            color: #3C3C3C; }
            .main-wrapper-post .top-menu nav .site-nav li a:after {
              content: "";
              display: block;
              width: 0%;
              height: 2px;
              background: #3C3C3C;
              margin-right: 3px;
              -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              -ms-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
            .main-wrapper-post .top-menu nav .site-nav li a.active {
              width: 100%; }
            .main-wrapper-post .top-menu nav .site-nav li a:hover:after {
              width: 100%; }
            .main-wrapper-post .top-menu nav .site-nav li a img {
              display: none; }
          .main-wrapper-post .top-menu nav .site-nav li.active a:before {
            height: 100%; }
    .main-wrapper-post .top-menu .footer-menu {
      clear: both;
      position: fixed;
      width: 30px;
      height: 46px;
      margin: 0 auto;
      padding-top: 25px;
      bottom: 18px; }
      .main-wrapper-post .top-menu .footer-menu img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .main-wrapper-post .child-menu {
    width: 250px;
    height: 100vh;
    background: #000000;
    z-index: 2;
    position: relative;
    padding: 0;
    overflow: scroll; }
    .main-wrapper-post .child-menu.megamenu {
      position: absolute;
      left: 60px;
      z-index: 4;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
      .main-wrapper-post .child-menu.megamenu.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      @media (max-width: 1024px) {
        .main-wrapper-post .child-menu.megamenu {
          position: fixed;
          height: 100vh; } }
      @media (max-width: 768px) {
        .main-wrapper-post .child-menu.megamenu {
          position: absolute;
          height: unset; } }
    @media (max-width: 1024px) {
      .main-wrapper-post .child-menu {
        height: unset; } }
    @media (max-width: 768px) {
      .main-wrapper-post .child-menu {
        height: 100vh;
        display: none; } }
    .main-wrapper-post .child-menu .child-menu-scroller {
      min-height: calc(100vh - 42px); }
      .main-wrapper-post .child-menu .child-menu-scroller > .wp-tag-cloud {
        margin-top: 0; }
    .main-wrapper-post .child-menu .calendar-button {
      display: none;
      width: auto;
      height: 40px;
      margin-bottom: 25px;
      background: #ffffff;
      color: #3C3C3C;
      font-family: helvetica-now;
      font-weight: 500;
      font-size: 14px;
      border-radius: 2px;
      user-select: none;
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-post .child-menu .calendar-button svg {
        fill: #3C3C3C;
        margin-left: 15px;
        margin-right: 10px; }
      .main-wrapper-post .child-menu .calendar-button span {
        margin-right: 15px; }
      .main-wrapper-post .child-menu .calendar-button.active {
        background: #127DBD;
        color: #ffffff; }
        .main-wrapper-post .child-menu .calendar-button.active svg {
          fill: white; }
    .main-wrapper-post .child-menu::-webkit-scrollbar {
      width: 0px;
      /* Remove scrollbar space */
      background: transparent;
      /* Optional: just make scrollbar invisible */ }
    .main-wrapper-post .child-menu.event ul {
      min-height: auto; }
    .main-wrapper-post .child-menu ul {
      list-style: none;
      padding: 0 20px;
      width: 100%;
      height: auto;
      margin-top: 30px;
      margin-bottom: 60px;
      min-height: calc(100vh - 90px); }
      .main-wrapper-post .child-menu ul li {
        margin-bottom: 0.213em;
        font-family: helvetica-now;
        font-weight: 500;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper-post .child-menu ul li a {
          text-decoration: none;
          color: #ffffff;
          font-size: 0.851em;
          font-weight: 400;
          cursor: pointer; }
          .main-wrapper-post .child-menu ul li a:after {
            content: "";
            width: 0%;
            height: 2px;
            background: #ffffff;
            display: block;
            -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            margin-top: 3px; }
          .main-wrapper-post .child-menu ul li a:hover:after {
            width: 100%; }
        .main-wrapper-post .child-menu ul li.active a:after {
          width: 100%; }
        .main-wrapper-post .child-menu ul li.event-filter.clear {
          opacity: 0; }
          .main-wrapper-post .child-menu ul li.event-filter.clear.on {
            opacity: 1; }
      .main-wrapper-post .child-menu ul .sub-category {
        margin-bottom: 0.638em;
        font-weight: 500;
        margin-top: 60px;
        color: #ffffff; }
        .main-wrapper-post .child-menu ul .sub-category:first-child {
          margin-top: 0; }
        .main-wrapper-post .child-menu ul .sub-category:before {
          display: none; }
        .main-wrapper-post .child-menu ul .sub-category a {
          font-size: 0.851em;
          font-weight: 500; }
          .main-wrapper-post .child-menu ul .sub-category a:after {
            display: none; }
    .main-wrapper-post .child-menu .sub-category-custom {
      color: #ffffff;
      font-weight: bold;
      padding: 0 20px;
      margin-bottom: 15px;
      font-size: 0.786em;
      color: #ffffff; }
    .main-wrapper-post .child-menu .copyright {
      color: #ffffff;
      position: relative;
      bottom: 20px;
      left: 20px;
      font-size: 8px; }
      @media (max-width: 1024px) {
        .main-wrapper-post .child-menu .copyright {
          position: absolute; } }
      @media (max-width: 768px) {
        .main-wrapper-post .child-menu .copyright {
          position: relative; } }
  .main-wrapper-post .child-menu.event .filter-calendar {
    display: flex; }
  .main-wrapper-post .filter-calendar {
    position: absolute;
    width: 256px;
    height: 320px;
    background: white;
    z-index: 2;
    left: 320px;
    top: 76px;
    display: none; }
    .main-wrapper-post .filter-calendar .input-container {
      width: 100%;
      height: 12%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .main-wrapper-post .filter-calendar .input-container .input-date {
        width: 50%;
        padding: 1px 20px;
        background: rgba(156, 156, 156, 0.1);
        -moz-box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 1px -1px 3px rgba(0, 0, 0, 0.3);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center; }
        .main-wrapper-post .filter-calendar .input-container .input-date label {
          font-family: helvetica-now;
          font-size: 10px;
          font-weight: 400;
          color: #3C3C3C; }
        .main-wrapper-post .filter-calendar .input-container .input-date input {
          width: 100%;
          height: 20px;
          font-family: helvetica-now;
          font-size: 12px;
          font-weight: bold;
          background: transparent;
          color: #3C3C3C;
          border: none;
          outline: none; }
      .main-wrapper-post .filter-calendar .input-container .input-date.is-selected {
        background: white;
        box-shadow: none; }
        .main-wrapper-post .filter-calendar .input-container .input-date.is-selected input {
          background: transparent;
          color: #127DBD; }
        .main-wrapper-post .filter-calendar .input-container .input-date.is-selected label {
          color: #127DBD; }
    .main-wrapper-post .filter-calendar .calendar-container {
      width: 100%;
      height: 65%;
      margin: 15px 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
    .main-wrapper-post .filter-calendar .submit-button {
      width: 100%;
      height: 15%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .main-wrapper-post .filter-calendar .submit-button button {
        width: 100%;
        height: 100%;
        background: #127DBD;
        color: #ffffff;
        border: none;
        outline: none;
        font-family: helvetica-now;
        font-size: 13px;
        font-size: 500;
        text-transform: uppercase; }
  .main-wrapper-post .table-of-content {
    position: fixed;
    left: 145px;
    padding: 30px 0 20px 0;
    z-index: 3;
    align-self: flex-start;
    -webkit-align-self: flex-start; }
    @media (max-width: 768px) {
      .main-wrapper-post .table-of-content {
        display: none; } }
    .main-wrapper-post .table-of-content.with-second-nav {
      left: 300px; }
    .main-wrapper-post .table-of-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-wrapper-post .table-of-content ul li {
        margin-bottom: 8px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper-post .table-of-content ul li a {
          cursor: pointer;
          text-decoration: none;
          color: #ffffff;
          font-weight: 500;
          font-size: 14px;
          -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          display: inline-block; }
          .main-wrapper-post .table-of-content ul li a:after {
            content: '';
            display: block;
            height: 2px;
            width: 0;
            background: #3C3C3C;
            margin-top: 3px;
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
          .main-wrapper-post .table-of-content ul li a.active {
            color: #3C3C3C; }
            .main-wrapper-post .table-of-content ul li a.active:after {
              opacity: 1;
              width: 100%; }
        .main-wrapper-post .table-of-content ul li img {
          margin-right: 10px; }
  .main-wrapper-post .table-of-content {
    position: fixed;
    left: 335px;
    padding: 30px 0 20px 0;
    z-index: 3;
    align-self: flex-start;
    -webkit-align-self: flex-start; }
    @media (max-width: 768px) {
      .main-wrapper-post .table-of-content {
        display: none; } }
    .main-wrapper-post .table-of-content.with-second-nav {
      left: 325px; }
    .main-wrapper-post .table-of-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-wrapper-post .table-of-content ul #ez-toc-container {
        background: transparent;
        border: none; }
      .main-wrapper-post .table-of-content ul li {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper-post .table-of-content ul li a {
          cursor: pointer;
          text-decoration: none;
          color: #ffffff;
          font-weight: 500;
          font-size: 0.786em;
          -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          display: inline-block; }
          .main-wrapper-post .table-of-content ul li a:after {
            content: '';
            display: block;
            height: 2px;
            width: 0;
            background: #3C3C3C;
            margin-top: 3px;
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
          .main-wrapper-post .table-of-content ul li a.active {
            color: #3C3C3C; }
            .main-wrapper-post .table-of-content ul li a.active:after {
              opacity: 1;
              width: 100%; }
        .main-wrapper-post .table-of-content ul li img {
          margin-right: 10px; }
  .main-wrapper-post .header {
    position: fixed;
    height: 30px;
    width: 100%;
    top: 40px;
    padding: 0px 30px;
    z-index: 1;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    display: none; }
    @media (max-width: 768px) {
      .main-wrapper-post .header {
        display: unset; } }
    .main-wrapper-post .header.visible {
      opacity: 1;
      transform: translateY(0px); }
    .main-wrapper-post .header.left {
      mix-blend-mode: normal;
      z-index: 2; }
      .main-wrapper-post .header.left.black {
        color: #000000; }
        .main-wrapper-post .header.left.black .return-button > div {
          color: #000000 !important; }
        .main-wrapper-post .header.left.black .return-button img {
          filter: invert(1); }
      .main-wrapper-post .header.left.blend {
        mix-blend-mode: difference; }
    .main-wrapper-post .header.right {
      width: 40%;
      right: 0;
      z-index: 2; }
    .main-wrapper-post .header a {
      height: 21px;
      z-index: 2; }
    .main-wrapper-post .header .return-button {
      position: absolute;
      width: auto;
      font-family: helvetica-now;
      font-weight: 500;
      font-size: 14px;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-post .header .return-button div {
        color: #ffffff; }
      .main-wrapper-post .header .return-button img {
        height: 8px;
        margin-right: 15px; }
    .main-wrapper-post .header .logo {
      position: absolute;
      right: 30px;
      width: 30px; }
  .main-wrapper-post .change-color ul li a {
    color: #E1E1E1; }
  .main-wrapper-post .main-content {
    width: calc(100vw - (60px + 200px));
    background: #ffffff;
    position: relative;
    padding-top: 0;
    padding-bottom: 100px;
    will-change: transform; }
    @media (max-width: 1024px) {
      .main-wrapper-post .main-content {
        margin-left: 60px; } }
    @media (max-width: 768px) {
      .main-wrapper-post .main-content {
        width: 100%;
        padding-bottom: 100px;
        margin-left: 0; } }
    .main-wrapper-post .main-content .banner-hero {
      position: relative;
      width: 100%;
      height: 70vh;
      padding: 0;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-post .main-content .banner-hero.small {
        height: 300px; }
      @media (max-width: 768px) {
        .main-wrapper-post .main-content .banner-hero {
          height: 500px;
          padding: 30px; } }
      @media (max-width: 576px) {
        .main-wrapper-post .main-content .banner-hero {
          height: 0;
          padding: 0;
          padding-top: 56.25vw;
          margin-top: 55px; } }
      .main-wrapper-post .main-content .banner-hero .wrap-banner {
        position: absolute;
        top: -30px;
        width: 100%;
        height: 120%; }
        @media (min-width: 1025px) {
          .main-wrapper-post .main-content .banner-hero .wrap-banner {
            -webkit-transform: translateY(calc(6.75px + ((1vh - 1px) * 2.25)));
            -moz-transform: translateY(calc(6.75px + ((1vh - 1px) * 2.25)));
            -ms-transform: translateY(calc(6.75px + ((1vh - 1px) * 2.25)));
            -o-transform: translateY(calc(6.75px + ((1vh - 1px) * 2.25)));
            transform: translateY(calc(6.75px + ((1vh - 1px) * 2.25))); } }
        @media (max-width: 768px) {
          .main-wrapper-post .main-content .banner-hero .wrap-banner {
            top: -50px; } }
        @media (max-width: 576px) {
          .main-wrapper-post .main-content .banner-hero .wrap-banner {
            top: -10px; } }
        .main-wrapper-post .main-content .banner-hero .wrap-banner img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover;
          height: 120%;
          position: absolute;
          top: 0; }
          @media (max-width: 576px) {
            .main-wrapper-post .main-content .banner-hero .wrap-banner img {
              height: 100%; } }
      .main-wrapper-post .main-content .banner-hero .tag-title {
        top: 40%; }
      .main-wrapper-post .main-content .banner-hero .text-container {
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 1;
        position: relative; }
        @media (max-width: 768px) {
          .main-wrapper-post .main-content .banner-hero .text-container {
            padding-top: 80px; } }
        @media (max-width: 576px) {
          .main-wrapper-post .main-content .banner-hero .text-container {
            position: absolute;
            top: 0;
            height: 100%;
            padding-top: 0;
            padding-left: 50px;
            padding-right: 50px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            -webkit-box-flex-direction: column;
            -moz-box-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .main-wrapper-post .main-content .banner-hero .text-container .event-date {
          color: #ffffff;
          font-size: 0.798em;
          line-height: 21px;
          text-align: center;
          font-weight: bold;
          text-transform: uppercase; }
        .main-wrapper-post .main-content .banner-hero .text-container .date {
          color: #ffffff;
          font-family: helvetica-now;
          font-size: 14px;
          line-height: 21px;
          text-align: center; }
        .main-wrapper-post .main-content .banner-hero .text-container .title {
          color: #ffffff;
          font-family: helvetica-now;
          font-weight: 500;
          font-size: 3em;
          margin-bottom: 0px;
          line-height: 1em;
          max-width: 50vw;
          margin: 0.5em auto; }
          @media (max-width: 768px) {
            .main-wrapper-post .main-content .banner-hero .text-container .title {
              font-size: 30px;
              line-height: 50px; } }
          @media (max-width: 576px) {
            .main-wrapper-post .main-content .banner-hero .text-container .title {
              max-width: unset;
              margin: 0 auto;
              width: 100%;
              line-height: 36px; } }
        .main-wrapper-post .main-content .banner-hero .text-container .description {
          color: #ffffff;
          max-width: 700px;
          margin: 0 auto 10px;
          font-size: 0.929em;
          line-height: 1em; }
          .main-wrapper-post .main-content .banner-hero .text-container .description a {
            color: #ffffff;
            text-decoration: none; }
          .main-wrapper-post .main-content .banner-hero .text-container .description p {
            margin-bottom: 0; }
          .main-wrapper-post .main-content .banner-hero .text-container .description.event {
            font-weight: bold; }
            @media (max-width: 768px) {
              .main-wrapper-post .main-content .banner-hero .text-container .description.event {
                margin-top: 20px; } }
            .main-wrapper-post .main-content .banner-hero .text-container .description.event a {
              margin-right: 10px;
              color: #C3BFAD; }
              .main-wrapper-post .main-content .banner-hero .text-container .description.event a:last-child {
                margin-right: 0; }
        .main-wrapper-post .main-content .banner-hero .text-container .opening-hours {
          color: #ffffff;
          font-weight: bold;
          margin-bottom: 100px;
          text-transform: uppercase; }
        .main-wrapper-post .main-content .banner-hero .text-container .wrap-button-hero {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: row;
          -moz-box-flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center;
          margin: 0 auto; }
          .main-wrapper-post .main-content .banner-hero .text-container .wrap-button-hero .bottom-nav {
            bottom: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex-direction: row;
            -moz-box-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center; }
            .main-wrapper-post .main-content .banner-hero .text-container .wrap-button-hero .bottom-nav a {
              z-index: 2;
              text-decoration: none; }
            .main-wrapper-post .main-content .banner-hero .text-container .wrap-button-hero .bottom-nav .primary-button {
              height: 50px;
              text-align: center;
              background: transparent;
              color: white;
              text-decoration: none;
              display: inline-block;
              font-size: 14px;
              font-weight: 500;
              margin: 0 auto;
              cursor: pointer;
              border: none;
              min-width: 130px;
              outline: none;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-flex-direction: column;
              -moz-box-flex-direction: column;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              justify-content: space-evenly;
              -webkit-justify-content: space-evenly;
              align-items: center;
              -webkit-align-items: center; }
              .main-wrapper-post .main-content .banner-hero .text-container .wrap-button-hero .bottom-nav .primary-button .underline {
                width: 100%;
                height: 3px;
                background: #ffffff; }
    .main-wrapper-post .main-content .wrapper-content {
      align-self: center;
      margin: 0 auto;
      width: 100%; }
      .main-wrapper-post .main-content .wrapper-content .wp-block-button__link {
        padding: 7px 15px; }
      .main-wrapper-post .main-content .wrapper-content .hidden-toc {
        opacity: 0 !important;
        height: 0 !important; }
      .main-wrapper-post .main-content .wrapper-content .wp-block-media-text .wp-block-media-text__content {
        align-self: start;
        margin-top: -1rem; }
        .main-wrapper-post .main-content .wrapper-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
          font-size: 24px !important; }
      @media (min-width: 768px) {
        .main-wrapper-post .main-content .wrapper-content .wp-block-embed-youtube iframe {
          height: 400px; } }
      .main-wrapper-post .main-content .wrapper-content a {
        color: #000000;
        text-decoration: none;
        position: relative;
        display: inline-block; }
        .main-wrapper-post .main-content .wrapper-content a:after {
          position: absolute;
          content: "";
          width: 0%;
          height: 2px;
          background: inherit;
          display: inline-block;
          -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
          left: 0;
          bottom: 0px; }
        .main-wrapper-post .main-content .wrapper-content a:hover:after {
          width: 100%; }
      .main-wrapper-post .main-content .wrapper-content > * {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; }
        .main-wrapper-post .main-content .wrapper-content > *.wp-block-cgb-block-post-wrapper, .main-wrapper-post .main-content .wrapper-content > *.wp-block-cgb-block-fleava-quote-slider, .main-wrapper-post .main-content .wrapper-content > *.wp-block-blockgallery-carousel, .main-wrapper-post .main-content .wrapper-content > *.event-category, .main-wrapper-post .main-content .wrapper-content > *.event-list {
          max-width: unset;
          margin-left: unset;
          margin-right: unset; }
      .main-wrapper-post .main-content .wrapper-content > .wp-block-column {
        padding: 0 25px; }
      .main-wrapper-post .main-content .wrapper-content .paragraf {
        padding: 50px 0;
        margin: 0; }
        @media (max-width: 768px) {
          .main-wrapper-post .main-content .wrapper-content .paragraf {
            padding: 50px 0; }
            .main-wrapper-post .main-content .wrapper-content .paragraf > h2 {
              margin-top: 0; } }
        .main-wrapper-post .main-content .wrapper-content .paragraf > * {
          max-width: 700px;
          margin-left: auto;
          margin-right: auto; }
          @media (max-width: 768px) {
            .main-wrapper-post .main-content .wrapper-content .paragraf > * {
              padding: 0 30px;
              -webkit-box-flex-direction: row;
              -moz-box-flex-direction: row;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              -webkit-flex-wrap: wrap; } }
          .main-wrapper-post .main-content .wrapper-content .paragraf > * .wp-block-embed__wrapper iframe {
            width: 100%; }
        .main-wrapper-post .main-content .wrapper-content .paragraf > .wp-block-blockgallery-carousel {
          width: 100%;
          max-width: unset; }
          @media (max-width: 768px) {
            .main-wrapper-post .main-content .wrapper-content .paragraf > .wp-block-blockgallery-carousel {
              padding: 0; } }
        .main-wrapper-post .main-content .wrapper-content .paragraf a {
          color: #000000;
          text-decoration: none; }
        .main-wrapper-post .main-content .wrapper-content .paragraf .sub-title {
          padding: 0 200px;
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 24px; }
        .main-wrapper-post .main-content .wrapper-content .paragraf .card {
          padding: 0 23%;
          margin: 16px 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center;
          -webkit-box-flex-direction: row;
          -moz-box-flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .main-wrapper-post .main-content .wrapper-content .paragraf .card .content-card {
            width: 150px;
            height: 90px;
            padding: 15px 8px;
            border: 1.5px solid #E7E7E7;
            border-radius: 10px;
            margin-right: 15px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            -webkit-box-flex-direction: column;
            -moz-box-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; }
            .main-wrapper-post .main-content .wrapper-content .paragraf .card .content-card:last-child {
              margin-right: 0; }
            .main-wrapper-post .main-content .wrapper-content .paragraf .card .content-card .wrapper {
              padding: 0;
              width: 34px; }
              .main-wrapper-post .main-content .wrapper-content .paragraf .card .content-card .wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                -o-object-fit: cover; }
            .main-wrapper-post .main-content .wrapper-content .paragraf .card .content-card .desc {
              font-family: helvetica-now;
              font-weight: 500;
              font-size: 14px;
              padding: 2px 0; }
        .main-wrapper-post .main-content .wrapper-content .paragraf p {
          color: #000;
          font-size: 0.86em; }
          @media (max-width: 768px) {
            .main-wrapper-post .main-content .wrapper-content .paragraf p {
              margin-bottom: 20px; } }
        .main-wrapper-post .main-content .wrapper-content .paragraf ul {
          color: #000000;
          line-height: 2em;
          font-size: 0.89em; }
          .main-wrapper-post .main-content .wrapper-content .paragraf ul ul {
            font-size: 100% !important; }
            .main-wrapper-post .main-content .wrapper-content .paragraf ul ul ul {
              font-size: 100% !important; }
        .main-wrapper-post .main-content .wrapper-content .paragraf .img-wrap {
          position: relative;
          height: 400px;
          width: 80%;
          margin: 50px 70px;
          overflow: hidden;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center; }
          .main-wrapper-post .main-content .wrapper-content .paragraf .img-wrap .parallax-img {
            width: 130%;
            position: absolute;
            object-position: center; }
            .main-wrapper-post .main-content .wrapper-content .paragraf .img-wrap .parallax-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              -o-object-fit: cover;
              object-position: center; }
        .main-wrapper-post .main-content .wrapper-content .paragraf .two-column {
          width: 100%;
          margin: 0 auto;
          padding: 0 70px;
          margin-top: 50px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: row;
          -moz-box-flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          align-items: flex-start;
          -webkit-align-items: flex-start; }
          .main-wrapper-post .main-content .wrapper-content .paragraf .two-column .col {
            width: 45%;
            padding: 0; }
            .main-wrapper-post .main-content .wrapper-content .paragraf .two-column .col .two-blocks {
              padding: 0;
              margin: 0 auto;
              text-align: left;
              margin-bottom: 30px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-flex-direction: row;
              -moz-box-flex-direction: row;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              justify-content: space-between;
              -webkit-justify-content: space-between;
              align-items: flex-start;
              -webkit-align-items: flex-start; }
              .main-wrapper-post .main-content .wrapper-content .paragraf .two-column .col .two-blocks .icon-col {
                width: 10%;
                padding: 0; }
                .main-wrapper-post .main-content .wrapper-content .paragraf .two-column .col .two-blocks .icon-col img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  margin: 0; }
              .main-wrapper-post .main-content .wrapper-content .paragraf .two-column .col .two-blocks .desc-col {
                width: 85%;
                padding: 0;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-flex-direction: column;
                -moz-box-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                justify-content: center;
                -webkit-justify-content: center;
                align-items: flex-start;
                -webkit-align-items: flex-start; }
                .main-wrapper-post .main-content .wrapper-content .paragraf .two-column .col .two-blocks .desc-col .title {
                  padding: 0;
                  margin-bottom: 15px;
                  font-weight: 500;
                  color: #3C3C3C;
                  font-family: helvetica-now;
                  font-size: 14px; }
                .main-wrapper-post .main-content .wrapper-content .paragraf .two-column .col .two-blocks .desc-col .description {
                  padding: 0;
                  color: #7F7F7F;
                  font-family: helvetica-now;
                  font-weight: 400;
                  font-size: 12px; }
        .main-wrapper-post .main-content .wrapper-content .paragraf > .wp-block-columns.has-3-columns > .wp-block-column {
          padding: 0 7px; }
      .main-wrapper-post .main-content .wrapper-content .white {
        background: #ffffff;
        color: #3C3C3C; }
      .main-wrapper-post .main-content .wrapper-content .cream {
        color: #3C3C3C;
        background: #FCFBF7; }
      .main-wrapper-post .main-content .wrapper-content .blue {
        background: #127DBD;
        color: #ffffff;
        font-size: 1em;
        font-weight: 400; }
        .main-wrapper-post .main-content .wrapper-content .blue p,
        .main-wrapper-post .main-content .wrapper-content .blue a {
          color: #ffffff; }
        .main-wrapper-post .main-content .wrapper-content .blue > * {
          color: #ffffff; }
      .main-wrapper-post .main-content .wrapper-content .orange {
        background: #F26122;
        color: #ffffff;
        font-size: 1em;
        font-weight: 400; }
        .main-wrapper-post .main-content .wrapper-content .orange p,
        .main-wrapper-post .main-content .wrapper-content .orange a {
          color: #ffffff; }
        .main-wrapper-post .main-content .wrapper-content .orange > * {
          color: #ffffff; }
      .main-wrapper-post .main-content .wrapper-content .about {
        height: 30vh;
        padding: 30px 13%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly; }
        .main-wrapper-post .main-content .wrapper-content .about .sub-title {
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 24px; }
        .main-wrapper-post .main-content .wrapper-content .about * {
          margin: 0; }
        .main-wrapper-post .main-content .wrapper-content .about .card {
          margin: 10px; }
        .main-wrapper-post .main-content .wrapper-content .about .learn-more {
          border: none;
          width: 20%;
          margin: 0 auto;
          padding-top: 10px;
          font-family: helvetica-now;
          font-weight: 500;
          font-size: 14px;
          text-decoration: underline;
          outline: none;
          cursor: pointer;
          background: #ffffff; }
      .main-wrapper-post .main-content .wrapper-content .mission {
        height: 20vh;
        padding: 30px 13%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly; }
        .main-wrapper-post .main-content .wrapper-content .mission .sub-title {
          font-family: helvetica-now;
          font-weight: 400;
          font-size: 12px;
          color: #7F7F7F; }
        .main-wrapper-post .main-content .wrapper-content .mission * {
          margin: 0; }
        .main-wrapper-post .main-content .wrapper-content .mission .card {
          margin: 10px; }
        .main-wrapper-post .main-content .wrapper-content .mission p {
          padding: 0 6%;
          color: #3C3C3C;
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 26px; }
      .main-wrapper-post .main-content .wrapper-content .description {
        height: auto;
        padding: 30px 13%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly; }
        .main-wrapper-post .main-content .wrapper-content .description .sub-title {
          padding: 20px 70px;
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 24px;
          text-align: left; }
        .main-wrapper-post .main-content .wrapper-content .description * {
          margin: 0; }
        .main-wrapper-post .main-content .wrapper-content .description .card {
          margin: 10px; }
        .main-wrapper-post .main-content .wrapper-content .description p {
          padding: 20px 70px;
          color: #3C3C3C;
          font-family: helvetica-now;
          font-weight: 400;
          font-size: 12px;
          text-align: left;
          color: #7F7F7F;
          line-height: 26px; }
      .main-wrapper-post .main-content .wrapper-content .contact {
        height: auto; }
        .main-wrapper-post .main-content .wrapper-content .contact .sub-title {
          padding: 0 200px;
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 24px; }
        .main-wrapper-post .main-content .wrapper-content .contact .card {
          padding: 0 23%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: flex-start;
          -webkit-align-items: flex-start;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .main-wrapper-post .main-content .wrapper-content .contact .card .content-card {
            width: auto;
            padding: 10px 8px;
            margin-right: 15px;
            border: none;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            align-items: center;
            -webkit-align-items: center;
            -webkit-box-flex-direction: row;
            -moz-box-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            .main-wrapper-post .main-content .wrapper-content .contact .card .content-card:last-child {
              margin-right: 0; }
            .main-wrapper-post .main-content .wrapper-content .contact .card .content-card .wrapper {
              padding: 0;
              width: 34px; }
              .main-wrapper-post .main-content .wrapper-content .contact .card .content-card .wrapper img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                -o-object-fit: cover; }
            .main-wrapper-post .main-content .wrapper-content .contact .card .content-card .infos {
              width: 250px;
              margin-left: 20px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-flex-direction: column;
              -moz-box-flex-direction: column;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              justify-content: center;
              -webkit-justify-content: center;
              align-items: flex-start;
              -webkit-align-items: flex-start; }
              .main-wrapper-post .main-content .wrapper-content .contact .card .content-card .infos .info-name {
                font-family: helvetica-now;
                font-weight: 500;
                font-size: 14px;
                padding: 2px 0;
                margin-bottom: 15px; }
              .main-wrapper-post .main-content .wrapper-content .contact .card .content-card .infos .info-value {
                color: #7F7F7F;
                font-family: helvetica-now;
                font-weight: 400;
                font-size: 12px; }
        .main-wrapper-post .main-content .wrapper-content .contact p {
          padding: 0 30%;
          color: #7F7F7F;
          font-family: helvetica-now;
          font-weight: 400;
          font-size: 12px; }
        .main-wrapper-post .main-content .wrapper-content .contact .img-wrap {
          position: relative;
          height: 500px;
          width: 100%;
          margin: 50px 0;
          overflow: hidden;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center; }
          .main-wrapper-post .main-content .wrapper-content .contact .img-wrap .parallax-img {
            width: 110%;
            position: absolute;
            object-position: center; }
            .main-wrapper-post .main-content .wrapper-content .contact .img-wrap .parallax-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              -o-object-fit: cover;
              object-position: center; }
      .main-wrapper-post .main-content .wrapper-content .single-image .wrapper {
        width: 100%;
        padding: 0px 70px;
        padding-bottom: 20px; }
        .main-wrapper-post .main-content .wrapper-content .single-image .wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover; }
      .main-wrapper-post .main-content .wrapper-content .basic-paragraf {
        height: auto;
        padding: 0px 13%; }
        .main-wrapper-post .main-content .wrapper-content .basic-paragraf .sub-title {
          padding: 0px 70px;
          font-family: helvetica-now;
          font-weight: 500;
          font-size: 14px;
          text-align: left; }
        .main-wrapper-post .main-content .wrapper-content .basic-paragraf * {
          margin: 0; }
        .main-wrapper-post .main-content .wrapper-content .basic-paragraf .card {
          margin: 10px; }
        .main-wrapper-post .main-content .wrapper-content .basic-paragraf p {
          padding: 20px 70px;
          color: #3C3C3C;
          font-family: helvetica-now;
          font-weight: 400;
          font-size: 12px;
          text-align: left;
          color: #7F7F7F;
          line-height: 26px; }
      .main-wrapper-post .main-content .wrapper-content .read {
        height: 25vh; }
        .main-wrapper-post .main-content .wrapper-content .read .sub-title {
          padding: 0px 70px; }
        .main-wrapper-post .main-content .wrapper-content .read .read-more {
          font-size: 14px;
          text-decoration: underline;
          cursor: pointer;
          outline: none;
          border: none;
          background: #ffffff; }
      .main-wrapper-post .main-content .wrapper-content .masonry {
        height: auto; }
        .main-wrapper-post .main-content .wrapper-content .masonry .grid {
          position: relative;
          margin: 0px 70px;
          /* ---- grid-item ---- */ }
          .main-wrapper-post .main-content .wrapper-content .masonry .grid .grid-sizer {
            width: 33%; }
          .main-wrapper-post .main-content .wrapper-content .masonry .grid .grid-item {
            width: calc(33% - 5px);
            height: auto;
            float: left;
            overflow: hidden; }
            .main-wrapper-post .main-content .wrapper-content .masonry .grid .grid-item img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              -o-object-fit: cover; }
      .main-wrapper-post .main-content .wrapper-content .paragraf-slider {
        padding: 0;
        margin: 0; }
        .main-wrapper-post .main-content .wrapper-content .paragraf-slider .top-desc {
          padding: 40px 13%;
          margin: 0; }
          .main-wrapper-post .main-content .wrapper-content .paragraf-slider .top-desc .sub-title {
            padding: 0 200px;
            font-family: helvetica-now;
            font-weight: bold;
            font-size: 24px; }
          .main-wrapper-post .main-content .wrapper-content .paragraf-slider .top-desc p {
            font-family: helvetica-now;
            font-weight: 400;
            font-size: 12px;
            color: #7F7F7F; }
        .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider {
          padding-bottom: 118px;
          position: relative; }
          .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel {
            padding: 0; }
            .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel .carousel-cell {
              width: 50%;
              height: auto;
              min-height: 450px;
              margin-right: 50px;
              position: relative;
              text-align: left;
              overflow: hidden;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-flex-direction: column;
              -moz-box-flex-direction: column;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              justify-content: flex-start;
              -webkit-justify-content: flex-start;
              align-items: flex-start;
              -webkit-align-items: flex-start; }
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel .carousel-cell:before {
                display: block;
                text-align: center;
                line-height: 200px;
                font-size: 80px;
                color: white; }
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel .carousel-cell .slider-img {
                width: 100%;
                height: 400px; }
                .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel .carousel-cell .slider-img img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  -o-object-fit: cover; }
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel .carousel-cell .slider-desc {
                padding: 15px 0; }
                .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel .carousel-cell .slider-desc p.bio {
                  font-family: helvetica-now;
                  font-weight: 400;
                  font-size: 12px;
                  padding: 0;
                  line-height: 26px;
                  color: #7F7F7F; }
                .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .carousel .carousel-cell .slider-desc .usernam {
                  font-family: helvetica-now;
                  font-weight: 400;
                  font-size: 12px;
                  margin-bottom: 5px;
                  color: #7F7F7F; }
          .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation {
            width: 100%;
            z-index: 0;
            bottom: -20px;
            position: absolute;
            cursor: pointer;
            bottom: 60%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between; }
            @media (max-width: 1024px) {
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation {
                bottom: 38%;
                left: 0;
                width: 100%;
                justify-content: space-between;
                -webkit-justify-content: space-between; } }
            @media (max-width: 768px) {
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation {
                top: 31%; } }
            .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation {
              width: 56px;
              height: 56px; }
              @media (max-width: 1024px) {
                .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation {
                  margin-right: 0; } }
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation.prev-nav .arrow-container {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg); }
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation svg path {
                fill: #ffffff; }
              .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation .arrow-container {
                width: 100%; }
                .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation .arrow-container.is-white path {
                  fill: white; }
                .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation .arrow-container .inner-container {
                  width: 100%;
                  padding-top: 100%;
                  position: relative; }
                  .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation .arrow-container .inner-container .container {
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    width: 60%;
                    height: 60%;
                    margin: auto;
                    position: absolute;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    justify-content: center;
                    -webkit-justify-content: center; }
                    .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation .next-prev-navigation .arrow-container .inner-container .container svg {
                      width: 100%;
                      height: 100%; }
            .main-wrapper-post .main-content .wrapper-content .paragraf-slider .slider .slider-navigation.color-orange svg path {
              fill: white; }
      .main-wrapper-post .main-content .wrapper-content .map .img-wrap {
        margin-bottom: 0; }
      .main-wrapper-post .main-content .wrapper-content .map .bottom-part {
        width: 100%;
        height: auto;
        padding: 20px 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .main-wrapper-post .main-content .wrapper-content .map .bottom-part .left-part {
          width: 50%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          align-items: flex-start;
          -webkit-align-items: flex-start; }
          .main-wrapper-post .main-content .wrapper-content .map .bottom-part .left-part .name {
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 18px;
            color: #000000; }
          .main-wrapper-post .main-content .wrapper-content .map .bottom-part .left-part .value {
            font-family: helvetica-now;
            font-weight: 400;
            font-size: 14px; }
        .main-wrapper-post .main-content .wrapper-content .map .bottom-part .right-part {
          width: 50%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          align-items: flex-start;
          -webkit-align-items: flex-start; }
          .main-wrapper-post .main-content .wrapper-content .map .bottom-part .right-part .name {
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 18px;
            color: #000000;
            margin-bottom: 17px; }
          .main-wrapper-post .main-content .wrapper-content .map .bottom-part .right-part .value {
            font-family: helvetica-now;
            font-weight: 400;
            font-size: 14px; }
      .main-wrapper-post .main-content .wrapper-content .slider-menu .bottom-part {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .main-wrapper-post .main-content .wrapper-content .slider-menu .bottom-part .left-part {
          width: 50%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          align-items: flex-start;
          -webkit-align-items: flex-start; }
          .main-wrapper-post .main-content .wrapper-content .slider-menu .bottom-part .left-part .name {
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 18px;
            color: #000000;
            margin-bottom: 17px; }
          .main-wrapper-post .main-content .wrapper-content .slider-menu .bottom-part .left-part .value {
            font-family: helvetica-now;
            font-weight: 400;
            font-size: 14px; }
        .main-wrapper-post .main-content .wrapper-content .slider-menu .bottom-part .right-part {
          width: 50%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          align-items: flex-end;
          -webkit-align-items: flex-end; }
          .main-wrapper-post .main-content .wrapper-content .slider-menu .bottom-part .right-part .name {
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 18px;
            color: #000000; }
          .main-wrapper-post .main-content .wrapper-content .slider-menu .bottom-part .right-part .value {
            font-family: helvetica-now;
            font-weight: 400;
            font-size: 14px; }
    @media (max-width: 768px) {
      .main-wrapper-post .main-content.category-page {
        margin-top: 80px; } }
    @media (max-width: 768px) {
      .main-wrapper-post .main-content.category-page .banner-hero {
        margin: 30px;
        width: unset;
        height: 50vh; } }
    @media (max-width: 768px) {
      .main-wrapper-post .main-content.category-page .banner-hero .wrap-banner {
        top: unset; } }
    @media (max-width: 768px) {
      .main-wrapper-post .main-content.category-page .banner-hero .text-container {
        padding-top: 0; } }
  .main-wrapper-post.no-child-menu .main-content {
    width: calc(100vw - 60px); }
    @media (max-width: 1024px) {
      .main-wrapper-post.no-child-menu .main-content {
        margin-left: 60px; } }
    @media (max-width: 768px) {
      .main-wrapper-post.no-child-menu .main-content {
        width: 100%;
        margin-left: 0; } }
  .main-wrapper-post.no-child-menu .table-of-content {
    left: 105px; }

.main-wrapper-booking-event {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .main-wrapper-booking-event .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease; }
    .main-wrapper-booking-event .image-container .img-cover {
      opacity: 0.3;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .main-wrapper-booking-event .block {
    padding: 30px 0 20px 0; }
  .main-wrapper-booking-event .top-menu {
    width: 5%;
    position: relative;
    background: #3C3C3C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center; }
    .main-wrapper-booking-event .top-menu .logo {
      top: 12px;
      width: 70%;
      position: absolute;
      z-index: 1;
      margin: 0 auto;
      padding: 0;
      margin-bottom: 25px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-booking-event .top-menu .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .main-wrapper-booking-event .top-menu .site-nav {
      padding: 3vw;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center; }
      .main-wrapper-booking-event .top-menu .site-nav li {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        list-style-type: none;
        margin-bottom: 10px; }
        .main-wrapper-booking-event .top-menu .site-nav li a {
          font-family: helvetica-now;
          font-weight: 500;
          font-size: 12px;
          display: block;
          padding: 20px 6px;
          text-decoration: none;
          color: #ffff; }
      .main-wrapper-booking-event .top-menu .site-nav .active {
        border-radius: 5px;
        background: #50A9DE; }
    .main-wrapper-booking-event .top-menu .footer-menu {
      clear: both;
      position: relative;
      bottom: 0;
      width: 30%;
      margin: 0 auto;
      margin-top: auto; }
      .main-wrapper-booking-event .top-menu .footer-menu img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .main-wrapper-booking-event .main-container {
    width: 95%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .main-wrapper-booking-event .main-container .booking-container {
      max-width: 500px;
      width: 50%;
      height: auto;
      max-height: 80%;
      border-radius: 4px;
      background: transparent;
      border: 1px solid #ffffff;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-booking-event .main-container .booking-container .top-part {
        width: 100%;
        height: 13%;
        padding: 14px;
        background: transparent;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        font-family: helvetica-now;
        font-weight: bold;
        font-size: 26px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper-booking-event .main-container .booking-container .top-part img {
          width: 20px;
          object-fit: contain; }
      .main-wrapper-booking-event .main-container .booking-container .input-part {
        width: 100%;
        height: 87%;
        padding: 0px 30px;
        margin: 10px 0px;
        background: transparent;
        overflow-y: scroll; }
        .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part {
          width: 100%;
          height: auto;
          background: transparent;
          overflow: scroll;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          justify-content: space-evenly;
          -webkit-justify-content: space-evenly;
          align-items: center;
          -webkit-align-items: center; }
          .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .input-container {
            width: 100%;
            height: 90px;
            padding: 10px 28px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex-direction: column;
            -moz-box-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-content: space-between;
            -webkit-justify-content: space-between; }
            .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .input-container .name {
              font-family: helvetica-now;
              font-weight: 500;
              font-size: 14px;
              color: #ffffff; }
            .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .input-container .custom-select {
              position: relative;
              width: 100%;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              justify-content: space-between;
              -webkit-justify-content: space-between;
              align-items: center;
              -webkit-align-items: center; }
              .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .input-container .custom-select select {
                width: 100%;
                color: #ffffff;
                background: transparent;
                border: none;
                font-family: helvetica-now;
                font-weight: bold;
                font-size: 26px;
                -webkit-appearance: button;
                appearance: button;
                outline: none; }
              .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .input-container .custom-select::before {
                content: "";
                position: absolute;
                bottom: 6px;
                right: 0;
                width: 20px;
                height: 20px;
                background-image: url("./assets/images/booking-icons/dropdown.svg");
                background-size: contain;
                pointer-events: none; }
          .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .event-informations-container {
            width: 100%;
            padding: 30px 28px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex-direction: row;
            -moz-box-flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            justify-content: space-between;
            -webkit-justify-content: space-between; }
            .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .event-informations-container .photo-container {
              width: 48%;
              overflow: hidden; }
              .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .event-informations-container .photo-container img {
                width: 100%;
                object-fit: contain; }
            .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .event-informations-container .event-informations {
              width: 48%; }
              .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .event-informations-container .event-informations .name {
                margin-bottom: 10px;
                font-family: helvetica-now;
                font-weight: 500;
                font-size: 14px;
                color: #ffffff; }
              .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .event-informations-container .event-informations .info {
                margin-bottom: 10px;
                font-family: helvetica-now;
                font-weight: 400;
                font-size: 12px;
                line-height: 22px;
                color: #7F7F7F; }
              .main-wrapper-booking-event .main-container .booking-container .input-part .middle-part .event-informations-container .event-informations .learn-more {
                border: none;
                padding: 0;
                font-family: helvetica-now;
                font-weight: 500;
                font-size: 14px;
                text-decoration: underline;
                outline: none;
                cursor: pointer; }
        .main-wrapper-booking-event .main-container .booking-container .input-part .bottom-part {
          width: 100%;
          height: 80px;
          background: #ffffff;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          justify-content: space-evenly;
          -webkit-justify-content: space-evenly;
          align-items: center;
          -webkit-align-items: center; }
          .main-wrapper-booking-event .main-container .booking-container .input-part .bottom-part .input-button {
            width: calc(100% - 56px);
            height: 50%;
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 13px;
            color: #ffffff;
            background: #50A9DE;
            border-radius: 20px;
            cursor: pointer;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center; }

@media screen and (min-width: 1400px) {
  .main-wrapper-map img.thumbnail {
    width: 100vw; } }

.main-wrapper-booking-restaurant {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .main-wrapper-booking-restaurant .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease; }
    .main-wrapper-booking-restaurant .image-container .img-cover {
      opacity: 0.9;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .main-wrapper-booking-restaurant .block {
    padding: 30px 0 20px 0; }
  .main-wrapper-booking-restaurant .top-menu {
    width: 5%;
    position: relative;
    background: #ffffff;
    height: 100vh;
    border-right: 3px solid #F26122;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center; }
    @media (max-width: 768px) {
      .main-wrapper-booking-restaurant .top-menu {
        display: none; } }
    .main-wrapper-booking-restaurant .top-menu .logo {
      top: 20px;
      width: 50px;
      min-height: 40px;
      position: fixed;
      z-index: 1;
      margin: 0 auto;
      padding: 0;
      margin-bottom: 25px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-booking-restaurant .top-menu .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .main-wrapper-booking-restaurant .top-menu nav {
      position: absolute;
      width: 100%;
      height: calc(90vh - 90px);
      left: 0;
      top: 90px;
      overflow: hidden; }
      .main-wrapper-booking-restaurant .top-menu nav .site-nav {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        height: 700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center; }
        .main-wrapper-booking-restaurant .top-menu nav .site-nav li {
          -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transform-origin: center center;
          transform-origin: center center;
          list-style-type: none;
          margin-bottom: 10px;
          margin-top: 10px; }
          .main-wrapper-booking-restaurant .top-menu nav .site-nav li a {
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 12px;
            display: block;
            padding: 0px 6px;
            text-decoration: none;
            color: #3C3C3C; }
        .main-wrapper-booking-restaurant .top-menu nav .site-nav .active {
          border-left: 3px solid #3C3C3C; }
  .main-wrapper-booking-restaurant a {
    z-index: 3; }
  .main-wrapper-booking-restaurant .nav {
    position: relative;
    width: 100%;
    height: 30px;
    padding: 0 30px;
    margin-top: 54px;
    margin-bottom: 30px;
    font-family: helvetica-now;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    display: none; }
    .main-wrapper-booking-restaurant .nav .return-button {
      position: absolute;
      height: 100%;
      left: 30px;
      top: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-booking-restaurant .nav .return-button img {
        height: 8px; }
    @media (max-width: 768px) {
      .main-wrapper-booking-restaurant .nav {
        display: flex; } }
  .main-wrapper-booking-restaurant .main-container {
    position: absolute;
    width: 95%;
    left: 5%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    @media (max-width: 768px) {
      .main-wrapper-booking-restaurant .main-container {
        width: 100%;
        left: 0; } }
    .main-wrapper-booking-restaurant .main-container .booking-container {
      max-width: 505px;
      width: 100%;
      height: auto;
      max-height: 90%;
      border-radius: 4px;
      background: transparent;
      border: 1px solid #ffffff;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: center;
      -webkit-align-items: center; }
      @media (max-width: 768px) {
        .main-wrapper-booking-restaurant .main-container .booking-container {
          position: absolute;
          top: 110px;
          max-height: 80%;
          width: calc(100vw - 60px); } }

.main-wrapper-bali-reserve {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .main-wrapper-bali-reserve .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease; }
    .main-wrapper-bali-reserve .image-container .img-cover {
      opacity: 0.3;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
  .main-wrapper-bali-reserve .block {
    padding: 30px 0 20px 0; }
  .main-wrapper-bali-reserve .top-menu {
    width: 5%;
    position: relative;
    background: #ffffff;
    height: 100vh;
    border-right: 3px solid #F26122;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center; }
    .main-wrapper-bali-reserve .top-menu .logo {
      top: 20px;
      width: 50px;
      min-height: 40px;
      position: fixed;
      z-index: 1;
      margin: 0 auto;
      padding: 0;
      margin-bottom: 25px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-bali-reserve .top-menu .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .main-wrapper-bali-reserve .top-menu nav {
      position: absolute;
      width: 100%;
      height: calc(90vh - 90px);
      left: 0;
      top: 90px;
      overflow: hidden; }
      .main-wrapper-bali-reserve .top-menu nav .site-nav {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        height: 576px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center; }
        .main-wrapper-bali-reserve .top-menu nav .site-nav li {
          -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transform-origin: center center;
          transform-origin: center center;
          list-style-type: none;
          margin-bottom: 40px;
          margin-top: 40px; }
          .main-wrapper-bali-reserve .top-menu nav .site-nav li a {
            font-family: helvetica-now;
            font-weight: 500;
            font-size: 12px;
            display: block;
            padding: 0px 6px;
            text-decoration: none;
            color: #3C3C3C; }
        .main-wrapper-bali-reserve .top-menu nav .site-nav .active {
          border-left: 3px solid #3C3C3C; }
  .main-wrapper-bali-reserve .child-menu {
    position: absolute;
    left: 9%;
    top: 5%; }
    .main-wrapper-bali-reserve .child-menu a {
      text-decoration: none; }
    .main-wrapper-bali-reserve .child-menu .back-button {
      width: 60px;
      font-family: helvetica-now;
      font-weight: 500;
      font-size: 14px;
      color: #ffffff;
      margin-bottom: 15px; }
      .main-wrapper-bali-reserve .child-menu .back-button img {
        width: 6px;
        margin-right: 3px; }
    .main-wrapper-bali-reserve .child-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-wrapper-bali-reserve .child-menu ul li {
        margin-bottom: 15px;
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
        font-family: helvetica-now;
        font-weight: 500;
        font-size: 14px; }
        .main-wrapper-bali-reserve .child-menu ul li.active {
          color: #3C3C3C;
          border-bottom: 2px solid #3C3C3C; }
  .main-wrapper-bali-reserve .main-container {
    width: 95%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .main-wrapper-bali-reserve .main-container .booking-container {
      max-width: 498px;
      width: 50%;
      height: auto;
      max-height: 82%;
      border-radius: 4px;
      background: transparent;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: center;
      -webkit-align-items: center; }
      .main-wrapper-bali-reserve .main-container .booking-container iframe {
        border: 0; }
      .main-wrapper-bali-reserve .main-container .booking-container .top-part {
        width: 100%;
        height: 200px;
        background: #3C3C3C;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper-bali-reserve .main-container .booking-container .top-part .sub-title {
          font-family: helvetica-now;
          font-weight: 500;
          font-size: 14px;
          color: #ffffff; }
        .main-wrapper-bali-reserve .main-container .booking-container .top-part .title {
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 38px;
          color: #ffffff; }
        .main-wrapper-bali-reserve .main-container .booking-container .top-part .description {
          font-family: helvetica-now;
          font-weight: 400;
          font-size: 14px;
          color: #ffffff; }
      .main-wrapper-bali-reserve .main-container .booking-container .bottom-part {
        width: 100%;
        height: auto;
        background: #50A9DE; }
        .main-wrapper-bali-reserve .main-container .booking-container .bottom-part .input {
          height: 60px; }
        .main-wrapper-bali-reserve .main-container .booking-container .bottom-part .submit-button {
          height: 70px; }
  .main-wrapper-bali-reserve .nav .title {
    text-transform: uppercase; }

.main-wrapper-error {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .main-wrapper-error .image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease; }
    .main-wrapper-error .image-container .img-cover {
      opacity: 0.9;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
    .main-wrapper-error .image-container video {
      min-width: 100vw;
      max-width: 110vw;
      min-height: 100vh;
      max-height: 110vh;
      object-fit: initial; }
    .main-wrapper-error .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-wrapper-error .container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .main-wrapper-error .container .content-container {
      position: absolute;
      left: 12vw;
      top: 16vh;
      width: 440px;
      height: auto;
      color: #ffffff;
      font-family: helvetica-now; }
      @media (max-width: 768px) {
        .main-wrapper-error .container .content-container {
          width: unset;
          position: unset;
          margin-top: 30px; } }
      .main-wrapper-error .container .content-container .title {
        font-size: 96px;
        font-weight: bold; }
      .main-wrapper-error .container .content-container .description {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 46px; }
      .main-wrapper-error .container .content-container .advice {
        margin-bottom: 30px; }
      .main-wrapper-error .container .content-container .redirection {
        list-style: none;
        padding: 0;
        margin: 0; }
        .main-wrapper-error .container .content-container .redirection li {
          margin-bottom: 2.8vh;
          cursor: pointer;
          text-decoration: none;
          color: #ffffff;
          font-family: helvetica-now;
          font-weight: bold;
          font-size: 18px; }
          .main-wrapper-error .container .content-container .redirection li a {
            text-decoration: none;
            color: #ffffff; }

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent; }

@media (max-width: 576px) {
  .block.main-content.vs-section .banner-hero .text-container .event-button-container a {
    display: block; } }

.main-wrapper-post.main-wrapper-event {
  font-family: helvetica-now; }
  @media (max-width: 576px) {
    .main-wrapper-post.main-wrapper-event .top-menu {
      display: none; } }
  @media (max-width: 1024px) {
    .main-wrapper-post.main-wrapper-event .child-menu {
      margin-left: 60px; } }
  @media (max-width: 768px) {
    .main-wrapper-post.main-wrapper-event .child-menu {
      margin-left: unset; } }
  @media (max-width: 576px) {
    .main-wrapper-post.main-wrapper-event .child-menu {
      display: none; } }
  .main-wrapper-post.main-wrapper-event .child-menu.event .event-category .event-filter a.active:after {
    width: 100%; }
  @media (max-width: 576px) {
    .main-wrapper-post.main-wrapper-event .filter-calendar {
      display: none; } }
  @media (max-width: 1024px) {
    .main-wrapper-post.main-wrapper-event .main-content {
      margin-left: 0 !important; } }
  @media (max-width: 576px) {
    .main-wrapper-post.main-wrapper-event .main-content {
      width: 100%; } }
  @media (max-width: 576px) {
    .main-wrapper-post.main-wrapper-event .main-content .banner-hero {
      height: 60vh; } }
  .main-wrapper-post.main-wrapper-event .wrapper-content {
    padding: 0 50px; }
    @media (max-width: 576px) {
      .main-wrapper-post.main-wrapper-event .wrapper-content {
        padding: 0 30px; } }
    .main-wrapper-post.main-wrapper-event .wrapper-content .event-category {
      margin-top: 50px;
      display: none; }
      @media (max-width: 576px) {
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-category {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap; } }
      .main-wrapper-post.main-wrapper-event .wrapper-content .event-category .event-category-item {
        margin-right: 35px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center; }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-category .event-category-item:before {
          content: '';
          width: 5px;
          height: 5px;
          background: #000000;
          border-radius: 100%;
          display: block;
          margin-right: 5px; }
        @media (max-width: 576px) {
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-category .event-category-item {
            font-size: 13px;
            font-weight: normal;
            margin-right: 15px;
            padding-bottom: 5px;
            margin-bottom: 10px; } }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-category .event-category-item.clear {
          color: #50A9DE;
          display: none; }
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-category .event-category-item.clear:before {
            display: none; }
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-category .event-category-item.clear.on {
            display: block; }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-category .event-category-item.active {
          border-bottom: solid 2px black; }
    .main-wrapper-post.main-wrapper-event .wrapper-content .event-list {
      margin-top: 50px;
      margin-bottom: 100px; }
      @media (max-width: 576px) {
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list {
          margin-top: 30px; } }
      .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card {
        width: 28%;
        text-align: left;
        margin-bottom: 50px; }
        @media (max-width: 1024px) {
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card {
            width: 40%; } }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card a {
          text-decoration: none;
          color: #000000; }
        @media (max-width: 576px) {
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card {
            width: 40%; } }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-date {
          font-weight: 400;
          margin-top: 10px;
          text-transform: uppercase;
          font-size: 0.86em; }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-title {
          margin-top: 10px;
          font-size: 0.957em;
          font-weight: 500;
          line-height: 1.6em; }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-description {
          font-weight: 400;
          font-size: 0.86em;
          line-height: 1.6em; }
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-description p {
            margin-bottom: 10px; }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-hastag {
          color: #f26122; }
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-hastag span {
            margin-right: 5px; }
            .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-hastag span a {
              text-decoration: none;
              display: inline-flex;
              align-items: center;
              -webkit-align-items: center;
              color: #f26122;
              font-weight: 400;
              font-size: 0.86em;
              line-height: 1.6em; }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card img {
          width: 100%;
          height: unset;
          object-fit: cover; }
        .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-button-container {
          justify-content: flex-start;
          -webkit-justify-content: flex-start;
          margin-top: 10px; }
          .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-button-container .event-button {
            margin: 0;
            margin-right: 15px;
            font-size: 0.86em; }
            .main-wrapper-post.main-wrapper-event .wrapper-content .event-list .event-card .event-button-container .event-button:after {
              content: "";
              width: 100%;
              height: 2px;
              background: #000000;
              display: block;
              -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              -ms-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
              margin-top: 3px; }
  .main-wrapper-post.main-wrapper-event .footer .container .footer-right {
    margin-right: 50px; }

.main-container {
  width: 100%; }
  @media (max-width: 576px) {
    .main-container {
      height: 100vh; } }
  .main-container .booking-container {
    width: 502px;
    margin: 0 auto;
    margin-top: 50px;
    height: calc(100vh - 200px);
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 576px) {
      .main-container .booking-container {
        width: 85%;
        border-radius: 0;
        height: 80%; } }
    .main-container .booking-container iframe {
      width: 100%;
      height: 100%;
      border: none; }

.page-form {
  background: black;
  min-height: 100vh;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  position: fixed;
  width: 100%;
  max-height: 100vh;
  overflow: scroll; }
  @media (max-width: 576px) {
    .page-form {
      padding-top: 100px; } }
  .page-form .overlay {
    background: #000000;
    opacity: 0.35;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page-form .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    .page-form .container .page-form-left {
      padding-top: 150px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 768px) {
        .page-form .container .page-form-left {
          display: none; } }
      .page-form .container .page-form-left .page-form-item {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
        opacity: 0.35;
        display: table;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        color: #ffffff;
        text-decoration: none; }
        .page-form .container .page-form-left .page-form-item:after {
          content: "";
          width: 100%;
          height: 2px;
          background: #ffffff;
          display: block;
          opacity: 0;
          -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
        .page-form .container .page-form-left .page-form-item.active {
          opacity: 1; }
          .page-form .container .page-form-left .page-form-item.active:after {
            opacity: 1; }
    .page-form .container .page-form-right {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: calc(100vh - 80px);
      overflow: scroll;
      padding-top: 70px;
      top: 80px;
      position: relative; }
      @media (max-width: 576px) {
        .page-form .container .page-form-right {
          top: 0;
          padding-top: 0;
          height: calc(100vh - 100px); } }
      .page-form .container .page-form-right iframe {
        border: none !important;
        height: 100% !important;
        width: 500px !important; }
        @media (max-width: 576px) {
          .page-form .container .page-form-right iframe {
            width: 100% !important; } }
      .page-form .container .page-form-right .form-right-page {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px; }
      .page-form .container .page-form-right .form-right-title {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px; }
      .page-form .container .page-form-right .form-right-description {
        font-size: 12px;
        margin-bottom: 20px; }
      .page-form .container .page-form-right .form-right-page, .page-form .container .page-form-right .form-right-title, .page-form .container .page-form-right .form-right-description {
        max-width: 500px;
        text-align: center; }
      .page-form .container .page-form-right .form-book-only {
        max-width: 500px;
        background: #fff;
        color: #000;
        padding: 30px;
        margin-bottom: 100px; }
        .page-form .container .page-form-right .form-book-only .book-only-caption {
          font-weight: bold;
          font-size: 14px;
          margin-bottom: 10px; }
        .page-form .container .page-form-right .form-book-only .book-only-title {
          font-size: 24px;
          text-align: center;
          font-weight: bold; }
        .page-form .container .page-form-right .form-book-only .book-only-container {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child {
            -webkit-box-flex: 0 0 100%;
            -moz-box-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
            .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child p {
              font-size: 13px; }
            .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child:nth-child(2) {
              padding-left: 50px;
              text-align: center; }
            .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .book-columns {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .book-columns > * {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-right: 20px; }
                .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .book-columns > *:last-child {
                  padding-right: 0; }
              @media (max-width: 768px) {
                .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .book-columns {
                  -webkit-box-flex-direction: column;
                  -moz-box-flex-direction: column;
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column; }
                  .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .book-columns > * {
                    padding-right: 0; } }
            .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .book-only-select {
              padding: 12px;
              border: solid 2px #000;
              border-radius: 0;
              margin-bottom: 30px;
              -webkit-appearance: none;
              -moz-appearance: none;
              width: 100%;
              font-family: 'helvetica-now';
              font-weight: bold;
              font-size: 18px; }
            .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .calendar-container .book-calendar {
              padding: 15px;
              border: solid 2px #000;
              border-radius: 0;
              width: 100%;
              margin-bottom: 30px;
              font-family: 'helvetica-now';
              font-weight: bold;
              font-size: 18px; }
            .page-form .container .page-form-right .form-book-only .book-only-container .book-only-child .calendar-container .pika-single {
              position: absolute !important; }
        .page-form .container .page-form-right .form-book-only .button-black {
          width: 100%;
          background: #000000;
          color: #fff;
          padding: 15px; }
        .page-form .container .page-form-right .form-book-only .my-reservation {
          font-size: 12px;
          margin-top: 10px;
          color: #000000; }
        @media (max-width: 900px) {
          .page-form .container .page-form-right .form-book-only .book-only-caption {
            font-size: 12px !important; }
          .page-form .container .page-form-right .form-book-only .book-only-title {
            font-size: 22px !important; }
          .page-form .container .page-form-right .form-book-only .book-only-select {
            font-size: 16px !important; }
          .page-form .container .page-form-right .form-book-only .book-calendar {
            font-size: 16px !important; }
          .page-form .container .page-form-right .form-book-only .custom-select-item {
            font-size: 12px !important; } }
        @media (max-width: 768px) {
          .page-form .container .page-form-right .form-book-only {
            margin: 0 auto; } }

.newsletter-thankyou {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  pointer-events: none; }
  .newsletter-thankyou.active {
    opacity: 1;
    pointer-events: auto; }
  .newsletter-thankyou .newsletter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .newsletter-thankyou .newsletter-close {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 30px;
    height: 30px; }
    .newsletter-thankyou .newsletter-close:before {
      width: 28px;
      background: #000000;
      height: 1px;
      content: "";
      display: block;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top;
      top: 30px; }
    .newsletter-thankyou .newsletter-close:after {
      width: 28px;
      background: #000000;
      height: 1px;
      content: "";
      display: block;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .newsletter-thankyou .newsletter-container {
    background: #ffffff;
    position: relative;
    max-width: 600px;
    padding: 100px;
    text-align: center;
    border-radius: 30px; }
    .newsletter-thankyou .newsletter-container .thankyou-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 30px; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000; /*3D3D3D */
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  opacity: 1;
  pointer-events: none;
  width: 100vw; 
	display:none;
}
  .loading.done {
    width: 0%;
    opacity: 0; }
  .loading.close {
    width: 100%;
    opacity: 1; }
  .loading .logo {
    color: white; }
    .loading .logo img {
      width: 200px; }

.homepage {
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-size: cover;
  position: fixed;
  overflow: scroll;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }
  @media (max-width: 768px) {
    .homepage {
      align-items: flex-start;
      -webkit-align-items: flex-start; } }
  .homepage > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff; }
    @media (max-width: 768px) {
      .homepage > .container {
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        margin-bottom: 100px;
        padding-top: 100px; } }
    .homepage > .container .homepage-title {
      font-size: 68px;
      margin: 0; }
      @media (max-width: 768px) {
        .homepage > .container .homepage-title {
          font-size: 32px; } }
      @media (max-width: 320px) {
        .homepage > .container .homepage-title {
          font-size: 26px; } }
    .homepage > .container .homepage-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      font-weight: bold;
      margin-top: 100px; }
      @media (max-width: 768px) {
        .homepage > .container .homepage-menu {
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 50px;
          align-items: flex-start;
          -webkit-align-items: flex-start;
          width: 100%; } }
      .homepage > .container .homepage-menu > * {
        margin-right: 50px; }
        @media (max-width: 768px) {
          .homepage > .container .homepage-menu > * {
            margin-right: 0; } }
        .homepage > .container .homepage-menu > *:last-child {
          margin-right: 0; }
      .homepage > .container .homepage-menu .homepage-menu-tag.mobile {
        display: none; }
        @media (max-width: 768px) {
          .homepage > .container .homepage-menu .homepage-menu-tag.mobile {
            display: unset; } }
      @media (max-width: 768px) {
        .homepage > .container .homepage-menu .homepage-menu-tag {
          font-size: 14px;
          margin-bottom: 10px; } }
      .homepage > .container .homepage-menu .homepage-menu-item, .homepage > .container .homepage-menu li {
        font-size: 23px;
        color: #ffffff;
        text-decoration: none; }
        @media (max-width: 768px) {
          .homepage > .container .homepage-menu .homepage-menu-item, .homepage > .container .homepage-menu li {
            font-size: 28px;
            margin-bottom: 20px; } }
      .homepage > .container .homepage-menu ul {
        padding: 0; }
        .homepage > .container .homepage-menu ul li {
          list-style: none; }
      .homepage > .container .homepage-menu a {
        color: #ffffff;
        text-decoration: none; }

.explore {
  height: 100vh;
  width: 100vw;
  color: #ffffff;
  background-color: #000000;
  background-position: center;
  background-size: cover;
  position: fixed;
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.7s cubic-bezier(0.86, 0, 0.07, 1); }
  .explore.opacity {
    opacity: 0; }
  .explore .video-background {
    width: 100vw;
    height: 100vh; }
    .explore .video-background video {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .explore .overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1; }
    .explore .overlay.active {
      opacity: 0.1; }
  .explore .explore-container {
    position: fixed;
    height: 100%;
    z-index: 6;
    padding-bottom: 100px;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: unset; }
    @media (max-width: 1024px) {
      .explore .explore-container {
        width: 100%; } }
    @media (max-width: 576px) {
      .explore .explore-container {
        display: unset;
        padding-bottom: 0;
        width: 100%;
        overflow: scroll;
        height: calc(100vh - 80px);
        top: 80px; } }
    .explore .explore-container .explore-menu {
      padding-top: 50px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
      -ms-transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
      opacity: 1; }
      .explore .explore-container .explore-menu.slide-left {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0; }
      @media (max-width: 1024px) {
        .explore .explore-container .explore-menu {
          width: 100%; } }
      @media (max-width: 576px) {
        .explore .explore-container .explore-menu {
          padding-top: 80px;
          margin-bottom: 100px; } }
      .explore .explore-container .explore-menu .explore-menu-item, .explore .explore-container .explore-menu > li {
        display: table;
        padding-top: 5px;
        cursor: pointer;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        color: #ffffff;
        text-decoration: none;
        list-style: none;
        font-size: 3em;
        font-weight: 600;
        -webkit-text-stroke: 0 #ffffff;
        text-stroke: 0 #ffffff; }
        .explore .explore-container .explore-menu .explore-menu-item a, .explore .explore-container .explore-menu > li a {
          color: #ffffff;
          text-decoration: none; }
        .explore .explore-container .explore-menu .explore-menu-item:hover, .explore .explore-container .explore-menu > li:hover {
          color: #F26122; }
        .explore .explore-container .explore-menu .explore-menu-item.active, .explore .explore-container .explore-menu > li.active {
          color: #F26122;
          opacity: 1;
          -webkit-text-stroke: 1px #ffffff;
          text-stroke: 1px #ffffff; }
        .explore .explore-container .explore-menu .explore-menu-item.mobile, .explore .explore-container .explore-menu > li.mobile {
          display: none; }
          @media (max-width: 768px) {
            .explore .explore-container .explore-menu .explore-menu-item.mobile, .explore .explore-container .explore-menu > li.mobile {
              display: block; } }
        .explore .explore-container .explore-menu .explore-menu-item.desktop, .explore .explore-container .explore-menu > li.desktop {
          display: table; }
          @media (max-width: 768px) {
            .explore .explore-container .explore-menu .explore-menu-item.desktop, .explore .explore-container .explore-menu > li.desktop {
              display: none; } }
      .explore .explore-container .explore-menu ul {
        padding: 0;
        margin: 0; }
        @media (max-width: 768px) {
          .explore .explore-container .explore-menu ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between; }
            .explore .explore-container .explore-menu ul .menu-item {
              font-size: 1.5em; } }
      .explore .explore-container .explore-menu .explore-menu-tag {
        margin: 100px 0 15px 0;
        font-weight: bold; }
    .explore .explore-container .menu-others-mobile-container .explore-menu {
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .explore .explore-container .menu-others-mobile-container .explore-menu .menu-item {
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: normal; }
  .explore .explore-menu-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 48vw;
    padding: 10vw;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center; }
    @media (max-width: 768px) {
      .explore .explore-menu-text {
        display: none; } }
    .explore .explore-menu-text .explore-menu-title {
      font-size: 1.286em;
      line-height: 1.3em;
      font-weight: 500;
      margin-bottom: 0.6em; }
    .explore .explore-menu-text .explore-menu-description {
      font-size: 1.143em;
      margin-top: 5px;
      font-weight: 400;
      line-height: 1.3em;
      letter-spacing: 0.02em;
      max-width: 100%; }
      .explore .explore-menu-text .explore-menu-description p {
        line-height: unset;
        margin: 0; }
  .explore .footer {
    left: 0; }

.explore-detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  pointer-events: none;
  color: #ffffff;
  z-index: 5; }
  .explore-detail video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .explore-detail.active {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 576px) {
    .explore-detail {
      display: none; } }
  .explore-detail .explore-detail-item {
    background-size: cover;
    background-position: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
    .explore-detail .explore-detail-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.86);
      opacity: 1; }
    .explore-detail .explore-detail-item .explore-overlay {
      background: #000000;
      opacity: 0.35;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .explore-detail .explore-detail-item .explore-inner {
      width: 48vw;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      justify-content: center;
      -webkit-justify-content: center;
      padding: 10vw; }
      .explore-detail .explore-detail-item .explore-inner .explore-title {
        font-size: 1.286em;
        line-height: 1.3em;
        font-weight: 500;
        margin-bottom: 0.6em; }
      .explore-detail .explore-detail-item .explore-inner .explore-description {
        font-size: 1.143em;
        margin-top: 5px;
        font-weight: 400;
        line-height: 1.3em;
        letter-spacing: 0.02em;
        max-width: 100%; }
        .explore-detail .explore-detail-item .explore-inner .explore-description p {
          margin: 0;
          line-height: unset; }
        .explore-detail .explore-detail-item .explore-inner .explore-description a {
          text-decoration: none;
          color: #ffffff;
          font-weight: 400;
          position: relative;
          display: inline-block; }
          .explore-detail .explore-detail-item .explore-inner .explore-description a:visited {
            color: #ffffff !important; }
          .explore-detail .explore-detail-item .explore-inner .explore-description a:after {
            position: absolute;
            content: "";
            width: 0%;
            height: 2px;
            background: #ffffff;
            display: inline-block;
            -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
            left: 0;
            bottom: -3px; }
          .explore-detail .explore-detail-item .explore-inner .explore-description a:hover:after {
            width: 100%; }
      .explore-detail .explore-detail-item .explore-inner .explore-button {
        bottom: 150px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
        margin-top: 50px; }
    .explore-detail .explore-detail-item .explore-event-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      width: 100%;
      position: relative; }
      .explore-detail .explore-detail-item .explore-event-container .explore-event-item {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 50px;
        color: #ffffff;
        opacity: 1; }
        .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-item-title {
          font-size: 36px;
          font-weight: bold;
          text-align: center; }
        .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-scroller {
          height: calc(100vh - 150px);
          overflow: scroll;
          margin-top: 20px; }
          .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-scroller .event-item-card {
            padding: 30px; }
            .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-scroller .event-item-card .event-item-image {
              height: 210px;
              width: 100%;
              background: red;
              position: relative; }
              .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-scroller .event-item-card .event-item-image .event-item-date {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 48px;
                left: -30px;
                font-weight: bold; }
            .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-scroller .event-item-card .event-item-description {
              font-size: 21px;
              font-weight: bold;
              margin-top: 20px; }
            .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-scroller .event-item-card .event-item-link {
              text-transform: uppercase;
              margin-top: 10px;
              font-weight: bold;
              display: block;
              cursor: pointer; }
            .explore-detail .explore-detail-item .explore-event-container .explore-event-item .event-scroller .event-item-card.right .event-item-image .event-item-date {
              left: unset;
              right: -30px; }

.page-seminyak {
  font-size: 16px; }
  @media (max-width: 1024px) {
    .page-seminyak > .footer {
      display: block; } }
  @media (max-width: 1200px) {
    .page-seminyak > .footer {
      display: none; } }
  .page-seminyak .content-container-2 .footer {
    position: relative;
    margin-bottom: 40px; }
    .page-seminyak .content-container-2 .footer .container {
      padding: 0;
      display: flex !important;
      justify-content: space-between !important; }
      @media (max-width: 576px) {
        .page-seminyak .content-container-2 .footer .container {
          margin-top: 40px !important;
          margin-bottom: 20px !important; } }

.main-wrapper-map {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .main-wrapper-map .banner-hero {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }
    .main-wrapper-map .banner-hero .wrap-banner {
      position: relative;
      width: 100vw;
      height: 100vh; }
      .main-wrapper-map .banner-hero .wrap-banner .translate-container {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto; }
        .main-wrapper-map .banner-hero .wrap-banner .translate-container img {
          position: relative;
          display: inline-block; }
        .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container {
          position: absolute;
          display: inline-block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.27); }
          .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(1) a {
              color: #127DBD; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(1) .point-location {
              background: #127DBD; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(2) a {
              color: #E9A12E; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(2) .point-location {
              background: #E9A12E; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(3) a {
              color: #7EDE50; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(3) .point-location {
              background: #7EDE50; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(4) a {
              color: #F26122; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(4) .point-location {
              background: #F26122; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(5) a {
              color: #F6128C; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(5) .point-location {
              background: #F6128C; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(6) a {
              color: #FF0000; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(6) .point-location {
              background: #FF0000; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(7) a {
              color: #000000; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container:nth-child(7) .point-location {
              background: #000000; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container.active {
              opacity: 1;
              z-index: 2; }
            .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point {
              position: absolute;
              width: 20px;
              height: 20px; }
              .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point:hover {
                z-index: 2; }
              .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-location {
                position: absolute;
                left: -53px;
                top: -20px;
                width: 106px;
                height: 40px;
                border-radius: 20px;
                color: #ffffff;
                z-index: 1;
                box-shadow: 4px 5px 3px 0px rgba(0, 0, 0, 0.6);
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                justify-content: center;
                -webkit-justify-content: center;
                align-items: center;
                -webkit-align-items: center; }
                .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-location .title {
                  width: auto;
                  text-align: center;
                  font-family: helvetica-now;
                  font-size: 11px;
                  font-weight: 500;
                  padding: 0px 10px; }
              .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-location:hover + .point-content-container,
              .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container:hover {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex; }
              .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point svg {
                position: absolute;
                bottom: 30%;
                left: 5%; }
              .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container {
                position: absolute;
                width: 322px;
                height: 152px;
                left: -161px;
                bottom: 30px;
                background: #ffffff;
                overflow: hidden;
                box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.5);
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                justify-content: space-around;
                -webkit-justify-content: space-around;
                display: none; }
                .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container .left {
                  width: 120%;
                  background: url("./assets/images/restaurant.jpg");
                  background-size: cover;
                  background-position: center; }
                .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container .right {
                  padding: 12px 13px; }
                  .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container .right .title {
                    width: 100%;
                    height: 20%;
                    text-align: left;
                    margin-bottom: 6px;
                    font-family: helvetica-now;
                    font-size: 14px;
                    font-weight: 500; }
                  .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container .right .description {
                    font-family: helvetica-now;
                    font-size: 12px;
                    font-weight: 400;
                    height: 50%;
                    color: #7F7F7F;
                    letter-spacing: 0.45px;
                    line-height: 19px; }
                  .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container .right a {
                    text-decoration: none;
                    border: none;
                    cursor: pointer; }
                    .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container .right a .button {
                      font-family: helvetica-now;
                      font-size: 12px;
                      font-weight: 500;
                      text-decoration: underline; }
                .main-wrapper-map .banner-hero .wrap-banner .translate-container .map-point-main-container .map-point-container .point .point-content-container:hover + svg {
                  z-index: 2; }
  .main-wrapper-map .home-button {
    position: fixed;
    height: 40px;
    top: 4vh;
    right: 6.25vw;
    font-family: helvetica-now;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
  .main-wrapper-map .map-nav-container {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    background: rgba(0, 0, 0, 0.27); }
    .main-wrapper-map .map-nav-container .title {
      position: absolute;
      width: 200px;
      margin-top: 34px;
      margin-bottom: 40px;
      font-family: helvetica-now;
      font-size: 14px;
      font-weight: 500;
      z-index: 3;
      color: #ffffff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex-direction: row;
      -moz-box-flex-direction: row;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .main-wrapper-map .map-nav-container .title img {
        width: 40px;
        height: 140%;
        object-fit: contain; }
    .main-wrapper-map .map-nav-container nav {
      position: absolute;
      bottom: 100px; }
      .main-wrapper-map .map-nav-container nav .map-nav {
        height: 280px;
        list-style: none;
        padding-inline-start: 0px;
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex-direction: column;
        -moz-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        .main-wrapper-map .map-nav-container nav .map-nav li {
          width: 200px;
          font-family: helvetica-now;
          font-weight: 500;
          font-size: 14px;
          color: #ffffff;
          text-decoration: none;
          z-index: 3;
          cursor: pointer;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-flex-direction: row;
          -moz-box-flex-direction: row;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .main-wrapper-map .map-nav-container nav .map-nav li:nth-child(1) .circle-check {
            background: #127DBD; }
          .main-wrapper-map .map-nav-container nav .map-nav li:nth-child(2) .circle-check {
            background: #E9A12E; }
          .main-wrapper-map .map-nav-container nav .map-nav li:nth-child(3) .circle-check {
            background: #7EDE50; }
          .main-wrapper-map .map-nav-container nav .map-nav li:nth-child(4) .circle-check {
            background: #F26122; }
          .main-wrapper-map .map-nav-container nav .map-nav li:nth-child(5) .circle-check {
            background: #F6128C; }
          .main-wrapper-map .map-nav-container nav .map-nav li:nth-child(6) .circle-check {
            background: #FF0000; }
          .main-wrapper-map .map-nav-container nav .map-nav li:nth-child(7) .circle-check {
            background: #000000; }
          .main-wrapper-map .map-nav-container nav .map-nav li .circle-check {
            width: 21px;
            height: 21px;
            margin-right: 15px;
            border-radius: 10px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center; }
            .main-wrapper-map .map-nav-container nav .map-nav li .circle-check img {
              display: none; }
          .main-wrapper-map .map-nav-container nav .map-nav li.active .circle-check img {
            display: block; }
  .main-wrapper-map .footer {
    position: absolute;
    width: 100%;
    bottom: 3.6%;
    color: #000000;
    font-family: helvetica-now;
    font-weight: 400;
    font-size: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }

@media screen and (min-width: 1400px) {
  .main-wrapper-map img.thumbnail {
    width: 100vw; } }

.facilities-column {
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 13px 12px !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 900px !important; }
  @media (max-width: 768px) {
    .facilities-column {
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .facilities-column.has-3-columns {
        max-width: 400px !important; }
      .facilities-column.has-6-columns {
        max-width: 400px !important; }
      .facilities-column.has-4-columns {
        max-width: 280px !important; }
      .facilities-column.has-2-columns {
        max-width: 280px !important;
        -webkit-box-flex-direction: row !important;
        -moz-box-flex-direction: row !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important; } }
  @media (max-width: 325px) {
    .facilities-column.has-4-columns {
      max-width: 250px !important; }
    .facilities-column.has-2-columns {
      max-width: 250px !important; } }
  .facilities-column .wp-block-column {
    -webkit-box-flex: 0 1 auto !important;
    -moz-box-flex: 0 1 auto !important;
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    margin: 7px 5px;
    width: 110px;
    padding: 10px !important;
    border: 1.5px solid #E7E7E7;
    border-radius: 5px; }
    @media (max-width: 385px) {
      .facilities-column .wp-block-column {
        width: 90px; } }
    @media (max-width: 325px) {
      .facilities-column .wp-block-column {
        width: 75px; } }

.wp-block-icon-facilities-main-centerfacilities {
  -webkit-box-flex-direction: column !important;
  -moz-box-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important; }
  .wp-block-icon-facilities-main-centerfacilities img {
    width: 48px;
    opacity: .8; }
  .wp-block-icon-facilities-main-centerfacilities .facilities_icon_content .facilities_icon_body p {
    text-align: center;
    font-family: 'helvetica-now', sans-serif !important;
    font-weight: 500 !important;
    text-align: center;
    font-size: 14px !important;
    color: #3C3C3C !important;
    margin-bottom: 0 !important; }

.wp-block-image {
  margin: 0; }
  .wp-block-image figure {
    margin: 0; }
  .wp-block-image img {
    width: 100%; }

.wp-block-cgb-block-single-map img {
  width: 100%; }

.wp-block-blockgallery-masonry {
  position: relative; }
  .wp-block-blockgallery-masonry ul {
    padding: 0 !important;
    list-style: none !important; }
  .wp-block-blockgallery-masonry li {
    margin: 0 !important; }
  .wp-block-blockgallery-masonry figure {
    overflow: hidden; }
  .wp-block-blockgallery-masonry img {
    vertical-align: bottom; }
  .wp-block-blockgallery-masonry figcaption {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    max-height: 100% !important;
    overflow: auto;
    padding: 30px 10px 10px !important;
    opacity: 0.9;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 50%, transparent); }
    .wp-block-blockgallery-masonry figcaption img {
      display: inline; }

.blockgallery {
  list-style: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0; }
  .blockgallery--item {
    list-style: none !important;
    margin: 0;
    padding: 0 !important; }
    .blockgallery--item figure {
      margin: 0;
      position: relative; }
    .blockgallery--item img {
      vertical-align: middle;
      opacity: 1 !important; }
  .blockgallery .blockgallery--item figcaption {
    margin: 0 !important; }
  .blockgallery:not(.has-padding) {
    padding: 0 !important; }
  .blockgallery.is-cropped .blockgallery--item a,
  .blockgallery.is-cropped .blockgallery--item img,
  .blockgallery.is-cropped .blockgallery--item-thumbnail a,
  .blockgallery.is-cropped .blockgallery--item-thumbnail img {
    width: 100%; }
    @supports (position: sticky) {
      .blockgallery.is-cropped .blockgallery--item a,
      .blockgallery.is-cropped .blockgallery--item img,
      .blockgallery.is-cropped .blockgallery--item-thumbnail a,
      .blockgallery.is-cropped .blockgallery--item-thumbnail img {
        flex: 1;
        height: 100%;
        object-fit: cover; } }

.alignfull ul.blockgallery,
.alignwide ul.blockgallery {
  max-width: 100%; }

.blockgallery--item-thumbnail {
  list-style: none !important;
  margin: 0;
  padding: 0; }
  .blockgallery--item-thumbnail figure {
    margin: 0;
    position: relative; }
  .blockgallery--item-thumbnail img {
    vertical-align: middle; }

figcaption.blockgallery--primary-caption {
  font-size: 13px;
  margin-bottom: 1em;
  margin-top: 1.2em;
  text-align: center; }
  figcaption.blockgallery--primary-caption:not(.has-caption-color) {
    color: #555d66; }

@media (min-width: 250px) {
  .has-grid-sml .blockgallery--item {
    width: 50%; } }

@media (min-width: 500px) {
  .has-grid-sml .blockgallery--item {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .has-grid-sml .blockgallery--item {
    width: 25%; } }

@media (min-width: 1300px) {
  .has-grid-sml .blockgallery--item {
    width: 20%; } }

@media (min-width: 1700px) {
  .has-grid-sml .blockgallery--item {
    width: 16.66667%; } }

@media (min-width: 1900px) {
  .has-grid-sml .blockgallery--item {
    width: 14.28571%; } }

@media (min-width: 350px) {
  .has-grid-med .blockgallery--item {
    width: 50%; } }

@media (min-width: 650px) {
  .has-grid-med .blockgallery--item {
    width: 33.33333%; } }

@media (min-width: 1100px) {
  .has-grid-med .blockgallery--item {
    width: 25%; } }

@media (min-width: 1600px) {
  .alignfull .has-grid-med .blockgallery--item {
    width: 20%; } }

@media (min-width: 1900px) {
  .alignfull .has-grid-med .blockgallery--item {
    width: 16.66667%; } }

@media (min-width: 400px) {
  .has-grid-lrg .blockgallery--item {
    width: 50%; } }

@media (min-width: 800px) {
  .has-grid-lrg .blockgallery--item {
    width: 33.33333%; } }

@media (min-width: 1600px) {
  .alignfull .has-grid-lrg .blockgallery--item {
    width: 25%; } }

@media (min-width: 1900px) {
  .alignfull .has-grid-lrg .blockgallery--item {
    width: 20%; } }

@media (min-width: 400px) {
  .has-grid-xlrg .blockgallery--item {
    width: 50%; } }

@media (min-width: 1600px) {
  .alignfull .has-grid-xlrg .blockgallery--item {
    width: 33.33333%; } }

@media (min-width: 1900px) {
  .alignfull .has-grid-xlrg .blockgallery--item {
    width: 25%; } }

@media (min-width: 400px) {
  .has-no-alignment .has-grid-lrg .blockgallery--item {
    width: 50%; } }

@media (min-width: 900px) {
  .has-no-alignment .has-grid-lrg .blockgallery--item {
    width: 33.33333%; } }

@media screen and (min-width: 800px) {
  .has-bricks-grid-sml .blockgallery--item img {
    max-height: 250px !important; } }

@media screen and (min-width: 1200px) {
  .has-bricks-grid-sml .blockgallery--item img {
    max-height: 300px !important; } }

@media screen and (min-width: 700px) {
  .has-bricks-grid-med .blockgallery--item img {
    max-height: 250px !important; } }

@media screen and (min-width: 1000px) {
  .has-bricks-grid-med .blockgallery--item img {
    max-height: 300px !important; } }

@media screen and (min-width: 1400px) {
  .has-bricks-grid-med .blockgallery--item img {
    max-height: 400px !important; } }

@media screen and (min-width: 300px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 180px !important; } }

@media screen and (min-width: 600px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 300px !important; } }

@media screen and (min-width: 1000px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 350px !important; } }

@media screen and (min-width: 1400px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 450px !important; } }

@media screen and (min-width: 1900px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 550px !important; } }

@media screen and (min-width: 300px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 200px !important; } }

@media screen and (min-width: 600px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 350px !important; } }

@media screen and (min-width: 1000px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 400px !important; } }

@media screen and (min-width: 1400px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 550px !important; } }

@media screen and (min-width: 1900px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 650px !important; } }

.blockgallery.has-gutter {
  overflow: hidden; }

.blockgallery:not(.has-gutter) {
  margin-left: auto !important;
  margin-right: auto !important; }

@media (min-width: 700px) {
  .has-gutter-5 {
    margin: -3px !important;
    max-width: calc(100% + 5px) !important; }
  .has-gutter-10 {
    margin: -5px !important;
    max-width: calc(100% + 10px) !important; }
  .has-gutter-15 {
    margin: -8px !important;
    max-width: calc(100% + 15px) !important; }
  .has-gutter-20 {
    margin: -10px !important;
    max-width: calc(100% + 20px) !important; }
  .has-gutter-25 {
    margin: -13px !important;
    max-width: calc(100% + 25px) !important; }
  .has-gutter-30 {
    margin: -15px !important;
    max-width: calc(100% + 30px) !important; }
  .has-gutter-35 {
    margin: -18px !important;
    max-width: calc(100% + 35px) !important; }
  .has-gutter-40 {
    margin: -20px !important;
    max-width: calc(100% + 40px) !important; }
  .has-gutter-45 {
    margin: -23px !important;
    max-width: calc(100% + 45px) !important; }
  .has-gutter-50 {
    margin: -25px !important;
    max-width: calc(100% + 50px) !important; }
  .has-gutter-5 .blockgallery--figure {
    margin: 3px; }
  .has-gutter-10 .blockgallery--figure {
    margin: 5px; }
  .has-gutter-15 .blockgallery--figure {
    margin: 8px; }
  .has-gutter-20 .blockgallery--figure {
    margin: 10px; }
  .has-gutter-25 .blockgallery--figure {
    margin: 13px; }
  .has-gutter-30 .blockgallery--figure {
    margin: 15px; }
  .has-gutter-35 .blockgallery--figure {
    margin: 18px; }
  .has-gutter-40 .blockgallery--figure {
    margin: 20px; }
  .has-gutter-45 .blockgallery--figure {
    margin: 23px; }
  .has-gutter-50 .blockgallery--figure {
    margin: 25px; } }

@media (max-width: 699px) {
  .has-gutter-mobile-5 {
    margin: -3px !important;
    max-width: calc(100% + 5px) !important; }
    .has-gutter-mobile-5 .blockgallery--figure {
      margin: 3px; }
  .has-gutter-mobile-10 {
    margin: -5px !important;
    max-width: calc(100% + 10px) !important; }
    .has-gutter-mobile-10 .blockgallery--figure {
      margin: 5px; }
  .has-gutter-mobile-15 {
    margin: -8px !important;
    max-width: calc(100% + 15px) !important; }
    .has-gutter-mobile-15 .blockgallery--figure {
      margin: 8px; }
  .has-gutter-mobile-20 {
    margin: -10px !important;
    max-width: calc(100% + 20px) !important; }
    .has-gutter-mobile-20 .blockgallery--figure {
      margin: 10px; }
  .has-gutter-mobile-25 {
    margin: -13px !important;
    max-width: calc(100% + 25px) !important; }
    .has-gutter-mobile-25 .blockgallery--figure {
      margin: 13px; }
  .has-gutter-mobile-30 {
    margin: -15px !important;
    max-width: calc(100% + 30px) !important; }
    .has-gutter-mobile-30 .blockgallery--figure {
      margin: 15px; }
  .has-gutter-mobile-35 {
    margin: -18px !important;
    max-width: calc(100% + 35px) !important; }
    .has-gutter-mobile-35 .blockgallery--figure {
      margin: 18px; }
  .has-gutter-mobile-40 {
    margin: -20px !important;
    max-width: calc(100% + 40px) !important; }
    .has-gutter-mobile-40 .blockgallery--figure {
      margin: 20px; }
  .has-gutter-mobile-45 {
    margin: -23px !important;
    max-width: calc(100% + 45px) !important; }
    .has-gutter-mobile-45 .blockgallery--figure {
      margin: 23px; }
  .has-gutter-mobile-50 {
    margin: -25px !important;
    max-width: calc(100% + 50px) !important; }
    .has-gutter-mobile-50 .blockgallery--figure {
      margin: 25px; } }

.has-horizontal-gutter {
  overflow-x: hidden; }

.wp-block-blockgallery-carousel .blockgallery--item,
.wp-block-blockgallery-thumbnails .blockgallery--item {
  margin: 0 !important;
  height: 100%; }

.has-carousel-sml .blockgallery--item {
  width: 65%; }
  @media (min-width: 700px) {
    .has-carousel-sml .blockgallery--item {
      width: 33.333%; } }
  @media (min-width: 1100px) {
    .has-carousel-sml .blockgallery--item {
      width: 25%; } }
  @media (min-width: 1600px) {
    .has-carousel-sml .blockgallery--item {
      width: 20%; } }

.has-carousel-med .blockgallery--item {
  width: 70%; }
  @media (min-width: 700px) {
    .has-carousel-med .blockgallery--item {
      width: 33.333%; } }
  @media (min-width: 1800px) {
    .has-carousel-med .blockgallery--item {
      width: 20%; } }

.has-carousel-lrg .blockgallery--item {
  width: 50%;
  margin: 0 10px !important; }
  @media (min-width: 600px) {
    .has-carousel-lrg .blockgallery--item {
      width: 50%; } }
  @media (min-width: 1300px) {
    .has-carousel-lrg .blockgallery--item {
      width: 50%; } }

.has-carousel-xlrg .blockgallery--item {
  width: 60%; }
  @media (min-width: 1200px) {
    .has-carousel-xlrg .blockgallery--item {
      width: 80%; } }
  @media (min-width: 1800px) {
    .has-carousel-xlrg .blockgallery--item {
      width: 66.666%; } }

.has-carousel-auto .blockgallery--item img {
  width: auto !important;
  max-width: unset; }

@media (min-width: 1300px) {
  .has-no-alignment .has-carousel-lrg .blockgallery--item {
    width: 70%; } }

.has-no-alignment .has-carousel-xlrg .blockgallery--item {
  width: 60%;
  margin: 0 10px !important; }

.has-no-alignment .has-carousel-auto .blockgallery--item {
  margin: 0 10px !important; }
  .has-no-alignment .has-carousel-auto .blockgallery--item img {
    width: auto !important;
    max-width: unset; }

@media (min-width: 700px) {
  .has-margin-bottom-5 {
    margin-bottom: 5px !important; }
  .has-margin-bottom-10 {
    margin-bottom: 10px !important; }
  .has-margin-bottom-15 {
    margin-bottom: 15px !important; }
  .has-margin-bottom-20 {
    margin-bottom: 20px !important; }
  .has-margin-bottom-25 {
    margin-bottom: 25px !important; }
  .has-margin-bottom-30 {
    margin-bottom: 30px !important; }
  .has-margin-bottom-35 {
    margin-bottom: 35px !important; }
  .has-margin-bottom-40 {
    margin-bottom: 40px !important; }
  .has-margin-bottom-45 {
    margin-bottom: 45px !important; }
  .has-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media (max-width: 699px) {
  .has-margin-bottom-mobile-5 {
    margin-bottom: 5px !important; }
  .has-margin-bottom-mobile-10 {
    margin-bottom: 10px !important; }
  .has-margin-bottom-mobile-15 {
    margin-bottom: 15px !important; }
  .has-margin-bottom-mobile-20 {
    margin-bottom: 20px !important; }
  .has-margin-bottom-mobile-25 {
    margin-bottom: 25px !important; }
  .has-margin-bottom-mobile-30 {
    margin-bottom: 30px !important; }
  .has-margin-bottom-mobile-35 {
    margin-bottom: 35px !important; }
  .has-margin-bottom-mobile-40 {
    margin-bottom: 40px !important; }
  .has-margin-bottom-mobile-45 {
    margin-bottom: 45px !important; }
  .has-margin-bottom-mobile-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 700px) {
  .has-margin-top-5 {
    margin-top: 3px !important; }
  .has-margin-top-10 {
    margin-top: 5px !important; }
  .has-margin-top-15 {
    margin-top: 8px !important; }
  .has-margin-top-20 {
    margin-top: 10px !important; }
  .has-margin-top-25 {
    margin-top: 13px !important; }
  .has-margin-top-30 {
    margin-top: 15px !important; }
  .has-margin-top-35 {
    margin-top: 18px !important; }
  .has-margin-top-40 {
    margin-top: 20px !important; }
  .has-margin-top-45 {
    margin-top: 23px !important; }
  .has-margin-top-50 {
    margin-top: 25px !important; } }

@media (max-width: 699px) {
  .has-margin-top-mobile-5 {
    margin-top: 3px !important; }
  .has-margin-top-mobile-10 {
    margin-top: 5px !important; }
  .has-margin-top-mobile-15 {
    margin-top: 8px !important; }
  .has-margin-top-mobile-20 {
    margin-top: 10px !important; }
  .has-margin-top-mobile-25 {
    margin-top: 13px !important; }
  .has-margin-top-mobile-30 {
    margin-top: 15px !important; }
  .has-margin-top-mobile-35 {
    margin-top: 18px !important; }
  .has-margin-top-mobile-40 {
    margin-top: 20px !important; }
  .has-margin-top-mobile-45 {
    margin-top: 23px !important; }
  .has-margin-top-mobile-50 {
    margin-top: 25px !important; } }

@media (min-width: 700px) {
  .has-margin-right-5 {
    margin-right: 3px !important; }
  .has-margin-right-10 {
    margin-right: 5px !important; }
  .has-margin-right-15 {
    margin-right: 8px !important; }
  .has-margin-right-20 {
    margin-right: 10px !important; }
  .has-margin-right-25 {
    margin-right: 13px !important; }
  .has-margin-right-30 {
    margin-right: 15px !important; }
  .has-margin-right-35 {
    margin-right: 18px !important; }
  .has-margin-right-40 {
    margin-right: 20px !important; }
  .has-margin-right-45 {
    margin-right: 23px !important; }
  .has-margin-right-50 {
    margin-right: 25px !important; } }

@media (max-width: 699px) {
  .has-margin-right-mobile-5 {
    margin-right: 3px !important; }
  .has-margin-right-mobile-10 {
    margin-right: 5px !important; }
  .has-margin-right-mobile-15 {
    margin-right: 8px !important; }
  .has-margin-right-mobile-20 {
    margin-right: 10px !important; }
  .has-margin-right-mobile-25 {
    margin-right: 13px !important; }
  .has-margin-right-mobile-30 {
    margin-right: 15px !important; }
  .has-margin-right-mobile-35 {
    margin-right: 18px !important; }
  .has-margin-right-mobile-40 {
    margin-right: 20px !important; }
  .has-margin-right-mobile-45 {
    margin-right: 23px !important; }
  .has-margin-right-mobile-50 {
    margin-right: 25px !important; } }

@media (min-width: 700px) {
  .has-margin-left-5 {
    margin-left: 3px !important; }
  .has-margin-left-10 {
    margin-left: 5px !important; }
  .has-margin-left-15 {
    margin-left: 8px !important; }
  .has-margin-left-20 {
    margin-left: 10px !important; }
  .has-margin-left-25 {
    margin-left: 13px !important; }
  .has-margin-left-30 {
    margin-left: 15px !important; }
  .has-margin-left-35 {
    margin-left: 18px !important; }
  .has-margin-left-40 {
    margin-left: 20px !important; }
  .has-margin-left-45 {
    margin-left: 23px !important; }
  .has-margin-left-50 {
    margin-left: 25px !important; } }

@media (max-width: 699px) {
  .has-margin-left-mobile-5 {
    margin-left: 3px !important; }
  .has-margin-left-mobile-10 {
    margin-left: 5px !important; }
  .has-margin-left-mobile-15 {
    margin-left: 8px !important; }
  .has-margin-left-mobile-20 {
    margin-left: 10px !important; }
  .has-margin-left-mobile-25 {
    margin-left: 13px !important; }
  .has-margin-left-mobile-30 {
    margin-left: 15px !important; }
  .has-margin-left-mobile-35 {
    margin-left: 18px !important; }
  .has-margin-left-mobile-40 {
    margin-left: 20px !important; }
  .has-margin-left-mobile-45 {
    margin-left: 23px !important; }
  .has-margin-left-mobile-50 {
    margin-left: 25px !important; } }

@media (min-width: 700px) {
  .has-negative-margin-right-5 {
    margin-right: -3px !important; }
  .has-negative-margin-right-10 {
    margin-right: -5px !important; }
  .has-negative-margin-right-15 {
    margin-right: -8px !important; }
  .has-negative-margin-right-20 {
    margin-right: -10px !important; }
  .has-negative-margin-right-25 {
    margin-right: -13px !important; }
  .has-negative-margin-right-30 {
    margin-right: -15px !important; }
  .has-negative-margin-right-35 {
    margin-right: -18px !important; }
  .has-negative-margin-right-40 {
    margin-right: -20px !important; }
  .has-negative-margin-right-45 {
    margin-right: -23px !important; }
  .has-negative-margin-right-50 {
    margin-right: -25px !important; } }

@media (max-width: 699px) {
  .has-negative-margin-right-mobile-5 {
    margin-right: -3px !important; }
  .has-negative-margin-right-mobile-10 {
    margin-right: -5px !important; }
  .has-negative-margin-right-mobile-15 {
    margin-right: -8px !important; }
  .has-negative-margin-right-mobile-20 {
    margin-right: -10px !important; }
  .has-negative-margin-right-mobile-25 {
    margin-right: -13px !important; }
  .has-negative-margin-right-mobile-30 {
    margin-right: -15px !important; }
  .has-negative-margin-right-mobile-35 {
    margin-right: -18px !important; }
  .has-negative-margin-right-mobile-40 {
    margin-right: -20px !important; }
  .has-negative-margin-right-mobile-45 {
    margin-right: -23px !important; }
  .has-negative-margin-right-mobile-50 {
    margin-right: -25px !important; } }

@media (min-width: 700px) {
  .has-negative-margin-left-5 {
    margin-left: -3px !important; }
  .has-negative-margin-left-10 {
    margin-left: -5px !important; }
  .has-negative-margin-left-15 {
    margin-left: -8px !important; }
  .has-negative-margin-left-20 {
    margin-left: -10px !important; }
  .has-negative-margin-left-25 {
    margin-left: -13px !important; }
  .has-negative-margin-left-30 {
    margin-left: -15px !important; }
  .has-negative-margin-left-35 {
    margin-left: -18px !important; }
  .has-negative-margin-left-40 {
    margin-left: -20px !important; }
  .has-negative-margin-left-45 {
    margin-left: -23px !important; }
  .has-negative-margin-left-50 {
    margin-left: -25px !important; } }

@media (max-width: 699px) {
  .has-negative-margin-left-mobile-5 {
    margin-left: -3px !important; }
  .has-negative-margin-left-mobile-10 {
    margin-left: -5px !important; }
  .has-negative-margin-left-mobile-15 {
    margin-left: -8px !important; }
  .has-negative-margin-left-mobile-20 {
    margin-left: -10px !important; }
  .has-negative-margin-left-mobile-25 {
    margin-left: -13px !important; }
  .has-negative-margin-left-mobile-30 {
    margin-left: -15px !important; }
  .has-negative-margin-left-mobile-35 {
    margin-left: -18px !important; }
  .has-negative-margin-left-mobile-40 {
    margin-left: -20px !important; }
  .has-negative-margin-left-mobile-45 {
    margin-left: -23px !important; }
  .has-negative-margin-left-mobile-50 {
    margin-left: -25px !important; } }

@media (min-width: 700px) {
  .has-padding-5 {
    padding: 5px !important; }
  .has-padding-10 {
    padding: 10px !important; }
  .has-padding-15 {
    padding: 15px !important; }
  .has-padding-20 {
    padding: 20px !important; }
  .has-padding-25 {
    padding: 25px !important; }
  .has-padding-30 {
    padding: 30px !important; }
  .has-padding-35 {
    padding: 35px !important; }
  .has-padding-40 {
    padding: 40px !important; }
  .has-padding-45 {
    padding: 45px !important; }
  .has-padding-50 {
    padding: 50px !important; }
  .has-padding-55 {
    padding: 55px !important; }
  .has-padding-60 {
    padding: 60px !important; }
  .has-padding-65 {
    padding: 65px !important; }
  .has-padding-70 {
    padding: 70px !important; }
  .has-padding-75 {
    padding: 75px !important; }
  .has-padding-80 {
    padding: 80px !important; }
  .has-padding-85 {
    padding: 85px !important; }
  .has-padding-90 {
    padding: 90px !important; }
  .has-padding-95 {
    padding: 95px !important; }
  .has-padding-100 {
    padding: 100px !important; } }

@media (max-width: 699px) {
  .has-padding-mobile-5 {
    padding: 5px !important; }
  .has-padding-mobile-10 {
    padding: 10px !important; }
  .has-padding-mobile-15 {
    padding: 15px !important; }
  .has-padding-mobile-20 {
    padding: 20px !important; }
  .has-padding-mobile-25 {
    padding: 25px !important; }
  .has-padding-mobile-30 {
    padding: 30px !important; }
  .has-padding-mobile-35 {
    padding: 35px !important; }
  .has-padding-mobile-40 {
    padding: 40px !important; }
  .has-padding-mobile-45 {
    padding: 45px !important; }
  .has-padding-mobile-50 {
    padding: 50px !important; }
  .has-padding-mobile-55 {
    padding: 55px !important; }
  .has-padding-mobile-60 {
    padding: 60px !important; }
  .has-padding-mobile-65 {
    padding: 65px !important; }
  .has-padding-mobile-70 {
    padding: 70px !important; }
  .has-padding-mobile-75 {
    padding: 75px !important; }
  .has-padding-mobile-80 {
    padding: 80px !important; }
  .has-padding-mobile-85 {
    padding: 85px !important; }
  .has-padding-mobile-90 {
    padding: 90px !important; }
  .has-padding-mobile-95 {
    padding: 95px !important; }
  .has-padding-mobile-100 {
    padding: 100px !important; } }

.has-shadow-sml {
  box-shadow: 0 0.5vw 2vw -0.25vw rgba(0, 0, 0, 0.2); }

.has-shadow-med {
  box-shadow: 0 1vw 3vw -0.5vw rgba(0, 0, 0, 0.2); }

.has-shadow-lrg {
  box-shadow: 0 1.8vw 3vw -0.7vw rgba(0, 0, 0, 0.2); }

.has-border-radius-2 .blockgallery--item img {
  border-radius: 2px; }

.has-border-radius-2 .blockgallery--item figcaption {
  border-radius: 0 0 2px 2px; }

.has-border-radius-3 .blockgallery--item img {
  border-radius: 3px; }

.has-border-radius-3 .blockgallery--item figcaption {
  border-radius: 0 0 3px 3px; }

.has-border-radius-4 .blockgallery--item img {
  border-radius: 4px; }

.has-border-radius-4 .blockgallery--item figcaption {
  border-radius: 0 0 4px 4px; }

.has-border-radius-5 .blockgallery--item img {
  border-radius: 5px; }

.has-border-radius-5 .blockgallery--item figcaption {
  border-radius: 0 0 5px 5px; }

.has-border-radius-6 .blockgallery--item img {
  border-radius: 6px; }

.has-border-radius-6 .blockgallery--item figcaption {
  border-radius: 0 0 6px 6px; }

.has-border-radius-7 .blockgallery--item img {
  border-radius: 7px; }

.has-border-radius-7 .blockgallery--item figcaption {
  border-radius: 0 0 7px 7px; }

.has-border-radius-8 .blockgallery--item img {
  border-radius: 8px; }

.has-border-radius-8 .blockgallery--item figcaption {
  border-radius: 0 0 8px 8px; }

.has-border-radius-9 .blockgallery--item img {
  border-radius: 9px; }

.has-border-radius-9 .blockgallery--item figcaption {
  border-radius: 0 0 9px 9px; }

.has-border-radius-10 .blockgallery--item img {
  border-radius: 10px; }

.has-border-radius-10 .blockgallery--item figcaption {
  border-radius: 0 0 10px 10px; }

.has-border-radius-11 .blockgallery--item img {
  border-radius: 11px; }

.has-border-radius-11 .blockgallery--item figcaption {
  border-radius: 0 0 11px 11px; }

.has-border-radius-12 .blockgallery--item img {
  border-radius: 12px; }

.has-border-radius-12 .blockgallery--item figcaption {
  border-radius: 0 0 12px 12px; }

.has-border-radius-13 .blockgallery--item img {
  border-radius: 13px; }

.has-border-radius-13 .blockgallery--item figcaption {
  border-radius: 0 0 13px 13px; }

.has-border-radius-14 .blockgallery--item img {
  border-radius: 14px; }

.has-border-radius-14 .blockgallery--item figcaption {
  border-radius: 0 0 14px 14px; }

.has-border-radius-15 .blockgallery--item img {
  border-radius: 15px; }

.has-border-radius-15 .blockgallery--item figcaption {
  border-radius: 0 0 15px 15px; }

.has-border-radius-16 .blockgallery--item img {
  border-radius: 16px; }

.has-border-radius-16 .blockgallery--item figcaption {
  border-radius: 0 0 16px 16px; }

.has-border-radius-17 .blockgallery--item img {
  border-radius: 17px; }

.has-border-radius-17 .blockgallery--item figcaption {
  border-radius: 0 0 17px 17px; }

.has-border-radius-18 .blockgallery--item img {
  border-radius: 18px; }

.has-border-radius-18 .blockgallery--item figcaption {
  border-radius: 0 0 18px 18px; }

.has-border-radius-19 .blockgallery--item img {
  border-radius: 19px; }

.has-border-radius-19 .blockgallery--item figcaption {
  border-radius: 0 0 19px 19px; }

.has-border-radius-20 .blockgallery--item img {
  border-radius: 20px; }

.has-border-radius-20 .blockgallery--item figcaption {
  border-radius: 0 0 20px 20px; }

.has-filter-grayscale img {
  filter: grayscale(1); }

.has-filter-saturation img {
  filter: saturate(1.75); }

.has-filter-sepia img {
  filter: sepia(0.5); }

.has-filter-dim img {
  filter: brightness(0.5); }

.has-filter-vintage img {
  filter: contrast(1.3) saturate(1.5) sepia(0.6); }

.has-caption-style-light .blockgallery--item .blockgallery--figure figcaption {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.93) 6.3%, rgba(255, 255, 255, 0.5) 61%, rgba(255, 255, 255, 0)) !important;
  opacity: 1 !important; }

.blockgallery:not(.has-caption-color).has-caption-style-dark .blockgallery--figure figcaption {
  color: #ffffff; }

.blockgallery:not(.has-caption-color).has-caption-style-light .blockgallery--figure figcaption {
  color: #000000; }

.has-caption-style-none .blockgallery--item .blockgallery--figure figcaption {
  background: none !important;
  opacity: 1 !important; }

.has-background-repeat {
  background-repeat: repeat; }

.has-background-no-repeat {
  background-repeat: no-repeat; }

.has-background-repeat-x {
  background-repeat: repeat-x; }

.has-background-repeat-y {
  background-repeat: repeat-y; }

.has-background-cover {
  background-size: cover; }

.has-background-auto {
  background-size: auto; }

.has-background-contain {
  background-size: contain; }

.has-background-top-left {
  background-position: top left; }

.has-background-top-center {
  background-position: top center; }

.has-background-top-right {
  background-position: top right; }

.has-background-center-left {
  background-position: center left; }

.has-background-center-center {
  background-position: center center; }

.has-background-center-right {
  background-position: center right; }

.has-background-bottom-left {
  background-position: bottom left; }

.has-background-bottom-center {
  background-position: bottom center; }

.has-background-bottom-right {
  background-position: bottom right; }

.has-background-overlay {
  position: relative; }
  .has-background-overlay::before {
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0; }

.has-background-overlay-10::before {
  opacity: 0.1; }

.has-background-overlay-20::before {
  opacity: 0.2; }

.has-background-overlay-30::before {
  opacity: 0.3; }

.has-background-overlay-40::before {
  opacity: 0.4; }

.has-background-overlay-50::before {
  opacity: 0.5; }

.has-background-overlay-60::before {
  opacity: 0.6; }

.has-background-overlay-70::before {
  opacity: 0.7; }

.has-background-overlay-80::before {
  opacity: 0.8; }

.has-background-overlay-90::before {
  opacity: 0.9; }

.has-background-overlay:not(.has-background) {
  background-color: #000; }

.has-parallax {
  background-attachment: fixed; }

.has-background-border-radius-2 {
  border-radius: 2px; }
  .has-background-border-radius-2::before {
    border-radius: 2px; }

.has-background-border-radius-3 {
  border-radius: 3px; }
  .has-background-border-radius-3::before {
    border-radius: 3px; }

.has-background-border-radius-4 {
  border-radius: 4px; }
  .has-background-border-radius-4::before {
    border-radius: 4px; }

.has-background-border-radius-5 {
  border-radius: 5px; }
  .has-background-border-radius-5::before {
    border-radius: 5px; }

.has-background-border-radius-6 {
  border-radius: 6px; }
  .has-background-border-radius-6::before {
    border-radius: 6px; }

.has-background-border-radius-7 {
  border-radius: 7px; }
  .has-background-border-radius-7::before {
    border-radius: 7px; }

.has-background-border-radius-8 {
  border-radius: 8px; }
  .has-background-border-radius-8::before {
    border-radius: 8px; }

.has-background-border-radius-9 {
  border-radius: 9px; }
  .has-background-border-radius-9::before {
    border-radius: 9px; }

.has-background-border-radius-10 {
  border-radius: 10px; }
  .has-background-border-radius-10::before {
    border-radius: 10px; }

.has-background-border-radius-11 {
  border-radius: 11px; }
  .has-background-border-radius-11::before {
    border-radius: 11px; }

.has-background-border-radius-12 {
  border-radius: 12px; }
  .has-background-border-radius-12::before {
    border-radius: 12px; }

.has-background-border-radius-13 {
  border-radius: 13px; }
  .has-background-border-radius-13::before {
    border-radius: 13px; }

.has-background-border-radius-14 {
  border-radius: 14px; }
  .has-background-border-radius-14::before {
    border-radius: 14px; }

.has-background-border-radius-15 {
  border-radius: 15px; }
  .has-background-border-radius-15::before {
    border-radius: 15px; }

.has-background-border-radius-16 {
  border-radius: 16px; }
  .has-background-border-radius-16::before {
    border-radius: 16px; }

.has-background-border-radius-17 {
  border-radius: 17px; }
  .has-background-border-radius-17::before {
    border-radius: 17px; }

.has-background-border-radius-18 {
  border-radius: 18px; }
  .has-background-border-radius-18::before {
    border-radius: 18px; }

.has-background-border-radius-19 {
  border-radius: 19px; }
  .has-background-border-radius-19::before {
    border-radius: 19px; }

.has-background-border-radius-20 {
  border-radius: 20px; }
  .has-background-border-radius-20::before {
    border-radius: 20px; }

.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: none; }
  .flickity-enabled.is-draggable {
    user-select: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #000;
  position: absolute;
  padding: 0;
  transition: background 100ms, opacity 100ms; }
  .flickity-button:hover {
    background: #ffffff;
    cursor: pointer; }
  .flickity-button:focus {
    outline: none;
    border: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px #000; }
  .flickity-button:active {
    border: none;
    opacity: 0.6; }
  .flickity-button:disabled {
    opacity: 0.25;
    cursor: auto;
    pointer-events: none; }

.flickity-button-icon {
  fill: #000;
  transform: translate3d(0, 0, 0); }

.flickity-prev-next-button {
  top: 50%;
  width: 57px;
  height: 72px;
  border-radius: 9px;
  transform: translateY(-50%); }
  .has-top-left-carousel-arrows .flickity-prev-next-button {
    top: 20px;
    transform: none;
    width: 42px;
    height: 42px;
    border-radius: 4px; }
    .has-top-left-carousel-arrows .flickity-prev-next-button.previous {
      left: 20px; }
    .has-top-left-carousel-arrows .flickity-prev-next-button.next {
      left: calc(25px + 42px); }

.flickity-prev-next-button.previous {
  left: 10px; }
  @media (min-width: 600px) {
    .flickity-prev-next-button.previous {
      left: 20px; } }

.flickity-prev-next-button.next {
  right: 10px; }
  @media (min-width: 600px) {
    .flickity-prev-next-button.next {
      right: 20px; } }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }
  @media (min-width: 600px) {
    .flickity-rtl .flickity-prev-next-button.previous {
      right: 20px; } }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }
  @media (min-width: 600px) {
    .flickity-rtl .flickity-prev-next-button.next {
      left: 20px; } }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 23%;
  top: 25%;
  width: 50%;
  height: 50%; }

.previous.flickity-prev-next-button .flickity-button-icon {
  left: 26%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 18px;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: rgba(255, 255, 255, 0.75); }

.is-twentynineteen .entry-content div[class*="wp-block-blockgallery"] {
  margin-bottom: 46px;
  margin-top: 46px; }
  .is-twentynineteen .entry-content div[class*="wp-block-blockgallery"] .blockgallery--caption {
    font-size: 0.71111em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    margin: 0 0 -20px;
    padding: 0.5rem;
    text-align: center; }

.is-twentynineteen .wp-block-blockgallery-stacked figcaption:not([class*="font-size"]) {
  font-size: 0.71111em; }

.is-twentyseventeen .entry-content div[class*="wp-block-blockgallery"] {
  margin-top: 1.65em;
  margin-bottom: 1.75em; }
  .is-twentyseventeen .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption {
    font-style: italic;
    margin-bottom: -10px;
    margin-top: 1em; }
  .is-twentyseventeen .entry-content div[class*="wp-block-blockgallery"]:not([class*="masonry"]) .blockgallery:not(.has-caption-color) figcaption {
    color: #555d66; }

.is-twentyseventeen .wp-block-blockgallery-masonry figcaption {
  padding-bottom: 6px; }

.is-twentysixteen .entry-content div[class*="wp-block-blockgallery"] {
  margin-top: 2.3em;
  margin-bottom: 2.3em; }
  .is-twentysixteen .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption {
    margin-bottom: -10px;
    margin-top: 0.6em; }

.is-twentysixteen .wp-block-blockgallery-masonry figcaption {
  padding-bottom: 6px; }

.is-twentyfifteen .entry-content div[class*="wp-block-blockgallery"] {
  margin-top: 2.2em;
  margin-bottom: 2.2em; }
  .is-twentyfifteen .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption {
    margin-top: 0.5em;
    padding-bottom: 0;
    margin-bottom: -15px; }

.is-twentyfifteen .wp-block-blockgallery-masonry figcaption {
  font-size: 13px !important; }

.is-twentyfourteen .entry-content div[class*="wp-block-blockgallery"] {
  margin-top: 30px;
  margin-bottom: 30px; }
  .is-twentyfourteen .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption {
    text-align: left;
    margin-bottom: -7px; }

.is-twentythirteen .entry-content div[class*="wp-block-blockgallery"] {
  margin-top: 34px;
  margin-bottom: 30px; }
  .is-twentythirteen .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption {
    margin-bottom: -10px; }

.is-twentythirteen .wp-block-blockgallery-masonry figcaption {
  font-size: 13px !important; }

.is-twentytwelve .entry-content div[class*="wp-block-blockgallery"] {
  margin-top: 32px;
  margin-bottom: 32px; }
  .is-twentytwelve .entry-content div[class*="wp-block-blockgallery"] .blockgallery:not([class*="border-radius"]) img {
    border-radius: inherit; }
  .is-twentytwelve .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption {
    margin-bottom: -10px; }

.is-twentytwelve .wp-block-blockgallery-masonry figcaption {
  padding-bottom: 6px; }

.is-twentyeleven .entry-content div[class*="wp-block-blockgallery"] {
  margin-top: 33px;
  margin-bottom: 32px; }
  .is-twentyeleven .entry-content div[class*="wp-block-blockgallery"] .blockgallery img {
    border: 0;
    padding: 0;
    max-width: 100%; }
  .is-twentyeleven .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption {
    margin-bottom: -15px; }
    .is-twentyeleven .entry-content div[class*="wp-block-blockgallery"] .blockgallery--primary-caption::before {
      color: #666;
      content: '\2014';
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      margin-right: 5px;
      position: absolute;
      left: 10px;
      top: 0; }

.is-twentyeleven .wp-block-blockgallery-stacked figcaption {
  text-align: center !important;
  padding-left: 1em !important;
  padding-right: 1em !important; }
  .is-twentyeleven .wp-block-blockgallery-stacked figcaption::before {
    display: none;
    padding-left: 0; }

.wp-block-blockgallery-masonry .blockgallery--item img {
  width: 100%; }

.wp-block-blockgallery-carousel {
  position: relative;
  font-size: 0.86em; }
  .wp-block-blockgallery-carousel .flickity-viewport {
    overflow: hidden !important; }
  .wp-block-blockgallery-carousel .blockgallery {
    height: 100%; }
    .wp-block-blockgallery-carousel .blockgallery .has-carousel-xlrg .blockgallery--item {
      width: 60%; }
    .wp-block-blockgallery-carousel .blockgallery .has-carousel-lrg .blockgallery--item {
      width: 30%; }
      @media (max-width: 1024px) {
        .wp-block-blockgallery-carousel .blockgallery .has-carousel-lrg .blockgallery--item {
          width: 50%; } }
      @media (max-width: 768px) {
        .wp-block-blockgallery-carousel .blockgallery .has-carousel-lrg .blockgallery--item {
          width: 60%; } }
      @media (max-width: 576px) {
        .wp-block-blockgallery-carousel .blockgallery .has-carousel-lrg .blockgallery--item {
          width: 75%; } }
    .wp-block-blockgallery-carousel .blockgallery .has-carousel-sqr .blockgallery--item {
      width: 30%; }
      @media (max-width: 768px) {
        .wp-block-blockgallery-carousel .blockgallery .has-carousel-sqr .blockgallery--item {
          width: 50%; } }
      .wp-block-blockgallery-carousel .blockgallery .has-carousel-sqr .blockgallery--item .image-background {
        padding-top: 100%; }
    .wp-block-blockgallery-carousel .blockgallery .blockgallery--item {
      padding: 0 30px !important;
      height: unset; }
      @media (max-width: 576px) {
        .wp-block-blockgallery-carousel .blockgallery .blockgallery--item {
          width: 75%;
          padding: 0 7px !important; } }
      .wp-block-blockgallery-carousel .blockgallery .blockgallery--item figure {
        display: none; }
      .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .image-slide {
        display: none;
        height: 42vw; }
      .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .image-background {
        width: 100%;
        padding-top: 75%;
        background-position: center;
        background-size: cover; }
      .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .text-container {
        margin: 20px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
        .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .text-container .description {
          padding: 0;
          -webkit-box-flex: 0 0 70%;
          -moz-box-flex: 0 0 70%;
          -webkit-flex: 0 0 70%;
          -ms-flex: 0 0 70%;
          flex: 0 0 70%; }
          .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .text-container .description br:first-of-type {
            display: none; }
          .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .text-container .description strong {
            font-size: 18px;
            margin-bottom: 10px;
            display: block; }
        .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .text-container .price {
          -webkit-box-flex: 0 0 30%;
          -moz-box-flex: 0 0 30%;
          -webkit-flex: 0 0 30%;
          -ms-flex: 0 0 30%;
          flex: 0 0 30%; }
          .wp-block-blockgallery-carousel .blockgallery .blockgallery--item .text-container .price strong {
            font-size: 18px;
            margin-bottom: 8px; }
    .wp-block-blockgallery-carousel .blockgallery .has-carousel-auto .blockgallery--item {
      width: 1%;
      display: table; }
      @media (max-width: 576px) {
        .wp-block-blockgallery-carousel .blockgallery .has-carousel-auto .blockgallery--item {
          padding: 0 7px !important; } }
      .wp-block-blockgallery-carousel .blockgallery .has-carousel-auto .blockgallery--item .image-background {
        display: none; }
      .wp-block-blockgallery-carousel .blockgallery .has-carousel-auto .blockgallery--item .slider-content {
        height: auto;
        overflow: hidden; }
      .wp-block-blockgallery-carousel .blockgallery .has-carousel-auto .blockgallery--item .image-slide {
        display: block; }
    @media (max-width: 768px) {
      .wp-block-blockgallery-carousel .blockgallery .slider-navigation {
        display: none; } }
    .wp-block-blockgallery-carousel .blockgallery .slider-navigation .prev, .wp-block-blockgallery-carousel .blockgallery .slider-navigation .next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer; }
      @media (max-width: 576px) {
        .wp-block-blockgallery-carousel .blockgallery .slider-navigation .prev, .wp-block-blockgallery-carousel .blockgallery .slider-navigation .next {
          width: 15px;
          top: 105px !important; } }
      .wp-block-blockgallery-carousel .blockgallery .slider-navigation .prev img, .wp-block-blockgallery-carousel .blockgallery .slider-navigation .next img {
        width: 100%; }
    .wp-block-blockgallery-carousel .blockgallery .slider-navigation .prev {
      left: 30px;
      top: 40%; }
    .wp-block-blockgallery-carousel .blockgallery .slider-navigation .next {
      right: 30px;
      top: 40%; }

.wp-block-blockgallery-masonry {
  position: relative; }
  .wp-block-blockgallery-masonry ul {
    padding: 0 !important;
    list-style: none !important; }
  .wp-block-blockgallery-masonry li {
    margin: 0 !important; }
  .wp-block-blockgallery-masonry figure {
    overflow: hidden; }
  .wp-block-blockgallery-masonry img {
    vertical-align: bottom; }
  .wp-block-blockgallery-masonry figcaption {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    max-height: 100% !important;
    overflow: auto;
    padding: 30px 10px 10px !important;
    opacity: 0.9;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 50%, transparent); }
    .wp-block-blockgallery-masonry figcaption img {
      display: inline; }

.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item,
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure,
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure {
      margin: 0;
      height: 100%; }
      @supports (position: sticky) {
        .wp-block-gallery .blocks-gallery-image figure,
        .wp-block-gallery .blocks-gallery-item figure,
        .blocks-gallery-grid .blocks-gallery-image figure,
        .blocks-gallery-grid .blocks-gallery-item figure {
          display: flex;
          align-items: flex-end;
          justify-content: flex-start; } }
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img,
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img {
      display: block;
      max-width: 100%;
      height: auto; }
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img,
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img {
      width: 100%; }
      @supports (position: sticky) {
        .wp-block-gallery .blocks-gallery-image img,
        .wp-block-gallery .blocks-gallery-item img,
        .blocks-gallery-grid .blocks-gallery-image img,
        .blocks-gallery-grid .blocks-gallery-item img {
          width: auto; } }
    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption,
    .blocks-gallery-grid .blocks-gallery-image figcaption,
    .blocks-gallery-grid .blocks-gallery-item figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 100%;
      overflow: auto;
      padding: 40px 10px 9px;
      color: #ffffff;
      text-align: center;
      font-size: 13px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
      .wp-block-gallery .blocks-gallery-image figcaption img,
      .wp-block-gallery .blocks-gallery-item figcaption img,
      .blocks-gallery-grid .blocks-gallery-image figcaption img,
      .blocks-gallery-grid .blocks-gallery-item figcaption img {
        display: inline; }
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    width: 100%; }
    @supports (position: sticky) {
      .wp-block-gallery.is-cropped .blocks-gallery-image a,
      .wp-block-gallery.is-cropped .blocks-gallery-image img,
      .wp-block-gallery.is-cropped .blocks-gallery-item a,
      .wp-block-gallery.is-cropped .blocks-gallery-item img,
      .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover; } }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item,
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item {
    width: calc((100% - 16px) / 2); }
    .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
    .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
    .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
    .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
      margin-right: 0; }
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item,
  .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .blocks-gallery-grid.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0; }
  @media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item,
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item {
          width: calc((100% - 16px * 2) / 3 - 1px); } }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item,
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item {
          width: calc((100% - 16px * 3) / 4 - 1px); } }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item,
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item {
          width: calc((100% - 16px * 4) / 5 - 1px); } }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item,
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item {
          width: calc((100% - 16px * 5) / 6 - 1px); } }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item,
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item {
          width: calc((100% - 16px * 6) / 7 - 1px); } }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item,
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item {
          width: calc((100% - 16px * 7) / 8 - 1px); } }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
      margin-right: 0; }
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
      margin-right: 0; }
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
      margin-right: 0; }
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
      margin-right: 0; }
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
      margin-right: 0; }
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
      margin-right: 0; }
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
      margin-right: 0; }
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0; } }
  .wp-block-gallery .blocks-gallery-image:last-child,
  .wp-block-gallery .blocks-gallery-item:last-child,
  .blocks-gallery-grid .blocks-gallery-image:last-child,
  .blocks-gallery-grid .blocks-gallery-item:last-child {
    margin-right: 0; }
  .wp-block-gallery.alignleft, .wp-block-gallery.alignright,
  .blocks-gallery-grid.alignleft,
  .blocks-gallery-grid.alignright {
    max-width: 290px;
    width: 100%; }
  .wp-block-gallery.aligncenter .blocks-gallery-item figure,
  .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
    justify-content: center; }

.main-content #ez-toc-container {
  display: none; }

@media (max-width: 576px) {
  .main-wrapper-post #ez-toc-container {
    display: none; } }

.wp-block-pdf-viewer-main .popup-pdf-hide {
  display: none; }

.wp-block-pdf-viewer-main .pdf_icon_body {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase; }

.category-single-column .wrap-banner {
  height: 110% !important; }

.wp-block-icon-2-column-main {
  padding: 0 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 450px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important; }
  @media (max-width: 768px) {
    .wp-block-icon-2-column-main {
      padding: 0 !important;
      max-width: 100%; } }
  @media (max-width: 510px) {
    .wp-block-icon-2-column-main {
      padding: 0 !important;
      margin-left: 30px !important;
      margin-right: 30px !important; } }
  .wp-block-icon-2-column-main .card__image {
    -webkit-box-flex: 0 0 50px;
    -moz-box-flex: 0 0 50px;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }
  .wp-block-icon-2-column-main .two_column_icon_content {
    margin-left: 10px; }
    .wp-block-icon-2-column-main .two_column_icon_content .two_column_icon_title {
      margin-top: 0 !important;
      font-size: 14px;
      font-weight: 500; }
    .wp-block-icon-2-column-main .two_column_icon_content .two_column_icon_body p {
      line-height: 26px;
      letter-spacing: 0.45px; }

@media (max-width: 768px) {
  .wp-block-column .wp-block-icon-2-column-main {
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

.mc4wp-form-submitted .mc4wp-response {
  display: unset; }

.booking-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 4;
  font-size: 21px;
  font-weight: 900;
  background: #127DBD;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.23); }
  @media (max-width: 768px) {
    .booking-mobile {
      display: unset; } }
  .booking-mobile .booking-button {
    display: inline-block;
    color: #ffffff; }
  .booking-mobile a {
    color: #ffffff;
    text-decoration: none; }

.wp-block-button {
  margin-top: 30px;
  margin-bottom: 30px; }
  .wp-block-button.aligncenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center; }
  .wp-block-button.alignright {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .wp-block-button a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px; }
    .wp-block-button a:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #000000; }

@media (max-width: 576px) {
  .wp-block-spacer {
    height: 70px !important; } }

.custom-select-container {
  width: 100%;
  position: relative;
  color: #ffffff; }
  .custom-select-container .custom-select-caption {
    font-weight: bold;
    font-size: 14px; }
  .custom-select-container .custom-select {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 25px;
    border: solid 1px rgba(255, 255, 255, 0);
    border-bottom: none;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
    .custom-select-container .custom-select.active {
      border-color: #ffffff;
      border-bottom: none; }
  .custom-select-container .custom-select-line {
    padding: 5px 25px; }
    .custom-select-container .custom-select-line:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #ffffff; }
  .custom-select-container .custom-select-options {
    background: #127DBD;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    pointer-events: none;
    z-index: 2;
    border: 1px solid #ffffff;
    border-top: none;
    max-height: 250px;
    overflow-y: scroll;
    top: 55px; }
    .custom-select-container .custom-select-options.active {
      opacity: 1;
      pointer-events: auto; }
    .custom-select-container .custom-select-options .custom-select-item {
      padding: 15px 25px;
      cursor: pointer; }
      .custom-select-container .custom-select-options .custom-select-item:hover {
        color: rgba(255, 255, 255, 0.8); }

.book-calendar:focus {
  outline-width: 0; }

.custom-adder-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px 25px;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px; }
  .custom-adder-container .adder-caption {
    font-weight: 500;
    display: inline-block;
    margin-left: 10px; }
  .custom-adder-container .adder-line {
    padding: 5px 25px;
    position: absolute;
    width: calc(100%);
    top: 52px;
    left: 0; }
    .custom-adder-container .adder-line:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #ffffff; }
  .custom-adder-container .adder-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .custom-adder-container .adder-container svg {
      margin-left: 10px;
      cursor: pointer; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                     supported by Chrome, Opera and Firefox */ }

.sticky-book-now {
  position: fixed;
  z-index: 10;
  top: 30px;
  right: 30px;
  background: #127DBD;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
  padding: 10px 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
  .sticky-book-now:hover {
    background: #127DBD; }
  @media (max-width: 768px) {
    .sticky-book-now {
      display: none; } }
  .sticky-book-now .sticky-book-title {
    color: #ffffff;
    text-align: center;
    font-size: 0.857em;
    font-weight: bold; }
  .sticky-book-now span {
    display: block;
    font-size: 0.714em; }
  .sticky-book-now svg {
    position: absolute;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
  .sticky-book-now.active {
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    border: 2px solid white;
    padding: 8px 30px; }
    .sticky-book-now.active .sticky-container {
      margin-right: 10px; }
    .sticky-book-now.active svg {
      opacity: 1;
      position: relative; }

.wp-block-quote {
  margin-bottom: 1em;
  padding: 0 20px !important; }
  @media (max-width: 768px) {
    .wp-block-quote {
      padding: 0 50px !important; } }
  .wp-block-quote p {
    font-size: 1.200em !important;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0;
    margin-bottom: 10px; }
  .wp-block-quote cite {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    display: block; }

.booking-right-content {
  height: 100vh !important;
  top: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center; }
  .booking-right-content .booking-form {
    width: 500px;
    color: #ffffff;
    padding: 30px; }
    .booking-right-content .booking-form .calendar-container {
      position: relative;
      padding: 15px 25px;
      border: solid 1px rgba(255, 255, 255, 0);
      border-bottom: none;
      -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .booking-right-content .booking-form .calendar-container.active {
        border-color: white; }
      .booking-right-content .booking-form .calendar-container input {
        border-radius: 0;
        width: 100%;
        font-family: 'helvetica-now';
        font-weight: bold;
        font-size: 18px;
        border: 0;
        background: transparent;
        color: #ffffff; }
      .booking-right-content .booking-form .calendar-container .custom-calendar-line {
        width: calc(100% - 50px);
        height: 1px;
        background: #ffffff;
        margin-top: 28px;
        position: absolute; }
      .booking-right-content .booking-form .calendar-container .pika-single {
        display: none;
        position: absolute !important;
        width: calc(100% + 2px);
        top: 58px !important;
        border: none;
        box-shadow: none;
        left: -1px !important;
        pointer-events: auto;
        opacity: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        border: solid 1px #ffffff;
        border-top: none;
        display: block; }
        .booking-right-content .booking-form .calendar-container .pika-single.is-hidden {
          display: block;
          pointer-events: none;
          opacity: 0; }
        .booking-right-content .booking-form .calendar-container .pika-single .pika-table {
          border-top: none !important;
          border-bottom: none !important; }
        .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar {
          width: 100%;
          background: #127DBD;
          color: #ffffff;
          margin: 0;
          padding: 0 20px; }
          .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar abbr[title] {
            border-bottom: none !important;
            cursor: inherit !important;
            text-decoration: none !important;
            color: #ffffff; }
          .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar .pika-prev,
          .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar .pika-next {
            filter: invert(1); }
          .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar .pika-label {
            background: none;
            color: #ffffff; }
          .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar .pika-button {
            background: transparent;
            padding: 15px 5px;
            color: #ffffff; }
          .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar .is-selected .pika-button {
            box-shadow: none;
            color: #ffffff;
            font-weight: 500; }
          .booking-right-content .booking-form .calendar-container .pika-single .pika-lendar .is-disabled .pika-button {
            color: rgba(255, 255, 255, 0.8); }
  .booking-right-content .button-container {
    padding: 30px 25px 0; }
    .booking-right-content .button-container .button {
      width: 100%;
      background: #ffffff;
      color: #000000;
      padding: 15px;
      display: block;
      text-align: center;
      margin-bottom: 5px;
      font-weight: 500;
      cursor: pointer;
      opacity: .5;
      -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
      .booking-right-content .button-container .button.active {
        opacity: 1; }
  .booking-right-content a {
    color: #ffffff; }

.booking-form-title {
  padding: 0 25px;
  margin-bottom: 30px; }
  .booking-form-title a {
    color: #ffffff; }

.wp-block-cgb-block-fleava-quote-slider {
  position: relative;
  max-width: unset !important; }
  @media (max-width: 768px) {
    .wp-block-cgb-block-fleava-quote-slider {
      padding: 30px 0 !important; } }
  .wp-block-cgb-block-fleava-quote-slider .quote-title {
    text-align: center;
    padding: 0 20px !important; }
    @media (max-width: 768px) {
      .wp-block-cgb-block-fleava-quote-slider .quote-title {
        padding: 0 50px !important; } }
  .wp-block-cgb-block-fleava-quote-slider .quote-slider-container {
    padding: 15px 0 !important; }
    @media (max-width: 768px) {
      .wp-block-cgb-block-fleava-quote-slider .quote-slider-container {
        padding: 0 50px !important; } }
    .wp-block-cgb-block-fleava-quote-slider .quote-slider-container .quote-slider-item {
      width: 100%; }
      .wp-block-cgb-block-fleava-quote-slider .quote-slider-container .quote-slider-item .quote-description {
        font-size: 1.200em !important;
        font-weight: 500;
        line-height: 1.3em;
        letter-spacing: 0;
        width: 100%;
        padding: 0 20px !important;
        font-size: 1.2em !important;
        margin-bottom: 0 !important; }
        .wp-block-cgb-block-fleava-quote-slider .quote-slider-container .quote-slider-item .quote-description a {
          font-size: .84em;
          font-weight: bold; }
          .wp-block-cgb-block-fleava-quote-slider .quote-slider-container .quote-slider-item .quote-description a strong {
            font-size: 1.2em !important;
            font-weight: 500; }
  @media (max-width: 768px) {
    .wp-block-cgb-block-fleava-quote-slider .slider-navigation {
      display: none; } }
  .wp-block-cgb-block-fleava-quote-slider .slider-navigation .prev, .wp-block-cgb-block-fleava-quote-slider .slider-navigation .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    @media (max-width: 576px) {
      .wp-block-cgb-block-fleava-quote-slider .slider-navigation .prev, .wp-block-cgb-block-fleava-quote-slider .slider-navigation .next {
        width: 15px;
        top: 105px !important; } }
    .wp-block-cgb-block-fleava-quote-slider .slider-navigation .prev img, .wp-block-cgb-block-fleava-quote-slider .slider-navigation .next img {
      width: 100%; }
  .wp-block-cgb-block-fleava-quote-slider .slider-navigation .prev {
    left: 30px;
    top: 50%; }
    @media (min-width: 1366px) {
      .wp-block-cgb-block-fleava-quote-slider .slider-navigation .prev {
        left: 150px; } }
  .wp-block-cgb-block-fleava-quote-slider .slider-navigation .next {
    right: 30px;
    top: 50%; }
    @media (min-width: 1366px) {
      .wp-block-cgb-block-fleava-quote-slider .slider-navigation .next {
        right: 150px; } }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr; }
  .wp-block-media-text .has-media-on-the-right {
    grid-template-columns: 1fr 50%; }

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start; }

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center; }

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end; }

.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  grid-column: 2;
  grid-row: 1;
  word-break: break-word;
  padding: 0 8% 0 8%; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1; }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      grid-column: 1;
      grid-row: 1; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      grid-column: 1;
      grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1; } }

@media (max-width: 576px) {
  .menu-global-footer-container {
    display: none; } }

@media (max-width: 576px) {
  .menu-footer {
    display: none !important; } }

.footer {
  position: absolute;
  width: 100%;
  bottom: 40px;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  color: #ffffff;
  z-index: 6; }
  @media (max-width: 768px) {
    .footer {
      display: none; } }
  @media (max-width: 576px) {
    .footer {
      display: none; } }
  .footer a {
    color: #ffffff;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .footer a:hover {
      opacity: 0.5; }
  .footer .menu-image-title-hide .menu-image-title {
    display: none; }
  .footer.black {
    filter: invert(1); }
  .footer.hide {
    opacity: 0;
    bottom: 30px; }
  .footer .container {
    bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0.714em;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .footer .container .footer-left ul {
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center; }
      .footer .container .footer-left ul li {
        list-style: none; }
        .footer .container .footer-left ul li img {
          width: 16px;
          height: 16px;
          margin-left: 5px; }
      .footer .container .footer-left ul > * {
        color: #ffffff;
        margin-right: 20px; }
        .footer .container .footer-left ul > *:last-child {
          margin-right: 0; }
    .footer .container .footer-right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center; }

.social-media-footer {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 200px; }
  .social-media-footer.black ul {
    margin: 0; }
    .social-media-footer.black ul a,
    .social-media-footer.black ul li {
      color: #000000; }
  .social-media-footer .social-media-container,
  .social-media-footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin: 0; }
    .social-media-footer .social-media-container a,
    .social-media-footer .social-media-container li,
    .social-media-footer ul a,
    .social-media-footer ul li {
      color: #ffffff;
      font-size: 12px;
      text-decoration: none;
      font-weight: bold; }
  .social-media-footer nav {
    width: 100%; }
  .social-media-footer ul {
    padding: 0; }
    .social-media-footer ul li {
      list-style: none; }
  .social-media-footer .menu-item .menu-image-title-hide .menu-image-title {
    display: none; }
  .social-media-footer .social-media-copyright {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px; }

.max-width-300 {
  max-width: 300px; }

.max-width-243 {
  max-width: 243px; }

.max-width-700 {
  max-width: 700px; }

@media (max-width: 768px) {
  .wp-block-columns.has-2-columns {
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
  .header.opacity {
    opacity: 0; }
  @media (max-width: 576px) {
    .header {
      z-index: 5; } }
  .header .container {
    padding-top: 10px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-weight: bold; }
    @media (max-width: 576px) {
      .header .container {
        padding-top: 1.5rem; } }
    .header .container .header-left,
    .header .container .header-right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center; }
      .header .container .header-left > *,
      .header .container .header-right > * {
        margin-right: 25px; }
        @media (max-width: 576px) {
          .header .container .header-left > *,
          .header .container .header-right > * {
            margin-right: 10px; } }
        .header .container .header-left > *:last-child,
        .header .container .header-right > *:last-child {
          margin-right: 0; }
      .header .container .header-left .header-menu-item,
      .header .container .header-right .header-menu-item {
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        cursor: pointer;
        color: #ffffff;
        text-decoration: none;
        font-size: 0.858em;
        position: relative; }
        .header .container .header-left .header-menu-item:after,
        .header .container .header-right .header-menu-item:after {
          position: absolute;
          content: '';
          height: 2px;
          bottom: -4px;
          margin: 0 auto;
          left: 0;
          width: 0;
          background: #ffffff;
          -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
        @media (max-width: 768px) {
          .header .container .header-left .header-menu-item,
          .header .container .header-right .header-menu-item {
            font-size: 12px; } }
        .header .container .header-left .header-menu-item:hover,
        .header .container .header-right .header-menu-item:hover {
          opacity: 1; }
          .header .container .header-left .header-menu-item:hover:after,
          .header .container .header-right .header-menu-item:hover:after {
            width: 100%; }
        .header .container .header-left .header-menu-item.active,
        .header .container .header-right .header-menu-item.active {
          opacity: 1;
          position: relative; }
          .header .container .header-left .header-menu-item.active:after,
          .header .container .header-right .header-menu-item.active:after {
            position: absolute;
            content: '';
            height: 2px;
            bottom: -4px;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 100%;
            background: #ffffff;
            -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
        .header .container .header-left .header-menu-item.close,
        .header .container .header-right .header-menu-item.close {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          -webkit-align-items: center;
          padding: 25px 0; }
          .header .container .header-left .header-menu-item.close span,
          .header .container .header-right .header-menu-item.close span {
            margin-right: 10px; }
      .header .container .header-left .header-menu-button,
      .header .container .header-right .header-menu-button {
        background: #ffffff;
        color: #000000;
        padding: 10px 20px; }
      .header .container .header-left .return-back-title,
      .header .container .header-right .return-back-title {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-right: 0;
        font-size: 12px; }
        @media (max-width: 576px) {
          .header .container .header-left .return-back-title,
          .header .container .header-right .return-back-title {
            position: relative;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
            left: 0;
            display: flex !important;
            align-items: center;
            -webkit-align-items: center; } }
        .header .container .header-left .return-back-title img,
        .header .container .header-right .return-back-title img {
          filter: invert(1);
          margin-right: 10px; }
      .header .container .header-left .menu-item img,
      .header .container .header-right .menu-item img {
        display: none; }
      .header .container .header-left .menu-item .sound,
      .header .container .header-right .menu-item .sound {
        cursor: pointer; }
    @media (max-width: 576px) {
      .header .container .header-left.form {
        -webkit-box-flex-direction: row-reverse;
        -moz-box-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
    .header .container .header-left.form .header-menu-item {
      display: none; }
    .header .container .header-left .mobile-dropdown {
      display: none; }
      @media (max-width: 576px) {
        .header .container .header-left .mobile-dropdown {
          display: block;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: flex-end;
          -webkit-align-items: flex-end;
          -webkit-box-flex-direction: column;
          -moz-box-flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          position: relative; }
          .header .container .header-left .mobile-dropdown .mobile-dropdown-active img {
            margin-left: 10px; }
          .header .container .header-left .mobile-dropdown .mobile-dropdown-container {
            background: #ffffff;
            position: absolute;
            top: 40px;
            border-radius: 5px;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
            .header .container .header-left .mobile-dropdown .mobile-dropdown-container.active {
              opacity: 1;
              pointer-events: auto;
              top: 30px; }
            .header .container .header-left .mobile-dropdown .mobile-dropdown-container .header-menu-item {
              display: block;
              color: #000000;
              white-space: nowrap;
              padding: 5px 15px;
              opacity: 0.35;
              border-bottom: solid 1px #000000; } }
    .header .container .header-left .header-logo {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .header .container .header-left .header-logo a {
        margin-top: 5px; }
        @media (max-width: 576px) {
          .header .container .header-left .header-logo a.desktop-only {
            display: none; } }
        .header .container .header-left .header-logo a.mobile-only {
          display: none; }
          @media (max-width: 576px) {
            .header .container .header-left .header-logo a.mobile-only {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; } }
        .header .container .header-left .header-logo a img {
          max-width: 150px; }
          @media (max-width: 768px) {
            .header .container .header-left .header-logo a img {
              width: 30px; } }
    @media (max-width: 768px) {
      .header .container .header-left .return-back img {
        max-width: 40px; } }
    @media (max-width: 768px) {
      .header .container .header-right {
        display: none; } }
    .header .container .header-right ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 0;
      align-items: center;
      -webkit-align-items: center; }
      .header .container .header-right ul li {
        list-style: none;
        margin-right: 30px;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        font-size: 0.858em; }
        .header .container .header-right ul li.active {
          opacity: 1; }
        .header .container .header-right ul li:hover {
          opacity: 1; }
        .header .container .header-right ul li:last-child {
          margin-right: 0; }
        .header .container .header-right ul li a {
          color: #ffffff;
          text-decoration: none; }
          .header .container .header-right ul li a.close {
            background: none;
            border: 2px solid #ffffff;
            padding: 6px 20px !important;
            display: -webkit-box !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: -webkit-flex !important;
            display: flex !important;
            align-items: center;
            -webkit-align-items: center; }
            .header .container .header-right ul li a.close img {
              display: unset;
              width: 25px;
              height: 25px; }
        .header .container .header-right ul li.button {
          background: #127DBD;
          -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
          opacity: 1 !important; }
          .header .container .header-right ul li.button a {
            color: #ffffff;
            padding: 10px 20px;
            display: block; }
        .header .container .header-right ul li.close {
          background: none; }

.mobile-header {
  position: fixed;
  z-index: 4;
  width: 100%;
  background: #ffffff;
  padding: 10px 20px;
  display: none; }
  @media (max-width: 768px) {
    .mobile-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; } }
  .mobile-header .return-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer; }
    .mobile-header .return-button img {
      filter: invert(1);
      width: 8px;
      margin-right: 20px; }
    .mobile-header .return-button span {
      font-size: 11px;
      font-weight: 500;
      text-transform: uppercase; }
  .mobile-header .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .mobile-header .logo img {
      width: 35px;
	object-fit:contain;
	    -o-object-fit: contain; }

.event-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3em; }
  @media (max-width: 576px) {
    .event-button-container {
      font-size: 12px; } }
  .event-button-container .event-button {
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 500; }
    .event-button-container .event-button:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      display: block;
      margin-top: 5px;
      font-weight: bold; }
    @media (max-width: 576px) {
      .event-button-container .event-button {
        display: none; } }

.event-container {
  padding: 0 25px;
  margin-top: 10px;
  display: none; }
  .event-container.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .event-container .event-image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%; }
    .event-container .event-image img {
      width: 100%; }
  .event-container .event-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px; }
    .event-container .event-text .event-text-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px; }
    .event-container .event-text .event-text-text {
      margin-bottom: 15px; }

.other-menu {
  padding: 0 15px;
  position: absolute;
  bottom: calc(-100vh + 55px); }
  .other-menu a {
    margin-bottom: 20px;
    display: block; }
    .other-menu a img {
      width: 100%; }

.form-input, .selectr-selected {
  padding: 10px;
  border: solid 2px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 30px;
  font-family: helvetica-now;
  font-weight: 700;
  font-size: 18px; }

select, .selectr-selected {
  padding: 15px 10px !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100% !important; }

.selectr-selected {
  border: solid 2px #000 !important; }

.selectr-tag {
  border-radius: 0 !important;
  background: #000000 !important; }

select:focus {
  outline: none; }

.booking-popup {
  height: 0;
  width: 100vw;
  position: fixed;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  background: #127DBD;
  top: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none; }
  .booking-popup.active {
    height: 100vh;
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 576px) {
    .booking-popup {
      z-index: 4; } }
  .booking-popup .booking-popup-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%; }
    @media (max-width: 576px) {
      .booking-popup .booking-popup-container {
        width: 200vw;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        padding: 0; }
        .booking-popup .booking-popup-container.active {
          -webkit-transform: translateX(-100vw);
          -moz-transform: translateX(-100vw);
          -ms-transform: translateX(-100vw);
          -o-transform: translateX(-100vw);
          transform: translateX(-100vw); } }
    .booking-popup .booking-popup-container .booking-popup-item {
      margin-bottom: 20px;
      cursor: pointer;
      display: table; }
      @media (max-width: 1024px) {
        .booking-popup .booking-popup-container .booking-popup-item {
          margin-bottom: 5px;
          display: block;
          overflow: hidden;
          -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
          .booking-popup .booking-popup-container .booking-popup-item.active {
            height: unset !important; }
            .booking-popup .booking-popup-container .booking-popup-item.active .popup-item-title svg {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg); } }
      .booking-popup .booking-popup-container .booking-popup-item:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #ffffff;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
        @media (max-width: 576px) {
          .booking-popup .booking-popup-container .booking-popup-item:after {
            display: none; } }
      .booking-popup .booking-popup-container .booking-popup-item:hover:after, .booking-popup .booking-popup-container .booking-popup-item.active:after {
        width: 100%; }
      .booking-popup .booking-popup-container .booking-popup-item .popup-item-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        font-size: 3em;
        font-weight: bold;
        line-height: calc(1em + 20px); }
        @media (max-width: 576px) {
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-title {
            padding-left: 1.5rem;
            padding-right: 1.5rem; } }
        .booking-popup .booking-popup-container .booking-popup-item .popup-item-title svg {
          display: none;
          width: 25px;
          height: 25px; }
          @media (max-width: 576px) {
            .booking-popup .booking-popup-container .booking-popup-item .popup-item-title svg {
              display: block;
              -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
              -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
              -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
              -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
              transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); } }
      .booking-popup .booking-popup-container .booking-popup-item .popup-item-content {
        font-size: 1em;
        margin-top: 30px;
        display: none; }
        @media (max-width: 1024px) {
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content {
            display: block;
            margin-bottom: 100px; } }
        @media (max-width: 576px) {
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .f-form {
            width: 100%; } }
        @media (max-width: 576px) {
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .f-form .booking-form {
            width: 100%;
            padding: 0; } }
        .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container {
          position: relative;
          padding: 15px 25px;
          border: solid 1px rgba(255, 255, 255, 0);
          border-bottom: none;
          -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          align-items: center;
          -webkit-align-items: center; }
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container.active {
            border-color: white; }
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container input {
            border-radius: 0;
            width: 100%;
            font-family: 'helvetica-now';
            font-weight: bold;
            font-size: 18px;
            border: 0;
            background: transparent;
            color: #ffffff; }
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .custom-calendar-line {
            width: calc(100% - 50px);
            height: 1px;
            background: #ffffff;
            margin-top: 28px;
            position: absolute; }
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single {
            display: none;
            position: absolute !important;
            width: calc(100% + 2px);
            top: 58px !important;
            border: none;
            box-shadow: none;
            left: -1px !important;
            pointer-events: auto;
            opacity: 1;
            -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            border: solid 1px #ffffff;
            border-top: none;
            display: block; }
            .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single.is-hidden {
              display: block;
              pointer-events: none;
              opacity: 0; }
            .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-table {
              border-top: none !important;
              border-bottom: none !important; }
            .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar {
              width: 100%;
              background: #127DBD;
              color: #ffffff;
              margin: 0;
              padding: 0 20px; }
              .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar abbr[title] {
                border-bottom: none !important;
                cursor: inherit !important;
                text-decoration: none !important;
                color: #ffffff; }
              .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar .pika-prev,
              .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar .pika-next {
                filter: invert(1); }
              .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar .pika-label {
                background: none;
                color: #ffffff; }
              .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar .pika-button {
                background: transparent;
                padding: 15px 5px;
                color: #ffffff; }
              .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar .is-selected .pika-button {
                box-shadow: none;
                color: #ffffff;
                font-weight: 500; }
              .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .calendar-container .pika-single .pika-lendar .is-disabled .pika-button {
                color: rgba(255, 255, 255, 0.8); }
        .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .button-container {
          padding: 30px 25px 0; }
          .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .button-container .button {
            width: 100%;
            background: #ffffff;
            color: #000000;
            padding: 15px;
            display: block;
            text-align: center;
            margin-bottom: 5px;
            font-weight: 500;
            cursor: pointer;
            opacity: .5;
            -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
            transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
            .booking-popup .booking-popup-container .booking-popup-item .popup-item-content .button-container .button.active {
              opacity: 1; }
    .booking-popup .booking-popup-container .booking-popup-item-close {
      font-size: 0.858em;
      margin-top: 50px;
      font-weight: bold;
      margin-bottom: 20px;
      cursor: pointer;
      display: table;
      border: 2px solid #ffffff; }
      .booking-popup .booking-popup-container .booking-popup-item-close span {
        display: block;
        padding: 6px 20px !important; }
      @media (max-width: 576px) {
        .booking-popup .booking-popup-container .booking-popup-item-close {
          margin-left: 1.5rem; } }
      .booking-popup .booking-popup-container .booking-popup-item-close svg {
        width: 10px;
        height: 10px; }
    .booking-popup .booking-popup-container .booking-left {
      position: relative;
      z-index: 1; }
    .booking-popup .booking-popup-container .booking-divider {
      width: 1px;
      height: 50vh;
      background: white;
      top: 25vh;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 1024px) {
        .booking-popup .booking-popup-container .booking-divider {
          display: none; } }
    .booking-popup .booking-popup-container .booking-right {
      width: 100%;
      position: absolute;
      left: 0; }
      @media (max-width: 576px) {
        .booking-popup .booking-popup-container .booking-right {
          position: relative;
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
    .booking-popup .booking-popup-container .booking-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-box-flex-direction: column;
      -moz-box-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (max-width: 1024px) {
        .booking-popup .booking-popup-container .booking-left {
          justify-content: flex-start;
          -webkit-justify-content: flex-start;
          top: 100px;
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          height: calc(100vh - 100px);
          overflow-y: scroll; } }
    .booking-popup .booking-popup-container .booking-right {
      padding-top: 150px; }
      @media (max-width: 576px) {
        .booking-popup .booking-popup-container .booking-right {
          padding-top: 0; } }
      .booking-popup .booking-popup-container .booking-right .booking-right-container {
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        height: 100vh; }
        .booking-popup .booking-popup-container .booking-right .booking-right-container.active {
          opacity: 1;
          pointer-events: auto; }
          @media (max-width: 576px) {
            .booking-popup .booking-popup-container .booking-right .booking-right-container.active {
              position: relative; } }
        .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-background {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-size: cover;
          background-position: center;
          background: #3D3D3D; }
        .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content {
          position: absolute;
          right: 10vw;
          overflow-y: scroll;
          height: calc(100vh - 80px);
          top: 80px; }
          .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content::-webkit-scrollbar {
            display: none; }
          @media (max-width: 1024px) {
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content {
              right: 0vw; } }
          @media (max-width: 576px) {
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content {
              right: 0;
              width: 100%;
              position: relative;
              -webkit-box-flex-direction: column;
              -moz-box-flex-direction: column;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              margin-top: 80px; } }
          .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .back-mobile {
            display: none;
            width: 100%;
            padding: 1.5rem; }
            @media (max-width: 576px) {
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .back-mobile {
                display: block; } }
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .back-mobile img {
              filter: invert(1); }
          @media (max-width: 576px) {
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .f-form {
              width: 100%; } }
          @media (max-width: 576px) {
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .f-form .booking-form {
              width: 100%;
              padding: 0; } }
          .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only {
            width: 500px;
            background: #fff;
            color: #000;
            padding: 30px;
            margin-bottom: 100px; }
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-caption {
              font-weight: bold;
              font-size: 14px;
              margin-bottom: 10px; }
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-title {
              font-size: 24px;
              text-align: center;
              font-weight: bold; }
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child {
                -webkit-box-flex: 0 0 100%;
                -moz-box-flex: 0 0 100%;
                -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
                .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child p {
                  font-size: 13px; }
                .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child:nth-child(2) {
                  padding-left: 50px;
                  text-align: center; }
                .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .book-columns {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex; }
                  .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .book-columns > * {
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    padding-right: 20px; }
                    .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .book-columns > *:last-child {
                      padding-right: 0; }
                  @media (max-width: 768px) {
                    .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .book-columns {
                      -webkit-box-flex-direction: column;
                      -moz-box-flex-direction: column;
                      -webkit-flex-direction: column;
                      -ms-flex-direction: column;
                      flex-direction: column; }
                      .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .book-columns > * {
                        padding-right: 0; } }
                .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .book-only-select {
                  padding: 12px;
                  border: solid 2px #000;
                  border-radius: 0;
                  margin-bottom: 30px;
                  -webkit-appearance: none;
                  -moz-appearance: none;
                  width: 100%;
                  font-family: 'helvetica-now';
                  font-weight: bold;
                  font-size: 18px; }
                .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .calendar-container .book-calendar {
                  padding: 15px;
                  border: solid 2px #000;
                  border-radius: 0;
                  width: 100%;
                  margin-bottom: 30px;
                  font-family: 'helvetica-now';
                  font-weight: bold;
                  font-size: 18px; }
                .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-container .book-only-child .calendar-container .pika-single {
                  position: absolute !important; }
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .button-black {
              width: 100%;
              background: #000000;
              color: #fff;
              padding: 15px; }
            .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .my-reservation {
              font-size: 12px;
              margin-top: 10px;
              color: #000000; }
            @media (max-width: 900px) {
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-caption {
                font-size: 12px !important; }
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-title {
                font-size: 22px !important; }
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-only-select {
                font-size: 16px !important; }
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .book-calendar {
                font-size: 16px !important; }
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only .custom-select-item {
                font-size: 12px !important; } }
            @media (max-width: 768px) {
              .booking-popup .booking-popup-container .booking-right .booking-right-container .booking-right-content .form-book-only {
                margin: 0 auto; } }