/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */

/* Document
	 ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
	 ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
	 ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

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

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

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

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

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

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

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

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

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

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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 ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 30px;
  height: 30px;
}

/* ---- page dots ---- */

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

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

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* FancyBox */

a[data-fancybox] img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__backdrop::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 10%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  left: 50%;
  top: 50%;
  -webkit-transform: scale(11);
          transform: scale(11);
  opacity: 0.3;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fancybox__container {
  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;
  --carousel-button-bg: var(--black);
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
}

.fancybox__nav {
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 20px;
}

.fancybox__nav .carousel__button.is-next {
  right: 20px;
}

.carousel__button.is-close {
  right: auto;
  top: 20px;
  left: 20px;
}

.fancybox__slide {
  padding: 8px 88px;
}

.fancybox__toolbar__items--right button {
  display: none;
}

.fancybox__toolbar__items--right button:last-of-type {
  display: block;
}

/* Thumbnails */

.fancybox__thumbs .carousel__slide {
  padding: 8px 8px 16px 8px;
}

.is-nav-selected::after {
  display: none;
}

.fancybox__thumb {
  border-radius: 6px;
  opacity: 0.4;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
  border-radius: 6px;
  border: 1px solid var(--black);
  opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

/* The Event Calendar */

.tribe-events-single {
  margin-top: 50px;
}

.tribe-events-event-image img {
  width: 100%;
  height: auto;
}

.tribe-events-back,
.tribe-events-single-event-title,
.tribe-events-schedule h2,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-c-btn-border,
.tribe-common .tribe-common-h3 {
  font-family: var(--medium);
}

.tribe-events-schedule .tribe-events-cost {
  display: none;
}

.tribe-events-content p,
.tribe-events-event-meta dl,
.tribe-event-date-start,
.tribe-common .tribe-common-b2,
.tribe-events-c-small-cta__price,
.tribe-event-date-start,
.tribe-events-calendar-list__event-venue,
.tribe-events-c-small-cta__price {
  font-family: var(--book);
}

abbr[title] {
  text-decoration: unset;
}

#tribe-events-pg-template {
  padding: 0 15px;
  margin-top: 120px;
}

.tribe-events-back {
  position: relative;
}

.tribe-events-back a {
  position: relative;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.tribe-events-back a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2), -webkit-transform 0.4s var(--cubic-bezier2);
}

/* ----------------------------------------- */

.tribe-events-view * {
  font-family: var(--regular) !important;
}

div#tribe-events-content * {
  font-family: var(--book) !important;
}

.table-condensed .month.active,
.table-condensed .month.current,
.table-condensed .month:hover,
.table-condensed .day.active,
.table-condensed .day.current,
.table-condensed .day:hover,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
  min-width: unset !important;
  max-width: none !important;
  width: auto !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small,
.tribe-events .datepicker {
  border: 1px solid var(--black);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body,
.tribe-events .tribe-events-calendar-list-nav,
.tribe-events .tribe-events-calendar-day-nav,
.tribe-events-event-meta:before,
#tribe-events-footer {
  border-top: 1px solid var(--black);
}

.tribe-events-notices,
.tribe-events-content a {
  border-bottom: 1px solid var(--black);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
  border-left: 1px solid var(--black);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day,
.tribe-events .tribe-events-c-messages__message-list-item-link {
  border-color: var(--black);
}

.tribe-events .tribe-events-c-search__button {
  background-color: transparent;
}

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner h3,
.tribe-events .tribe-events-calendar-month__day-cell--selected h3,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus h3,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover h3,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner h3 span,
.tribe-events .tribe-events-calendar-month__day-cell--selected h3 span,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus h3 span,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover h3 span,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner h3 time,
.tribe-events .tribe-events-calendar-month__day-cell--selected h3 time,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus h3 time,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover h3 time,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner em,
.tribe-events .tribe-events-calendar-month__day-cell--selected em,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus em,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover em {
  background-color: var(--black);
  color: var(--white);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  bottom: 20px;
}

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-featured-icon,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-title,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active a,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus a,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within a,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover a,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus h3,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover h3,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus h3 span,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover h3 span,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus h3 time,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover h3 time {
  opacity: 1;
  color: var(--white);
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus em,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover em,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: var(--white);
  opacity: 1;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
  opacity: 1;
}

.tooltipster-base.tribe-events-tooltip-theme,
.tribe-events .tribe-events-c-search__button,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
  border: 1px solid var(--black);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  font-size: 15px;
  font-weight: var(--medium);
  color: var(--black);
}

.tribe-events .tribe-events-calendar-list__month-separator:after,
.tribe-events .tribe-events-calendar-day__time-separator:after,
.tribe-events .tribe-events-calendar-day__type-separator:after {
  background-color: var(--black);
}

.tribe-events .tribe-events-c-messages__message-list-item-link,
.tribe-common .tribe-common-c-svgicon,
.tribe-events .tribe-events-c-search__button,
.tribe-common .tribe-common-anchor-thin-alt:active,
.tribe-common .tribe-common-anchor-thin-alt:focus,
.tribe-common .tribe-common-anchor-thin-alt:hover,
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: var(--black);
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: var(--black);
  color: var(--black);
  background-color: transparent;
}

.tribe-events .tribe-events-calendar-list__event-row {
  border-bottom: 1px solid;
  padding-bottom: var(--tec-spacer-8);
}

