@charset "UTF-8";
/*!
 * Theme Name: Randaberg Kulturscene
 * Description: The Wordpress theme for Randaberg Kulturscene
 * Version: 1.0.4
 * Author: Breakfast AS
 * Author URI: https://www.breakfast.no
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: wordpress, theme
 * Text Domain: randaberg-kulturscene
 */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * @font-face mixin
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

@media (min-width: 240px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.4rem/1.8rem sans-serif;
  }
}
@media (min-width: 320px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.55rem/1.8 sans-serif;
  }
}
@media (min-width: 480px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.8rem/1.8 sans-serif;
  }
}
@media (min-width: 768px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.9rem/1.7 sans-serif;
  }
}
@media (min-width: 1024px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}
@media (min-width: 1280px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}

@media screen and (min-width: 1240px) {
  .device-only {
    display: none;
  }
  .desktop-only {
    display: initial;
  }
}
@media screen and (max-width: 1240px) {
  .device-only {
    display: initial;
  }
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1240px) {
  body {
    margin-top: 50px;
  }
}
body.search-open {
  overflow: hidden;
}
body {
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .container {
    padding: 0 20px;
  }
}
.container.container-wide {
  max-width: 1440px;
}

#content {
  margin: 40px auto;
}
body.home #content {
  display: none;
}

#header {
  text-align: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #292929;
  font-size: 18px;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1240px) {
  #header .container {
    height: 100px;
  }
}
@media screen and (max-width: 1240px) {
  #header .container {
    height: 50px;
  }
}
#header .container figure {
  align-self: flex-end;
  order: 1;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 1240px) {
  #header .container figure {
    width: 200px;
    height: 60.2px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1240px) {
  #header .container figure {
    width: 100px;
    height: 30.09px;
  }
}
#header .container figure svg {
  margin: 0;
}
@media screen and (min-width: 1240px) {
  #header .container figure svg {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 1240px) {
  #header .container figure svg {
    width: 100px;
    height: auto;
  }
}
#header .container nav {
  align-self: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  #header .container nav {
    order: 3;
  }
  #header .container nav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    background: rgba(235, 198, 220, 0.95);
    padding: 2em 0;
    margin: 0;
    width: 100%;
    line-height: 3;
  }
  #header .container nav ul.open {
    display: block;
  }
  #header .container nav ul a {
    color: currentColor;
    font-weight: 500;
    text-decoration: none;
    font-size: inherit;
  }
  #header .container nav ul a:hover {
    color: #5a5a5a;
  }
  #header .container nav button.toggle-device-navigation {
    display: flex;
    border: 0;
    background-color: #fff;
    color: currentColor;
    border-radius: 0;
    aspect-ratio: 1;
    width: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #header .container nav button.toggle-device-navigation:hover {
    border-color: #f47c69;
    color: #f47c69;
  }
  #header .container nav button.toggle-device-navigation i {
    font-size: 20px;
  }
}
@media screen and (min-width: 1240px) {
  #header .container nav {
    flex: 1;
    order: 2;
  }
  #header .container nav button.toggle-device-navigation {
    display: none;
  }
  #header .container nav .menu-wrapper {
    display: flex;
  }
  #header .container nav .menu-wrapper ul {
    margin: 0 0 0 auto;
    list-style: none;
    line-height: 1;
  }
  #header .container nav .menu-wrapper ul li {
    display: inline-block;
    font-size: inherit;
  }
  #header .container nav .menu-wrapper ul li > a {
    padding: 10px 12px;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    color: #292929;
  }
}
#header .container div.actions {
  font-size: inherit;
  margin-right: 20px;
}
@media screen and (max-width: 1240px) {
  #header .container div.actions {
    order: 2;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 1240px) {
  #header .container div.actions {
    order: 3;
    margin-bottom: 10px;
    align-self: flex-end;
  }
}
#header .container div.actions a {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  text-decoration: none;
  aspect-ratio: 1;
  width: 30px;
}
@media screen and (min-width: 1240px) {
  #header .container div.actions a {
    padding: 10px 3px;
  }
}
#header .container div.actions a i {
  font-size: 18px;
}
@media screen and (min-width: 1240px) {
  #header .container div.actions a i {
    font-size: 20px;
  }
}
#header .container div.actions button {
  background: transparent;
  border: 0;
}
#header .container div.actions button.open-search svg {
  width: 26px;
  height: 26px;
}
#header .container div.actions button.open-search svg path {
  fill: #db677a;
}
@media screen and (max-width: 1240px) {
  #header .container div.actions button.open-search {
    display: none;
  }
}
#header .container div.actions button.open-mobile-navigation {
  display: none;
  margin-top: 4px;
}
#header .container div.actions button.open-mobile-navigation svg {
  width: 29px;
  height: 13.5px;
}
#header .container div.actions button.open-mobile-navigation svg path {
  margin: 0;
  padding: 0;
  fill: #fff;
}
body.inverted #header .container div.actions button.open-mobile-navigation svg path {
  fill: #000;
}
@media screen and (max-width: 1240px) {
  #header .container div.actions button.open-mobile-navigation {
    display: block;
  }
  body.navigation-opened #header .container div.actions button.open-mobile-navigation {
    display: none;
  }
}
#header .container div.actions button.close-mobile-navigation {
  display: none;
  margin-top: 4px;
}
#header .container div.actions button.close-mobile-navigation svg {
  width: 22px;
  height: 22px;
}
#header .container div.actions button.close-mobile-navigation svg path {
  fill: #fff;
}
body.inverted #header .container div.actions button.close-mobile-navigation svg path {
  fill: #000;
}
@media screen and (max-width: 1240px) {
  #header .container div.actions button.close-mobile-navigation {
    display: none;
  }
  body.navigation-opened #header .container div.actions button.close-mobile-navigation {
    display: block;
  }
}

