html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  color: #212222;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  html, body {
    width: 100%;
  }
}
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;
}

h1 {
  font-family: "Mulish", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}

h2 {
  font-family: "Mulish", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #212222;
}

h3 {
  font-family: "Mulish", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}

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;
}

.o-content {
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.o-comodin {
  position: absolute;
  top: -60px;
  pointer-events: none;
}

.o-wrapper {
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.6);
}

.o-hidden {
  display: none;
}

.o-section {
  margin: 2rem auto;
  position: relative;
}
.o-section .o-content > *:first-child {
  margin-top: 0;
}
.o-section .o-content > *:last-child {
  margin-bottom: 0;
}
.o-section__ancla {
  position: absolute;
  top: -60px;
  height: 10px;
  pointer-events: none;
  width: 100%;
  z-index: -1;
}
.o-section--double .o-content {
  column-count: 2;
  column-gap: 1rem;
}
.o-section--double .c-block {
  margin: 0 0 2rem;
  display: inline-block;
}
.o-section--double .c-block__content {
  grid-template-columns: 1fr;
}
.o-section--double .c-block--title {
  column-span: all;
  display: block;
}
.o-section--full .c-block {
  margin: 1rem 0 0;
}
.o-section--full .c-block__content {
  grid-template-columns: 1fr;
}
.o-section--full .c-block__desc.s-text {
  font-size: 1rem;
}

.o-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-icon .material-symbols-outlined {
  font-size: 1.2rem;
}

.o-color {
  color: #F55458;
}

.o-background {
  background-color: #F55458;
}

.o-btn {
  background-color: #F55458;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0rem;
  width: fit-content;
  font-size: "Mulish", sans-serif;
  font-weight: 600;
}

.c-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.c-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.c-header__menu {
  width: auto;
  -webkit-overflow-scrolling: touch;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  z-index: 3;
}
.c-header__menu-nav {
  display: flex;
  padding: 10px 0;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-header__menu-nav::-webkit-scrollbar {
  display: none;
}
.c-header__menu-item {
  position: relative;
  padding: 9px 1rem;
  display: block;
  white-space: nowrap;
  font-size: 0.8rem;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.c-header__menu-item.is-active {
  text-decoration: underline;
}
.c-header__menu-item img {
  height: calc(1rem + 18px);
  width: auto;
  max-width: initial;
  margin: -9px 0;
  position: relative;
  display: block;
}

.c-footer {
  width: 100%;
  display: block;
  padding: 3rem 2rem 1.5rem;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: right;
  font-size: 0.8rem;
}
.c-footer p {
  color: #909090;
}
.c-footer a {
  color: #212222;
}

.c-block {
  margin: 2rem auto;
  width: 100%;
}
.c-block.c-block--has-separate-page {
  cursor: pointer;
}
.c-block--title .c-block__content {
  display: block;
}
.c-block__content {
  display: grid;
  grid-template-columns: 8rem 1fr;
  grid-template-rows: 1fr auto;
  grid-gap: 0 1rem;
  align-items: flex-start;
}
.c-block__content-01 {
  grid-row: 1/3;
}
.c-block__content-02:first-child {
  grid-column: 1/3;
}
.c-block__image {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.c-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 0rem;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.6);
}
.c-block__title {
  font-weight: 600;
  font-size: 1rem;
}
.c-block__desc.s-text {
  font-size: 0.8rem;
}
.c-block__desc-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #909090;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-block__desc-nav:nth-child(2) {
  grid-column: 1/3;
}
.c-block__desc-nav > *:nth-child(2):last-child {
  margin-right: auto;
}

.c-top {
  margin: 2rem auto;
}
.c-top p {
  font-size: 0.8rem;
}
.c-top.s-text * {
  margin: 0;
  line-height: 1.2em;
}
.c-top * {
  margin: 0;
  line-height: 1.2em;
}

.c-gallery__item {
  width: 12rem;
  position: relative;
  height: fit-content;
  border-radius: 0rem;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.c-gallery__item:first-child {
  margin-left: 2rem;
}
.c-gallery__item:last-child {
  margin-right: 2rem;
}
.c-gallery__item-img {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
}
.c-gallery__item-img img {
  border-radius: 0rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}
.c-gallery__item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-sizing: border-box;
  justify-content: flex-end;
  color: #fff;
}
.c-gallery__item-info::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(240, 240, 232, 0) 100%);
  backdrop-filter: blur(1px);
}
.c-gallery__item-info p {
  margin: 0;
  font-size: 0.8rem;
  position: relative;
}

