/**
 * Display posts
 */
.wp-block-cs-gutenberg-blocks-display-posts * {
  box-sizing: border-box;
}
.wp-block-cs-gutenberg-blocks-display-posts__item {
  min-height: 20rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block-cs-gutenberg-blocks-display-posts__item:last-child() {
  margin-bottom: unset;
}
.wp-block-cs-gutenberg-blocks-display-posts__item > * {
  position: relative;
  z-index: 2;
}
.wp-block-cs-gutenberg-blocks-display-posts__item svg path {
  fill: currentColor;
}
.wp-block-cs-gutenberg-blocks-display-posts__item span {
  color: inherit;
}
.wp-block-cs-gutenberg-blocks-display-posts__item ul,
.wp-block-cs-gutenberg-blocks-display-posts__item li {
  color: inherit;
}
.wp-block-cs-gutenberg-blocks-display-posts__img-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.wp-block-cs-gutenberg-blocks-display-posts__img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset !important;
  height: 100% !important;
  width: 100%;
}
.wp-block-cs-gutenberg-blocks-display-posts__img-container figure {
  height: 100%;
  width: 100%;
}
.wp-block-cs-gutenberg-blocks-display-posts__date {
  display: flex;
  align-items: center;
  color: inherit;
}
.wp-block-cs-gutenberg-blocks-display-posts__date svg {
  margin-right: 0.8em;
}
.wp-block-cs-gutenberg-blocks-display-posts__date svg path {
  fill: currentColor;
}
.wp-block-cs-gutenberg-blocks-display-posts__heading {
  margin-bottom: 2em;
  display: inline-block;
  color: inherit;
  text-transform: uppercase;
}
.wp-block-cs-gutenberg-blocks-display-posts__categorys-name {
  margin-top: unset;
  margin-bottom: 1em;
}
.wp-block-cs-gutenberg-blocks-display-posts__content {
  position: relative;
  padding: 20px;
}
.wp-block-cs-gutenberg-blocks-display-posts ul {
  list-style: none !important;
  padding: unset !important;
  margin-left: unset !important;
  display: flex;
}
.wp-block-cs-gutenberg-blocks-display-posts ul li:nth-child(n+2) {
  margin-left: 1em;
}
.wp-block-cs-gutenberg-blocks-display-posts--grid .wp-block-cs-gutenberg-blocks-display-posts__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px;
  height: 100px;
  min-height: unset;
  -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 20px;
}
.wp-block-cs-gutenberg-blocks-display-posts--grid .wp-block-cs-gutenberg-blocks-display-posts__item:last-child() {
  margin-bottom: unset;
}
.wp-block-cs-gutenberg-blocks-display-posts--grid .wp-block-cs-gutenberg-blocks-display-posts__img-container {
  position: relative;
  width: 80px;
  height: 80px !important;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: NaN;
  grid-row-end: auto;
}
.wp-block-cs-gutenberg-blocks-display-posts--grid .wp-block-cs-gutenberg-blocks-display-posts__categorys-name {
  margin-bottom: unset !important;
}
.wp-block-cs-gutenberg-blocks-display-posts--grid .wp-block-cs-gutenberg-blocks-display-posts__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-bottom: unset !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
  position: relative;
  padding: unset;
  overflow-y: hidden;
}
.wp-block-cs-gutenberg-blocks-display-posts--grid .wp-block-cs-gutenberg-blocks-display-posts__heading {
  margin-bottom: unset;
}
.wp-block-cs-gutenberg-blocks-display-posts--column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

/*
* Tabs
*/
.wp-block-cs-gutenberg-blocks-tabs .nav-tab {
  list-style-type: none;
  margin-left: unset;
  margin-bottom: unset;
  padding: unset;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-cs-gutenberg-blocks-tabs .nav-tab li {
  display: flex;
}
.wp-block-cs-gutenberg-blocks-tabs .nav-tab .tab-item {
  cursor: pointer;
  border: 1px solid rgba(128, 128, 128, 0.5);
  padding: 1rem 2rem;
}
.wp-block-cs-gutenberg-blocks-tabs .nav-tab .tab-item.active {
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
}
.wp-block-cs-gutenberg-blocks-tabs:not(.init-cumulus-tab) .wp-block-cs-gutenberg-blocks-tabs-item {
  display: none;
}
.wp-block-cs-gutenberg-blocks-tabs:not(.init-cumulus-tab) .wp-block-cs-gutenberg-blocks-tabs-item:first-child {
  display: block;
}
.wp-block-cs-gutenberg-blocks-tabs .wp-block-cs-gutenberg-blocks-tabs-item {
  display: none;
  height: 460px;
  overflow-y: auto;
}
.wp-block-cs-gutenberg-blocks-tabs .wp-block-cs-gutenberg-blocks-tabs-item.active {
  display: block;
  padding: 2rem;
  border: 1px solid rgba(128, 128, 128, 0.5);
}

/*
* Member team
*/
.wp-block-cs-gutenberg-blocks-member-team {
  position: relative;
}
.wp-block-cs-gutenberg-blocks-member-team .wp-block-cs-gutenberg-blocks-member-team__text-1 p, .wp-block-cs-gutenberg-blocks-member-team .wp-block-cs-gutenberg-blocks-member-team__text-2 p {
  margin: unset;
}
.wp-block-cs-gutenberg-blocks-member-team--main {
  max-width: 600px;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__container {
  position: absolute;
  max-width: 600px;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: calc(100% - 125px);
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__background-text-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.wp-block-cs-gutenberg-blocks-member-team--main figure {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.wp-block-cs-gutenberg-blocks-member-team--main figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-1 {
  max-width: 600px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.5rem;
  position: relative;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-1 * {
  position: relative;
  z-index: 2;
  color: inherit;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-1 p {
  margin: unset;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-1 p:first-child {
  text-transform: uppercase;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-1 p:nth-child(n+2) {
  font-size: 1.8rem;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-2 {
  margin-top: 1.5rem;
  max-width: 600px;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-2 li,
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-2 a {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: inherit;
  font-weight: 600;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-2 a {
  opacity: 1;
  transition: opacity 0.3s;
}
.wp-block-cs-gutenberg-blocks-member-team--main .wp-block-cs-gutenberg-blocks-member-team__text-2 a:hover {
  opacity: 0.8;
}
.wp-block-cs-gutenberg-blocks-member-team--author {
  background: linear-gradient(to right, #091628, #265594);
  padding: 21px 0;
  -ms-grid-columns: 18rem 1fr;
  grid-template-columns: 18rem 1fr;
}
@media screen and (min-width: 580px) {
  .wp-block-cs-gutenberg-blocks-member-team--author {
    display: -ms-grid;
    display: grid;
  }
}
.wp-block-cs-gutenberg-blocks-member-team--author figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  position: relative;
  margin-bottom: 1.5rem;
}
.wp-block-cs-gutenberg-blocks-member-team--author figure:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #D9000D;
}
.wp-block-cs-gutenberg-blocks-member-team--author .is-style-rounded img {
  border: 2px solid #DCDDE1;
  border-radius: 50%;
}
.wp-block-cs-gutenberg-blocks-member-team--author .wp-block-cs-gutenberg-blocks-member-team__text-1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  position: unset;
  height: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  justify-content: center;
}
.wp-block-cs-gutenberg-blocks-member-team--author .wp-block-cs-gutenberg-blocks-member-team__text-1 * {
  font-size: 2.4rem;
  line-height: 1.3;
  color: inherit;
}

/*# sourceMappingURL=style-index.css.map*/