button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.btn:not([class*="btn-outline"]):not(.btn-secondary) {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
button:disabled {
  cursor: not-allowed;
}
.vld-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  vertical-align: middle !important;
  display: flex !important;
  align-items: center !important;
}

.vld-overlay.is-active {
  display: flex;
}

.vld-overlay.is-full-page {
  z-index: 999;
  position: fixed;
}

.vld-overlay .vld-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  /*opacity: 0.5;*/
}

.vld-overlay .vld-icon,
.vld-parent {
  position: relative;
}
.modal .modal-dialog {
  margin-top: 13px;
}
.vue-notification {
  padding: 15px;
  margin: 10px 15px 15px;
  font-size: 12px;
  border-radius: 4;
}
.vue-notification .success {
  border-left-color: transparent;
}
#nprogress .spinner {
  display: none !important;
}
#nprogress .bar {
  background: #242424 !important;
  height: 2px !important;
}

/* Catagory CSS */
.single_catagory_area {
  position: relative;
  z-index: 1;
}
.single_catagory_area a {
  position: relative;
  z-index: 1;
  display: block;
}
.single_catagory_area a img {
  border-radius: 6px;
}
.single_catagory_area a:hover,
.single_catagory_area a:focus {
  opacity: 0.8;
}

.shop_by_catagory_area {
  position: relative;
  z-index: 1;
}

.shop_by_catagory_slides {
  position: relative;
  z-index: 1;
}

.single_catagory_slide {
  position: relative;
  z-index: 1;
  text-align: center;
}
.single_catagory_slide a {
  display: block;
  margin: 0 auto 15px;
}
.single_catagory_slide a img {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  border: 2px solid #d6e6fb;
}
.single_catagory_slide p {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  font-weight: 700;
}
.single_catagory_slide:hover p,
.single_catagory_slide:focus p {
  color: #0f99f3;
}

.single_catagory {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single_catagory img {
  width: 100%;
}
.single_catagory .single_cata_desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.single_catagory .single_cata_desc .single_cata_desc_text {
  padding: 40px;
  border-radius: 6px;
  background-color: rgba(7, 10, 87, 0.66);
  text-align: center;
}
.single_catagory .single_cata_desc .single_cata_desc_text h5 {
  color: #ffffff;
}
.single_catagory .single_cata_desc .single_cata_desc_text a {
  color: #ffffff;
}
.single_catagory
  .single_cata_desc
  .single_cata_desc_text
  a:hover
  .single_catagory
  .single_cata_desc
  .single_cata_desc_text
  a:focus {
  color: #0f99f3;
}

button.owl-dot > span {
  display: none !important;
  visibility: hidden;
}

/* All CSS from App.vue Index */

.form-control:focus {
  border: 1px solid #242424;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.grid-margin {
  margin-bottom: 0.625rem;
}
.stretch-card > .card,
.stretch-card > .watch-video,
.stretch-card > .who-we-are {
  width: 100%;
  min-width: 100%;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jb-box {
  background: #fff;
  box-shadow: 0px 0px 42px 13px rgba(112, 112, 112, 0.08);
  padding: 46px 28px;
  border-color: transparent !important;
}
.jb-card {
  background: #fff !important;
  box-sizing: border-box !important;
  border: none;
}
.two-line {
  line-height: 20px;
  color: #333;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 40px;
  -webkit-line-clamp: 2;
}
button:disabled {
  cursor: not-allowed;
}
.widget-title.jb-title {
  font-size: 1.5rem !important;
}
a.jb-link {
  text-decoration: underline !important;
  color: #242424 !important;
}
div::-webkit-scrollbar {
  width: 0.6em;
}

.scroll::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #242424;
  box-shadow: inset 0 0 6px #242424;
  border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: #242424;
  outline: 1px solid #242424;
}
div::-webkit-scrollbar {
  width: 0.3em;
}
div::-webkit-scrollbar-track {
  border-radius: 2px;
}

@media (max-width: 768px) {
  .mobo-hidden {
    display: none !important;
  }
  .mobo-show,
  .mobo-d-block {
    display: block !important;
  }
  .steps-body {
    display: flex;
  }
  .step {
    width: 25%;
  }
}

/* All Cloveswood Header CSS */

@media (min-width: 992px) {
  .navbar-light {
    border: 0;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #fff;
  }
  .navbar-light.b-bottom {
    border-bottom: 1px solid #e6e6e6;
  }
  .lg-mrgn-top-32 {
    margin-top: 32px !important;
  }
  .jb-sec-b-header {
    padding-top: 2rem !important;
  }
  .jb-logo-l992 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navbar-expand-lg .navbar-collapse {
    position: relative;
  }
  .navbar .navbar-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 985px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .navbar .navbar-nav > li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    margin: 0 auto;
  }
  .navbar .navbar-nav > li.nav-item:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    color: #242424 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg + .navbar .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 17px 0 15px !important;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
}