#footer {
  margin: 0 auto;
  background-color: #292929;
  padding: 50px 0;
}
#footer .container {
  color: #fff;
}
#footer .container .columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  #footer .container .columns {
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .container .columns .column:first-child {
  width: 100%;
}
#footer .container .columns .column:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #footer .container .columns .column:last-child {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
#footer .container figure {
  margin: 0 0 40px 0;
  width: 125px;
}
#footer .container figure svg {
  width: 100%;
  fill: #fff;
}
#footer .container figure svg path {
  fill: #fff;
}
#footer .container .producer svg {
  width: 75px;
  height: 28.52px;
  margin: 0 0 -7px 5px;
}
#footer .container .producer svg path,
#footer .container .producer svg rect {
  fill: #fff;
}
#footer .container .producer svg path.circle,
#footer .container .producer svg rect.circle {
  fill: #f99000;
}
#footer .container a {
  color: #fff;
}
#footer .container a:hover {
  text-decoration: underline;
}

#swiper {
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
#swiper .swiper-wrapper {
  margin: 0 auto;
}
#swiper .swiper-wrapper .swiper-slide {
  position: relative;
  aspect-ratio: 394/310;
}
@media (min-width: 992px) {
  #swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 1441/741;
  }
}
#swiper .swiper-wrapper .swiper-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#swiper .swiper-wrapper .swiper-slide .details {
  position: absolute;
  bottom: 40px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  max-width: 300px;
}
@media (min-width: 992px) {
  #swiper .swiper-wrapper .swiper-slide .details {
    bottom: 40px;
    left: 40px;
    max-width: 500px;
  }
}
#swiper .swiper-wrapper .swiper-slide .details h2 {
  margin: 0 0 5px 0;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  font-weight: 200;
}
@media (min-width: 992px) {
  #swiper .swiper-wrapper .swiper-slide .details h2 {
    font-size: 30px;
  }
}
#swiper .swiper-wrapper .swiper-slide .details h2 a {
  color: #fff;
  text-decoration: none;
}
#swiper .swiper-wrapper .swiper-slide .details p {
  margin: 0 0 0 0;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 992px) {
  #swiper .swiper-wrapper .swiper-slide .details p {
    font-size: 16px;
  }
}
#swiper .swiper-wrapper .swiper-slide .details a.button {
  font-size: 18px;
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
}
#swiper .swiper-wrapper .swiper-slide .details.inverted h2 a,
#swiper .swiper-wrapper .swiper-slide .details.inverted p,
#swiper .swiper-wrapper .swiper-slide .details.inverted a.button {
  color: #000;
  border-color: #000;
}
@media (min-width: 992px) {
  #swiper .swiper-wrapper .swiper-slide .details h2 {
    font-size: 40px;
  }
  #swiper .swiper-wrapper .swiper-slide .details p {
    font-size: 20px;
  }
  #swiper .swiper-wrapper .swiper-slide .details a.button {
    font-size: 25px;
  }
}
#swiper .navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#swiper .navigation #pagination {
  padding: 20px;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
#swiper .navigation #pagination li {
  padding: 0;
  margin: 0;
}
#swiper .navigation #pagination li .disc {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
}