.c-single {
  width: 600px;
  height: 100%;
  top: 100%;
  left: calc(50% - 300px);
  position: fixed;
  z-index: 10;
  background-color: #fff;
}
.c-single.is-active {
  top: 0;
  overflow: auto;
  transition: 600ms;
}
@media (max-width: 600px) {
  .c-single {
    width: 100%;
    left: 0;
  }
}
.c-single__page {
  width: 100%;
  min-height: 100%;
  position: absolute;
}
.c-single__page-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  text-align: center;
  gap: 0rem;
  color: #fff;
  height: 0;
  padding: 0 1rem;
  box-sizing: border-box;
  z-index: 5;
  color: #212222;
  cursor: pointer;
}
.c-single__page-nav::before {
  content: "";
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.c-single__page-nav-item {
  font-size: 0.8rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.c-single__page-nav.is-title .c-single__page-nav-item {
  display: flex;
}
.c-single__page-nav .o-icon {
  cursor: pointer;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.c-single__page-banner {
  position: relative;
  width: 100%;
  height: fit-content;
  padding-top: 6rem;
}
.c-single__page-banner > img {
  width: 100%;
  display: block;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  object-fit: cover;
  height: 30rem;
  margin: -6rem 0 0;
}
@media (max-width: 600px) {
  .c-single__page-banner > img {
    height: 105vw;
  }
}
.c-single__page-banner::after {
  content: "";
  width: 100%;
  height: 8rem;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4682247899) 100%);
  display: block;
  position: absolute;
  display: none;
}
.c-single__page-banner.is-active::after {
  display: none;
}
.c-single__page-banner-info {
  left: 1rem;
  position: relative;
  background: #fff;
  width: calc(100% - 2rem);
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  margin: -2rem 0rem 2rem;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.c-single__page-banner-info-title {
  font-family: "Mulish", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-single__page-banner-info-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #909090;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
}
.c-single__page-banner-info-flex > *:nth-child(2):last-child {
  margin-right: auto;
}
.c-single__page-banner-info .s-text {
  font-size: 0.8rem;
}
.c-single__footer {
  width: 100%;
  position: sticky;
  bottom: 0;
  top: 100%;
  background-color: #fff;
  padding: 2rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: rgb(245, 247, 242);
  background: linear-gradient(0deg, rgb(245, 247, 242) 20%, rgba(245, 247, 242, 0) 100%);
}
.c-single__footer > p {
  font-size: 0.8rem;
}

.c-table {
  width: 100%;
  color: #909090;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-table__file {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0.5rem;
}
.c-table__file--title {
  font-size: 1rem;
  font-weight: 400;
}
.c-table__file p {
  margin: 0;
}
.c-table__column {
  grid-column: span 2;
}

.s-text .c-table p {
  margin: 0;
}

.c-full {
  width: 100%;
  position: relative;
  height: auto;
}
.c-full__splide {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.c-full__item {
  position: relative;
}
.c-full__item-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.c-full__item-img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-full__item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  box-sizing: border-box;
  justify-content: flex-end;
  color: #fff !important;
}
.c-full__item-info p,
.c-full__item-info h1,
.c-full__item-info h2,
.c-full__item-info h3,
.c-full__item-info h4,
.c-full__item-info h5,
.c-full__item-info h6 {
  color: #fff !important;
}
.c-full__item-info::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(240, 240, 232, 0) 100%);
}
.c-full__item-info p {
  margin: 0;
  position: relative;
}
.c-full__content {
  width: 100%;
  padding-bottom: 75%;
}
.c-full__content .c-full__item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-full--16-9 .c-full__content {
  padding-bottom: 56%;
}
.c-full .s-text * {
  color: #fff;
}
.c-full .s-text *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 0.8rem;
}

.s-text > * {
  margin: 1rem 0;
  line-height: 1.4em;
}
.s-text > *:first-child {
  margin-top: 0;
}
.s-text > *:last-child {
  margin-bottom: 0;
}
.s-text p {
  margin: 1rem 0;
}
.s-text *:not(h1, h2, h3, h4, h5, h6) {
  color: #909090;
}
.s-text b, .s-text strong {
  font-weight: 700;
}
.s-text sup, .s-text sub {
  line-height: 0;
}
.s-text hr {
  clear: both;
  margin: 0;
  border: none;
  width: 100%;
  height: 1px;
  background-color: #909090;
  opacity: 0.3;
}
.s-text blockquote {
  margin: 1rem 0;
  width: 70%;
  box-sizing: border-box;
  border: none;
}
.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;
}
.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;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1rem);
}
.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 .u-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.6%;
  position: relative;
}
.s-text .u-iframe iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.s-text video {
  width: 100%;
  position: relative;
}
.s-text audio {
  width: 100%;
}

.splide__sr {
  display: none !important;
}

.material-symbols-outlined {
  vertical-align: bottom;
  font-size: 1.2em;
}

.c-block.c-block-inline {
  cursor: default;
}

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

body {
  font-family: 'TripSans', sans-serif;
}

.c-block__content {
  grid-template-columns: 8rem 1fr;
  grid-gap: 1rem;
  align-items: start;
}

.o-section--center {
  min-height: calc(100vh - 15rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.o-section--center .o-title {
  font-size: 11rem;
  line-height: 0.8em;
  text-indent: -0.03em;
}
.o-section--center a {
  text-decoration: underline;
}