.knowledge-base-start-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.knowledge-base-start-body {
  gap: 5%;
}
 
.knowledge-base-start-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.knowledge-base-start-text1 {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.knowledge-base-start-close {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close.svg");
}
 
.knowledge-base-start-questions {
  gap: 20px;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: auto;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.knowledge-base-start-first-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-start-trigger1 {
  width: 100%;
  cursor: pointer;
  height: 76px;
  display: flex;
  align-items: center;
  padding-top: 15px;
  border-color: var(--dl-color-default-bluegradient);
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: var(--dl-color-white-10);
}
 
.knowledge-base-start-summary1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-start-text2 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-start-second-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-start-trigger2 {
  width: 100%;
  cursor: pointer;
  height: 76px;
  display: flex;
  align-items: center;
  padding-top: 15px;
  border-color: var(--dl-color-default-bluegradient);
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: var(--dl-color-white-10);
}
 
.knowledge-base-start-summary2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-start-text3 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-start-third-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-start-trigger3 {
  width: 100%;
  cursor: pointer;
  height: 76px;
  display: flex;
  align-items: center;
  padding-top: 15px;
  border-color: var(--dl-color-default-bluegradient);
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: var(--dl-color-white-10);
}
 
.knowledge-base-start-summary3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-start-text4 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-start-fourth-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-start-trigger4 {
  width: 100%;
  cursor: pointer;
  height: 76px;
  display: flex;
  align-items: center;
  padding-top: 15px;
  border-color: var(--dl-color-default-bluegradient);
  border-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: var(--dl-color-white-10);
}
 
.knowledge-base-start-summary4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-start-text5 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-start-container2 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.knowledge-base-start-container3 {
  display: contents;
}
 
.knowledge-base-start-container5 {
  display: contents;
}
 
@media(max-width: 767px) {
  .knowledge-base-start-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .knowledge-base-start-header {
    align-items: center;
  }
  .knowledge-base-start-text1 {
    font-size: 20px;
  }
  .knowledge-base-start-trigger1 {
    height: auto;
  }
  .knowledge-base-start-text2 {
    font-size: 16px;
  }
  .knowledge-base-start-trigger2 {
    height: auto;
  }
  .knowledge-base-start-text3 {
    font-size: 16px;
  }
  .knowledge-base-start-trigger3 {
    height: auto;
  }
  .knowledge-base-start-text4 {
    font-size: 16px;
  }
  .knowledge-base-start-trigger4 {
    height: auto;
  }
  .knowledge-base-start-text5 {
    font-size: 16px;
  }
}
 
@media(max-width: 479px) {
  .knowledge-base-start-header {
    align-items: flex-start;
  }
  .knowledge-base-start-text1 {
    max-width: 300px;
  }
  .knowledge-base-start-close {
    align-self: flex-start;
  }
}