#program {
  margin: 40px 0;
}
#program .filter {
  background-color: #292929;
  margin: 0 0 20px 0;
}
#program .filter:before, #program .filter:after {
  content: " ";
  display: table;
}
#program .filter:after {
  clear: both;
}
#program .filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#program .filter ul li {
  float: left;
}
#program .filter ul li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: none;
}
#program .filter ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#program .filter ul li a.selected {
  background-color: #7ACED6;
  color: #292929;
}
#program .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 992px) {
  #program .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1240px) {
  #program .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#program .grid .tease-event {
  padding: 0;
  position: relative;
  transition: background-color 0.3s ease;
}
#program .grid .tease-event > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#program .grid .tease-event.hidden {
  display: none;
}
#program .grid .tease-event:not(.hidden).index-1 {
  background-color: #F47C69;
}
#program .grid .tease-event:not(.hidden).index-2 {
  background-color: #F9BC41;
}
#program .grid .tease-event:not(.hidden).index-3 {
  background-color: #EAC7DB;
}
#program .grid .tease-event:not(.hidden).index-4 {
  background-color: #EDF1BE;
}
#program .grid .tease-event:not(.hidden).index-5 {
  background-color: #7ACED6;
}
#program .grid .tease-event figure.image {
  background-color: rgba(0, 0, 0, 0.5);
  aspect-ratio: 372/248;
  position: relative;
  background-size: cover;
  margin: 0;
}
#program .grid .tease-event figure.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#program .grid .tease-event figure.image .sale-status {
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 0;
  padding: 9px 10px 8px 10px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #292929;
  color: #fff;
  font-size: 16px;
}
#program .grid .tease-event .content {
  padding: 16px 17px 24px 17px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#program .grid .tease-event .content p {
  margin: 0;
}
#program .grid .tease-event .content h3 {
  margin: 0;
}
#program .section-content-container {
  margin: 50px auto 0 auto;
}
#program .section-content-container hr {
  border-color: #fafafa;
}
#program .section-content-container hr.fat {
  border-color: #000;
}
#program .section-content-container .row {
  margin: 0;
}
#program .section-content-container .row:before, #program .section-content-container .row:after {
  content: " ";
  display: table;
}
#program .section-content-container .row:after {
  clear: both;
}
@media screen and (min-width: 1240px) {
  #program .section-content-container .row.headings {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-top: 80px;
  }
  #program .section-content-container .row.headings .column {
    font-size: 21px;
    font-weight: normal;
    vertical-align: baseline;
    position: relative;
  }
  #program .section-content-container .row.headings .column.with-filter {
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter.selected {
    color: #db677a;
  }
  #program .section-content-container .row.headings .column.with-filter span:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    position: relative;
    height: 0.45em;
    top: 0.35em;
    left: 0.25em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
  }
  #program .section-content-container .row.headings .column.with-filter .filter {
    display: none;
  }
  #program .section-content-container .row.headings .column.with-filter:hover {
    color: #292929;
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter {
    display: block !important;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    line-height: 1.75;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    border: 1px solid #444;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li {
    display: block;
    cursor: pointer;
    padding: 0 20px;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li:hover {
    background-color: #f7f7f7;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li.selected {
    background-color: #db677a;
    color: #fff !important;
  }
  #program .section-content-container .row.headings .column span {
    position: absolute;
    bottom: 0;
  }
  #program .section-content-container .row.headings .column.year-and-month {
    font-weight: bold;
    padding-left: 5%;
  }
  #program .section-content-container .row.headings .column.action a {
    display: none;
  }
  #program .section-content-container .row.event {
    padding: 25px 0;
    border-bottom: 1px solid #9e9e9e;
  }
  #program .section-content-container .row.event.last {
    border: 0;
  }
  #program .section-content-container .row .column {
    float: left;
  }
  #program .section-content-container .row .column.year-and-month {
    width: 20%;
    padding-left: 5%;
  }
  #program .section-content-container .row .column.year-and-month a img {
    max-width: 240px;
    width: 100%;
    height: auto;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status:after {
    position: absolute;
    top: 50%;
    text-indent: 25%;
    left: -30%;
    z-index: 1;
    width: 140%;
    text-align: center;
    transform: rotate(-30deg);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-1:after {
    content: "FÅ BILLETTER";
    background-color: #f69576;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-2:after {
    content: "UTSOLGT";
    background-color: #4b6375;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-3:after {
    content: "AVLYST";
    background-color: #db677a;
  }
  #program .section-content-container .row .column.place {
    width: 30%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #program .section-content-container .row .column.place h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    line-height: 1.1;
  }
  #program .section-content-container .row .column.categories {
    width: 20%;
  }
  #program .section-content-container .row .column.price {
    width: 10%;
  }
  #program .section-content-container .row .column.action {
    text-align: right;
    padding-right: 5%;
    width: 19%;
  }
  #program .section-content-container .row .column.action a.button {
    border: 2px solid #db677a;
    font-size: 28px;
    white-space: nowrap;
    padding: 10px 20px;
    display: inline-block;
  }
  #program .section-content-container .row .column p {
    margin: 0;
  }
}
@media screen and (max-width: 1240px) {
  #program .section-content-container .row.headings {
    margin-top: 25px;
  }
  #program .section-content-container .row.headings .column.with-filter.selected {
    color: #db677a;
  }
  #program .section-content-container .row.headings .column.with-filter span:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    position: relative;
    height: 0.45em;
    top: 0.65em;
    left: 0.35em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
  }
  #program .section-content-container .row.headings .column.with-filter.open {
    color: #292929;
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter {
    display: block !important;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    line-height: 1.75;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    border: 1px solid #444;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li {
    display: block;
    cursor: pointer;
    padding: 0 20px;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li:hover {
    background-color: #f7f7f7;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li.selected {
    background-color: #db677a;
    color: #fff !important;
  }
  #program .section-content-container .row.headings .column.year-and-month {
    width: 70%;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    padding-left: 5%;
  }
  #program .section-content-container .row.headings .column.place, #program .section-content-container .row.headings .column.categories, #program .section-content-container .row.headings .column.price {
    display: none;
  }
  #program .section-content-container .row.headings .column.action {
    width: 29%;
    text-align: right;
    padding-right: 5%;
  }
  #program .section-content-container .row.headings .column.action a {
    display: inline-block;
    margin-left: 10px;
  }
  #program .section-content-container .row.headings .column.action a svg {
    width: 18.45px;
    height: 13.653px;
  }
  #program .section-content-container .row.headings .column.action a svg path {
    fill: #686868;
  }
  #program .section-content-container .row.headings .column.action a:hover svg path, #program .section-content-container .row.headings .column.action a.selected svg path {
    fill: #000;
  }
}