.tribe-events .tribe-events-calendar-list__event-row:last-of-type {
  border: none;
  padding-bottom: 0;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover svg,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus svg,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:active svg,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within svg {
  fill: var(--white);
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  margin-left: 10px;
}

.tribe-events-single .tribe_events.type-tribe_events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tribe-events-single .tribe_events.type-tribe_events > div {
  width: 100%;
}

.tribe-events-single .tribe-events-c-subscribe-dropdown__container {
  padding: 0 !important;
  margin: 0;
}

.tribe-events-single .tribe-events-c-subscribe-dropdown__container div,
.tribe-events-single .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix,
.tribe-events-single .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix div,
.tribe-events-single .tribe-events.tribe-common {
  padding-left: 0 !important;
}

.tribe-events-single .event-details .tribe-events-event-meta:before {
  content: none;
}

.tribe-events-single .event-details .event-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.tribe-events-single .event-details .event-date-wrapper .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tribe-events-single .event-details .event-date-wrapper .event-date span {
  padding: 0 5px;
}

.tribe-events-single .event-details .event-date-wrapper dt {
  padding-right: 5px;
}

#tribe-events-pg-template {
  max-width: none;
}

.tribe-events-back a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.tribe-events-single .event-details .tribe-events-single-section.tribe-events-event-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.tribe-events-single .event-details .tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-details {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.tribe-events-single .event-details .tribe-events-meta-group a {
  color: var(--black);
}

.tribe-events-content a:active,
.tribe-events-content a:focus,
.tribe-events-content a:hover {
  border-bottom: 1px solid var(--black);
  color: var(--black);
}

.tribe-events .tribe-events-l-container {
  padding-top: 120px;
}

.tribe-events-single .tribe_events.type-tribe_events {
  padding: 8rem 0;
  border-top: 1px solid var(--black);
}

.tribe-events-single .tribe-events-notices {
  border: none !important;
}

.tribe-events-single .tribe-events-back {
  padding-bottom: 15px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  color: var(--white);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
  z-index: 1;
}

.tribe-events-venue-map {
  width: 100%;
}

.tribe-events-meta-group dl {
  font-size: 16px;
}

.tribe-events-meta-group-details {
  margin: 0 0 15px 0;
  padding: 0;
}

.tribe-events-meta-group-venue {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tribe-events-single-section-title {
  font-size: 18px !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
}

.tribe-events-single-event-title {
  margin-bottom: 30px;
}

:root {
  --brand-main: #f3eee9;
  --brand-secondary: #202020;
  --black-bg: #232323;
  --dark: #000000;
  --light: #000000;
  --black: #000000;
  --black-light: #070707;
  --white: #ffffff;
  --gold: #d1b274;
  --gold-light: #d2ae6d;
  --gray: #949494;
  --gray-light: #f6f6f6z;
  --gray-darker: #6c6c6c;
  --green: #318477;
  --green-light: #bad655;
  --green-dark: #3e5828;
  --orange: #f67e1f;
  --border-color: #d9d9d9;
  --font-base: 16px;
  --line-height-base: 1.25rem;
  --regular: 'Suisse BP Regular';
  --book: 'Suisse BP Book';
  --medium: 'Suisse BP Medium';
  --regular-italic: 'Suisse BP Regular Italic';
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
  --font-weight-h1: 500;
  --font-weight-h2: 500;
  --font-weight-h3: 500;
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-h6: 500;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --wrap-space: 15px;
  --wrap-width-xs: 100%;
  --wrap-width-sm: 540px;
  --wrap-width-md: 720px;
  --wrap-width-lg: 960px;
  --wrap-width-xl: 1140px;
  --col-space: 30px;
  --border-radius: 0;
  --spacer: 20px;
  --cubic-bezier: cubic-bezier(.83, 0, .17, 1);
  --cubic-bezier2: cubic-bezier(0, .28, .5, 1);
  --cubic-bezier3: cubic-bezier(0.19, 1, 0.22, 1);
  --mobile-height: 100vh;
}

@font-face {
  font-family: 'Suisse BP Regular';
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse BP Book';
  src: url("../fonts/SuisseIntl-Book.woff2") format("woff2"), url("../fonts/SuisseIntl-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse BP Medium';
  src: url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse BP Regular Italic';
  src: url("../fonts/SuisseIntl-RegularItalic.woff2") format("woff2"), url("../fonts/SuisseIntl-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?nrf4mx");
  src: url("../fonts/icomoon.eot?nrf4mx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nrf4mx") format("truetype"), url("../fonts/icomoon.woff?nrf4mx") format("woff"), url("../fonts/icomoon.svg?nrf4mx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-location:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e942";
}

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

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  display: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--regular);
  color: var(--black);
}

input:focus,
textarea:focus {
  outline: 0;
}

.wrapper {
  padding: 0 15px;
}

.wrapper .wrapper {
  padding: 0;
}

.wrapper .embed-map {
  padding-top: 60px;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.center {
  text-align: center;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}

.table {
  display: table;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subtitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px 0;
  margin-bottom: 30px;
  font-family: var(--medium);
  border-bottom: 1px solid var(--black);
}

.btn {
  margin-top: 30px;
  display: inline-block;
  border: 1px solid var(--black);
  text-transform: uppercase;
  font-family: var(--medium);
  position: relative;
  padding: 15px 30px 15px 30px;
  cursor: pointer;
}

.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  -webkit-transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2), -webkit-transform 0.3s var(--cubic-bezier2);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s var(--cubic-bezier2);
  transition: color 0.3s var(--cubic-bezier2);
  color: #000;
}

.btn i {
  display: inline-block;
  margin-left: 15px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-35deg) translateY(2px) translateX(0) scale(0.85);
          transform: rotate(-35deg) translateY(2px) translateX(0) scale(0.85);
  -webkit-transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2), -webkit-transform 0.3s var(--cubic-bezier2);
}

.m-b-0 {
  margin-bottom: 0;
}

.wp-block-file {
  height: 80vh;
}

.wp-block-file object {
  display: block;
  height: 90% !important;
}

.wp-block-image {
  margin: 0 15px 30px;
}

/* Edit Mode */

html :where(.wp-block) {
  max-width: 90%;
}

