@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-Regular.eot");
  src: url("../fonts/Beatrice-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-Regular.woff2") format("woff2"), url("../fonts/Beatrice-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-RegularItalic.eot");
  src: url("../fonts/Beatrice-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-RegularItalic.woff2") format("woff2"), url("../fonts/Beatrice-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-Bold.eot");
  src: url("../fonts/Beatrice-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-Bold.woff2") format("woff2"), url("../fonts/Beatrice-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-BoldItalic.eot");
  src: url("../fonts/Beatrice-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-BoldItalic.woff2") format("woff2"), url("../fonts/Beatrice-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-Extrabold.eot");
  src: url("../fonts/Beatrice-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-Extrabold.woff2") format("woff2"), url("../fonts/Beatrice-Extrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-ExtraboldItalic.eot");
  src: url("../fonts/Beatrice-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Beatrice-ExtraboldItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-Semibold.eot");
  src: url("../fonts/Beatrice-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-Semibold.woff2") format("woff2"), url("../fonts/Beatrice-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "beatrice";
  src: url("../fonts/Beatrice-SemiboldItalic.eot");
  src: url("../fonts/Beatrice-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-SemiboldItalic.woff2") format("woff2"), url("../fonts/Beatrice-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

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

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.main-nav,
.add-nav, .tab-holder .calendar, .tab-holder .filter-nav .info-col ul, .tab-holder .filter-nav, .tab-holder .tabset, .main-slider .slick-dots, .search-result .results-navigation, .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #f7f6f2;
  font: 12px/1.5 "beatrice", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 35px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #6D6D6D;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6D6D6D;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #6D6D6D;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6D6D6D;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6D6D6D;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #6D6D6D;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* Slick slider styles */
.main-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.main-slider .slick-track,
.main-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.image-carousel {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.image-carousel .slick-track,
.image-carousel .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.image-carousel-fw {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.image-carousel-fw .slick-track,
.image-carousel-fw .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn {
  --background: transparent;
  --font-size: 15px;
  --duration: .5s;
  --move-hover: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  min-height: 38px;
  padding: 8px 10px 4px;
  line-height: 19px;
  font-weight: 600;
  line-height: var(--font-size);
  border-radius: 25px;
  outline: none;
  border: 2px solid #000;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  background: var(--background);
  color: #000;
  transform: translateY(var(--y));
  transition: transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  text-align: center;
  min-width: 106px;
  letter-spacing: 2;
}
.btn div {
  display: flex;
}
.btn div span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
}
.btn div span:nth-child(1) {
  --d: 0.05s;
}
.btn div span:nth-child(2) {
  --d: 0.1s;
}
.btn div span:nth-child(3) {
  --d: 0.15s;
}
.btn div span:nth-child(4) {
  --d: 0.2s;
}
.btn div span:nth-child(5) {
  --d: 0.25s;
}
.btn div span:nth-child(6) {
  --d: 0.3s;
}
.btn div span:nth-child(7) {
  --d: 0.35s;
}
.btn div span:nth-child(8) {
  --d: 0.4s;
}
.btn div span:nth-child(9) {
  --d: 0.45s;
}
.btn div span:nth-child(10) {
  --d: 0.5s;
}
.btn div span:nth-child(11) {
  --d: 0.55s;
}
.btn div span:nth-child(12) {
  --d: 0.6s;
}
.btn div span:nth-child(13) {
  --d: 0.65s;
}
.btn div span:nth-child(14) {
  --d: 0.7s;
}
.btn div span:nth-child(15) {
  --d: 0.75s;
}
.btn div span:nth-child(16) {
  --d: 0.8s;
}
.btn div span:nth-child(17) {
  --d: 0.85s;
}
.btn div span:nth-child(18) {
  --d: 0.9s;
}
.btn div span:nth-child(19) {
  --d: 0.95s;
}
.btn div span:nth-child(20) {
  --d: 1s;
}
.btn div span:nth-child(21) {
  --d: 1.05s;
}
.btn div span:nth-child(22) {
  --d: 1.1s;
}
.btn div span:nth-child(23) {
  --d: 1.15s;
}
.btn div span:nth-child(24) {
  --d: 1.2s;
}
.btn div span:nth-child(25) {
  --d: 1.25s;
}
.btn div span:nth-child(26) {
  --d: 1.3s;
}
.btn div span:nth-child(27) {
  --d: 1.35s;
}
.btn div span:nth-child(28) {
  --d: 1.4s;
}
.btn div span:nth-child(29) {
  --d: 1.45s;
}
.btn.no-hover {
  cursor: auto;
}
@media (min-width: 768px) {
  .btn {
    min-height: 52px;
    padding: 10px 36px 8px;
    --font-size: 20px;
    line-height: 28px;
  }
}
.btn:not(.no-hover):hover, .btn:not(.no-hover):focus, .btn:not(.no-hover):active {
  color: #fff;
  background-color: #000;
  opacity: 1;
  --y: var(--move-hover);
  --move: -4px;
}
.btn:not(.no-hover):hover span, .btn:not(.no-hover):focus span, .btn:not(.no-hover):active span {
  animation: move var(--duration) linear var(--d);
}
.btn-buy {
  padding: 5px 10px 4px;
}
@media (min-width: 768px) {
  .btn-buy {
    min-height: 45px;
    padding: 7px 41px 6px;
  }
}
.btn-buy:not(.no-hover):hover, .btn-buy:not(.no-hover):focus, .btn-buy:not(.no-hover):active {
  background: rgba(243, 158, 34, 0.6);
  color: #000;
  min-height: 38px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .btn-buy:not(.no-hover):hover, .btn-buy:not(.no-hover):focus, .btn-buy:not(.no-hover):active {
    min-height: 45px;
    margin-top: 0;
  }
}
.btn-buy:not(.no-hover).active {
  background: rgba(243, 158, 34, 0.6);
  color: #000;
}
.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn-white:not(.no-hover):hover, .btn-white:not(.no-hover):focus, .btn-white:not(.no-hover):active {
  color: #000;
  background: #fff;
  opacity: 1;
  min-height: 40px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .btn-white:not(.no-hover):hover, .btn-white:not(.no-hover):focus, .btn-white:not(.no-hover):active {
    min-height: 54px;
  }
}
.btn.bg-brand-light {
  border: none;
}
.btn.bg-brand-light:not(.no-hover):hover, .btn.bg-brand-light:not(.no-hover):focus, .btn.bg-brand-light:not(.no-hover):active {
  background: #6E288C;
}
.btn.bg-danger-light {
  border: none;
}
.btn.bg-danger-light:not(.no-hover):hover, .btn.bg-danger-light:not(.no-hover):focus, .btn.bg-danger-light:not(.no-hover):active {
  background: #ea3727;
}
.btn.bg-primary-light {
  border: none;
}
.btn.bg-primary-light:not(.no-hover):hover, .btn.bg-primary-light:not(.no-hover):focus, .btn.bg-primary-light:not(.no-hover):active {
  background: #1bb3e7;
}
.btn.bg-other-light {
  border: none;
}
.btn.bg-other-light:not(.no-hover):hover, .btn.bg-other-light:not(.no-hover):focus, .btn.bg-other-light:not(.no-hover):active {
  background: #6D6D6D;
}
.btn.bg-success-light {
  border: none;
}
.btn.bg-success-light:not(.no-hover):hover, .btn.bg-success-light:not(.no-hover):focus, .btn.bg-success-light:not(.no-hover):active {
  background: #A0A437;
}
.btn.bg-warning-light {
  border: none;
}
.btn.bg-warning-light:not(.no-hover):hover, .btn.bg-warning-light:not(.no-hover):focus, .btn.bg-warning-light:not(.no-hover):active {
  background: #f39e22;
}

.btn-holder {
  padding: 13px 0 15px;
}
.btn-holder .btn {
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .btn-holder .btn {
    font-size: 17px;
    line-height: 21px;
    min-height: 42px;
    padding: 10px 25px 8px;
  }
}
.btn-holder .btn:not(.no-hover):hover, .btn-holder .btn:not(.no-hover):focus, .btn-holder .btn:not(.no-hover):active {
  min-height: 38px;
}
@media (min-width: 768px) {
  .btn-holder .btn:not(.no-hover):hover, .btn-holder .btn:not(.no-hover):focus, .btn-holder .btn:not(.no-hover):active {
    min-height: 42px;
  }
}

.btn-link {
  all: unset;
  display: inline-block;
  cursor: pointer;
}
.btn-link:hover, .btn-link:focus {
  opacity: 0.6;
}

@keyframes move {
  40% {
    transform: translateY(var(--move));
  }
}
/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  margin: 0 15px 0 0;
  height: 23px;
  width: 23px;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.jcf-radio.jcf-focus {
  border: none;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #969696;
  border-radius: 100%;
}

.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 50%;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 15px;
  line-height: 28px;
  display: inline-flex;
  width: 100%;
  height: 46px;
  z-index: 5;
}
@media (min-width: 768px) {
  .jcf-select {
    height: 52px;
    font-size: 19px;
  }
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  width: 100%;
  margin: 0 41px 0 19px;
  padding-top: 10px;
  color: #535353;
  position: relative;
}
@media (min-width: 768px) {
  .jcf-select .jcf-select-text {
    padding-top: 14px;
  }
}

.jcf-select .jcf-select-opener {
  position: absolute;
  width: 17px;
  height: 10px;
  background: url(../images/arrow-d.png) no-repeat;
  background-size: cover;
  right: 19px;
  top: 50%;
  transform: translate(0, -50%);
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  background: #eee;
  border-radius: 0 0 25px 25px;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 15px;
  line-height: 28px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list ul li:last-child {
  border-radius: 0 0 25px 25px;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 8px 19px 7px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #d8d8d8;
  color: #535353;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

.js-tab-hidden {
  display: none;
}

.breadcrumbs {
  margin: 40px auto 65px;
  max-width: 1142px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .breadcrumbs {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    padding-right: 0;
    padding-left: 0;
  }
}
.breadcrumbs ul {
  color: #969696;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .breadcrumbs ul {
    display: flex;
    font-size: 19px !important;
  }
}
.breadcrumbs li {
  padding: 0 17px 0 0 !important;
  margin-right: 6px;
  display: inline-flex;
}
@media (min-width: 768px) {
  .breadcrumbs li {
    display: block;
  }
}
.breadcrumbs li:before {
  display: none;
}
.breadcrumbs li:after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #969696;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  position: relative;
  color: #969696;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.89;
}

.fancybox-close-small {
  position: fixed;
  top: 50px !important;
  right: 60px !important;
  padding: 0 !important;
  width: 60px;
  height: 60px;
  color: #fff !important;
}
.fancybox-close-small:hover {
  background-color: transparent;
  color: #f39e22 !important;
}

.search-modal {
  padding: 0;
  background-color: transparent;
}
.search-modal .form-control {
  width: 408px;
  padding: 12px 10px 12px 40px;
  color: #fff;
  background-color: #000;
  height: 41px;
}
.search-modal .submit-btn {
  border-radius: 4px;
  background-color: #f39e22;
  border-color: #f39e22;
  color: #fff;
  margin-left: 20px;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 41px;
}
.search-modal .submit-btn:hover {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.search-modal .icon-search {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #fff;
}

.search-result {
  margin: 60px 0 80px;
}
.search-result .container-fluid {
  max-width: 795px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.search-result h4 {
  color: #6E288C;
  margin-bottom: 10px;
}
.search-result .result-value {
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
}
.search-result .results-list {
  padding: 30px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}
.search-result .result-item {
  margin-bottom: 32px;
  font-weight: 500;
}
.search-result .result-item a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .search-result .result-item a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.search-result .results-navigation {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  font-weight: 500;
}
.search-result .results-navigation li + li {
  margin-left: 18px;
}
.search-result .results-navigation li.active a {
  text-decoration: underline;
  font-weight: 700;
}
.search-result .results-navigation a {
  text-decoration: none;
  font-weight: 500;
}
.search-result .results-navigation a:hover {
  text-decoration: underline;
}
.search-result .link {
  font-weight: 700;
}

.main-hero {
  position: relative;
  overflow: hidden;
}
.main-hero .text-box {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 300px;
  bottom: 106px;
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  padding: 0 23px;
  box-sizing: border-box;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .main-hero .text-box {
    padding: 0 50% 0 70px;
    bottom: 122px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .main-hero .text-box {
    bottom: 92px;
  }
}
@media (min-width: 1200px) {
  .main-hero .text-box {
    padding: 0 35% 0 148px;
    bottom: 172px;
  }
}
@media (min-width: 1440px) {
  .main-hero .text-box {
    padding-right: 50%;
    width: 1440px;
    transform: translate(-50%, 0);
    left: 50%;
  }
}
@media (min-width: 768px) {
  .main-hero .text-box h1 {
    margin-bottom: 23px;
  }
}

.main-slider {
  position: relative;
}
.main-slider .slick-track .style01 {
  background-size: cover !important;
  background: url("../images/img01.jpg") no-repeat, url("../images/decoration05.png") no-repeat;
  background-position: bottom 23px right 0, top 0 left -75px;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .main-slider .slick-track .style01 {
    background-position: bottom 70px right 0, top 0 left 0;
  }
}
.main-slider .slick-track > div {
  height: 501px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
  background-size: cover !important;
  background-blend-mode: multiply;
  background: url("../images/decoration05.png") no-repeat;
}
@media (min-width: 768px) {
  .main-slider .slick-track > div {
    height: 80vh;
    min-height: 633px;
  }
}
.main-slider img {
  display: block;
  height: 469px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
  object-fit: cover;
}
@media (min-width: 768px) {
  .main-slider img {
    height: 80vh;
    min-height: 570px;
  }
}
.main-slider .slick-list {
  overflow: visible;
}
.main-slider .slick-dots {
  display: flex;
  position: absolute;
  z-index: 5;
  bottom: 51px;
  right: 24px;
}
@media (min-width: 768px) {
  .main-slider .slick-dots {
    bottom: 90px;
    right: 150px;
  }
}
.main-slider .slick-dots li {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .main-slider .slick-dots li {
    margin-left: 14px;
  }
}
.main-slider .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.main-slider .slick-dots button {
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  padding: 0;
}
@media (min-width: 768px) {
  .main-slider .slick-dots button {
    width: 16px;
    height: 16px;
  }
}
.main-slider .slick-dots button:hover {
  background-color: rgb(255, 255, 255);
}

.secondary-hero {
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 40px;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .secondary-hero {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.secondary-hero h1 {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding: 100px 20px;
}
@media (min-width: 768px) {
  .secondary-hero h1 {
    min-height: 350px;
  }
}
@media (min-width: 1024px) {
  .secondary-hero h1 {
    max-width: 1000px;
    min-height: 550px;
  }
}

.carousel-fw {
  margin-bottom: 40px;
}

.image-carousel-fw {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .image-carousel-fw {
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .image-carousel-fw {
    padding: 0 149px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .image-carousel-fw {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.image-carousel-fw .slick-arrow {
  position: absolute;
  width: 37px;
  height: 56px;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  border: none;
  outline: none;
  text-indent: -9999px;
  z-index: 9;
}
@media (min-width: 768px) {
  .image-carousel-fw .slick-arrow {
    width: 56px;
    height: 85px;
  }
}
.image-carousel-fw .slick-arrow:hover {
  opacity: 0.9;
}
.image-carousel-fw .slick-arrow.slick-prev:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 26px;
  background: url("../images/arrow-left.svg") no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .image-carousel-fw .slick-arrow.slick-prev:after {
    width: 21px;
    height: 37px;
  }
}
.image-carousel-fw .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.image-carousel-fw .slick-arrow.slick-next:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 26px;
  background: url("../images/arrow-right.svg") no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .image-carousel-fw .slick-arrow.slick-next:after {
    width: 21px;
    height: 37px;
  }
}

.cta {
  background-blend-mode: multiply;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  /*filter: grayscale(100%);*/
}
.cta .txt-box {
  padding: 64px 24px 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  min-height: 375px;
}
@media (min-width: 768px) {
  .cta .txt-box {
    padding: 50px;
    font-size: 19px;
    min-height: 600px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .cta .txt-box {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.cta .txt-box div {
  margin: 0 auto;
  max-width: 500px;
}
.cta .txt-box p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cta .txt-box p {
    margin-bottom: 36px;
  }
}
.cta .txt-box h1 {
  margin-bottom: 15px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .cta .txt-box h1 {
    margin-bottom: 10px;
  }
}

.callout {
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .callout {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.callout div {
  position: relative;
}
@media (min-width: 1024px) {
  .callout div {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.callout div * {
  position: relative;
  z-index: 4;
}
.callout.small {
  font-size: 22px;
  line-height: 30px;
  background: url("../images/decoration01-small.svg") no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .callout.small {
    font-size: 28px;
    line-height: 35px;
    background: url("../images/decoration01.svg") no-repeat 50% 50%;
    background-size: cover;
  }
}
.callout.small div {
  padding: 72px 24px 52px;
}
@media (min-width: 768px) {
  .callout.small div {
    padding: 61px 0 51px;
  }
}
.callout.small p {
  margin: 0 auto;
  max-width: 650px;
}
@media (max-width: 767px) {
  .callout.small a {
    text-decoration: underline;
  }
  .callout.small a:hover {
    text-decoration: none;
    color: #000;
    opacity: 1;
  }
}
.callout.large {
  font-size: 22px;
  line-height: 30px;
  background: url("../images/decoration02-small.svg") no-repeat 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .callout.large {
    font-size: 28px;
    line-height: 35px;
    background: url("../images/decoration02.svg") no-repeat 50% 50%;
    background-size: cover;
  }
}
.callout.large div {
  padding: 91px 24px 77px;
}
@media (min-width: 768px) {
  .callout.large div {
    padding: 154px 0 141px;
  }
}
.callout.large p {
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .callout.large p {
    margin-bottom: 27px;
    max-width: 1100px;
  }
}
.callout.large .more {
  font-size: 16px;
}
@media (min-width: 768px) {
  .callout.large .more {
    text-decoration: underline;
  }
}
.callout.large h2 {
  margin: 0 auto 18px;
}
@media (min-width: 768px) {
  .callout.large h2 {
    margin-bottom: 29px;
    max-width: 1100px;
  }
}

.section-events {
  padding: 60px 0;
}

.header-section {
  position: relative;
  text-align: center;
  padding-bottom: 65px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .header-section {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.header-section h2 {
  line-height: 1;
  margin-bottom: 9px;
}
.header-section .see-all {
  font-size: 21px;
  color: #6D6D6D;
}
@media (min-width: 1024px) {
  .header-section .see-all {
    position: absolute;
    top: 12%;
    right: 152px;
  }
}

.slider-card,
.slider-card-events {
  position: relative;
}
.slider-card .slick-track,
.slider-card-events .slick-track {
  display: flex;
}
.slider-card .slick-slide,
.slider-card-events .slick-slide {
  height: 100%;
}
.slider-card .slide,
.slider-card-events .slide {
  padding: 0 9px;
}
.slider-card .card-category.red-label .label,
.slider-card-events .card-category.red-label .label {
  background-color: rgba(234, 55, 39, 0.6);
}
.slider-card .card-category.red-label .label:after,
.slider-card-events .card-category.red-label .label:after {
  border-bottom: 31px solid rgba(234, 55, 39, 0.6);
  border-right: 10px solid transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-card .card-category.red-label .label:after,
  .slider-card-events .card-category.red-label .label:after {
    border-bottom: 22px solid rgba(234, 55, 39, 0.6);
    border-right: 9px solid transparent;
  }
}
.slider-card .card-category.green-label .label,
.slider-card-events .card-category.green-label .label {
  background-color: rgba(160, 164, 55, 0.6);
}
.slider-card .card-category.green-label .label:after,
.slider-card-events .card-category.green-label .label:after {
  border-bottom: 31px solid rgba(160, 164, 55, 0.6);
  border-right: 10px solid transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-card .card-category.green-label .label:after,
  .slider-card-events .card-category.green-label .label:after {
    border-bottom: 22px solid rgba(160, 164, 55, 0.6);
    border-right: 9px solid transparent;
  }
}
.slider-card .card-category.orange-label .label,
.slider-card-events .card-category.orange-label .label {
  background-color: rgba(243, 158, 34, 0.6);
}
.slider-card .card-category.orange-label .label:after,
.slider-card-events .card-category.orange-label .label:after {
  border-bottom: 31px solid rgba(243, 158, 34, 0.6);
  border-right: 10px solid transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-card .card-category.orange-label .label:after,
  .slider-card-events .card-category.orange-label .label:after {
    border-bottom: 22px solid rgba(243, 158, 34, 0.6);
    border-right: 9px solid transparent;
  }
}
.slider-card .card-category.blue-label .label,
.slider-card-events .card-category.blue-label .label {
  background-color: rgba(27, 179, 231, 0.6);
}
.slider-card .card-category.blue-label .label:after,
.slider-card-events .card-category.blue-label .label:after {
  border-bottom: 31px solid rgba(27, 179, 231, 0.6);
  border-right: 10px solid transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-card .card-category.blue-label .label:after,
  .slider-card-events .card-category.blue-label .label:after {
    border-bottom: 22px solid rgba(27, 179, 231, 0.6);
    border-right: 9px solid transparent;
  }
}
.slider-card .card-category.gray-label .label,
.slider-card-events .card-category.gray-label .label {
  background-color: rgba(138, 138, 138, 0.6);
}
.slider-card .card-category.gray-label .label:after,
.slider-card-events .card-category.gray-label .label:after {
  border-bottom: 31px solid rgba(138, 138, 138, 0.6);
  border-right: 10px solid transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-card .card-category.gray-label .label:after,
  .slider-card-events .card-category.gray-label .label:after {
    border-bottom: 22px solid rgba(138, 138, 138, 0.6);
    border-right: 9px solid transparent;
  }
}
.slider-card .card-category .label,
.slider-card-events .card-category .label {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 18px 18px 0 0;
  position: relative;
  max-width: 144px;
  width: 100%;
  margin-left: 11px;
}
@media (min-width: 768px) {
  .slider-card .card-category .label,
  .slider-card-events .card-category .label {
    font-size: 14px;
    margin-left: 21px;
    padding: 6px 10px;
    max-width: 206px;
  }
}
@media (min-width: 1200px) {
  .slider-card .card-category .label,
  .slider-card-events .card-category .label {
    font-size: 19px;
    padding: 6px 19px;
  }
}
.slider-card .card-category .label:after,
.slider-card-events .card-category .label:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-card .card-category .label:after,
  .slider-card-events .card-category .label:after {
    right: -9px;
  }
}
.slider-card .card-category .card-img,
.slider-card-events .card-category .card-img {
  display: block;
  padding-top: 0%;
  min-height: 190px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .slider-card .card-category .card-img,
  .slider-card-events .card-category .card-img {
    min-height: 222px;
  }
}
@media (min-width: 1200px) {
  .slider-card .card-category .card-img,
  .slider-card-events .card-category .card-img {
    min-height: 320px;
  }
}
.slider-card .card-category .card-img:hover,
.slider-card-events .card-category .card-img:hover {
  margin-top: -4px;
  opacity: 0.8;
}
.slider-card .card-category .card-body,
.slider-card-events .card-category .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  min-height: 176px;
  padding: 14px 14px 5px;
}
@media (min-width: 768px) {
  .slider-card .card-category .card-body,
  .slider-card-events .card-category .card-body {
    padding: 17px 20px 5px;
    min-height: 190px;
  }
}
@media (min-width: 1200px) {
  .slider-card .card-category .card-body,
  .slider-card-events .card-category .card-body {
    min-height: 222px;
  }
}
.slider-card .card-category .date-box,
.slider-card-events .card-category .date-box {
  font-size: 15px;
  color: #6D6D6D;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .slider-card .card-category .date-box,
  .slider-card-events .card-category .date-box {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .slider-card .card-category .date-box,
  .slider-card-events .card-category .date-box {
    font-size: 19px;
  }
}
.slider-card .card-category .title,
.slider-card-events .card-category .title {
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .slider-card .card-category .title,
  .slider-card-events .card-category .title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .slider-card .card-category .title,
  .slider-card-events .card-category .title {
    font-size: 28px;
  }
}
.slider-card .slider-btn,
.slider-card-events .slider-btn {
  border: none;
  width: 37px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (min-width: 768px) {
  .slider-card .slider-btn,
  .slider-card-events .slider-btn {
    width: 56px;
    height: 85px;
    top: 25%;
    transform: translateY(-25%);
  }
}
.slider-card .slider-btn.slick-prev,
.slider-card-events .slider-btn.slick-prev {
  left: 0;
}
.slider-card .slider-btn.slick-next,
.slider-card-events .slider-btn.slick-next {
  right: 0;
}
@media (max-width: 767px) {
  .slider-card .slider-btn svg,
  .slider-card-events .slider-btn svg {
    width: 15px;
  }
}

.info-blocks {
  max-width: 1173px;
  margin: 40px auto 40px;
  padding: 3px 24px;
}
@media (min-width: 1024px) {
  .info-blocks {
    padding: 0;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .info-blocks {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.info-blocks .heading {
  padding: 0 24px 33px;
  text-align: center;
}
@media (min-width: 769px) {
  .info-blocks .heading {
    display: flex;
    padding: 0 0 60px;
    text-align: left;
  }
}
.info-blocks .heading h2 {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 7px;
  text-align: center;
}
@media (min-width: 769px) {
  .info-blocks .heading h2 {
    margin-bottom: 0;
  }
}
.info-blocks .heading .more {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
  font-size: 16px;
}
@media (min-width: 769px) {
  .info-blocks .heading .more {
    display: block;
    margin: 0 15px 12px 0;
  }
}
.info-blocks .post {
  position: relative;
  max-width: 1173px;
  box-sizing: border-box;
  margin: 0 auto 24px;
  color: #6D6D6D;
  z-index: 2;
}
@media (min-width: 769px) {
  .info-blocks .post {
    margin-bottom: 29px;
  }
}
.info-blocks .post.left-img {
  padding: 14px 0 0 0;
}
@media (min-width: 769px) {
  .info-blocks .post.left-img {
    padding: 30px;
  }
}
.info-blocks .post.left-img .img-holder:after {
  border-radius: 0 30% 0 0;
}
@media (min-width: 769px) {
  .info-blocks .post.left-img .img-holder:before {
    left: 0;
    right: 0;
    border-top-left-radius: 22%;
  }
}
.info-blocks .post.left-img .img-holder img {
  border-top-left-radius: 19%;
}
.info-blocks .post.left-img .img-holder a:after {
  background: url(../images/img-decoration-left-m.png) no-repeat 100% 50%;
  width: 50px;
  right: 0;
  background-size: contain;
}
@media (min-width: 769px) {
  .info-blocks .post.left-img .img-holder a:after {
    background: url(../images/img-decoration-left.png) no-repeat 100% 50%;
  }
}
.info-blocks .post.left-img .holder {
  border-top-left-radius: 20%;
}
.info-blocks .post.right-img {
  padding: 14px 0 30px;
}
@media (min-width: 769px) {
  .info-blocks .post.right-img {
    padding: 30px;
  }
}
.info-blocks .post.right-img .img-holder:after {
  right: -24px;
  left: auto;
  border-radius: 30% 0 0 0;
}
@media (min-width: 769px) {
  .info-blocks .post.right-img .img-holder:after {
    right: -30px;
    left: auto;
  }
}
@media (min-width: 769px) {
  .info-blocks .post.right-img .img-holder:before {
    border-top-right-radius: 22%;
  }
}
.info-blocks .post.right-img .img-holder img {
  border-top-right-radius: 19%;
}
.info-blocks .post.right-img .img-holder a:after {
  background: url(../images/img-decoration-right-m.png) no-repeat 0 50%;
  width: 62px;
  left: 0;
  background-size: contain;
}
@media (min-width: 769px) {
  .info-blocks .post.right-img .img-holder a:after {
    background: url(../images/img-decoration-right.png) no-repeat 0 50%;
  }
}
.info-blocks .post.right-img .txt-holder {
  padding: 12px 14px 15px;
}
@media (min-width: 769px) {
  .info-blocks .post.right-img .txt-holder {
    padding: 35px 10px 33px 30px;
  }
}
@media (min-width: 1024px) {
  .info-blocks .post.right-img .txt-holder {
    padding-right: 66px;
  }
}
.info-blocks .post.right-img .holder {
  border-top-right-radius: 20%;
}
@media (min-width: 769px) {
  .info-blocks .post.right-img .img-holder {
    order: 3;
  }
}
.info-blocks .post.warning .img-holder:after {
  background: rgba(243, 158, 34, 0.6);
}
.info-blocks .post.warning {
  /*
  .title {
  	color: $warning;
  	a {
  		color: $warning;
  	}
  }*/
}
.info-blocks .post.danger .img-holder:after {
  background: rgba(234, 55, 39, 0.6);
}
.info-blocks .post.danger {
  /*
  .title {
  	color: $danger;
  	a {
  		color: $danger; 
  	}
  }*/
}
.info-blocks .post.primary .img-holder:after {
  background: rgba(27, 179, 231, 0.6);
}
.info-blocks .post.primary {
  /*
  .title {
  	color: $primary;
  	a {
  		color: $primary;
  	}
  }*/
}
.info-blocks .post.other .img-holder:after {
  background: rgba(138, 138, 138, 0.6);
}
.info-blocks .post.other {
  /*
  .title {
  	color: $other;
  	a {
  		color: $other;
  	}
  }*/
}
.info-blocks .post.success .img-holder:after {
  background: rgba(160, 164, 55, 0.6);
}
.info-blocks .post.success {
  /*
  .title {
  	color: $success;
  	a {
  		color: $success;
  	}
  }*/
}
.info-blocks .post.brand .img-holder:after {
  background: rgba(110, 40, 140, 0.6);
}
.info-blocks .post.brand {
  /*
  .title {
  	color: $brand;
  	a {
  		color: $brand;
  	}
  }*/
}
.info-blocks .post .holder {
  position: relative;
  z-index: 3;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 769px) {
  .info-blocks .post .holder {
    flex-direction: row;
    font-size: 19px;
  }
}
.info-blocks .post h3 {
  color: #000;
  margin-bottom: 9px;
}
@media (min-width: 769px) {
  .info-blocks .post h3 {
    margin-bottom: 13px;
  }
}
.info-blocks .post .txt-holder {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: column;
  justify-content: space-between;
  order: 2;
  position: relative;
  z-index: 4;
  padding: 12px 14px 15px;
}
@media (min-width: 1024px) {
  .info-blocks .post .txt-holder {
    order: 2;
    padding: 35px 30px 33px 66px;
  }
}
.info-blocks .post .img-holder {
  z-index: 3;
  flex-grow: 0;
  flex-shrink: 0;
  order: 1;
  position: relative;
}
@media (min-width: 769px) {
  .info-blocks .post .img-holder {
    width: 49%;
  }
}
.info-blocks .post .img-holder:after {
  position: absolute;
  top: -14px;
  bottom: -19px;
  left: -24px;
  width: 262px;
  content: "";
  z-index: 2;
}
@media (min-width: 769px) {
  .info-blocks .post .img-holder:after {
    top: -30px;
    left: -30px;
    width: 447px;
    bottom: -30px;
  }
}
.info-blocks .post .img-holder:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  bottom: 5px;
  z-index: 3;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 769px) {
  .info-blocks .post .img-holder:before {
    display: block;
  }
}
.info-blocks .post .img-holder img {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .info-blocks .post .img-holder img {
    max-height: 445px;
  }
}
.info-blocks .post .img-holder a {
  display: block;
  position: relative;
  z-index: 3;
  height: 100%;
}
.info-blocks .post .img-holder a:hover {
  opacity: 0.8;
}
.info-blocks .post .img-holder a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1024px) {
  .info-blocks .post .img-holder {
    order: 2;
  }
}
.info-blocks .post .link-holder {
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
  line-height: 18px;
}
.info-blocks .post .link-holder .btn {
  min-width: 129px;
}
.info-blocks .post .head {
  margin-bottom: 13px;
}
@media (min-width: 769px) {
  .info-blocks .post .head {
    margin-bottom: 25px;
  }
}
.info-blocks .post .title {
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 769px) {
  .info-blocks .post .title {
    margin: 0 15px 0 0;
    display: inline;
  }
}
.info-blocks .post .date {
  display: block;
}
@media (min-width: 769px) {
  .info-blocks .post .date {
    display: inline;
  }
}
.info-blocks .post .frame {
  margin-bottom: 31px;
}
@media (min-width: 769px) {
  .info-blocks .post .frame {
    margin-bottom: 0;
  }
}

.subscribe {
  padding: 42px 24px;
}
@media (min-width: 1024px) {
  .subscribe {
    padding: 46px 24px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .subscribe {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.subscribe-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .subscribe-form {
    max-width: 1100px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
  }
}
.subscribe-form label {
  font-size: 22px;
  line-height: 30px;
  display: block;
  margin: 0 0 15px;
  text-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .subscribe-form label {
    font-size: 28px;
    line-height: 35px;
    margin: 0 28px 0 0;
  }
}
.subscribe-form input[type=email] {
  border-radius: 25px;
  background: #fff;
  border: none;
  font-size: 16px;
  line-height: 28px;
  display: inline-flex;
  flex-shrink: 1;
  flex-grow: 1;
  width: calc(100% - 72px);
  height: 38px;
  padding: 6px 17px 4px;
}
.subscribe-form input[type=email]::-webkit-input-placeholder {
  color: #6E288C;
}
.subscribe-form input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #6E288C;
}
.subscribe-form input[type=email]:-moz-placeholder {
  color: #6E288C;
}
.subscribe-form input[type=email]:-ms-input-placeholder {
  color: #6E288C;
}
.subscribe-form input[type=email].placeholder {
  color: #6E288C;
}
@media (min-width: 768px) {
  .subscribe-form input[type=email] {
    height: 52px;
    font-size: 19px;
    width: calc(100% - 99px);
  }
}
.subscribe-form .row {
  display: flex;
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .subscribe-form .row {
    width: 414px;
  }
}
.subscribe-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  min-height: 38px;
  padding: 4px 10px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  outline: none;
  width: 72px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .subscribe-form input[type=submit] {
    min-height: 52px;
    padding: 10px 36px 8px;
    font-size: 20px;
    line-height: 28px;
    width: 99px;
  }
}
.subscribe-form input[type=submit]:hover, .subscribe-form input[type=submit]:focus, .subscribe-form input[type=submit]:active {
  color: #000;
  background: #fff;
  min-height: 40px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .subscribe-form input[type=submit]:hover, .subscribe-form input[type=submit]:focus, .subscribe-form input[type=submit]:active {
    min-height: 54px;
  }
}

.section-with-us {
  padding: 60px 0;
}
.section-with-us .slider-card .slider-btn,
.section-with-us .slider-card-events .slider-btn {
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .section-with-us .slider-card .slider-btn,
  .section-with-us .slider-card-events .slider-btn {
    top: 10%;
    transform: none;
  }
}
.section-with-us .slide-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 142.268%;
}
.section-with-us .slide-box .title {
  position: absolute;
  bottom: 20px;
  left: 28px;
}

.section-card {
  padding: 60px 0;
}
.section-card + .callout {
  margin-bottom: 0;
}
.section-card .container {
  padding: 0 15px;
  max-width: 1172px;
  margin: 0 auto;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .section-card .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.section-card .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section-card .col {
  width: 100%;
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .section-card .col {
    width: 50%;
  }
}
.section-card .card-img {
  display: block;
  width: 100%;
  color: #fff;
  padding-top: 63%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-card .card-img .title {
  position: absolute;
  left: 10px;
  bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-card .card-img .title {
    font-size: 28px;
    left: 20px;
    bottom: 14px;
  }
}
.section-card .card-body {
  padding: 16px 0 10px;
}
@media (min-width: 768px) {
  .section-card .card-body {
    padding: 23px 0;
  }
}
@media (max-width: 768px) {
  .section-card .card-body {
    font-size: 16px;
    line-height: 1.57;
  }
}
.section-card .card-body .title {
  font-size: 22px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .section-card .card-body .title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.section-card .card-body h5 {
  line-height: 1.25;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .section-card .card-body h5 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.section-card .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .section-card .btn {
    padding: 4px 16px;
  }
}

.section-text .container {
  max-width: 782px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .section-text .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.section-text h1, .section-text .h1 {
  font-size: 27px;
  line-height: 1.26;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .section-text h1, .section-text .h1 {
    font-size: 44px;
    line-height: 1.44;
    margin-bottom: 14px;
  }
}
.section-text strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-text strong {
    font-size: 24px;
    line-height: 1.46;
    margin-bottom: 14px;
  }
}
.section-text h2, .section-text .h2 {
  font-weight: 600;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.34;
}
@media (min-width: 768px) {
  .section-text h2, .section-text .h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
.section-text .text {
  padding-bottom: 31px;
}
@media (max-width: 768px) {
  .section-text .text {
    font-size: 14px;
    line-height: 1.79;
    padding-bottom: 20px;
  }
}
.section-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.88;
}
.section-text ul li {
  position: relative;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .section-text ul li {
    padding-bottom: 2px;
  }
}
.section-text ul li:before {
  content: "•";
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 23px;
}

.tab-holder {
  margin-bottom: 40px;
  padding: 0 24px;
  min-height: 700px;
}
@media (min-width: 768px) {
  .tab-holder {
    max-width: 1171px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    min-height: 600px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .tab-holder {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.tab-holder .tabset {
  font-size: 15px;
  line-height: 29px;
  font-weight: bold;
  display: flex;
}
@media (min-width: 768px) {
  .tab-holder .tabset {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .tab-holder .tabset {
    font-size: 44px;
    line-height: 50px;
  }
}
.tab-holder .tabset li {
  padding: 0 20px 15px 0;
}
@media (min-width: 768px) {
  .tab-holder .tabset li {
    padding: 0 87px 15px 0;
  }
}
.tab-holder .tabset a {
  position: relative;
  color: #6D6D6D;
}
.tab-holder .tabset a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -15px;
  height: 7px;
  background: #6E288C;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .tab-holder .tabset a:after {
    height: 12px;
    bottom: -19px;
  }
}
.tab-holder .tabset a.active {
  color: #000;
}
.tab-holder .tabset a.active:after {
  display: block;
}
.tab-holder .tabset a:focus {
  opacity: 1;
}
.tab-holder .filter-nav {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 23px;
  position: relative;
  padding-top: 12px;
  margin-bottom: 13px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .tab-holder .filter-nav {
    font-size: 20px;
    line-height: 28px;
    padding-top: 27px;
    margin-bottom: 48px;
  }
}
.tab-holder .filter-nav > li {
  margin: 0 15px 17px 0;
}
@media (min-width: 768px) {
  .tab-holder .filter-nav > li {
    margin: 0 29px 20px 0;
  }
}
.tab-holder .filter-nav > li.active .filter-holder {
  display: block;
}
.tab-holder .filter-nav > li.active .opener {
  background: #969696;
  color: #fff;
  opacity: 1;
}
.tab-holder .filter-nav > li.active .opener:after {
  width: 8px;
  height: 8px;
  background: url(../images/close.png) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .tab-holder .filter-nav > li.active .opener:after {
    width: 12px;
    height: 12px;
  }
}
.tab-holder .filter-nav > li .opener,
.tab-holder .filter-nav > li > a {
  position: relative;
  z-index: 110;
  min-height: 27px;
  display: inline-flex;
  padding: 1px 28px 0 9px;
  border-radius: 25px;
  border: 2px solid #969696;
  cursor: pointer;
  background: transparent;
  color: #6D6D6D;
}
@media (min-width: 768px) {
  .tab-holder .filter-nav > li .opener,
  .tab-holder .filter-nav > li > a {
    min-height: 42px;
    padding: 7px 48px 3px 17px;
  }
}
.tab-holder .filter-nav > li .opener:after,
.tab-holder .filter-nav > li > a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  background: url(../images/arrow-d.png) no-repeat;
  background-size: cover;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .tab-holder .filter-nav > li .opener:after,
  .tab-holder .filter-nav > li > a:after {
    width: 17px;
    height: 10px;
  }
}
.tab-holder .filter-nav > li .opener:hover,
.tab-holder .filter-nav > li > a:hover {
  opacity: 1;
  background: #E1E1E1;
}
.tab-holder .filter-nav > li .opener:focus,
.tab-holder .filter-nav > li > a:focus {
  opacity: 1;
}
.tab-holder .filter-nav .filter-holder {
  position: absolute;
  display: none;
  background: #fff;
  top: 0;
  left: -10px;
  right: -10px;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  z-index: 1;
  padding: 115px 25px 25px;
}
@media (min-width: 1200px) {
  .tab-holder .filter-nav .filter-holder {
    left: -25px;
    right: -25px;
  }
}
.tab-holder .filter-nav .col-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 8.4% 28px 0;
}
@media (max-width: 767px) {
  .tab-holder .filter-nav .col-holder {
    flex-direction: column;
    padding: 0 0 28px;
  }
}
.tab-holder .filter-nav .info-col {
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-bottom: 15px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .tab-holder .filter-nav .info-col {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .tab-holder .filter-nav .info-col {
    font-size: 20px;
    line-height: 28px;
  }
}
.tab-holder .filter-nav .info-col ul li {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .tab-holder .filter-nav .info-col ul li {
    margin-bottom: 11px;
  }
}
.tab-holder .title {
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .tab-holder .title {
    font-size: 31px;
    line-height: 39px;
    margin-bottom: 26px;
  }
}
.tab-holder .row-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .tab-holder .row-holder {
    margin: 0 -24px;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 24px;
  }
}
.tab-holder .col {
  width: calc(33.3% - 30px);
  margin: 0 15px 68px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .tab-holder .col {
    width: 260px;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    margin: 0 22px 33px 0;
  }
}
.tab-holder .tab-content {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .tab-holder .tab-content {
    margin: 0 -15px;
    padding: 23px 15px 0;
  }
}
.tab-holder .img-holder {
  flex-grow: 0;
  flex-shrink: 0;
}
.tab-holder .img-holder a:hover {
  opacity: 0.8;
}
.tab-holder .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.tab-holder .img-holder img:hover {
  opacity: 0.8;
}
.tab-holder .txt-holder {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px 10px 8px 14px;
  font-size: 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .tab-holder .txt-holder {
    font-size: 19px;
    line-height: 28px;
    padding: 17px 10px 13px 20px;
  }
}
.tab-holder .txt-holder h2, .tab-holder .txt-holder h3 {
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .tab-holder .txt-holder h2, .tab-holder .txt-holder h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .tab-holder .txt-holder h2, .tab-holder .txt-holder h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.tab-holder .txt-holder .date {
  color: #6D6D6D;
  display: block;
}
.tab-holder .category {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .tab-holder .category {
    font-size: 14px;
  }
}
.tab-holder .pagination {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 10px;
  font-size: 12px;
  line-height: 18px;
  border-top: 2px solid #6D6D6D;
}
@media (min-width: 768px) {
  .tab-holder .pagination {
    font-size: 24px;
    line-height: 35px;
    padding: 19px 0 40px;
    font-weight: 600;
  }
}
.tab-holder .pagination .disabled {
  color: #6D6D6D;
  pointer-events: none;
}
.tab-holder .calendar {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 29px;
  align-items: center;
}
.tab-holder .calendar.black li.head {
  color: #000;
}
.tab-holder .calendar li {
  width: 14.28%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab-holder .calendar li.head {
  color: #808080;
}
.tab-holder .calendar li.from a, .tab-holder .calendar li.to a {
  position: relative;
  padding: 0 5px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  z-index: 3;
}
.tab-holder .calendar li.from a:after, .tab-holder .calendar li.to a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  background: rgba(234, 55, 39, 0.6);
  border-radius: 50%;
  z-index: 2;
}
.tab-holder .calendar li.event:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  background: rgba(234, 55, 39, 0.6);
  z-index: 2;
}
.tab-holder .calendar li.from:after, .tab-holder .calendar li.first:after {
  left: 50%;
  margin-left: -15px;
  border-radius: 50% 0 0 50%;
}
.tab-holder .calendar li.to:after, .tab-holder .calendar li.last:after {
  right: 50%;
  margin-right: -15px;
  border-radius: 0 50% 50% 0;
}
.tab-holder .title-row {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 2px solid #969696;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
.tab-holder .calendar-block {
  max-width: 362px;
  margin-left: 28px;
}
@media (max-width: 767px) {
  .tab-holder .calendar-block {
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.tab-holder .date-col {
  display: flex;
}
@media (max-width: 767px) {
  .tab-holder .date-col {
    flex-direction: column;
  }
}
.tab-holder .link-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .tab-holder .link-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.tab-holder .link-box .btn-holder {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .tab-holder .link-box .btn-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
}
.tab-holder .link-box .btn-holder .btn {
  margin-left: 50px;
  min-width: 164px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tab-holder .link-box .btn-holder .btn {
    margin-left: 0;
  }
}
.tab-holder .link-box .date {
  font-size: 17px;
}
.tab-holder .event-form {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 20px;
}
.tab-holder .event-form label {
  min-height: 28px;
  display: inline-flex;
  padding: 0 10px;
  border-radius: 25px;
  background: #f7f6f2;
  position: relative;
  margin: 0 5px 10px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .tab-holder .event-form label {
    min-height: 42px;
    padding: 9px 22px 3px;
    margin: 0 33px 27px 0;
    font-size: 17px;
  }
}
.tab-holder .event-form label.large {
  position: relative;
  padding-right: 40px;
}
.tab-holder .event-form label.large .close {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/close-b.png) no-repeat;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.tab-holder .event-form label:hover {
  background: #E1E1E1;
}
.tab-holder .event-form label.jcf-label-active {
  background: rgba(234, 55, 39, 0.6);
}
.tab-holder .event-form label.bg-primary-light {
  background: rgba(27, 179, 231, 0.6);
}
.tab-holder .event-form label.bg-other-light {
  background: rgba(138, 138, 138, 0.6);
}
.tab-holder .event-form label.bg-brand-light {
  background: rgba(110, 40, 140, 0.6);
}
.tab-holder .event-form label.bg-warning-light {
  background: rgba(243, 158, 34, 0.6);
}
.tab-holder .event-form label.bg-success-light {
  background: rgba(160, 164, 55, 0.6);
}
.tab-holder .event-form label.bg-danger-light {
  background: rgba(234, 55, 39, 0.6);
}
.tab-holder .event-form label.bg-brand {
  background: #6E288C;
}
.tab-holder .event-form label [type=checkbox] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.section-donors .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .section-donors .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.section-donors .head-section {
  text-align: center;
  padding-bottom: 34px;
}
.section-donors .head-section h1 {
  margin-bottom: 7px;
  font-size: 27px;
}
@media (min-width: 768px) {
  .section-donors .head-section h1 {
    font-size: 44px;
  }
}
.section-donors .head-section .head-wrap {
  line-height: 1.75;
  max-width: 751px;
  margin: 0 auto;
  font-size: 16px;
}
.section-donors .tier-box {
  border-top: 2px solid #6D6D6D;
  font-weight: 600;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .section-donors .tier-box {
    line-height: 1.8125;
    padding: 25px 0 20px;
  }
}
.section-donors .tier-box .tier-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-donors .tier-box .tier-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
  }
}
.section-donors .tier-box.tier-b ul {
  font-size: 20px;
  line-height: 1.5;
}
.section-donors .tier-box.tier-b ul li {
  margin-bottom: 12px;
}
.section-donors .tier-box.tier-c ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5625;
  column-count: 2;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 768px) {
  .section-donors .tier-box.tier-c ul {
    font-size: 16px;
    column-count: 3;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .section-donors .tier-box.tier-c ul {
    column-count: 4;
    column-gap: 30px;
  }
}
.section-donors .tier-box.tier-c ul li {
  page-break-after: avoid;
  margin-bottom: 7px;
}
.section-donors .tier-box.tier-c .tier-title {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section-donors .tier-box.tier-d {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
  }
}
.section-donors .tier-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section-donors .col {
  width: 50%;
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .section-donors .col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.section-donors .tier-holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.38;
}
@media (min-width: 768px) {
  .section-donors .tier-holder ul {
    text-align: left;
    line-height: 1.625;
  }
}
@media (min-width: 1024px) {
  .section-donors .tier-holder ul {
    font-size: 24px;
  }
}
.section-donors .tier-holder ul.text-center {
  text-align: center;
}
.section-donors .tier-holder ul li {
  margin-bottom: 10px;
}
.section-donors .tier-img {
  min-height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-donors .tier-img {
    min-height: 186px;
  }
}
.section-donors .tier-title {
  font-size: 24px;
  line-height: 1.625;
  margin-bottom: 43px;
}

.section-accordion .container {
  max-width: 780px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .section-accordion .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.section-accordion .head-section {
  text-align: center;
  padding-bottom: 34px;
}
.section-accordion .head-section h1 {
  margin-bottom: 7px;
  font-size: 27px;
}
@media (min-width: 768px) {
  .section-accordion .head-section h1 {
    font-size: 44px;
  }
}
.section-accordion .head-section .head-wrap {
  line-height: 1.75;
  max-width: 751px;
  margin: 0 auto;
  font-size: 16px;
}
.accordion {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .accordion {
    padding-top: 60px;
  }
}
.accordion .accordion-item {
  border-top: 2px solid #6D6D6D;
}
.accordion .accordion-item.active .opener:after {
  transform: rotate(-90deg);
}
.accordion .opener {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 11px 59px 17px 0;
  line-height: 1.459;
  position: relative;
}
@media (min-width: 768px) {
  .accordion .opener {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .accordion .opener {
    font-size: 24px;
  }
}
.accordion .opener:after {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 10px;
  right: 6px;
  width: 8px;
  height: 18px;
  background-image: url("../images/arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .accordion .opener:after {
    top: 16px;
    width: 14px;
    height: 24px;
    right: 28px;
  }
}
@media (max-width: 768px) {
  .accordion .slide {
    font-size: 14px;
    line-height: 1.79;
  }
}

.section-tickets {
  padding: 60px 0;
}
.section-tickets .container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 800px) and (max-width: 1112px) {
  .section-tickets .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.section-tickets .head-section {
  text-align: center;
  padding-bottom: 34px;
}
.section-tickets .head-section h1 {
  margin-bottom: 7px;
  font-size: 27px;
}
@media (min-width: 768px) {
  .section-tickets .head-section h1 {
    font-size: 44px;
  }
}
.section-tickets .head-section .head-wrap {
  line-height: 1.75;
  max-width: 751px;
  margin: 0 auto;
  font-size: 16px;
}
.section-tickets .tickets-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section-tickets .item {
  width: 100%;
  max-width: 100%;
  padding: 0 15px 54px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 480px) {
  .section-tickets .item {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .section-tickets .item {
    font-size: 19px;
    padding: 0 15px 30px;
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .section-tickets .item:nth-child(3n+1) .sum-box {
    background: url(../images/img29.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .section-tickets .item:nth-child(3n+2) .sum-box {
    background: url(../images/img30.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .section-tickets .item:nth-child(3n+3) .sum-box {
    background: url(../images/img31.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.section-tickets .sum-box {
  width: 139px;
  height: 130px;
  margin: 0 auto 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  padding: 34px 22px 11px;
  background: url(../images/img29.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .section-tickets .sum-box {
    width: 178px;
    height: 203px;
    padding: 44px 22px 34px;
    margin: 0 auto 18px;
  }
}
@media (min-width: 1024px) {
  .section-tickets .sum-box {
    font-size: 44px;
  }
}
.section-tickets .title {
  display: block;
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .section-tickets .title {
    font-size: 28px;
    line-height: 1.25;
  }
}
.section-tickets .description {
  display: block;
  color: #6D6D6D;
}
@media (min-width: 768px) {
  .section-tickets .description {
    margin-bottom: 3px;
  }
}
.section-tickets .underline {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.section-map .map-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section-map .col {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .section-map .col {
    width: 50%;
  }
}
.section-map .col.map {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 224px;
}
@media (min-width: 768px) {
  .section-map .col.map {
    min-height: 453px;
  }
}
.section-map .col:not(.map) {
  background: #fff;
}
.section-map .indent {
  padding: 30px 21px 0;
}
@media (min-width: 768px) {
  .section-map .indent {
    padding: 105px 67px 56px;
  }
}
.section-map .info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 497px;
  margin: 0 -15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-map .info-box {
    max-width: none;
  }
}
.section-map .info-box .item {
  width: 50%;
  padding: 0 15px 30px;
}
@media (min-width: 769px) {
  .section-map .info-box .item {
    padding: 0 15px 46px;
  }
}
.section-map .info-box .title {
  display: block;
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 8px;
  font-weight: 600;
}
@media (min-width: 769px) {
  .section-map .info-box .title {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 13px;
  }
}
.section-map address {
  font-style: normal;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .section-map address {
    font-size: 14px;
    line-height: 1.79;
  }
}
.section-map address span {
  display: block;
}
.section-map .underline {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .section-map .tel {
    font-size: 16px;
  }
}

.contact-block {
  position: relative;
  padding: 56px 24px 69px;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .contact-block {
    padding: 67px 24px 100px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .contact-block {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.contact-block:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(../images/decoration03-small.png) no-repeat;
  width: 320px;
  height: 291px;
}
@media (min-width: 768px) {
  .contact-block:after {
    background: url(../images/decoration03.png) no-repeat;
    width: 517px;
    height: 462px;
  }
}
.contact-block:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(../images/decoration04-small.png) no-repeat;
  width: 320px;
  height: 180px;
}
@media (min-width: 768px) {
  .contact-block:before {
    background: url(../images/decoration04.png) no-repeat;
    width: 458px;
    height: 449px;
  }
}
.contact-block .container {
  position: relative;
  z-index: 5;
  max-width: 751px;
  margin: 0 auto;
}
.contact-block .container h2 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .contact-block .container h2 {
    margin-bottom: 10px;
  }
}
.contact-block .contact-form {
  padding: 1px 0 23px;
}
@media (min-width: 768px) {
  .contact-block .contact-form {
    padding: 61px 0 32px;
  }
}
.contact-block .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-block .row {
    flex-direction: column;
  }
}
.contact-block .row .col-50 {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact-block .row .col-50 {
    width: 48%;
    margin-bottom: 30px;
  }
}
.contact-block .row .col-100 {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact-block .row .col-100 {
    margin-bottom: 30px;
  }
}
.contact-block .row input[type=text],
.contact-block .row input[type=tel],
.contact-block .row input[type=email],
.contact-block .row input[type=search],
.contact-block .row input[type=password],
.contact-block .row select {
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 15px;
  line-height: 28px;
  display: inline-flex;
  width: 100%;
  height: 46px;
  padding: 6px 19px 4px;
  color: #535353;
}
.contact-block .row input[type=text]::-webkit-input-placeholder,
.contact-block .row input[type=tel]::-webkit-input-placeholder,
.contact-block .row input[type=email]::-webkit-input-placeholder,
.contact-block .row input[type=search]::-webkit-input-placeholder,
.contact-block .row input[type=password]::-webkit-input-placeholder,
.contact-block .row select::-webkit-input-placeholder {
  color: #6D6D6D;
}
.contact-block .row input[type=text]::-moz-placeholder,
.contact-block .row input[type=tel]::-moz-placeholder,
.contact-block .row input[type=email]::-moz-placeholder,
.contact-block .row input[type=search]::-moz-placeholder,
.contact-block .row input[type=password]::-moz-placeholder,
.contact-block .row select::-moz-placeholder {
  opacity: 1;
  color: #6D6D6D;
}
.contact-block .row input[type=text]:-moz-placeholder,
.contact-block .row input[type=tel]:-moz-placeholder,
.contact-block .row input[type=email]:-moz-placeholder,
.contact-block .row input[type=search]:-moz-placeholder,
.contact-block .row input[type=password]:-moz-placeholder,
.contact-block .row select:-moz-placeholder {
  color: #6D6D6D;
}
.contact-block .row input[type=text]:-ms-input-placeholder,
.contact-block .row input[type=tel]:-ms-input-placeholder,
.contact-block .row input[type=email]:-ms-input-placeholder,
.contact-block .row input[type=search]:-ms-input-placeholder,
.contact-block .row input[type=password]:-ms-input-placeholder,
.contact-block .row select:-ms-input-placeholder {
  color: #6D6D6D;
}
.contact-block .row input[type=text].placeholder,
.contact-block .row input[type=tel].placeholder,
.contact-block .row input[type=email].placeholder,
.contact-block .row input[type=search].placeholder,
.contact-block .row input[type=password].placeholder,
.contact-block .row select.placeholder {
  color: #6D6D6D;
}
@media (min-width: 768px) {
  .contact-block .row input[type=text],
  .contact-block .row input[type=tel],
  .contact-block .row input[type=email],
  .contact-block .row input[type=search],
  .contact-block .row input[type=password],
  .contact-block .row select {
    height: 52px;
    font-size: 19px;
  }
}
.contact-block .row input[type=text]:focus,
.contact-block .row input[type=tel]:focus,
.contact-block .row input[type=email]:focus,
.contact-block .row input[type=search]:focus,
.contact-block .row input[type=password]:focus,
.contact-block .row select:focus {
  border: 2px solid #969696;
  outline: none;
}
.contact-block .row input[type=text].kw-border-error,
.contact-block .row input[type=tel].kw-border-error,
.contact-block .row input[type=email].kw-border-error,
.contact-block .row input[type=search].kw-border-error,
.contact-block .row input[type=password].kw-border-error,
.contact-block .row select.kw-border-error {
  border: 1px solid #ea3727;
}
.contact-block textarea {
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 15px;
  line-height: 28px;
  display: inline-flex;
  width: 100%;
  min-height: 174px;
  padding: 11px 19px 4px;
  color: #535353;
}
@media (min-width: 768px) {
  .contact-block textarea {
    font-size: 19px;
  }
}
.contact-block textarea:focus {
  border: 2px solid #969696;
  outline: none;
}
.contact-block textarea.kw-border-error {
  border: 1px solid #ea3727;
}
.contact-block .kw-field-error-message {
  padding-left: 20px;
}
.contact-block input[type=submit] {
  outline: none;
  width: 129px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 25px;
  margin: 0 0 0 37px;
}
@media (min-width: 768px) {
  .contact-block input[type=submit] {
    min-height: 52px;
    padding: 10px 36px 8px;
    font-size: 20px;
    line-height: 28px;
    width: 183px;
    margin: 0 -11px 0 20px;
  }
}
.contact-block input[type=submit]:hover, .contact-block input[type=submit]:focus, .contact-block input[type=submit]:active {
  color: #fff;
  background: #000;
  min-height: 40px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .contact-block input[type=submit]:hover, .contact-block input[type=submit]:focus, .contact-block input[type=submit]:active {
    min-height: 54px;
  }
}
.contact-block input[type=radio] {
  display: block;
  width: 23px;
  height: 23px;
  flex-grow: 0;
  flex-shrink: 0;
}
.contact-block .row-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-block .row-holder {
    flex-direction: column;
  }
}
.contact-block .radio-holder {
  display: flex;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .contact-block .radio-holder {
    margin-bottom: 0;
  }
}
.contact-block .small-mobile {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .contact-block .small-mobile {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
.contact-block .kw-alert-error {
  display: none;
}
.contact-block .kw-border-success {
  border: inherit !important;
}

.ticket-feature {
  max-width: 1142px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 43px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}
.ticket-feature.brand-light:after, .ticket-feature.brand-light:before {
  background: rgba(110, 40, 140, 0.6);
}
.ticket-feature.primary-light:after, .ticket-feature.primary-light:before {
  background: rgba(27, 179, 231, 0.6);
}
.ticket-feature.other-light:after, .ticket-feature.other-light:before {
  background: rgba(138, 138, 138, 0.6);
}
.ticket-feature.success-light:after, .ticket-feature.success-light:before {
  background: rgba(160, 164, 55, 0.6);
}
.ticket-feature.warning-light:after, .ticket-feature.warning-light:before {
  background: rgba(243, 158, 34, 0.6);
}
.ticket-feature.danger-light:after, .ticket-feature.danger-light:before {
  background: rgba(234, 55, 39, 0.6);
}
.ticket-feature:after {
  position: absolute;
  content: "";
  top: 24px;
  height: 60px;
  left: 25px;
  right: 25px;
  z-index: 1;
  border-radius: 74px 105px 0 0;
  transform: skew(0, -1.9deg);
}
@media (min-width: 768px) {
  .ticket-feature:after {
    left: 61px;
    right: 69px;
  }
}
@media (min-width: 1200px) {
  .ticket-feature:after {
    right: 29px;
    left: 41px;
  }
}
.ticket-feature:before {
  position: absolute;
  content: "";
  bottom: 16px;
  height: 60px;
  left: 25px;
  right: 25px;
  z-index: 1;
  border-radius: 0 0 100px 122px;
  transform: skew(0, 0.6deg);
}
@media (min-width: 768px) {
  .ticket-feature:before {
    left: 67px;
    right: 98px;
  }
}
@media (min-width: 1200px) {
  .ticket-feature:before {
    right: 58px;
    left: 47px;
  }
}
@media (min-width: 768px) {
  .ticket-feature {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .ticket-feature {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .ticket-feature {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .ticket-feature {
    padding-right: 0;
    padding-left: 0;
  }
}
.ticket-feature .holder {
  padding: 32px 0 26px;
  font-size: 19px;
  line-height: 28px;
  position: relative;
  z-index: 5;
  color: #908f90;
}
.ticket-feature .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ticket-feature .row {
    flex-direction: row;
  }
}
.ticket-feature .col {
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .ticket-feature .col {
    width: 33.3%;
    padding: 0 20px;
  }
}
.ticket-feature p {
  margin-bottom: 0;
}
.ticket-feature .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
  font-weight: 900;
  font-size: 19px;
  color: #000;
}
.ticket-feature .btn {
  min-width: 194px;
}

.tickets .container {
  max-width: 1142px;
  padding: 0 24px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tickets .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .tickets .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1112px) {
  .tickets .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .tickets .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.tickets .info-block {
  margin-bottom: 30px;
  border-top: 2px solid #989797;
}
.tickets h2 {
  margin-bottom: 40px;
}
.tickets .row {
  display: flex;
  align-items: center;
  padding: 15px 0 15px;
  border-bottom: 2px solid #989797;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tickets .row {
    flex-direction: row;
  }
}
.tickets .row .col {
  flex-shrink: 1;
  flex-grow: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .tickets .row .col {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    font-size: 16px;
  }
}
.tickets .row .col.date {
  flex-basis: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tickets .row .col.date {
    flex-basis: 181px;
    flex-shrink: 0;
  }
}
.tickets .row .col.description {
  flex-basis: 100%;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .tickets .row .col.description {
    flex-basis: 50%;
  }
}
.tickets .row .col:last-child {
  text-align: right;
  padding-right: 10px;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .tickets .row .col:last-child {
    flex-basis: 170px;
  }
}
.tickets .title {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 24px;
  line-height: 45px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 18px 16px 0 0;
  position: relative;
  min-width: 144px;
  width: calc(100% - 24px);
  margin-right: 24px;
  height: 65px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .tickets .title {
    font-size: 28px;
    padding: 9px 19px 7px 16px;
    min-width: 337px;
    width: auto;
    margin-right: 0;
  }
}
.tickets .title:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
}
.tickets .title.bg-danger-light {
  background-color: rgba(234, 55, 39, 0.6);
}
.tickets .title.bg-danger-light:after {
  border-bottom: 52px solid rgba(234, 55, 39, 0.6);
  border-right: 24px solid transparent;
}
.tickets .title.bg-success-light {
  background-color: rgba(160, 164, 55, 0.6);
}
.tickets .title.bg-success-light:after {
  border-bottom: 52px solid rgba(160, 164, 55, 0.6);
  border-right: 24px solid transparent;
}
.tickets .title.bg-warning-light {
  background-color: rgba(243, 158, 34, 0.6);
}
.tickets .title.bg-warning-light:after {
  border-bottom: 52px solid rgba(243, 158, 34, 0.6);
  border-right: 24px solid transparent;
}
.tickets .title.bg-primary-light {
  background-color: rgba(27, 179, 231, 0.6);
}
.tickets .title.bg-primary-light:after {
  border-bottom: 52px solid rgba(27, 179, 231, 0.6);
  border-right: 24px solid transparent;
}
.tickets .title.bg-other-light {
  background-color: rgba(138, 138, 138, 0.6);
}
.tickets .title.bg-other-light:after {
  border-bottom: 52px solid rgba(138, 138, 138, 0.6);
  border-right: 24px solid transparent;
}
.tickets .title.bg-brand-light {
  background-color: rgba(110, 40, 140, 0.6);
}
.tickets .title.bg-brand-light:after {
  border-bottom: 52px solid rgba(110, 40, 140, 0.6);
  border-right: 24px solid transparent;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.75;
  }
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  opacity: 0.6;
}
a.gray {
  color: #6D6D6D;
}
a.gray:hover, a.gray:focus {
  opacity: 1;
  color: #000;
}

#wrapper {
  overflow: hidden;
}

h1,
.h1 {
  line-height: 39px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 57px;
    line-height: 68px;
  }
}

h2,
.h2 {
  line-height: 34px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 44px;
    line-height: 63px;
  }
}

h3,
.h3 {
  line-height: 29px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}

.small {
  font-size: 14px;
}

.large {
  font-size: 15px;
}
@media (min-width: 768px) {
  .large {
    font-size: 19px;
  }
}

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

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

.text-white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.bg-primary-light {
  background: rgba(27, 179, 231, 0.6);
}

.bg-other-light {
  background: rgba(138, 138, 138, 0.6);
}

.bg-brand-light {
  background: rgba(110, 40, 140, 0.6);
}

.bg-warning-light {
  background: rgba(243, 158, 34, 0.6);
}

.bg-success-light {
  background: rgba(160, 164, 55, 0.6);
}

.bg-danger-light {
  background: rgba(234, 55, 39, 0.6);
}

.bg-primary {
  background: #1bb3e7;
}

.bg-other {
  background: #6D6D6D;
}

.bg-brand {
  background: #6E288C;
}

.bg-warning {
  background: #f39e22;
}

.bg-success {
  background: #A0A437;
}

.bg-danger {
  background: #ea3727;
}

.bg-white {
  background: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

.warning {
  color: #f39e22;
}

.brand {
  color: #6E288C;
}

.primary {
  color: #1bb3e7;
}

.other {
  color: #6D6D6D;
}

.success {
  color: #A0A437;
}

.danger {
  color: #ea3727;
}

.align-end {
  justify-content: flex-end !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
  border-radius: 25px;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  color: #535353;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  color: #6D6D6D;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  opacity: 1;
  color: #6D6D6D;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder {
  color: #6D6D6D;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  color: #6D6D6D;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder {
  color: #6D6D6D;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus {
  border: 2px solid #969696;
  outline: none;
}
input[type=text]:invalid,
input[type=tel]:invalid,
input[type=email]:invalid,
input[type=search]:invalid,
input[type=password]:invalid {
  border: 2px solid #ea3727;
}

.indent-none {
  margin: 0;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
}

.pt-60 {
  padding-top: 40px !important;
}
@media (min-width: 1024px) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 40px !important;
}
@media (min-width: 1024px) {
  .pb-60 {
    padding-bottom: 60px !important;
  }
}

.resize-active * {
  transition: none !important;
}

#header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #fff;
  z-index: 21;
}
@media (min-width: 1024px) {
  #header {
    align-items: stretch;
    padding-right: 14.7vw;
  }
}
@media (max-width: 1499px) {
  #header {
    padding-right: 7.9vw;
  }
}
@media (max-width: 1439px) {
  #header {
    padding-right: 0;
  }
}
#header .logo {
  flex-shrink: 0;
  margin-top: -19px;
  margin-left: -34px;
  position: relative;
  z-index: 11;
}
@media (min-width: 1024px) {
  #header .logo {
    margin-top: 0;
    margin-left: -38px;
    margin-bottom: -31px;
  }
}
@media (max-width: 1499px) {
  #header .logo {
    max-width: 310px;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  #header .logo {
    margin-top: -12px;
    max-width: 170px;
    margin-bottom: -23px;
    position: relative;
    margin-left: -20px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
}
#header .logo a:hover {
  opacity: 1;
}

.nav-opener {
  display: block;
  position: relative;
  width: 21px;
  height: 15px;
  padding: 0;
  margin-left: 28px;
  background: none;
  border: none;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  transform: rotate(0);
  transition: opacity 0.1s, transform 0.1s;
  background: #000;
}
@media (min-width: 1024px) {
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 0;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
}
.nav-opener:after {
  top: 12px;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}
.nav-opener span {
  display: block;
  top: 6px;
  font-size: 0px;
  line-height: 0px;
}
.nav-active .nav-opener span {
  display: none;
}

.header-holder {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .header-holder {
    padding-left: 5px;
  }
}
@media (max-width: 1023px) {
  .header-holder {
    padding: 13px;
  }
}
@media (min-width: 1024px) {
  .header-holder {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 1023px) {
  .dropdown {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    opacity: 0;
    padding-top: 33px !important;
    padding: 30px 21px 6px;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity linear 0.2s, visibility linear 0.2s;
    background: #f7f6f2;
    z-index: 10;
  }
  .nav-active .dropdown {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .dropdown {
    padding-top: 13px;
  }
}
@media (min-width: 1024px) {
  .dropdown nav {
    padding-top: 43px;
  }
}
.dropdown .link-drop {
  display: none;
}
.dropdown .has-drop-down {
  position: relative;
}
@media (min-width: 1024px) {
  .dropdown .has-drop-down {
    position: static;
  }
}
.dropdown .has-drop-down .link-drop {
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 22px;
  right: 3px;
  background-color: transparent;
  z-index: 5;
}
.dropdown .has-drop-down .link-drop:after {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-50%) rotate(90deg);
  right: 0;
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 15px;
  width: 10px;
}
@media (min-width: 1024px) {
  .dropdown .has-drop-down .link-drop {
    display: none;
  }
}
.dropdown .has-drop-down > a {
  position: relative;
  /*&:after {
  	@include animate(transform);

  	content: '';
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%) rotate(90deg);
  	right: 3px;
  	background: url(../images/arrow-right.svg) no-repeat;
  	background-position: center;
  	background-size: contain;
  	height: 15px;
  	width: 10px;
  }*/
}
@media (min-width: 1024px) {
  .dropdown .has-drop-down > a:after {
    transition: transform 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 34%;
    transform: translateY(-50%) rotate(90deg);
    right: 4px;
    background: url(../images/arrow-right.svg) no-repeat;
    background-position: center;
    background-size: contain;
    height: 15px;
    width: 7px;
  }
}
.dropdown .has-drop-down li {
  border-top: none;
}
@media (min-width: 1024px) {
  .dropdown .has-drop-down:hover > a:after, .dropdown .has-drop-down.active > a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 1023px) {
  .dropdown .has-drop-down.active > a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
}

.main-nav,
.add-nav {
  font-weight: 600;
}
.main-nav > li,
.add-nav > li {
  padding: 5px 0;
  border-top: 1px solid #000;
}
@media (min-width: 1024px) {
  .main-nav > li,
  .add-nav > li {
    display: inline-block;
    border: none;
  }
}
.main-nav > li > a,
.add-nav > li > a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-nav > li > a,
  .add-nav > li > a {
    display: inline;
  }
}

.main-nav {
  font-size: 16px;
  padding-top: 12px;
}
@media (min-width: 1024px) {
  .main-nav {
    padding-top: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .main-nav li:hover .drop {
    display: block;
  }
  .main-nav li:hover .drop.js-acc-hidden {
    position: static !important;
  }
}
@media (max-width: 1023px) {
  .main-nav li.active .drop {
    display: block;
  }
  .main-nav li.active .drop.js-acc-hidden {
    position: static !important;
  }
}
.main-nav > li > a {
  display: inline-block;
  position: relative;
}
@media (min-width: 1024px) {
  .main-nav > li > a {
    padding-bottom: 14px;
  }
}
.main-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (min-width: 1024px) {
  .main-nav > li > a {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .main-nav > li.active > a:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .main-nav > li:hover > a:before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .main-nav > li:hover.active > a:before {
    opacity: 1;
    visibility: visible;
  }
}
.main-nav > li {
  padding: 11px 0 8px;
}
@media (min-width: 1024px) {
  .main-nav > li {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .main-nav > li + li {
    padding-left: 26px;
  }
}
@media (min-width: 1200px) {
  .main-nav > li + li {
    padding-left: 57px;
  }
}

.header-time,
.add-nav {
  font-size: 14px;
  line-height: 28px;
}

.btn-custom {
  color: #000;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .btn-custom {
    order: 1;
  }
}

.add-nav {
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .add-nav {
    position: absolute;
    top: 22px;
    right: 25.42vw;
  }
}
@media (max-width: 1499px) {
  .add-nav {
    right: 19.42vw;
  }
}
@media (max-width: 1439px) {
  .add-nav {
    right: 154px;
  }
}
.add-nav a {
  color: #6D6D6D;
}
.add-nav li {
  padding: 12px 0;
}
@media (min-width: 1024px) {
  .add-nav li {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .add-nav li + li {
    padding-left: 27px;
  }
}

.btn-position {
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .btn-position {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15.5vw;
    color: #fff;
    background: url(../images/purple-btn.png) no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 21px 17px 17px 15px;
    width: 117px;
    height: 53px;
  }
}
@media (max-width: 1499px) {
  .btn-position {
    right: 9.5vw;
  }
}
@media (max-width: 1439px) {
  .btn-position {
    right: 11px;
  }
}
@media (min-width: 1024px) {
  .btn-position:hover {
    opacity: 1;
    background: url(../images/purple-btn-hover.png) no-repeat;
    background-position: top left;
    background-size: 117px 53px;
  }
}

.header-time {
  color: #6E288C;
  font-weight: 600;
}

.drop {
  display: none;
}
@media (min-width: 1024px) {
  .drop {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background-color: #f7f6f2;
    padding: 34px 15px 20px 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .drop {
    padding-right: 10.55vw;
  }
}
@media (min-width: 1024px) {
  .drop .container {
    margin-left: auto;
    margin-right: 0;
  }
}
.drop ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.drop ul li {
  padding: 0;
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  .drop ul li {
    padding: 10px 0 0;
    border-top: 1px solid #000;
  }
}
@media (min-width: 1024px) {
  .drop .wrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .drop .wrap > .col + .col {
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  .drop .wrap > .col + .col {
    margin-left: 9.9vw;
  }
}
@media (min-width: 1024px) {
  .drop .wrap .col {
    min-width: 180px;
  }
}
.drop .wrap .col-img {
  max-width: 263px;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .drop .wrap .col-img {
    display: block;
  }
}
.drop .drop-img {
  display: inline-block;
  position: relative;
}
.drop .drop-img .nav-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}
.drop .drop-img:hover {
  opacity: 0.6;
}

.footer {
  padding: 37px 0 0;
  font-size: 14px;
  line-height: 1.75;
  position: relative;
  background: #fff;
}
@media (min-width: 1024px) {
  .footer {
    font-size: 16px;
  }
}
.footer .container {
  max-width: 1314px;
  margin: 0 auto;
  padding: 0 22px;
}
@media (min-width: 768px) {
  .footer .container {
    padding: 0 15px;
  }
}
.footer h4, .footer .h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
}
.footer .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer .wrap {
    padding-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 20px;
    position: absolute;
    bottom: 23px;
    left: 24px;
  }
  .footer .logo .footer-logo {
    display: inline-block;
    max-width: 57px;
  }
}
.footer .col {
  padding-top: 6px;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .col {
  max-width: 300px;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .footer .col {
    margin-left: 48px;
  }
}
@media (max-width: 767px) {
  .footer .col {
    margin: 0 15px 32px 0;
  }
}
.footer address {
  font-style: normal;
}
.footer address span {
  display: block;
}
.footer address span.indent {
  margin-bottom: 17px;
}
.footer address a {
  text-decoration: underline;
}
.footer address a.tel {
  text-decoration: none;
}
.footer .about-list li {
  margin-bottom: 11px;
}
.footer .copyright {
  padding: 0 0 43px;
  font-size: 12px;
  line-height: 1.733;
  color: #6D6D6D;
}
@media (min-width: 768px) {
  .footer .copyright {
    text-align: center;
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .footer .copyright {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    padding-left: 74px;
  }
}

/* #region Utilities */
.show-desktop {
  display: block;
}
@media (max-width: 1023px) {
  .show-desktop {
    display: none;
  }
}

.show-tablet {
  display: none;
}
@media (max-width: 1023px) {
  .show-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .show-tablet {
    display: none;
  }
}

.show-phone {
  display: none;
}
@media (max-width: 767px) {
  .show-phone {
    display: block;
  }
}

/* #endregion */
/* #region Body */
@media (max-width: 1024px) {
  body.nav-active {
    overflow: hidden;
  }
}

/* #endregion */
/* #region Button additions */
.btn-dark {
  background-color: #000000;
  color: #FFFFFF;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background-color: transparent;
  color: #000000;
}

.btn-purple {
  background-color: transparent;
  color: #6E288C;
  border-color: #6E288C;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #FFFFFF;
  color: #6E288C;
}

.btn-small {
  min-width: 0;
  padding: 8px 20px 4px;
}

/* #endregion */
/* #region Header block */
.sticky-wrapper.is-sticky #header,
.nav-active .dropdown {
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1024px) {
  .main-nav > li > a {
    padding: 20px 20px 14px;
  }
}

@media (min-width: 1024px) {
  .main-nav > li + li {
    padding-left: 6px;
  }
}
@media (min-width: 1200px) {
  .main-nav > li + li {
    padding-left: 37px;
  }
}

@media (min-width: 1024px) {
  .main-nav {
    margin-left: -20px;
  }
}

@media (min-width: 1024px) {
  .dropdown nav {
    padding-top: 34px;
  }
}

@media (min-width: 1024px) {
  .dropdown .has-drop-down > a:after {
    top: 54%;
  }
}

@media (min-width: 1024px) {
  .drop {
    background-color: unset;
    top: calc(100% - 60px);
    padding: 60px 0;
    padding-right: unset;
    box-shadow: unset;
  }
}

@media (min-width: 1024px) {
  .drop-inner {
    background-color: #f7f6f2;
    padding: 34px 15px 20px 15px;
    padding-right: 10.55vw;
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
  }
}

@media (min-width: 1024px) {
  .main-nav > li > a {
    z-index: 11;
  }
}

@media (min-width: 1200px) {
  .drop .wrap > .col + .col {
    margin-left: 5vw;
  }
}

@media (max-width: 1024px) {
  .dropdown {
    max-height: 100vh;
  }
}

.social-icons a {
  font-size: 22px;
  line-height: 1;
  color: #6D6D6D;
  margin-right: 20px;
  width: auto;
}

.social-icons a:last-child {
  margin-right: 0;
}

.add-nav {
  display: flex;
}

@media (max-width: 768px) {
  .add-nav {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .social-icons {
    order: 1;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .add-nav .mobile-search {
    display: none;
  }
}

.add-nav .mobile-search {
  order: 2;
}

.add-nav .search-modal-form {
  position: relative;
}

.add-nav .mobile-search fieldset {
  display: flex;
}

.add-nav .mobile-search input {
  flex-grow: 1;
  margin-right: 15px;
  padding-left: 45px;
  background: #FFFFFF;
  color: #6E288C;
  font-size: 14px;
}
.add-nav .mobile-search input::placeholder {
  color: #6E288C;
}

.add-nav .mobile-search .icon-search {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #6E288C;
}

.header-holder .right-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 15.5vw;
}
@media (max-width: 1499px) {
  .header-holder .right-buttons {
    right: 9vw;
  }
}
@media (max-width: 1439px) {
  .header-holder .right-buttons {
    right: 1.5vw;
  }
}
@media (max-width: 1023px) {
  .header-holder .right-buttons {
    top: 15px;
    right: 40px;
  }
}
.header-holder .right-buttons .btn-position {
  position: unset;
  top: unset;
  right: unset;
  order: unset;
  display: inline-block;
  margin-right: 20px;
}
.header-holder .right-buttons .search-opener {
  color: #6E288C;
  font-size: 25px;
  line-height: 25px;
}
@media (max-width: 1023px) {
  .header-holder .right-buttons .search-opener {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header-holder .social-icons {
    display: none;
  }
}
@media (max-width: 1439px) {
  .header-holder .social-icons a {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .header-holder .header-time {
    margin-left: -20px;
  }
}
.header-holder .add-nav {
  top: 14px;
  right: 27vw;
}
@media (max-width: 1499px) {
  .header-holder .add-nav {
    right: 21.5vw;
  }
}
@media (max-width: 1439px) {
  .header-holder .add-nav {
    right: 18.5vw;
  }
}
@media (max-width: 1023px) {
  .header-holder .add-nav {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .header-holder .add-nav li:first-child {
    border-top: none;
  }
}
@media (max-width: 1439px) {
  .header-holder .add-nav li + li {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  .header-holder .add-nav li + li {
    padding-left: 0;
  }
}

/* #endregion */
/* #region Search modal */
.search-modal .form-control {
  height: 52px;
  font-size: 19px;
  line-height: 28px;
  border-radius: 25px;
  padding: 6px 17px 4px 40px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}

.search-modal .submit-btn {
  padding: 10px 36px 8px;
  background: #6E288C;
  border-radius: 25px;
  border-color: #FFFFFF;
}

.search-modal .submit-btn:hover {
  background: #FFFFFF;
  color: #000000;
}

#search-modal form {
  padding: 20px 0;
}

/* #endregion */
/* #region Search Results */
.search-result .meta {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .search-result .meta {
    flex-direction: column;
  }
  .search-result .meta .result-value {
    margin-bottom: 15px;
  }
}
.search-result .meta a {
  color: #6E288C;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}

/* #endregion */
/* #region Mobile Nav */
.dropdown .has-drop-down .link-drop {
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
}

.dropdown .has-drop-down .link-drop:after {
  top: 22px;
  right: 16px;
}

/* #endregion */
/* #region Tickets block */
.section-tickets .description p {
  margin-bottom: 3px;
}

.section-tickets .description a {
  font-weight: 600;
  text-decoration: underline;
}

.section-tickets .description strong a {
  font-weight: inherit;
}

.section-tickets .item .btn {
  margin-top: 20px;
}

/* #endregion */
/* #region Tickets Table block */
@media (min-width: 768px) {
  .tickets .row.no-button .col.date,
  .tickets .row.no-button .col.description {
    flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  .tickets .row.no-button .col:nth-child(2) {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tickets .row .col:last-child {
    padding-bottom: 0;
  }
}

/* #endregion */
/* #region Hero block */
@media (max-width: 1023px) {
  .main-slider .slick-track .style01 {
    background-position: bottom 23px left 50%, top 0 left 0;
  }
}

/* #endregion */
/* #region Hero Video block */
.main-hero.video .main-container {
  width: 100vw;
  height: 501px;
}
@media (min-width: 768px) {
  .main-hero.video .main-container {
    height: 80vh;
    min-height: 633px;
  }
}
@media (min-width: 1024px) {
  .main-hero.video .main-container {
    height: 778px;
  }
}

.main-hero.video .video-container {
  height: 708px;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.main-hero.video .video-overlay {
  background-image: url("../images/decoration05.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  background-position-y: -80px;
  z-index: 2;
}

.main-hero.video .video-container iframe {
  height: 56.25vw;
  width: 100%;
  position: absolute;
  top: calc((56.25vw - 708px) / -2);
  z-index: 1;
}

@media (max-width: 1260px) {
  .main-hero.video .video-container iframe {
    height: 708px;
    width: 1258.6666666667px;
    left: calc((100vw - 1258.6666666667px) / -2 * -1);
    top: 0;
  }
}
.main-hero.video .video-container .video-placeholder {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

@media (max-width: 1023px) {
  .main-hero.video .video-container,
  .main-hero.video .video-overlay {
    display: none;
  }
}

.main-hero.video .image-container {
  background-size: cover !important;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom 23px left 50%, top 0 left 0;
}

.main-hero.video .image-container.tablet {
  display: none;
}
@media (max-width: 1023px) {
  .main-hero.video .image-container.tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-hero.video .image-container.tablet {
    display: none;
  }
}

.main-hero.video .image-container.phone {
  display: none;
}
@media (max-width: 767px) {
  .main-hero.video .image-container.phone {
    display: block;
  }
}

/* #endregion */
/* #region Map block */
.section-map .item a {
  text-decoration: underline;
}

/* #endregion */
/* #region Rich Text block */
.section-text ul {
  margin-bottom: 1em;
}

.section-text div[data-oembed-type] {
  padding-top: 56.26%;
  position: relative;
}

.section-text div[data-oembed-type] iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .section-text strong {
    font-size: inherit;
    line-height: inherit;
  }
}

.section-text .container {
  max-width: 945px;
}

.section-text .text p {
  min-height: 1em;
}

.section-text .text > * {
  margin-bottom: 20px;
}

.section-text .text label {
  display: block;
}

@media (min-width: 768px) {
  .section-text h2,
  .section-text .h2 {
    font-size: 28px;
    line-height: 1.58;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  .section-text h3,
  .section-text .h3 {
    font-size: 24px;
    line-height: 1.46;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .section-text h4,
  .section-text .h4 {
    font-size: 18px;
    line-height: 1.94;
    font-weight: 600;
  }
}

.section-text .text pre {
  overflow: hidden;
  white-space: normal;
  font-family: "beatrice";
  font-size: 18px;
  line-height: 1.78;
  font-style: italic;
  margin-bottom: 35px;
  padding-left: 35px;
  border-left: solid 10px rgba(27, 179, 231, 0.6);
}

/* #endregion */
/* #region Rich Text 50% Images block */
.section-text.fifty-images .text p.block-img {
  width: calc(50% - 15px);
  margin-left: 0;
  margin-right: 30px;
  float: left;
}

.section-text.fifty-images .text p.block-img ~ p.block-img {
  width: calc(50% - 15px);
  margin-left: 30px;
  margin-right: 0;
  float: right;
}

.section-text.fifty-images .text p.block-img ~ p.block-img ~ p.block-img {
  width: calc(50% - 15px);
  margin-left: 0;
  margin-right: 30px;
  float: left;
}

.section-text.fifty-images .text {
  overflow: auto;
}

/* #endregion */
/* #region Email CTA block */
.subscribe input[type=email]:invalid {
  border: none;
}

.subscribe form.clicked input[type=email]:invalid {
  border: 2px solid #ea3727;
}

.subscribe .loading {
  width: 92px;
  height: 52px;
}
@media (max-width: 767px) {
  .subscribe .loading {
    width: 72px;
    height: 38px;
  }
}

.subscribe-form .row {
  align-items: center;
}

.subscribe-form input[type=email] {
  margin-right: 0.5rem;
}

/* #endregion */
/* #region Event Search block */
.mbsc-datepicker-inline {
  border: none !important;
}

.mbsc-calendar-title {
  color: #000000;
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 2px !important;
}

.mbsc-calendar-title-wrapper .mbsc-calendar-button {
  pointer-events: none;
}

.mbsc-calendar-title-wrapper .mbsc-calendar-button {
  border-bottom: 2px solid #969696;
  margin-bottom: 10px;
  border-radius: 0 !important;
}

.mbsc-calendar-title.mbsc-calendar-year {
  display: none;
}

.mbsc-calendar-button.mbsc-calendar-button-prev svg,
.mbsc-calendar-button.mbsc-calendar-button-next svg {
  fill: rgba(234, 55, 39, 0.8);
}

.mbsc-calendar-title-wrapper button {
  margin: 0 15px 10px !important;
  padding: 0;
}

.mbsc-calendar-week-day {
  color: #808080;
  font-size: 17px !important;
  line-height: 29px !important;
  font-weight: 600;
}

.mbsc-calendar-cell-text {
  font-size: 17px !important;
  line-height: 29px !important;
  font-weight: 600;
}

.mbsc-calendar-cell-text {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  border: none !important;
}

.mbsc-selected .mbsc-calendar-cell-text {
  background: rgba(234, 55, 39, 0.8) !important;
  color: #000000 !important;
}

.mbsc-highlighted:after {
  background: rgba(234, 55, 39, 0.6) !important;
  height: 30px !important;
  top: 0 !important;
}

.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(234, 55, 39, 0.6) !important;
}

.mbsc-calendar-today {
  color: rgb(234, 55, 39) !important;
}

.tab-holder .event-form label {
  cursor: pointer;
}

.tab-holder .event-form label.bg-danger-light,
.tab-holder .event-form label.bg-success-light,
.tab-holder .event-form label.bg-brand-light,
.tab-holder .event-form label.bg-primary-light,
.tab-holder .event-form label.bg-warning-light,
.tab-holder .event-form label.bg-other-light {
  background: #f7f6f2;
}

.tab-holder .event-form label.bg-danger-light.jcf-label-active {
  background: rgba(234, 55, 39, 0.6);
}

.tab-holder .event-form label.bg-success-light.jcf-label-active {
  background: rgba(160, 164, 55, 0.6);
}

.tab-holder .event-form label.bg-brand-light.jcf-label-active {
  background: rgba(110, 40, 140, 0.6);
}

.tab-holder .event-form label.bg-primary-light.jcf-label-active {
  background: rgba(27, 179, 231, 0.6);
}

.tab-holder .event-form label.bg-warning-light.jcf-label-active {
  background: rgba(243, 158, 34, 0.6);
}

.tab-holder .event-form label.bg-other-light.jcf-label-active {
  background: rgba(138, 138, 138, 0.6);
}

@media (min-width: 768px) {
  .tab-holder .filter-nav .col-holder {
    padding-right: 25px;
  }
}

@media (max-width: 480px) {
  .tab-holder .filter-nav .filter-holder {
    padding-top: 60px;
  }
}

@media (max-width: 480px) {
  .tab-holder .link-box .btn-holder .btn {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .tab-holder .filter-nav .info-col ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .tab-holder .filter-nav .filter-holder {
    border-radius: 8px;
  }
}

.tab-holder .tabset.tabset-hide {
  opacity: 0;
  height: 0;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tab-holder .row-holder {
    flex-direction: column;
  }
  .tab-holder .row-holder .col {
    width: auto;
    margin: 0 0 33px 0;
  }
  .tab-holder .row-holder .col:last-child {
    margin: 0;
  }
}
/* #endregion */
/* #region Event Search (prefiltered) block */
.tab-holder.prefiltered .head-section {
  margin-bottom: 40px;
}

.tab-holder.prefiltered .head-section h1,
.tab-holder.prefiltered .head-section h2 {
  text-align: center;
  font-size: 44px;
  line-height: 68px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .tab-holder.prefiltered .head-section h1,
  .tab-holder.prefiltered .head-section h2 {
    font-size: 27px;
    line-height: 34px;
  }
}

.tab-holder.prefiltered .head-wrap {
  text-align: center;
}

.tab-holder.prefiltered .search-headlines {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .tab-holder.prefiltered .search-headlines {
    flex-direction: column;
  }
}
.tab-holder.prefiltered .search-headlines div:first-child {
  color: #6D6D6D;
  font-size: 24px;
  line-height: 39px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .tab-holder.prefiltered .search-headlines div:first-child {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
}
.tab-holder.prefiltered .search-headlines div:first-child span {
  text-decoration: underline;
}
.tab-holder.prefiltered .search-headlines div:last-child a {
  color: #6D6D6D;
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .tab-holder.prefiltered .search-headlines div:last-child a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .tab-holder.prefiltered .filter-nav {
    justify-content: center;
  }
}

/* #endregion */
/* #region Event Page */
.event-image {
  height: 50vh;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .event-image {
    height: auto;
  }
}

.ticket-feature .title + p {
  white-space: pre-line;
}

/* #endregion */
/* #region Event Carousel block */
.slider-card .card-category.purple-label .label {
  background-color: rgba(110, 40, 140, 0.6);
}

.slider-card .card-category.purple-label .label:after {
  border-bottom: 31px solid rgba(110, 40, 140, 0.6);
  border-right: 10px solid transparent;
}
@media (min-width: 1200px) and (min-width: 768px) and (max-width: 1199px) {
  .slider-card .card-category.purple-label .label:after {
    border-bottom: 22px solid rgba(110, 40, 140, 0.6);
    border-right: 9px solid transparent;
  }
}

.slider-card .card-category .label {
  max-width: calc(100% - 14px);
  min-width: 200px;
  width: auto;
}

.slider-card .card-category .label {
  margin-left: 0;
}

.slider-card .card-category .date-box {
  margin-bottom: 0;
}

/* #endregion */
/* #region Carousel Small block */
/* We've added a bakcground gradient to the background image for each slide, se let's pick a blend mode */
.section-with-us .slide-box {
  background-blend-mode: multiply;
}

/* #endregion */
/* #region Cards block */
/* We've added a bakcground gradient to the background image for each card, se let's pick a blend mode */
.section-card .card-img {
  background-blend-mode: multiply;
}

/* #endregion */
/* #region Sponsors block */
.section-donors {
  background-color: #FFFFFF;
}

.section-donors .container {
  max-width: 750px;
}

.section-donors .head-section h1 {
  margin-bottom: 15px;
}

.section-donors .head-section {
  padding-bottom: calc(40px - 1em);
}

.section-donors .tier-box .tier-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-donors .tier-wrap {
  justify-content: center;
}

.section-donors .tier-wrap {
  margin: 0;
}

.section-donors ul {
  width: 100%;
  padding: 0;
}

.section-donors .tier-holder {
  width: 100%;
}

.section-donors ul {
  list-style: none;
}

.section-donors .tier-box {
  border-top-width: 4px;
}

.section-donors .tier-box {
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .section-donors .tier-box {
    padding: 20px 0 0;
  }
}

.section-donors .tier-a .col {
  flex-basis: 50%;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .section-donors .tier-a .col {
    flex-basis: 33%;
  }
}

.tier-wrap + .tier-wrap {
  border-top: solid 1px #8A8A8A;
  padding-top: 25px;
}

.section-donors .tier-a .col.col-text {
  width: 100%;
  flex-basis: 100%;
}

.section-donors .tier-a ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-donors .tier-a ul li {
  text-align: center;
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .section-donors .tier-a ul li {
    flex-basis: 33%;
  }
}

.section-donors .tier-b .col {
  flex-basis: 50%;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .section-donors .tier-b .col {
    flex-basis: 25%;
  }
}

.section-donors .tier-b li {
  text-align: center;
}

.section-donors .tier-b .col.col-text {
  width: 100%;
  flex-basis: 100%;
}

.section-donors .tier-b ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-donors .tier-b ul li {
  text-align: center;
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .section-donors .tier-b ul li {
    flex-basis: 25%;
  }
}

.section-donors .tier-c .col.col-text {
  width: 100%;
  flex-basis: 100%;
}

.section-donors .tier-c ul {
  text-align: left;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (min-width: 768px) {
  .section-donors .tier-c ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media (min-width: 1024px) {
  .section-donors .tier-c ul {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
}

.section-donors .tier-d .col.col-text {
  width: 100%;
  flex-basis: 100%;
}

.section-donors .tier-d ul {
  text-align: left;
  font-size: 16px;
  line-height: 1.8125;
}
@media (max-width: 1023px) {
  .section-donors .tier-d ul {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
  }
}

.section-donors .tier-d ul li {
  display: inline;
}

.section-donors .tier-d ul li::after {
  content: ", ";
}

.section-donors .tier-img {
  min-height: unset !important;
}

.section-donors .tier-img {
  margin-bottom: 0;
}

.section-donors .tier-img img {
  width: 100%;
}

.section-donors .tier-wrap {
  align-items: center;
}

.section-donors .col {
  padding: 0 20px 40px;
}

.section-donors .col-text {
  padding-bottom: 0;
}

/* #endregion */
/* #region FAQ block */
.section-accordion .accordion {
  padding-top: 0;
}

/* Add a highlight color to the clickable container when an item has been opened */
.section-accordion .accordion-item.active a {
  background-color: rgba(243, 158, 34, 0.6);
}
.section-accordion .accordion-item.active a:hover, .section-accordion .accordion-item.active a:focus {
  opacity: 1;
}

/* Add some top padding to the accordion content container */
.section-accordion .accordion-item .slide {
  padding-top: 20px;
}

/* Change the accordion indicator to use icomoon so that we can change the color */
.section-accordion .accordion .accordion-item .opener:after {
  background: none;
  font-family: "icomoon";
  content: "\e900";
  color: #969696;
}

.section-accordion .accordion .accordion-item.active .opener:after {
  color: #FFFFFF;
}

/* #endregion */
/* #region Blog List block */
.tab-holder.blog .event-form {
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 768px) {
  .tab-holder.blog .event-form {
    justify-content: flex-start;
  }
}

.tab-holder.blog .link-box {
  flex-grow: 1;
}

.tab-holder.blog .link-box .btn-holder {
  align-items: center;
}

@media (min-width: 768px) {
  .tab-holder.blog .link-box .btn-holder {
    padding: 0;
  }
}

.tab-holder.blog .link-box .btn-holder .btn {
  margin-right: 0;
}

.tab-holder.blog .filter-holder {
  font-weight: 600;
}

.tab-holder.blog .filter-holder .btn-holder a:first-child,
.tab-holder.blog .filter-holder .btn-holder button:first-child {
  font-size: 12px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .tab-holder.blog .filter-holder .btn-holder a:first-child,
  .tab-holder.blog .filter-holder .btn-holder button:first-child {
    font-size: 20px;
    line-height: 28px;
  }
}

/* #endregion */
/* #region Link changes */
p a {
  text-decoration: underline;
}

/* #endregion */
/* #region Margin changes from Morgan */
.main-hero {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .main-hero {
    margin-bottom: 100px;
  }
}

.secondary-hero {
  margin-bottom: 0;
}

.info-blocks.has-title {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .info-blocks.has-title {
    margin-top: 100px;
  }
}

.info-blocks.no-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .info-blocks.no-title {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.carousel-fw.has-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .carousel-fw.has-title {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

.carousel-fw.no-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .carousel-fw.no-title {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-with-us {
  padding: 0;
}

.section-with-us.has-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-with-us.has-title {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

.section-with-us.no-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-with-us.no-title {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-events {
  padding: 0;
}

.section-events.has-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-events.has-title {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

.section-events.no-title {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-events.no-title {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-text:not(.event-content):not(.empty-message) {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .section-text:not(.event-content):not(.empty-message) {
    margin: 100px 0 60px;
  }
}

.section-text:not(.event-content) .text {
  padding-bottom: 0;
}

.section-text:not(.event-content) .text *:last-child {
  margin-bottom: 0;
}

.section-donors {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-donors {
    padding: 100px 0;
  }
}

.section-donors + .section-donors {
  padding-top: 0;
  margin-top: -20px;
}

.section-tickets {
  padding: 0;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .section-tickets {
    margin: 40px 0;
  }
}

.section-tickets .tickets-row .item {
  padding: 0 15px;
}

.section-accordion.has-title {
  margin: 60px 0;
}
@media (min-width: 768px) {
  .section-accordion.has-title {
    margin: 100px 0;
  }
}

.section-accordion.no-title {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .section-accordion.no-title {
    margin: 60px 0;
  }
}

.section-card {
  padding: 40px 0;
  margin: 60px 0;
}
@media (min-width: 768px) {
  .section-card {
    padding: 0;
    margin: 100px 0 60px;
  }
}

.section-card .col:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section-card .col:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
}

.tab-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tab-holder {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.tab-holder .pagination {
  padding-bottom: 0;
}

/* #endregion */
/* #region Ico Moon fonts for social media */
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?dr63tg");
  src: url("../../fonts/icomoon.eot?dr63tg#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?dr63tg") format("truetype"), url("../../fonts/icomoon.woff?dr63tg") format("woff"), url("../../fonts/icomoon.svg?dr63tg#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-search:before {
  content: "\e986";
}

.icon-facebook2:before {
  content: "\ea91";
}

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

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

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

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

/* #endregion */
/* #region Footer */
@media (max-width: 767px) {
  .footer .col {
    margin: 0 0 32px 0;
  }
}

@media (max-width: 1023px) {
  .footer .col {
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  .footer .col {
    max-width: none;
  }
}

.footer .col p + h4,
.footer .col p + .h4 {
  margin-top: 30px;
}

.footer .col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.footer .col h4, .footer .col .h4, .footer .col p {
  flex-basis: 100%;
}

.footer .col p.block-img {
  flex-basis: calc(50% - 25px);
  align-self: center;
  margin-right: 25px;
  margin-bottom: 40px;
}

.footer .col p.block-img:nth-of-type(even) {
  margin-right: 0;
  margin-left: 25px;
}

.footer .col p.block-img ~ p:not(.block-img) {
  font-size: 13px;
  line-height: 22px;
  color: #6D6D6D;
}

@media (max-width: 767px) {
  .footer .copyright {
    margin-top: 30px;
  }
}

/* #endregion */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* Prevent the text from wrapping */
  border: 0;
}

.section-sponsors {
  padding: 100px 0;
  background-color: #FFFFFF;
}
@media (max-width: 480px) {
  .section-sponsors {
    padding: 40px 0;
  }
}
.section-sponsors + .section-sponsors {
  padding-top: 0;
  margin-top: -20px;
}
@media (max-width: 480px) {
  .section-sponsors + .section-sponsors {
    margin-top: 0;
  }
}
.section-sponsors .container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px;
}
.section-sponsors .container .head-section {
  --childBottomMargin: 15px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .section-sponsors .container .head-section {
    margin-bottom: 50px;
  }
}
.section-sponsors .container .head-section h1, .section-sponsors .container .head-section h2 {
  font-size: 44px;
  line-height: 63px;
  margin-bottom: var(--childBottomMargin);
}
@media (max-width: 480px) {
  .section-sponsors .container .head-section h1, .section-sponsors .container .head-section h2 {
    font-size: 27px;
    line-height: 34px;
  }
}
.section-sponsors .container .head-section p {
  margin-bottom: var(--childBottomMargin);
}
.section-sponsors .container .body-section {
  border-top: solid 4px #8A8A8A;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section {
    border-top: solid 2px #8A8A8A;
    padding-top: 15px;
  }
}
.section-sponsors .container .body-section h3 {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.section-sponsors .container .body-section h3.tier-b {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section h3.tier-b {
    margin-bottom: 30px;
  }
}
.section-sponsors .container .body-section .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-sponsors .container .body-section .logo-container.tier-a {
  --columnGutter: 90px;
  --rowGutter: 20px;
  --columns: 3;
  --imageMax: 135px;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section .logo-container.tier-a {
    --columnGutter: 40px;
    --rowGutter: 15px;
    --columns: 2;
    --imageMax: 100px;
  }
}
.section-sponsors .container .body-section .logo-container.tier-a {
  margin: calc(var(--rowGutter) * -1) calc(var(--columnGutter) / 2 * -1) 0;
}
.section-sponsors .container .body-section .logo-container.tier-a .logo {
  flex-basis: calc(100% / var(--columns));
  padding: 0 calc(var(--columnGutter) / 2);
  margin-top: var(--rowGutter);
  max-height: var(--imageMax);
}
.section-sponsors .container .body-section .logo-container.tier-b {
  --columnGutter: 80px;
  --rowGutter: 40px;
  --columns: 4;
  --imageMax: 90px;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section .logo-container.tier-b {
    --columnGutter: 30px;
    --rowGutter: 15px;
    --columns: 3;
    --imageMax: 60px;
  }
}
.section-sponsors .container .body-section .logo-container.tier-b {
  margin: calc(var(--rowGutter) * -1) calc(var(--columnGutter) / 2 * -1) 0;
}
.section-sponsors .container .body-section .logo-container.tier-b .logo {
  flex-basis: calc(100% / var(--columns));
  padding: 0 calc(var(--columnGutter) / 2);
  margin-top: var(--rowGutter);
  max-height: var(--imageMax);
}
.section-sponsors .container .body-section .logo-container .logo {
  text-align: center;
}
.section-sponsors .container .body-section .logo-container .logo img {
  max-height: var(--imageMax);
}
.section-sponsors .container .body-section .name-container.tier-a ul, .section-sponsors .container .body-section .name-container.tier-b ul {
  --columnGutter: 90px;
  --rowGutter: 10px;
  --columns: 3;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section .name-container.tier-a ul, .section-sponsors .container .body-section .name-container.tier-b ul {
    --columnGutter: 20px;
    --rowGutter: 15px;
    --columns: 2;
    font-size: 13px;
    line-height: 19px;
  }
}
.section-sponsors .container .body-section .name-container.tier-a ul, .section-sponsors .container .body-section .name-container.tier-b ul {
  margin: calc(var(--rowGutter) * -1) calc(var(--columnGutter) / 2 * -1) 0;
}
.section-sponsors .container .body-section .name-container.tier-a ul li, .section-sponsors .container .body-section .name-container.tier-b ul li {
  width: calc(100% / var(--columns));
  padding: 0 calc(var(--columnGutter) / 2);
  margin-top: var(--rowGutter);
}
.section-sponsors .container .body-section .name-container.tier-c ul, .section-sponsors .container .body-section .name-container.tier-d ul {
  --columnGutter: 25px;
  --rowGutter: 10px;
  --columns: 4;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section .name-container.tier-c ul, .section-sponsors .container .body-section .name-container.tier-d ul {
    --columnGutter: 20px;
    --rowGutter: 15px;
    --columns: 2;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
  }
}
.section-sponsors .container .body-section .name-container.tier-c ul, .section-sponsors .container .body-section .name-container.tier-d ul {
  margin: calc(var(--rowGutter) * -1) calc(var(--columnGutter) / 2 * -1) 0;
}
.section-sponsors .container .body-section .name-container.tier-c ul li, .section-sponsors .container .body-section .name-container.tier-d ul li {
  width: calc(100% / var(--columns));
  padding: 0 calc(var(--columnGutter) / 2);
  margin-top: var(--rowGutter);
}
.section-sponsors .container .body-section .name-container.tier-d p {
  font-size: 16px;
  line-height: 29px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .section-sponsors .container .body-section .name-container.tier-d p {
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
  }
}
.section-sponsors .container .body-section .name-container ul {
  list-style: none;
  padding: 0;
}
.section-sponsors .container .body-section .name-container ul li {
  text-align: center;
}
.section-sponsors .container .body-section .name-container ul li:first-child:nth-last-child(2) {
  width: 50%;
}
.section-sponsors .container .body-section .name-container ul li:nth-child(2):last-child {
  width: 50%;
}
.section-sponsors .container .body-section .name-container ul li:first-child:last-child {
  width: 100%;
}
.section-sponsors .container .body-section .logo-container + .name-container {
  border-top: 1px solid #8A8A8A;
  padding-top: 25px;
  margin-top: 30px;
}

.hero-small .background-container {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
}
@media (max-width: 480px) {
  .hero-small .background-container {
    height: 200px;
  }
}
.hero-small .background-container .background-image {
  z-index: 1;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-small .background-container .background-image.desktop {
  display: none;
}
@media (min-width: 481px) {
  .hero-small .background-container .background-image.desktop {
    display: block;
  }
}
.hero-small .background-container .background-image.mobile {
  display: block;
}
@media (min-width: 481px) {
  .hero-small .background-container .background-image.mobile {
    display: none;
  }
}
.hero-small .background-container .background-overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.hero-small .background-container.Blue\/Green {
  background-position: top left;
  background-image: url("../../images/blue-green.png");
}
@media (max-width: 768px) {
  .hero-small .background-container.Blue\/Green {
    background-image: url("../../images/blue-green-mobile.png");
  }
}
.hero-small .background-container.Purple\/Blue {
  background-position: top left;
  background-image: url("../../images/purple-blue.png");
}
@media (max-width: 768px) {
  .hero-small .background-container.Purple\/Blue {
    background-image: url("../../images/purple-blue-mobile.png");
  }
}
.hero-small .background-container.Red\/Yellow {
  background-position: top left;
  background-image: url("../../images/red-yellow.png");
}
@media (max-width: 768px) {
  .hero-small .background-container.Red\/Yellow {
    background-image: url("../../images/red-yellow-mobile.png");
  }
}
.hero-small .background-container h1, .hero-small .background-container span {
  z-index: 3;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .hero-small .background-container h1, .hero-small .background-container span {
    margin: 0 25px;
  }
}
.hero-small .background-container h1 {
  font-size: 57px;
  line-height: 68px;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .hero-small .background-container h1 {
    font-size: 35px;
    line-height: 39px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
.hero-small .background-container span {
  font-size: 24px;
  line-height: 39px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .hero-small .background-container span {
    font-size: 16px;
    line-height: 22px;
  }
}
.hero-small .background-container h1 + span {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hero-small .background-container h1 + span {
    margin-top: 10px;
  }
}

.event-template {
  --h1FontSize: 28px;
  --h1LineHeight: 35px;
  --bodyFontSize: 19px;
  --bodyLineHeight: 28px;
  --descriptionTabelLabelFontSize: 19px;
  --descriptionTableLabelLineHeight: 28px;
  --ctaBarFontSize: 24px;
  --ctaBarLineHeight: 39px;
  --ticketsTitleFontSize: 20px;
  --ticketsTitleLineHeight: 35px;
}
@media (max-width: 768px) {
  .event-template {
    --h1FontSize: 22px;
    --h1LineHeight: 29px;
    --bodyFontSize: 16px;
    --bodyLineHeight: 24px;
    --descriptionTabelLabelFontSize: 16px;
    --descriptionTableLabelLineHeight: 24px;
    --ctaBarFontSize: 17px;
    --ctaBarLineHeight: 26px;
  }
}
.event-template {
  font-size: var(--bodyFontSize);
  line-height: var(--bodyLineHeight);
}
.event-template main .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 22px;
}
.event-template .hero {
  background-image: url("../../images/bgd-lines.png");
  background-size: cover;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .event-template .hero {
    background-image: url("../../images/bgd-lines-mobile.png");
    padding: 0 0 15px 0;
  }
}
.event-template .hero .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .event-template .hero .container {
    flex-direction: column-reverse;
  }
}
.event-template .hero .container > * {
  flex-basis: calc(50% - 15px);
}
.event-template .hero .container .hero-details {
  background-color: #FFFFFF;
  padding: 25px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .event-template .hero .container .hero-details {
    padding: 15px;
    margin-top: 15px;
  }
}
.event-template .hero .container .hero-details .category-list {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .event-template .hero .container .hero-details .category-list {
    display: none;
  }
}
.event-template .hero .container .hero-details .category-list a {
  display: inline-flex;
  min-height: 42px;
  border-radius: 25px;
  padding: 9px 22px 3px;
}
.event-template .hero .container .hero-details .category-list a:not(:last-child) {
  margin-right: 16px;
}
.event-template .hero .container .hero-details h1 {
  font-size: var(--h1FontSize);
  line-height: var(--h1LineHeight);
  margin-bottom: 10px;
}
.event-template .hero .container .hero-details p {
  color: #6D6D6D;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .event-template .hero .container .hero-details p:last-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .event-template .hero .container .hero-details .btn {
    width: 100%;
  }
}
.event-template .event-description-table {
  background-color: #FFFFFF;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .event-template .event-description-table {
    background-color: transparent;
    padding: 15px 0 0 0;
  }
}
.event-template .event-description-table .inner {
  display: flex;
}
@media (max-width: 768px) {
  .event-template .event-description-table .inner {
    flex-direction: column;
    background-color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.event-template .event-description-table .inner .description-column {
  flex: 1 0 0;
  text-align: center;
  color: #535353;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .event-template .event-description-table .inner .description-column {
    margin-bottom: 30px;
  }
}
.event-template .event-description-table .inner .description-column label {
  font-size: var(--descriptionTabelLabelFontSize);
  line-height: var(--descriptionTableLabelLineHeight);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 768px) {
  .event-template .event-description-table .inner .description-column label {
    margin-bottom: 10px;
  }
}
.event-template .event-description-table .inner .description-column p {
  margin-bottom: 0;
}
.event-template .cta-button-bar .container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .event-template .cta-button-bar .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.event-template .cta-text-bar {
  background-color: #FFFFFF;
  color: #6D6D6D;
}
.event-template .cta-text-bar .container {
  font-size: var(--ctaBarFontSize);
  line-height: var(--ctaBarLineHeight);
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .event-template .cta-text-bar .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.event-template .cta-text-bar .container p {
  margin: 0;
  text-align: center;
}
.event-template .cta-text-bar .container p a {
  color: #6D6D6D;
}
.event-template .cta-text-bar.purple {
  background-color: rgba(110, 40, 140, 0.6);
}
.event-template .cta-text-bar.purple .container {
  color: #FFFFFF;
}
.event-template .cta-text-bar.purple p a {
  color: #FFFFFF;
}
.event-template .ticket-tables {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .event-template .ticket-tables {
    padding: 33px 0 0;
  }
}
.event-template .ticket-tables .tickets + .tickets {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .event-template .ticket-tables .tickets + .tickets {
    margin-top: 25px;
  }
}
.event-template .ticket-tables .tickets .title {
  font-size: var(--ticketsTitleFontSize);
  line-height: var(--ticketsTitleLineHeight);
  padding: 7px 43px 2px 15px;
  min-width: 361px;
  height: auto;
}
@media (max-width: 768px) {
  .event-template .ticket-tables .tickets .title {
    min-width: calc(100% - 14px);
  }
}
.event-template .ticket-tables .tickets .title:after {
  border-bottom: 31px solid rgba(243, 158, 34, 0.6);
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
}
.event-template .ticket-tables .tickets .info-block {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .event-template .ticket-tables .tickets .info-block .row {
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    line-height: 20px;
  }
}
.event-template .ticket-tables .tickets .info-block .row .col {
  flex-basis: 150px;
  text-align: left;
}
@media (max-width: 768px) {
  .event-template .ticket-tables .tickets .info-block .row .col {
    flex-basis: auto;
    text-align: center;
    padding: 0;
  }
  .event-template .ticket-tables .tickets .info-block .row .col:not(:last-child) {
    margin-bottom: 5px;
  }
  .event-template .ticket-tables .tickets .info-block .row .col:last-child {
    margin-top: 10px;
  }
}
.event-template .ticket-tables .tickets .info-block .row .col.description {
  flex-basis: calc((100% - 150px - 300px) / 2);
}
@media (max-width: 768px) {
  .event-template .ticket-tables .tickets .info-block .row .col.description {
    flex-basis: auto;
  }
}
.event-template .ticket-tables .tickets .info-block .row .col.button {
  flex-basis: 300px;
  text-align: right;
}
@media (max-width: 768px) {
  .event-template .ticket-tables .tickets .info-block .row .col.button {
    flex-basis: auto;
    text-align: center;
  }
}
.event-template .ticket-tables .tickets .info-block .row .col p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .event-template .ticket-tables .tickets .info-block .row .col .btn {
    width: 100%;
  }
}

.internal-hero {
  --height: 550px;
  --height-sm: 350px;
  --contentsWidth: 1000px;
  --contentsWidth-sm: 750px;
  --color: #ffffff;
  --overlayBackground: rgba(0, 0, 0, .08);
  --h1Font: bold 57px/68px 'beatrice';
  --h1Shadow: 0 0 20px rgba(0,0,0,0.2);
  --textFont: 600 24px/39px 'beatrice';
  --textSpace: 30px;
}
@media (max-width: 1023px) {
  .internal-hero {
    --height: 400px;
    --height-sm: 350px;
    --contentsWidth: calc(100% - 60px);
    --contentsWidth-sm: calc(100% - 60px);
    --textSpace: 10px;
  }
}
@media (max-width: 767px) {
  .internal-hero {
    --height: 300px;
    --height-sm: 200px;
    --h1Font: bold 35px/39px 'beatrice';
    --textFont: 600 16px/22px 'beatrice';
  }
}
.internal-hero .background-container {
  height: var(--height);
  color: var(--color);
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.internal-hero.small .background-container {
  height: var(--height-sm);
}
.internal-hero.small .background-container.Blue\/Green {
  background-position: top left;
  background-image: url("../../images/blue-green.png");
}
@media (max-width: 768px) {
  .internal-hero.small .background-container.Blue\/Green {
    background-image: url("../../images/blue-green-mobile.png");
  }
}
.internal-hero.small .background-container.Purple\/Blue {
  background-position: top left;
  background-image: url("../../images/purple-blue.png");
}
@media (max-width: 768px) {
  .internal-hero.small .background-container.Purple\/Blue {
    background-image: url("../../images/purple-blue-mobile.png");
  }
}
.internal-hero.small .background-container.Red\/Yellow {
  background-position: top left;
  background-image: url("../../images/red-yellow.png");
}
@media (max-width: 768px) {
  .internal-hero.small .background-container.Red\/Yellow {
    background-image: url("../../images/red-yellow-mobile.png");
  }
}
.internal-hero .background-image {
  z-index: 1;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.internal-hero .background-overlay {
  background-color: var(--overlayBackground);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.internal-hero h1, .internal-hero span {
  z-index: 3;
  max-width: var(--contentsWidth);
}
.internal-hero.small h1, .internal-hero.small span {
  max-width: var(--contentsWidth-sm);
}
.internal-hero h1 {
  font: var(--h1Font);
  text-shadow: var(--h1Shadow);
  margin: 0;
}
.internal-hero h1 + span {
  margin-top: var(--textSpace);
}
.internal-hero span {
  font: var(--textFont);
}

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