@media screen and (max-width: 1240px) {
  body.list #program .section-content-container .row.event {
    padding: 15px 0;
    border-top: 1px solid #9e9e9e;
  }
  body.list #program .section-content-container .row.event .column.year-and-month, body.list #program .section-content-container .row.event .column.price {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.place {
    width: 40%;
    padding-left: 5%;
    padding-right: 10px;
    overflow: hidden;
  }
  body.list #program .section-content-container .row.event .column.place h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.list #program .section-content-container .row.event .column.place .place {
    font-size: 10px;
    margin: 0;
    padding: 0;
  }
  body.list #program .section-content-container .row.event .column.place a.read-more {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.categories {
    width: 30%;
    font-size: 10px;
    padding-left: 10px;
  }
  body.list #program .section-content-container .row.event .column.categories .categories {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.action {
    width: 28%;
    text-align: right;
    padding-right: 5%;
  }
  body.list #program .section-content-container .row.event .column.action a.button {
    font-size: 10px;
    display: inline-block;
    max-width: 70px;
    border: 1px solid #db677a;
    padding: 2px 5px;
  }
  body.list #program .section-content-container .row.event .column p {
    margin: 0;
  }
}

@media screen and (max-width: 1240px) {
  body.with-thumbnails #program .section-content-container .row.event {
    position: relative;
    margin-bottom: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month {
    width: 100%;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a {
    pointer-events: none;
    cursor: default;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a img {
    width: 100% !important;
    height: auto;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 30px 10px;
    font-weight: bold;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-1:after {
    content: "FÅ BILLETTER";
    background-color: #f69576;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-2:after {
    content: "UTSOLGT";
    background-color: #4b6375;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-3:after {
    content: "AVLYST";
    background-color: #db677a;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place, body.with-thumbnails #program .section-content-container .row.event .column.categories, body.with-thumbnails #program .section-content-container .row.event .column.price, body.with-thumbnails #program .section-content-container .row.event .column.action {
    position: absolute;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place {
    top: 10px;
    left: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place h3 {
    margin: 0;
    font-size: 14px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place h3 a {
    color: #fff;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place p {
    display: none;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories {
    bottom: 10px;
    left: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p {
    font-size: 10px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p br,
  body.with-thumbnails #program .section-content-container .row.event .column.categories p br:after {
    content: " ";
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p .categories {
    display: none;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.price {
    bottom: 10px;
    right: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.price p {
    font-size: 10px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action {
    top: 10px;
    right: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action p {
    margin: 0;
    padding: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action p a.button {
    color: #000;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #db677a;
    padding: 5px 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event.inverted * {
    color: #000 !important;
  }
}

#search {
  position: fixed;
  z-index: 980;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 123, 105, 0.95);
  transform: translate(0%, 0%);
  overflow-y: scroll;
  overflow-x: none;
  -webkit-overflow-scrolling: touch;
  display: none;
  justify-content: center;
}
#search .content-wrapper {
  max-width: 660px;
  width: 100%;
  margin: 50px 20px 0 20px;
}
#search .content-wrapper form {
  width: 100%;
  margin: 75px auto 0 auto;
}
@media (min-width: 992px) {
  #search .content-wrapper form {
    margin: 100px auto 0 auto;
  }
}
@media (min-width: 1240px) {
  #search .content-wrapper form {
    margin: 200px auto 0 auto;
  }
}
#search .content-wrapper form input {
  border: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  text-indent: 20px;
  position: relative;
}
#search .content-wrapper form input:focus {
  border: 0;
}
#search .content-wrapper .search-result {
  margin-top: 65px;
}
#search .content-wrapper .search-result .item h2 {
  line-height: 1;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
#search .content-wrapper .search-result .item h2 a {
  color: #fff;
}
#search .content-wrapper .search-result .item p {
  font-size: 14px;
  padding: 10px 0;
  color: #fafafa;
  margin: 0;
}
body.inverted #search .content-wrapper .search-result .item p {
  color: #333;
}
#search .content-wrapper .search-result .item p.dates {
  font-size: 13px;
  padding: 0;
  color: #fff;
}
#search .content-wrapper .search-result .item p.dates:before, #search .content-wrapper .search-result .item p.dates:after {
  content: " ";
  display: table;
}
#search .content-wrapper .search-result .item p.dates:after {
  clear: both;
}
#search .content-wrapper .search-result .item p.dates a.button {
  float: right;
  color: #fff;
  background-color: #2277bc;
  font-size: inherit;
  white-space: nowrap;
  padding: 2px 5px;
  display: inline-block;
  margin-top: -2px;
  font-weight: bold;
}
#search .content-wrapper .search-result .item:last-child {
  border-bottom: 0;
}

