@charset "UTF-8";
html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  color: #231f20;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}

body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

a {
  text-decoration: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, b, strong {
  margin: 0;
  font-weight: normal;
}

img {
  border: none;
  margin: 0;
  max-width: 100%;
  height: auto;
}

input, textarea, button {
  color: currentColor;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input:active, textarea:active, button:active,
input:focus, textarea:focus, button:focus {
  outline: 0;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 20;
}

.o-content {
  width: calc(100% - 2.5rem);
  max-width: calc(1780px - 2.5rem);
  margin: 0 auto;
}
.o-content--clear {
  width: calc(100% - 0.5rem);
}
@media (max-width: 1120px) {
  .o-content--clear {
    width: calc(100% - 1.5rem);
  }
}
.o-content--clear::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

.o-wrapper {
  width: 100%;
  min-height: 100vh;
}

.o-hidden {
  display: none;
}

.o-space {
  height: 11.25rem;
  display: block;
}
@media (max-width: 900px) {
  .o-space {
    height: 7.5rem;
  }
}
.o-space--xs {
  height: 3.75rem;
}

.o-title {
  margin-bottom: 1.375rem;
}
.o-title h1 {
  font-size: 3.75rem;
}
@media (max-width: 900px) {
  .o-title h1 {
    font-size: 1.875rem;
  }
}
.o-title > *:not(h1, .o-title__link) {
  font-weight: 500;
  font-size: 2.5rem;
}
@media (max-width: 900px) {
  .o-title > *:not(h1, .o-title__link) {
    font-size: 1.375rem;
  }
}
.o-title > *:not(h1, .o-title__link):first-child {
  line-height: 1.2em;
}
.o-title__link {
  text-decoration: underline;
  font-size: 1.375rem;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 900px) {
  .o-title__link {
    font-size: 1rem;
  }
}
.o-title--btn {
  display: grid;
  grid-template-columns: 1fr auto 6rem;
  grid-gap: 0.3rem;
  align-items: end;
}
.o-title--link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0.3rem;
  align-items: end;
}
.o-title--sub > * {
  font-size: 1.875rem;
}
.o-title--info {
  grid-gap: 0 0.3rem;
}
.o-title--info > p {
  grid-column: 1;
  font-size: 1rem !important;
  margin: 0;
}
.o-title--info .o-title__label {
  text-transform: uppercase;
}
.o-title--xs.o-title > h1, .o-title--xs.o-title h2, .o-title--xs.o-title h3 {
  font-size: 1.875rem;
}
.o-title--xs.o-title > p {
  font-size: 1rem;
  margin: 0;
}

.o-font-full {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.o-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.5rem;
}
@media (max-width: 1120px) {
  .o-grid {
    grid-gap: 2.5rem 1.375rem;
  }
}
@media (max-width: 900px) {
  .o-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .o-grid {
    grid-gap: 2.5rem 1rem;
  }
}
.o-grid--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1120px) {
  .o-grid--4 {
    grid-gap: 1rem;
  }
}
@media (max-width: 900px) {
  .o-grid--4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .o-grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}
.o-grid--6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 1120px) {
  .o-grid--6 {
    grid-gap: 1rem;
  }
}
.o-grid:has(.c-card--work) {
  align-items: end;
}

.o-alert {
  font-size: 0.75rem;
  font-weight: 400;
}

.o-select {
  width: 100%;
  position: relative;
}
.o-select::after {
  content: "v";
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  pointer-events: none;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-select select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0;
  border: 1px solid currentColor;
  background-color: transparent;
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.05em;
  appearance: none;
  line-height: 1rem;
}
@media (max-width: 1120px) {
  .o-select select {
    width: max-content;
    padding: 0.75rem 1.875rem 0.75rem 1rem;
  }
}
.o-select select:not(option) {
  text-transform: uppercase;
}
.o-select select:focus {
  outline: none;
  background-color: #e5e5e5;
}

.o-nav {
  padding: 0.3rem 0;
  width: 100%;
}
.o-nav--fixed {
  background-color: #fff;
  top: 6.1rem;
  position: sticky;
  z-index: 3;
}
@media (max-width: 1120px) {
  .o-nav--fixed {
    top: 5.7rem;
  }
}
@media (max-width: 900px) {
  .o-nav--fixed {
    top: 2.9rem;
  }
}
@media (max-width: 1120px) {
  .o-nav--fixed .o-content {
    overflow: auto;
  }
}
@media (max-width: 1120px) {
  .o-nav--fixed .o-nav__form {
    white-space: nowrap;
    width: max-content;
    min-width: 100%;
  }
}
.o-nav__form {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .o-nav__form {
    gap: 1rem;
  }
}
.o-nav:has(:nth-child(6)) .o-nav__form {
  gap: 1rem;
}
@media (max-width: 900px) {
  .o-nav--none .o-nav__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .o-nav--none .o-nav__form .o-btn--width {
    box-sizing: border-box;
  }
}

