.page1 .fixed-brick {
  position: relative;
  border-radius: 0.5vw;
  background: white;
  margin-top: 0;
  width: 22vw;
  font-size: 0.8vw;
  color: var(--theme-dark-blue);
  animation: none !important;
}

.page1 .fixed-brick .second-title {
  text-align: center;
  padding-top: 1.2vw;
  font-size: 1.8vw;
  color: var(--theme-dark-blue);
}

.page1 .fixed-brick .bottom-button {
  display: flex;
  justify-content: center;
  margin-bottom: 2vh;
}

.page1 .fixed-brick .brick-title {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20vw;
  height: 2vw;
  text-align: center;
  padding-left: 1vw;
  font-size: 1.2vw;
  color: var(--theme-dark-blue);
  margin-bottom: 1vw;
}

.page1 .fixed-brick .brick-title p {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.page1 .fixed-brick .bottom-button button {
  cursor: pointer;
  outline: none;
  border:none;
  color: white;
  padding: 0.3vw 1.6vw;
  font-size: 1.5vw;
  border-radius: 0.8vw;
  background: var(--theme-green);
  transition: all 300ms ease-out;
  margin-bottom: 1vw;
}

.page1 .fixed-brick .bottom-button button:hover {
  background: var(--theme-dark-blue);
}

.page1 .fixed-brick h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2vw;
  color: var(--theme-dark-blue);
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  font-weight: normal !important;
}

.page1 .fixed-brick .brick {
  height: 14vw;
  margin-top: 0 !important;
  animation: none !important;
}


.page1 .fixed-brick .brick {
  cursor: pointer;
  overflow-y: hidden;
  background: var(--tab-gray);
  position: relative;
  width: 18vw;
  border-radius: 0.95vw;
  margin-left: 1.9vw;
  margin-right: 1.9vw;
  height: 10.5vw;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}

.page1 .fixed-brick .brick .level {
  z-index: 3;
  position: absolute;
  right: 1vh;
  top: 1vh;
}

.page1 .fixed-brick .brick .level > div {
  height: 4.5vh;
  width: 4.5vh;
  border-radius: 50%;
  font-size: 2.3vh;
  color: white;
  background: #8E44F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page1 .fixed-brick .brick img {
  width: 100%;
}


.page1 .brick-container {
  margin-left: 1vw;
  margin-right: 1vw;
}





 
.page1 .fixed-brick .play-btn {
  cursor: pointer;
  position: absolute;
  width: 8vw;
  font-size: 1.3vw;
  border-radius: 6vw;
  top: 15.9vw;
  left: 6.3vw;
  color: white;
  padding: 0.4vw;
  background: var(--theme-green);
  transition: all 300ms ease-in-out;
}

.page1 .fixed-brick .play-btn:hover {
  background: var(--theme-dark-blue);
}

.page1 .fixed-brick .play-btn svg {
  margin-right: 0.3vw;
  width: 1.9vw;
}


.page1 .fixed-brick .icons-row {
  font-size: 0.9vw;
  margin-top: 2.5vw;
  margin-bottom: 1.8vw;
}

.page1 .fixed-brick .icons-row > div {
  text-align: center;
  width: 5vw;
}

.page1 .fixed-brick .icons-row > div svg {
  height: 1.2vw;
  margin-bottom: 0.3vw;
  color: #4C608A;
}

.page1 .fixed-brick .icons-row > div svg.feather-clock {
  height: 1.4vw;
  margin-bottom: 0.2vw;
}

.page1 .fixed-brick .text-light-blue {
  color: var(--theme-light-blue);
}


/* bottom part */
.page1 .fixed-brick .brick-panel-bottom {
  padding: 0.6vw;
  border-top: 1px solid var(--theme-dark-blue);
  display: flex;
  align-items: center;
  font-size: 1vw;
}

.page1 .fixed-brick .brick-panel-bottom svg {
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  width: 1.8vw;
}

.page1 .fixed-brick .brick-panel-bottom .arrow-s4rf {
  width: 1.2vw;
}

.page1 .fixed-brick .brick-panel-bottom .right-subject {
  position: absolute;
  right: 1vw;
  font-size: 0.8vw;
  padding: 0.1vw;
  padding-left: 0.7vw;
  padding-right: 0.7vw;
  background: rgba(33, 197, 170, 0.1);
  border-radius: 5vw;
}