/* Font Families */

@font-face {
  font-family: "Favorit";
  src: url("../fonts/ABCFavoritMono-Light.eot");
  src: url("../fonts/ABCFavoritMono-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ABCFavoritMono-Light.woff2") format("woff2"),
    url("../fonts/ABCFavoritMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Favorit Medium";
  src: url("../fonts/ABCFavoritMono-Medium.eot");
  src: url("../fonts/ABCFavoritMono-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ABCFavoritMono-Medium.woff2") format("woff2"),
    url("../fonts/ABCFavoritMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: "Tiempos";
  src: url("../fonts/TiemposText-Regular.eot");
  src: url("../fonts/TiemposText-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TiemposText-Regular.woff2") format("woff2"),
    url("../fonts/TiemposText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Root Elements */

:root {
  --F40: 2.667rem;
  --F20: 1.333rem;
  --Fb: 1rem;
  --F12: 0.8rem;
  --black: #000000;
  --white: #ffffff;
  --paper: #F0EFEA;
  --red: #B81B1B;
  --grey: #8E8E8E;
  --fg: var(--black);
  --bg: var(--paper);
  --Pm: 1.333rem;
  --Pg: 2rem;
  --Ph: calc(0.5 * var(--Pg));
  --Pd: calc(2 * var(--Pg));
  --Hh: 6.667rem;
  --Hs: calc(100vh - var(--Hh));
  --Wf: calc(100% + (2 * var(--Pg)));
  --Wg: calc(100% + var(--Pg));
  --Ml: calc(-1 * var(--Pg));
  --G20: repeat(20, 1fr);
  --tRight: translateX(-1.75vw);
  --tDown: translateY(-1.75vw);
  --tLength: 0.4s;
  --tDelay: 0.35s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

input:not([type="submit"]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0;
}

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg);
}

select:focus {
  outline: none;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

/* Input Elements */

button,
input[type="submit"],
input[type="reset"],
div[role="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="button"],
input[type="button"]:focus {
  outline: none;
}

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

/* Details Elements */

summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none;
}

summary>* {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

summary>*::after {
  content: "+";
  margin-left: var(--Pm);
}

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5;
  }
}

details[open] summary>*::after {
  content: "-";
}

details[open] summary~* {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in;
}

details.closing summary~* {
  animation: close 0.4s ease-out;
}

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0;
  }

  100% {
    opacity: 1;
    max-height: 100vh;
  }
}

@keyframes close {
  0% {
    opacity: 1;
    max-height: 100vh;
  }

  100% {
    opacity: 0;
    max-height: 0;
  }
}


/* Image/Video Elements */

.aspectholder>* {
  display: block;
}

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  -o-object-fit: unset !important;
  object-fit: unset !important;
}


/* Universal Elements */

html {
  font-size: 15px;
  font-family: "Favorit", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  color: var(--fg);
  background: var(--bg);
  -webkit-text-size-adjust: none;
}


/* Universal Text Styling */

h1,
h2,
h3,
h4,
p,
a {
  line-height: 1.65;
}

.font_40.richtext *,
.font_40 {
  font-size: var(--F40);
  line-height: 1.1;
}

.font_20.richtext *,
.font_20 {
  font-size: var(--F20);
  line-height: 1.1;
}

.font_b.richtext *,
.font_b {
  font-size: var(--Fb);
  line-height: 1.65;
}

.font_12.richtext *,
.font_12 {
  font-size: var(--F12);
  line-height: 1.2;
}

.font_grey {
  color: var(--grey);
}

.font_white,
a.font_white,
button.font_white {
  color: var(--white) !important;
}

.font_up {
  text-transform: uppercase;
}

.font_favorit {
  font-family: "Favorit", "Arial", sans-serif;
}

.font_tiempos {
  font-family: "Tiempos", "Times New Roman", serif;
}

.font_strong,
.richtext:not(.font_tiempos) strong {
  font-family: "Favorit Medium", "Arial", sans-serif;
}