.o-btn--line {
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media (min-width: 1120px) {
  .o-btn--line:hover {
    background-color: #e5e5e5;
  }
}
.o-btn--line.is-active {
  background-color: #e5e5e5;
}
.o-btn--width {
  width: 100%;
}
.o-btn--float {
  display: block;
  position: fixed;
  bottom: 1rem;
  right: 1.25rem;
  z-index: 5;
  background-color: #fff;
  border: 1px solid currentColor;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  display: none;
}
@media (max-width: 620px) {
  .o-btn--float {
    display: block;
  }
}
.o-btn--link {
  font-size: 0;
  width: 2rem;
  height: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}

.o-input > * {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0;
  border: 1px solid currentColor;
  background-color: transparent;
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.05em;
  appearance: none;
  box-sizing: border-box;
  line-height: 1em;
  display: block;
}

.o-error {
  text-align: center;
  min-height: calc(100dvh - 29rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .o-error {
    min-height: calc(100dvh - 3rem);
  }
}

.o-search {
  width: 100%;
  display: flex;
  border: 1px solid currentColor;
  padding: 0 1rem;
}
.o-search input {
  width: 100%;
}
.o-search .o-btn {
  width: 2rem;
}

.c-header {
  padding-top: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  position: sticky;
  background-color: #fff;
  color: #231f20;
}
@media (max-width: 900px) {
  .c-header {
    padding-top: 0;
  }
}
.c-header__logo {
  display: block;
}
@media (max-width: 1120px) {
  .c-header__logo {
    margin-right: auto;
  }
}
.c-header__logo img {
  height: 1.375rem;
  width: auto;
  width: fit-content;
  width: auto;
}
@media (max-width: 1120px) {
  .c-header__logo img {
    display: block;
    padding: 0.75rem 0;
  }
}
.c-header__int {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 1120px) {
  .c-header__int:first-child {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 0.3rem;
    border-bottom: 1px solid currentColor;
    align-items: center;
    padding-bottom: 0;
  }
  .c-header__int:nth-child(2) {
    display: none;
  }
}
.c-header__info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1.875rem;
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.05em;
}
.c-header__info * {
  margin: 0;
}
@media (max-width: 1120px) {
  .c-header__info * {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 1120px) {
  .c-header__info {
    grid-column: 1/3;
    grid-row: 1;
    gap: 0.75rem;
    border-bottom: 1px solid currentColor;
  }
}
@media (max-width: 900px) {
  .c-header__info {
    display: none;
  }
}
.c-header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  border: 1px solid currentColor;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
.c-header__menu a.is-active {
  color: #231f20;
}
@media (min-width: 1120px) {
  .c-header__menu a:hover {
    opacity: 0.7;
  }
}
.c-header__menu-item {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding: 0.75rem 0;
}
.c-header__menu-item--sub:last-child .c-header__menu-sub {
  left: initial;
  right: 0;
}
@media (min-width: 1120px) {
  .c-header__menu-item--sub:hover .c-header__menu-sub {
    display: flex;
  }
}
.c-header__menu-item--black {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1rem;
  text-transform: uppercase;
}
.c-header__menu-item--black:first-child {
  margin-top: 0;
}
.c-header__menu-item--point::before {
  content: "» ";
}
.c-header__menu-sub {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: min-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  display: none;
  background-color: #fff;
}
.c-header__menu-inter {
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.c-header__menu-search input {
  border-bottom: 1px solid currentColor;
  width: 9rem;
}
.c-header__line {
  width: max-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem;
  min-width: 100%;
  width: -moz-available;
  border: 1px solid currentColor;
  border-top: none;
}
.c-header__line span {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1rem;
}
.c-header__line span:first-child {
  margin-top: 0;
}
.c-header__line .c-header__menu-item {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 0;
}
.c-header__line .c-header__menu-item--black {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1rem;
}
.c-header__line .c-header__menu-item--black:first-child {
  margin-top: 0;
}
.c-header__btn {
  display: none;
}
@media (max-width: 1120px) {
  .c-header__btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 0.75rem;
    box-sizing: border-box;
  }
}
.c-header__btn-icon {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.3rem 0;
}

.is-header .c-header {
  position: fixed;
  top: 0;
  color: #fff;
  background-color: transparent;
}
.is-header .c-header__menu-sub {
  background-color: transparent;
}
.is-header .c-header__logo img {
  filter: invert(1);
}
.is-header .c-header.is-active {
  background-color: #fff;
  color: #231f20;
}
.is-header .c-header.is-active .c-header__logo img {
  filter: initial;
}
.is-header .c-header.is-active .c-header__menu-sub {
  background-color: #fff;
}

@media (max-width: 1120px) {
  .is-menu {
    overflow: hidden;
  }
  .is-menu .c-header {
    position: fixed;
    background-color: #fff;
    color: #231f20;
    height: 100%;
    overflow: auto;
    padding-top: 0;
  }
  .is-menu .c-header__logo img {
    filter: initial;
  }
  .is-menu .c-header__int:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 4;
    padding-top: 1rem;
  }
}
@media (max-width: 1120px) and (max-width: 900px) {
  .is-menu .c-header__int:first-child {
    padding-top: 0;
  }
}
@media (max-width: 1120px) {
  .is-menu .c-header__int:nth-child(2) {
    display: flex;
  }
  .is-menu .c-header__menu {
    flex-direction: column;
    border: none;
    position: relative;
    padding: 3rem 0;
    align-items: flex-start;
    gap: 0;
  }
  .is-menu .c-header__menu-inter {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    width: 100%;
    border-bottom: 1px solid currentColor;
  }
  .is-menu .c-header__menu-search input {
    width: calc(88vw - 13rem);
  }
  .is-menu .c-header__menu .o-btn--search {
    width: 3rem;
  }
  .is-menu .c-header__menu-sub {
    position: relative;
    display: flex;
  }
  .is-menu .c-header__line {
    border: none;
  }
  .is-menu .c-header__line .c-header__menu-item {
    padding: 0.3rem 0;
  }
  .is-menu .c-header__lan {
    width: 3rem;
    text-align: center;
  }
}
.c-footer {
  margin: 3.75rem auto;
}
.c-footer *:not(h3, .c-footer__text, .c-footer__text *) {
  font-size: 1.375rem;
  font-weight: 500;
}
@media (max-width: 900px) {
  .c-footer *:not(h3, .c-footer__text, .c-footer__text *) {
    font-size: 1.125rem;
  }
}
.c-footer h3 {
  font-size: 0.75rem;
  font-weight: 300;
}
.c-footer__int {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.375rem;
}
@media (max-width: 900px) {
  .c-footer__int {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .c-footer__column:nth-child(3) {
    grid-column: 1/3;
  }
}
.c-footer__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.375rem;
}
.c-footer__list a {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer__list a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 300ms ease;
}
@media (min-width: 1120px) {
  .c-footer__list a:hover::after {
    width: 100%;
  }
}
.c-footer__list a.is-active::after {
  width: 100%;
}
.c-footer__list--row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-footer__text * {
  font-size: 0.75rem;
}
.c-footer__text ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 0.75rem;
  flex-wrap: wrap;
  padding: 0;
}
.c-footer__text ul li:not(:last-child)::after {
  content: "|";
  padding-left: 0.75rem;
}
.c-footer__text ul a {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer__text ul a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 300ms ease;
}
@media (min-width: 1120px) {
  .c-footer__text ul a:hover::after {
    width: 100%;
  }
}
.c-footer__text ul a.is-active::after {
  width: 100%;
}

