.table {
  width: 100%;
  border-collapse: collapse;
}
.table__tr:hover {
  background-color: #FBFBFB;
}
.table__tr--no-hover:hover {
  background-color: transparent;
}
.table__tr--clicked {
  cursor: pointer;
}
.table__th {
  padding: 10px;
  vertical-align: middle;
}
.table__td {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.table__td--left {
  text-align: left;
}
.table__td--right {
  text-align: right;
}
.table__td--center {
  text-align: center;
}
.table__td--100-p {
  width: 100%;
}
.table__td--sm {
  width: 50px;
}
.table__td--md {
  width: 200px;
}
.table__td--ws-nw {
  white-space: nowrap;
}
.table__td--action {
  white-space: nowrap;
  width: 100px;
}
.table__td--action > * + * {
  margin-left: 10px;
}
.table__td--no-border {
  border: none;
}
.table__td--border-top {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.table__big-text {
  max-height: 5em;
  overflow-y: auto;
}
.table__tr .table__td:first-child.table__td--left,
.table__tr .table__th:first-child.table__td--left {
  padding-left: 0;
}
.table__tr .table__td:last-child.table__td--right,
.table__tr .table__th:last-child.table__td--right {
  padding-right: 0;
}
.table__td {
  border-color: #EAEAEA;
}
.about-page-bg {
  background-color: #FDEC53;
}
.about-page-bg h1 {
  margin: 0;
  padding-top: 48px;
  margin-bottom: 35px;
}
.about-page-bg-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 145px;
  white-space: pre-line;
}
@media (min-width: 768px) {
  .about-page-bg-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 345px;
  }
}
.about-page-bg-columns > div {
  width: 100%;
}
.about-page-bg-columns > div + div {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .about-page-bg-columns > div {
    width: calc(50% - 25px);
  }
  .about-page-bg-columns > div + div {
    margin-top: 0px;
  }
}
.about-page-video {
  aspect-ratio: 2.16318786;
  margin-top: -100px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .about-page-video {
    margin-top: -300px;
  }
}
.about-page-video > img,
.about-page-video video,
.about-page-video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
}
.about-page .about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.about-page .about-grid + .about-grid {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .about-page .about-grid + .about-grid {
    margin-top: 86px;
  }
}
.about-page .about-grid-text {
  max-width: 70%;
}
@media (max-width: 768px) {
  .about-page .about-grid-text {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.about-page .about-grid-text-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.about-page .about-grid-text-desc {
  font-size: 14px;
  font-weight: 500;
}
.about-page .about-grid-text-bottom {
  margin-top: 14px;
}
.about-page .about-grid-text-bottom strong {
  font-size: 20px;
  font-weight: 700;
}
.about-page .about-grid-text-bottom span {
  margin-left: 9px;
  font-size: 16px;
  font-weight: 600;
}
.about-page .about-grid > div {
  width: 100%;
}
.about-page .about-grid > div img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .about-page .about-grid > div {
    max-width: calc(50% - 46px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .about-page .about-grid-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .about-page .about-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-page .about-product {
  background: #FDEC53;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .about-page .about-product span > br {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-page .about-product {
    padding: 100px 0px;
  }
}
.about-page .about-product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .about-page .about-product .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.about-page .about-product-image {
  width: 100%;
  aspect-ratio: 1.00496278;
  border-radius: 14px;
  margin-top: 24px;
  padding: 0px;
}
@media (min-width: 768px) {
  .about-page .about-product-image {
    max-width: calc(50% - 46px);
    padding: 40px;
    margin-top: 0px;
  }
}
.about-page .about-product-image img {
  max-width: 655px;
  width: 100%;
  border-radius: 14px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .about-page .about-product-text {
    margin-left: 80px;
  }
}
.about-page .about-product-text-title {
  font-size: 32px;
  font-weight: 600;
}
.about-page .about-product-text-name {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
}
.about-page .about-product-text-role {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.about-page .about-product-text-desc {
  font-size: 14px;
  font-weight: 500;
  margin-top: 28px;
}
.about-page .about-question .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 86px auto;
}
.about-page .about-question .container h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .about-page .about-question .container h3 {
    font-size: 32px;
  }
}
.about-page .about-question .container > div {
  max-width: 555px;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
}
.about-page .about-question .container a {
  margin-top: 39px;
  font-size: 14px;
  padding: 14px 51px;
  font-weight: 600;
  border-radius: 24px;
  background: #050505;
  border: none;
  color: white;
}