body.search-open #search {
  display: flex;
}

body.event #content .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "details" "content";
  gap: 20px;
}
@media (min-width: 992px) {
  body.event #content .container {
    grid-template-columns: 60% 1fr;
    grid-template-areas: "image details" "content .";
    row-gap: 63px;
    column-gap: 42px;
  }
}
@media (min-width: 1240px) {
  body.event #content .container {
    grid-template-columns: 64% 1fr;
  }
}
body.event #content .container .image {
  aspect-ratio: 372/248;
  margin: 0 -20px;
}
@media (min-width: 992px) {
  body.event #content .container .image {
    margin: 0;
  }
}
body.event #content .container .image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  object-position: center;
}
body.event #content .container .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
body.event #content .container .details .sale-status {
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0;
  background-color: #292929;
  color: #fff;
  padding: 9px 10px 8px 10px;
}
body.event #content .container .details p {
  margin: 0;
}
body.event #content .container .details h1 {
  margin: 13px 0 5px 0;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 992px) {
  body.event #content .container .details h1 {
    font-size: 40px;
    margin: 0 0 8px 0;
  }
}
body.event #content .container .details a {
  display: inline-flex;
  margin: 24px 0 8px 0;
  text-decoration: none;
  background-color: #F9BC41;
  padding: 10px 16px 11px 14px;
  color: #292929;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 992px) {
  body.event #content .container .details a {
    margin: 16px 0 8px 0;
  }
}
body.event #content .container .content .body {
  margin-bottom: 50px;
}
body.event #content .container .content button.button {
  border: 0;
  padding: 11px 12px 10px 12px;
  background-color: #EDF1BE;
  color: #292929;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
