.tl-html.g .html-content {
  display: none;
}
.tl-html.s .html-ground {
  display: none;
}
.tl-tgl {
  background: var(--bs-gray-100);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
  display: flex;
}
.tl-tgl .b {
  display: block;
  padding: 12px;
  width: 50%;
  color: var(--bs-gray-700);
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.tl-tgl .b:hover, .tl-tgl .b:focus {
  color: var(--accent-main);
}
.tl-tgl.s .s, .tl-tgl.g .g {
  color: var(--bs-gray-800) !important;
}
.tl-tgl .o {
  position: absolute;
  bottom: 3px;
  width: 50%;
  height: 100%;
  padding: 5px;
  transition: all .4s ease-in-out;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tl-tgl .o .d {
  border-radius:3px;
  background: var(--accent-main);
  height: 4px;
  width: 80px;
}
.tl-html.s .o {
  left: 0;
}
.tl-html.g .o {
  left: 50%;
}

.tlsb-b .c {
  display: flex;
  background: var(--bs-light);
  padding: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  color: var(--bs-gray-800);
  width: 150px;
  margin-right: 10px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}
.tlsb-b .c:hover {
  background: var(--bs-gray-200);
}
.tlsb-b .c .d {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3px;
}

.tlsb-b .c .d img {
  height: 100%;
  transition: all .3s ease-in-out;
}

.tlsb-b .c:hover .d img {
  transform: scale(1.1);
}

.tlsb-b .c .f {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin-left: 7px;
}

.tlsb-b .c .f h6, .tlsb-b .c .f p {
  line-height: 1;
}
.tlsb-b .c .f h6 {
  margin-bottom: 5px;
  width: 100%;
  font-size: 14px;
}
.tlsb-b .c .f p {
  margin: 0;
  color: var(--bs-gray-600);
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .tlsb-b .c {
    padding: 10px;
    width: 100%;
    margin-right: 0;
  }
  .tlsb-b .c .f {
    margin-left: 10px;
  }
  .tlsb-b .c .f h6 {
    font-size: 16px;
  }
  .tlsb-b .c .f p {
    font-size: 13px;
  }
}

.tl-grnd .b {
  padding: 10px;
  margin-bottom: 15px;
  background: var(--bs-gray-100);
}
.tl-grnd .b .c {
  font-family: 'Source Serif 4', serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}
.tl-grnd .b .d {
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .tl-grnd .b {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tl-grnd .b .c {
    max-width: 70%;
    margin-bottom: 0;
  }
  .tl-grnd .b .d {
    text-align: left;
  }
}