@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shTemplReset {
  line-height: initial;
  font-size: initial;
  /* Change Autocomplete styles in Chrome*/
}
.shTemplReset:before {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
.shTemplReset * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset *:focus {
  outline: none;
}
.shTemplReset *:after, .shTemplReset *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset main, .shTemplReset time {
  display: block;
}
.shTemplReset address {
  font-style: normal;
}
.shTemplReset button {
  cursor: pointer;
}
.shTemplReset button:focus {
  outline: none;
}
.shTemplReset fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.shTemplReset input {
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.shTemplReset button:-moz-focusring,
.shTemplReset [type=button]:-moz-focusring,
.shTemplReset [type=reset]:-moz-focusring,
.shTemplReset [type=submit]:-moz-focusring {
  border-style: none;
  outline: 0;
}
.shTemplReset input:-webkit-autofill,
.shTemplReset input:-webkit-autofill:hover,
.shTemplReset input:-webkit-autofill:focus,
.shTemplReset input:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill:hover,
.shTemplReset textarea:-webkit-autofill:focus,
.shTemplReset select:-webkit-autofill,
.shTemplReset select:-webkit-autofill:hover,
.shTemplReset select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.shTemplReset img {
  border-style: none;
}
.shTemplReset ul, .shTemplReset ul li {
  list-style-type: none;
}
.shTemplReset ul {
  padding: 0;
  margin: 0;
}
.shTemplReset em,
.shTemplReset i {
  font-style: italic;
}
.shTemplReset a, .shTemplReset div, .shTemplReset span, .shTemplReset button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.shTemplReset hr, .shTemplReset svg {
  overflow: visible;
}
.shTemplReset *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.shTplGContainer, .calendarContainer .calendarContainer__inner {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
.shTplGContainer:after, .calendarContainer .calendarContainer__inner:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .shTplGContainer, .calendarContainer .calendarContainer__inner {
    padding: 0 20px;
  }
}

.shTplGResetHeaders, .calendarSidebar .calendarSidebar__title h2 {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.shTplGResetHeaders:first-letter, .calendarSidebar .calendarSidebar__title h2:first-letter {
  text-transform: capitalize;
}

.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.shTplGBlockScroll {
  position: relative;
  overflow: hidden;
}
@media (max-width: 730px) {
  .shTplGBlockScroll {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.mtGenericLoader {
  height: 30px;
  width: 30px;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #97012e;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 70px;
  z-index: 2;
  margin: -15px 0 0 0;
}

@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-moz-keyframes skeletonAnimations {
  0% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-o-keyframes skeletonAnimations {
  0% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
     -moz-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  color: darkgrey;
}
.selectric-items .disabled.selected {
  color: #dcd9d9;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  -moz-animation: none;
    -o-animation: none;
       animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  -moz-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);
  -moz-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);
  -moz-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-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: -webkit-calc(100% + 2px);
  top: -moz-calc(100% + 2px);
  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;
  -moz-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;
  -moz-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;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 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: -moz-box;
  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;
  -moz-box-flex: 1;
       flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  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: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: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;
  -o-transition: fill 0.1s;
  -moz-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;
  -moz-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(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.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;
  -moz-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;
  -webkit-border-radius: 0;
     -moz-border-radius: 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;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -moz-box-sizing: border-box;
       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: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-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;
  -moz-box-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: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-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;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  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(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 150px;
     -moz-border-radius: 150px;
          border-radius: 150px;
  -webkit-box-sizing: border-box;
  -moz-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;
  -moz-box-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;
  -moz-box-shadow: none;
       box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

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

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  -webkit-border-radius: 0 50px 50px 0;
     -moz-border-radius: 0 50px 50px 0;
          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;
  -moz-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 {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}

.flatpickr-day.inRange {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  -moz-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 {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  -moz-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;
  -moz-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: -moz-box;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-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;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

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

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-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;
  -moz-box-shadow: none;
       box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 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;
  -moz-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;
  -ms-grid-row-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);
  }
}
@-moz-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
@-o-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);
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.clG-fullWidthBtn, .clMobileButton-openFilters, .clMobileButton-showResults {
  line-height: 50px;
  background: #C91235;
  width: 100%;
  text-align: center;
  font-size: 0;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.clG-fullWidthBtn span, .clMobileButton-openFilters span, .clMobileButton-showResults span {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.clG-fullWidthBtn i, .clMobileButton-openFilters i, .clMobileButton-showResults i {
  display: inline-block;
  vertical-align: middle;
}
.clG-fullWidthBtn.withDownBtn i, .withDownBtn.clMobileButton-openFilters i, .withDownBtn.clMobileButton-showResults i {
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 5px;
}
.clG-fullWidthBtn.withLeftBtn i, .withLeftBtn.clMobileButton-openFilters i, .withLeftBtn.clMobileButton-showResults i {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: 0 5px 0 0;
}
.clG-fullWidthBtn.withIcon i, .withIcon.clMobileButton-openFilters i, .withIcon.clMobileButton-showResults i {
  position: relative;
  margin-right: 12px;
}
.clG-fullWidthBtn.withIcon i:before, .withIcon.clMobileButton-openFilters i:before, .withIcon.clMobileButton-showResults i:before, .clG-fullWidthBtn.withIcon i:after, .withIcon.clMobileButton-openFilters i:after, .withIcon.clMobileButton-showResults i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clG-fullWidthBtn.withIcon i:before, .withIcon.clMobileButton-openFilters i:before, .withIcon.clMobileButton-showResults i:before {
  opacity: 0;
}
.clG-fullWidthBtn.withIcon i:after, .withIcon.clMobileButton-openFilters i:after, .withIcon.clMobileButton-showResults i:after {
  opacity: 1;
}
html.no-touch .clG-fullWidthBtn.withIcon:hover i:before, html.no-touch .withIcon.clMobileButton-openFilters:hover i:before, html.no-touch .withIcon.clMobileButton-showResults:hover i:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .clG-fullWidthBtn.withIcon:hover i:after, html.no-touch .withIcon.clMobileButton-openFilters:hover i:after, html.no-touch .withIcon.clMobileButton-showResults:hover i:after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clG-fullWidthBtn.withFicon i, .withFicon.clMobileButton-openFilters i, .withFicon.clMobileButton-showResults i {
  position: relative;
  margin-right: 12px;
}

.clG-loader {
  height: 26px;
  width: 26px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  margin-right: -26px;
  position: relative;
  right: -20px;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.clG-loader.isVisible {
  opacity: 1;
}

.clEventCard {
  background: #F7F7F7;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.clEventCard .clEventCard__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.clEventCard .clEventCard__content {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
}
.clEventCard .clEventCard__content:after {
  display: table;
  content: "";
  clear: both;
}
.clEventCard .clEventCard__picture {
  min-width: 160px;
  position: relative;
  overflow: hidden;
  display: none;
  margin-right: 20px;
}
.clEventCard .clEventCard__picture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.clEventCard .clEventCard__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
}
.clEventCard .clEventCard__icon {
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  display: none;
}
.clEventCard .clEventCard__icon i:before, .clEventCard .clEventCard__icon i:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__icon i:before {
  opacity: 0;
}
.clEventCard .clEventCard__icon i:after {
  opacity: 1;
}
.clEventCard .clEventCard__textContent {
  overflow: hidden;
  width: 100%;
  padding: 13px 0 12px 0;
  border-bottom: 1px solid #F0F0F0;
}
.clEventCard .clEventCard__textContent h4 {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.46;
  color: #161615;
  font-size: 27px;
  font-weight: 700;
}
.clEventCard .clEventCard__textContent h4:first-letter {
  text-transform: capitalize;
}
.clEventCard .clEventCard__textContent h4 .clEventCard__opponent {
  color: #C91235;
}
.clEventCard .clEventCard__textContent p {
  margin: 4px 0 0 0;
  padding: 0;
  text-transform: none;
  font-size: 16px;
}
.clEventCard .clEventCard__textContent p br {
  display: none;
}
.clEventCard .clEventCard__textContent p:first-letter {
  text-transform: capitalize;
}
.clEventCard .clEventCard__textContent p img {
  max-height: 200px;
  max-width: 100%;
}
.clEventCard .clEventCard__textContent a.clEventCard__viewMore {
  display: none;
}
.clEventCard .clEventCard__bottomInfo {
  margin: 0 20px 0 20px;
  font-size: 0;
  z-index: 2;
  position: relative;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__timeInterval, .clEventCard .clEventCard__tags, .clEventCard .clEventCard__tags li {
  display: inline-block;
  vertical-align: middle;
}
.clEventCard .clEventCard__timeInterval {
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  color: #161615;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 38px;
  padding-right: 40px;
  position: relative;
}
.clEventCard .clEventCard__timeInterval .isDuration {
  font-weight: 400;
  color: #808080;
}
.clEventCard .clEventCard__timeInterval:after {
  content: "";
  height: 23px;
  width: 1px;
  background: #161615;
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.clEventCard .clEventCard__timeInterval .isDuration {
  padding-left: 4px;
  text-transform: lowercase;
}
.clEventCard .clEventCard__tags {
  font-size: 0;
  margin-right: 20px;
}
.clEventCard .clEventCard__tags li:not(:first-of-type):before {
  content: "|";
  font-size: 12px;
  color: #161615;
  margin: 0 6px;
}
.clEventCard .clEventCard__tags a {
  z-index: 4;
  position: relative;
  text-decoration: none;
  border: 1px solid currentColor;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  color: #161615;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 20px;
  border: 1px solid #C91235;
  padding: 0 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .clEventCard .clEventCard__tags a:hover {
  color: #C91235;
}
.clEventCard .clEventCard__calSource {
  z-index: 4;
  position: relative;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  color: #161615;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 20px;
  border: 1px solid #C91235;
  vertical-align: middle;
  padding: 0 10px;
  display: inline-block;
  background: none;
  border: 0;
}
html.no-touch .clEventCard .clEventCard__calSource:hover {
  color: #C91235;
}
.clEventCard .clEventCard__calSource[data-source="Bookable Events"] {
  border: 1px solid #00a2ff;
}
.clEventCard .clEventCard__calSource[data-source="Sport Calendar"] {
  border: 1px solid #30ff00;
}
.clEventCard .clEventCard__hoverContent {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  -webkit-transform: translateX(140%);
     -moz-transform: translateX(140%);
      -ms-transform: translateX(140%);
       -o-transform: translateX(140%);
          transform: translateX(140%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__hoverContent li {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__hoverContent li.isShare {
  display: none;
}
.clEventCard .clEventCard__hoverContent li.isMoreInfo {
  display: none;
}
.clEventCard .clEventCard__hoverContent li.isiWallet {
  display: none;
}
html.iOS .clEventCard .clEventCard__hoverContent li.isiWallet {
  display: inline-block;
}
.clEventCard .clEventCard__button {
  background: #C91235;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__button:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.clEventCard .clEventCard__button > span {
  display: inline-block;
  vertical-align: middle;
  width: 97%;
  text-align: center;
  padding-top: 2px;
}
.clEventCard .clEventCard__button i {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
}
.clEventCard .clEventCard__button i:before, .clEventCard .clEventCard__button i:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__button i:before {
  opacity: 0;
}
.clEventCard .clEventCard__button i:after {
  opacity: 1;
}
.clEventCard .clEventCard__button span span {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.25;
}
.clEventCard .clEventCard__button.shareEvent i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.shareEvent i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.addToCalendar i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M413.2 280.5c-12.8-6.3-21.1-19.5-21.2-33.6-.1-18.2-.3-36.6-.7-55-1-34.8-16.9-70.2-43.7-97.1-23.2-23.4-52.6-38.2-82.5-42v-10c0-8.3-6.7-15-15-15s-15 6.7-15 15v10c-29.9 3.8-59.3 18.6-82.5 42-26.8 26.9-42.7 62.3-43.7 97.2-.4 18.2-.6 36.7-.7 54.8-.1 14.2-8.5 27.4-21.2 33.6-23.6 11.2-38 34.6-36.7 59.8.8 14.5 1.4 21.9 2.5 36.4.6 7.4 6.5 13.2 13.9 13.7 35.2 2.5 70.6 4.3 106 5.4 2.7 41.3 37.7 76.1 77.1 76.5h.4c39.5-.4 74.4-35.3 77.1-76.5 35.4-1.1 70.8-2.8 106-5.4 7.4-.5 13.3-6.4 13.9-13.7 1.2-14.4 1.7-21.9 2.5-36.5 1.3-25-13.1-48.4-36.5-59.6zm-274.5-87.7c1.7-58 54.7-110.9 111.2-111 56.5.1 109.6 53 111.3 110.8.4 18.1.6 36.4.7 54.5.2 16 6.2 31.4 16.3 43.3-85.3 1.7-171.3 1.7-256.6 0 10.2-12 16.2-27.3 16.3-43.4.2-18 .5-36.3.8-54.2zM250 442.2c-22.7-.3-43.7-20.9-47-45.1 31.3.5 62.8.5 94 0-3.3 24.2-24.3 44.8-47 45.1zm169.8-103.7c-.5 9.4-.9 15.6-1.5 22.8-111.7 7.4-224.8 7.4-336.6 0-.5-7.2-.9-13.4-1.5-22.7-.3-6.8 1.6-13.4 5.4-19 54.5 1.4 109.4 2.2 164.3 2.2 54.9 0 109.8-.7 164.4-2.2 3.8 5.6 5.8 12.1 5.5 18.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.addToCalendar i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M413.2 280.5c-12.8-6.3-21.1-19.5-21.2-33.6-.1-18.2-.3-36.6-.7-55-1-34.8-16.9-70.2-43.7-97.1-23.2-23.4-52.6-38.2-82.5-42v-10c0-8.3-6.7-15-15-15s-15 6.7-15 15v10c-29.9 3.8-59.3 18.6-82.5 42-26.8 26.9-42.7 62.3-43.7 97.2-.4 18.2-.6 36.7-.7 54.8-.1 14.2-8.5 27.4-21.2 33.6-23.6 11.2-38 34.6-36.7 59.8.8 14.5 1.4 21.9 2.5 36.4.6 7.4 6.5 13.2 13.9 13.7 35.2 2.5 70.6 4.3 106 5.4 2.7 41.3 37.7 76.1 77.1 76.5h.4c39.5-.4 74.4-35.3 77.1-76.5 35.4-1.1 70.8-2.8 106-5.4 7.4-.5 13.3-6.4 13.9-13.7 1.2-14.4 1.7-21.9 2.5-36.5 1.3-25-13.1-48.4-36.5-59.6zm-274.5-87.7c1.7-58 54.7-110.9 111.2-111 56.5.1 109.6 53 111.3 110.8.4 18.1.6 36.4.7 54.5.2 16 6.2 31.4 16.3 43.3-85.3 1.7-171.3 1.7-256.6 0 10.2-12 16.2-27.3 16.3-43.4.2-18 .5-36.3.8-54.2zM250 442.2c-22.7-.3-43.7-20.9-47-45.1 31.3.5 62.8.5 94 0-3.3 24.2-24.3 44.8-47 45.1zm169.8-103.7c-.5 9.4-.9 15.6-1.5 22.8-111.7 7.4-224.8 7.4-336.6 0-.5-7.2-.9-13.4-1.5-22.7-.3-6.8 1.6-13.4 5.4-19 54.5 1.4 109.4 2.2 164.3 2.2 54.9 0 109.8-.7 164.4-2.2 3.8 5.6 5.8 12.1 5.5 18.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.iWallet i:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.iWallet i:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.moreInfo i {
  width: 29px;
  height: 29px;
}
.clEventCard .clEventCard__button.moreInfo i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.moreInfo i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.moreInfo span span {
  padding-top: 11px;
}
html.no-touch .clEventCard .clEventCard__button:hover {
  background: #81061D;
}
html.no-touch .clEventCard .clEventCard__button:hover span {
  color: #fff;
}
html.no-touch .clEventCard .clEventCard__button:hover i:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .clEventCard .clEventCard__button:hover i:after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard.isFixture .clEventCard__bottomInfo, .clEventCard.isExtended .clEventCard__bottomInfo, .clEventCard.isBooking .clEventCard__bottomInfo {
  border-top-width: 1px;
}
.clEventCard.isFixture .clEventCard__bottomInfo:after, .clEventCard.isExtended .clEventCard__bottomInfo:after, .clEventCard.isBooking .clEventCard__bottomInfo:after {
  top: -2px;
  width: 47px;
  left: 375px;
}
.clEventCard.isFixture .clEventCard__picture, .clEventCard.isExtended .clEventCard__picture, .clEventCard.isBooking .clEventCard__picture {
  display: block;
}
.clEventCard.isFixture .clEventCard__link, .clEventCard.isExtended .clEventCard__link, .clEventCard.isBooking .clEventCard__link {
  display: block;
}
.clEventCard.isFixture .clEventCard__hoverContent li.isMoreInfo, .clEventCard.isFixture .clEventCard__hoverContent li.isShare, .clEventCard.isExtended .clEventCard__hoverContent li.isMoreInfo, .clEventCard.isExtended .clEventCard__hoverContent li.isShare, .clEventCard.isBooking .clEventCard__hoverContent li.isMoreInfo, .clEventCard.isBooking .clEventCard__hoverContent li.isShare {
  display: inline-block;
}
.clEventCard.hasImage .clEventCard__picture {
  display: block;
}
.clEventCard.isFixture .clEventCard__timeLine {
  background: #30ff00;
}
.clEventCard.isFixture .clEventCard__icon {
  display: block;
}
.clEventCard.isFixture .clEventCard__icon i:after {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23C91235%27%20viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 13H24a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V14a1 1 0 0 0-1-1zm-1 10H25v-8h14z'/%3E%3Cpath d='M61 8H48V4.48A2.48 2.48 0 0 0 45.52 2h-27A2.48 2.48 0 0 0 16 4.48V8H3a1 1 0 0 0-1 1v2.81a11.9 11.9 0 0 0 2 6.55V44a1 1 0 0 0 1.71.71L9 41.41l3.29 3.29A1 1 0 0 0 14 44V24.73a17 17 0 0 0 2 .27 16 16 0 0 0 8 12.88V48h-3a1 1 0 0 0-1 1v7h-5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h34a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-5v-7a1 1 0 0 0-1-1h-3V37.84A16 16 0 0 0 48 25a17 17 0 0 0 2-.22V44a1 1 0 0 0 1.71.71l3.29-3.3 3.29 3.29A1 1 0 0 0 60 44V18.36a11.9 11.9 0 0 0 2-6.55V9a1 1 0 0 0-1-1zM4 10h12v13c-6.7-.47-12-5.31-12-11.19zm8 31.59l-2.29-2.3a1 1 0 0 0-1.41 0L6 41.59V20.75a15.32 15.32 0 0 0 6 3.48zM48 60H16v-2h32zm-6-4H22v-6h20zm-4-8H26v-9.18a15.87 15.87 0 0 0 12 0zm-6-10a14 14 0 0 1-14-14V4.48a.48.48 0 0 1 .48-.48h27a.48.48 0 0 1 .48.48V24A14 14 0 0 1 32 38zm23.71 1.29a1 1 0 0 0-1.41 0l-2.3 2.3V24.23a15.32 15.32 0 0 0 6-3.48v20.84zM60 11.81c0 5.88-5.3 10.72-12 11.19V10h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard.isFixture .clEventCard__icon i:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23C91235%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard.isFixture .clEventCard__hoverContent li.isShare {
  display: inline-block;
}
.clEventCard.isBooking .clEventCard__timeLine {
  background: #00a2ff;
}
.clEventCard.isBooking .clEventCard__icon {
  display: block;
}
.clEventCard.isBooking .clEventCard__icon i:after {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23C91235%27%20height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M9.5 23.5c-.1 0-.3-.1-.4-.1L7 21.2c-.1-.1-.1-.2-.1-.4s.1-.3.2-.4c.6-.6.7-1.3-.7-2.7-.5-.5-1.2-1.1-1.8-1.1-.3 0-.6.1-.9.4-.2.2-.6.2-.7 0L.8 14.8c-.2-.2-.2-.5 0-.7L14.1.6c.1-.1.2-.1.4-.1.1 0 .3.1.4.1L17 2.8c.2.2.2.5 0 .6l-.1.1c-.5.5-.4.9-.4 1.2.1.4.5.9 1.1 1.5.5.5 1.2 1.1 1.8 1.1.3 0 .6-.1.9-.4.2-.2.6-.2.7 0l2.2 2.2c.2.2.2.5 0 .7L9.9 23.4c-.1 0-.3.1-.4.1zM8 20.8l1.5 1.5L22.3 9.5 20.8 8c-.4.3-.8.4-1.2.4-1 0-1.9-.8-2.6-1.4-.7-.7-1.2-1.3-1.3-1.9-.2-.7-.1-1.3.3-1.9l-1.5-1.5L1.7 14.5 3.2 16c.4-.3.8-.4 1.2-.4 1 0 1.9.8 2.6 1.4.6.6 2.2 2.2 1 3.8z'/%3E%3Cpath  d='M11.202 4.264l1.132 1.131-.707.708-1.132-1.132zM13.656 6.782l1.132 1.13-.707.708-1.132-1.13zM16.11 9.161l1.131 1.132-.707.707-1.131-1.132zM18.563 11.68l1.132 1.13-.707.708-1.132-1.132z'/%3E%3Cg%3E%3Cpath   d='M10.785 8.8l.707.708-4.101 4.1-.707-.706zM12.646 10.716l.708.707-4.102 4.101-.707-.707zM12.745 14.204l.707.707-2.333 2.334-.707-.707z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard.isBooking .clEventCard__icon i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23C91235%27%20height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M9.5 23.5c-.1 0-.3-.1-.4-.1L7 21.2c-.1-.1-.1-.2-.1-.4s.1-.3.2-.4c.6-.6.7-1.3-.7-2.7-.5-.5-1.2-1.1-1.8-1.1-.3 0-.6.1-.9.4-.2.2-.6.2-.7 0L.8 14.8c-.2-.2-.2-.5 0-.7L14.1.6c.1-.1.2-.1.4-.1.1 0 .3.1.4.1L17 2.8c.2.2.2.5 0 .6l-.1.1c-.5.5-.4.9-.4 1.2.1.4.5.9 1.1 1.5.5.5 1.2 1.1 1.8 1.1.3 0 .6-.1.9-.4.2-.2.6-.2.7 0l2.2 2.2c.2.2.2.5 0 .7L9.9 23.4c-.1 0-.3.1-.4.1zM8 20.8l1.5 1.5L22.3 9.5 20.8 8c-.4.3-.8.4-1.2.4-1 0-1.9-.8-2.6-1.4-.7-.7-1.2-1.3-1.3-1.9-.2-.7-.1-1.3.3-1.9l-1.5-1.5L1.7 14.5 3.2 16c.4-.3.8-.4 1.2-.4 1 0 1.9.8 2.6 1.4.6.6 2.2 2.2 1 3.8z'/%3E%3Cpath  d='M11.202 4.264l1.132 1.131-.707.708-1.132-1.132zM13.656 6.782l1.132 1.13-.707.708-1.132-1.13zM16.11 9.161l1.131 1.132-.707.707-1.131-1.132zM18.563 11.68l1.132 1.13-.707.708-1.132-1.132z'/%3E%3Cg%3E%3Cpath   d='M10.785 8.8l.707.708-4.101 4.1-.707-.706zM12.646 10.716l.708.707-4.102 4.101-.707-.707zM12.745 14.204l.707.707-2.333 2.334-.707-.707z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard.isExtended .clEventCard__timeLine {
  background: magenta;
}

body.calendar .clEventCard:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(43%, rgba(0, 0, 0, 0.38)), color-stop(51%, rgba(0, 0, 0, 0.29)), color-stop(76%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body.calendar .clEventCard .clEventCard__textContent p {
  position: relative;
  overflow: hidden;
}
html.touch body.calendar .clEventCard .clEventCard__link {
  display: none;
}
body.calendar .clEventCard:not(.noImage) .clEventCard__picture {
  margin-left: -20px;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent, body.calendar .clEventCard.showButtons .clEventCard__hoverContent {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(1), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(1) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(2), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(2) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.1s;
  -o-transition: 0.2s ease-in-out 0.1s;
  -moz-transition: 0.2s ease-in-out 0.1s;
  transition: 0.2s ease-in-out 0.1s;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(3), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(3) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.2s;
  -o-transition: 0.2s ease-in-out 0.2s;
  -moz-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(4), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(4) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.3s;
  -o-transition: 0.2s ease-in-out 0.3s;
  -moz-transition: 0.2s ease-in-out 0.3s;
  transition: 0.2s ease-in-out 0.3s;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(5), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(5) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.4s;
  -o-transition: 0.2s ease-in-out 0.4s;
  -moz-transition: 0.2s ease-in-out 0.4s;
  transition: 0.2s ease-in-out 0.4s;
}
body.calendar .clEventCard.noImage.isFixture .clEventCard__picture, body.calendar .clEventCard.noImage.isBooking .clEventCard__picture {
  min-width: 50px;
}
body.calendar .clEventCard.noImage.isFixture .clEventCard__picture:before, body.calendar .clEventCard.noImage.isBooking .clEventCard__picture:before {
  display: none;
}
body.calendar .clEventCard.noImage.isFixture .clEventCard__image, body.calendar .clEventCard.noImage.isBooking .clEventCard__image {
  background: none !important;
}
body.calendar .clEventCard.noImage.isExtended .clEventCard__picture {
  display: none;
}
@media screen and (max-width: 767px) {
  body.calendar .clEventCard {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  body.calendar .clEventCard:before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
  }
  body.calendar .clEventCard .clEventCard__content {
    display: block;
    padding: 0;
  }
  body.calendar .clEventCard .clEventCard__picture {
    float: none;
    width: 100%;
    height: 160px;
    padding-right: 0;
    margin-left: 0;
  }
  body.calendar .clEventCard .clEventCard__image {
    right: 0;
  }
  body.calendar .clEventCard .clEventCard__textContent {
    padding: 24px 20px 27px 20px;
  }
  body.calendar .clEventCard .clEventCard__bottomInfo {
    padding: 15px 0;
  }
  body.calendar .clEventCard .clEventCard__tags li:first-of-type:before {
    display: none;
  }
  body.calendar .clEventCard .clEventCard__tags li a {
    line-height: normal;
  }
  body.calendar .clEventCard .clEventCard__timeInterval {
    display: block;
    line-height: normal;
    padding: 0 0 10px 0;
  }
  body.calendar .clEventCard .clEventCard__timeInterval:after {
    display: none;
  }
  body.calendar .clEventCard.isFixture.noImage .clEventCard__picture {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  body.calendar .clEventCard .clEventCard__hoverContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li {
    width: auto;
    height: 92px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .shareEvent i, body.calendar .clEventCard .clEventCard__hoverContent li .addToCalendar i, body.calendar .clEventCard .clEventCard__hoverContent li .iWallet i {
    width: 28px;
    height: 28px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo i {
    width: 25px;
    height: 25px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo span span {
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  body.calendar .clEventCard .clEventCard__hoverContent li {
    height: 85px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .shareEvent i, body.calendar .clEventCard .clEventCard__hoverContent li .addToCalendar i, body.calendar .clEventCard .clEventCard__hoverContent li .iWallet i {
    width: 24px;
    height: 24px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo i {
    width: 21px;
    height: 21px;
  }
}

body.eventDetails .clEventCard .clEventCard__content {
  display: block;
  padding: 0;
}
body.eventDetails .clEventCard .clEventCard__hoverContent {
  display: none;
}
body.eventDetails .clEventCard .clEventCard__picture {
  float: none;
  width: 100%;
  display: block !important;
  height: 170px;
  padding-right: 0;
}
body.eventDetails .clEventCard .clEventCard__picture:before {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body.eventDetails .clEventCard .clEventCard__image {
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body.eventDetails .clEventCard .clEventCard__textContent {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
body.eventDetails .clEventCard .clEventCard__textContent p {
  max-height: 78px;
}
body.eventDetails .clEventCard .clEventCard__bottomInfo {
  padding-top: 9px;
  padding-bottom: 25px;
  text-align: center;
}
body.eventDetails .clEventCard .clEventCard__bottomInfo:after {
  display: none;
}
body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__timeInterval {
  display: block;
  line-height: 1.3;
}
body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__tags {
  padding-top: 6px;
}
body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__tags li:first-of-type:before {
  display: none;
}
body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__tags a {
  line-height: 1.3;
}
body.eventDetails .clEventCard .clEventCard__tags .isCalendarSource {
  display: none;
}
body.eventDetails .clEventCard .clEventCard__timeInterval {
  padding-right: 0;
}
body.eventDetails .clEventCard .clEventCard__timeInterval:after {
  display: none;
}
html.no-touch body.eventDetails .clEventCard:hover .clEventCard__picture:before {
  background: rgba(0, 0, 0, 0.15);
}
html.no-touch body.eventDetails .clEventCard:hover .clEventCard__image {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  body.eventDetails .clEventCard {
    width: 260px;
  }
}

.clFeaturedEvent {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}
.clFeaturedEvent .clFeaturedEvent__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.clFeaturedEvent .clFeaturedEvent__pictureWrapper {
  float: left;
  width: 300px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.clFeaturedEvent .clFeaturedEvent__pictureWrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clFeaturedEvent .clFeaturedEvent__pictureWrapper img {
  opacity: 0;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.clFeaturedEvent .clFeaturedEvent__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.clFeaturedEvent .clFeaturedEvent__item {
  background: #F5F5F5;
  height: 300px;
}
.clFeaturedEvent .clFeaturedEvent__item:after {
  display: table;
  content: "";
  clear: both;
}
.clFeaturedEvent figcaption {
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.clFeaturedEvent figcaption:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.clFeaturedEvent h4 {
  max-height: 163px;
  overflow: hidden;
  position: relative;
  margin: 8px 0 10px 0;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  font-size: 40px;
}
.clFeaturedEvent h4:first-letter {
  text-transform: capitalize;
}
.clFeaturedEvent .clFeaturedEvent__summary {
  padding: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 98%;
  text-align: left;
}
.clFeaturedEvent .clFeaturedEvent__ribbon {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: 24px;
  right: -39px;
  z-index: 4;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  width: 165px;
  border-bottom: 40px solid #C91235;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.clFeaturedEvent .clFeaturedEvent__ribbon span {
  position: absolute;
  line-height: 40px;
  left: 0;
  right: 0;
}
.clFeaturedEvent .clFeaturedEvent__date {
  min-width: 50px;
  padding: 0 10px;
  height: 50px;
  background: #C91235;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  display: table;
}
.clFeaturedEvent .clFeaturedEvent__date time {
  display: table-cell;
  vertical-align: middle;
}
.clFeaturedEvent .clFeaturedEvent__date span {
  display: block;
  text-align: center;
  font-weight: bold;
}
.clFeaturedEvent .clFeaturedEvent__date span:first-of-type {
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
}
.clFeaturedEvent .clFeaturedEvent__date span:last-of-type {
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.clFeaturedEvent .clFeaturedEvent__clockTime {
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 400;
}
.clFeaturedEvent .clFeaturedEvent__linkBtn {
  font-size: 12px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  z-index: 3;
  text-transform: uppercase;
}
.clFeaturedEvent .clFeaturedEvent__linkBtn:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  border-left: 4px solid currentColor;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
html.no-touch .clFeaturedEvent:hover .clFeaturedEvent__pictureWrapper:after {
  background: rgba(0, 0, 0, 0.2);
}
html.no-touch .clFeaturedEvent:hover .clFeaturedEvent__pictureWrapper .clFeaturedEvent__image {
  -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
       -o-transform: scale(1.08);
          transform: scale(1.08);
}
.clFeaturedEvent.isHidden {
  display: none;
}
@media (max-width: 1023px) {
  .clFeaturedEvent .clFeaturedEvent__pictureWrapper {
    width: 250px;
  }
}
@media (max-width: 950px) {
  .clFeaturedEvent .clFeaturedEvent__summary {
    padding: 25px 25px 35px 25px;
  }
  .clFeaturedEvent .clFeaturedEvent__item {
    height: auto;
  }
  .clFeaturedEvent .clFeaturedEvent__pictureWrapper {
    width: 100%;
    height: auto;
    padding-bottom: 56.5%;
    float: none;
  }
  .clFeaturedEvent h2 {
    margin-left: -2px;
    max-height: 94px;
  }
}
@media (max-width: 767px) {
  .clFeaturedEvent {
    margin-bottom: 20px;
  }
}

.clSearch {
  padding-bottom: 25px;
  border-bottom: 1px solid #C91235;
  position: relative;
  z-index: 5;
}
.clSearch fieldset {
  position: relative;
}
.clSearch input {
  display: block;
  width: 100%;
  padding: 0 47px;
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #F0F0F0;
  color: #464646;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.clSearch input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.clSearch input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.clSearch input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.clSearch input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
html.no-touch .clSearch input {
  color: #000;
  border-color: #a7a7a7;
}
.clSearch input::-ms-clear {
  display: none;
}
.clSearch .clSearch__submit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.clSearch .clSearch__submit:before, .clSearch .clSearch__submit:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSearch .clSearch__submit:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23C91235%27%20viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z'  fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clSearch .clSearch__submit:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z'  fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  opacity: 0;
}
html.no-touch .clSearch .clSearch__submit:hover:after {
  opacity: 1;
}
html.no-touch .clSearch .clSearch__submit:hover:before {
  opacity: 0;
}
.clSearch .clSearch__errorMessage {
  background: rgba(224, 224, 224, 0.15);
  color: red;
  padding: 3px 5px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -14px;
  z-index: 2;
  border: 1px solid red;
  font-family: "Lexend Deca", sans-serif;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.clSearch .clSearch__errorMessage.isVisible {
  opacity: 1;
}
.clSearch .clSearch__reset {
  display: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  top: 0;
  right: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.clSearch .clSearch__reset:after, .clSearch .clSearch__reset:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: #C91235;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSearch .clSearch__reset:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clSearch .clSearch__reset:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clSearch .clSearch__reset.isVisible {
  display: block;
}
html.no-touch .clSearch .clSearch__reset:hover:after, html.no-touch .clSearch .clSearch__reset:hover:before {
  background: #81061D;
}
.clSearch .clSearch__eg {
  display: block;
  padding-top: 9px;
  font-size: 9px;
  font-family: "Lexend Deca", sans-serif;
  color: #ADADAD;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.clSearch .clSearch__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  max-height: 459px;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.clSearch .clSearch__suggestions::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.clSearch .clSearch__suggestions::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.clSearch .clSearch__suggestions li {
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #161615;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  border-top: 1px solid #f0f0f0;
  font-weight: bold;
}
.clSearch .clSearch__suggestions li b {
  font-weight: 600;
}
html.no-touch .clSearch .clSearch__suggestions li:hover, .clSearch .clSearch__suggestions li.focused {
  background: #e6e6e6;
}
.clSearch .clSearch__suggestions li:focus, .clSearch .clSearch__suggestions li:focus-visible {
  outline: none;
}
.clSearch .clSearch__loader {
  height: 26px;
  width: 26px;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid rgba(201, 18, 53, 0.5);
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  margin: -13px 0 0 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  transition: 0.1s ease;
}
.clSearch .clSearch__loader.isVisible {
  opacity: 1;
}
@media (max-width: 950px) {
  .clSearch {
    padding-top: 70px;
  }
  .clSearch .clSearch__eg {
    display: none;
  }
}

.booleanTags {
  padding-top: 10px;
}
.booleanTags .booleanTags__combo {
  display: inline;
}
.booleanTags .booleanTags__combo.isOr {
  background: transparent;
}
@media all and (min-width: 1024px) {
  .booleanTags .booleanTags__combo {
    clear: none;
  }
}
.booleanTags .booleanTags__combo .word-item {
  margin: 12px 20px 12px 0;
}
.booleanTags .booleanTags__combo.toggleOR {
  background: none;
}
.booleanTags .booleanTags__combo .single-word {
  margin: 0;
}
.booleanTags .booleanTags__combo + .booleanTags__combo {
  margin-left: 20px;
}
.booleanTags .booleanTags__combo.isStacked .booleanTags__operator {
  display: block;
  margin: 20px 0;
}
.booleanTags .booleanTags__operator {
  width: 72px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  background: #808080;
  position: relative;
  line-height: 30px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  cursor: pointer;
}
.booleanTags .booleanTags__operator span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  top: 5px;
  left: 47px;
  background: #fff;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.booleanTags .booleanTags__operator:before, .booleanTags .booleanTags__operator:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  top: 0;
}
.booleanTags .booleanTags__operator:before {
  content: "and";
  left: 12px;
  opacity: 1;
}
.booleanTags .booleanTags__operator:after {
  content: "or";
  right: 12px;
  opacity: 0;
}
.booleanTags .booleanTags__operator.or span {
  left: 5px;
}
.booleanTags .booleanTags__operator.or:before {
  opacity: 0;
}
.booleanTags .booleanTags__operator.or:after {
  opacity: 1;
}
.booleanTags .booleanTags__operator + .single-word {
  margin: 12px 0;
}
html.no-touch .booleanTags .booleanTags__operator:hover {
  background: #C91235;
}
html.no-touch .booleanTags .booleanTags__operator:hover span {
  background: #fff;
}
.booleanTags .single-word {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 12px 20px 12px 0;
}
.booleanTags .word-item {
  background: #C91235;
  font-size: 12px;
  line-height: 30px;
  padding-right: 10px;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.booleanTags .word-item i {
  display: block;
  float: left;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
}
.booleanTags .word-item i:before, .booleanTags .word-item i:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -7px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.booleanTags .word-item i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.booleanTags .word-item i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.no-touch .booleanTags .word-item i:hover:before, html.no-touch .booleanTags .word-item i:hover:after {
  background: #fff;
}
.booleanTags .word-item span {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
html.no-touch .booleanTags .word-item:hover {
  background: #81061D;
}
html.no-touch .booleanTags .word-item:hover span {
  color: #fff;
}

.clSelectFilter {
  padding: 20px 0 25px;
  border-bottom: 1px solid #C91235;
}
.clSelectFilter:after {
  display: table;
  content: "";
  clear: both;
}
.clSelectFilter.noBorder {
  border-bottom: 0;
}
.clSelectFilter.isTeams {
  padding: 10px 0 35px;
}
.clSelectFilter.hasNoValues {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.clSelectFilter.hasNoValues .selectric-wrapper {
  pointer-events: none;
}
.clSelectFilter select {
  display: none;
}

.selectric {
  border: none;
  background: #F0F0F0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.selectric-open .selectric {
  border: none;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}
.selectric-hover .selectric .selectric-button {
  color: #81061D;
}
.selectric .label {
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  font-family: "Lexend Deca", sans-serif;
  color: #161615;
  padding: 0 27px 0 17px;
  margin: 0;
}
.selectric .button {
  width: 48px;
  height: 50px;
  line-height: 50px;
  color: #C91235;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
}
.selectric .button:after {
  border-top: 9px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
html.no-touch .selectric .button:hover {
  color: #81061D;
}
.selectric-items {
  border: none;
  z-index: 1;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.15), -2px 6px 8px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.15), -2px 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.15), -2px 6px 8px 0 rgba(0, 0, 0, 0.15);
}
.selectric-items li {
  font-size: 15px;
  font-family: "Lexend Deca", sans-serif;
  color: #161615;
  background: transparent;
  font-weight: 600;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  border-top: 1px solid #ca1236;
  padding: 4px 17px;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.selectric-items li .icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 2px solid;
  margin-right: 25px;
  position: relative;
  color: #C91235;
}
.selectric-items li .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -2px;
  border: solid #81061D;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg) translateZ(0);
     -moz-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.selectric-items li .icon[data-icon="Simple Events"] {
  color: red;
}
.selectric-items li .icon[data-icon="Extended Events"] {
  color: magenta;
}
.selectric-items li .icon[data-icon="Bookable Events"] {
  color: #00a2ff;
}
.selectric-items li .icon[data-icon="Sport Calendar"] {
  color: #30ff00;
}
.selectric-items li .value i {
  color: darkgrey;
  font-size: 90%;
}
.selectric-items li.selected {
  background: rgba(0, 0, 0, 0.3);
  color: #161615;
}
.selectric-items li.selected .icon:after {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.selectric-items li.selected .value i {
  color: #161615;
}
html.no-touch .selectric-items li:hover, .selectric-items li.highlighted {
  background: rgba(0, 0, 0, 0.1);
  color: #C91235;
}
.selectric-items .disabled {
  opacity: 1;
}
.selectric-items ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.selectric-items ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.selectric__applyButton {
  font-size: 15px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  font-family: "Lexend Deca", sans-serif;
  background: #C91235;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 50px;
  position: absolute;
  bottom: -50px;
  right: 0;
  border: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .selectric__applyButton:hover, .selectric__applyButton:focus-visible {
  background: #81061D;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clDateFilter {
  padding: 20px 0 24px;
  border-bottom: 1px solid #C91235;
}
.clDateFilter:after {
  display: table;
  content: "";
  clear: both;
}
.clDateFilter .clDateFilter__col {
  float: left;
  width: 50%;
}
.clDateFilter .clDateFilter__col:first-of-type {
  padding-right: 15px;
}
.clDateFilter .clDateFilter__col:last-of-type {
  padding-left: 15px;
}
.clDateFilter .clDateFilter__end, .clDateFilter .clDateFilter__start {
  background: #F0F0F0;
  cursor: pointer;
  padding: 0;
  border: 0;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  text-align: left;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clDateFilter .clDateFilter__end input, .clDateFilter .clDateFilter__start input {
  width: 100%;
  background: transparent;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0 20px 0 18px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 13px;
  color: #161615;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
.clDateFilter .clDateFilter__end input::-webkit-input-placeholder, .clDateFilter .clDateFilter__start input::-webkit-input-placeholder {
  font-size: 13px;
  color: #161615;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
.clDateFilter .clDateFilter__end input::-moz-placeholder, .clDateFilter .clDateFilter__start input::-moz-placeholder {
  font-size: 13px;
  color: #161615;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
.clDateFilter .clDateFilter__end input:-ms-input-placeholder, .clDateFilter .clDateFilter__start input:-ms-input-placeholder {
  font-size: 13px;
  color: #161615;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
.clDateFilter .clDateFilter__end input:-moz-placeholder, .clDateFilter .clDateFilter__start input:-moz-placeholder {
  font-size: 13px;
  color: #161615;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
.clDateFilter .clDateFilter__end i, .clDateFilter .clDateFilter__start i {
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.clDateFilter .clDateFilter__end i:after, .clDateFilter .clDateFilter__end i:before, .clDateFilter .clDateFilter__start i:after, .clDateFilter .clDateFilter__start i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clDateFilter .clDateFilter__end i:after, .clDateFilter .clDateFilter__start i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23C91235%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clDateFilter .clDateFilter__end i:before, .clDateFilter .clDateFilter__start i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  opacity: 0;
}
html.no-touch .clDateFilter .clDateFilter__end:hover, html.no-touch .clDateFilter .clDateFilter__start:hover {
  background: #d9d7d7;
}
html.no-touch .clDateFilter .clDateFilter__end:hover input, html.no-touch .clDateFilter .clDateFilter__start:hover input {
  color: #161615;
}
html.no-touch .clDateFilter .clDateFilter__end:hover i:after, html.no-touch .clDateFilter .clDateFilter__start:hover i:after {
  opacity: 0;
}
html.no-touch .clDateFilter .clDateFilter__end:hover i:before, html.no-touch .clDateFilter .clDateFilter__start:hover i:before {
  opacity: 1;
}
.clDateFilter .flatpickr-calendar {
  pointer-events: all;
}
.clDateFilter .js-startDateWrapper .isLastDisabled, .clDateFilter .js-endDateWrapper .isLastDisabled {
  background: #c5c2c2;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #cac9c9;
  -webkit-border-radius: 0 50px 50px 0;
     -moz-border-radius: 0 50px 50px 0;
          border-radius: 0 50px 50px 0;
}
.clDateFilter .js-startDateWrapper .isLastDisabled {
  -webkit-border-radius: 0 50px 50px 0;
     -moz-border-radius: 0 50px 50px 0;
          border-radius: 0 50px 50px 0;
}
.clDateFilter .js-endDateWrapper .isLastDisabled {
  -webkit-border-radius: 50px 0 0 50px;
     -moz-border-radius: 50px 0 0 50px;
          border-radius: 50px 0 0 50px;
}
@media (min-width: 768px) {
  .clDateFilter .clDateFilter__col {
    position: relative;
  }
  .clDateFilter .js-startDateWrapper .flatpickr-calendar {
    left: 0 !important;
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 10px !important;
  }
  .clDateFilter .js-endDateWrapper .flatpickr-calendar {
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1023px) {
  .clDateFilter .clDateFilter__col:first-of-type {
    padding-right: 10px;
  }
  .clDateFilter .clDateFilter__col:last-of-type {
    padding-left: 10px;
  }
  .clDateFilter .clDateFilter__col .clDateFilter__end i, .clDateFilter .clDateFilter__col .clDateFilter__start i {
    right: 14px;
  }
}
@media (max-width: 767px) {
  .clDateFilter .flatpickr-calendar {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
       -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
         -o-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    -webkit-animation: none !important;
       -moz-animation: none !important;
         -o-animation: none !important;
            animation: none !important;
  }
}

.calendarContainer {
  padding: 150px 0 50px 0;
  position: relative;
  z-index: 10;
  background: #F5F5F5;
}
.calendarContainer:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #F5F5F5;
  height: 150px;
  z-index: 3;
}
.calendarContainer .calendarContainer__noResults {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 30px;
}
.calendarContainer .calendarContainer__noResults .calendarContainer__noResults-image {
  display: inline-block;
  text-align: center;
  width: 118px;
  height: 92px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23C91235%27%20id='Layer_1' enable-background='new 0 0 511 511' height='512' viewBox='0 0 511 511' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m39.5 72h16v15h-16z'/%3E%3Cpath d='m71.5 72h16v15h-16z'/%3E%3Cpath d='m103.5 72h16v15h-16z'/%3E%3Cpath d='m119.5 320h192v15h-192z'/%3E%3Cpath d='m55.5 272h240v15h-240z'/%3E%3Cpath d='m55.5 224h232v15h-232z'/%3E%3Cpath d='m55.5 176h240v15h-240z'/%3E%3Cpath d='m511 239.5c0-57.07-46.43-103.5-103.5-103.5s-103.5 46.43-103.5 103.5c0 48.879 34.058 89.952 79.689 100.736l-3.235 51.764h-365.454v-273h433v16.5h15v-95.5h-463v367h379.517l-2.005 32.079c-.516 8.245 2.433 16.426 8.089 22.447s13.639 9.474 21.899 9.474 16.243-3.453 21.899-9.474 8.604-14.202 8.089-22.447l-2.005-32.079h27.517v-63.5h-15v48.5h-13.454l-3.235-51.764c45.631-10.784 79.689-51.857 79.689-100.736zm-63-184.5v49h-433v-49zm-129 184.5c0-48.799 39.701-88.5 88.5-88.5s88.5 39.701 88.5 88.5-39.701 88.5-88.5 88.5-88.5-39.701-88.5-88.5zm99.467 211.755c-2.874 3.06-6.769 4.745-10.967 4.745s-8.093-1.685-10.967-4.745c-2.874-3.059-4.312-7.051-4.051-11.241l4.064-65.014h21.908l4.063 65.015c.262 4.189-1.176 8.181-4.05 11.24zm-2.013-108.255 1.062 17h-20.033l1.062-17z'/%3E%3Cpath d='m479 239.5c0-39.425-32.075-71.5-71.5-71.5s-71.5 32.075-71.5 71.5 32.075 71.5 71.5 71.5 71.5-32.075 71.5-71.5zm-128 0c0-31.154 25.346-56.5 56.5-56.5s56.5 25.346 56.5 56.5-25.346 56.5-56.5 56.5-56.5-25.346-56.5-56.5z'/%3E%3Cpath d='m434.196 276.803 10.608-10.606-26.697-26.697 26.697-26.697-10.608-10.606-26.696 26.696-26.696-26.696-10.608 10.606 26.697 26.697-26.697 26.697 10.608 10.606 26.696-26.696z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.calendarContainer .calendarContainer__noResults p {
  font-size: 20px;
  color: #C91235;
}
.calendarContainer .calendarContainer__content {
  overflow: hidden;
}
@media (max-width: 950px) {
  .calendarContainer {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .calendarContainer:after {
    height: 110px;
  }
  .calendarContainer .calendarContainer__inner {
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .calendarContainer {
    padding-top: 140px;
  }
  .calendarContainer:after {
    height: 140px;
  }
}

.calendarSidebar {
  float: left;
  width: 330px;
  padding-right: 30px;
  will-change: min-height;
}
.calendarSidebar .calendarSidebar__inner {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
  padding-bottom: 10px;
  max-width: 300px;
}
.calendarSidebar .calendarSidebar__title {
  padding-bottom: 15px;
}
.calendarSidebar .calendarSidebar__title h2 {
  font-size: 22px;
  color: #161615;
}
.calendarSidebar .calendarSidebar__buttonGroup {
  padding-top: 30px;
  position: relative;
}
.calendarSidebar .calendarSidebar__buttonGroup:after {
  display: table;
  content: "";
  clear: both;
}
.calendarSidebar .calendarSidebar__buttonWrapper {
  width: 50%;
}
.calendarSidebar .calendarSidebar__buttonWrapper:first-of-type {
  float: left;
  padding-right: 15px;
}
.calendarSidebar .calendarSidebar__buttonWrapper:nth-of-type(2) {
  float: right;
  padding-left: 15px;
}
@media (min-width: 950px) {
  .calendarSidebar {
    z-index: 2;
    min-height: 750px;
    position: relative;
  }
  .calendarSidebar .calendarSidebar__inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .calendarSidebar {
    width: 300px;
    padding-right: 25px;
  }
  .calendarSidebar .calendarSidebar__inner {
    max-width: 275px;
  }
}
@media (max-width: 950px) {
  .calendarSidebar {
    position: fixed !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 100% !important;
    width: 100%;
    min-height: 750px;
    overflow-y: auto;
    bottom: 0;
    z-index: 10;
    background: #fff;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .calendarSidebar .calendarSidebar__inner {
    padding: 0 20px 50px 20px;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    z-index: 9;
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .calendarSidebar.isOpened {
    top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0;
    min-height: 100%;
    z-index: 9999;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .calendarSidebar.isOpened .calendarSidebar__inner {
    display: block;
  }
  .calendarSidebar.isOpened .clMobileToggleFilters i {
    display: none;
  }
  .calendarSidebar.isDown {
    top: 0;
    z-index: 15;
  }
}
.clMonthBar {
  background: #C91235;
  line-height: 0;
  font-size: 0;
  padding: 0 30px;
  margin-bottom: 15px;
  height: 50px;
  text-align: center;
  z-index: 5;
}
.clMonthBar:after {
  display: table;
  content: "";
  clear: both;
}
.clMonthBar:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -30px;
  height: 30px;
  background: #F5F5F5;
}
.clMonthBar .clMonthBar__current {
  line-height: 50px;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  font-size: 28px;
}
.clMonthBar button {
  line-height: 50px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 0;
  font-family: "Lexend Deca", sans-serif;
}
.clMonthBar button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.clMonthBar button i {
  display: inline-block;
  vertical-align: middle;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.clMonthBar .clMonthBar__longForm {
  vertical-align: initial;
}
.clMonthBar .clMonthBar__prev {
  float: left;
}
.clMonthBar .clMonthBar__prev i {
  border-right: 5px solid #fff;
  margin-right: 8px;
}
.clMonthBar .clMonthBar__next {
  float: right;
}
.clMonthBar .clMonthBar__next i {
  margin-left: 8px;
  border-left: 5px solid #fff;
}
.clMonthBar.isInbetween:not(.is_stuck) .clMonthBar__prev, .clMonthBar.isInbetween:not(.is_stuck) .clMonthBar__next {
  display: none;
}
body.seasonFilteringIsOn .clMonthBar button {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .clMonthBar {
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .clMonthBar:before {
    top: -10px;
    height: 10px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 550px) {
  .clMonthBar {
    padding: 0 10px;
  }
  .clMonthBar .clMonthBar__longForm {
    display: none;
  }
}

.clDayBar {
  margin-bottom: 15px;
  z-index: 5;
  background: #F0F0F0;
}
.clDayBar:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -15px;
  height: 15px;
  background: #F5F5F5;
}
.clDayBar span {
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.clDayBar span:nth-of-type(1) {
  float: left;
  width: 50px;
  text-align: center;
  background: #81061D;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 22px;
}
.clDayBar span:nth-of-type(2) {
  overflow: hidden;
  padding-left: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .clDayBar {
    margin-bottom: 20px;
  }
  .clDayBar:before {
    top: -5px;
    height: 5px;
  }
  .clDayBar span {
    font-size: 18px;
  }
}

.clResetFilters {
  width: 100%;
  padding: 0 18px 0 40px;
  border: 0;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  border: 1px solid #81061D;
  background: #C91235;
  font-family: "Lexend Deca", sans-serif;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clResetFilters span {
  line-height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
}
.clResetFilters i {
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -11px;
  z-index: 1;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.clResetFilters i:after, .clResetFilters i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clResetFilters i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M113.5 275.72A142.5 142.5 0 0 0 258.16 418.2c76.42-1.13 138.87-63.32 140.31-139.74a141.91 141.91 0 0 0-24.58-82.83 22.52 22.52 0 0 0-34.54-3.27 22.67 22.67 0 0 0-2.53 28.81 97.51 97.51 0 0 1-85.42 151.94c-50-2.3-90.49-42.84-92.79-92.79A97.53 97.53 0 0 1 237.43 180 22.65 22.65 0 0 0 256 157.83a22.52 22.52 0 0 0-26.74-22.11 142.54 142.54 0 0 0-115.76 140z'/%3E%3Cpath d='M181 108.2v124.58a10.55 10.55 0 0 0 15.82 9.14l107.89-62.29a10.55 10.55 0 0 0 0-18.27L196.82 99.07A10.55 10.55 0 0 0 181 108.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clResetFilters i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23C91235%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M113.5 275.72A142.5 142.5 0 0 0 258.16 418.2c76.42-1.13 138.87-63.32 140.31-139.74a141.91 141.91 0 0 0-24.58-82.83 22.52 22.52 0 0 0-34.54-3.27 22.67 22.67 0 0 0-2.53 28.81 97.51 97.51 0 0 1-85.42 151.94c-50-2.3-90.49-42.84-92.79-92.79A97.53 97.53 0 0 1 237.43 180 22.65 22.65 0 0 0 256 157.83a22.52 22.52 0 0 0-26.74-22.11 142.54 142.54 0 0 0-115.76 140z'/%3E%3Cpath d='M181 108.2v124.58a10.55 10.55 0 0 0 15.82 9.14l107.89-62.29a10.55 10.55 0 0 0 0-18.27L196.82 99.07A10.55 10.55 0 0 0 181 108.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  opacity: 0;
}
html.no-touch .clResetFilters:hover, .clResetFilters:focus-visible {
  background: #81061D;
}
html.no-touch .clResetFilters:hover span, .clResetFilters:focus-visible span {
  color: #fff;
}
html.no-touch .clResetFilters:hover i:after, .clResetFilters:focus-visible i:after {
  opacity: 0;
}
html.no-touch .clResetFilters:hover i:before, .clResetFilters:focus-visible i:before {
  opacity: 1;
}

.clMobileButton-showResults {
  display: none;
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #C91235;
}
.clMobileButton-showResults.warning {
  background: #c70000;
}
@media (max-width: 950px) {
  .clMobileButton-showResults {
    display: block;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.clMobileButton-openFilters {
  display: none;
  z-index: 9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #C91235;
}
@media (max-width: 767px) {
  .clMobileButton-openFilters {
    top: 0;
    bottom: auto;
  }
}
.clMobileButton-openFilters i {
  width: 8px;
  height: 1px;
  background: #fff;
  color: #fff;
  position: relative;
  top: -1px;
  margin-right: 12px;
}
.clMobileButton-openFilters i:before, .clMobileButton-openFilters i:after {
  content: "";
  background: currentColor;
  position: absolute;
  left: 50%;
  height: 1px;
}
.clMobileButton-openFilters i:before {
  width: 12px;
  margin-left: -6px;
  top: -3px;
}
.clMobileButton-openFilters i:after {
  width: 4px;
  margin-left: -2px;
  top: 3px;
}
@media (max-width: 950px) {
  .clMobileButton-openFilters {
    display: block;
  }
}

.clMobileButton-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  display: none;
}
.clMobileButton-close:after, .clMobileButton-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: #C91235;
}
.clMobileButton-close:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clMobileButton-close:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 950px) {
  .clMobileButton-close {
    display: block;
  }
}

.clSyncCalendar {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 50%;
  margin-right: 15px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__head {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.clSyncCalendar .clSyncCalendar__openLabel {
  width: 100%;
  height: 100%;
  background: #C91235;
  padding: 0 18px 0 40px;
  border: 0;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__openLabel span {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
.clSyncCalendar .clSyncCalendar__openLabel i {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__openLabel i:before, .clSyncCalendar .clSyncCalendar__openLabel i:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__openLabel i:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
html.no-touch .clSyncCalendar .clSyncCalendar__openLabel:hover {
  background: #81061D;
}
.clSyncCalendar .clSyncCalendar__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0 50px 50px 0;
     -moz-border-radius: 0 50px 50px 0;
          border-radius: 0 50px 50px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__close i:before, .clSyncCalendar .clSyncCalendar__close i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__close i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clSyncCalendar .clSyncCalendar__close i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.no-touch .clSyncCalendar .clSyncCalendar__close:hover {
  background: rgba(0, 0, 0, 0.3);
}
html.no-touch .clSyncCalendar .clSyncCalendar__close:hover i:after, html.no-touch .clSyncCalendar .clSyncCalendar__close:hover i:before {
  background: #fff;
}
.clSyncCalendar .clSyncCalendar__dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  padding-top: 25px;
  text-align: center;
  background: #fff;
  display: none;
  -webkit-border-radius: 0 0 20px 20px;
     -moz-border-radius: 0 0 20px 20px;
          border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.clSyncCalendar .clSyncCalendar__item {
  background: #fbf9f9;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: left;
}
.clSyncCalendar .clSyncCalendar__item a, .clSyncCalendar .clSyncCalendar__item.isCopyLink span {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #434748;
}
.clSyncCalendar .clSyncCalendar__item .hiddenLink {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.clSyncCalendar .clSyncCalendar__item a, .clSyncCalendar .clSyncCalendar__item div {
  width: 100%;
  padding: 0 16px 0 15px;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}
.clSyncCalendar .clSyncCalendar__item span {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.clSyncCalendar .clSyncCalendar__item span:first-letter {
  text-transform: uppercase;
}
.clSyncCalendar .clSyncCalendar__item i {
  display: inline-block;
  vertical-align: middle;
}
.clSyncCalendar .clSyncCalendar__item.isOutlook i {
  width: 26px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M38.958 26.384l14.625-9.86c0-1.167-1.088-2.004-1.703-2.004H35.186v9.724l3.399 2.14a.87.87 0 0 0 .373 0z'/%3E%3Cpath  d='M39.25 30.003s-.526.321-.962 0l-3.102-2.13h-.002v13.215H50.94c1.4 0 2.646-.815 2.646-2.761V20.454s-14.859 9.87-14.334 9.55zM18.639 34.193c1.04 0 1.865-.469 2.474-1.406.608-.938.915-2.24.915-3.903 0-1.735-.295-3.085-.887-4.05-.592-.963-1.4-1.445-2.427-1.445-1.057 0-1.9.497-2.521 1.488-.622.992-.934 2.305-.934 3.938 0 1.658.312 2.969.934 3.932.621.966 1.438 1.446 2.446 1.446z'/%3E%3Cpath  d='M4 47.626l28.941 6.067V3.98L4.001 9.582v38.044zm9.922-25.032c1.227-1.634 2.851-2.451 4.874-2.451 1.91 0 3.456.78 4.634 2.345 1.18 1.564 1.77 3.625 1.77 6.185.002 2.631-.61 4.752-1.833 6.362-1.224 1.61-2.818 2.416-4.786 2.416-1.918 0-3.479-.78-4.687-2.34-1.206-1.56-1.811-3.592-1.811-6.098 0-2.646.613-4.785 1.84-6.419z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clSyncCalendar .clSyncCalendar__item.isGoogleCal i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M896 786h725q12 67 12 128 0 217-91 387.5T1282.5 1568 896 1664q-157 0-299-60.5T352 1440t-163.5-245T128 896t60.5-299T352 352t245-163.5T896 128q300 0 515 201l-209 201q-123-119-306-119-129 0-238.5 65T484 652.5 420 896t64 243.5T657.5 1316t238.5 65q87 0 160-24t120-60 82-82 51.5-87 22.5-78H896V786z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clSyncCalendar .clSyncCalendar__item.isAppleCal i {
  width: 26px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.777 30.517c-.062-6.232 5.082-9.221 5.312-9.372-2.891-4.227-7.395-4.807-8.998-4.873-3.83-.389-7.477 2.256-9.42 2.256-1.939 0-4.941-2.199-8.117-2.143-4.178.062-8.029 2.43-10.179 6.17-4.339 7.527-1.11 18.682 3.118 24.791 2.067 2.986 4.532 6.346 7.766 6.223 3.117-.123 4.293-2.016 8.061-2.016s4.826 2.016 8.123 1.953c3.352-.061 5.477-3.043 7.527-6.041 2.373-3.469 3.35-6.828 3.408-6.998-.073-.034-6.534-2.509-6.601-9.95zM35.582 12.229c1.715-2.082 2.877-4.975 2.561-7.855-2.475.1-5.471 1.645-7.248 3.725-1.592 1.846-2.984 4.785-2.611 7.613 2.761.214 5.577-1.405 7.298-3.483z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clSyncCalendar .clSyncCalendar__item.isYahooCal i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M43.503 24.87c.275-.055.684-.146 1.146-.246h3.578l.557-.823a.119.119 0 0 1 .045-.008l1.385-2c-.02 0-.053-.004-.068-.004l.145-.217H30.897l.746 3.051h5.293l-8.906 8.039c-1.818-2.51-6.078-7.74-9.049-12.069h6.667v-2.322l.076-.512a.511.511 0 0 0-.076-.01v-.209H3.535v3.053h6.558c2.545 1.99 12.28 14.145 12.684 15.358.162 1.135.311 7.836-.166 8.342-.957 1.012-5.322.744-6.375.818l-.364 2.076c1.923.057 8.181-.156 10.126-.156 3.834 0 10.549-.018 11.496.055l.117-2.178c-.969-.164-6.254-.02-6.984-.186-.162-1.055-.34-8.109-.178-8.838.73-2.106 11.837-10.686 13.054-11.014z'/%3E%3Cpath  d='M46.722 41.544l2.971.236 3.461-13.369c-.578-.02-5.83-.516-6.512-.648l.08 13.781zM46.208 43.687l.018 3.263 1.503.131 1.625.121.477-3.195-1.713-.084z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clSyncCalendar .clSyncCalendar__item.isProtocolHandler {
  display: none;
}
.clSyncCalendar .clSyncCalendar__item.isProtocolHandler i {
  width: 26px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
html.no-touch .clSyncCalendar .clSyncCalendar__item.isProtocolHandler {
  display: block;
}
.clSyncCalendar .clSyncCalendar__item.isCopyLink i {
  width: 26px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.092 512.092'%3E%3Cpath d='M312.453 199.601a116.1667 116.1667 0 0 0-20.053-16.128 119.4718 119.4718 0 0 0-64.427-18.859c-31.697-.059-62.106 12.535-84.48 34.987L34.949 308.23C12.613 330.609.059 360.93.039 392.548c-.042 65.98 53.41 119.501 119.39 119.543 31.648.11 62.029-12.424 84.395-34.816l89.6-89.6a8.5329 8.5329 0 0 0 2.524-6.108c-.027-4.713-3.87-8.511-8.583-8.484h-3.413c-18.72.066-37.273-3.529-54.613-10.581-3.195-1.315-6.867-.573-9.301 1.877l-64.427 64.512c-20.006 20.006-52.442 20.006-72.448 0-20.006-20.006-20.006-52.442 0-72.448l108.971-108.885c19.99-19.965 52.373-19.965 72.363 0 13.472 12.679 34.486 12.679 47.957 0a34.1344 34.1344 0 0 0 9.899-21.675c.623-9.775-2.982-19.348-9.9-26.282z'/%3E%3Cpath d='M477.061 34.993c-46.657-46.657-122.303-46.657-168.96 0l-89.515 89.429c-2.458 2.47-3.167 6.185-1.792 9.387 1.359 3.211 4.535 5.272 8.021 5.205h3.157a143.3574 143.3574 0 0 1 54.528 10.667c3.195 1.315 6.867.573 9.301-1.877l64.256-64.171c20.006-20.006 52.442-20.006 72.448 0 20.006 20.006 20.006 52.442 0 72.448l-80.043 79.957-.683.768-27.989 27.819c-19.99 19.965-52.373 19.965-72.363 0-13.472-12.679-34.486-12.679-47.957 0a34.139 34.139 0 0 0-9.899 21.845c-.624 9.775 2.981 19.348 9.899 26.283a118.4465 118.4465 0 0 0 34.133 23.893c1.792.853 3.584 1.536 5.376 2.304 1.792.768 3.669 1.365 5.461 2.048 1.792.683 3.669 1.28 5.461 1.792l5.035 1.365c3.413.853 6.827 1.536 10.325 2.133 4.214.626 8.458 1.025 12.715 1.195H284.461l5.12-.597c1.877-.085 3.84-.512 6.059-.512h2.901l5.888-.853 2.731-.512 4.949-1.024h.939a119.456 119.456 0 0 0 55.381-31.403l108.629-108.629c46.66-46.657 46.66-122.303.003-168.96z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
html.no-touch .clSyncCalendar .clSyncCalendar__item:hover, .clSyncCalendar .clSyncCalendar__item.focused {
  background: rgba(0, 0, 0, 0.1);
}
html.no-touch .clSyncCalendar .clSyncCalendar__item:hover a, html.no-touch .clSyncCalendar .clSyncCalendar__item:hover span, .clSyncCalendar .clSyncCalendar__item.focused a, .clSyncCalendar .clSyncCalendar__item.focused span {
  color: #C91235;
}
.clSyncCalendar .clSyncCalendar__infoBox {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 32px 20px 17px 20px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 3;
}
.clSyncCalendar .clSyncCalendar__infoBox:after {
  content: "";
  position: absolute;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.05);
     -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.05);
  bottom: -16px;
  left: 50%;
  margin: 0 0 0 -8px;
}
.clSyncCalendar .clSyncCalendar__infoBox p {
  padding-top: 9px;
  color: #000;
  margin: 0;
}
.clSyncCalendar .clSyncCalendar__closeInfoBox {
  position: absolute;
  width: 48px;
  height: 30px;
  right: 2px;
  top: 9px;
  background: none;
  border: 0;
}
.clSyncCalendar .clSyncCalendar__closeInfoBox i {
  display: inline-block;
}
.clSyncCalendar .clSyncCalendar__closeInfoBox i:after, .clSyncCalendar .clSyncCalendar__closeInfoBox i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #C91235;
}
.clSyncCalendar .clSyncCalendar__closeInfoBox i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clSyncCalendar .clSyncCalendar__closeInfoBox i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clSyncCalendar.isOpening {
  position: absolute;
  right: 0;
  margin-right: 0;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  transition: 0.15s ease;
}
.clSyncCalendar.isOpened .clSyncCalendar__head span:nth-of-type(2) {
  display: inline-block;
}
.clSyncCalendar.isOpened .clSyncCalendar__close {
  opacity: 1;
  pointer-events: all;
}

.protocolError {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
.protocolError:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.protocolError .protocolError__inner {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -250px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.protocolError .protocolError__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  z-index: 4;
}
.protocolError .protocolError__close i {
  display: inline-block;
}
.protocolError .protocolError__close i:after, .protocolError .protocolError__close i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #0A2544;
}
.protocolError .protocolError__close i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.protocolError .protocolError__close i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.protocolError .protocolError__expl {
  padding: 30px 20px 10px 20px;
}
.protocolError .protocolError__expl p {
  color: #0A2544;
}
.protocolError .protocolError__image {
  position: relative;
  margin: 0 20px 20px 20px;
}
.protocolError .protocolError__image img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.protocolError .protocolError__image > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcQAAACECAMAAAA5rqv1AAADAFBMVEX///8AAADmpFjH//+vr6+ysrLh4eFEh++50vmgoKD/5apSp+Pn/////smHx/x0dHQmJiYRiMP//+in5/6pqanFhCWFFYNQU6L+xIv///64uLj//tCCzvzpqGbW1talTxnq///O//+pXi0nYaf//+uAJSer6v4GU6Jgq+alUFH+y4dI0frNuvHMgDIlKn4og8rz///+0aL/6K696v50dYiFAA3/9/3Prk0AFoP6//9EiPRPAAj///3JycoADU636/7x+P+7u7tnoPfM3vwmKF2AKF6/1vuTh/BEh/JeKn7O9/5Huvn56/qFCk/g1/d2h+90d35PFoNeKF21h/CkUYTt///+8vvy4Pjh////6/nm4PpGtflFmfRZh+/Ozs6WlpaMjIypyvl5dHZz0ft0dZ3m2vXs3Pb/+/2FU6Pn/snm1fVPDU6NrvTw8PC/v7+Sh/Wl1/vpvJFRhoa36/1Eh/GKrNuGd3XXpH/Y//+Dl/Hg0fLB7/7J8f7TvvHT///m/+fz+//FhVXXyfNfJier4vyW3/yq3Px/fn0Sh6jg+v/65eX+4LJ0daGayeSSlfB3i7JGqPaIdH/FpFjHsfFHx/nNuvVxn/NQUYSS1/ux5vzU+//DmH7w6frH/+dSpsTi8PFHvvmD3Ptz2PuioqLgvpy2lfDoz6yfnp+fn5/t7e3l5eXm5ubU1NTj4+O1tbXHx8eurq7f39/5y52rq6va2tqcdHXoyIiLpMpczfmnqOyf0fmMfHl1l8Xq5sezp/CFTxfa5PyWxuv/+uGrhnf/7ND15Pl0d5BmpPSHxsXGxYqrn4u8svONpPNlh++LteL/+vJywPnz//6Ghobm+/9QTxVRiMNfX1+91fp0dHiZhXn///KWsNDx2r90irr/+dDxxJWNvuaNjrrm5aqvsMj2+vqCzujMqGXt/tT2+vLoys7x1qrNn6a8tvLpqYT/7MCrfHVbtvjT//Jwh+/y+vKAh++svKi8s6Dk9voJUoRmvvnG5alQUFBRh6SFUFDasLyaweLE5Sf3AAAJYklEQVR42u2cCXwTVR7HX1IgMdMkTUshaRsKCLWWRoJIl5SWQ1xxaYUqcsjhUeRSQblBYDlWRTlEvBG87/u+79t1vV0X72t179W913P1/3/vzSShSUttm2Xy+f0+ZSYz83//efP/zv//3kxTxI3z5grIxpo770ZxR2fEwd7qfIe4+3aEwd66/W7R4y6Ewd66q4fo0RVhsLe6AmIWQPwJIAIiBIgQIEKACIgQIEKACAEiIEKACLU/RIcDYUAmQoAItRkifhWVvRAjeXl5+/Vquf3+vyDD8ia7K1K1Le5bYvo+qAyh72iIxX337ilEuOVQh/NK2Lp/YtufljUPsfgBasf+oQ6FGFFUWgz1/oeXJabY7kGUDX/WC7HvWIiSg456eO97dWGtoMJZIvr0Lo9YBTSsU5BoS0J9epdUyDosIYbNShuRLaU7lePIxI6HaOVJpJxIEKgwMWEulHl9ehOPCl1oI+VWAxNiPBMjBKq4bznt7M9jJwMskZ/TJCrUBojXrW8yLTHzhCFyvGX4S+QOiUFtmKvUEFWpJVeKGCUtmUSkZxTT9tX660SXzmnnlgyRw05wivvmsfpTOeXtcgWxmUxUTuiIKp0VXHF/o+6OSDkC357q3CUFRGtMpHUcosq6RIjxMbG/aArRTDplpCCqMgyIGYCYODuVEAmMyS0JYsLsVJZWOXVprpyGMRhmDKJ68pPPiWGeYDJUOZn5a1kSRGWirHm4i+SVqJSMT2xK9MSGkPJGRE5bMTfNAET1VKAfBn5nfuIhMTkT9Rsb9QxPg+ZnnI5h8xFDP1mQtXpFo4geVAaIGYIYfyeDgAMiBIhQe0CEABECRAgQARECRAgQIUAERAgQIUCEABEQIUCEABECRECEsg7iMX5LxyBINoXoP7pI62j/rsfySw1aerrntvHU3m45be5+oYP74jSEM5Daq7Xf2mG0wr3nsJRdzN+3wBYQi8xPRU0gehZwnNoIsdDXLMTdDJPuRCKY5ryyeasgpulPFkB0+ogAINoaYv4ROcEAB2Q1XUpwn1yxtsDpcAzO4Y/eQ/lzQFc6B+3xdD/H4SDmQd7ydvul3FAH5+gtzxBqLWS7/FJ1nNdnlPq4GiY5MI9r79RyaIEup4YofH4QuSCI3kEBy9DaL+SJHD7npaXcL8vAO8hBJVluqn28DKgu+Ig6nXdogdonu8DLMxREeUiwQ+6/WtkEYlAGiu9qyqa13xSoW99p8O0ZDFiJUBiQA5JniMEjC2N3GhRdiV1notri9NDt2IVyoJzxKslB0BzhTO9WJjKswTl0E3m7XUL0LUNrv5WJjMQXP5NKXmkvF3LELzT4x8x01RGhuuA5gT4NLYgHw8kgrZVNIHItpX98kwa8s8/xed6Ud3NAxovuZgWJ8lVGR4ah0Ed5RiYcNh06XU45fnxon9Xcjv2o3NJBptZJDphoE+8WRNkx76G/ltltxCGqDieUU76dzDNxCRgqbxXVyDs7lw3nyG5SA05CKgHUH9WFoGGVU3WIHVJX9MoeEOXlO2QSeLt9vdjzptPH9znn5+w5MgBDAikgGuZ41RSivn2pXTwIMkxOn9MnkhxwyH0tQjTihmkhWmdyBvTJ2J4WGuIn0jONGaWyCxKiYY6/CmK+OmRHiDLmhI0Dsvb1gvx9L8zhiTjXt7UvGPGphVnwqPpwNZTDRUqIbKGr2iWlRiJEz7fEKsmBef7U5VRBNL0owzQQ860zUdlUPdAVVZdT8zlqDt2gTpWJqgt8saqcetUh+pHlVK3sAVGFo9CQQ5nuOM0yXqcVXyUnqi9ea4Tnwsdk2eJa5EuAGOSJjdriemqodrxU5dgppzlc4xIdBB168mB6TwUxh0r6vaZhEkRq5VMQ42ei2c6X3xVIx8q7GhvUhXCiORwLmD2PF9wFXuqJjTrkXDCEPemVXR720yoYSPsQ8KOk0rH7/ykyuytd6H/co8se99qNx4h2hSgnsoCYyRfgQYch2hNifungHAGImYUIASIEiICIMAAiBIgQIEKACIgQIEKACAEiIEKACAEiBIiACAEiBIgQIAKiHTR85E53xrRz5BpA7ACG7gxrOCC2u0a6jz3QlTEdeKx7pD5x7YhOGdKI2myHuNOdQYZE0X2wZnhU5q7xqNosh+h2uzIqt1udd0QmL3IEIHYIxE6ZvMhOgAiIgAiIgAiIgAiIgGhbiIecvkaEJi9PDyKVwbCqUclG/UKV7QDxvbf9by2OpT084ICBgJgSYllozIknj68fmxbiLgaHLKzvKIjzG++77NqPewJiayFOGX88Le8PrUrHcFeD6tFHdhDED+75iJYbxgNiayFeWXMNk5k0sy46+Q1Rf5br7JUiNOOlfqHHY6EZ0xINmFO/0PmjhagZRxCnUkCr/uJyXRQVoTHT6ODZZ06c1iaIdx7XS4hQSPzpIX/DZiL27yUNTwhx7UP+LblPbm9s+D4GiGkgniZzqnr0xLrohBdfzX2meuXEl756bVU/8cyL22rGJRooiJVmJi6c9avnVswaNT025oKLYquYboqS3CqI899XlXTDf8X8TcsG+Bf/c+mmZRsbN//hz3/f/nJs49ZtgJgG4hWSVPWkGXXRdQTnyClRtjtFEqs5N9EgGeJJk2a6XOfFKodN+Jer+mIiPLzqrDaW0w83LZPrp19Y33jcz5nYgGdXLn04KjY8soT/n5IHATENxMtjPORNrzm37jWCuIIgrjPHODXOWQbn7QJxhob4Dw1x1qNthLhx64O8evKLl2MDNMQDBi59mGarn289HWNiMxAXLeTJZ7R+Wl20fvmr0ZnVF1c9MHXbuDhEy2BKdOYFA0OVi1ZMWM7ldBiX06pR00NcTiu5nKZIxVZBrFna8O5lj/z29/c88cp2C+KdDZs//ePqp7a88cr/lgFiukeMqafSzGTyWFdddEdU7Bjr+tuZIrRjVByiZbDoVBF6nHZNj6mJzUohJjzqWnRaVMxa55ITm6aDYuseMd65eom/YXF0fuOz/7Eg1tC+LblPP+VvuK8nILb0xqYuesoe8cYmhDc29oeI126AiBfggAiIgAiIgAiIgIivLNpHB+PLw/YXvsafBcIf1GQFxcz+adsewRB/ZJoNAkRAhAARAkQIEAERAkQIECFAzD6ItdcjDPbW9bXIxKwop7fORRzsrLm3dhG3zLvtBkTCvrrhtnm3iJtuLup61V6QTXVV16Kbb/oBSfdxMe9BOgMAAAAASUVORK5CYII=") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .protocolError .protocolError__inner {
    width: 80%;
    left: 10%;
    margin: -140px 0 0 0;
  }
}
@media (max-width: 400px) {
  .protocolError .protocolError__inner {
    width: 90%;
    left: 5%;
    margin: -140px 0 0 0;
  }
}

.clSaveFilters {
  margin-top: 30px;
  position: relative;
  float: left;
  width: 100%;
}
.clSaveFilters .clSaveFilters__closePopup {
  position: absolute;
  width: 48px;
  height: 30px;
  right: 2px;
  top: 9px;
  border: 0;
  background: none;
}
.clSaveFilters .clSaveFilters__closePopup i {
  display: inline-block;
}
.clSaveFilters .clSaveFilters__closePopup i:after, .clSaveFilters .clSaveFilters__closePopup i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #C91235;
}
.clSaveFilters .clSaveFilters__closePopup i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clSaveFilters .clSaveFilters__closePopup i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clSaveFilters .clSaveFilters__popup {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 17px 20px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 3;
}
.clSaveFilters .clSaveFilters__popup:after {
  content: "";
  position: absolute;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.05);
     -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.05);
  bottom: -16px;
  left: 50%;
  margin: 0 0 0 -8px;
}
.clSaveFilters .clSaveFilters__popup h3 {
  font-size: 14px;
  color: #939393;
  margin: 0;
}
.clSaveFilters .clSaveFilters__popup p {
  padding-top: 9px;
  color: #000;
  margin: 0;
}
.clSaveFilters .clSaveFilters__popup p.savingMsg, .clSaveFilters .clSaveFilters__popup p.deleteMsg, .clSaveFilters .clSaveFilters__popup p.returnedMsg, .clSaveFilters .clSaveFilters__popup p.noFiltersMsg {
  display: none;
}
.clSaveFilters .clSaveFilters__popup p time {
  display: inline;
  font-weight: bold;
}
.clSaveFilters .clSaveFilters__button {
  width: 100%;
  background: #F0F0F0;
  padding: 0 18px 0 100px;
  border: 0;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSaveFilters .clSaveFilters__button span:first-of-type {
  line-height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 15px;
  color: #161615;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
.clSaveFilters .clSaveFilters__button.isSaved {
  background: #C91235;
}
.clSaveFilters .clSaveFilters__button.isSaved span:first-of-type {
  color: #fff;
}
.clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2) {
  background: #fff;
}
.clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2):before {
  opacity: 0;
  color: #434748;
}
.clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2):after {
  opacity: 1;
  color: #434748;
}
.clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2) i {
  background: #C91235;
  left: 40px;
}
.clSaveFilters span:nth-of-type(2) {
  background: #808080;
  width: 72px;
  height: 30px;
  display: block;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.clSaveFilters span:nth-of-type(2) i {
  position: absolute;
  left: 7px;
  top: 5px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSaveFilters span:nth-of-type(2):after, .clSaveFilters span:nth-of-type(2):before {
  position: absolute;
  line-height: 30px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSaveFilters span:nth-of-type(2):after {
  content: "on";
  left: 10px;
  opacity: 0;
}
.clSaveFilters span:nth-of-type(2):before {
  content: "off";
  right: 15px;
}
html.no-touch .clSaveFilters .clSaveFilters__button:hover {
  background: #81061D;
}
html.no-touch .clSaveFilters .clSaveFilters__button:hover span:first-of-type {
  color: #fff;
}
html.no-touch .clSaveFilters .clSaveFilters__button:hover i {
  background: #81061D;
}

.clG-addToCal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.clG-addToCal:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.clG-addToCal .clG-addToCal__inner {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -250px;
  background: #fff;
}
.clG-addToCal .clG-addToCal__head {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.clG-addToCal .clG-addToCal__head h3 {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  color: #C91235;
  font-size: 25px;
}
.clG-addToCal .clG-addToCal__head h3:first-letter {
  text-transform: capitalize;
}
.clG-addToCal .clG-addToCal__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  z-index: 4;
}
.clG-addToCal .clG-addToCal__close i {
  display: inline-block;
}
.clG-addToCal .clG-addToCal__close i:after, .clG-addToCal .clG-addToCal__close i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #adadad;
}
.clG-addToCal .clG-addToCal__close i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clG-addToCal .clG-addToCal__close i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clG-addToCal .clG-addToCal__item {
  background: #fff;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.clG-addToCal .clG-addToCal__item a, .clG-addToCal .clG-addToCal__item button {
  width: 100%;
  padding: 0 16px 0 60px;
  text-align: left;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 0;
}
.clG-addToCal .clG-addToCal__item span {
  font-size: 15px;
  color: #000;
}
.clG-addToCal .clG-addToCal__item span:first-letter {
  text-transform: uppercase;
}
.clG-addToCal .clG-addToCal__item i {
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
}
.clG-addToCal .clG-addToCal__item.isOutlook i {
  width: 26px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M38.958 26.384l14.625-9.86c0-1.167-1.088-2.004-1.703-2.004H35.186v9.724l3.399 2.14a.87.87 0 0 0 .373 0z'/%3E%3Cpath  d='M39.25 30.003s-.526.321-.962 0l-3.102-2.13h-.002v13.215H50.94c1.4 0 2.646-.815 2.646-2.761V20.454s-14.859 9.87-14.334 9.55zM18.639 34.193c1.04 0 1.865-.469 2.474-1.406.608-.938.915-2.24.915-3.903 0-1.735-.295-3.085-.887-4.05-.592-.963-1.4-1.445-2.427-1.445-1.057 0-1.9.497-2.521 1.488-.622.992-.934 2.305-.934 3.938 0 1.658.312 2.969.934 3.932.621.966 1.438 1.446 2.446 1.446z'/%3E%3Cpath  d='M4 47.626l28.941 6.067V3.98L4.001 9.582v38.044zm9.922-25.032c1.227-1.634 2.851-2.451 4.874-2.451 1.91 0 3.456.78 4.634 2.345 1.18 1.564 1.77 3.625 1.77 6.185.002 2.631-.61 4.752-1.833 6.362-1.224 1.61-2.818 2.416-4.786 2.416-1.918 0-3.479-.78-4.687-2.34-1.206-1.56-1.811-3.592-1.811-6.098 0-2.646.613-4.785 1.84-6.419z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
.clG-addToCal .clG-addToCal__item.isGoogle i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M896 786h725q12 67 12 128 0 217-91 387.5T1282.5 1568 896 1664q-157 0-299-60.5T352 1440t-163.5-245T128 896t60.5-299T352 352t245-163.5T896 128q300 0 515 201l-209 201q-123-119-306-119-129 0-238.5 65T484 652.5 420 896t64 243.5T657.5 1316t238.5 65q87 0 160-24t120-60 82-82 51.5-87 22.5-78H896V786z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
.clG-addToCal .clG-addToCal__item.isApple {
  display: none;
}
.clG-addToCal .clG-addToCal__item.isApple i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.777 30.517c-.062-6.232 5.082-9.221 5.312-9.372-2.891-4.227-7.395-4.807-8.998-4.873-3.83-.389-7.477 2.256-9.42 2.256-1.939 0-4.941-2.199-8.117-2.143-4.178.062-8.029 2.43-10.179 6.17-4.339 7.527-1.11 18.682 3.118 24.791 2.067 2.986 4.532 6.346 7.766 6.223 3.117-.123 4.293-2.016 8.061-2.016s4.826 2.016 8.123 1.953c3.352-.061 5.477-3.043 7.527-6.041 2.373-3.469 3.35-6.828 3.408-6.998-.073-.034-6.534-2.509-6.601-9.95zM35.582 12.229c1.715-2.082 2.877-4.975 2.561-7.855-2.475.1-5.471 1.645-7.248 3.725-1.592 1.846-2.984 4.785-2.611 7.613 2.761.214 5.577-1.405 7.298-3.483z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
html.MacOS .clG-addToCal .clG-addToCal__item.isApple, html.iOS .clG-addToCal .clG-addToCal__item.isApple {
  display: block;
}
.clG-addToCal .clG-addToCal__item.isYahoo i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2381061D%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M43.503 24.87c.275-.055.684-.146 1.146-.246h3.578l.557-.823a.119.119 0 0 1 .045-.008l1.385-2c-.02 0-.053-.004-.068-.004l.145-.217H30.897l.746 3.051h5.293l-8.906 8.039c-1.818-2.51-6.078-7.74-9.049-12.069h6.667v-2.322l.076-.512a.511.511 0 0 0-.076-.01v-.209H3.535v3.053h6.558c2.545 1.99 12.28 14.145 12.684 15.358.162 1.135.311 7.836-.166 8.342-.957 1.012-5.322.744-6.375.818l-.364 2.076c1.923.057 8.181-.156 10.126-.156 3.834 0 10.549-.018 11.496.055l.117-2.178c-.969-.164-6.254-.02-6.984-.186-.162-1.055-.34-8.109-.178-8.838.73-2.106 11.837-10.686 13.054-11.014z'/%3E%3Cpath  d='M46.722 41.544l2.971.236 3.461-13.369c-.578-.02-5.83-.516-6.512-.648l.08 13.781zM46.208 43.687l.018 3.263 1.503.131 1.625.121.477-3.195-1.713-.084z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
html.no-touch .clG-addToCal .clG-addToCal__item:hover {
  background: #fbfbfb;
}
@media (max-width: 767px) {
  .clG-addToCal .clG-addToCal__inner {
    max-width: 400px;
    margin: -140px 0 0 -200px;
  }
}
@media (max-width: 450px) {
  .clG-addToCal .clG-addToCal__inner {
    max-width: 280px;
    margin: -140px 0 0 -140px;
  }
  .clG-addToCal .clG-addToCal__head {
    padding: 40px 30px 0 30px;
  }
}

@media print {
  @page {}
  body {
    background: #fff !important;
  }

  .calendarContainer {
    background: #fff;
    padding-top: 50px;
  }
  .calendarContainer:before {
    display: none;
  }

  .clMonthBar {
    background: none;
    margin-bottom: 40px;
  }
  .clMonthBar h3 {
    color: #000 !important;
    font-weight: bold;
    font-size: 60px;
  }

  .clDayBar {
    background: none;
    margin-top: 40px;
    margin-bottom: 22px;
    border: 1px solid #484646;
    position: static !important;
    width: 100% !important;
  }
  .clDayBar:before {
    display: none;
  }
  .clDayBar span {
    background: none !important;
    color: #000 !important;
  }
  .clDayBar span:first-child {
    border-right: 1px solid #484646;
  }
  .clDayBar + div:not(.clEventCard):not(.clDayBar):not(.clMonthBar) {
    display: none !important;
  }

  .clEventCard {
    border: 1px solid gray;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .clEventCard .clEventCard__tags a, .clEventCard .clEventCard__calSource, .clEventCard .clEventCard__timeInterval {
    color: black;
  }
  .clEventCard .clEventCard__textContent p, .clEventCard .clEventCard__textContent h4 {
    color: black;
  }
  .clEventCard .clEventCard__viewMore {
    display: none !important;
  }

  .header, .footer, .calendarSidebar, .clMobileButton-openFilters, .clMonthBar__prev, .clMonthBar__next {
    display: none;
  }
}
body.calendar .page-title,
body.calendar .main-hero {
  display: none;
}
body.calendar .h-logo {
  display: block;
}
body.calendar .h-logo img, body.calendar .h-logo svg {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  width: 102px;
}
@media (min-width: 1440px) {
  body.calendar .h-logo img, body.calendar .h-logo svg {
    width: 120px;
  }
}
@media (max-width: 950px) {
  body.calendar .calendarContainer {
    padding-top: 190px;
  }
}
body.calendar .clMonthBar:before {
  top: 0;
  height: 220px;
  background: #f5f5f5;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
body.calendar .clDayBar {
  background: #C91235;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clDayBar span:nth-of-type(1) {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clDayBar span:nth-of-type(2) {
  font-weight: bold;
}
body.calendar .clDayBar span:nth-of-type(1) {
  font-weight: bold;
}
body.calendar .clMonthBar button span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
body.calendar .clEventCard .clEventCard__button span span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
body.calendar .clEventCard .clEventCard__textContent h4 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  color: #252429;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
body.calendar .clEventCard {
  background: #fff;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 20px;
}
body.calendar .clEventCard .clEventCard__timeInterval {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #252429;
}
body.calendar .clEventCard .clEventCard__timeInterval:after {
  background: #C91235;
  opacity: 0.3;
}
body.calendar .clEventCard .clEventCard__calSource,
body.calendar .clEventCard .clEventCard__tags a {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #252429;
  opacity: 0.4;
  text-transform: none;
}
@media (max-width: 950px) {
  body.calendar .calendarSidebar.isOpened {
    background: #fff;
    padding-top: 170px;
  }
}
body.calendar:has(.calendarSidebar.isOpened) .header .h-logo {
  display: none;
}
body.calendar .calendarSidebar__inner .clMobileButton-close {
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 30px;
  left: auto;
  border: none;
  background: #C91235;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  top: 20px;
}
body.calendar .calendarSidebar__inner .clMobileButton-close:after,
body.calendar .calendarSidebar__inner .clMobileButton-close:before {
  background: #fff;
}
body.calendar .clMobileButton-openFilters {
  top: auto;
  bottom: 0;
  z-index: 4;
  margin-bottom: 0;
}
body.calendar .footer {
  z-index: 1;
}
@media (max-width: 950px) {
  body.calendar .f-bottom .f-inner {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.calendar .clDayBar:before {
    height: 10px;
    top: -10px;
  }
}
body.calendar .clG-fullWidthBtn span, body.calendar .clMobileButton-showResults span, body.calendar .clMobileButton-openFilters span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
body.calendar .clG-fullWidthBtn span, body.calendar .clMobileButton-showResults span, body.calendar .clMobileButton-openFilters span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
body.calendar .calendarSidebar .calendarSidebar__title h2 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  color: #252429;
}
body.calendar .clSearch .clSearch__eg {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #C91235;
  opacity: 0.4;
}
body.calendar .clSearch input::-webkit-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #252429;
  opacity: 0.4;
}
body.calendar .clSearch input:-moz-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #252429;
  opacity: 0.4;
}
body.calendar .clSearch input::-moz-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #252429;
  opacity: 0.4;
}
body.calendar .clSearch input:-ms-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #252429;
  opacity: 0.4;
}
body.calendar .clSearch input::-ms-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #252429;
  opacity: 0.4;
}
body.calendar .clSearch input::placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #252429;
  opacity: 0.4;
}
body.calendar .clSearch input,
body.calendar .selectric,
body.calendar .clDateFilter .clDateFilter__end input, body.calendar .clDateFilter .clDateFilter__start input {
  background: #fff;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
body.calendar .clSelectFilter,
body.calendar .clSearch,
body.calendar .clDateFilter {
  border-bottom-color: #e3dfca;
}
body.calendar .selectric .label {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #252429;
}
body.calendar .clDateFilter .clDateFilter__end input::-webkit-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-webkit-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #252429;
}
body.calendar .clDateFilter .clDateFilter__end input:-moz-placeholder, body.calendar .clDateFilter .clDateFilter__start input:-moz-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #252429;
}
body.calendar .clDateFilter .clDateFilter__end input::-moz-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-moz-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #252429;
}
body.calendar .clDateFilter .clDateFilter__end input:-ms-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input:-ms-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #252429;
}
body.calendar .clDateFilter .clDateFilter__end input::-ms-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-ms-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #252429;
}
body.calendar .clDateFilter .clDateFilter__end input::placeholder,
body.calendar .clDateFilter .clDateFilter__start input::placeholder {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #252429;
}
body.calendar .clSyncCalendar .clSyncCalendar__openLabel {
  border: 1px solid #C91235;
  background: transparent;
}
body.calendar .clSyncCalendar .clSyncCalendar__openLabel span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 16px;
  text-align: left;
  color: #fff;
  display: block;
}
body.calendar .clResetFilters span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
html.no-touch body.calendar .clSyncCalendar__openLabel:hover span {
  color: #fff;
}
html.no-touch body.calendar .clSyncCalendar__openLabel:hover i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::-webkit-input-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::-webkit-input-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover:-moz-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover:-moz-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::-moz-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::-moz-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover:-ms-input-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover:-ms-input-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::-ms-input-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::-ms-input-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::placeholder {
  color: #C91235;
}
body.calendar .clDateFilter .clDateFilter__end input::-webkit-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-webkit-input-placeholder {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input:-moz-placeholder, body.calendar .clDateFilter .clDateFilter__start input:-moz-placeholder {
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input::-moz-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-moz-placeholder {
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input:-ms-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input:-ms-input-placeholder {
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input::-ms-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-ms-input-placeholder {
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input::placeholder,
body.calendar .clDateFilter .clDateFilter__start input::placeholder,
body.calendar .selectric .label {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
html.no-touch body.calendar .selectric .label:hover {
  color: #C91235;
}
body.calendar .selectric-hover .selectric .button:after {
  border-top-color: #C91235;
}
body.calendar .selectric .button:after {
  -webkit-transition: border-top-color 0.3s ease-out;
  -o-transition: border-top-color 0.3s ease-out;
  -moz-transition: border-top-color 0.3s ease-out;
  transition: border-top-color 0.3s ease-out;
}
body.calendar .clResetFilters span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
}
html.no-touch body.calendar .clSyncCalendar__openLabel:hover span {
  color: #fff;
}
html.no-touch body.calendar .clSyncCalendar__openLabel:hover i {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::-webkit-input-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::-webkit-input-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover:-moz-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover:-moz-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::-moz-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::-moz-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover:-ms-input-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover:-ms-input-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::-ms-input-placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::-ms-input-placeholder {
  color: #C91235;
}
html.no-touch body.calendar .clDateFilter .clDateFilter__end input:hover::placeholder, html.no-touch body.calendar .clDateFilter .clDateFilter__start input:hover::placeholder {
  color: #C91235;
}
body.calendar .clDateFilter .clDateFilter__end input::-webkit-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-webkit-input-placeholder {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input:-moz-placeholder, body.calendar .clDateFilter .clDateFilter__start input:-moz-placeholder {
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input::-moz-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-moz-placeholder {
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input:-ms-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input:-ms-input-placeholder {
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input::-ms-input-placeholder, body.calendar .clDateFilter .clDateFilter__start input::-ms-input-placeholder {
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.calendar .clDateFilter .clDateFilter__end input::placeholder,
body.calendar .clDateFilter .clDateFilter__start input::placeholder,
body.calendar .selectric .label {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
html.no-touch body.calendar .selectric .label:hover {
  color: #C91235;
}
body.calendar .selectric-hover .selectric .button:after {
  border-top-color: #C91235;
}
body.calendar .selectric .button:after {
  -webkit-transition: border-top-color 0.3s ease-out;
  -o-transition: border-top-color 0.3s ease-out;
  -moz-transition: border-top-color 0.3s ease-out;
  transition: border-top-color 0.3s ease-out;
}
body.calendar .clSaveFilters .clSaveFilters__button {
  background: #C91235;
}
body.calendar .clSaveFilters .clSaveFilters__button span:first-of-type {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}
body.calendar .clSaveFilters span:nth-of-type(2) {
  background: #fff;
}
body.calendar .clSaveFilters span:nth-of-type(2):before,
body.calendar .clSaveFilters span:nth-of-type(2):after {
  color: #252429;
}
body.calendar .clSaveFilters span:nth-of-type(2) i {
  background: #C91235;
}
html.no-touch body.calendar .clSaveFilters .clSaveFilters__button:hover, html.no-touch body.calendar .clSaveFilters .clSaveFilters__button:hover i {
  background: #C91235;
}
body.calendar .clSaveFilters .clSaveFilters__popup h3 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  color: #252429;
}
body.calendar .clSaveFilters .clSaveFilters__popup {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #fff;
}
body.calendar .clSaveFilters .clSaveFilters__popup p.savingMsg, body.calendar .clSaveFilters .clSaveFilters__popup p.deleteMsg, body.calendar .clSaveFilters .clSaveFilters__popup p.returnedMsg, body.calendar .clSaveFilters .clSaveFilters__popup p.noFiltersMsg {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #252429;
}
body.calendar .clSaveFilters .clSaveFilters__button span:first-of-type {
  line-height: 1.5;
}
body.calendar .clSaveFilters .clSaveFilters__button {
  min-height: 60px;
}
body.calendar .clSaveFilters .clSaveFilters__button span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: TranslateY(-50%);
     -moz-transform: TranslateY(-50%);
      -ms-transform: TranslateY(-50%);
       -o-transform: TranslateY(-50%);
          transform: TranslateY(-50%);
}
body.calendar .clSaveFilters .clSaveFilters__popup:after {
  border-color: transparent transparent #fff #fff;
}
body.calendar .clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2) {
  background: #fff;
}
body.calendar .clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2):after {
  color: #252429;
}
body.calendar .clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2):before {
  color: #252429;
}
body.calendar .clSaveFilters .clSaveFilters__button.isSaved span:nth-of-type(2) i {
  background: #C91235;
}
body.calendar .clMonthBar {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
body.calendar .clSyncCalendar .clSyncCalendar__openLabel {
  background: #C91235;
}
body.calendar .clSyncCalendar .clSyncCalendar__head {
  background: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clSyncCalendar .clSyncCalendar__item {
  background: #fff;
  border-bottom: 1px solid #E3DFCA;
}
body.calendar .clSyncCalendar .clSyncCalendar__dd {
  background: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px solid #E17064;
}
body.calendar .clSyncCalendar .clSyncCalendar__close {
  background: #C91235;
}
body.calendar .clSyncCalendar.isOpening .clSyncCalendar__head .clSyncCalendar__openLabel,
body.calendar .clSyncCalendar.isOpened .clSyncCalendar__head .clSyncCalendar__openLabel {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clSyncCalendar.isOpening .clSyncCalendar__close,
body.calendar .clSyncCalendar.isOpened .clSyncCalendar__close {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clSyncCalendar .clSyncCalendar__item a,
body.calendar .clSyncCalendar .clSyncCalendar__item div,
body.calendar .clSyncCalendar .clSyncCalendar__item.isCopyLink span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
  color: #C91235;
  padding-top: 10px;
  padding-bottom: 10px;
}
html.no-touch body.calendar .clSyncCalendar .clSyncCalendar__close:hover {
  background: #C91235;
}
body.calendar .selectric .button {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  color: #81061D;
}
body.calendar .clSearch input,
body.calendar .selectric,
body.calendar .clDateFilter .clDateFilter__end input,
body.calendar .clDateFilter .clDateFilter__start input {
  color: #C91235;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
body.calendar .clG-addToCal .clG-addToCal__inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clG-addToCal .clG-addToCal__item:last-child {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clG-addToCal .clG-addToCal__head h3 {
  padding: 0 20px;
}
body.calendar .clG-addToCal .clG-addToCal__item span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #C91235;
}
body.calendar .selectric-wrapper.selectric-open .selectric {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .selectric-wrapper.selectric-open .selectric .button {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
body.calendar .selectric__applyButton {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
body.calendar .selectric-items li {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #C91235;
}
body.calendar .selectric-items li.selected {
  background: rgba(0, 0, 0, 0.05);
  color: #C91235;
}
body.calendar .selectric-items li .icon {
  color: #C91235;
}
body.calendar .selectric-items ul, body.calendar .selectric-items li {
  background: #fff;
}
body.calendar .booleanTags .booleanTags__combo {
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
}
body.calendar .booleanTags .word-item {
  margin-right: 10px;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
body.calendar .booleanTags .booleanTags__operator {
  border: none;
  background: #C91235;
}
body.calendar .clSearch .clSearch__suggestions li {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 14px;
  background: #fff;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__ribbon span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
body.calendar .clFeaturedEvent h4 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 900;
  font-size: 43px;
  line-height: 1.2;
  text-align: left;
  color: #252429;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__item {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 10px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__ribbon {
  top: 25px;
  right: -28px;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__date {
  background: #fff;
  top: 0;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__pictureWrapper {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__clockTime {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #252429;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__linkBtn {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: left;
  color: #C91235;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__linkBtn:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #C91235;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__date time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__date span:first-of-type {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  color: #252429;
}
body.calendar .clFeaturedEvent .clFeaturedEvent__date span:last-of-type {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #252429;
}
html.no-touch body.calendar .clFeaturedEvent .clFeaturedEvent__item:hover h4 {
  color: #C91235;
}
body.calendar .clEventCard .clEventCard__timeInterval .isDuration {
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 11px;
  text-align: left;
  color: #C91235;
  opacity: 0.4;
}
body.calendar .clEventCard .clEventCard__image {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
body.calendar .flatpickr-calendar .dayContainer {
  padding: 0;
  border-right: 0;
}
body.calendar .flatpickr-calendar span.flatpickr-day, body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay, body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}
body.calendar .flatpickr-calendar span.flatpickr-day:nth-child(n+8), body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay:nth-child(n+8), body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}
body.calendar .flatpickr-calendar span.flatpickr-day:nth-child(7n-6), body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay:nth-child(7n-6), body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}
body.calendar .flatpickr-calendar span.flatpickr-day:nth-child(n+36), body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay:nth-child(n+36), body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}
body.calendar .flatpickr-calendar span.flatpickr-day:nth-child(-n+7), body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay:nth-child(-n+7), body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}
body.calendar .flatpickr-calendar span.flatpickr-day.today:not(.selected), body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay.today:not(.selected), body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #F64747;
}
body.calendar .flatpickr-calendar span.flatpickr-day.today:not(.selected):hover, body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay.today:not(.selected):hover, body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #F64747;
}
body.calendar .flatpickr-calendar span.flatpickr-day.startRange, body.calendar .flatpickr-calendar span.flatpickr-day.endRange, body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay.startRange, body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay.endRange, body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay.startRange, body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}
body.calendar .flatpickr-calendar span.flatpickr-day.today, body.calendar .flatpickr-calendar span.flatpickr-day.selected, body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay.today, body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay.selected, body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay.today, body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}
body.calendar .flatpickr-calendar .rangeMode .flatpickr-day {
  margin-top: -1px;
}
body.calendar .flatpickr-calendar .flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
body.calendar .flatpickr-calendar .flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
body.calendar .flatpickr-calendar .hasWeeks .flatpickr-days {
  border-right: 0;
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min--moz-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  body.calendar .flatpickr-calendar span.flatpickr-day {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
body.calendar .flatpickr-calendar.arrowTop:before,
body.calendar .flatpickr-calendar.arrowTop:after {
  content: none;
}
body.calendar .clDateFilter .js-startDateWrapper .flatpickr-calendar,
body.calendar .clDateFilter .js-endDateWrapper .flatpickr-calendar {
  border: 1px solid #C91235;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
}
body.calendar .flatpickr-calendar.arrowBottom:before,
body.calendar .flatpickr-calendar.arrowBottom:after {
  content: none;
}
body.calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
body.calendar .flatpickr-current-month .numInputWrapper {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 19px;
  text-align: left;
  color: #252429;
}
body.calendar span.flatpickr-weekday {
  font-family: "Lexend Deca", sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 19px;
  color: #252429;
}
body.calendar .flatpickr-day,
body.calendar .flatpickr-day.prevMonthDay {
  font-family: "Lexend Deca", sans-serif;
}
body.calendar .flatpickr-day {
  color: #252429;
}
body.calendar .flatpickr-day.selected,
body.calendar .flatpickr-day.startRange,
body.calendar .flatpickr-day.endRange,
body.calendar .flatpickr-day.selected.inRange,
body.calendar .flatpickr-day.startRange.inRange,
body.calendar .flatpickr-day.endRange.inRange,
body.calendar .flatpickr-day.selected:focus,
body.calendar .flatpickr-day.startRange:focus,
body.calendar .flatpickr-day.endRange:focus, body.calendar .flatpickr-day.selected:hover, body.calendar .flatpickr-day.startRange:hover, body.calendar .flatpickr-day.endRange:hover, body.calendar .flatpickr-day.selected.prevMonthDay, body.calendar .flatpickr-day.startRange.prevMonthDay, body.calendar .flatpickr-day.endRange.prevMonthDay, body.calendar .flatpickr-day.selected.nextMonthDay, body.calendar .flatpickr-day.startRange.nextMonthDay, body.calendar .flatpickr-day.endRange.nextMonthDay {
  background: #252429;
  color: #fff !important;
  border-bottom: 0 !important;
}
body.calendar .flatpickr-calendar span.flatpickr-day.today:not(.selected),
body.calendar .flatpickr-calendar span.flatpickr-day.prevMonthDay.today:not(.selected),
body.calendar .flatpickr-calendar span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border: 1px solid #e9e9e9;
}
body.calendar .flatpickr-day.today:hover, body.calendar .flatpickr-day.today:focus {
  color: #252429;
  background: #e6e6e6;
  border-color: transparent !important;
}