.form-control:focus {
  border: 1px solid #242424;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
.grid-margin {
  margin-bottom: 0.625rem;
}
.stretch-card > .card,
.stretch-card > .watch-video,
.stretch-card > .who-we-are {
  width: 100%;
  min-width: 100%;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jb-box {
  background: #fff;
  box-shadow: 0px 0px 42px 13px rgba(112, 112, 112, 0.08);
  padding: 46px 28px;
  border-color: transparent !important;
}
.jb-card {
  background: #fff !important;
  box-sizing: border-box !important;
  border: none;
}
.two-line {
  line-height: 20px;
  color: #333;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 40px;
  -webkit-line-clamp: 2;
}
.four-lines {
  line-height: 20px;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 80px;
  -webkit-line-clamp: 4;
}
button:disabled {
  cursor: not-allowed;
}
.widget-title.jb-title {
  font-size: 1.5rem !important;
}
a.jb-link {
  text-decoration: underline !important;
  color: #242424 !important;
}

div::-webkit-scrollbar {
  width: 0.6em;
}

.scroll::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #242424;
  border-radius: 4px;
}

.scroll::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: #242424;
  outline: 1px solid #242424;
}
div::-webkit-scrollbar {
  width: 0.3em;
}
div::-webkit-scrollbar-track {
  border-radius: 2px;
}

@media (max-width: 768px) {
  .mobo-hidden {
    display: none !important;
  }
  .mobo-show,
  .mobo-d-block {
    display: block !important;
  }
  .steps-body {
    display: flex;
  }
  .step {
    width: 25%;
  }
}