body.event #content .container .content button.button:hover {
  background-color: #DDE19B;
}
body.event .share-dialog {
  max-width: 800px;
  width: 90%;
  border-color: #DDE19B;
  padding: 29px;
}
body.event .share-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
body.event .share-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.event .share-dialog header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
body.event .share-dialog header button {
  border: 0;
  background-color: #fff;
  color: #292929;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
}
body.event .share-dialog header button:hover {
  color: #8a8a8a;
}
body.event .share-dialog main {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
body.event .share-dialog main input {
  margin: 0 0 29px 0;
  width: 100%;
  padding: 0;
  border: 0;
}
body.event .share-dialog main button {
  border: 0;
  padding: 11px 12px 10px 12px;
  background-color: #EDF1BE;
  color: #292929;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
body.event .share-dialog main button:hover {
  background-color: #DDE19B;
}

@media screen and (min-width: 1240px) {
  #event {
    margin: 140px 0 100px 0;
    display: flex;
  }
  #event .device-only {
    display: none;
  }
  #event .desktop-only {
    display: initial;
  }
  #event .previous-event,
  #event .next-event {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #event .previous-event a,
  #event .next-event a {
    width: 125px;
    display: inline-block;
    text-align: center;
  }
  #event .previous-event a svg,
  #event .next-event a svg {
    width: 31px;
    height: 26px;
  }
  #event .next-event {
    justify-content: flex-end;
  }
  #event .current-event {
    flex-basis: auto;
    max-width: 1080px;
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 1240px) and (min-width: 1240px) and (max-width: 1024px) {
  #event .current-event {
    max-width: 800px;
  }
}
@media screen and (min-width: 1240px) {
  #event .current-event .event-details {
    flex: 0 0 250px;
    padding-right: 10px;
  }
  #event .current-event .event-details .event-images {
    display: none;
  }
  #event .current-event .event-details a.button {
    display: inline-block;
    border: 2px solid #db677a;
    font-size: 23px;
    white-space: nowrap;
    padding: 5px 20px;
  }
  #event .current-event .event-details p {
    margin-top: 20px;
    font-size: 14px;
  }
  #event .current-event .event-details .event-details-content-wrapper {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #event .current-event .event-details .event-details-content-wrapper .social-media-buttons {
    margin-top: 10px;
    opacity: 0;
    transition: all 0.1s ease-in;
  }
  #event .current-event .event-details .event-details-content-wrapper .social-media-buttons a {
    margin-right: 5px;
  }
  #event .current-event .event-details.sticky .event-details-content-wrapper {
    position: fixed;
    top: 84px;
  }
  #event .current-event .event-details.sticky .event-details-content-wrapper .social-media-buttons {
    opacity: 1;
  }
  #event .current-event .event-content h1 {
    font-size: 30px;
    margin-top: 0;
    line-height: 1.3;
  }
  #event .current-event .event-content .social-media-buttons {
    float: right;
  }
  #event .current-event .event-content .social-media-buttons a {
    display: inline-block;
    margin-left: 5px;
  }
  #event .current-event .event-images {
    margin: 1em 0;
  }
}
@media screen and (max-width: 1240px) {
  #event {
    padding-top: 46px;
    padding-bottom: 92px;
  }
  #event .device-only {
    display: initial;
  }
  #event .desktop-only {
    display: none;
  }
  #event .event-details {
    position: relative;
  }
  #event .event-details .event-details-content-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  #event .event-details .event-details-content-wrapper p {
    font-size: 10px;
    color: #fff;
    margin: 0;
  }
  #event .event-details .event-details-content-wrapper p .place,
  #event .event-details .event-details-content-wrapper p .venue,
  #event .event-details .event-details-content-wrapper p .shows,
  #event .event-details .event-details-content-wrapper p .categories {
    display: none;
  }
  #event .event-details .event-details-content-wrapper p .date {
    float: left;
  }
  #event .event-details .event-details-content-wrapper p .time {
    margin-left: 5px;
  }
  #event .event-details .event-details-content-wrapper .button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    display: inline-block;
    min-width: 88px;
    max-width: 100%;
    border: 1px solid #db677a;
    background-color: #fff;
    text-align: center;
    padding: 5px 5px;
  }
  #event .event-details .event-details-content-wrapper .social-media-buttons {
    display: none;
  }
  #event .event-content {
    padding: 0 20px;
    font-size: 14px;
  }
  #event .event-content h1 {
    font-size: 18px;
  }
  #event .event-content .social-media-buttons {
    float: right;
  }
  #event .previous-event,
  #event .next-event {
    position: fixed;
    width: 50%;
    bottom: 0;
    padding: 10px 20px 5px 20px;
    background: rgba(255, 255, 255, 0.9);
  }
  #event .previous-event.previous-event,
  #event .next-event.previous-event {
    left: 0;
    text-align: left;
  }
  #event .previous-event.next-event,
  #event .next-event.next-event {
    right: 0;
    text-align: right;
  }
  #event .previous-event svg,
  #event .next-event svg {
    width: 35px;
  }
}
#event .social-media-buttons a {
  display: inline-block;
}
#event .social-media-buttons a svg {
  width: 44px;
  height: 44px;
}
#event .social-media-buttons a svg path {
  transition: all 0.1s ease-in;
  fill: #686969;
}
#event .social-media-buttons a:hover svg path {
  fill: #db677a;
}
#event #shows h2 {
  padding-top: 75px;
  margin-left: 10px;
}
#event #shows .event {
  margin: 0;
  border-top: 1px solid #1a1a1a;
  padding: 20px 0;
}
#event #shows .event:before, #event #shows .event:after {
  content: " ";
  display: table;
}
#event #shows .event:after {
  clear: both;
}
#event #shows .event .column {
  float: left;
}
#event #shows .event .column p {
  margin: 0;
}
#event #shows .event .column.title {
  width: 31%;
  padding-left: 10px;
}
#event #shows .event .column.title h3 {
  margin: 0;
}
@media screen and (max-width: 1240px) {
  #event #shows .event .column.title {
    width: 30%;
  }
}
#event #shows .event .column.date {
  width: 26%;
}
@media screen and (max-width: 1240px) {
  #event #shows .event .column.date {
    width: 30%;
    text-align: right;
  }
}
#event #shows .event .column.price {
  width: 21%;
}
#event #shows .event .column.action {
  width: 21%;
  text-align: right;
}
@media screen and (max-width: 1240px) {
  #event #shows .event .column.action {
    width: 30%;
  }
}
#event #shows .event .column.action .button {
  font-size: 18px;
  display: inline-block;
  line-height: 42px;
  max-width: 100%;
  border: 2px solid #db677a;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
}
@media screen and (max-width: 1240px) {
  #event #shows .event .column.action .button {
    font-size: 14px;
    line-height: 35px;
  }
}

