@charset "UTF-8";
/* CSS Document */

.story-nav {
position: fixed;
  z-index: 100;
  bottom: 2rem;
  width: 100%;
}

.story-nav > ul {
  display: flex;
flex-wrap: wrap;
  gap: 16px;
  align-items: start;
  justify-content: center;
  padding-inline-start: 0px;
}
.story-nav > ul > li {
  list-style: none;
  display: flex;
  background-color: var(--gem-blue);
  border-radius: 999px;
  box-shadow: rgba(50, 50, 93, 0.3) 7px 4px 11px 1px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.story-nav > ul > li > a {
  padding: 7px 20px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.anchors-list {
display: contents;
  list-style-type: none;
  padding-left: 0;
  align-items: center;
  margin-right: 20px;
	height: 100%;
}
.story-anchor {
  margin: auto;
color: transparent;
}
.story-anchor a {
  list-style-type: none;
  display: flex;
  background-color: white;
  width: 0.4rem;
  cursor: pointer;
  height: 1rem;
}
#gem-volk-diartzt2 {
  position: absolute;
  margin-left: 840rem;
  margin-top: 4rem;
  height: 46.2rem;
}

.story-nav-contain {
  overflow: hidden;
  background-color: var(--prim-color);
  z-index: 300;
  left: 0;
  text-align: left;
  bottom: 0;
  width: fit-content;
  position: absolute;
	right: 0;
  border-radius: 2rem 2rem 0px 0px;
	margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.nav-dot {
  content: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6.5' r='6' fill='white'/%3E%3C/svg%3E%0A");margin-top: auto;
margin-bottom: auto;
margin-left: 1.3rem;
margin-right: 1.3rem;
}

#myLinks {
  display: none;
width: 100vw;
  margin-bottom: 2rem;
  justify-content: center;
  flex-flow: wrap;}


.story-nav-contain a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
    
.gem-volk-navstat {
  gap: 1.5rem;
}

.story-nav-contain a.icon {
    overflow: hidden;
  background-color: var(--prim-color);
  display: block;
  position: fixed;
    right: 0;
  bottom: 16rem;
  z-index: 100;
}

.material-symbols-close {
    color: white;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.story-nav {
    overflow: hidden;
  background-color: var(--prim-color);
  position: fixed;
  z-index: 20;
  right: 0;
  text-align: right;
  top: 0; 
}



.gem-volk-storyswitch {
		position: absolute;
  top: 0;
	right: 0;
	padding: 4rem;
	height: 100rem;
	z-index: 200;
	background-color: #D9E0EC;
  display: none;
	
}

.gem-volk-storyswitch a {
	display: block;
	padding-bottom: 4rem;

}

#vin-chat3 {
left: 692rem;
  top: 10rem;
  padding: 1rem;
  font-size: 1.5rem;
  width: 17rem;
  background-color: #8EA3C5;
  border-bottom: 0;
  color: white;
    min-width: 0;
}


.nav-icon {
  content: url("data:image/svg+xml,%3Csvg width='54' height='12' viewBox='0 0 54 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='white'/%3E%3Crect x='15' y='2' width='3' height='8' fill='white'/%3E%3Ccircle cx='27' cy='6' r='6' fill='white'/%3E%3Crect x='36' y='2' width='3' height='8' fill='white'/%3E%3Ccircle cx='48' cy='6' r='6' fill='white'/%3E%3C/svg%3E%0A");
}
.nav-icon-close {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L10.8867 10.8867' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.8906 1L1.00391 10.8867' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}