/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
*::selection {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

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

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):focus {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}
div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-family: "Neuething Sans";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

.keen-slider {
  scrollbar-width: none !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  overflow-x: scroll !important;
  display: flex;
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
 * Button.
 */
.button {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.button svg {
  width: 21px;
  height: 20px;
}
.button.has-svg-right svg {
  margin-left: 10px;
}
.button.has-svg-left svg {
  margin-right: 10px;
}

/**
 * Button (default).
 */
.button--default {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}
.button--default:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
}

.button--style-white, .button--white {
  padding: 14px 20px;
  border-radius: 40px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  padding-bottom: 13px;
}
.button--style-white:hover, .button--white:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 0%);
}

.button--style-black, .button--black {
  padding: 14px 20px;
  border-radius: 40px;
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  padding-bottom: 13px;
}
.button--style-black:hover, .button--black:hover {
  background-color: #F0F0F0;
  color: hsl(0, 0%, 0%);
}

.button--style-transparant {
  position: relative;
}
.button--style-transparant::after {
  opacity: 0;
  transition: all 300ms ease-in-out;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: hsl(0, 0%, 0%);
}
.button--style-transparant svg {
  margin-left: 5px;
  width: 5px;
  height: 10px;
}
.button--style-transparant:hover::after {
  opacity: 1;
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 1em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
}
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 0%, 0%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  opacity: 0.5;
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(0, 0%, 0%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(0, 100%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}
.cms-output td {
  font-size: 16px;
  line-height: 23px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  margin-top: 85px;
}
@media only screen and (max-width: 899px) {
  .content-constraint {
    margin-top: 70px;
  }
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(0, 0%, 0%);
  margin-left: 15px;
  display: none;
}

select,
input,
textarea {
  color: hsl(0, 0%, 0%);
  padding-bottom: 18px;
  width: 100%;
  background-color: transparent;
  border-bottom: 2px solid hsl(0, 0%, 0%);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  select,
  input,
  textarea {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
select::placeholder,
input::placeholder,
textarea::placeholder {
  color: hsl(0, 0%, 0%);
  opacity: 1;
}

.ginput_container_select {
  border: 0 !important;
  border-bottom: 2px solid hsl(0, 0%, 0%) !important;
}
.ginput_container_select select {
  padding-left: 2px;
}
.ginput_container_select svg {
  top: 5px !important;
}

.ui-datepicker select {
  color: inherit;
  padding-bottom: inherit;
  background-color: inherit;
  border-bottom: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.gsection_title {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 899px) {
  .gsection_title {
    font-size: 20px;
    line-height: 26px;
  }
}

.gfield--type-consent {
  display: flex;
  flex-wrap: wrap;
}
.gfield--type-consent legend {
  display: none;
}
.gfield--type-consent .ginput_container_consent {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .gfield--type-consent .ginput_container_consent {
    font-size: 16px;
    line-height: 22px;
  }
}
.gfield--type-consent .ginput_container_consent .gfield_required {
  display: none;
}
.gfield--type-consent .ginput_container_consent label {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 899px) {
  .gfield--type-consent .ginput_container_consent label {
    font-size: 16px;
    line-height: 22px;
  }
}
.gfield--type-consent input {
  background-color: transparent !important;
  display: flex;
  cursor: pointer;
}
.gfield--type-consent input:checked {
  background-color: black !important;
}

textarea {
  height: 146px;
}

.gfield_required {
  color: hsl(0, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 0%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

input[type=radio] {
  border-radius: 20px;
}

.gfield--type-checkbox legend {
  color: hsl(0, 0%, 0%);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.gfield--type-checkbox .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.gfield--type-checkbox .gfield_checkbox .gchoice input {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background: transparent;
}
.gfield--type-checkbox .gfield_checkbox .gchoice input:checked {
  background-color: hsl(0, 0%, 0%);
}
.gfield--type-checkbox .gfield_checkbox .gchoice label {
  display: block;
  color: hsl(0, 0%, 0%);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 10px;
}

/**
 * Gravity Forms.
 */
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 55px;
}

.gfield {
  width: 100%;
}
.gfield.is-33 {
  width: calc(33% - 35px);
}
@media only screen and (max-width: 899px) {
  .gfield.is-33 {
    width: 100%;
  }
}

.gform_button {
  margin-top: 40px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(0, 100%, 50%);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.gfield_error input, .gfield_error textarea, .gfield_error label {
  color: hsl(0, 100%, 50%);
  border-color: hsl(0, 100%, 50%);
}
.gfield_error input::placeholder, .gfield_error textarea::placeholder, .gfield_error label::placeholder {
  color: hsl(0, 100%, 50%);
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsl(0, 100%, 50%);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_confirmation_message {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  .gform_confirmation_message {
    font-size: 20px;
    line-height: 26px;
  }
}

.form-checkmarks .form-checkmarks__title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  display: block;
}
.form-checkmarks .form-checkmarks__list li {
  font-size: 16px;
  line-height: 22px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 5px;
  align-items: center;
  display: flex;
}
.form-checkmarks .form-checkmarks__list li::after {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 20px;
  background-color: #52b441;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
}
.form-checkmarks .form-checkmarks__list li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 2px);
  left: 5px;
  transform: translateY(-50%);
  z-index: 1;
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Neuething Sans";
  color: hsl(0, 0%, 0%);
  line-height: 110% !important;
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 64px;
  line-height: 70px;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 28px;
    line-height: 34px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 38px;
  line-height: 70px;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 64px;
    line-height: 44px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 42px;
    line-height: 52px;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 42px;
    line-height: 52px;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 42px;
    line-height: 52px;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 16px;
    line-height: 23px;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  position: relative;
  top: -150px;
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 750ms;
  transition: all 500ms ease;
}

.has-lazy-load[loaded=true] {
  top: 0;
  opacity: 1;
}

.pagination {
  padding: 80px 0;
  padding-top: 41px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .pagination {
    padding: 40px 0;
    padding-top: 20px;
  }
}
.pagination .wrapper {
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease;
  color: hsl(0, 0%, 0%);
  font-weight: 500;
  background-color: hsl(0, 0%, 94%);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: hsl(0, 0%, 78%);
}
.pagination .page-numbers.prev {
  margin-right: 20px !important;
  margin-left: 0 !important;
}
.pagination .page-numbers.next {
  margin-right: 0 !important;
  margin-left: 20px !important;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  width: 10px;
  height: 20px;
  transition: all 250ms ease;
}
@media only screen and (min-width: 900px) {
  .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
    background-color: hsl(0, 0%, 78%);
  }
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(14400px + 80px);
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(14400px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(14400px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1140px + 100px);
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1140px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1140px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://google-webfonts-helper.herokuapp.com/
**/
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Neuething Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NeuethingFamily-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.navigation-mobile {
  position: fixed;
  top: 100vh;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  margin-top: 100px;
  transition: all 500ms ease;
  background: hsl(0, 0%, 100%);
  opacity: 0;
  z-index: 999;
  overflow: hidden !important;
}
@media only screen and (max-width: 1199px) {
  .navigation-mobile {
    height: 100%;
    margin-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
  }
}
.navigation-mobile.is-active {
  top: 0;
  opacity: 1;
  pointer-events: all !important;
  z-index: 10000000000000000;
  overflow: scroll;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .wrapper {
  height: 100%;
  padding: 0 20px;
  overflow-y: scroll !important;
}
.navigation-mobile .menu-main-container {
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-top: 40px;
}

/**
 * Main menu.
 */
.navigation-mobile__main > li {
  position: relative;
  margin-left: 0 !important;
}
.navigation-mobile__main > li.current_page_ancestor > a::after, .navigation-mobile__main > li.current-menu-item > a::after {
  opacity: c1;
}
.navigation-mobile__main > li.is-active > a::after {
  opacity: c1;
}
.navigation-mobile__main > li.is-active > a > span svg {
  transform: rotate(-90deg);
}
.navigation-mobile__main > li > a {
  display: block;
  position: relative;
  width: 100%;
  color: hsl(0, 0%, 0%);
  font-size: 28px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 34px !important;
  margin-bottom: 20px;
  width: fit-content;
}
.navigation-mobile__main > li > a > span {
  padding: 0 20px 0 5px;
  cursor: pointer;
}
.navigation-mobile__main > li > a > span svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all 500ms ease;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
}
.navigation-mobile__main > li .submenu-container li a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.current_page_ancestor > a, .navigation-mobile__main > li .submenu-container li.current-menu-item > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.is-active > a {
  color: hsl(0, 0%, 0%);
}

.navigation-mobile__language {
  display: flex !important;
  margin-bottom: 40px;
}
.navigation-mobile__language .language-switch__item {
  margin-left: 0 !important;
  margin-top: 20px;
}

.navigation-mobile__address {
  display: block;
  margin-bottom: 40px;
}

.navigation-mobile__address-title {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.navigation-mobile__address-link {
  display: flex;
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 40px;
  padding: 13px 20px;
  padding-bottom: 11px;
  background-color: hsl(0, 0%, 94%);
  transition: all 300ms ease-in-out;
  margin-top: 20px;
}

.navigation-mobile__social-title {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.navigation-mobile__social-link {
  display: block;
  margin-bottom: 10px;
  font-family: "Neuething Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden !important;
}
body.is-active .header::before {
  bottom: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  z-index: 9999;
  opacity: 0;
  transition: all 500ms ease-in-out 200ms;
}
.header .wrapper {
  width: 100%;
  padding: 20px;
  align-items: center;
}
.header[loaded=true] {
  opacity: 1;
}

.header__logo {
  width: 422px;
  height: 45px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .header__logo {
    height: 30px;
    width: 280px;
  }
}
@media screen and (max-width: 375px) {
  .header__logo {
    height: 25px;
    width: 235px;
  }
}
.header__logo img {
  width: 422px;
  height: 45px;
  width: auto;
  object-fit: contain;
  object-position: top left;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .header__logo img {
    height: 30px;
    width: 280px;
  }
}
@media screen and (max-width: 375px) {
  .header__logo img {
    height: 25px;
    width: 235px;
  }
}
.header__logo img.active {
  opacity: 1;
  pointer-events: all;
}

.menu-main-container {
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  .menu-main-container {
    display: none;
  }
}
.menu-main-container li {
  margin-left: 40px;
}
.menu-main-container li.current_page_ancestor > a::after, .menu-main-container li.current-menu-item > a::after {
  opacity: 1;
}
.menu-main-container li:hover a::after {
  opacity: 1;
}
.menu-main-container li a {
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
.menu-main-container li a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: hsl(0, 0%, 0%);
  opacity: 0;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 950px) {
  .header__language, .navigation-mobile__language {
    display: none;
  }
}
.header__language .language-switch__item, .navigation-mobile__language .language-switch__item {
  margin-left: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 40px;
  padding: 13px 20px;
  padding-bottom: 11px;
  background-color: hsl(0, 0%, 94%);
  transition: all 300ms ease-in-out;
}
.header__language .language-switch__item:hover, .navigation-mobile__language .language-switch__item:hover {
  background-color: #C8C8C8;
}
.header__language .language-switch__item.is-active, .navigation-mobile__language .language-switch__item.is-active {
  display: none;
}

.header__menu-button {
  display: none;
}
@media only screen and (max-width: 1260px) {
  .header__menu-button {
    display: block;
    position: relative;
    width: 25px;
    height: 20px;
    z-index: 100;
    margin-left: auto;
    margin-top: 0 !important;
  }
  .header__menu-button span {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    margin: auto;
    background-color: hsl(0, 0%, 0%);
  }
  .header__menu-button span:nth-child(1) {
    top: 0;
    transition: background-color 400ms, top 400ms 400ms, transform 400ms 0s;
  }
  .header__menu-button span:nth-child(2) {
    top: calc(50% - 1px);
    transition: background-color 400ms, opacity 0ms 400ms;
    background-color: hsl(0, 0%, 0%);
    opacity: 1;
  }
  .header__menu-button span:nth-child(3) {
    bottom: 0;
    transition: background-color 400ms, bottom 400ms 400ms, transform 400ms 0s;
    background-color: hsl(0, 0%, 0%);
  }
  .header__menu-button.is-active span:nth-child(1) {
    top: calc(50% - 0px);
    transform: rotate(-45deg);
    transition: background-color 400ms, top 400ms, transform 400ms 400ms;
  }
  .header__menu-button.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__menu-button.is-active span:nth-child(3) {
    bottom: calc(50% - 2px);
    transform: rotate(45deg);
    transition: background-color 400ms, bottom 400ms, transform 400ms 400ms;
  }
}
@media only screen and (max-width: 599px) {
  .header__menu-button {
    margin-top: 5px;
  }
}

.owl-carousel {
  -ms-touch-action: pan-x !important;
  touch-action: pan-x !important;
}

.otgs-development-site-front-end {
  display: none;
}

.footer {
  background-color: hsl(0, 0%, 0%);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 80px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .footer__logo {
    margin-bottom: 40px;
  }
}
.footer__logo img {
  width: 100%;
}

.footer__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
@media only screen and (max-width: 899px) {
  .footer__columns {
    justify-content: flex-start;
    gap: 40px;
  }
}
.footer__columns .footer__column:nth-child(1) {
  width: 260px;
}
@media only screen and (max-width: 899px) {
  .footer__columns .footer__column:nth-child(1) {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 599px) {
  .footer__columns .footer__column:nth-child(1) {
    width: 100%;
  }
}
.footer__columns .footer__column:nth-child(2) {
  width: 360px;
}
@media only screen and (max-width: 899px) {
  .footer__columns .footer__column:nth-child(2) {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 599px) {
  .footer__columns .footer__column:nth-child(2) {
    width: 100%;
  }
}
.footer__columns .footer__column:nth-child(3) {
  width: 215px;
}

.footer__column {
  color: hsl(0, 0%, 100%);
}

.footer__column-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .footer__column-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.footer__column-editor p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  .footer__column-editor p {
    font-size: 16px;
    line-height: 22px;
  }
}

.footer__column-link {
  display: block;
  margin-top: 40px;
  padding: 15px 20px;
  padding-bottom: 12px;
  border-radius: 40px;
  background-color: hsl(0, 0%, 25%);
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: fit-content;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__column-link {
    margin-top: 20px;
  }
}
.footer__column-link:hover {
  opacity: 0.7;
}

.footer__socials-wrap {
  display: flex;
  gap: 10px;
}

.footer__column-social {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  background-color: hsl(0, 0%, 25%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
@media only screen and (max-width: 899px) {
  .footer__column-social {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .footer__column-social:hover {
    opacity: 0.7;
  }
}

.text-background {
  position: relative;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  min-height: 780px;
  opacity: 0;
  transition: opacity 500ms ease-in-out 250ms;
}
@media only screen and (max-width: 899px) {
  .text-background {
    padding: 40px 20px;
    height: 100%;
    min-height: 600px;
    margin-bottom: 0;
  }
}
.text-background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5625) 100%);
}
.text-background[loaded=true] {
  opacity: 1;
}
.text-background[loaded=true] .text-background__label, .text-background[loaded=true] .text-background__body, .text-background[loaded=true] .text-background__subtitle {
  opacity: 1;
}
.text-background.text-background--height-big {
  height: 100%;
  min-height: 780px;
}
@media only screen and (max-width: 899px) {
  .text-background.text-background--height-big {
    height: 100%;
    min-height: 600px;
  }
}
.text-background.text-background--height-big .wrapper {
  height: 100%;
  min-height: 700px;
}
@media only screen and (max-width: 899px) {
  .text-background.text-background--height-big .wrapper {
    min-width: none;
    min-height: 515px;
  }
}
.text-background.text-background--height-small, .text-background.text-background--height-small .wrapper {
  height: 100%;
  min-height: 500px;
}
.text-background > .wrapper {
  height: 100%;
  padding: 0;
}
.text-background .buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .text-background .buttons {
    margin-top: 20px;
    gap: 20px;
  }
}
.text-background .buttons .button--style-transparant {
  color: hsl(0, 0%, 100%);
}

.text-background__media {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.text-background__media .text-background__image, .text-background__media .text-background__video {
  height: 100%;
  width: 100%;
}
.text-background__media .text-background__image img, .text-background__media .text-background__video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.text-background__media .text-background__image iframe, .text-background__media .text-background__video iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-background__label {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  opacity: 0;
  transition: opacity 500ms ease-in-out 300ms;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .text-background__label {
    font-size: 12px;
    line-height: 14px;
  }
}

.text-background__body {
  width: 100%;
  margin-top: auto;
  height: fit-content;
  opacity: 0;
  transition: opacity 500ms ease-in-out 300ms;
  position: relative;
  z-index: 1;
}
.text-background__body .button--style-transparant {
  color: hsl(0, 0%, 100%);
}
.text-background__body .button--style-transparant::after {
  background-color: hsl(0, 0%, 100%);
}

.text-background__subtitle {
  color: hsl(0, 0%, 100%);
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0;
  transition: opacity 500ms ease-in-out 300ms;
}
@media only screen and (max-width: 899px) {
  .text-background__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

.text-background__title {
  display: block;
  color: hsl(0, 0%, 100%);
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .text-background__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

.text-background__editor {
  color: hsl(0, 0%, 100%);
}
.text-background__editor p {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
@media only screen and (max-width: 899px) {
  .text-background__editor p {
    font-size: 20px;
    line-height: 26px;
  }
}

.js-openinghours-block {
  position: absolute;
  top: 50px;
  right: 55px;
  background-color: hsl(0, 0%, 100%);
  padding: 13px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  z-index: 10;
  justify-content: flex-start;
  gap: 3px;
}
@media only screen and (max-width: 899px) {
  .js-openinghours-block {
    top: 20px;
    right: 20px;
  }
}
.js-openinghours-block.is-closed {
  flex-direction: column;
}
.js-openinghours-block .js-is-open {
  margin-right: 10px;
  margin-left: 0 !important;
  text-transform: uppercase;
}
.js-openinghours-block .js-is-open.is-closed {
  margin-right: 0;
}
.js-openinghours-block span {
  margin: 0 5px;
}
.js-openinghours-block .is-hidden {
  display: none;
}
.js-openinghours-block .js-next-open {
  width: 100%;
  font-weight: strong;
}

.event-upcoming {
  padding: 80px 0;
  background-color: var(--background);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1200ms ease-in-out, transform 700ms ease-in-out 100ms;
}
@media only screen and (max-width: 899px) {
  .event-upcoming {
    padding: 40px 0;
  }
}
.event-upcoming[loaded=true] {
  opacity: 1;
  transform: translateY(0px);
}
.event-upcoming .wrapper {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 599px) {
  .event-upcoming .wrapper {
    padding-left: 0;
  }
}
.event-upcoming .keep-padding {
  padding-right: 40px;
}

.event-upcoming__head {
  padding-left: 40px;
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  padding-right: 10px;
  background-color: var(--background);
}
@media only screen and (max-width: 899px) {
  .event-upcoming__head {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
}
.event-upcoming__head.is-mobile {
  display: none;
}
@media only screen and (max-width: 899px) {
  .event-upcoming__head.is-mobile {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .event-upcoming__head.is-mobile {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .event-upcoming__head.is-desktop {
    display: none;
  }
}

.event-upcoming__wrap {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .event-upcoming__wrap {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .event-upcoming__wrap .owl-stage {
    margin-left: 10px;
  }
}
.event-upcoming__wrap .keen-slider__slide.event-item--upcoming {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .event-upcoming__wrap .keen-slider__slide.event-item--upcoming.is-0 {
    margin-left: 20px;
  }
}
.event-upcoming__wrap .keen-slider__slide.event-item--upcoming:nth-child(even) .event-item__image {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.event-upcoming__wrap .keen-slider__slide.event-item--upcoming:nth-child(odd) .event-item__image {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
}

.event-upcoming__subtitle {
  padding-left: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .event-upcoming__subtitle {
    font-size: 12px;
    line-height: 14px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .event-upcoming__subtitle {
    padding-left: 20px;
  }
}
.event-upcoming__subtitle .event-upcoming__arrows {
  display: flex;
  width: fit-content;
  gap: 10px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .event-upcoming__subtitle .event-upcoming__arrows {
    display: none;
  }
}
.event-upcoming__subtitle .event-upcoming__arrows > div {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 240, 240);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.event-upcoming__subtitle .event-upcoming__arrows > div:hover {
  opacity: 0.7;
}
.event-upcoming__subtitle .event-upcoming__arrows > div svg {
  width: 18px;
  height: 18px;
}

.event-upcoming__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
  display: block;
}

.event-item--upcoming {
  min-width: 330px;
  max-width: 330px;
  width: 330px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 99999999999;
}
@media only screen and (max-width: 899px) {
  .event-item--upcoming {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: 370px;
  }
}
@media only screen and (min-width: 900px) {
  .event-item--upcoming:hover .event-item__image img {
    transform: scale(1.04);
  }
}
.event-item--upcoming .event-item__image {
  height: calc(100% - 100px);
  width: 100%;
  overflow: hidden;
}
.event-item--upcoming .event-item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 300ms ease-in-out;
}
.event-item--upcoming .event-item__body {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: hsl(0, 0%, 100%);
  background-color: var(--event-color);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.event-item--upcoming .event-item__body .button {
  margin-top: auto;
  width: fit-content;
}
.event-item--upcoming .event-item__date {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .event-item--upcoming .event-item__date {
    font-size: 16px;
    line-height: 22px;
  }
}
.event-item--upcoming .event-item__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .event-item--upcoming .event-item__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.event-upcoming__wrap--end {
  width: 330px;
  min-width: 330px;
  max-width: 330px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.event-upcoming__wrap--end-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.teasers__wrap {
  overflow: visible;
}
.teasers__wrap .event-upcoming__wrap--end {
  height: 495px;
}
@media only screen and (max-width: 899px) {
  .teasers__wrap .event-upcoming__wrap--end {
    height: 370px;
  }
}
.teasers__wrap .event-upcoming__wrap--end-title {
  margin: 0 20px;
}
@media only screen and (max-width: 899px) {
  .teasers__wrap .owl-stage {
    margin-left: -10px;
  }
}
.teasers__wrap .owl-stage-outer {
  overflow: visible;
}

.content-default {
  padding: 80px 0;
  padding-bottom: 20px;
  background-color: var(--background);
  opacity: 0;
  transition: opacity 1200ms ease-in-out, transform 700ms ease-in-out 100ms;
}
@media only screen and (max-width: 899px) {
  .content-default {
    padding: 40px 0;
  }
}
.content-default[loaded=true] {
  opacity: 1;
}
.content-default .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.content-default .buttons svg path {
  stroke: hsl(0, 0%, 0%);
}
.content-default .wrapper > .content-default__toggle.style--primary {
  margin-top: 0;
}
.content-default .wrapper > .content-default__toggle.style--primary .content-default__toggle-item:first-child {
  margin-top: 0;
}
.content-default .wrapper > .content-default__toggle.style--primary .content-default__toggle-item:last-child {
  margin-bottom: 60px;
}
@media only screen and (max-width: 899px) {
  .content-default .wrapper > .content-default__toggle.style--primary .content-default__toggle-item:last-child {
    margin-bottom: 0;
  }
}

.content-default__subtitle {
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .content-default__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

.content-default__title {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .content-default__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.content-default__editor p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  color: var(--color);
}
@media only screen and (max-width: 899px) {
  .content-default__editor p {
    font-size: 20px;
    line-height: 26px;
  }
}
.content-default__editor iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.content-default__toggle.style--secondairy {
  margin-top: 40px;
}
.content-default__toggle.style--primary {
  margin-top: 80px;
}
@media only screen and (max-width: 899px) {
  .content-default__toggle.style--primary {
    margin-top: 40px;
  }
}
.content-default__toggle.style--primary .content-default__toggle-item:last-child {
  margin-bottom: 0;
}

.content-default__toggle-item {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-item {
    padding-bottom: 20px;
  }
}
.content-default__toggle-item.style--secondairy {
  border-bottom: 0;
  border-radius: 10px;
  padding: 10px 15px;
  padding-bottom: 8px;
  background-color: hsl(0, 0%, 100%);
}
.content-default__toggle-item.style--secondairy .content-default__toggle-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.content-default__toggle-item.style--secondairy .content-default__toggle-head svg {
  position: relative;
  top: 5px;
  width: 10px;
  height: 5px;
}
.content-default__toggle-item.style--secondairy .content-default__toggle-editor {
  margin-top: 20px;
}
.content-default__toggle-item.style--secondairy .content-default__toggle-editor p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.content-default__toggle-item.style--secondairy .content-default__toggle-editor .is-intro {
  font-size: 28px;
  line-height: 34px;
}
.content-default__toggle-item.style--secondairy .content-default__toggle-editor .is-button {
  display: block;
}
.content-default__toggle-item.style--secondairy .content-default__toggle-editor .is-button a {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 20px;
  padding-bottom: 12px;
  border-radius: 40px;
  background: hsl(0, 0%, 0%);
  transition: all 300ms ease-in-out;
}
.content-default__toggle-item.style--secondairy .content-default__toggle-editor .is-button a:hover {
  background-color: #F0F0F0;
  color: hsl(0, 0%, 0%);
}

.content-default__toggle-head {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
}
.content-default__toggle-head.is-active svg {
  transform: rotate(180deg);
}
.content-default__toggle-head svg {
  width: 20px;
  height: 20px;
  transition: all 300ms ease-in-out;
}

.content-default__toggle-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.content-default__toggle-body {
  display: none;
}
.content-default__toggle-body .content-default__toggle-editor {
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-body .content-default__toggle-editor {
    margin-top: 20px;
  }
}

.content-default__toggle-editor p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-editor p {
    font-size: 16px;
    line-height: 22px;
  }
}
.content-default__toggle-editor p:last-child {
  margin-bottom: 0;
}
.content-default__toggle-editor .is-intro {
  font-size: 28px;
  line-height: 34px;
}
.content-default__toggle-editor .is-button {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-default__toggle-editor .is-button a {
  display: flex;
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 15px 20px;
  padding-bottom: 12px;
  border-radius: 40px;
  background: hsl(0, 0%, 0%);
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}
.content-default__toggle-editor .is-button a:hover {
  background-color: #F0F0F0;
  color: hsl(0, 0%, 0%);
  opacity: 1;
}
.content-default__toggle-editor a {
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}
.content-default__toggle-editor a:hover {
  opacity: 0.7;
}
.content-default__toggle-editor ul {
  margin-left: 20px;
  margin-bottom: 1em;
  list-style-type: disc;
}
.content-default__toggle-editor ul li {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-editor ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.content-default__toggle-editor h2, .content-default__toggle-editor h3 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-editor h2, .content-default__toggle-editor h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.content-default__toggle-editor img {
  width: fit-content;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-editor img {
    width: 100%;
  }
}

.content-default__toggle-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.content-default__toggle-gallery-image {
  width: calc(25% - 24px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .content-default__toggle-gallery-image {
    width: calc(33.3% - 24px);
  }
}
@media only screen and (max-width: 899px) {
  .content-default__toggle-gallery-image {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 599px) {
  .content-default__toggle-gallery-image {
    width: 100%;
  }
}
.content-default__toggle-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-default__toggle-gallery-image a {
  position: absolute;
  left: 16px;
  bottom: 16px;
  height: 32px;
  width: 44px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: hsl(0, 0%, 100%);
  z-index: 1;
  transition: all 300ms ease-in-out;
}
.content-default__toggle-gallery-image a svg {
  width: 16px;
  height: 12px;
}
.content-default__toggle-gallery-image a:hover {
  opacity: 0.6;
}

.teasers {
  overflow: hidden;
  padding: 80px 0;
  padding-bottom: 80px;
  padding-top: 60px;
  background-color: var(--background);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1200ms ease-in-out, transform 700ms ease-in-out 100ms;
}
@media only screen and (max-width: 899px) {
  .teasers {
    padding: 40px 0;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.teasers[loaded=true] {
  opacity: 1;
  transform: translateY(0px);
}
.teasers .buttons {
  margin-top: 20px;
}
.teasers .wrapper {
  padding-right: 0;
  padding-left: 0;
}
.teasers .keep-padding {
  padding-right: 40px;
}

.teasers__arrows-wrap {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .teasers__arrows-wrap {
    display: none;
  }
}
.teasers__arrows-wrap .teasers__arrows {
  display: flex;
  width: fit-content;
  gap: 10px;
  margin-left: auto;
}
.teasers__arrows-wrap .teasers__arrows > div {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(240, 240, 240);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.teasers__arrows-wrap .teasers__arrows > div:hover {
  opacity: 0.7;
}
.teasers__arrows-wrap .teasers__arrows > div svg {
  width: 18px;
  height: 18px;
}

.teasers__head {
  padding-left: 40px;
  width: 340px;
  min-width: 340px;
  max-width: 340px;
  padding-right: 10px;
  background-color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .teasers__head {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.teasers__head.is-mobile {
  display: none;
}
@media only screen and (max-width: 899px) {
  .teasers__head.is-mobile {
    display: block;
    margin-top: 40px;
  }
}
.teasers__head.is-desktop {
  height: 400px;
}
@media only screen and (max-width: 899px) {
  .teasers__head.is-desktop {
    display: none;
    min-width: 1px;
    max-width: 1px;
  }
}

.teasers__wrap {
  width: 100%;
  overflow: visible;
}
@media only screen and (max-width: 899px) {
  .teasers__wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.teasers__wrap .keen-slider__slide:nth-child(odd) .teasers__item-image {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.teasers__wrap .keen-slider__slide:nth-child(even) .teasers__item-image {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
}
@media only screen and (max-width: 899px) {
  .teasers__wrap .keen-slider__slide.is-0 {
    margin-left: 20px;
  }
}

.teasers__item {
  width: 330px;
  min-width: 330px;
  max-width: 330px;
}
@media only screen and (max-width: 899px) {
  .teasers__item {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 900px) {
  .teasers__item:hover .teasers__item-image img {
    transform: scale(1.03);
  }
}

@media only screen and (max-width: 899px) {
  .teasers__title {
    font-size: 28px;
    line-height: 34px;
  }
}

.teasers__item-image {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .teasers__item-image {
    height: 185px;
  }
}
.teasers__item-image img {
  height: 250px;
  width: 100%;
  object-position: center;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .teasers__item-image img {
    height: 185px;
  }
}

.teasers__item-title {
  background: var(--background);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (max-width: 899px) {
  .teasers__item-title {
    font-size: 28px;
    line-height: 34px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.text-image {
  padding: 80px 0;
  background-color: var(--background);
  position: relative;
}
@media only screen and (max-width: 899px) {
  .text-image {
    padding: 40px 0;
  }
}
.text-image.width--fifthy-fifthy * {
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.text-image.width--fifthy-fifthy .text-image__body {
  width: calc(50% - 80px);
  padding-right: 80px;
}
@media only screen and (max-width: 899px) {
  .text-image.width--fifthy-fifthy .text-image__body {
    width: 100%;
    order: 2 !important;
    padding-right: 0;
  }
}
.text-image.width--fifthy-fifthy .text-image__body img {
  width: 100%;
}
.text-image.width--fifthy-fifthy .text-image__image {
  width: calc(50% - 0px);
  padding-right: 0px;
}
@media only screen and (max-width: 899px) {
  .text-image.width--fifthy-fifthy .text-image__image {
    width: 100%;
    padding: 0;
    order: 1 !important;
  }
}
@media only screen and (max-width: 599px) {
  .text-image.width--fifthy-fifthy .text-image__image {
    padding-right: 0;
  }
}
.text-image.width--fifthy-fifthy .text-image__editor img {
  margin-bottom: 40px;
}
.text-image.width--fifthy-fifthy.position--left .text-image__image {
  padding-right: 0;
  padding-left: 80px;
}
@media only screen and (max-width: 899px) {
  .text-image.width--fifthy-fifthy.position--left .text-image__image {
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .text-image.width--fifthy-fifthy.position--left .text-image__image {
    padding-left: 0;
  }
}
.text-image.width--fifthy-fifthy[loaded=true] * {
  opacity: 1;
}
.text-image.position--right .text-image__body {
  order: 2;
  padding-left: 0;
  padding-right: 0px;
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .text-image.position--right .text-image__body {
    padding-right: 0;
    width: 100%;
  }
}
.text-image.position--right .text-image__image {
  order: 1;
  padding-left: 0;
  padding-right: 0px;
}
@media only screen and (max-width: 599px) {
  .text-image.position--right .text-image__image {
    padding-right: 0;
  }
}

.text-image__body {
  width: calc(100% - 460px);
  padding-right: 80px;
  color: var(--color);
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 1199px) {
  .text-image__body {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .text-image__body {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.text-image__image {
  width: 460px;
  height: 600px;
  border-radius: 800px 800px 160px 160px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .text-image__image {
    width: 50%;
    margin-top: 40px;
    padding-left: 20px;
    aspect-ratio: 0.77/1;
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .text-image__image {
    width: 100%;
    padding-left: 0;
  }
}
.text-image__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .text-image__image img {
    aspect-ratio: 0.77/1;
    height: auto;
    width: 100%;
    border-radius: 800px 800px 160px 160px;
  }
}
.text-image__image p {
  font-size: 192px;
  line-height: 100%;
  color: var(--color);
}
@media only screen and (max-width: 1199px) {
  .text-image__image p {
    font-size: 132px;
  }
}
@media only screen and (max-width: 899px) {
  .text-image__image p {
    font-size: 100px;
  }
}
.text-image__image.is-text {
  border-radius: 0px;
  aspect-ratio: 0 !important;
  overflow: visible;
  height: auto;
}
.text-image__image.is-text p {
  position: sticky;
  top: 120px;
}

.text-image__subtitle {
  display: block;
  margin-bottom: 40px;
  color: hsl(0, 0%, 100%);
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 899px) {
  .text-image__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

.text-image__title {
  display: block;
  color: hsl(0, 0%, 100%);
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .text-image__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
}

.text-image__editor {
  display: block;
}
.text-image__editor p {
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .text-image__editor p {
    font-size: 20px;
    line-height: 26px;
  }
}
.text-image__editor p.is-intro, .text-image__editor p .is-intro {
  font-size: 38px;
  line-height: 44px;
}

.text-image__body .buttons {
  margin-top: 40px;
}
.text-image__body .buttons .button {
  display: block;
  margin-top: 40px;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .text-image__body .buttons .button {
    margin-bottom: 24px;
  }
}
.text-image__body .buttons .button--style-transparant {
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .text-image__body .buttons .button--style-transparant {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.text-image__body .buttons .button--style-transparant::after {
  background-color: hsl(0, 0%, 100%);
}

.navigation {
  padding: 80px 0;
  background-color: var(--background);
}
@media only screen and (max-width: 899px) {
  .navigation {
    padding: 40px 0;
  }
}

.navigation__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .navigation__items {
    gap: 40px;
  }
}
.navigation__item {
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .navigation__item {
    width: 100%;
  }
}
.navigation__item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.navigation__item-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .navigation__item-subtitle {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
}

.navigation__item-title {
  width: fit-content;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  max-width: 430px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .navigation__item-title {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 899px) {
  .navigation__item-title {
    font-size: 20px;
    line-height: 26px;
    max-width: calc(100% - 100px);
  }
}
@media screen and (min-width: 899px) and (max-width: 1136px) {
  .navigation__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.navigation__item-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: hsl(0, 0%, 94%);
  border-radius: 45px;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  transition: all 300ms ease-in-out;
}
.navigation__item-icon:hover {
  background-color: hsl(0, 0%, 100%);
}

.gallery {
  padding: 40px 0;
  background-color: var(--background);
}
@media only screen and (max-width: 899px) {
  .gallery {
    padding: 40px 0;
  }
}
.gallery .wrapper {
  height: 100%;
}

.gallery__images {
  aspect-ratio: 16/9;
}
.gallery__images .owl-dots {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.gallery__images .owl-dots .owl-dot {
  transition: all 300ms ease-in-out;
  width: 10px;
  height: 10px;
  background-color: #C8C8C8;
  border-radius: 10px;
}
.gallery__images .owl-dots .owl-dot:hover .gallery__images .owl-dots .owl-dot.active {
  background-color: hsl(0, 0%, 100%);
}
.gallery__images .owl-dots .active {
  background-color: hsl(0, 0%, 100%);
}

.gallery__image {
  aspect-ratio: 16/9;
  width: 100%;
}
.gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reviews {
  padding: 80px 0;
  background-color: var(--background);
}
@media only screen and (max-width: 899px) {
  .reviews {
    padding: 40px 0;
  }
}
.reviews .wrapper {
  padding-right: 0;
}

.reviews__subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .reviews__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

.reviews__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  display: block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .reviews__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

.reviews__wrap {
  width: 100%;
}
.reviews__wrap .owl-stage {
  display: flex;
}
.reviews__wrap .owl-stage .owl-item {
  display: flex;
}

.reviews__item {
  background-color: var(--background);
  padding: 40px;
  border-radius: 40px;
  width: 670px;
  min-width: 670px;
  max-width: 670px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 899px) {
  .reviews__item {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    padding: 20px;
  }
}

.reviews__item-quote {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .reviews__item-quote {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
}

.reviews__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
}

.reviews__author-photo {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .reviews__author-photo {
    margin-right: 0px;
  }
}
.reviews__author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__author-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  .reviews__author-name {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-left: 0;
  }
}

.content-form {
  padding: 80px 0;
  background-color: var(--background);
}
@media only screen and (max-width: 899px) {
  .content-form {
    padding: 40px 0;
  }
}

.content-form__subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .content-form__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

.content-form__title {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  display: block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .content-form__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

.contact {
  padding: 80px 0;
  background-color: var(--background);
  opacity: 0;
  transition: opacity 1200ms ease-in-out, transform 700ms ease-in-out 100ms;
}
@media only screen and (max-width: 899px) {
  .contact {
    padding: 40px 0;
  }
}
.contact[loaded=true] {
  opacity: 1;
}

.contact__title {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .contact__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}

.contact__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media only screen and (max-width: 899px) {
  .contact__blocks {
    gap: 40px;
  }
}

.contact__block {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 899px) {
  .contact__block {
    width: 100%;
  }
}

.contact__block-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .contact__block-subtitle {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}

.contact__block-editor h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .contact__block-editor h3 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}

.openinghours {
  padding: 80px 0;
  background-color: #F0F0F0;
}
@media only screen and (max-width: 899px) {
  .openinghours {
    padding: 40px 0;
  }
}

.openinghours__title {
  display: block;
  margin-bottom: 80px;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
@media only screen and (max-width: 899px) {
  .openinghours__title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 34px;
  }
}
.openinghours__title p {
  display: block;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
@media only screen and (max-width: 899px) {
  .openinghours__title p {
    font-size: 28px;
    line-height: 34px;
  }
}

.openinghours__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media only screen and (max-width: 899px) {
  .openinghours__blocks {
    gap: 40px;
  }
}

.openinghours__block {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 1199px) {
  .openinghours__block {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .openinghours__block {
    width: 100%;
  }
}

.openinghours__block-title {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: "Neuething Sans";
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .openinghours__block-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
}

.openinghours-hours__title {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .openinghours-hours__title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}

.openinghours-hours__hours {
  display: flex;
  flex-wrap: wrap;
}

.openinghours-hours__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
  .openinghours-hours__row .value {
    text-align: right;
  }
}
.openinghours-hours__row .label, .openinghours-hours__row .value {
  width: 50%;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  .openinghours-hours__row .label, .openinghours-hours__row .value {
    font-size: 20px;
    line-height: 26px;
  }
}
.openinghours-hours__row .label > span, .openinghours-hours__row .value > span {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  .openinghours-hours__row .label > span, .openinghours-hours__row .value > span {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}
.openinghours-hours__row .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: fit-content;
}
.openinghours-hours__row .label span {
  display: flex;
  margin-right: 5px;
}
.openinghours-hours__row .label span svg {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 899px) {
  .openinghours-hours__row .label > span {
    margin: 0;
    margin-right: 5px;
  }
}
.openinghours-hours__row .sublabel {
  margin-top: 10px !important;
}

.openinghours-price__title {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: "Neuething Sans";
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .openinghours-price__title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
}

.openinghours-editor {
  display: block;
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .openinghours-editor {
    margin-bottom: 20px;
  }
}
.openinghours-editor p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  .openinghours-editor p {
    font-size: 16px;
    line-height: 22px;
  }
}

.openinghours__block .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.openinghours-dropdown {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  padding: 13px 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
}

.openinghours-dropdown__header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.openinghours-dropdown__header.is-active .openinghours-dropdown__icon svg {
  transform: rotate(-90deg);
}

.openinghours-dropdown__title {
  font-size: 16px;
  line-height: 18px;
  width: calc(100% - 50px);
}

.openinghours-dropdown__icon {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.openinghours-dropdown__icon svg {
  width: 15px;
  height: 15px;
  transform-origin: center;
  transition: all 300ms ease-in-out;
}

.openinghours-dropdown__content {
  display: none;
}

.openinghours-dropdown__content .cms-output {
  margin-top: 20px;
}

.openinghours-price__list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .openinghours-price__list {
    margin-bottom: 40px;
  }
}

.openinghours__block .openinghours-price__list:last-child {
  margin-bottom: 0;
}

.content-embded {
  padding: 80px 0;
  background-color: var(--background);
}
@media only screen and (max-width: 899px) {
  .content-embded {
    padding: 40px 0;
  }
}

.content-embded__subtitle {
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 899px) {
  .content-embded__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}

.content-embded__title {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .content-embded__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.content-embded__embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  min-height: 500px;
}

.mice-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}
.mice-bg.is-active {
  opacity: 1;
  pointer-events: all;
}

.mice-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background-color: hsl(0, 0%, 100%);
  border-radius: 40px;
  max-width: 530px;
  max-height: 563px;
  width: 100%;
  height: 100%;
  margin: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms ease-in-out;
  transition-delay: 0ms;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .mice-content {
    margin: 0;
    max-height: 70%;
    max-width: calc(100% - 20px);
  }
}
.mice-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.mice-content.is-active {
  opacity: 1;
  pointer-events: all;
  transition-delay: 300ms;
}
.mice-content.is-active .mice-content--close {
  pointer-events: all;
}

.event-single {
  margin-top: 80px;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1200ms ease-in-out, transform 700ms ease-in-out 100ms;
}
@media only screen and (max-width: 899px) {
  .event-single {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.event-single[loaded=true] {
  opacity: 1;
  transform: translateY(0px);
}

.event-single__sidebar {
  width: 330px;
}
@media only screen and (max-width: 899px) {
  .event-single__sidebar .event-single__price {
    margin-bottom: 20px;
  }
}

.event-single__date, .event-single__time, .event-single__price {
  margin-bottom: 40px;
}
.event-single__date strong, .event-single__time strong, .event-single__price strong {
  display: block;
  width: 100%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-single__date span, .event-single__time span, .event-single__price span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.event-single__body {
  width: calc(100% - 330px);
  padding-left: 80px;
}
@media only screen and (max-width: 899px) {
  .event-single__body {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.event-single__categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-bottom: 40px;
}
.event-single__categories a {
  padding: 15px 20px;
  padding-bottom: 12px;
  background-color: hsl(0, 0%, 94%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 40px;
  transition: all 300ms ease-in-out;
}
.event-single__categories a:hover {
  opacity: 0.6;
}

.event-single__editor p {
  margin-bottom: 1em;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  .event-single__editor p {
    font-size: 20px;
    line-height: 26px;
  }
}
.event-single__editor p:last-child {
  margin-bottom: 0;
}

.event-single__program {
  margin-top: 40px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 94%);
}

.event-single__program-head {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  align-items: center;
  cursor: pointer;
}
.event-single__program-head .event-single__program-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  top: 2px;
  width: calc(100% - 25px);
}
.event-single__program-head.is-active svg {
  transform: rotate(180deg);
}
.event-single__program-head svg {
  width: 20px;
  height: 20px;
  transition: all 300ms ease-in-out;
}

.event-single__program-editor {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 899px) {
  .event-single__program-editor {
    margin-top: 20px;
  }
}
.event-single__program-editor p, .event-single__program-editor ul, .event-single__program-editor td, .event-single__program-editor tr {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1em;
}
.event-single__program-editor .is-intro {
  font-size: 20px;
  line-height: 26px;
  padding-top: 20px;
}
.event-single__program-editor p:has(.is-intro) {
  margin-bottom: 10px;
}

.event-single__program-body {
  display: none;
  padding: 10px 20px;
}

.event-filters {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1200ms ease-in-out, transform 700ms ease-in-out 100ms;
}
.event-filters[loaded=true] {
  opacity: 1;
}
@media only screen and (max-width: 899px) {
  .event-filters .wrapper {
    padding-right: 0;
  }
}

.event-filters__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: calc(100% - 280px);
}
@media only screen and (max-width: 899px) {
  .event-filters__categories {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.event-filters__categories a {
  display: block;
  padding: 15px 20px;
  padding-bottom: 12px;
  border-radius: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  height: fit-content;
  background-color: hsl(0, 0%, 94%);
  transition: all 300ms ease-in-out;
}
.event-filters__categories a:hover, .event-filters__categories a.is-active {
  background-color: hsl(0, 0%, 25%);
  color: hsl(0, 0%, 100%);
}

.event-filters__date-input.flatpickr-mobile {
  pointer-events: none;
}

.event-filters__date {
  margin-left: auto;
  display: flex;
  padding: 15px 20px;
  padding-bottom: 12px;
  border-radius: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  height: fit-content;
  background-color: hsl(0, 0%, 94%);
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  width: 195px;
  cursor: pointer !important;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .event-filters__date {
    margin-left: 0;
  }
}
.event-filters__date:hover {
  background-color: hsl(0, 0%, 25%);
  color: hsl(0, 0%, 100%);
}
.event-filters__date:hover input {
  color: hsl(0, 0%, 100%) !important;
}
.event-filters__date:hover input::placeholder {
  color: hsl(0, 0%, 100%) !important;
}
.event-filters__date:hover svg rect {
  fill: hsl(0, 0%, 100%) !important;
}
.event-filters__date input {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.event-filters__date input::placeholder {
  transition: all 300ms ease-in-out;
}
.event-filters__date svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 899px) {
  .event-filters__date svg {
    width: 17px;
    height: 17px;
  }
}
.event-filters__date svg rect {
  transition: all 300ms ease-in-out;
}
.event-filters__date input {
  background: transparent;
  border: 0;
  padding: 0;
  height: fit-content;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 899px) {
  .event-filters__date input {
    font-size: 16px;
    line-height: 18px;
  }
}
.event-filters__date form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 30px;
}

.event-list {
  opacity: 0;
  transition: opacity 1200ms ease-in-out, transform 700ms ease-in-out 100ms;
}
.event-list[loaded=true] {
  opacity: 1;
}

.event-list__wrap {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap {
    margin-bottom: 10px;
  }
}
.event-list__wrap .event-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
  min-height: 250px;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item {
    min-height: 0px;
  }
}
@media only screen and (min-width: 900px) {
  .event-list__wrap .event-item:hover .event-item__image img {
    transform: scale(1.05);
  }
}
.event-list__wrap .event-item__image {
  width: 330px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item__image {
    width: 80px;
  }
}
.event-list__wrap .event-item__image img {
  transition: all 300ms ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.event-list__wrap .event-item__body {
  width: calc(100% - 330px);
  margin-left: auto;
  background-color: var(--event-color);
  color: hsl(0, 0%, 100%);
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item__body {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    height: fit-content;
  }
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item__body a {
    width: 100%;
  }
}
.event-list__wrap .event-item__body .button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item__body .button {
    position: relative;
    margin-left: 20px;
    margin-right: -20px;
    margin-top: 20px;
    margin-left: auto;
    width: fit-content;
  }
}
.event-list__wrap .event-item__date {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item__date {
    font-size: 16px;
    line-height: 22px;
  }
}
.event-list__wrap .event-item__title {
  display: block;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.event-list__wrap .event-item__editor {
  max-width: calc(100% - 230px);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item__editor {
    display: none;
  }
}
.event-list__wrap .event-item--highlight {
  margin-top: 30px;
  margin-bottom: 40px;
  min-width: calc(100% + 80px);
  margin-left: -40px;
}
@media only screen and (max-width: 899px) {
  .event-list__wrap .event-item--highlight {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .event-list__wrap .event-item--highlight .text-background__label {
    padding-left: 20px;
  }
  .event-list__wrap .event-item--highlight .text-background__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .event-list__wrap .event-item--highlight {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
  .event-list__wrap .event-item--highlight .text-background__label {
    padding-left: 0px;
  }
  .event-list__wrap .event-item--highlight .text-background__body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(0, 0%, 25%)-100 color utility.
 */
.color-dark-grey-100 {
  color: hsl(0, 0%, 25%);
}

/**
 * `background-color` hsl(0, 0%, 25%)-100 color utility.
 */
.background-color-dark-grey-100 {
  background-color: hsl(0, 0%, 25%);
}

/**
 * `color` hsl(0, 0%, 94%)-100 color utility.
 */
.color-light-grey-100 {
  color: hsl(0, 0%, 94%);
}

/**
 * `background-color` hsl(0, 0%, 94%)-100 color utility.
 */
.background-color-light-grey-100 {
  background-color: hsl(0, 0%, 94%);
}

/**
 * `color` hsl(0, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(0, 100%, 50%);
}

/**
 * `color` hsl(0, 100%, 50%)-10 color utility.
 */
.color-red-10 {
  color: hsl(0, 100%, 50%);
}

/**
 * `background-color` hsl(0, 100%, 50%)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsl(0, 100%, 50%);
}