@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  _display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#render {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 10px;
  padding: 0 8px;
  padding-left: 4px;
  color: white;
  background-color: #001696;
  opacity: 0.5;
  border-radius: 0 0 12px 0;
  z-index: 999;
}
#render a {
  color: white;
  text-decoration: none;
}
html {
  margin: 0;
  padding: 0;
}
body {
  color: white;
  background-color: #110924;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 25.6px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  height: 100%;
  text-align: center;
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
}
.container.s1014 {
  max-width: 1014px;
}
@media (max-width: 1046px) {
  .container.s1014 {
    padding: 0 16px;
  }
}
.container.s964 {
  max-width: 964px;
}
@media (max-width: 996px) {
  .container.s964 {
    padding: 0 16px;
  }
}
.container.s870 {
  max-width: 870px;
}
@media (max-width: 902px) {
  .container.s870 {
    padding: 0 16px;
  }
}
.container.s798 {
  max-width: 798px;
}
@media (max-width: 830px) {
  .container.s798 {
    padding: 0 16px;
  }
}
.container.s750 {
  max-width: 750px;
}
@media (max-width: 782px) {
  .container.s750 {
    padding: 0 16px;
  }
}
.container.s348 {
  max-width: 348px;
}
@media (max-width: 380px) {
  .container.s348 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
h1 span {
  display: none;
}
h2 {
  color: #E6B985;
  font-family: "Inknut Antiqua", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  margin: 0 auto;
}
h2 span,
h2 a {
  text-transform: uppercase;
}
h2 a {
  color: #E6B985;
}
@media (max-width: 650px) {
  h2 {
    font-size: 26px;
    line-height: 41.6px;
  }
}
h3 {
  color: #E6B985;
  font-family: "Inknut Antiqua", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 41.6px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 650px) {
  h3 {
    line-height: 33.6px;
  }
}
p {
  margin: 12px auto;
}
img {
  max-width: 100%;
  height: auto;
}
.hr {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  margin-bottom: 22px;
}
@media (max-width: 650px) {
  .hr {
    margin-bottom: 0;
  }
}
.hr:after {
  content: '';
  flex-grow: 1;
  height: 4px;
  min-width: 20px;
  margin: auto;
}
.hr.blue:after {
  background: #001224;
}
.hr.white:after {
  background: white;
}
a {
  color: #E6B985;
  text-decoration: underline;
}
a:hover {
  color: white;
  text-decoration: underline;
}
.ico {
  display: block;
  margin: 0 auto;
}
.ico.dekorcitat {
  display: block;
  max-width: 480px;
}
.ico.dekorcitat.top {
  margin-bottom: 26px;
}
.ico.dekorcitat.bottom {
  margin-top: 26px;
}
.ico.head {
  max-width: 330px;
}
.ico.brana,
.ico.diamant,
.ico.helma,
.ico.hrad,
.ico.koruna,
.ico.pouta,
.ico.trun {
  max-width: 64px;
  margin-bottom: 8px;
}
header {
  min-height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px #0000001F;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
@media (max-width: 650px) {
  header {
    min-height: 40px;
  }
}
header a {
  display: flex;
}
header .logoIdnes {
  width: 158px;
}
@media (max-width: 650px) {
  header .logoIdnes {
    width: 100px;
  }
}
#opener {
  position: relative;
  margin-bottom: 60px;
  padding-top: 400px;
  z-index: 0;
}
@media (max-width: 720px) {
  #opener {
    padding-top: 66vw;
  }
}
@media (max-width: 650px) {
  #opener {
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 450px) {
  #opener {
    padding-top: 64vw;
  }
}
@media (max-width: 350px) {
  #opener {
    padding-top: 62vw;
  }
}
#opener .container {
  position: relative;
  z-index: 2;
}
#opener::before {
  position: absolute;
  content: '';
  z-index: 1;
  background-image: url('prazskyhrad.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: opener-hrad 10s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@media (max-width: 720px) {
  #opener::before {
    background-image: url('prazskyhrad_touch.jpg');
    background-size: contain;
  }
}
#opener h1 {
  padding: 0 24px;
}
@media (max-width: 650px) {
  #opener h1 {
    padding: 0 10px;
  }
}
#opener p {
  margin: 26px auto;
}
#opener .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 328px;
  min-height: 68px;
  border: 1px solid #E6B985;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px #00000059;
  font-size: 12px;
  line-height: 15px;
  color: white;
  text-decoration: none;
}
#opener .btn div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 7;
}
#opener .btn .mojeMincovnaLogo {
  display: block;
  width: 100%;
  max-width: 128px;
  margin: 0;
}
#opener .btn:hover {
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.13);
}
#reklamablock {
  background-color: #050112;
  background-image: url('bg-reklamablock.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  padding: 24px 0;
  margin-bottom: 48px;
  border-top: 1px #E6B985 solid;
  border-bottom: 1px #E6B985 solid;
}
@media (max-width: 720px) {
  #reklamablock {
    background-size: cover;
  }
}
#reklamablock h2 {
  animation: reklama-title 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-play-state: paused;
}
#reklamablock .position {
  display: grid;
  grid: auto / 72fr 28fr;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  #reklamablock .position {
    grid: auto / 1fr;
    justify-items: center;
  }
}
#history {
  margin: 48px auto;
}
@media (max-width: 650px) {
  #history {
    margin-bottom: 48px;
  }
}
#history p {
  margin: 24px auto;
  margin-top: 8px;
}
#history .ico {
  animation: icon 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-play-state: paused;
}
#history .cite {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
#history .cite i {
  font-weight: bold;
}
#vedelijste {
  margin-bottom: 48px;
  border-top: 1px #E6B985 solid;
  border-bottom: 1px #E6B985 solid;
}
@media (max-width: 707px) {
  #vedelijste {
    padding-top: 24px;
  }
}
#vedelijste .position {
  display: grid;
  grid: auto / 65fr 35fr;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 707px) {
  #vedelijste .position {
    grid: auto / 1fr;
  }
}
#vedelijste p {
  font-size: 18px;
  line-height: 28.8px;
  text-align: center;
}
#vedelijste .head.desktop {
  width: 100%;
}
@media (max-width: 707px) {
  #vedelijste .head.desktop {
    display: none;
  }
}
#vedelijste .head.touch {
  display: none;
}
@media (max-width: 707px) {
  #vedelijste .head.touch {
    display: block;
    width: 100%;
    max-width: 240px;
  }
}
#quote {
  margin: 48px auto;
  font-size: 20px;
  line-height: 32px;
}
#quote b {
  font-style: italic;
}
#zaver {
  margin-bottom: 48px;
  background-image: url('bg-zaver.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  #zaver {
    background-image: url('bg-zaver_touch.jpg');
  }
}
#zaver h2 {
  animation: mince-title 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-play-state: paused;
}
#zaver .coin .images {
  margin: 40px auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 39fr 22fr 39fr;
  grid-template-rows: min-content;
  gap: 0px 0px;
  justify-items: stretch;
}
#zaver .coin .images .front {
  z-index: 10;
  grid-area: 1 / 1 / 2 / 3;
  animation: mince-change-back 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#zaver .coin .images .front.active {
  z-index: 20;
  animation: mince-change-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-play-state: paused;
}
#zaver .coin .images .back {
  z-index: 10;
  grid-area: 1 / 2 / 2 / 4;
  animation: mince-change-back 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#zaver .coin .images .back.active {
  z-index: 20;
  animation: mince-change-right 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-play-state: paused;
}
#zaver .coin .buttons {
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zaver .coin .buttons button {
  min-width: 164px;
  color: #E6B985;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #E6B985;
  background-color: transparent;
  font-family: "Inknut Antiqua", serif;
  font-size: 16px;
}
@media (max-width: 370px) {
  #zaver .coin .buttons button {
    min-width: auto;
    line-height: 25px;
  }
}
#zaver .coin .buttons button.front {
  border-radius: 6px 0px 0px 6px;
}
#zaver .coin .buttons button.back {
  border-radius: 0px 6px 6px 0px;
}
#zaver .coin .buttons button.active {
  color: #24182F;
  background-color: #E6B985;
  animation: mince-buttons 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#zaver .coin .buttons button:hover {
  background-color: #e6b98523;
}
#zaver .coin .text {
  margin: 25px auto;
}
#zaver .coin .text .front,
#zaver .coin .text .back {
  display: none;
}
#zaver .coin .text .front.active,
#zaver .coin .text .back.active {
  display: block;
}
#zaver .table {
  margin: 24px auto;
  display: grid;
  grid: auto / 1fr 1fr 1fr;
}
@media (max-width: 650px) {
  #zaver .table {
    grid: min-content / 1fr 1fr;
  }
}
#zaver .table .item {
  display: grid;
  grid: 36px 38px / 1fr;
}
@media (max-width: 650px) {
  #zaver .table .item {
    grid: minmax(36px, 40px) minmax(38px, 40px) / 1fr;
  }
}
@media (max-width: 380px) {
  #zaver .table .item {
    grid: minmax(50px, 60px) minmax(50px, 60px) / 1fr;
  }
}
#zaver .table .item .th {
  color: #24182F;
  background-color: #E6B985;
  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zaver .table .item .td {
  border: 1px #E6B985 solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
#zaver .table .item:nth-of-type(1) .th {
  border-radius: 6px 0 0 0;
}
#zaver .table .item:nth-of-type(1) .td {
  border-right: none;
}
#zaver .table .item:nth-of-type(2) .td {
  border-right: none;
}
#zaver .table .item:nth-of-type(3) .th {
  border-radius: 0 6px 0 0;
}
#zaver .table .item:nth-of-type(4) .td {
  border-radius: 0 0 0 6px;
  border-right: none;
}
#zaver .table .item:nth-of-type(5) .td {
  border-right: none;
}
#zaver .table .item:nth-of-type(6) .td {
  border-radius: 0 0 6px 0;
}
@media (max-width: 650px) {
  #zaver .table .item:nth-of-type(2) .th {
    border-radius: 0 6px 0 0;
  }
  #zaver .table .item:nth-of-type(2) .td {
    border-right: 1px #E6B985 solid;
  }
  #zaver .table .item:nth-of-type(3) .th {
    border-radius: 0;
  }
  #zaver .table .item:nth-of-type(3) .td {
    border-right: none;
  }
  #zaver .table .item:nth-of-type(4) .td {
    border-radius: 0;
    border-right: 1px #E6B985 solid;
  }
  #zaver .table .item:nth-of-type(5) .td {
    border-radius: 0 0 0 6px;
    border-right: none;
  }
}
#zaver .claim a {
  font-weight: bold;
}
footer {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
  font-size: 12px;
  line-height: 16.8px;
  text-align: center;
}
.is-inViewport {
  animation-play-state: running!important;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@keyframes opener-hrad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reklama-title {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes icon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mince-title {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mince-change-left {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(-80px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes mince-change-right {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(80px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes mince-change-back {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@keyframes mince-buttons {
  0% {
    color: #E6B985;
    background-color: #e6b98523;
  }
  100% {
    color: #24182F;
    background-color: #E6B985;
  }
}
#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
  visibility: hidden;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #D3CA66;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
