@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pasEcOs.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDIxapCSOBg7S-QT7q4A.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pb0EMOs.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pbYF8Os.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pa8FsOs.ttf) format('truetype');
}
html {
  scroll-padding-top: 110px;
}
#bar {
  z-index: 1045;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  background-color: #16112D;
  padding: 1.5rem 0.5rem;
}
#bar .btn {
  zoom: 90%;
}
.main-menu {
  column-gap: 0.75rem !important;
  font-size: 17px;
}
.main-menu > li > a,
.main-menu > li > div a {
  white-space: nowrap;
}
.quick-event-field-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.quick-event-field-label .form-label {
  margin-bottom: 0;
}
.quick-event-field-hint {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #D6FF02;
  padding: 0;
}
.quick-event-field-hint:hover,
.quick-event-field-hint:focus,
.quick-event-field-hint:focus-within {
  color: #FFF;
}
.quick-event-field-hint-text {
  position: absolute;
  z-index: 10;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  visibility: hidden;
  width: min(20rem, calc(100vw - 2rem));
  border-radius: 0.25rem;
  background: #16112D;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  padding: 0.5rem 0.75rem;
  text-align: left;
  transform: translateX(-50%);
  transition: opacity 0.15s ease;
}
.quick-event-field-hint:hover .quick-event-field-hint-text,
.quick-event-field-hint:focus .quick-event-field-hint-text,
.quick-event-field-hint:focus-within .quick-event-field-hint-text {
  visibility: visible;
  opacity: 1;
}
#search {
  display: none;
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-color: #1F1A3E;
  padding: 1.5rem 0.5rem;
}
#search.open {
  display: block;
}
#panel {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-color: #1F1A3E;
  padding: 1.5rem 0.5rem;
}
#title,
#content {
  width: 100%;
}
#title {
  background: linear-gradient(180deg, #16112D, #411A41);
}
#title {
  padding: 3rem 0.5rem;
}
#content {
  padding: 1.5rem 0.5rem;
}
.breadcrumb-menu > li > a,
.breadcrumb-menu > li > div a {
  font-weight: 600;
  text-transform: uppercase;
  color: #C8C4CC;
}
.breadcrumb-menu > li:not(:last-child) > a:after,
.breadcrumb-menu > li:not(:last-child) > div a:after {
  content: '\203A';
  color: #C8C4CC;
  padding: 0 0.5rem;
}
.breadcrumb-menu > li:hover > a,
.breadcrumb-menu > li:active > a,
.breadcrumb-menu > li.active > a,
.breadcrumb-menu > li:focus > a,
.breadcrumb-menu > li.focus > a,
.breadcrumb-menu > li:hover > div a,
.breadcrumb-menu > li:active > div a,
.breadcrumb-menu > li.active > div a,
.breadcrumb-menu > li:focus > div a,
.breadcrumb-menu > li.focus > div a {
  color: #FFF;
}
.path-menu > li > a,
.path-menu > li > div a {
  font-weight: 600;
  text-transform: uppercase;
  color: #C8C4CC;
}
.path-menu > li:not(:last-child) > a:after,
.path-menu > li:not(:last-child) > div a:after {
  content: '|';
  color: #C8C4CC;
  padding: 0 0.5rem;
}
.path-menu > li:hover > a,
.path-menu > li:active > a,
.path-menu > li.active > a,
.path-menu > li:focus > a,
.path-menu > li.focus > a,
.path-menu > li:hover > div a,
.path-menu > li:active > div a,
.path-menu > li.active > div a,
.path-menu > li:focus > div a,
.path-menu > li.focus > div a {
  color: #FFF;
}
.pill-menu > li > a,
.pill-menu > li > div a {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 1px solid #C8C4CC;
  border-radius: 6px;
}
.pill-menu > li:hover > a,
.pill-menu > li:active > a,
.pill-menu > li.active > a,
.pill-menu > li:focus > a,
.pill-menu > li.focus > a,
.pill-menu > li:hover > div a,
.pill-menu > li:active > div a,
.pill-menu > li.active > div a,
.pill-menu > li:focus > div a,
.pill-menu > li.focus > div a {
  color: #16112D;
  background-color: #D6FF02;
  border-color: #D6FF02;
}
.panel-menu > li > a,
.panel-menu > li > div a {
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.panel-menu > li > .panel-menu {
  position: relative;
  padding-left: calc(1.5rem + 2px);
}
.panel-menu > li > .panel-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.5rem;
  bottom: 0;
  border-left: 2px solid #16112D;
}
.panel-menu > li:hover > a,
.panel-menu > li:active > a,
.panel-menu > li.active > a,
.panel-menu > li:focus > a,
.panel-menu > li.focus > a,
.panel-menu > li:hover > div a,
.panel-menu > li:active > div a,
.panel-menu > li.active > div a,
.panel-menu > li:focus > div a,
.panel-menu > li.focus > div a {
  color: #D6FF02;
}
.footer-menu > li > a,
.footer-menu > li > div a {
  font-weight: 600;
  color: #FFF;
}
.footer-menu > li:hover > a,
.footer-menu > li:active > a,
.footer-menu > li.active > a,
.footer-menu > li:focus > a,
.footer-menu > li.focus > a,
.footer-menu > li:hover > div a,
.footer-menu > li:active > div a,
.footer-menu > li.active > div a,
.footer-menu > li:focus > div a,
.footer-menu > li.focus > div a {
  color: #D6FF02;
}
.help-menu > li {
  width: 20%;
}
.help-menu > li > a,
.help-menu > li > div a {
  color: #FFF;
  display: block;
  padding: 0.375rem 0;
}
.help-menu > li > a i,
.help-menu > li > div a i,
.help-menu > li > a span,
.help-menu > li > div a span {
  text-align: center;
  display: block;
  padding: 0.125rem 0;
}
.help-menu > li > a span,
.help-menu > li > div a span {
  font-size: 40%;
}
.help-menu > li:hover > a,
.help-menu > li:active > a,
.help-menu > li.active > a,
.help-menu > li:focus > a,
.help-menu > li.focus > a,
.help-menu > li:hover > div a,
.help-menu > li:active > div a,
.help-menu > li.active > div a,
.help-menu > li:focus > div a,
.help-menu > li.focus > div a {
  color: #D6FF02;
}
.cky-btn-revisit-wrapper {
  width: 56px !important;
  height: 56px !important;
}
@media screen and (min-width: 1200px) {
  #bar {
    height: 110px;
  }
  #search {
    top: 110px;
  }
}
@media screen and (max-width: 1200px) {
  #bar {
    height: 100px;
  }
  #search {
    top: 100px;
  }
}
#panel {
  display: none;
}
#image,
#slider,
#intro,
#content,
#footer,
#copyright {
  width: 100%;
}
#slider,
#intro {
  background: linear-gradient(180deg, #16112D, #411A41);
}
#slider,
#footer {
  position: relative;
}
#slider .mascot,
#footer .mascot {
  z-index: 200;
}
#intro {
  padding: 3rem 0.5rem;
}
#footer {
  padding: 4.5rem 0.5rem;
  background-color: #1F1A3E;
}
#copyright {
  padding: 1.5rem 0.5rem;
  background-color: #16112D;
}
.cky-revisit-bottom-right {
  right: 12px !important;
  bottom: 12px !important;
}
#smartsupp-widget-container > * {
  right: 12px !important;
  bottom: 12px !important;
}
@media screen and (min-width: 992px) {
  #footer .mascot {
    position: relative;
    bottom: -4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #panel {
    top: 110px;
  }
}
@media screen and (min-width: 1400px) {
  #panel-toggle {
    display: none;
  }
  #slider,
  #intro {
    border-radius: 0 0 100px 100px;
  }
  #slider {
    padding: 6.5rem 0.5rem;
  }
  #slider .mascot {
    position: absolute;
    right: 5rem;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  #slider {
    overflow: hidden;
    padding: 3rem 0.5rem;
  }
  #slider .mascot {
    position: relative;
    right: 3rem;
    bottom: -3rem;
  }
}
@media screen and (max-width: 1200px) {
  html {
    scroll-padding-top: 100px;
  }
  #panel {
    top: 100px;
    right: 0;
    display: none;
  }
  #panel.open {
    display: block;
  }
}