.c-card {
  width: 100%;
  position: relative;
  display: grid;
  grid-gap: 0;
  height: fit-content;
}
.c-card > * {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}
.c-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.66;
  object-fit: cover;
}
.c-card__img[src=""] {
  display: none;
}
.c-card__title {
  margin: 0.75em 0;
  font-size: 1.875rem;
}
@media (max-width: 900px) {
  .c-card__title {
    font-size: 1.375rem;
  }
}
.c-card__subtitle {
  font-size: 1.375rem;
  margin: -0.75em 0 0.75em;
}
@media (max-width: 900px) {
  .c-card__subtitle {
    font-size: 1.125rem;
  }
}
.c-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-card__label {
  text-transform: uppercase;
}
.c-card__footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.c-card__footer-tag {
  padding: 0 0.3rem;
  border: 1px solid currentColor;
  font-size: 0.75rem;
  font-weight: 400;
}
.c-card--slider {
  color: #fff;
  align-items: end;
  position: relative;
}
.c-card--slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9803921569) 10%, transparent 90%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-card--slider .o-content {
  display: grid;
  margin: 0 auto;
  height: fit-content;
  grid-row: 1;
  grid-column: 1;
  padding: 1rem 0;
  z-index: 2;
}
.c-card--slider .c-card__img {
  max-height: 100vh;
  max-height: 100dvh;
  object-fit: cover;
  grid-row: 1;
  grid-column: 1;
}
.c-card--slider .c-card__title {
  font-size: 3.75rem;
  font-weight: 500;
  margin: 0;
}
.c-card--slider .c-card__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}
.c-card--slider .c-card__date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
  grid-row: 1;
}
.c-card--invert {
  height: 100%;
  min-height: 10rem;
  align-content: end;
}
.c-card--invert .c-card__label {
  grid-row: 1;
  color: #8d8d8d;
  line-height: 1.4em;
}
.c-card--invert .c-card__date {
  grid-row: 2;
  line-height: 1.4em;
}
.c-card--invert .c-card__title {
  grid-row: 3;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.c-card--post .c-card__label {
  text-transform: uppercase;
  margin-top: 1rem;
}
.c-card--piece .c-card__title {
  font-size: 1.375rem;
}
.c-card--piece .c-card__title .c-card__date::before {
  content: ", ";
}
@media (max-width: 900px) {
  .c-card--piece .c-card__title {
    font-size: 1.125rem;
  }
}
.c-card--piece .c-card__label {
  text-transform: uppercase;
  margin-top: 1rem;
}
.c-card--work.js-work-masonry {
  float: left;
  width: calc(25% - 2rem);
  padding: 0 1rem 2rem;
}
@media (max-width: 1120px) {
  .c-card--work.js-work-masonry {
    width: calc(25% - 1rem);
    padding: 0 0.5rem 2rem;
  }
}
@media (max-width: 900px) {
  .c-card--work.js-work-masonry {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 620px) {
  .c-card--work.js-work-masonry {
    width: calc(50% - 1rem);
  }
}
.c-card--work .c-card__title {
  font-size: 1.375rem;
}
.c-card--work .c-card__title .c-card__date::before {
  content: ", ";
}
@media (max-width: 900px) {
  .c-card--work .c-card__title {
    font-size: 1.125rem;
  }
}
.c-card--work .c-card__img {
  aspect-ratio: initial;
}
.c-card--work .c-card__label {
  text-transform: uppercase;
  margin-top: 1rem;
}
.c-card--label .c-card__img {
  margin-bottom: 0.3rem;
}
.c-card--label .c-card__date {
  grid-row: 2;
  line-height: 1.4em;
  font-size: 0.75rem;
  font-weight: 400;
}
.c-card--label .c-card__label {
  grid-row: 3;
  line-height: 1.4em;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0;
}
.c-card--pages {
  align-items: end;
  grid-template-rows: 1fr auto;
  padding: 1.875rem;
  box-sizing: border-box;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1/1.8;
  max-height: calc(100vh - 10rem);
  color: #fff;
}
@media (max-width: 900px) {
  .c-card--pages {
    padding: 1rem;
  }
}
@media (max-width: 620px) {
  .c-card--pages {
    padding: 0.75rem;
  }
}
.c-card--pages::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9803921569) 10%, transparent 90%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .c-card--pages::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9803921569) 100%, transparent 0%);
  }
}
@media (min-width: 1120px) {
  .c-card--pages:hover .c-card__img {
    transform: scale(1.05);
  }
}
.c-card--pages .c-card__img {
  aspect-ratio: initial;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-card--pages .c-card__title {
  font-size: 1.375rem;
  font-weight: 400;
  z-index: 2;
  letter-spacing: 0.05em;
}
.c-card--pages .c-card__text {
  font-weight: 400;
  font-size: 0.75rem;
  z-index: 2;
}
.c-card--pages .c-card__link {
  z-index: 2;
}
.c-card--page {
  border: 1px solid currentColor;
  padding: 0.3rem 0.75rem;
  box-sizing: border-box;
}
.c-card--page .c-card__title {
  font-size: 1.375rem;
  font-weight: 500;
}
.c-card--agenda {
  top: 0;
  right: 0;
  background-color: #e5e5e5;
  box-sizing: border-box;
  padding: 0.3rem;
}
.c-card--agenda .c-card__img {
  aspect-ratio: 1/0.66;
  object-fit: cover;
  margin: -0.3rem;
  margin-bottom: 0;
  max-width: initial;
  width: calc(100% + 0.6rem);
}
.c-card--agenda .c-card__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
  margin: 1rem 0;
}
.c-card--agenda .c-card__subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0;
}
.c-card--agenda .c-card__date {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4em;
}
.c-card--agenda .c-card__label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4em;
}
.c-card--agenda .c-card__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4em;
}
.c-card--sidebar {
  border: 1px solid currentColor;
  padding: 0.3rem;
  box-sizing: border-box;
}
.c-card--sidebar .c-card__img {
  aspect-ratio: 1/0.66;
  object-fit: cover;
  margin: 0.3rem 0;
}
.c-card--sidebar .c-card__date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
  grid-row: 1;
}
.c-card--sidebar .c-card__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4em;
}
.c-card--sidebar .c-card__text {
  grid-row: 4;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Roboto Mono", monospace;
}
.c-card--sidebar .c-card__label {
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Roboto Mono", monospace;
  margin-bottom: 0.75rem;
}
.c-card--text .c-card__title {
  margin-bottom: 0;
}
.c-card--text .c-card__subtitle {
  margin: 0 0 0.75em;
}
.c-card--text .c-card__text {
  margin-bottom: 1rem;
}
.c-card--text .c-card__date {
  margin-top: 1rem;
}
.c-card--full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 900px) {
  .c-card--full {
    grid-template-columns: 1fr;
  }
}
.c-card--full .c-card__img {
  aspect-ratio: initial;
}
.c-card--full .c-card__img iframe {
  width: 100%;
  aspect-ratio: 1/0.56;
  height: auto;
}
.c-card--full .c-card__img video {
  width: 100%;
  aspect-ratio: 1/0.56;
  height: auto;
}

