@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');
}
#content {
  padding: 3rem 0.5rem;
}
#content > .container-fluid {
  max-width: 600px;
}
.cky-revisit-bottom-left {
  left: 12px !important;
  bottom: 12px !important;
}
#smartsupp-widget-container > * {
  right: 12px !important;
  bottom: 12px !important;
}
@media screen and (min-width: 1200px) {
  #cover {
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    width: 50%;
    background: url('../img/mascot.png') #16112D no-repeat center bottom / contain;
    padding: 3rem 0.5rem;
  }
  #content {
    width: 50%;
    margin-left: 50%;
  }
}
@media screen and (max-width: 1400px) {
  #cover {
    display: none;
  }
}
