/* number of elements */
.pg_about__section {
  padding: 0;
  overflow: hidden;
}
.pg_about__section--bg_blue {
  background-color: var(--pg-color-main-very-light);
}
.pg_about__section--bg_blue_dark {
  background-color: var(--pg-color-main);
}
.pg_about__section--bg_blue_img {
  background-image: image-set(var(--pg-bg-papers-url));
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--pg-bg-papers-color);
}
@media only screen and (max-width: 767px) {
  .pg_about__section--bg_blue_img {
    background-size: cover;
  }
}
.pg_about__section--bg_white_shadow::before {
  content: "";
  display: block;
  box-shadow: 0px 0 45px 2px hsla(205.88deg, 100%, 30%, 0.2902);
  height: 1px;
  width: 65%;
  margin: auto;
  margin-top: -1px;
}
.pg_about__body {
  margin-top: 5em;
  margin-bottom: 5em;
}

.pg_about_header__main {
  margin: 5em 0;
}
.pg_about_header__image {
  position: relative;
}
.pg_about_header__image::before {
  content: "";
  display: block;
  background-image: url(/templates/pps/images/pg_about/books_bg.webp);
  opacity: 0.65;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 120%;
  position: absolute;
}

.pg_about_header_image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_about_header_image__image {
  max-width: 85%;
  max-height: 85%;
  position: relative;
  z-index: 2;
}
.pg_about_header_image__sticker {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 3;
}
.pg_about_header_image__rating {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .pg_about_header_image__rating {
    right: 5%;
    bottom: 5%;
  }
}

.pg_about_header_image_sticker {
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 1em;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5em 2em 0;
  width: 7em;
  padding: 1.5em 1em;
  text-align: center;
}
.pg_about_header_image_sticker__label {
  font-family: var(--pg-font-family-title);
  color: hsl(0deg, 0%, 0%);
  font-weight: 700;
  font-size: 1.1875em;
}
.pg_about_header_image_sticker__years {
  font-family: var(--pg-font-family-title);
  color: var(--pg-color-main);
  font-weight: 700;
  font-size: 3.8125em;
  line-height: 1em;
}
.pg_about_header_image_sticker__unit {
  font-family: var(--pg-font-family-title);
  color: hsla(0deg, 0%, 0%, 0.3);
  font-weight: 700;
  font-size: 2em;
}

.pg_about_header_image_rating {
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 1em;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5em 2em 0;
  width: 20em;
  padding: 1.5em 1em;
}
.pg_about_header_image_rating__image {
  margin-bottom: 0.5em;
}
.pg_about_header_image_rating__text {
  color: var(--pg-color-paragraph);
  font-family: var(--pg-font-family-normal);
  font-size: 0.875em;
  font-weight: 400;
  font-style: italic;
}
.pg_about_header_image_rating__name {
  color: var(--pg-color-main);
  font-family: var(--pg-font-family-normal);
  font-size: 0.875em;
  font-weight: 700;
}

.pg_about_tile {
  font-size: 0.85em;
  border: 0.1em solid hsl(204deg, 43%, 91%);
  padding: 1em;
  width: 20em;
  height: 6em;
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  gap: 1em;
  box-shadow: hsla(0deg, 0%, 0%, 0.07) 0 0.5em 1em;
}
.pg_about_tile__fr_icon {
  background-color: hsla(205deg, 100%, 68%, 0.13);
  padding: 0.8em;
  line-height: 0;
  border: 0.1em solid hsl(204deg, 43%, 91%);
  border-radius: 0.3em;
  flex-shrink: 0;
}
.pg_about_tile__icon {
  color: var(--pg-color-main);
}
.pg_about_tile__title {
  color: var(--pg-color-main);
  font-family: var(--pg-font-family-normal);
  font-weight: 600;
}
.pg_about_tile__text {
  font-size: 0.8em;
  line-height: 1.5em;
}

.cmpt_about_context {
  margin-bottom: 5em;
}
.cmpt_about_context__contents {
  display: none;
}
.cmpt_about_context__accordion {
  margin: 3em 0;
}
.cmpt_about_context__img {
  max-width: 90%;
}