.c-carousel .c-card--work {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.js-carousel-items .c-card--work .c-card__title {
  font-size: 1.125rem;
  min-height: 6rem;
  padding-bottom: 1.05rem;
}
.js-carousel-items .c-card--work .c-card__title .c-card__date {
  font-size: 1.125rem;
  line-height: 1.4em;
}
.js-carousel-items .c-card--work .c-card__date {
  font-size: 0.75rem;
}
.js-carousel-items .c-card--work:has(> .c-card__date) .c-card__title {
  padding-bottom: 0;
}

.c-carousel {
  width: 100%;
}
.c-carousel .splide__arrows {
  position: absolute;
  bottom: calc(100% + 1.375rem);
  right: 0;
  width: 6rem;
  height: 3rem;
}
.c-carousel .splide__arrow {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.375rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.c-carousel .splide__arrow:disabled {
  display: none;
}
.c-carousel .splide__arrow svg {
  display: none;
}
.c-carousel .splide__arrow--prev {
  left: 0;
}
.c-carousel .splide__arrow--prev::after {
  content: "<";
}
.c-carousel .splide__arrow--next {
  right: 0;
}
.c-carousel .splide__arrow--next::after {
  content: ">";
}
.c-carousel .splide__track {
  height: fit-content;
}
.c-carousel--text {
  background-color: #5b6230;
  color: #fff;
  padding: 1rem;
  box-sizing: border-box;
}
.c-carousel--text .splide__arrow {
  color: #231f20;
}
.c-carousel--not-arrow .splide__arrows {
  display: none;
}
.c-carousel--fade .splide__track {
  overflow: initial;
}
.c-carousel--fade .splide__list {
  overflow: initial;
}
.c-carousel .splide__arrows {
  display: none;
}
.c-carousel:has(.splide__slide:nth-child(4)) .splide__arrows {
  display: block;
}
@media (max-width: 900px) {
  .c-carousel:has(.splide__slide:nth-child(4)) .splide__arrows {
    display: none;
  }
}
@media (max-width: 900px) {
  .c-carousel:has(.splide__slide:nth-child(3)) .splide__arrows {
    display: block;
  }
}

.c-newsletter *:not(.o-alert) {
  font-size: 1.375rem;
  font-weight: 500;
}
.c-newsletter__form {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 0 1.375rem;
}
.c-newsletter label {
  border-bottom: 1px solid currentColor;
}
.c-newsletter input {
  font-size: 1.375rem;
  font-weight: 700;
}
.c-newsletter input::placeholder {
  color: currentColor;
}
.c-newsletter__btn {
  grid-row: 1/3;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.c-newsletter .o-alert {
  grid-column: 1/3;
  grid-row: 4;
}

.c-agenda__content {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
.c-agenda__item {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.c-agenda__item .c-card {
  display: none;
  pointer-events: none;
}
.c-agenda__row {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 3fr 2fr;
  grid-gap: 1.125rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid currentColor;
}
@media (min-width: 1120px) {
  .c-agenda__row:hover + .c-card {
    display: grid;
  }
}

.c-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 2.5rem;
  pointer-events: none;
  transition: 0.6s ease;
  z-index: 4;
  height: 100%;
}
.c-sidebar__label {
  pointer-events: all;
  width: 2.5rem;
  height: 10rem;
  top: 7rem;
  position: absolute;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  writing-mode: sideways-lr;
  line-height: 2.5rem;
  text-align: center;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border: 1px solid currentColor;
  border-right: none;
  left: 0;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 1;
}
.c-sidebar__wrapper {
  width: 0;
  overflow: hidden;
  transition: 0.6s ease;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
}
.c-sidebar__content {
  padding: 1.375rem 1rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 15rem;
  box-sizing: border-box;
}

.is-sidebar .c-sidebar {
  width: 17.5rem;
  z-index: 6;
}
.is-sidebar .c-sidebar__wrapper {
  width: 15rem;
  border-left: 1px solid currentColor;
  overflow: auto;
}
.is-sidebar .c-sidebar__label {
  left: -1px;
}

.c-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.5rem;
}
@media (max-width: 900px) {
  .c-page {
    grid-gap: 2.5rem 1rem;
  }
}
.c-page .s-text > *:not(iframe, .u-iframe, img, .wp-caption, .c-page__carousel, p:has(iframe)) {
  max-width: 40rem;
}
.c-page .s-text iframe, .c-page .s-text .u-iframe, .c-page .s-text img, .c-page .s-text .aligncenter, .c-page .s-text .c-page__carousel, .c-page .s-text p:has(iframe), .c-page .s-text h1, .c-page .s-text h2, .c-page .s-text h3 {
  clear: both;
}
.c-page .o-ancla {
  position: relative;
  top: -8rem;
  display: block;
}
.c-page__title {
  grid-column: 1/4;
  margin-top: 3.75rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2.5rem;
}
@media (max-width: 900px) {
  .c-page__title {
    margin-top: 1.875rem;
  }
}
.c-page__title h2 {
  font-size: 1rem;
}
.c-page__sidebar {
  height: fit-content;
  position: sticky;
  top: 8rem;
}
@media (max-width: 900px) {
  .c-page__sidebar {
    top: initial;
    position: relative;
    grid-column: 1/4;
  }
}
.c-page__sidebar nav {
  font-size: 1.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media (max-width: 900px) {
  .c-page__sidebar nav {
    font-size: 1.125rem;
  }
}
.c-page__sidebar nav a {
  font-weight: 500;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  width: fit-content;
}
.c-page__sidebar nav a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 300ms ease;
}
@media (min-width: 1120px) {
  .c-page__sidebar nav a:hover::after {
    width: 100%;
  }
}
.c-page__sidebar nav a.is-active::after {
  width: 100%;
}
.c-page__slider {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2.5rem;
}
.c-page__text {
  grid-column: 2/4;
  max-width: 40rem;
}
@media (max-width: 900px) {
  .c-page__text {
    grid-column: 1/4;
  }
}
.c-page__next {
  grid-column: 1/4;
  grid-gap: 2.5rem;
  margin-top: 3.75rem;
}
.c-page:has(.c-page__slider) .c-page__text {
  grid-column: 1/4;
}
.c-page__carousel {
  width: 100%;
  margin: 1.125rem auto;
}
.c-page__carousel-item {
  height: calc(100dvh - 15rem);
  width: fit-content;
  max-width: 100%;
  position: relative;
}
.c-page__carousel-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.c-page__carousel-item p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  background-color: rgba(255, 255, 255, 0.4784313725);
  backdrop-filter: blur(2px);
  margin: 0 !important;
  font-size: 0.75rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.05em;
}
.c-page__carousel .splide {
  width: 100%;
}
.c-page__carousel .splide__arrow {
  background-color: transparent;
  opacity: 1;
}
.c-page__carousel .splide__arrow svg {
  filter: drop-shadow(1px 1px 5px #fff);
}
.c-page--single .s-text {
  max-width: initial;
}
.c-page--single .c-page__text {
  grid-column: 1/4;
  max-width: initial;
}
.c-page--single .c-page__carousel-item {
  height: calc(100dvh - 15rem);
  width: fit-content;
  max-width: 100%;
  aspect-ratio: initial;
}

.c-accordion {
  display: block;
  border-top: 1px solid currentColor;
}
.c-accordion__item {
  display: block;
  border-bottom: 1px solid currentColor;
}
.c-accordion__item.is-active .c-accordion__header .o-btn {
  transform: rotate(45deg);
}
.c-accordion__item.is-active .c-accordion__content {
  opacity: 1;
  visibility: visible;
  max-height: fit-content;
}
.c-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  cursor: pointer;
}
.c-accordion__header .o-btn {
  transition: all 0.3s ease;
  font-size: 1.125rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
}
.c-accordion__title {
  font-weight: 500;
  font-size: 1rem;
}
.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0;
}
.c-accordion__content > * {
  padding-bottom: 0.75rem;
}
.c-accordion--menu {
  width: calc(100% + 3rem);
  left: -2rem;
  position: relative;
  margin-bottom: -0.3rem;
}
.c-accordion--menu .c-accordion__item:last-child {
  border-bottom: none;
}
.c-accordion--menu .c-accordion__item.is-active .c-accordion__title::before {
  transform: translateY(-50%) rotate(135deg);
}
.c-accordion--menu .c-accordion__header {
  padding: 0.3rem 1rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-accordion--menu .c-accordion__title {
  position: relative;
  padding-left: 1rem;
}
.c-accordion--menu .c-accordion__title::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.c-accordion--menu .c-accordion__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 1px;
  background-color: currentColor;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion--menu .c-nav-item {
  padding: 0 1rem;
  display: block;
}
.c-accordion--menu .c-nav-item:last-child {
  padding-bottom: 0.3rem;
}
@media (min-width: 1120px) {
  .c-accordion--menu .c-nav-item:hover {
    text-decoration: underline;
  }
}
.c-accordion--menu .c-nav-item.is-active {
  text-decoration: underline;
}

.c-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 1rem;
}
.c-area .o-title--xs {
  position: sticky;
  height: fit-content;
  top: 10rem;
}
@media (max-width: 1120px) {
  .c-area .o-title--xs {
    position: relative;
    top: initial;
    grid-column: 1/7;
  }
}
.c-area .o-grid {
  grid-column: 2/7;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1120px) {
  .c-area .o-grid {
    grid-column: 1/7;
  }
}
@media (max-width: 900px) {
  .c-area .o-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 620px) {
  .c-area .o-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-break {
  width: 100%;
  background-color: #e5e5e5;
  padding: 2.5rem 1.875rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 1.875rem;
}
@media (max-width: 1120px) {
  .c-break {
    grid-gap: 1.125rem;
    padding: 2.5rem 1.25rem;
  }
}
@media (max-width: 900px) {
  .c-break {
    grid-gap: 1.125rem 1.375rem;
    grid-template-columns: 1fr 1fr;
  }
}
.c-break .s-text {
  font-size: 1.375rem;
  font-weight: 500;
}
@media (max-width: 1120px) {
  .c-break .s-text {
    font-size: 1.125rem;
  }
}
.c-break .s-text:first-child {
  font-size: 1.875rem;
}
@media (max-width: 900px) {
  .c-break .s-text:first-child {
    font-size: 1.375rem;
    grid-column: 1/3;
  }
}
.c-break .s-text h1, .c-break .s-text h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
@media (max-width: 900px) {
  .c-break .s-text h1, .c-break .s-text h2 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.c-break .s-text h3 {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
@media (max-width: 900px) {
  .c-break .s-text h3 {
    font-size: 1.375rem;
    margin-bottom: 1.375rem;
  }
}
.c-break .s-text h4, .c-break .s-text h5 {
  font-size: 1.375rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media (max-width: 900px) {
  .c-break .s-text h4, .c-break .s-text h5 {
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
.c-break--video {
  padding: 0;
  height: 100vh;
  height: 100dvh;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1120px) {
  .c-break--video {
    height: auto;
    overflow: initial;
  }
}
.c-break--video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 120vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 177.7777777778vh;
  height: 100vh;
}
@media (min-aspect-ratio: 16/9) {
  .c-break--video iframe {
    width: calc(100vw + 10rem);
    height: calc((100vw + 10rem) * 0.5625);
  }
}
.c-break__title {
  padding: 1rem 3rem;
  background-color: #fff;
  box-sizing: border-box;
  width: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1120px) {
  .c-break__title {
    position: relative;
    bottom: initial;
    width: 100%;
    text-align: center;
  }
}
.c-break__title h1 {
  font-size: 3.75rem;
}
@media (max-width: 900px) {
  .c-break__title h1 {
    font-size: 1.875rem;
  }
}
.c-break__title h2 {
  font-size: 1.875rem;
}
@media (max-width: 900px) {
  .c-break__title h2 {
    font-size: 1.375rem;
  }
}
.c-break--full {
  display: block;
}

.c-slider {
  margin-top: 0;
  position: relative;
  grid-column: 1/4;
}
.c-slider .splide__arrow {
  background-color: transparent;
  height: 100%;
  width: 4rem;
}
.c-slider .splide__arrow--next {
  right: 0;
}
.c-slider .splide__arrow--prev {
  left: 0;
}
.c-slider .js-open-zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: zoom-in;
}
.c-slider .o-btn {
  display: none;
  background-color: transparent;
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  padding: 1rem;
  line-height: 0.75rem;
}
@media (max-width: 900px) {
  .c-slider .o-btn {
    right: 0;
  }
}
@media (max-width: 620px) {
  .c-slider .o-btn {
    right: 0;
  }
}
.c-slider .o-btn--link {
  display: flex;
  top: 0;
}
.c-slider__js {
  width: 100%;
}
.c-slider__item {
  width: 100%;
}
.c-slider__item-img {
  width: 100%;
  height: calc((100vw - 2.5rem) / 100 * 66);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100dvh - 10rem);
}
.c-slider__item-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.c-slider__btn {
  width: 4rem;
  height: 4rem;
  display: block;
  background-image: url(../img/mas.png);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.c-slider--single .splide__arrow {
  top: 50%;
}
@media (max-width: 900px) {
  .c-slider--single .splide__arrow {
    top: 50%;
  }
}
.c-slider--single .splide__pagination {
  position: relative;
  bottom: initial;
}
.c-slider--single .splide__pagination__page {
  height: 1rem;
  width: 1rem;
  opacity: 1;
}
.c-slider--single .splide__pagination__page.is-active {
  transform: initial;
}
@media (min-width: 1120px) {
  .c-slider--single .splide__pagination__page:hover {
    transform: initial;
  }
}
.c-slider--full {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
@media (max-width: 1120px) {
  .c-slider--full {
    max-height: 100dvh;
    height: 56vw;
  }
}
.c-slider--full .splide {
  width: 100%;
  height: 100%;
}
.c-slider--full .splide__arrow:disabled {
  display: none;
}
.c-slider--full .splide__track {
  height: 100%;
}
.c-slider--full .splide__list {
  height: 100%;
}
.c-slider--full .splide__slide {
  height: 100%;
}
.c-slider--full .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-zoom {
  overflow: hidden;
}
.is-zoom .js-open-zoom {
  display: none;
}
.is-zoom .c-slider {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
}
.is-zoom .c-slider .o-btn {
  display: flex;
}
.is-zoom .c-slider .o-btn--link {
  display: none;
}
.is-zoom .c-slider .o-content {
  width: 100%;
  height: 100%;
}
.is-zoom .c-slider__item {
  height: 100%;
}
.is-zoom .c-slider__item-img {
  display: block;
  height: 100%;
  max-height: initial;
}
.is-zoom .c-slider__item-info {
  position: absolute;
  left: 3rem;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  max-width: calc(100% - 6rem);
}
@media (max-width: 900px) {
  .is-zoom .c-slider__item-info {
    left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 620px) {
  .is-zoom .c-slider__item-info {
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}
.is-zoom .c-slider .splide {
  height: 100%;
}
.is-zoom .c-slider .splide__track {
  height: 100%;
}
.is-zoom .c-slider .splide__list {
  height: 100%;
}
.is-zoom .c-slider .splide__slide {
  height: 100%;
}
.is-zoom .c-slider .splide__arrow {
  display: none;
}
.is-zoom .c-slider__btn {
  background-image: url(../img/menos.png);
}

.is-notzoom .c-slider__item-img {
  cursor: pointer !important;
  touch-action: auto !important;
  pointer-events: none;
}
.is-notzoom .c-slider__item-img img {
  cursor: pointer !important;
  touch-action: auto !important;
  transition: 0s !important;
  transform: initial !important;
}

.js-splide__work:has(.splide__slide:only-child) .splide__arrow {
  display: none;
}

.s-text > *:not(h5) {
  margin: 1rem 0;
  line-height: 1.4em;
}
.s-text > *:not(h5):first-child {
  margin-top: 0;
}
.s-text > *:not(h5):last-child {
  margin-bottom: 0;
}
.s-text a {
  text-decoration: underline;
}
.s-text p {
  margin: 1rem 0;
}
.s-text b, .s-text strong {
  font-weight: 500;
}
.s-text h5 {
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}
.s-text ul {
  list-style: square;
  box-sizing: border-box;
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  border-bottom: 1px solid #231f20;
  display: block;
}
.s-text blockquote {
  margin: 1rem 0;
  padding: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.375rem;
}
.s-text blockquote * {
  font-size: 1.375rem;
}
.s-text blockquote ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0.3rem;
  padding: 0;
}
.s-text blockquote ul * {
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  line-height: initial;
  letter-spacing: -0.05em;
}
.s-text blockquote ul li:nth-child(2n+1) {
  grid-column: 1;
}
.s-text blockquote ul li:nth-child(2n+2) {
  grid-column: 2;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: fit-content;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.3rem auto 0;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.05em;
}
.s-text .aligncenter {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 1rem auto;
  text-align: center;
}
.s-text .aligncenter.wp-caption {
  max-width: 100%;
}
.s-text .aligncenter.wp-caption p {
  text-align: left;
}
.s-text .alignleft {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  float: left;
  max-width: calc(100% - 1rem);
  position: relative;
  text-align: left;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1rem);
  text-align: left;
}
.s-text .alignleft p {
  text-align: left;
}
.s-text .alignright {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignright.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright.wp-caption p {
  text-align: right;
}
.s-text iframe {
  aspect-ratio: 1/0.56;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 8rem);
  clear: both;
}
.s-text iframe[data-testid] {
  aspect-ratio: initial;
  max-width: 40rem;
  height: revert-layer;
  margin: 0 auto;
  display: block;
}
.s-text iframe[sandbox] {
  aspect-ratio: initial;
  max-width: 40rem;
  height: revert-layer;
  margin: 0 auto;
  display: block;
}
.s-text iframe[data-mce-fragment] {
  max-width: 40rem;
}
.s-text iframe#mapa {
  max-width: 40rem;
}
.s-text p:has(iframe) {
  max-width: initial;
}
.s-text video {
  width: 100%;
  position: relative;
  aspect-ratio: 1/0.56;
}
.s-text audio {
  width: 100%;
}
.s-text h1 {
  font-size: 3.75rem;
}
@media (max-width: 900px) {
  .s-text h1 {
    font-size: 1.875rem;
  }
}
.s-text h2 {
  font-size: 1.875rem;
}
@media (max-width: 900px) {
  .s-text h2 {
    font-size: 1.375rem;
  }
}
.s-text h3 {
  font-size: 1.375rem;
}
@media (max-width: 900px) {
  .s-text h3 {
    font-size: 1.125rem;
  }
}
.s-text h4 {
  font-size: 1.125rem;
}
@media (max-width: 900px) {
  .s-text h4 {
    font-size: 1rem;
  }
}
.s-text h6 a {
  text-decoration: none;
  font-size: 1.125rem;
  border: 1px solid #231f20;
  padding: 0.3rem 1.125rem;
  font-family: "Manrope", sans-serif;
  display: block;
  width: fit-content;
}
@media (min-width: 1120px) {
  .s-text h6 a:hover {
    background-color: #231f20;
    color: #fff;
  }
}
.s-text--max > *:not(iframe, .u-iframe, img, .wp-caption, .c-page__carousel, p:has(iframe), h5) {
  max-width: 40rem;
  margin: 1rem auto;
}
.s-text--max > *:not(iframe, .u-iframe, img, .wp-caption, .c-page__carousel, p:has(iframe), h5):first-child {
  margin-top: 0;
}
.s-text--max > *:not(iframe, .u-iframe, img, .wp-caption, .c-page__carousel, p:has(iframe), h5):last-child {
  margin-bottom: 0;
}
.s-text--max p:has(iframe) {
  max-width: initial;
}
.s-text--max h5 {
  margin: 0 auto;
}
.s-text--xs {
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: -0.05em;
}

.splide__sr {
  display: none !important;
}

.is-none {
  display: none;
}

/*# sourceMappingURL=style.css.map */