body.page h1 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}
@media (min-width: 992px) {
  body.page h1 {
    font-size: 35px;
  }
}
@media (min-width: 1240px) {
  body.page h1 {
    font-size: 40px;
  }
}
body.page h2 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 21.333px;
  font-weight: 200;
  line-height: 1.3;
}

@media screen and (min-width: 1240px) {
  #place {
    margin: 140px auto 100px auto;
    max-width: 1080px;
  }
  #place:before, #place:after {
    content: " ";
    display: table;
  }
  #place:after {
    clear: both;
  }
}
@media screen and (min-width: 1240px) and (min-width: 1240px) and (max-width: 1120px) {
  #place {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1240px) {
  #place .place-details {
    float: left;
    width: 250px;
    padding-right: 20px;
  }
  #place .place-content {
    float: left;
    width: calc(100% - 250px);
  }
  #place .place-content .social-media-buttons {
    float: right;
    margin-left: 20px;
  }
  #place .place-content h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  #place {
    margin-top: 70px;
  }
  #place .place-details {
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #e4e4e4;
    border-width: 1px 0;
    background: #fafafa;
    font-size: 80%;
  }
  #place .place-details .social-media-buttons {
    display: none;
  }
  #place .place-content {
    margin: 0 20px 20px 20px;
    font-size: 85%;
  }
  #place .place-content h1 {
    font-size: 24px;
    float: left;
  }
}
#place .social-media-buttons a {
  display: inline-block;
}
#place .social-media-buttons a svg {
  width: 44px;
  height: 44px;
}
#place .social-media-buttons a svg path {
  transition: all 0.1s ease-in;
  fill: #686969;
}
#place .social-media-buttons a:hover svg path {
  fill: #db677a;
}

#social-medias .container:before, #social-medias .container:after {
  content: " ";
  display: table;
}
#social-medias .container:after {
  clear: both;
}
#social-medias .container .element {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #social-medias .container .element {
    width: 48.5%;
    float: left;
  }
  #social-medias .container .element:last-child {
    margin-left: 3%;
  }
}
#social-medias .container .element h2 {
  background: #292929;
  margin: 0;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase;
}
#social-medias .container .element .content {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
  height: 500px;
}
#social-medias .container .element.facebook .fb-page {
  max-width: 100%;
}
#social-medias .container .element.facebook .fb-page span {
  max-width: 100%;
}
#social-medias .container .element.facebook .fb-page span iframe {
  max-width: 100%;
}