.cmpt_about_context_context {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cmpt_about_context_context::before {
  content: "";
  display: block;
  box-shadow: 0px 0 5em 1em hsla(205.9deg, 100%, 30%, 0.17);
  height: 60%;
  margin-left: -5.5em;
  width: 5em;
  border-radius: 50%;
}
.cmpt_about_context_context__inner {
  margin: 0 0 0 5em;
  width: 100%;
}

.cmpt_about_context_menu__fr_item {
  display: block;
  position: relative;
  cursor: pointer;
}
.cmpt_about_context_menu__fr_item input {
  visibility: hidden;
  height: 1px;
  width: 1px;
  display: inline;
  position: absolute;
}
.cmpt_about_context_menu__fr_item input:checked ~ .cmpt_about_context_menu__item {
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 0.2em;
  box-shadow: 0 0.25em 1.5em 0 hsla(205.2deg, 100%, 27.1%, 0.14);
}
.cmpt_about_context_menu__item {
  display: block;
  padding: 1.5em;
  text-align: left;
}
.cmpt_about_context_menu__item .cmpt_about_context__title {
  display: none;
}
.cmpt_about_context_menu__icon {
  color: hsl(114deg, 100%, 36%);
  font-size: 1.2em;
  width: 2em;
}
.cmpt_about_context_menu__text {
  color: var(--pg-color-main);
  font-weight: 600;
}

.cmpt_comment .owl-stage-outer .center {
  opacity: 1 !important;
}
.cmpt_comment .owl-stage-outer .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmpt_comment .owl-nav button.owl-next, .cmpt_comment .owl-nav button.owl-prev {
  outline: 0;
}
.cmpt_comment .owl-dots {
  text-align: center;
  margin: 1.5em 0;
}
.cmpt_comment .owl-dots button.owl-dot {
  outline: 0;
  border: 0;
  background-color: transparent;
}
.cmpt_comment .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background-color: hsl(0deg, 0%, 85%);
  margin: 0 5px;
}
.cmpt_comment .owl-dots .active {
  box-shadow: none;
}
.cmpt_comment .owl-dots .active span {
  background: var(--pg-color-main);
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.cmpt_comment_item {
  background-color: var(--pg-color-main-very-light);
  border-radius: 0.5em;
  border: none;
  margin: 0 2em;
}
.cmpt_comment_item__body {
  display: flex;
  flex-direction: column-reverse;
}
.cmpt_comment_item__author {
  align-items: center;
  justify-content: center;
}
.cmpt_comment_item__cite {
  margin-bottom: 2em;
  font-size: 0.9em;
  line-height: 1.9em;
  font-weight: 300;
}

.cmpt_comment_item_author {
  display: flex;
  flex-direction: row-reverse;
  gap: 1em;
}
.cmpt_comment_item_author__name {
  color: var(--pg-color-main);
  font-size: 1.1em;
  margin-bottom: 0.5em;
  text-align: left;
}
.cmpt_comment_item_author__function {
  color: var(--pg-color-paragraph);
  font-size: 0.9em;
  font-weight: 200;
  text-align: left;
  margin-bottom: 0;
  font-family: var(--pg-font-family-normal);
}
.cmpt_comment_item_author__fr_img {
  flex-shrink: 0;
  width: 5em;
  height: 5em;
}
.cmpt_comment_item_author__img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.pg_about_wide_doublecollor {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .pg_about_wide_doublecollor__item_left {
    width: 40%;
  }
}
.pg_about_wide_doublecollor__item_right {
  /*background-color: hsl(203, 60%, 94%);*/
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}
.pg_about_wide_doublecollor__item_right::before {
  position: absolute;
  content: "";
  display: block;
  box-shadow: 0 0 5em 1em hsla(177deg, 48%, 25%, 0.17);
  width: 100%;
  height: 2em;
  top: -2em;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .pg_about_wide_doublecollor__item_right::before {
    top: 0;
    height: 100%;
    margin-left: -2em;
    width: 2em;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .pg_about_wide_doublecollor__inner--short {
    max-width: 30em;
  }
}

.pg_about_floating_buttons {
  padding: 2em;
  display: flex;
  gap: 1em;
  background-color: var(--pg-color-main-saturation-light);
  flex-wrap: wrap;
  justify-content: center;
}

.pg_about_title_white {
  color: white;
}

.cmpt_scroll_horizontal__frame {
  display: flex;
  justify-content: center;
}
.cmpt_scroll_horizontal__scrollable {
  overflow: hidden;
  display: inline-flex;
  max-width: 100vw;
}
.cmpt_scroll_horizontal__arrow {
  width: 3em;
  aspect-ratio: 1;
}

@media screen and (min-width: 768px) {
  .pg_about_who:nth-child(even) .pg_about_who__image {
    order: 2;
  }
  .pg_about_who:nth-child(even) .pg_about_who__text {
    order: 1;
  }
}
@media screen and (max-width: 769px) {
  .pg_about_who:nth-child(even) {
    border-top: 1px solid hsl(178deg, 59%, 21%);
    box-shadow: inset 0 1em 4em 0 rgba(0, 0, 0, 0.25);
  }
}

.pg_about_who_image {
  position: relative;
  text-align: center;
  z-index: 0;
}
.pg_about_who_image__main {
  max-width: 100%;
}
.pg_about_who_image__cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pg_about_who_image {
    margin-bottom: -5em;
  }
}

.pg_about_who_info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.pg_about_who_info__title {
  color: hsl(0deg, 0%, 100%);
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.4375em;
  margin-bottom: 1em;
}
.pg_about_who_info__title--sub {
  font-family: var(--pg-font-family-normal);
  font-weight: 700;
  font-size: 1.25em;
}
.pg_about_who_info__info {
  font-weight: 400;
  color: hsl(0deg, 0%, 100%);
  margin-bottom: 3em;
}

.pg_about_who_info_list__item {
  color: hsl(0deg, 0%, 100%);
  font-weight: 400;
  line-height: 2em;
}
.pg_about_who_info_list__item::marker {
  color: var(--pg-color-secondary);
}