.richtext>*:not(:last-child) {
  margin-bottom: 1em;
  min-height: 1em;
}

em,
.font_em {
  font-style: italic;
}

.link_lined a,
a.link_lined, button.link_lined {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
  padding-bottom: 0.333rem;
  white-space: nowrap;
}


/* Button Elements */

.button_pill,
a.button_pill,
button.button_pill {
  display: flex;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 2.667rem;
  padding: 0.667rem 2rem;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
  color: var(--fg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  transition: all 0.3s;
}

/* .button_pill.button_white {
  color: var(--white);
} */

.button_pill.button_icon {
  padding: 0.667rem 1.333rem;
}

.button_pill>* {
  z-index: 2;
}

.button_pill svg {
  width: auto;
  height: 18px;
}

.button_pill svg:not(:last-child) {
  margin-right: 1rem;
}

.button_pill svg path {
  fill: var(--fg);
  transition: all 0.2s;
}

/* .button_pill.button_white svg path {
  fill: var(--white)
} */

.button_50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.button_20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.button_10 {
  background-color: rgba(0, 0, 0, 0.1);
}

@media(hover: hover) and (pointer: fine) {

  a.button_50:hover,
  a.button_20:hover,
  button.button_50:hover,
  button.button_20:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  a.button_10:hover,
  button.button_10:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}


a.link_anchor,
.link_anchor a,
button.link_anchor,
.link_anchor button {
  transition: all 0.3s;
}

@media(hover: hover) and (pointer: fine) {

  a.link_anchor:hover,
  .link_anchor a:hover,
  button.link_anchor:hover,
  .link_anchor button:hover {
    opacity: 0.5;
  }
}


/* Enter View */

.block,
.stagger .stagger-child {
  opacity: 0;
}

.block.animate_right,
.stagger-child.animate_right {
  transform: var(--tRight);
}

.block.animate_down,
.stagger-child.animate_down {
  transform: var(--tDown);
}

.block.entered {
  animation: var(--tLength) ease-in both fadeIn;
}

.block.entered.animate_right {
  animation: var(--tLength) ease-in both enterRight;
}

.block.entered.animate_down {
  animation: var(--tLength) ease-in both enterDown;
}

.stagger.entered .stagger-child {
  animation: var(--tLength) ease-in calc(var(--animation-order) * var(--tDelay)) both fadeIn;
}

.stagger.entered .stagger-child.animate_right {
  animation: var(--tLength) ease-in calc(var(--animation-order) * var(--tDelay)) both enterRight;
}

.stagger.entered .stagger-child.animate_down {
  animation: var(--tLength) ease-in calc(var(--animation-order) * var(--tDelay)) both enterDown;
}

@keyframes enterRight {
  0% {
    opacity: 0;
    transform: var(--tRight);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes enterDown {
  0% {
    opacity: 0;
    transform: var(--tDown);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* Splash Styling */

.splash {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: var(--Pg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vh; */
  height: calc(100vh - env(safe-area-inset-bottom));
  height: -webkit-fill-available;
  /* padding: var(--Pg); */
  color: var(--fg);
  background-color: var(--bg);
  overflow: hidden;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out;
}

.splash.loading {
  opacity: 1;
  visibility: visible;
}

.splash>* {
  padding: var(--Pg);
}

.splash .aspectholder {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.splash .aspectholder>* {
  width: 100%;
  height: auto;
}

.splash .aspectholder svg path {
  fill: var(--fg);
}


/* Modal Styling */

.popup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 717px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(100%);
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  color: var(--fg);
  background-color: var(--bg);
  padding: 3.333rem 2rem 3.333rem 3.333rem;
  z-index: 5;
  transition: all 0.3s;
}

.popup.active {
  transform: translateY(0);
}

.popup__content {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}

.popup button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}


/* Main Styling */

.page-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.loading,
body.active {
  overflow: hidden;
}

main section,
footer {
  display: grid;
  grid-template-columns: var(--G20);
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -moz-column-gap: var(--Pm);
  column-gap: var(--Pm);
  align-items: start;
  position: relative;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0 var(--Pg);
  color: var(--fg);
  background-color: var(--bg);
}


/* Header */

header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  padding: var(--Pg) var(--Pg) 0.667rem var(--Pg);
  -moz-column-gap: 1.333rem;
  column-gap: 1.333rem;
}

.header__icon {
  flex-shrink: 0;
}

.header__icon svg {
  height: 20px;
}

header nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 0.667rem;
  column-gap: 0.667rem;
  row-gap: 0.667rem;
}

header nav .button_pill {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.header__menu-desk>button,
.header__menu-lower,
.header__menu-mob {
  display: none;
}


/* Footer */
footer {
  row-gap: 6rem;
  padding: var(--Pg);
}

.footer__contact {
  grid-column: 1/6;
}

.footer__contact span {
  white-space: nowrap;
}

.footer__hours {
  grid-column: 6/12;
}

.footer__newsletter {
  grid-column: 14/21;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.form_inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 0.2rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.footer__logo {
  grid-column: 1/4;
  align-self: flex-end;
}

.footer__logo .aspectholder {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}

.footer__logo .aspectholder>* {
  width: auto;
  height: 100%;
}

.footer__logo .aspectholder svg path {
  fill: var(--fg);
}

.footer__address {
  grid-column: 6/12;
  align-self: flex-end;
}

.footer__address .mob {
  display: none;
}

.footer__socials {
  grid-column: 12/21;
  align-self: flex-end;
  justify-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.667rem;
  column-gap: 0.667rem;
  row-gap: 0.667rem;
}


/* Blocks */
main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  row-gap: 8.333rem;
}

main section .anchor {
  position: absolute;
  top: calc(-1 * var(--Hh));
}

/* Banner Block */
[data-type="bannerblock"] {
  grid-auto-rows: 1fr;
  height: 100vh;
  padding: 0 var(--Pg);
  margin-top: 0;
}

/* [data-type="bannerblock"]:not(:first-child) {
  margin-top: -8.333rem;
} */

[data-type="bannerblock"]>* {
  grid-row: 1;
}

.banner__media {
  grid-column: 1/21;
  display: flex;
  width: var(--Wf);
  height: 100vh;
  margin-left: var(--Ml);
}

.banner__media-inner {
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  position: relative;
}

.banner__media-inner>.aspectholder {
  width: 100%;
  height: 100%;
}

.banner__media-inner>.aspectholder>* {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__media-inner.mob>.aspectholder:nth-child(2) {
  display: none;
}

.banner__media-text {
  display: flex;
  flex-direction: column;
  row-gap: 7.5rem;
  width: 100%;
  height: 100%;
  padding: var(--Pg);
  z-index: 3;
}

.banner__media-text.float {
  position: absolute;
  top: 0;
  left: 0;
}

.banner__media-text_heading {
  flex: 1.2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  align-items: flex-end;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.banner__media-text>p {
  flex: 2;
}

.banner__media-icon {
  position: absolute;
  z-index: 4;
}

.banner__media-icon.pos_tl {
  top: var(--Pg);
  left: var(--Pg);
}

.banner__media-icon.pos_tr {
  top: var(--Pg);
  right: var(--Pg);
}

.banner__media-icon.pos_bl {
  bottom: var(--Pg);
  left: var(--Pg);
}

.banner__media-icon.pos_br {
  bottom: var(--Pg);
  right: var(--Pg);
}

.banner__media-icon .aspectholder {
  width: 125px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.banner__media-icon .aspectholder>* {
  width: 100%;
  height: auto;
}

.banner__media-icon .aspectholder svg path {
  fill: var(--fg);
}

.banner__ctas {
  grid-column: 1/9;
  align-self: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.667rem;
  column-gap: 0.667rem;
  padding-bottom: var(--Pg);
}

.banner__cta-container {
  display: grid;
  grid-template-columns: 1fr;
}

.banner__cta-container>* {
  grid-column: 1/2;
  grid-row: 1;
}

@media (hover: hover) and (pointer: fine) {
  .banner__cta-hover span {
    transition: all 0.3s;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (hover: hover) and (pointer: fine) {
  .banner__cta-hover:hover .banner__cta-primary {
    opacity: 0;
    transition: all 0.2s;
  }
}

.banner__cta-secondary {
  max-width: 0;
  opacity: 0;
  transition: opacity 0.2s 0.8s, max-width 0.8s;
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
  .banner__cta-hover:hover .banner__cta-secondary {
    max-width: 50vw;
    opacity: 1;
    transition: opacity 0.2s, max-width 0.8s;
  }
}

.banner__arrow {
  position: absolute;
  bottom: var(--Pg);
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(2.5px);
  }

  99% {
    transform: translateY(-0.5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.banner__arrow .aspectholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  animation: float 3.5s ease infinite;
}

.banner__arrow .aspectholder>* {
  width: 100%;
  height: auto;
}

.banner__arrow svg path {
  fill: var(--fg);
}

/* Banner Alt Block */
[data-type="banner2block"] {
  /* height: 100vh; */
  padding: 0 var(--Pg);
  margin-top: 0;
}

[data-type="banner2block"].background {
  padding: 13.375rem var(--Pg) 16.75rem var(--Pg);
  grid-auto-rows: 1fr;
}

.banner2__media {
  grid-column: 1/21;
  width: var(--Wf);
  height: 100%;
  margin-left: var(--Ml);
  position: absolute;
  top: 0;
  left: 0;
}

.banner2__media .aspectholder {
  width: 100%;
  height: 100%;
}

.banner2__media .aspectholder>* {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner2__media .aspectholder:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.banner2__heading {
  grid-column: 2/8;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  z-index: 2;
}

[data-type="banner2block"].spread .banner2__heading {
  grid-column: 2/9;
}

.banner2__content {
  grid-column: 9/17;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
  z-index: 2;
}

[data-type="banner2block"].spread .banner2__content {
  grid-column: 12/20;
}

/* Text Block */
[data-type="textblock"] h2 {
  grid-column: 2/10;
}

.text__content {
  grid-column: 12/19;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

/* Text + Media Block */
[data-type="textmediablock"].layout_overlay {
  padding: 0 var(--Pg);
  margin-top: 0;
  align-items: center;
}

[data-type="textmediablock"].layout_overlay>* {
  grid-row: 1;
}

[data-type="textmediablock"].layout_overlay .mediatext__media {
  grid-column: 1/21;
  width: var(--Wf);
  margin-left: var(--Ml);
  height: 100%;
  max-height: 920px;
}

[data-type="textmediablock"].layout_overlay .aspectholder {
  width: 100%;
  height: 100%;
  position: relative;
}

[data-type="textmediablock"].layout_overlay .aspectholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

[data-type="textmediablock"].layout_overlay .aspectholder>* {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-type="textmediablock"].layout_overlay .mediatext__content {
  grid-column: 2/9;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  z-index: 3;
  padding: 8rem 0;
}

[data-type="textmediablock"].layout_overlay .mediatext__content>div {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

[data-type="textmediablock"].layout_stack {
  row-gap: 2.8rem;
}

[data-type="textmediablock"].layout_stack .mediatext__media {
  grid-column: 2/20;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

[data-type="textmediablock"].layout_stack .aspectholder {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

[data-type="textmediablock"].layout_stack .aspectholder>* {
  width: 100%;
  height: auto;
}

[data-type="textmediablock"].layout_stack .mediatext__content {
  grid-column: 2/20;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -moz-column-gap: var(--Pm);
  column-gap: var(--Pm);
  row-gap: 2rem;
}

[data-type="textmediablock"].layout_stack .mediatext__content h2 {
  grid-column: 1/9;
}

[data-type="textmediablock"].layout_stack .mediatext__content>div {
  grid-column: 11/18;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

/* Media Block */
[data-type="mediablock"] .aspectholder {
  grid-column: 2/20;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

[data-type="mediablock"] .aspectholder>* {
  width: 100%;
  height: auto;
}

/* Carousel Block */
.carousel__carousel {
  grid-column: 4/18;
  position: relative;
  width: 100%;
}

.carousel__carousel .swiper-slide {
  display: flex;
  flex-direction: column;
}

.carousel__carousel .swiper-slide {
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  -moz-column-gap: var(--Pg);
  column-gap: var(--Pg);
}

.carousel__carousel .aspectholder {
  grid-column: 3/13;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100vh;
  overflow: hidden;
}

.carousel__carousel .aspectholder>* {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-button svg {
  width: 10px;
  height: auto;
}

.swiper-button svg path {
  fill: rgba(0, 0, 0, 0.2);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
  z-index: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}

/* Menu Block */
[data-type="menublock"].layout_food {
  row-gap: 4rem;
}

[data-type="menublock"].layout_food .menu__heading {
  grid-column: 2/9;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.menu__food {
  grid-column: 11/20;
  display: flex;
  flex-direction: column;
  row-gap: 1.467rem;
}

.menu__food>li {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

.menu__food h3 {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 0.667rem 0 0.4rem 0;
}

.menu__food-sub {
  display: flex;
  flex-direction: column;
  row-gap: 0.533rem;
}

.menu__food-sub li {
  display: grid;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  min-height: 1.65em;
}

.menu__food-sub li>*:nth-child(2) {
  justify-self: flex-end;
  text-align: right;
}

[data-type="menublock"].layout_food .menu__disclaimer {
  grid-column: 11/19;
}

[data-type="menublock"].layout_drinks {
  row-gap: 12rem;
}

[data-type="menublock"].layout_drinks .menu__heading {
  grid-column: 2/20;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  -moz-column-gap: var(--Pm);
  column-gap: var(--Pm);
}

[data-type="menublock"].layout_drinks .menu__heading h2 {
  grid-column: 1/9;
}

[data-type="menublock"].layout_drinks .menu__heading .richtext {
  grid-column: 11/18;
}

.menu__drinks {
  grid-column: 2/20;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion__content-header {
  border-top: 1px dashed;
  padding: 0.667rem 0 0.4rem 0;
  -moz-column-gap: 8.75rem;
  column-gap: 8.75rem;
}

.accordion__content-header p {
flex: 1 1 auto;
text-align: right;
}

.accordion>li:last-child {
  border-bottom: 1px dashed;
}

.menu__drinks-inner {
  display: flex;
  flex-direction: column;
  row-gap: 2.667rem;
}

.menu__drinks-sub {
  display: flex;
  flex-direction: column;
  row-gap: 0.533rem;
}

.menu__drinks-sub:first-child {
  margin-top: 2rem;
}

.menu__drinks-sub:last-child {
  margin-bottom: 2.667rem;
}

.menu__drinks-sub h4 {
  border-bottom: 1px dashed;
  padding-bottom: 0.533rem;
}

.menu__drinks-sub ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.533rem;
}

.menu__drinks-sub li {
  display: grid;
  grid-template-columns: 4.667rem 1fr 1fr 2.067rem 2.067rem 2.067rem;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  min-height: 1.65em;
  border-bottom: 1px dashed;
  padding-bottom: 0.533rem;
}

.menu__drinks-sub:last-child ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.menu__drinks-sub li>*:nth-child(4),
.menu__drinks-sub li>*:nth-child(5),
.menu__drinks-sub li>*:nth-child(6) {
  justify-self: flex-end;
  text-align: right;
}

[data-type="menublock"].layout_drinks .menu__disclaimer {
  grid-column: 2/9;
}

/* Accordion Block */
.accordion__content {
  grid-column: 2/20;
}

.accordion__content-inner {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  row-gap: 1.65em;
  -moz-column-gap: var(--Pg);
  column-gap: var(--Pg);
  margin: 0 0 2.667rem 0;
}

.accordion__content-inner>p,
.accordion__content-inner .richtext {
  grid-column: 11/18;
}

.accordion__content-heading {
  width: 100%;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 0.667rem 0 0.4rem 0;
}

.accordion__content-inner .aspectholder {
  grid-column: 11/19;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.accordion__content-inner .aspectholder>* {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Booking Block */
[data-type="bookingblock"] {
  min-height: 100vh;
  align-items: center;
  grid-auto-rows: auto;
  padding-top: calc(var(--Hh) + var(--Pg));
}

.booking__container {
  grid-column: 7/15;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.booking__content {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 1.333rem 4rem;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}

/* Image Grid Block */
[data-type="imagegridblock"] {
  row-gap: 3.375rem;
}

.imagegrid__heading {
  grid-column: 2/20;
}

.imagegrid__container {
  grid-column: 2/20;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  -moz-column-gap: var(--Pg);
  column-gap: var(--Pg);
  row-gap: var(--Pg);
}

.imagegrid__container>*:nth-child(odd) {
  grid-column: 1/13;
}

.imagegrid__container>*:nth-child(even) {
  grid-column: 13/19;
}

.imagegrid__container .events__card-content {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -moz-column-gap: var(--Pm);
  column-gap: var(--Pm);
  row-gap: 0.75rem;
}

.imagegrid__container>*:nth-child(odd) .events__card-content {
  grid-template-columns: repeat(12, 1fr);
}

.imagegrid__container>*:nth-child(even) .events__card-content {
  grid-template-columns: repeat(6, 1fr);
}

.imagegrid__container>*:nth-child(odd) .events__card-content>* {
  grid-column: 1/6;
}

.imagegrid__container>*:nth-child(even) .events__card-content>* {
  grid-column: 1/6;
}

/* Pages */

/* Events Page */
[data-template="events"] section:first-of-type:not(.events) {
  margin-bottom: -8.333rem;
}

.events {
  row-gap: 3.6rem;
  margin-bottom: -8.333rem;
  padding: 4rem var(--Pg) 8rem var(--Pg);
}

.events:first-of-type {
  padding-top: calc(var(--Hh) + 5.333rem);
  padding-bottom: 4rem;
}

/* [data-type="latestblock"] {
  padding: calc(var(--Hh) + 5.333rem) var(--Pg) 4rem var(--Pg);
}

[data-type="pastblock"] {
  padding: 4rem var(--Pg) 8rem var(--Pg);
  background-color: var(--white);
} */

[data-type="pastblock"] {
  background-color: var(--white);
}

.events h2 {
  grid-column: 2/20;
}

.latest__container {
  grid-template-columns: repeat(2, minmax(250px, 1fr));
}

.past__container {
  grid-template-columns: repeat(3, minmax(250px, 1fr));
}

.events__grid {
  grid-column: 2/20;
  display: grid;
  grid-gap: var(--Pg);
  grid-auto-rows: 20px;
}

.events__card-inner {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.events__card-media {
  width: 100%;
  height: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.events__card-inner .aspectholder {
  width: 100%;
  height: 100%;
  max-height: inherit;
}

.events__card-inner .aspectholder:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.events__card-inner .aspectholder>* {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .events__card:hover .aspectholder>* {
    transform: scale(1.075);
  }
}

.events__card-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a.events__card:hover .events__card-content {
    opacity: 0.5
  }
}

/* Article Page */
[data-type="articleblock"] {
  padding: calc(var(--Hh) + 4.667rem) var(--Pg) 11rem var(--Pg);
}

.article__gallery {
  grid-column: 2/11;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.333rem;
}

.article__gallery .aspectholder {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.article__gallery .aspectholder>* {
  width: 100%;
  height: auto;
}

.article__content {
  grid-column: 12/19;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  row-gap: 5.667rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--Hh) + 4.667rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.article__content>* {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.article__card {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  padding: 1.333rem;
  color: var(--white);
  background-color: var(--red);
  border-radius: 10px;
  margin: -2.333rem 0;
}

.article__card ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.666rem;
}

.article__card ul a {
  text-decoration: underline;
  text-underline-offset: 0.45rem;
  text-decoration-thickness: 1px;
}


/* Resdiary Styling */

#rd-widget-frame * {
  font-family: "Favorit", "Arial", sans-serif !important;
  font-size: var(--Fb) !important;
}

#rd-mini-widget-root .glyphicon,
#rd-widget-root .glyphicon,
#widget-modal-root .glyphicon {
  font-family: "Glyphicons Halflings" !important;
  font-size: 13px !important;
}

#rd-widget-root .custom-logo {
  margin-top: 40px !important;
}

#rd-widget-frame input {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

#rd-widget-root .logo-panel,
#rd-mini-widget-root .logo-panel {
  background: transparent !important;
}

#rd-widget-root * {
  border-radius: 10px !important;
  transition: all 0.2s;
}

#rd-mini-widget-root label,
#rd-widget-root label,
#widget-modal-root label {
  white-space: nowrap;
}

#rd-mini-widget-root label>*,
#rd-widget-root label>*,
#widget-modal-root label>* {
  display: inline-block !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#rd-mini-widget-root input[type=checkbox],
#rd-mini-widget-root input[type=radio],
#rd-widget-root input[type=checkbox],
#rd-widget-root input[type=radio],
#widget-modal-root input[type=checkbox],
#widget-modal-root input[type=radio] {
  margin: 0 !important;
}

#rd-widget-root .table-confirmation {
  background-color: var(--white) !important;
}

#rd-widget-root table.table.table-confirmation tr,
#rd-mini-widget-root table.table.table-confirmation tr {
  background-color: transparent !important;
}

#rd-mini-widget-root .table>tbody>tr>td,
#rd-mini-widget-root .table>tbody>tr>th,
#rd-mini-widget-root .table>tfoot>tr>td,
#rd-mini-widget-root .table>tfoot>tr>th,
#rd-mini-widget-root .table>thead>tr>td,
#rd-mini-widget-root .table>thead>tr>th,
#rd-widget-root .table>tbody>tr>td,
#rd-widget-root .table>tbody>tr>th,
#rd-widget-root .table>tfoot>tr>td,
#rd-widget-root .table>tfoot>tr>th,
#rd-widget-root .table>thead>tr>td,
#rd-widget-root .table>thead>tr>th,
#widget-modal-root .table>tbody>tr>td,
#widget-modal-root .table>tbody>tr>th,
#widget-modal-root .table>tfoot>tr>td,
#widget-modal-root .table>tfoot>tr>th,
#widget-modal-root .table>thead>tr>td,
#widget-modal-root .table>thead>tr>th {
  border: none !important;
}

#rd-mini-widget-root .btn,
#rd-widget-root .btn,
#widget-modal-root .btn {
  line-height: 1 !important;
  padding: 0.667rem 2rem !important;
  font-size: var(--F12) !important;
}

#rd-mini-widget-root .btn *:not(.glyphicon),
#rd-widget-root .btn *:not(.glyphicon),
#widget-modal-root .btn *:not(.glyphicon) {
  font-size: var(--F12) !important;
  font-family: "Favorit Medium", "Arial", sans-serif !important;

}

#rd-widget-root .btn-default,
#rd-mini-widget-root .btn-default {
  color: var(--fg) !important;
  background-color: rgba(0, 0, 0, 0.25) !important;
  border-color: transparent !important;
  text-transform: uppercase;
}

#rd-mini-widget-root .btn-default:hover,
#rd-widget-root .btn-default:hover,
#widget-modal-root .btn-default:hover {
  color: var(--fg) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}



[data-type="contact-formblock"] .left {
    grid-column: 2/10;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

[data-type="contact-formblock"] .left a {
    padding-top: 1rem;
}

[data-type="contact-formblock"] .right {
    grid-column: 12/20;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

[data-type="contact-formblock"] .right .text-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[data-type="contact-formblock"] .contact-form input,  [data-type="contact-formblock"] .contact-form textarea {
    border-bottom: solid 1px;
}

[data-type="contact-formblock"] .form-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-bottom: 0.8rem;
}