#coming-events,
#similar-events {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 1240px) {
  #coming-events,
  #similar-events {
    display: none;
  }
}
#coming-events .content-wrapper,
#similar-events .content-wrapper {
  max-width: 1080px;
}
@media screen and (min-width: 1080px) {
  #coming-events .content-wrapper,
  #similar-events .content-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  #coming-events .content-wrapper,
  #similar-events .content-wrapper {
    margin: 0 20px;
  }
}
#coming-events .content-wrapper h2,
#similar-events .content-wrapper h2 {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 1240px) {
  #coming-events .content-wrapper h2,
  #similar-events .content-wrapper h2 {
    font-size: 28px;
    line-height: 2;
  }
}
@media screen and (max-width: 1240px) {
  #coming-events .content-wrapper h2,
  #similar-events .content-wrapper h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#coming-events hr,
#similar-events hr {
  margin: 0;
  border-top: 1px solid #1a1a1a;
}
#coming-events .event-list,
#similar-events .event-list {
  padding: 30px 0;
}
#coming-events .event-list:before, #coming-events .event-list:after,
#similar-events .event-list:before,
#similar-events .event-list:after {
  content: " ";
  display: table;
}
#coming-events .event-list:after,
#similar-events .event-list:after {
  clear: both;
}
#coming-events .event-list .event,
#similar-events .event-list .event {
  display: inline-block;
}
@media screen and (min-width: 1240px) {
  #coming-events .event-list .event,
  #similar-events .event-list .event {
    float: left;
    width: 32%;
  }
}
@media screen and (max-width: 1240px) {
  #coming-events .event-list .event,
  #similar-events .event-list .event {
    width: 100%;
  }
}
#coming-events .event-list .event figure,
#similar-events .event-list .event figure {
  width: 100%;
  height: 0;
  padding-bottom: 51.27388535%;
  background-repeat: no-repeat;
  background-size: cover;
}
#coming-events .event-list .event h3,
#similar-events .event-list .event h3 {
  font-weight: normal;
  font-size: 20px;
  margin: 5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#coming-events .event-list .event p,
#similar-events .event-list .event p {
  margin: 0 0 5px 0;
  font-size: 15px;
}
#coming-events .event-list .event a.button,
#similar-events .event-list .event a.button {
  font-size: 27px;
  display: inline-block;
  min-width: 196px;
  line-height: 48px;
  border: 2px solid #db677a;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
}
#coming-events .event-list .event:nth-child(2),
#similar-events .event-list .event:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}
#coming-events .event-list .spinner,
#similar-events .event-list .spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 100px auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  outline: 1px solid red;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loader {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.loader .blob {
  filter: url("#gooey");
  width: 2rem;
  height: 2rem;
  background: #db677a;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.15);
}
.loader .blob.blob-2 {
  animation: animate-to-2 1.5s infinite;
}
.loader .blob.blob-3 {
  animation: animate-to-3 1.5s infinite;
}
.loader .blob.blob-1 {
  animation: animate-to-1 1.5s infinite;
}
.loader .blob.blob-4 {
  animation: animate-to-4 1.5s infinite;
}
.loader .blob.blob-0 {
  animation: animate-to-0 1.5s infinite;
}
.loader .blob.blob-5 {
  animation: animate-to-5 1.5s infinite;
}

@keyframes animate-to-2 {
  25%, 75% {
    transform: translateX(-1.5rem) scale(0.75);
  }
  95% {
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-3 {
  25%, 75% {
    transform: translateX(1.5rem) scale(0.75);
  }
  95% {
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-1 {
  25% {
    transform: translateX(-1.5rem) scale(0.75);
  }
  50%, 75% {
    transform: translateX(-4.5rem) scale(0.6);
  }
  95% {
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-4 {
  25% {
    transform: translateX(1.5rem) scale(0.75);
  }
  50%, 75% {
    transform: translateX(4.5rem) scale(0.6);
  }
  95% {
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-0 {
  25% {
    transform: translateX(-1.5rem) scale(0.75);
  }
  50% {
    transform: translateX(-4.5rem) scale(0.6);
  }
  75% {
    transform: translateX(-7.5rem) scale(0.5);
  }
  95% {
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-5 {
  25% {
    transform: translateX(1.5rem) scale(0.75);
  }
  50% {
    transform: translateX(4.5rem) scale(0.6);
  }
  75% {
    transform: translateX(7.5rem) scale(0.5);
  }
  95% {
    transform: translateX(0rem) scale(1);
  }
}

/*# sourceMappingURL=style.css.map */

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}