.block-editor-writing-flow section {
  margin-bottom: 0;
}

.block-editor-writing-flow .marquee {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.block-editor-writing-flow .gallery {
  margin-bottom: 30px;
}

.acf-block-body .acf-block-preview {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--medium);
}

h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 83%;
  margin-bottom: 30px;
}

h2 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 100%;
  word-break: break-word;
}

h3 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 100%;
  word-break: break-word;
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4);
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5);
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6);
}

p {
  margin-bottom: 30px;
}

p:last-of-type {
  margin-bottom: 0;
}

/*
*	ClleanCode GRID
*/

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex .col-1 {
  width: 33.3333%;
}

.flex .col-2 {
  width: 50%;
}

.flex .col-3 {
  width: 100%;
}

.flex-h-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-v-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-first {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
      -ms-flex-order: -9999;
          order: -9999;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-10 {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.gap-x-8 {
  grid-column-gap: 2rem;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

.gap-x-9 {
  grid-column-gap: 2.25rem;
  -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-y-12 {
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.gap-y-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.fill-current {
  fill: currentColor;
}

.pb-8 {
  padding-bottom: 2rem;
}

.header {
  padding: 20px 15px;
  text-transform: uppercase;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  letter-spacing: 0.035em;
  background-color: var(--white);
  -webkit-transition: all 0.3s var(--cubic-bezier);
  transition: all 0.3s var(--cubic-bezier);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-other {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-other ul {
  margin-right: 30px;
}

.header-space {
  width: 50%;
}

.header-space.header-other.header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-space.header-other.header-mobile .languages li:first-child:after,
.header-space.header-other.header-mobile .languages li:last-child:after {
  top: 0;
}

.logo img {
  max-width: 130px;
  height: auto;
  width: 100%;
}

.menu-wrapper {
  width: 100%;
  padding-top: 20px;
  display: none;
}

.menu > li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.menu > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--regular);
  position: relative;
  position: relative;
}

.menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2), -webkit-transform 0.4s var(--cubic-bezier2);
}

.menu > li > ul {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.menu > li > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}

.menu > li > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.menu > li > ul > li a {
  line-height: 16px;
  font-family: var(--book);
  font-weight: 300;
  white-space: nowrap;
}

.menu > li > ul > li > ul {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.menu > li > ul > li > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}

.menu > li > ul > li > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.menu > li > ul > li > ul > li > ul {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.menu > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}

.menu > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.languages li {
  text-align: center;
  padding: 5px;
  position: relative;
}

.languages li a {
  display: block;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.languages li:first-child,
.languages li:last-child {
  width: 34px;
  height: 34px;
}

.languages li:first-child:after,
.languages li:last-child:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 34px;
  height: 34px;
  background-color: var(--black);
  border-radius: 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s var(--cubic-bezier2);
  transition: all 0.3s var(--cubic-bezier2);
  opacity: 0;
}

.languages li:nth-child(2) {
  margin: 0 5px;
}

.languages li.active {
  color: var(--white);
}

.languages li.active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.menubar {
  display: block;
}

.menubar span {
  width: 28px;
  height: 3px;
  background-color: var(--black);
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
}

.menubar span:last-child {
  margin-bottom: 0;
}

.menubar.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menubar.active span:nth-child(2) {
  opacity: 0;
}

.menubar.active span:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sub-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2), -webkit-transform 0.3s var(--cubic-bezier2);
  padding: 3px 5px 5px 15px;
}

.sub-menu-icon.active {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu > li > .sub-menu-icon {
  padding: 20px 9px 20px 9px;
}

.main {
  margin-top: 90px;
  border-top: 1px solid var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
  height: 50vh;
  position: relative;
  z-index: 1;
}

.main .swiper {
  height: 100%;
}

.main .swiper .swiper-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.main .main-arrows {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: var(--black);
  display: none;
}

.main .main-arrows .main-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  background-color: var(--white);
  border: 1px solid var(--black);
  position: relative;
  cursor: pointer;
}

.main .main-arrows .main-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2), -webkit-transform 0.3s var(--cubic-bezier2);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.main .main-arrows .main-arrow span {
  position: relative;
  z-index: 2;
  font-size: 1.55rem;
  -webkit-transition: color 0.3s var(--cubic-bezier2);
  transition: color 0.3s var(--cubic-bezier2);
}

.main-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 295px 0 0 0;
  color: var(--black);
}

.main-content h2,
.main-content p {
  position: relative;
  z-index: 2;
}

.main-content h2 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  margin-bottom: 0;
}

.main-content p {
  font-size: 1rem;
  text-transform: uppercase;
}

section {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

section .grid > div > img {
  width: 100%;
  height: auto;
}

.section-video p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.035em;
  width: 100%;
  word-break: break-word;
}

.section-video p span {
  font-size: 20px;
  padding: 20px;
  border: 1px solid var(--black);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.section-video h3 {
  width: 100%;
}

.column {
  font-family: var(--book);
}

.column h1,
.column h2,
.column h3,
.column h4 {
  margin-bottom: 30px;
}

.column a:not(.btn) {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.column a:not(.btn):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2), -webkit-transform 0.4s var(--cubic-bezier2);
}

.column strong {
  font-family: var(--medium);
  font-weight: 700;
}

.column img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.column ul {
  margin-bottom: 30px;
}

.column ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}

.column ul li:last-child {
  margin-bottom: 0;
}

.column p:not(.venue) strong {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.marquee {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  height: 90px;
  z-index: 1;
}

.marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-animation: marquee 3s linear infinite;
          animation: marquee 3s linear infinite;
}

.marquee span {
  font-size: 10vw;
  padding: 0px;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
            transform: translate3d(calc(-25% + 20vw), 0, 0);
  }

  100% {
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
            transform: translate3d(calc(-50% + 20vw), 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
            transform: translate3d(calc(-25% + 20vw), 0, 0);
  }

  100% {
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
            transform: translate3d(calc(-50% + 20vw), 0, 0);
  }
}

.cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.city {
  width: 100%;
  padding: 0 30px;
  border-left: 1px solid var(--black);
  margin-bottom: 30px;
}

.city h5 {
  font-weight: 700;
  font-family: var(--medium);
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.city h5 span {
  font-size: 12px;
}

.city p {
  margin-bottom: 30px;
}

.city .city-images {
  position: relative;
  padding-bottom: 130%;
}

.city .city-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.city .city-images img:first-child {
  z-index: 1;
}

.city .city-images img:last-child {
  z-index: 2;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-clip-path 0.75s ease;
  transition: -webkit-clip-path 0.75s ease;
  transition: clip-path 0.75s ease;
  transition: clip-path 0.75s ease, -webkit-clip-path 0.75s ease;
}

.video,
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

.video iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-text {
  margin-bottom: 30px;
}

.banner {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.banner img {
  position: relative;
  opacity: 1;
  width: 25%;
  height: auto;
  margin: 0 auto 30px auto;
}

.banner h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.05vw;
  font-family: var(--regular);
  text-transform: none;
}

.banner h2 span {
  background-color: var(--black);
  color: var(--white);
  display: inline;
  padding: 5px;
}

.artists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.artist {
  width: 100%;
  padding: 30px 15px;
  border-left: 1px solid var(--black);
  margin-bottom: 30px;
  position: relative;
}

.artist:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.artist h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.artist h5 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed var(--black);
}

.artist p {
  font-size: 16px;
}

.artist h3,
.artist h5,
.artist p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}

.artist-img {
  position: relative;
  margin-bottom: 30px;
}

.artist-img img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}

.newsletter form {
  width: 100%;
}

.newsletter form input {
  border: 0;
  border-bottom: 1px solid var(--black);
  width: 100%;
  font-family: var(--book);
  font-weight: 300;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 0;
}

.newsletter form .btn {
  margin-top: 0;
  background-color: white;
}

.section-newsletter h3 {
  font-size: 22px;
  line-height: 1.15;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding: 60px 0;
}

.footer a {
  position: relative;
}

.footer a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: -webkit-transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2);
  transition: transform 0.4s var(--cubic-bezier2), -webkit-transform 0.4s var(--cubic-bezier2);
}

.footer-top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--white);
}

.footer-top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-top ul li {
  margin-bottom: 5px;
}

.footer-top ul li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
}

.footer-bottom img {
  max-width: 150px;
  height: auto;
  margin-bottom: 30px;
}

.footer-copyright {
  margin-top: 60px;
}

.footer-logo::after {
  display: none;
}

.intro {
  margin-top: 75px;
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--black);
  margin-bottom: 60px;
}

.intro h2 {
  font-size: 45px;
}

.intro h4 {
  font-size: 18px;
}

.intro h4 + h4 {
  margin-top: 15px;
}

.gallery {
  margin-bottom: 60px;
}

.gallery img {
  height: 40vh;
  width: auto;
}

.gallery .carousel-cell {
  padding: 0 30px;
}

.flickity-prev-next-button {
  background: transparent;
  width: 60px;
  height: 60px;
}

.flickity-prev-next-button:hover {
  background: none;
}

.flickity-prev-next-button .flickity-button-icon {
  top: 50%;
}

.flickity-prev-next-button.previous .flickity-button-icon {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.flickity-prev-next-button.next .flickity-button-icon {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.flickity-prev-next-button path {
  -webkit-transform: scale(0.085);
          transform: scale(0.085);
}

#building-plan-and-accessibility .gallery img,
#plani-i-ndertimit-dhe-aksesueshmeria .gallery img {
  width: 100%;
  height: auto;
}

.articles .article {
  width: 100%;
  padding: 0 15px;
  border-left: 1px solid var(--black);
  margin-bottom: 60px;
  display: block;
}

.articles .article h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.articles .article h5 {
  font-size: 1rem;
}

.articles .article h4,
.articles .article h5 {
  margin-bottom: 30px;
}

.article-img {
  display: block;
  height: 150px;
  margin-bottom: 30px;
}

.article-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.pagination {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--black);
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  font-weight: 700;
  font-family: var(--medium);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pagiantion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.pagiantion .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  border: 1px solid;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagiantion .page-numbers:hover {
  background-color: var(--black);
  color: white;
}

.pagiantion .page-numbers.current {
  background: var(--black);
  color: #FFF;
}

.team-list {
  display: none;
}

.team-list .team-list--item {
  margin-bottom: 60px;
}

.team-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

.team-boxes .team-box {
  width: calc((100% / 2) - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.team-boxes .team-box:nth-child(2n) {
  margin-right: 0px;
}

.team-boxes .team-box .team-img {
  width: 100%;
}

.team-boxes .team-box .team-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.team-boxes .team-box h3,
.team-boxes .team-box h5 {
  padding: 10px 0 5px 0;
  margin: 0;
  font-size: 14px;
  line-height: 15px;
}

.team-boxes .team-box h5 {
  padding-top: 0;
}

#team .wrapper:nth-child(2) .intro {
  margin-bottom: 0;
  border: none;
}

.full-img img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.full-img p {
  text-align: right;
}

.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsors a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  width: calc(100% / 2);
  height: 170px;
  padding: 15px;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsors a img {
  width: 100%;
  height: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  max-height: 100%;
  max-width: unset;
}

.box-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 150px;
}

.box-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.box-links .box-link--logo {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.box-links .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  margin-top: 0;
}

.shop-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.shop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
  width: 100%;
}

.shop-item .shop-item--image {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.shop-item .shop-item--image:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  bottom: 0px;
  left: 0;
}

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

