.knowledge-base-first-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-first-body {
  gap: 5%;
}
 
.knowledge-base-first-header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.knowledge-base-first-text10 {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.knowledge-base-first-close {
  align-self: flex-end;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close.svg");
}
 
.knowledge-base-first-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-first-first-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-first-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-first-summary1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-first-text11 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-first-icon-container {
  transition: transform 0.3s ease-in-out;
}
 
.knowledge-base-first-icon1 {
  color: var(--dl-color-default-blue);
}
 
.knowledge-base-first-answer {
  gap: 15px;
  display: flex;
  padding: 15px;
  flex-direction: column;
  background-color: var(--dl-color-white-10);
}
 
.knowledge-base-first-highlight {
  width: 159px;
  height: 40px;
  display: none;
  object-fit: cover;
}
 
.knowledge-base-first-text12 {
  fill: var(--dl-color-black-100);
  color: var(--dl-color-black-100);
  font-stretch: normal;
}
 
.knowledge-base-first-text17 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-first-second-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-first-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-first-summary2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-first-text23 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-first-third-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-first-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-first-summary3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-first-text24 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-first-fourth-question {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.knowledge-base-first-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-first-summary4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.knowledge-base-first-text25 {
  fill: var(--dl-color-white-100);
  color: var(--dl-color-white-100);
}
 
.knowledge-base-first-container2 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.knowledge-base-first-container3 {
  display: contents;
}
 
.knowledge-base-first-container5 {
  display: contents;
}
 
@media(max-width: 767px) {
  .knowledge-base-first-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .knowledge-base-first-header {
    align-items: center;
  }
  .knowledge-base-first-text10 {
    font-size: 20px;
  }
  .knowledge-base-first-trigger1 {
    height: auto;
  }
  .knowledge-base-first-text11 {
    font-size: 16px;
  }
  .knowledge-base-first-text17 {
    font-size: 14px;
  }
  .knowledge-base-first-trigger2 {
    height: auto;
  }
  .knowledge-base-first-text23 {
    font-size: 16px;
  }
  .knowledge-base-first-trigger3 {
    height: auto;
  }
  .knowledge-base-first-text24 {
    font-size: 16px;
  }
  .knowledge-base-first-trigger4 {
    height: auto;
  }
  .knowledge-base-first-text25 {
    font-size: 16px;
  }
}
 
@media(max-width: 479px) {
  .knowledge-base-first-header {
    align-items: flex-start;
  }
  .knowledge-base-first-text10 {
    max-width: 300px;
  }
  .knowledge-base-first-close {
    align-self: flex-start;
  }
}
