﻿@charset "UTF-8";
/*
 * 主樣式表
 */
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

:root {
  --background-color: #ffffff;
  --article-header-height: calc(100vh * (18/31));
  --article-news-height: calc(100vh - var(--article-header-height));
  --color-primary: #292C32;
  --color-primary-dark: #1A1A1A;
  --color-primary-hover: #1f2227;
  --color-text-on-primary: #d4d4d1;
  --color-secondary: #007ebd;
  --color-secondary-dark: #106d9b;
  --color-secondary-hover: #0776ad;
  --color-text-on-secondary: white;
  --color-accent: #4d1f00;
  --color-accent-dark: #3a1400;
  --color-accent-hover: #632a00;
  --color-text-on-accent: #f8f3ef;
  --dialog-header-height: 3em;
  --dialog-content-height: auto;
  --dialog-content-min-height: 5em;
  --dialog-content-max-height: calc(100% - calc(var(--dialog-header-height) + var(--dialog-footer-height)));
  --dialog-footer-height: 3.6em;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 16px;
  color: black;
}

body {
  display: none;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0;
  padding: 0;
  border-style: none;
  outline-style: none;
  overflow: hidden;
  background-color: white;
  outline-style: none;
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: start;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color-secondary);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body::-webkit-scrollbar-track {
  border-radius: 0;
  background: var(--color-primary-hover);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body > section > article.kg_1.kg_header {
  background-image: url("../image/DHaq22JhflajAPbpNO0lK.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body > section > article.kg_1.kg_bg1 {
  background-image: url("../image/XIDH957iD2APIOFKAGpNV.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body > section > article.kg_1.kg_bg2 {
  background-image: url("../image/Zf9QSfgFRufcSS9DX-_7d.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body > section > article.kg_1.kg_bg3 {
  background-image: url("../image/-al62gbmq4-HhrzflX7yx.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body > section > article.kg_1 > div.body-bg {
  position: absolute;
}
body > section > article.kg_1 > article.kg_2 {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100vw !important;
  height: 100vh;
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 18%;
  padding-right: 18%;
  background-color: rgba(240, 250, 255, 0.831372549);
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  height: auto;
  /*
  @include background( $color: var(--background-color));
  */
  position: relative;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.kg_1 > article.kg_2 {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.kg_1 > article.kg_2 {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
body > section > article.kg_1 > article.kg_2.kg_header {
  width: 100%;
  height: auto;
}
body > section > article.kg_1 > article.kg_2 > div.body-b {
  background-color: red;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 2rem;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
  position: relative;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.left-image,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.left-image {
  line-height: 0;
  width: 40%;
  aspect-ratio: 0.7297297297;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.left-image,
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.left-image {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.left-image,
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.left-image {
    width: 100%;
  }
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.left-image > img,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.left-image > img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 60%;
  flex: 1;
  padding: 2rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content,
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content,
  body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content {
    width: 100%;
  }
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content > div.title,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content > div.details,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content > div.details {
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content > div.tag,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content > div.tag {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  background-color: #b7e4fe;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content > div.tag > div.icon,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content > div.tag > div.icon {
  left: 0.3rem;
  top: 0.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: transparent;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body > div.right-content > div.tag > div.icon > svg,
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-row > div.right-content > div.tag > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
  position: relative;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > .image {
  line-height: 0;
  width: 100%;
  height: auto;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > div.tag {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  background-color: #b7e4fe;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > div.tag > div.icon {
  left: 0.3rem;
  top: 0.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: transparent;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > div.tag > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > div.details {
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  margin-block: 0.6rem;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > .iframe {
  line-height: 0;
  width: 100%;
  height: auto;
}
body > section > article.kg_1 > article.kg_2 > div.body-b > div.body-column > .iframe > iframe {
  width: 100%;
  aspect-ratio: 2.6666666667;
}
body > section > article.kg_1 > article.kg_2 > div.body,
body > section > article.kg_1 > article.kg_2 > div.body-row {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
  position: relative;
}
body > section > article.kg_1 > article.kg_2 > div.body > div.left-image,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.left-image {
  line-height: 0;
  width: 40%;
  aspect-ratio: 0.7297297297;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.kg_1 > article.kg_2 > div.body > div.left-image,
  body > section > article.kg_1 > article.kg_2 > div.body-row > div.left-image {
    width: 100%;
    aspect-ratio: 1.2;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.kg_1 > article.kg_2 > div.body > div.left-image,
  body > section > article.kg_1 > article.kg_2 > div.body-row > div.left-image {
    width: 100%;
    aspect-ratio: 1.2;
  }
}
body > section > article.kg_1 > article.kg_2 > div.body > div.left-image > img,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.left-image > img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.kg_1 > article.kg_2 > div.body > div.left-image > img,
  body > section > article.kg_1 > article.kg_2 > div.body-row > div.left-image > img {
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.kg_1 > article.kg_2 > div.body > div.left-image > img,
  body > section > article.kg_1 > article.kg_2 > div.body-row > div.left-image > img {
    object-fit: cover;
    object-position: center;
  }
}
body > section > article.kg_1 > article.kg_2 > div.body > div.right-content,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 60%;
  flex: 1;
  padding: 2rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.kg_1 > article.kg_2 > div.body > div.right-content,
  body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content {
    width: 100%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.kg_1 > article.kg_2 > div.body > div.right-content,
  body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content {
    width: 100%;
  }
}
body > section > article.kg_1 > article.kg_2 > div.body > div.right-content > div.title,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body > div.right-content > div.details,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content > div.details {
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body > div.right-content > div.tag,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content > div.tag {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  background-color: #b7e4fe;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
}
body > section > article.kg_1 > article.kg_2 > div.body > div.right-content > div.tag > div.icon,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content > div.tag > div.icon {
  left: 0.3rem;
  top: 0.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: transparent;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body > div.right-content > div.tag > div.icon > svg,
body > section > article.kg_1 > article.kg_2 > div.body-row > div.right-content > div.tag > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
body > section > article.kg_1 > article.kg_2 > div.body-column {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
  position: relative;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > .image {
  line-height: 0;
  width: 100%;
  height: auto;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > div.tag {
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  background-color: #b7e4fe;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > div.tag > div.icon {
  left: 0.3rem;
  top: 0.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: transparent;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > div.tag > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > div.details {
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  margin-block: 0.6rem;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > .iframe {
  line-height: 0;
  width: 100%;
  height: auto;
}
body > section > article.kg_1 > article.kg_2 > div.body-column > .iframe > iframe {
  width: 100%;
  aspect-ratio: 2.6666666667;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.kg_1 > article.kg_2 > div.body-column > .iframe > iframe {
    width: 100%;
    aspect-ratio: 1.6;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.kg_1 > article.kg_2 > div.body-column > .iframe > iframe {
    width: 100%;
    aspect-ratio: 1.6;
  }
}

@media (min-width: 1025px) and (min-aspect-ratio: 1.0714285714) {
  .desktop-hide {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .mobile-hide {
    display: none !important;
  }
}
table {
  min-width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table > thead {
  background: rgba(0, 0, 0, 0.5);
}
table > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.01);
}
table > tbody > tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
table > tbody > tr:hover {
  /*background-color: rgba(0, 0, 0, 0.03);*/
}

.t-list {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: auto;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  padding: 0.4rem;
}
.t-list > .item {
  width: 23%;
  aspect-ratio: 4;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 46%;
  margin: 2%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list > .item {
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list > .item {
    width: 98%;
    margin: 1%;
  }
}
.t-list > .item > div {
  width: 100%;
  flex: 1;
}
.t-list > .item > div.title {
  flex: unset;
  height: auto;
}
.t-list > .item > div.hr {
  flex: unset;
  height: 2px;
  background: #FFBC8F;
  margin-bottom: 6px;
}
.t-list > .item > div.b {
  flex: 2;
  font-size: 1.2rem;
  font-weight: bold;
}
.t-list > .item > div.t {
  flex: 3;
  font-size: 1.1rem;
}

.t-list3 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list3 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list3 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list3 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list3 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list3 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list3 > .item:nth-child(n+4) {
  display: none;
}
.t-list3 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list3 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list3 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list2 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list2 > .item:nth-child(n+3) {
  display: none;
}
.t-list2 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list2 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list2 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
}

.t-list4 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list4 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list4 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list4 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.6rem;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 0.6rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list4 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 46%;
    margin: 2%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list4 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 46%;
    margin: 2%;
  }
}
.t-list4 > .item:nth-child(n+5) {
  display: none;
}
.t-list4 > .item > div {
  width: 100%;
  flex: 1;
  text-align: center;
  color: #d4d4d1;
  font-weight: bold;
}
.t-list4 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 3rem;
  text-align: center;
  height: auto;
}
.t-list4 > .item > div.n {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.4rem;
  height: auto;
}
.t-list4 > .item > div.c {
  flex: 3;
  font-size: 1rem;
}
.t-list4 > .item > div.m1 {
  color: #d39558;
}
.t-list4 > .item > div.m2 {
  color: #e9b690;
}

.t-list33 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list33 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list33 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list33 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list33 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list33 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list33 > .item:nth-child(n+4) {
  display: none;
}
.t-list33 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list33 > .item > div.h {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: 3rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.t-list33 > .item > div.h > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
}
.t-list33 > .item > div.h > hr {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  background: #FFBC8F;
  color: #FFBC8F;
  border: none;
  z-index: 0;
}
.t-list33 > .item > div.b {
  flex: 1;
  margin-top: 2rem;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 1px;
  border-top-color: #FFBC8F;
  border-top-width: 0.4rem;
}
.t-list33 > .item > div.b > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 3rem;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  transform: translateX(-50%);
}
.t-list33 > .item > div.b.b2 {
  border-top-color: #afcbf8;
}
.t-list33 > .item > div.b.b2 > span {
  background: #afcbf8;
}
.t-list33 > .item > div.b > .title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list33 > .item > div.b > .c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}
.t-list33 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list33 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list23 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list23 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list23 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list23 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list23 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list23 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list23 > .item:nth-child(n+3) {
  display: none;
}
.t-list23 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list23 > .item > div.h {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: 3rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.t-list23 > .item > div.h > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
}
.t-list23 > .item > div.h > hr {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  background: #FFBC8F;
  color: #FFBC8F;
  border: none;
  z-index: 0;
}
.t-list23 > .item > div.b {
  flex: 1;
  margin-top: 2rem;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 1px;
  border-top-color: #FFBC8F;
  border-top-width: 0.4rem;
}
.t-list23 > .item > div.b > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 3rem;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  transform: translateX(-50%);
}
.t-list23 > .item > div.b.b2 {
  border-top-color: #afcbf8;
}
.t-list23 > .item > div.b.b2 > span {
  background: #afcbf8;
}
.t-list23 > .item > div.b > .title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list23 > .item > div.b > .c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}
.t-list23 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list23 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list2x {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2x > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 2px;
  /*
  @include is-tablet() {
      @include flex-init(column, $gravity: 'top start', $wrap: wrap);
      flex: unset;
      @include size($width: 98%);
      @include margin($margin: 1%);
  }

  @include is-mobile() {
      @include flex-init(column, $gravity: 'top start', $wrap: wrap);
      flex: unset;
      @include size($width: 98%);
      @include margin($margin: 1%);
  }
  */
}
.t-list2x > .item > div {
  width: 100%;
  flex: 1;
}
.t-list2x > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list2x > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list7 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: auto;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  padding: 0.4rem;
  align-items: stretch;
}
.t-list7 > .item {
  width: 23%;
  aspect-ratio: 4;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 1.665%;
}
.t-list7 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list7 > .item > div.title {
  flex: unset;
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  color: #FFBC8F;
}
.t-list7 > .item > div.hr {
  flex: unset;
  height: 2px;
  background: #FFBC8F;
  margin-bottom: 6px;
}
.t-list7 > .item > div.b {
  font-size: 1.2rem;
  font-weight: bold;
}
.t-list7 > .item > div.t {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list74 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: auto;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  padding: 0.4rem;
  align-items: stretch;
}
.t-list74 > .item {
  width: 23%;
  aspect-ratio: 4;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 46%;
  margin: 2%;
  background: #484b51;
  padding: 0.6rem;
}
.t-list74 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list74 > .item > div.title {
  flex: unset;
  font-size: 1.6rem;
  font-weight: bold;
  width: 4rem;
  aspect-ratio: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  color: black;
}
.t-list74 > .item > div.hr {
  flex: unset;
  height: 2px;
  background: #FFBC8F;
  margin-bottom: 6px;
}
.t-list74 > .item > div.b {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #d4d4d1;
}
.t-list74 > .item > div.t {
  flex: 3;
  font-size: 1rem;
  color: #d4d4d1;
  text-align: justify;
}

.t-list2x22 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x22 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x22 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2x22 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 2px;
  border-left-width: 0.8rem;
  border-left-color: #FFBC8F;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x22 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x22 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x22 > .item {
    min-width: 100%;
    min-height: unset;
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x22 > .item {
    min-width: 100%;
    min-height: unset;
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2x22 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list2x22 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
  height: auto;
}
.t-list2x22 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-2k-1 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-2k-1 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-2k-1 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-2k-1 > .item {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 2px;
  border-left-width: 0.8rem;
  border-left-color: #FFBC8F;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-2k-1 > .item {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-2k-1 > .item {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-2k-1 > .item {
    min-width: 100%;
    min-height: unset;
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-2k-1 > .item {
    min-width: 100%;
    min-height: unset;
    max-width: 100%;
    max-height: unset;
  }
}
.t-2k-1 > .item > div {
  width: 100%;
  flex: 1;
}
.t-2k-1 > .item > div > div.tag-header {
  background: #ceeefe;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 2rem;
  flex: 1;
  min-width: 2rem;
  max-width: 2rem;
}
.t-2k-1 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
  height: auto;
}
.t-2k-1 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.bg-transparent {
  background: transparent !important;
}

.box {
  width: 100%;
  height: 100%;
  background: red;
  position: relative;
  top: 0;
}

button {
  outline-style: solid;
  outline-width: 2px;
  border-style: unset;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
button.button-primary {
  outline-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
}
button.button-primary:hover {
  background-color: var(--color-primary-hover);
}
button.button-primary:active {
  background-color: var(--color-primary-dark);
}
button.button-primary.outline {
  background-color: transparent;
  color: var(--color-primary);
}
button.button-primary.outline:hover {
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
}
button.button-primary.outline:active {
  background-color: var(--color-primary-dark);
  color: var(--color-text-on-primary);
}
button.button-secondary {
  outline-color: var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-text-on-secondary);
}
button.button-secondary:hover {
  background-color: var(--color-secondary-hover);
}
button.button-secondary:active {
  background-color: var(--color-secondary-dark);
}
button.button-secondary.outline {
  background-color: transparent;
  color: var(--color-secondary);
}
button.button-secondary.outline:hover {
  background-color: var(--color-secondary);
  color: var(--color-text-on-secondary);
}
button.button-secondary.outline:active {
  background-color: var(--color-secondary-dark);
  color: var(--color-text-on-secondary);
}
button.button-accent {
  outline-color: var(--color-accent);
  background-color: var(--color-accent);
  color: var(--color-text-on-primary);
}
button.button-accent:hover {
  background-color: var(--color-accent-hover);
}
button.button-accent:active {
  background-color: var(--color-accent-dark);
}
button.button-accent.outline {
  background-color: transparent;
  color: var(--color-accent);
  background-color: transparent;
}
button.button-accent.outline:hover {
  background-color: var(--color-accent);
  color: var(--color-text-on-accent);
}
button.button-accent.outline:active {
  background-color: var(--color-accent-dark);
  color: var(--color-text-on-accent);
}

table.a {
  min-width: 100%;
  border-style: none;
  border-collapse: collapse;
  outline-style: solid;
  outline-color: black;
  outline-width: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  table-layout: fixed;
}
table.a > thead {
  background-color: var(--color-primary-dark);
}
table.a > thead > tr > th {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
}
table.a > thead > tr > th.id, table.a > thead > tr > th.name, table.a > thead > tr > th.release-at, table.a > thead > tr > th.create-at, table.a > thead > tr > th.download {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
table.a > tbody > tr > td {
  background-color: transparent;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.a > tbody > tr > td:hover {
  /*@include background($color: var(--color-primary-hover));*/
}
table.a > tbody > tr > td.id {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  text-align: center;
}
table.a > tbody > tr > td.name {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  text-align: left;
}
table.a > tbody > tr > td.release-at, table.a > tbody > tr > td.create-at, table.a > tbody > tr > td.download {
  width: 150px;
  min-width: 150px;
  max-width: 170px;
  text-align: center;
}

.dialog-screen {
  display: none;
}

body > .dialog-screen {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5em);
  width: 100%;
  height: 100%;
  display: none;
  outline-style: none;
}
body > .dialog-screen.active, body > .dialog-screen.visible {
  display: flex;
  position: fixed;
}
body > .dialog-screen > div.dialog-window {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 90%;
  outline-style: none;
}
@media (min-width: 1025px) and (min-aspect-ratio: 1.0714285714) {
  body > .dialog-screen > div.dialog-window {
    width: 50%;
    height: 90%;
  }
}
body > .dialog-screen > div.dialog-window > div.dialog-container {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  background-color: var(--background-color);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  width: 100% !important;
  height: var(--dialog-header-height) !important;
  min-width: 100% !important;
  min-height: var(--dialog-header-height) !important;
  max-width: 100% !important;
  max-height: var(--dialog-header-height) !important;
  overflow: hidden;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 6em);
  height: auto;
  text-align: center;
  font-weight: bold;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-close {
  height: calc(100% - 1em);
  aspect-ratio: 1;
  position: absolute;
  right: 0.5em;
  border-top-right-radius: 1em;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADbklEQVR4nNyaz04UTxDHP8AvP7159MABoyeMRxN9D/TikQP/TFy4yCuAF+FxfAAJBo/Gm95MQBMS8AIuO2smqSK1tT0zPTO9C2Mnk93sTHd/vl1VvdXd8x/1y4xcmfntIfAceAo8BuaB+8A9uX8GnAA/gK/AZ+AQ+G7amAWGck2szJrvOWQP+AhcmM5jrwup25O2Qn0kKzPm+wKwB5w6oCugL58DsZC9Bu4ZW/dU2lwo6LNV0RGZA7YduMJ42KJR98+pICtkW/oihTW0oSfAgQPPHFRdF8pcG1bIgfRpGWoXVf9SgjAVeKyQM+mbJpZQ1Rtu1FOClwmx1tioawl9cM0E52DC8CERAxPsa7Ei1FRLZiQs/KTAQ0JUhFpjyTGOFZ22FoHfUvkm4EMiBsK06FjHRj830VHA56cN70Uoy5EwjllBf3grD/6Zgr/XEZEJ01AYR1xJzTEvU5cP2ir/7Ef+iXmgzNSP7e9KGOctuyrZr+E6/p6fy6vqhcTG1FO2fW+FPHM8NwFT1pjeP5bpbdcFW8xI6nO70saxyZfKRGjdc2G+Lj2jsMoVND6WTf1VuVfkfqG5fdXUX3Z+XuZ6aoWeFXBokqsqH+6b0cvL3QoRZfBad9e1XXZp8nio8A+AS2OiqkDMAiB3SkQUwYfqxPStjJfCzivnPlUjMHT+WiUiBj5m4GzfaqmcnfcR/lcUjEVgK2ZQtLOVCGvFitA4zNn50NACsSJSw1sL5Ox8MY3FNFAmQkH/l89NuexvKy3gh441Z+enAanTSJUIm/rOJYS3rDn79Y5C07wntJraNOBzxhreVdv2eTGRLYyUOwoxJbULhVZP+r1N8Ba6UMogVngN2C257G8pRIwEcappVOF1qnxtnvf3kk6jKf7IPOAbMyj9CYgY+SNrm0p4MJ/ZlglNkko0TeayCviiZC4kImuTzNEwnd6RupoSF83zZS6ndfdc21UBPJJOh8xed0GzVQAfEzcaM60WNE2WlCfAOvDOjUxRMIaWlDvSxq82S8rOL+qbbqtkCbdVYi0X3Fah6xtbVkRntxb5FzZ36fr2uhZ/OnMbDjgan9Ksm8Zv6ohpvS48zlQv5I9jOOVDvnPpmzbHrZ0+ZsWp7+RBt5ZOv2pgy6172aOJytDrNo+AZzVft/kEfHPgKi66/A0AAP//aNBQ7AyGjhEAAAAASUVORK5CYII=);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  cursor: pointer;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-close:hover, body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-close:active {
  background-color: rgba(255, 255, 255, 0.8);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1em;
  background-color: var(--background-color);
  width: calc(100% - 4em);
  height: var(--dialog-content-height);
  min-width: calc(100% - 4em);
  min-height: var(--dialog-content-min-height);
  max-width: calc(100% - 4em);
  max-height: var(--dialog-content-max-height);
  overflow-y: auto;
  padding: 1rem;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color-secondary);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content::-webkit-scrollbar-track {
  border-radius: 0;
  background: var(--color-primary-hover);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--background-color);
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  width: 100% !important;
  height: var(--dialog-footer-height) !important;
  min-width: 100% !important;
  min-height: var(--dialog-footer-height) !important;
  max-width: 100% !important;
  max-height: var(--dialog-footer-height) !important;
  overflow: hidden;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative,
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 30% !important;
  height: 60% !important;
  min-width: 30% !important;
  min-height: 60% !important;
  max-width: 30% !important;
  max-height: 60% !important;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  border-style: solid;
  border-width: 0.1em;
  overflow: hidden;
  cursor: pointer;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative:hover, body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative:active,
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive:hover,
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive:active {
  color: white;
  border-color: #000000;
  background-color: #191919;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative {
  border-color: #808080;
  background-color: var(--color-secondary);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive {
  border-color: #1C1C1C;
  background-color: var(--color-secondary);
}

.no-overflow {
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer.bba {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 20%;
  padding-right: 20%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer.bba {
    padding-top: 1rem;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .footer.bba {
    padding-top: 1rem;
    padding-left: 8%;
    padding-right: 8%;
  }
}

.ts {
  text-shadow: 0px 0px 0px #ffffff;
}

span.c-file,
span.c-file2,
span.c-word,
span.c-pdf {
  opacity: 0.7;
  cursor: pointer;
}
span.c-file:hover,
span.c-file2:hover,
span.c-word:hover,
span.c-pdf:hover {
  opacity: 1;
}

input {
  border: none;
}

div.list-2kg {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 8rem;
  width: 100%;
  height: auto;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg {
    max-width: 100%;
    max-height: unset;
  }
}
div.list-2kg.t1 {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
}
div.list-2kg.t1 > .item {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding: 0;
  background-color: white;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
div.list-2kg.t1 > .item > .number {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 4rem;
  flex: 1;
  min-width: 4rem;
  max-width: 4rem;
  padding: 1rem;
  border-style: none;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #b4d4e4;
  background-color: #ceeefe;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t1 > .item > .content {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  height: auto;
  flex: 1;
  padding: 0.5rem;
}
div.list-2kg.t1 > .item > .content > div.title {
  width: 100%;
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
  margin-block: 0.4rem;
}
div.list-2kg.t1 > .item > .content > div.date {
  width: 100%;
  flex: 1;
  font-size: 1.1rem;
  font-weight: bold;
  margin-block: 0.4rem;
}
div.list-2kg.t1 > .item > .content > div.text {
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
  margin-block: 0.4rem;
}
div.list-2kg.t2 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
}
div.list-2kg.t2 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: white;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t2 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t2 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t2 > .item > .number {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 0.6rem;
  font-size: 2rem;
  font-weight: bold;
}
div.list-2kg.t2 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
}
div.list-2kg.t2 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t3 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
}
div.list-2kg.t3 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: white;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t3 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t3 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t3 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  padding: 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t3 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t4 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t4 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: #cceeff;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 1px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t4 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t4 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t4 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t4 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #3b3b3b;
}
div.list-2kg.t4-2 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t4-2 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t4-2 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t4-2 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t4-2 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t4-2 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: black;
}
div.list-2kg.t5 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t5 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: #cceeff;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 1px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t5 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t5 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t5 > .item > div.icon {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 3rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: #237cba;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t5 > .item > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
div.list-2kg.t5 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t5 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t5-2 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t5-2 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: #cceeff;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 1px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t5-2 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t5-2 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t5-2 > .item > div.icon {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 3rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: #237cba;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t5-2 > .item > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
div.list-2kg.t5-2 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t5-2 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
  margin-block: 0.6rem;
}
div.list-2kg.t5-3 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t5-3 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: #cceeff;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 1px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t5-3 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t5-3 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t5-3 > .item > div.icon {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 3rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: #237cba;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t5-3 > .item > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
div.list-2kg.t5-3 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t5-3 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t6 {
  display: flex;
  position: relative;
  flex-direction: ror;
  flex-wrap: wrap;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t6 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
  height: auto;
  padding: 0.5rem;
  background-color: #eff8ff;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-top-width: 8px;
  border-top-color: #237cba;
  overflow: visible;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t6 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t6 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t6 > .item > div.number {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 3rem;
  aspect-ratio: 1;
  background-color: #237cba;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
div.list-2kg.t6 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t6 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t7 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t7 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1%;
  width: 31.33%;
  height: auto;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t7 > .item {
    margin: 1%;
    width: 48%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t7 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t7 > .item > div.day {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
div.list-2kg.t7 > .item > div.time {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  font-weight: bold;
}
div.list-2kg.t7 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t7 > .item > div.text > ul {
  margin-left: -1rem;
}
div.list-2kg.t8 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t8 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1%;
  width: 48%;
  height: auto;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t8 > .item {
    margin: 1%;
    width: 48%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t8 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t8 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: unset;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 2%;
}
div.list-2kg.t8 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: unset;
  font-size: 0.8rem;
  font-weight: bold;
  color: #3f3f3f;
}
div.list-2kg.t8 > .item > div.text > ol,
div.list-2kg.t8 > .item > div.text > ul {
  margin-left: -1rem;
}
div.list-2kg.t8-2 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t8-2 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1%;
  width: 48%;
  height: auto;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t8-2 > .item {
    margin: 1%;
    width: 48%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t8-2 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t8-2 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: unset;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 2%;
}
div.list-2kg.t8-2 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: unset;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t8-2 > .item > div.text > ol,
div.list-2kg.t8-2 > .item > div.text > ul {
  margin-left: -1rem;
}
div.list-2kg.t9 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t9 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  padding-left: 5rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t9 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t9 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t9 > .item > div.icon {
  position: absolute;
  left: -4.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 4rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: transparent;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t9 > .item > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
div.list-2kg.t9 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: calc(100% - 5rem);
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  white-space: wrap;
  word-break: break-all;
}
div.list-2kg.t9 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
  white-space: wrap;
  word-break: break-all;
}
div.list-2kg.t10 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t10 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t10 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t10 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t10 > .item > div.icon {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 3rem;
  aspect-ratio: 1;
  padding: 0.8rem;
  background-color: transparent;
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t10 > .item > div.icon > svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white;
  color: white;
}
div.list-2kg.t10 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
}
div.list-2kg.t10 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: black;
}
div.list-2kg.t11 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t11 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1%;
  width: 48%;
  height: auto;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t11 > .item {
    margin: 1%;
    width: 48%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t11 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t11 > .item > div.number {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: unset;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
  margin-top: 2%;
  margin-bottom: 2%;
  border-bottom-style: solid;
  border-bottom-color: #b4d4e4;
  border-bottom-width: 0.15rem;
}
div.list-2kg.t11 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: unset;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 2%;
}
div.list-2kg.t11 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: unset;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t11 > .item > div.text > ul {
  margin-left: -1rem;
}
div.list-2kg.t12 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
  align-items: stretch;
}
div.list-2kg.t12 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1%;
  width: 98%;
  height: auto;
  padding: 0.5rem;
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.list-2kg.t12 > .item {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.list-2kg.t12 > .item {
    width: 100%;
    flex: unset;
  }
}
div.list-2kg.t12 > .item > div.number {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: unset;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
  margin-top: 2%;
  margin-bottom: 2%;
  border-bottom-style: solid;
  border-bottom-color: #b4d4e4;
  border-bottom-width: 0.15rem;
}
div.list-2kg.t12 > .item > div.title {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  height: unset;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2%;
  margin-bottom: 2%;
}
div.list-2kg.t12 > .item > div.text {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  flex: unset;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
div.list-2kg.t12 > .item > div.text > ul {
  margin-left: -1rem;
}

div.table-2kg {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 8rem;
  width: 100%;
  height: auto;
}
@media (min-width: 601px) and (max-width: 1024px) {
  div.table-2kg {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  div.table-2kg {
    max-width: 100%;
    max-height: unset;
  }
}
div.table-2kg.t1 {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  min-width: 100%;
  min-height: unset;
  max-width: 100%;
  max-height: unset;
}
div.table-2kg.t1 > .item {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding: 0;
  background-color: white;
  border-style: solid;
  border-color: #b4d4e4;
  border-width: 2px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  align-items: stretch;
}
div.table-2kg.t1 > .item > .number {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 4rem;
  flex: 1;
  min-width: 4rem;
  max-width: 4rem;
  padding: 1rem;
  border-style: none;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #b4d4e4;
  background-color: #ceeefe;
  font-size: 1.2rem;
  font-weight: bold;
}
div.table-2kg.t1 > .item > .content {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  height: auto;
  flex: 1;
  padding: 0.5rem;
}
div.table-2kg.t1 > .item > .content > div.title {
  width: 100%;
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
}
div.table-2kg.t1 > .item > .content > div.date {
  width: 100%;
  flex: 1;
  font-size: 1.1rem;
  font-weight: bold;
}
div.table-2kg.t1 > .item > .content > div.text {
  width: 100%;
  flex: 1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6d6767;
}