.shop-item .shop-item--description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-item .shop-item--description h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}

.shop-item .shop-item--description h3,
.shop-item .shop-item--description p {
  width: 100%;
  text-align: center;
}

.shop-item .shop-item--description p {
  font-size: 20px;
  margin-bottom: 15px;
}

.shop-item .shop-item--description a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.product-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-top .product-top--slider {
  width: 100%;
  margin-bottom: 30px;
}

.product-top .product-top--slider .product-slider {
  width: 100%;
  height: 350px;
}

.product-top .product-top--slider .product-slider-thumbnails {
  margin-top: 15px;
  height: 100px;
  width: 100%;
}

.product-top .product-top--slider .product-slider-thumbnails .swiper-slide {
  height: 100%;
  width: 100px !important;
}

.product-top .product-top--slider .product-slider-thumbnails .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 10px;
}

.product-top .product-top--slider .product-slider-thumbnails .swiper-slide.swiper-slide-thumb-active img {
  border: 1px solid var(--black);
}

.product-top .product-slider {
  height: 100%;
}

.product-top .product-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-top .product-top--text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-top .product-top--text h1 {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.product-top .product-top--text h1:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  bottom: 0px;
  left: 0;
}

.product-top .product-top--text p {
  text-align: left;
  margin-bottom: 15px;
}

.product-top .product-top--text .product-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-top .product-top--text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5px;
}

.product-top .product-top--text ul li span {
  font-weight: bold;
  padding-bottom: 3px;
}

.product-top .product-top--text .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.product-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-bottom .product-description {
  margin-bottom: 30px;
  width: 100%;
}

.product-bottom .product-features {
  width: 100%;
}

.product-bottom .product-features ul li span {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 5px;
}

.product-bottom .product-description h1,
.product-bottom .product-features h1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 24px;
}

.product-bottom .product-description h1:after,
.product-bottom .product-features h1:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  bottom: 0px;
  left: 0;
}

.product-related .article-img {
  height: 350px;
}

.product-related .article-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.search-modal .newsletter {
  width: 90%;
}

.search-modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-modal form input {
  background: transparent;
  color: white;
  border-bottom: 1px solid white;
  font-size: 26px;
}

.search-modal form input::-webkit-input-placeholder {
  color: var(--white);
}

.search-modal form input::-ms-input-placeholder {
  color: var(--white);
}

.search-modal form input::placeholder {
  color: var(--white);
}

.search-modal form button {
  font-size: 18px;
  line-height: 30px;
}

.content-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.content-slider .content-slider-left {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 60px;
}

.content-slider .content-slider-left .content-slider {
  height: 100%;
}

.content-slider .content-slider-left .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: -40px;
}

.content-slider .content-slider-left .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: transparent;
  border: 1px solid var(--black);
  opacity: 1;
}

.content-slider .content-slider-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--black);
}

.content-slider .content-slider-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content-slider .content-slider-right {
  width: 100%;
}

.block-about--content div {
  margin-bottom: 30px;
}

.block-about--content div a {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}

.block-about--content div a span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s var(--cubic-bezier2);
  transition: color 0.3s var(--cubic-bezier2);
}

.block-about--content div a i {
  display: inline-block;
  margin-left: 15px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-35deg) translateY(2px) translateX(0) scale(0.85);
          transform: rotate(-35deg) translateY(2px) translateX(0) scale(0.85);
  -webkit-transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: -webkit-transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2);
  transition: transform 0.3s var(--cubic-bezier2), -webkit-transform 0.3s var(--cubic-bezier2);
}

.map-and-accesibility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.navigation {
  position: relative;
  height: 40px;
  margin-top: 30px;
}

.navigation,
.mapsAndAccesibilitySwiper {
  width: 100%;
}

.mapsAndAccesibilitySwiper .swiper-pagination {
  display: none !important;
}

.navigation .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  top: 0;
}

.navigation .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px !important;
  border: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  opacity: 1;
  border-radius: 0;
  width: calc(100% / 2);
  height: auto;
  background: none;
  padding-left: 30px;
}

.navigation .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.navigation .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.navigation .swiper-pagination .swiper-pagination-bullet:hover::after {
  background: #000;
}

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

.mapsAndAccesibilitySwiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mapsAndAccesibilitySwiper,
.map-and-accesibility {
  height: 100%;
}

.map-and-accesibility img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.embed-map > * {
  width: 100%;
}

.contact div {
  width: 100%;
}

.contact .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact .text .text-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding: 0px 5px;
  text-align: center;
}

.contact .text .text-item p,
.contact .text .text-item a p {
  text-align: center;
  word-break: break-word;
  text-transform: uppercase;
}

.contact .map {
  display: block;
  width: 100%;
  height: 50vh;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--black);
  margin-bottom: 30px;
}

.icon i {
  color: var(--white);
  font-size: 20px;
}

.space-request-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.space-request-form .space-request-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.space-request-form label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px 0;
  margin-bottom: 30px;
  font-family: var(--medium);
}

.space-request-form label span {
  display: inline-block;
  margin-left: 10px;
}

.space-request-form select,
.space-request-form input,
.space-request-form textarea {
  padding-left: 0;
}

.space-request-form input,
.space-request-form textarea {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #000;
  width: 100% !important;
  font-family: var(--book);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
}

.space-request-form textarea {
  resize: none !important;
}

.space-request-form select {
  border: 0;
  border-bottom: 1px solid #000;
  outline: 0;
  width: 100%;
  padding-bottom: 15px;
  font-family: var(--book);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}

.space-request {
  margin-bottom: 60px;
}

.space-request--title {
  margin-bottom: 30px;
}

.space-request-item.space-request-form--multiselect div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.space-request-item.space-request-form--multiselect input {
  margin-top: 30px;
}