.jb-title {
  max-width: 1440px;
  position: relative;
  clear: both;
  margin: 0 auto;
}
.jb-title .inner-line {
  width: calc(100% - 40px);
  margin-left: 8px;
  padding: 0 0;
  align-items: stretch;
  -webkit-box-align: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.jb-title .inner-line .h-line {
  max-width: calc(41.66666666666667% - 24px);
  flex-basis: calc(41.66666666666667% - 24px);
  padding-left: 0%;
  margin-left: 24px;
  float: left;
  flex: 1 0 auto;
  box-sizing: content-box;
  position: relative;
}
.bg-secondary {
  background-color: #f1f1f1 !important;
}
input.form-control {
  padding: 8px 40px 8px 12px;
  height: 48px;
}
.jb-card-header {
  padding: 32px;
  border-bottom: 2px solid #f2f2f2;
}
.jb-card-header .jb-title {
  font: 18px;
  font-weight: normal;
  letter-spacing: 1px;
}
.jb-submit-btn {
  font: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border: 1px solid #242424;
  cursor: pointer;
  padding: 12px 30px;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  border-radius: 1px;
}
.underlined {
  text-decoration: underline !important;
}
.password-toggle {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  overflow: visible;
  text-transform: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  border: none;
  margin: auto 0;
  cursor: pointer;
  background-size: contain;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0I3QjdCNyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTAuMTIgMTkuNzk2YzIuMTMzIDMuMzE3IDUuODMyIDUuMzU2IDkuNzc5IDUuMzU2IDMuOTQ2IDAgNy42NDQtMi4wMzkgOS43NzYtNS4zNTYtMi4xMzItMy4zMTctNS44My01LjM1Ni05Ljc3Ni01LjM1Ni0zLjk0NyAwLTcuNjQ2IDIuMDM5LTkuNzc4IDUuMzU2bTkuNzc4IDcuMThjLTQuNzc1IDAtOS4yMzItMi41NzYtMTEuNjM0LTYuNzIzTDggMTkuNzk2bC4yNjUtLjQ1N2MyLjQwMi00LjE0NyA2Ljg2LTYuNzIzIDExLjYzNC02LjcyMyA0Ljc3MyAwIDkuMjMxIDIuNTc2IDExLjYzMyA2LjcyM2wuMjY0LjQ1Ny0uMjY0LjQ1N2MtMi40MDIgNC4xNDctNi44NiA2LjcyMi0xMS42MzMgNi43MjIiLz48cGF0aCBkPSJNMjMuOTg3IDE5Ljc5NmE0LjA4OCA0LjA4OCAwIDExLTguMTc2IDAgNC4wODggNC4wODggMCAwMTguMTc2IDAiLz48cGF0aCBkPSJNMTIuNDMyIDI5LjI5bDE3LjM1Ni0xNy4zNTdMMjcuODU0IDEwIDEwLjQ5OCAyNy4zNTV6Ii8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.form-control.with-toggle {
  padding-left: 48px !important;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background: unset;
}
.success-msg {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIxLjIzOWw0LjU2NyA0LjEzMkwyOC40OTIgMTQiIHN0cm9rZT0iIzFBNjQ1MCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
    no-repeat;
  background-color: #ddf1ec;
  padding: 11px 16px 11px 44px;
  margin-bottom: 16px;
  color: #1a6450;
  min-height: 40px;
  display: block;
  position: relative;
  letter-spacing: normal;
  line-height: 16px;
}
.success-msg.info,
.success-msg.error {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjUgMTNjMCA2LjYyNy01LjM3MiAxMi0xMiAxMi02LjYyNyAwLTEyLTUuMzczLTEyLTEyUzYuMzczIDEgMTMgMWM2LjYyOCAwIDEyIDUuMzczIDEyIDEyaDB6IiBzdHJva2U9IiMxNDQwNzQiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xMi45OTcgOS4yMjRjLS41OTIgMC0xLjEyLS41MjgtMS4xMi0xLjEyIDAtLjYyNC41MjgtMS4xMiAxLjEyLTEuMTIuNjI0IDAgMS4xMi40OTYgMS4xMiAxLjEyIDAgLjU5Mi0uNDk2IDEuMTItMS4xMiAxLjEyek0xMi4yMyAxN3YtNi42NGgxLjUzNlYxN0gxMi4yM3oiIGZpbGw9IiMxNDQwNzQiLz48L2c+PC9zdmc+)
    no-repeat;
  background-color: #e1f4fd;
  background-position: left 8px top 8px;
}
.success-msg.error {
  background-repeat: no-repeat;
  background-color: #f6dede;
}
.success-msg .msg {
  padding-top: 2px;
  display: block;
  word-break: break-word;
}
.widget-title::after {
  height: unset;
}
.offcanvas-open .theme-setting-wrapper {
  display: none !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}
.nav-link {
  font-weight: normal;
}

.matches__read-more {
  text-align: center;
}
@media (max-width: 47.9375rem) {
  .filters-panel .filters {
    margin-top: 2.5rem !important;
  }
}
@media (min-width: 61.25rem) {
  .filters-panel {
    position: absolute;
    right: 0;
    top: auto;
    left: inherit;
    z-index: 62;
  }
}
.matches .secondary {
  display: none;
}

.match-card--wide {
  position: relative;
  padding: 1rem;
  margin-bottom: -1px;
  background-color: #fff;
  color: #140a47;
  border: 1px solid #f1efec;
}
.match-card--wide .match-card__where {
  list-style-type: none;
  margin-bottom: 0;
  text-transform: uppercase;
  overflow: hidden;
  padding-right: 2.8125rem;
}
.match-card--wide .match-card__where__competition {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #242424;
  letter-spacing: 1.1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.1875rem;
}
.match-card--wide .match-card__where__date,
.match-card--wide .match-card__where__venue {
  font-family: "Ubuntu", sans-serif;
  font-size: 0.875rem;
  color: #151211;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  line-height: 1rem;
  display: block;
  float: left;
}
.match-card--wide .match-card__where__venue:after {
  content: "|";
  width: 1.5em;
  height: 1em;
  margin-left: 0.5em;
  margin-right: 0.3em;
}
.match-card--wide .match-card__fixture {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.match-card--wide .match-card__fixture__away,
.match-card--wide .match-card__fixture__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 6.5625rem 0.5rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.match-card--wide .match-card__fixture__away .badge,
.match-card--wide .match-card__fixture__home .badge {
  margin-right: 0.625rem;
  width: 2.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.match-card--wide .match-card__fixture__when {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-left: 1px solid rgba(21, 18, 17, 0.2);
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.match-card--wide .match-card__fixture__when__date {
  color: #242424;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 5rem;
}
.match-card--wide .match-card__fixture__when__date__dayofweek {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.match-card--wide .match-card__fixture__when__date__day {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 61.25rem) {
  .match-card--wide .match-card__fixture__when__date__day {
    font-size: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .match-card--wide {
    margin-left: 0;
    margin-right: 0;
  }
  .match-card--wide .match-card__fixture {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.match-card--wide .match-card__state {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
  text-align: center;
  z-index: 1;
}
.match-card--wide .match-card__state__label {
  background-color: #e81010;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  line-height: 2;
  font-size: 0.625rem;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.match-card--wide .match-card__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.match-card--wide .match-card__broadcaster {
  max-width: 17.75rem;
  height: 1rem;
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.match-card--wide .match-card__broadcaster img {
  display: block;
  max-height: 100%;
}
.match-card--wide .match-card__cta {
  max-width: 17.75rem;
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: right;
}
.match-card--wide .match-card__cta__link {
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #242424;
  margin-left: 0.5rem;
}
.match-card--wide .match-card__cta__link:hover {
  color: #140a47;
}
.match-card--wide .match-card__cta__link:after {
  font-family: icomoon !important;
  content: "\e90b";
  line-height: 1;
  padding-left: 0.25rem;
}
.match-card--wide .match-card__cta__link:first-child {
  margin-left: 0;
}
@media (min-width: 48rem) {
  .match-card--wide .match-card__cta__link {
    margin-left: 1rem;
  }
}
@media (min-width: 48rem) {
  .match-card--wide .match-card__where {
    margin-bottom: 1.375rem;
    padding-right: 0;
  }
  .match-card--wide .match-card__state {
    position: absolute;
    top: calc(1rem + 35px);
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
  }
  .match-card--wide .match-card__cta__link,
  .match-card--wide .match-card__state__label {
    font-size: 0.75rem;
  }
  .match-card--wide .match-card__cta__link:hover {
    cursor: pointer;
  }
  .match-card--wide .match-card__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .match-card--wide .match-card__broadcaster {
    height: 1rem;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .match-card--wide .match-card__broadcaster img {
    display: block;
    max-height: 100%;
  }
}
@media (min-width: 48rem) {
  .matches .match-card__fixture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .matches .match-card__fixture__home {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .matches .match-card__fixture__when {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .matches .match-card__fixture__away {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .matches .match-card__fixture__away,
  .matches .match-card__fixture__home {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
    padding-right: 0;
  }
  .matches .match-card__fixture__away .badge,
  .matches .match-card__fixture__home .badge {
    width: 4rem;
  }
  .matches .match-card__fixture__home .badge {
    margin-left: 1rem;
    margin-right: 0;
  }
  .matches .match-card__fixture__when {
    position: inherit;
    border-left: 0;
    padding-left: 0;
  }
  .matches .match-card__fixture__when__date {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .matches .match-card__fixture__when__date__day {
    font-size: 1.5rem;
  }
}
.matches__month {
  margin-bottom: 1rem;
}
.matches__month__title {
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #242424;
}
@media (min-width: 61.25rem) {
  .matches__month__title {
    font-size: 1.6rem;
    margin-bottom: 0;
    min-height: 4.5rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 73.125rem) {
  .matches__month__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 48rem) and (max-width: 61.25rem) {
  .matches__month__title {
    font-size: 2rem;
  }
}

@media (min-width: 61.25rem) {
  .horizontal-to-vertical .cfc-content-card {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.horizontal-to-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 61.1875rem) {
  .horizontal-to-vertical .cfc-content-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.col-mb-6 {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
}

@media (min-width: 420px) {
  .col-mb-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  min-width: 180px;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #526484;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e9f2;
  border-radius: 4px;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.bg-lighter {
  background-color: #f5f6fa !important;
}
.no-bdr {
  border: 0 !important;
}

.mr-n1 {
  margin-right: -0.375rem !important;
}

.btn .icon {
  font-size: 1.4em;
  line-height: inherit;
}

.btn .icon + span {
  padding-left: 8px;
}
.btn-icon:not([class*="btn-icon-break"]) {
  padding-left: 0;
  padding-right: 0;
}
.btn-icon .icon {
  width: 2.125rem;
}
.btn-trigger {
  position: relative;
  z-index: 1;
  color: #526484;
}
.btn-trigger:focus {
  box-shadow: none;
}
.btn-trigger:before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.btn-trigger:hover:before,
.btn-trigger:focus:before {
  opacity: 1;
  height: 120%;
  width: 120%;
}
.btn-outline-light {
  border-color: #dbdfea;
}
.btn-outline-light {
  color: #526484;
}
.btn-white {
  background: #fff;
}
.dropdown-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.dropdown-menu {
  overflow: hidden;
  border: 1px solid #e5e9f2;
  box-shadow: 0 3px 12px 1px rgba(58, 34, 114, 0.15);
}
[class*="dropdown-indicator"]:after {
  border: none !important;
  font-family: "Nioicon";
  vertical-align: middle;
  content: "";
  margin-left: 0.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.form-icon {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: calc(1rem + 24px);
  height: calc(2.125rem + 2px);
}
.form-icon .icon {
  font-size: 16px;
  color: #8094ae;
}
.form-icon + .form-control {
  padding-left: calc(1rem + 24px);
}
.form-icon-right {
  left: auto;
  right: -1px;
}
.form-icon-right + .form-control {
  padding-left: 1rem;
  padding-right: calc(1rem + 24px);
}
.form-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #344357;
  margin-bottom: 0.5rem;
}
.form-control-wrap {
  position: relative;
}
.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
label {
  cursor: pointer;
}
.nk-content-body {
  flex-grow: 1;
}
a:hover {
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0;
}
.g-3 {
  margin: -0.5rem !important;
}
.g-3 > li,
.g-3 > div {
  padding: 0.5rem !important;
}
.link-list-opt li + li {
  border-top: 1px solid #e5e9f2;
}
.link-list-opt.no-bdr {
  padding: 0.5rem 0;
}
.link-list-opt.no-bdr li:not(.divider) {
  border-top-width: 0;
}
.link-list-opt a {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-size: 12px;
  font-weight: 500;
  color: #526484;
  transition: all 0.4s;
  line-height: 1.3rem;
  position: relative;
}
.link-list-opt a:hover {
  color: #003a60;
  background: #f5f6fa;
}
.page-title {
  font-family: "Livvic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 1.75rem;
  }
}
.toggle-slide {
  position: fixed;
  top: 0;
  z-index: 999;
  min-width: 260px;
  max-width: calc(100% - 40px);
  transition: transform 650ms ease;
}
.toggle-slide-right {
  right: 0;
  transform: translateX(100%);
}
.toggle-expand-content {
  display: none;
}
@media (min-width: 576px) {
  .nk-block-tools-toggle .toggle-expand {
    display: none;
  }
  .nk-block-tools-toggle .toggle-expand-content {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .nk-block-tools-toggle .toggle-expand-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    width: 100vw;
    padding: 0 18px !important;
    background: #fff;
    margin-left: -18px;
    margin-right: -18px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  }
  .nk-block-tools-toggle .nk-block-tools {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nk-block-tools-toggle .nk-block-tools-opt {
    margin-left: auto;
  }
}
.nk-block-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-block-head {
  position: relative;
  padding-bottom: 1.25rem;
}
.nk-block-head-sm {
  padding-bottom: 1rem;
}
.nk-content-body > .nk-block-head:first-child {
  padding-bottom: 1.75rem;
}
.nk-block-tools {
  display: flex;
  align-items: center;
}
.nk-block-tools > * {
  display: inline-flex;
}
.nk-block-des {
  color: #526484;
}
@media (min-width: 768px) {
  .nk-content-body > .nk-block-head:first-child {
    padding-bottom: 2.5rem;
  }
  .nk-content-body > .nk-block-head-sm:first-child {
    padding-bottom: 1.75rem;
  }
}
.nk-add-product {
  top: 65px;
  background-color: #fff;
  width: 400px;
  height: calc(100vh - 65px);
  padding: 1.5rem;
}
.nk-add-product {
  top: 65px;
  background-color: #fff;
  width: 400px;
  height: calc(100vh - 65px);
  padding: 1.5rem;
}

/* @media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
} */
  
  .w-150 {
    width: 150px !important;
  }
  .opacity-80 {
    opacity: 0.8 !important;
  }
  .text-white {
    color: #fff !important;
  }
  .text-normal {
    font-weight: normal !important;
  }
  .padding-top-2x {
    padding-top: 48px !important;
  }
  @media (max-width: 768px) {
    .padding-top-2x {
      padding-top: 32px !important;
    }
  }
  .padding-top-10x {
    padding-top: 240px !important;
  }
  @media (max-width: 768px) {
    .padding-top-10x {
      padding-top: 160px !important;
    }
  }
  .padding-bottom-10x {
    padding-bottom: 240px !important;
  }
  @media (max-width: 768px) {
    .padding-bottom-10x {
      padding-bottom: 160px !important;
    }
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .fw-section .d-inline-block img {
    width: 100%;
    max-height: 55vh;
  }
  .fw-section h2,
  .fw-section h6 {
    margin: 0 !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 500 !important;
    text-transform: none !important;
  }
  .fw-section h2 {
    margin-bottom: 16px !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
  @media (max-width: 768px) {
    .fw-section {
      font-size: 28px;
    }
  }
  .fw-section h6 {
    margin-bottom: 6px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .fw-section {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fw-section > .container,
  .fw-section > div {
    position: relative;
    z-index: 5;
  }
  .fw-section {
    width: 100%;
    max-height: 75vh;
    position: relative;
  }
  .fw-section h2,
  .fw-section .h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
  .fw-section h6,
  .fw-section .h6 {
    margin-bottom: 6px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  .fw-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(31, 43, 58, 0.4);
    z-index: 1;
  }

#main-route {
  padding-top: 1rem !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #242424;
  border-color: #242424;
  opacity: 0.7;
  border-radius: 0.3rem !important;
}
.btn-primary {
  border-radius: 0.3rem !important;
}
/*
*Atros
*/

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e7eaf3;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  color: #2e363f;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.78rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  background-color: #fff;
  border-color: #242424;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0;
  color: #2e363f;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #95a4af;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #95a4af;
  opacity: 1;
}
.form-control::placeholder {
  color: #95a4af;
  opacity: 1;
}
.form-control:disabled {
  background-color: #f1f4f8;
  opacity: 1;
}
.form-control-sm {
  border-radius: 0;
  font-size: 1rem;
  min-height: calc(1.5em + 0.92rem + 2px);
  padding: 0.46rem 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.56rem + 2px);
}
.form-select {
  -moz-padding-start: calc(1rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #e7eaf3;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  color: #2e363f;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.78rem 3rem 0.78rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgba(87, 79, 236, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 0 0.25rem rgba(87, 79, 236, 0.25);
  outline: 0;
}
.form-select:disabled {
  background-color: #f1f4f8;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2e363f;
}
.form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.75em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}
.form-check-input {
  -webkit-print-color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e7eaf3;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #d9e2ef;
  color-adjust: exact;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  width: 1.25em;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0;
}
.form-check-input:checked {
  background-color: #506690;
  border-color: #506690;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-floating {
  position: relative;
}

.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  border-radius: 0.3rem;
}
.form-floating > .form-control {
  height: calc(2.8rem + 2px);
  line-height: 1.2;
  border-radius: 0.3rem;
}
.form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-select {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

:active,
:focus,
a,
button,
input,
textarea {
  outline: 0 !important;
}
textarea {
  min-height: 36px;
  resize: vertical;
  transition: none;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
.pe-none-childs > * {
  pointer-events: none;
}
.btn {
  justify-content: center;
}
.btn {
  grid-gap: 0.75rem;
  align-items: center;
  display: inline-grid;
  grid-auto-flow: column;
}
.bg-gray-200 {
  background-color: #f1f4f8 !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.gap-auto-2 {
  grid-gap: 0.5rem;
  align-items: center;
  grid-auto-flow: column;
}
.gap-auto-3 {
  grid-gap: 1rem;
  align-items: center;
  grid-auto-flow: column;
}
.flex-none {
  flex: none !important;
}
.end-0 {
  right: 0 !important;
}
.end-0 {
  left: auto !important;
}

.shadow-xs {
  box-shadow: 0 0 25px rgba(140, 152, 164, 0.1) !important;
}
.top-0 {
  top: 0 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.text-gray-400 {
  color: #c6d3e6 !important;
}
.text-gray-500 {
  color: #abbcd5 !important;
}
.text-gray-600 {
  color: #869ab8 !important;
}
.text-gray-700 {
  color: #506690 !important;
}
.text-gray-800 {
  color: #384c74 !important;
}
.text-dashed {
  border-bottom: 1px dashed #869ab8;
}
.text-dashed {
  text-decoration: none !important;
}
.link-muted {
  color: #869ab8;
  text-decoration: none;
}
.link-muted:hover {
  color: #242424;
}
.form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"] {
  background-position: 0;
}
section {
  position: relative;
}
@media only screen and (min-width: 768px) {
  section {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}
.form-check-input-primary:checked {
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"] {
  background-position: inherit;
}
.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
  top: 4px;
}
.group-switch {
  line-height: 1;
  pointer-events: none;
}
.group-switch > :last-child {
  display: none;
}

.hyper-button {
  font-family: inherit;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  background-color: transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  outline: 0;
  z-index: 1;
  font-size: 0.875rem;
  color: #242424;
  padding: 0.5rem 2em;
  border: 1px solid #242424;
  margin: 0 auto;
}
.hyper-button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 20px;
  height: 10px;
  border-radius: 20px 20px 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.hyper-button:focus {
  outline: 0;
}
.hyper-button:hover:before {
  -webkit-transform: scale(50);
  transform: scale(50);
  background-color: #242424;
}
.hyper-button:hover {
  color: #fff;
}
.hyper-button:active,
.hyper-button:active:before {
  background-color: #242424;
}
.hyper-button--wide {
  font-size: 0.875rem;
  line-height: 1.17;
  width: 100%;
  max-width: 21.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media (min-width: 48rem) {
  .hyper-button--wide {
    width: auto;
    min-width: 21.875rem;
    max-width: none;
    font-size: 0.875rem;
  }
}
@media (min-width: 61.25rem) {
  .hyper-button--wide {
    min-width: 18.75rem;
  }
}
@media (min-width: 73.125rem) {
  .hyper-button--wide {
    min-width: 21.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.hyper-button:disabled {
  background-color: transparent;
  border-color: rgba(21, 18, 17, 0.4);
  color: rgba(21, 18, 17, 0.4);
  cursor: default;
  opacity: 0.5;
}
.hyper-button:disabled:before {
  display: none;
}

.fan-club-card .hyper-button {
  display: block;
  margin: 1.5rem auto 0;
  min-width: 17.5rem;
  max-width: 21.875rem;
}
@media (min-width: 48rem) {
  .fan-club-card .hyper-button {
    max-width: 15.9375rem;
    letter-spacing: 1.2px;
  }
}
@media (min-width: 61.25rem) {
  .fan-club-card .hyper-button {
    min-width: auto;
    margin: 1rem 0 0;
    padding: 0.75rem 1em;
    font-size: 0.75rem;
  }
}
@media (min-width: 96.875rem) {
  .fan-club-card .hyper-button {
    margin-top: 1.5rem;
    padding: 1.0625rem 1em;
  }
}
/** Gallery */

.fcb-row:after,
.fcb-row:before {
  content: "";
  display: table;
}
.fcb-row:after {
  clear: both;
}
.fcb-row {
  zoom: 1;
}
.fcb-gr-4 {
  display: inline-block;
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 14px;
  padding-left: 14px;
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .fcb-gr-12\@medium {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (min-width: 0rem) and (max-width: 41.25rem) {
  .fcb-gr-12\@small {
    display: inline-block;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.fcb-gr-4 {
  width: 33.33333%;
}
.fcb-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -14px;
  margin-right: -14px;
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .fcb-gr-12\@medium {
    width: 100%;
  }
}
@media screen and (min-width: 0rem) and (max-width: 41.25rem) {
  .fcb-gr-12\@small {
    width: 100%;
  }
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .fcb-gr-12\@medium,
  .fcb-gr-12\@small,
  .fcb-gr-4 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 0rem) and (max-width: 41.25rem) {
  .fcb-gr-12\@medium,
  .fcb-gr-12\@small,
  .fcb-gr-4 {
    padding-right: 3px;
    padding-left: 3px;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
.header5,
.header6,
a,
div,
img,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
.fcb-container.layout-container .fcb-row.content {
  margin-bottom: 0;
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .layout-four .fcb-gr-12\@medium {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 0rem) and (max-width: 41.25rem) {
  .layout-four .fcb-row > div {
    margin-bottom: 0.375rem;
  }
}
.header5,
.header6 {
  font-family: fcbayern_sans_condensed_semi_bold;
}
.header5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.header6 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-family: fcbayern_sans_semi_bold;
}
.header6.subline {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: fcbayern_sans_condensed_regular;
}

@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .header6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
img {
  -ms-interpolation-mode: bicubic;
}
.image-wrapper {
  background: #e5e6e7;
  padding-bottom: 56.22255%;
}
.image-wrapper > img {
  display: block;
}
.image-wrapper.loaded {
  background: 0 0;
  padding-bottom: 0;
}
.icon {
  display: inline-block;
  width: 2.5rem;
}
.icon svg {
  vertical-align: bottom;
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.teaser-badges {
  position: absolute;
  height: auto;
  left: 0.625rem;
  bottom: 0.625rem;
  z-index: 2;
}
.teaser-type {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 3.4375rem;
  height: 3.4375rem;
  box-shadow: 0.0625rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.3);
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0.25rem solid #fff;
}
.teaser-type .icon path {
  -webkit-transition: fill 0.5s ease-out;
  -moz-transition: fill 0.5s ease-out;
  transition: fill 0.5s ease-out;
  fill: #fff;
}
.teaser-type.type-gallery .icon {
  width: 1.6875rem;
  margin-top: 0.125rem;
}
.teaser-image-wrapper {
  position: relative;
  display: block;
}
.text-teaser {
  display: block;
  text-decoration: none;
}
.text-teaser .image-wrapper {
  padding-bottom: 56.22255%;
}
.text-teaser .image-wrapper img {
  max-width: none;
  width: 100%;
}
.text-teaser .image-wrapper.loaded {
  padding-bottom: 0;
  background: 0 0;
}
.text-teaser .header6.subline {
  color: #961432;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.text-teaser .header5 {
  color: #002f6c;
}
.text-teaser p {
  color: #6e7882;
  margin-bottom: 0;
}
.text-teaser.v1 .teaser-type {
  bottom: 0.625rem;
  right: 0.9375rem;
}
.text-teaser.v1 {
  position: relative;
  padding-bottom: 56.22255%;
}
.text-teaser.v1 .image-wrapper {
  width: 100%;
}
.text-teaser.v1 .image-wrapper.loaded {
  padding-bottom: 0;
}
.text-teaser.v1 .teaser-image-wrapper {
  width: 100%;
  position: absolute;
}
.text-teaser.v1 .text-content {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  max-width: 29.75rem;
  padding: 0.9375rem 1.1875rem 0.9375rem 1.1875rem;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.text-teaser.v1 .text-content p {
  margin-bottom: 0;
}
@media screen and (min-width: 85.375rem) {
  .text-teaser.v1 .text-content {
    padding-top: 0.625rem;
  }
}
.fcb-gr-12\@medium .text-teaser.v1 .text-content {
  padding: 0;
}
.fcb-gr-4 .text-teaser.v1 .image-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 56.22255%;
}
.fcb-gr-4 .text-teaser.v1 .image-wrapper.loaded {
  padding-bottom: 0;
}
.fcb-gr-4 .text-teaser.v1 .text-content {
  width: 100%;
}
.fcb-gr-4 .text-teaser.v1 .teaser-image-wrapper {
  position: relative;
}
.fcb-gr-4 .text-teaser {
  padding-bottom: 0;
  overflow: hidden;
}
.fcb-gr-4 .text-teaser .image-wrapper,
.fcb-gr-4 .text-teaser .text-content {
  max-width: none;
  width: 100%;
  position: static;
  display: inline-block;
  box-shadow: none;
}
.fcb-gr-4 .text-teaser .image-wrapper {
  display: block;
  padding-bottom: 56.22255%;
}
.fcb-gr-4 .text-teaser .image-wrapper.loaded {
  padding-bottom: 0;
}
.fcb-gr-4 .text-teaser .text-content {
  margin-top: 0.5625rem;
  margin-bottom: 0.4375rem;
  padding: 0;
}
.text-teaser.v1 .teaser-badges {
  left: 0;
  top: -2.6875rem;
  bottom: initial;
}
.fcb-gr-4 .text-teaser.v1 .text-content {
  position: relative;
  top: 0;
  left: 0;
}
.fcb-gr-4 .text-teaser.v1 .teaser-badges {
  left: 0.625rem;
  top: -2.9375rem;
  bottom: initial;
}
@media only screen and (min-width: 85.375rem) {
  .text-teaser .header6 {
    margin-top: 0.3125rem;
  }
  .text-teaser .header5 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .fcb-gr-12\@medium .text-teaser.v1 {
    position: relative;
    padding-bottom: 56.22255%;
    padding-bottom: 0;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .image-wrapper {
    width: 100%;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .image-wrapper.loaded {
    padding-bottom: 0;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .teaser-image-wrapper {
    width: 100%;
    position: absolute;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .text-content {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    max-width: 29.75rem;
    padding: 0.9375rem 1.1875rem 0.9375rem 1.1875rem;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  .fcb-gr-12\@medium .text-teaser.v1 .text-content p {
    margin-bottom: 0;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .teaser-image-wrapper {
    position: relative;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .text-content {
    top: initial;
    left: 1.25rem;
    bottom: 1.25rem;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .image-wrapper,
  .fcb-gr-12\@medium .text-teaser.v1 .text-content {
    margin-bottom: 0;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .teaser-badges {
    left: 0;
    top: -2.6875rem;
    bottom: initial;
  }
  .fcb-gr-12\@medium .text-teaser.v1 .teaser-type {
    bottom: 1.25rem;
  }
  .text-teaser.v1 .text-content {
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
@media screen and (min-width: 0rem) and (max-width: 41.25rem) {
  .fcb-gr-12\@small .text-teaser.v1,
  .text-teaser.v1 {
    padding-bottom: 0;
  }
  .fcb-gr-12\@small .text-teaser.v1 .teaser-image-wrapper,
  .text-teaser.v1 .teaser-image-wrapper {
    position: relative;
    padding-bottom: 133.33333%;
  }
  .fcb-gr-12\@small .text-teaser.v1 .image-wrapper,
  .text-teaser.v1 .image-wrapper {
    padding-bottom: 133.33333%;
  }
  .fcb-gr-12\@small .text-teaser.v1 .image-wrapper,
  .fcb-gr-12\@small .text-teaser.v1 .text-content,
  .text-teaser.v1 .image-wrapper,
  .text-teaser.v1 .text-content {
    position: absolute;
    margin-bottom: 0;
  }
  .fcb-gr-12\@small .text-teaser.v1 .text-content,
  .text-teaser.v1 .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    top: initial;
    padding: 3.75rem 0.9375rem 1.5625rem;
    max-width: none;
    background: 0 0;
    background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(to bottom, transparent, #000);
    box-shadow: none;
  }
  .fcb-gr-12\@small .text-teaser.v1 .text-content .header6,
  .text-teaser.v1 .text-content .header6 {
    display: none;
  }
  .fcb-gr-12\@small .text-teaser.v1 .text-content .header5,
  .fcb-gr-12\@small .text-teaser.v1 .text-content p,
  .text-teaser.v1 .text-content .header5,
  .text-teaser.v1 .text-content p {
    color: #fff;
  }
  .fcb-gr-12\@small .text-teaser.v1 .text-content p,
  .text-teaser.v1 .text-content p {
    padding-right: 3.75rem;
  }
  .fcb-gr-12\@small .text-teaser.v1 .teaser-badges,
  .text-teaser.v1 .teaser-badges {
    top: 1.1875rem;
    left: 0.9375rem;
  }
  .fcb-gr-12\@small .text-teaser.v1 .teaser-type,
  .text-teaser.v1 .teaser-type {
    bottom: 1.875rem;
  }
}

@media (max-width: 576px) {
  #main-route {
    padding-top: 4rem !important;
  }
}
.mask-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s, visibility 0.25s;
}
.mask_opened {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility;
}