.space-request-item.--select label {
  padding-bottom: 24px;
}

.space-request--submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.space-request--submit-button button {
  background: #FFF;
}

.wpcf7-not-valid-tip {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 15px 0;
  font-family: var(--medium);
}

.wpcf7-response-output {
  padding: 0 !important;
  margin: 30px 0 0 0 !important;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px 0;
  font-family: var(--medium);
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  border-bottom: 1px solid;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}

.wpcf7-form-control.wpcf7-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}

.wpcf7-form-control.wpcf7-checkbox label span {
  padding-left: 15px;
}

.wpcf7-form-control.wpcf7-checkbox label input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-bottom: 15px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  accent-color: #000;
}

.space-request-item.--select p > label[for="equipment"],
.space-request-item.--select p > label[for="category"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
}

.space-request--title {
  margin-bottom: 90px;
  font-size: 1rem;
  font-family: var(--medium);
  font-weight: 900;
  text-transform: uppercase;
}

.post-slider {
  height: auto;
}

.post-slider .slider-mobile-image {
  display: block;
}

.post-slider .slider-mobile-image img {
  height: auto;
  width: auto;
}

.post-slider .slider-desktop-image {
  display: none;
}

.post-slider h2 {
  margin-bottom: 0;
}

@media (min-width: 350px) {
  .article-img {
    height: 250px;
  }
}

@media (min-width: 575px) {
  .navigation .swiper-pagination .swiper-pagination-bullet {
    width: calc(100% / 3);
  }
}

@media (min-width: 768px) {
  .tribe-events-venue-map > div,
  .tribe-events-venue-map > iframe {
    height: 300px;
  }

  body {
    font-size: 18px;
    line-height: 30px;
  }

  .wrapper {
    padding: 0 30px;
  }

  .btn {
    margin-top: 60px;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
    -webkit-order: 9999 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .header {
    padding: 10px 30px;
  }

  .header-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-space {
    width: 22%;
  }

  .header-space.header-other.header-mobile {
    display: none;
  }

  .logo img {
    max-width: 160px;
  }

  .menu-wrapper {
    width: auto;
    padding-top: 0;
    display: block;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu > li {
    margin-left: 30px;
    padding: 20px 0;
    border-bottom: 0;
  }

  .menu > li:first-child {
    margin-left: 0;
  }

  .menu > li > a {
    font-size: 16px;
  }

  .menu > li > ul {
    position: absolute;
    top: 100%;
    left: -30px;
    background-color: var(--black);
    color: var(--white);
    min-width: 200px;
    padding: 10px 20px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu > li > ul > li a {
    font-size: 14px;
  }

  .menu > li > ul > li > ul {
    position: absolute;
    top: -10px;
    left: calc(100% + 10px);
    min-width: 200px;
    padding: 10px 20px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--black);
    color: var(--white);
  }

  .menu > li > ul > li > ul > li > ul {
    position: absolute;
    top: -10px;
    left: calc(100% + 10px);
    min-width: 200px;
    padding: 10px 20px;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--black);
    color: var(--white);
    padding: 10px 20px;
  }

  .menubar {
    display: none;
  }

  .main {
    margin-bottom: 60px;
  }

  .main .main-arrows {
    display: block;
  }

  .main .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  .main .swiper .swiper-slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.75));
    z-index: 1;
  }

  .main-content {
    padding: 30px 150px 30px 30px;
    color: var(--white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-content h2 {
    font-size: 1.6rem;
  }

  .main-content p {
    font-size: 1.25rem;
  }

  section {
    margin-bottom: 60px;
  }

  .section-video p span {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    font-size: 30px;
    padding: 30px;
  }

  .marquee {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 120px;
    height: 200px;
  }

  .cities {
    margin-bottom: 120px;
  }

  .city {
    width: calc(100% / 3);
    margin-bottom: 0;
  }

  .banner {
    margin-bottom: 120px;
    padding-right: 30%;
  }

  .banner img {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 8%;
    height: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .banner h2 {
    font-size: 2.5vw;
    line-height: 1.25;
  }

  .banner h2 span {
    padding: 5px 15px;
  }

  .artist {
    width: calc(100% / 2);
    padding: 30px;
    margin-bottom: 60px;
  }

  .artist h3 {
    font-size: 32px;
  }

  .artist p {
    font-size: 20px;
  }

  .newsletter form input {
    font-size: 35px;
  }

  .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .footer-top ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer-top ul li {
    margin-left: 30px;
    margin-bottom: 0;
  }

  .footer-top ul li:first-child {
    margin-left: 0;
  }

  .footer-bottom img {
    max-width: 170px;
  }

  .intro {
    padding-bottom: 60px;
  }

  .intro h2 {
    font-size: 80px;
  }

  .intro h4 {
    font-size: var(--font-size-h4);
  }

  .intro .news-title {
    font-size: 60px;
  }

  .gallery {
    margin-bottom: 120px;
  }

  .gallery img {
    width: auto;
    height: 80vh;
  }

  #building-plan-and-accessibility .gallery img,
  #plani-i-ndertimit-dhe-aksesueshmeria .gallery img {
    width: auto;
    height: 80vh;
  }

  .articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .articles .article {
    width: calc(100% / 2);
    padding: 0 30px;
  }

  .articles .article h3 {
    font-size: 2rem;
  }

  .articles .article h5 {
    font-size: var(--font-size-h5);
  }

  .article-img {
    height: 300px;
  }

  .sponsors a {
    width: calc(100% / 3);
  }

  .sponsors a img {
    width: 80%;
  }

  .box-links {
    height: 250px;
  }

  .box-links .box-link--logo {
    width: 80px;
    height: 80px;
  }

  .shop-item {
    width: calc(100% / 2);
    padding: 15px;
    margin-bottom: 0;
  }

  .shop-item .shop-item--image {
    height: 350px;
  }

  .shop-item .shop-item--image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .shop-item .shop-item--description h3 {
    font-size: 24px;
  }

  .product-top .product-top--slider .product-slider {
    height: 450px;
  }

  .product-top .product-top--slider .product-slider-thumbnails {
    width: 50%;
    margin-left: 0;
  }

  .product-top .product-top--text .btn {
    margin-top: 30px;
  }

  .product-related .article-img {
    height: 450px;
  }

  .search-modal form input {
    font-size: 35px;
  }

  .content-slider .content-slider-left {
    height: 450px;
  }

  .post-slider {
    height: calc(100vh - 86px);
  }

  .post-slider h2 {
    margin-bottom: 30px;
  }

  .post-slider .slider-mobile-image {
    display: none;
  }

  .post-slider .slider-desktop-image {
    display: block;
  }
}

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

  .flickity-prev-next-button.next {
    right: 10px;
  }

  .flickity-rtl .flickity-prev-next-button.previous {
    left: 10px;
  }

  .flickity-rtl .flickity-prev-next-button.next {
    left: 10px;
  }

  .flickity-prev-next-button .flickity-button-icon {
    width: 60%;
    height: 60%;
  }

  .tribe-events-single .tribe_events.type-tribe_events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tribe-events-single .tribe_events.type-tribe_events > div {
    width: calc(100% / 2);
  }

  .tribe-events-single .tribe_events.type-tribe_events div:last-of-type {
    padding: 0 0 0 8rem;
  }

  .wrapper {
    padding: 0 60px;
  }

  .header {
    padding: 10px 60px;
  }

  .logo img {
    position: relative;
    top: 5px;
  }

  .main {
    height: calc(100vh - 86px);
    margin-bottom: 90px;
  }

  .main-content h2 {
    font-size: 2rem;
  }

  section {
    margin-bottom: 80px;
  }

  .video-text {
    margin-bottom: 0px;
  }

  .artist {
    width: calc(100% / 3);
  }

  .newsletter form input {
    font-size: 40px;
  }

  .section-newsletter h3 {
    font-size: 30px;
  }

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

  .footer-bottom img {
    margin-bottom: 0;
  }

  .intro {
    margin-bottom: 120px;
    margin-top: 90px;
  }

  .intro h2 {
    font-size: 100px;
  }

  .intro .news-title {
    font-size: 80px;
  }

  .article-img {
    height: 350px;
  }

  .team-boxes .team-box {
    width: calc((100% / 4) - 30px);
  }

  .team-boxes .team-box:nth-child(2n) {
    margin-right: 40px;
  }

  .team-boxes .team-box:nth-child(4n) {
    margin-right: 0;
  }

  .team-boxes .team-box h3,
  .team-boxes .team-box h5 {
    padding: 15px 0 5px 0;
    font-size: 1rem;
  }

  .team-boxes .team-box h5 {
    padding-top: 0;
  }

  .sponsors a {
    width: calc(100% / 4);
  }

  .sponsors a img {
    width: 80%;
  }

  .box-links {
    height: 350px;
  }

  .shop-item {
    width: calc(100% / 3);
    padding: 15px;
    margin-bottom: 0;
  }

  .product-top .product-top--slider .product-slider {
    height: 550px;
  }

  .product-top .product-top--slider,
  .product-top .product-top--text {
    width: calc(100% / 2);
  }

  .product-top .product-top--slider {
    padding-right: 15px;
  }

  .product-top .product-top--text {
    padding-left: 15px;
  }

  .product-top .product-top--text h1 {
    font-size: 45px;
  }

  .product-top .product-top--text .btn {
    width: 25%;
  }

  .product-bottom .product-description {
    padding-right: 15px;
  }

  .product-bottom .product-features {
    padding-left: 15px;
  }

  .product-bottom .product-description,
  .product-bottom .product-features {
    width: calc(100% / 2);
  }

  .product-bottom .product-description p,
  .product-bottom .product-features ul {
    width: 100%;
  }

  .product-bottom .product-description h1,
  .product-bottom .product-features h1 {
    font-size: 45px;
  }

  .search-modal form input {
    font-size: 40px;
  }

  .search-modal .newsletter {
    width: 70%;
  }

  .content-slider .content-slider-left {
    height: 550px;
    width: 50%;
    padding-right: 30px;
  }

  .content-slider .content-slider-left .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
  }

  .content-slider .content-slider-right {
    width: 50%;
    padding-left: 30px;
  }

  .block-about--content div a {
    font-size: 30px;
  }

  .navigation {
    width: 20%;
    height: auto;
    margin-top: 0;
  }

  .mapsAndAccesibilitySwiper {
    width: 75%;
  }

  .map-and-accesibility {
    /* height: 550px; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navigation .swiper-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }

  .navigation .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
  }

  .contact .text .text-item {
    width: calc(100% / 3);
  }

  .contact .text .text-item:nth-of-type(3) {
    width: calc(100% / 3);
  }

  .contact .map {
    height: 65vh;
  }

  .icon {
    width: 80px;
    height: 80px;
  }

  .icon i {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .btn:hover span {
    color: var(--white);
  }

  .btn:hover i {
    -webkit-transform: rotate(0deg) translateY(0) translateX(10%) scale(1.1);
            transform: rotate(0deg) translateY(0) translateX(10%) scale(1.1);
  }

  .btn:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .menu > li > a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .menu > li > a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .menu > li > ul > li > ul > li:hover > ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }

  .menu > li > ul > li:hover > ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }

  .menu > li:hover > ul {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }

  .languages li:first-child:first-child:hover,
  .languages li:first-child:last-child:hover,
  .languages li:last-child:first-child:hover,
  .languages li:last-child:last-child:hover {
    color: var(--white);
  }

  .languages li:first-child:first-child:hover:after,
  .languages li:first-child:last-child:hover:after,
  .languages li:last-child:first-child:hover:after,
  .languages li:last-child:last-child:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  .main .main-arrows .main-arrow:hover span {
    color: var(--white);
  }

  .main .main-arrows .main-arrow:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .section-video p span:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .column a:not(.btn):hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .city:hover .city-images img:last-child {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }

  .artist:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .artist:hover h3,
  .artist:hover h5,
  .artist:hover p {
    color: var(--white);
  }

  .artist:hover h3 {
    border-color: var(--white);
  }

  .footer a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .pagination a:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .sponsors a:hover img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  .block-about--content div a:hover i {
    -webkit-transform: rotate(0deg) translateY(0) translateX(10%) scale(1.1);
            transform: rotate(0deg) translateY(0) translateX(10%) scale(1.1);
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 100px;
    margin-bottom: 90px;
  }

  h2 {
    font-size: 62px;
  }

  h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
    -webkit-order: 9999 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3/span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10/span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11/span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12/span 12 !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }
}

@media (min-width: 1200px) {
  .articles .article {
    width: calc(100% / 3);
  }

  .sponsors a {
    width: calc(100% / 5);
  }

  .shop-item {
    width: calc(100% / 4);
    padding: 15px;
    margin-bottom: 0;
  }

  .product-top .product-top--slider .product-slider {
    height: 650px;
  }

  .content-slider .content-slider-left {
    height: 650px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 200px;
  }

  h2 {
    font-size: 80px;
  }
}

@media (min-width: 1400px) {
  .main .main-arrows .main-arrow {
    width: 120px;
    height: 120px;
  }

  .main .main-arrows .main-arrow span {
    font-size: 2.15rem;
  }

  .main-content h2 {
    font-size: 3.5rem;
  }

  section {
    margin-bottom: 120px;
  }

  .intro h2 {
    font-size: 120px;
  }

  .intro .news-title {
    font-size: 100px;
  }
}

@media (min-width: 1800px) {
  .sponsors a img {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .intro h2 {
    margin-bottom: 0;
  }

  .intro h2 + h4 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .menu > li > ul {
    display: none;
  }

  .menu > li > ul > li > ul {
    display: none;
  }

  .menu > li > ul > li > ul > li > ul {
    display: none;
  }

  .main .swiper .swiper-slide img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  #building-plan-and-accessibility .gallery .carousel-cell,
  #plani-i-ndertimit-dhe-aksesueshmeria .gallery .carousel-cell {
    padding: 0;
  }

  .post-slider h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

.product-top .product-top--slider .product-slider-thumbnails {
    width: 100%;
    height: unset;
}

.product-slider-thumbnails .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/*Lorena 29/01/2024*/

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime:after {
	background-color: var(--tec-color-accent-primary);
    content: "";
    height: 100%;
    position: absolute;
   	right: calc(100% - 3px);
    width: 3px;
}

@media(min-width: 768px) {
	.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime:after {
		right: -1px;
    	width: 4px;
	}
}

/*Lorena 23/05/2024*/

#map {
  position: relative;
  height: 600px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.gm-style .gm-style-iw-c {
  max-width: 250px !important;
  padding: unset !important;
}

.map-title {
  position: relative;
  color: black;
  margin-bottom: 15px;
}

.gm-style .gm-style-iw-c p {
  font-family: var(--book);
}

.gm-style .gm-style-iw-c p strong a {
  font-weight: 700;
}

.map-image {
  width: 100%;
  position: relative;
}

.gm-style-iw-d {
  overflow: unset !important;
}

.map-content-wrapper {
  padding: 10px 15px;
  width: 100%;
  height: 120px;
  overflow-y: auto;
}

.map-content-wrapper p {
  margin-bottom: 10px;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
  height: 31px !important;
  right: -11px !important;
  border: 1px solid !important;
  width: 35px !important;
  border-radius: 50% !important;
  top: -13px !important;
  overflow: hidden;
  background-color: #000000 !important;
  z-index: 5;
}

.gm-ui-hover-effect>span {
  background-color: #fff;
  width: 30px !important;
  height: 22px !important;
  margin: 4px !important;
}

.up-arrow { 
  width: 0;  
  height: 0;  
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid;
  margin-left: -2px;
} 

.circle {
  display: block;
  border: 1px solid;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border: #000000;
}

.foursquare {
  display: block;
  border: 1px solid;
  background-color: #000000;
  width: 15px;
  height: 15px;
}

.contact .map-filter {
  width: 70%;
  background-color: var(--white);
  padding: 15px 30px;
  position: absolute;
  bottom: 23px;
  right: 9px;
}

.map-filter ul li {
  display: flex;
  align-items: baseline;
}

.contact .map-filter ul li p {
  font-family: var(--book);
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;

}

.all {
  display: inline-block;
  width: 21px;
  height: 21px;
  transform: translate(-2px, 4px);
  vertical-align: middle;
  fill: currentColor;
}

.all svg {
  width: 100%;
  height: 100%;
}

#filter-all p {
  margin-left: 5px;
}


.map-filter ul li {
  cursor: pointer;
}


.gm-control-active.gm-fullscreen-control {
  display: none !important;
}

.gm-style .gm-style-iw-c {
  overflow: unset !important;
}

.gm-style-iw-chr {
  position: absolute;
}

@media(min-width: 568px) {
  #map {
    height: 650px;
  }
}


@media(min-width: 992px) {
  .contact .map-filter {
    width: 18%;
  }
}

.contact-map .map-title {
  position: relative;
  color: var(--black);
  width: unset;
  padding: 10px 15px;
  top: unset;
}

.contact-map .gm-ui-hover-effect>span {
  background-color: var(--black) !important;
}

