.node {
  position: relative;
}
.node.node--view-mode-teaser, .node.node--view-mode-focus-teaser {
  background-color: #fff;
}
.node.node--view-mode-teaser .image-container a, .node.node--view-mode-focus-teaser .image-container a {
  position: relative;
  display: block;
}
.node.node--view-mode-teaser .image-container img, .node.node--view-mode-focus-teaser .image-container img {
  width: 100%;
  height: auto;
}
.node.node--view-mode-precontent .field--name-field-partner-s-event + .group-top-container {
  margin-top: 8px;
}
.node.node--view-mode-precontent .custom-date {
  padding: 12px 8px 8px 0;
}
.node.node--view-mode-precontent .field--name-title {
  color: #A71930;
  margin-top: 8px;
  max-width: 580px;
}
.node.node--view-mode-precontent .field--name-title h1 {
  margin-bottom: 0 !important;
  margin-block-end: 0;
  margin-block-start: 0;
}
.node.node--view-mode-precontent .field--name-field-resume,
.node.node--view-mode-precontent .field--name-field-summary {
  margin-top: 8px;
}
.node.node--view-mode-precontent .field--name-field-subtitle {
  margin-top: 4px;
  margin-bottom: 16px;
}
.node.node--view-mode-precontent .field--name-field-subtitle p {
  font-size: 2.3rem;
  font-family: "Merriweather";
  font-weight: 400;
}
.node.node--view-mode-precontent .field--type-entity-reference {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}
.node.node--view-mode-precontent .field--name-field-reading-time {
  margin-top: 16px;
  padding-top: 16px;
}
.node.node--view-mode-precontent .field--name-field-reading-time:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 64.375%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 33%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 5px 5px;
  background-repeat: repeat-x;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #000 33%, rgba(0, 0, 0, 0) 0%);
  max-width: 100%;
}
.node.node--view-mode-precontent .text-formatted {
  margin-left: 0;
}
.node.node--view-mode-precontent .accessibility-share-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
@media (min-width: 769px) {
  .node.node--view-mode-precontent .accessibility-share-container {
    right: 10px;
  }
}
.node.node--view-mode-precontent .field--name-field-program {
  margin-top: 16px;
}
.node.node--view-mode-precontent .field--name-field-address {
  position: relative;
  padding: 8px 0;
  padding-left: 40px;
  margin-top: 16px;
}
.node.node--view-mode-precontent .field--name-field-address .field__item:before {
  content: "\e919";
  font-family: "icomoon";
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 24px;
}
.node.node--view-mode-precontent .field--name-field-address .field__item .country {
  display: none;
}
.node.node--view-mode-precontent .field--name-field-address:before, .node.node--view-mode-precontent .field--name-field-address:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 64.375%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 33%, rgba(0, 0, 0, 0) 0%);
  background-position: bottom;
  background-size: 5px 5px;
  background-repeat: repeat-x;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #000 33%, rgba(0, 0, 0, 0) 0%);
  max-width: 100%;
}
.node.node--view-mode-precontent .field--name-field-address:after {
  top: auto;
  bottom: 0;
}
.node.node--view-mode-precontent .field--name-field-address a {
  position: relative;
  display: block;
  color: #000;
  text-align: left;
  padding-left: 0;
  background-color: transparent;
  background-size: calc(8px * 4 * 0.8125) calc(8px * 4 * 0.8125);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  background-image: url("../../assets/images/button/btn-red.svg");
  line-height: 1;
  padding: 12px 16px;
  padding: 12px 48px 12px 16px;
  text-decoration: none;
  background-position: calc(100% - 20px) center;
}
.node.node--view-mode-precontent .field--name-field-address a:before, .node.node--view-mode-precontent .field--name-field-address a:after {
  content: "";
  position: absolute;
  font-size: 1.1rem;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  text-indent: 0;
  color: #fff;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.node.node--view-mode-precontent .field--name-field-address a:before {
  left: auto;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px dashed #A71930;
  background-color: transparent;
  transform: translateY(-50%);
}
.node.node--view-mode-precontent .field--name-field-address a:after {
  content: "\e908";
  left: auto;
  right: 6px;
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.node.node--view-mode-precontent .field--name-field-address a:hover {
  color: #000;
}
.node.node--view-mode-precontent .field--name-field-address a:hover:before {
  border: 1px solid #A71930;
  background-color: #A71930;
}
.node.node--view-mode-precontent .field--name-field-address a:after {
  content: "\e901";
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.node.node--view-mode-precontent .field--name-field-address a p,
.node.node--view-mode-precontent .field--name-field-address a span {
  font-family: "Avenir";
  font-weight: 800;
  font-size: 16px;
}
.node.node--view-mode-precontent .field--name-field-address a:before {
  right: 16px;
}
.node.node--view-mode-precontent .field--name-field-address a:after {
  content: "\e92d";
  font-size: 18px;
  right: 15px;
}
.node.node--view-mode-precontent.node--type-map .accessibility-share-container, .node.node--view-mode-precontent.node--type-view-page .accessibility-share-container, .node.node--view-mode-precontent.node--type-page-search .accessibility-share-container, .node.node--view-mode-precontent.node--type-contact .accessibility-share-container, .node.node--view-mode-precontent.node--type-newsletter .accessibility-share-container {
  z-index: 0;
}
body.see-and-do .node.node--view-mode-precontent .field--name-field-subtitle p {
  color: #B3C431;
}
body.see-and-do .node.node--view-mode-precontent .field--name-field-address .field__item:before {
  color: #B3C431;
}
body.see-and-do .node.node--view-mode-precontent .field--name-field-address a {
  background-image: url("../../assets/images/button/btn-green.svg");
}
body.see-and-do .node.node--view-mode-precontent .field--name-field-address a:before {
  border-color: #B3C431;
}
body.see-and-do .node.node--view-mode-precontent .field--name-field-address a:hover:before {
  background-color: #B3C431;
}
body.service .node.node--view-mode-precontent .field--name-field-subtitle p {
  color: #56BCC7;
}
body.service .node.node--view-mode-precontent .field--name-field-address .field__item:before {
  color: #56BCC7;
}
body.service .node.node--view-mode-precontent .field--name-field-address a {
  background-image: url("../../assets/images/button/btn-blue.svg");
}
body.service .node.node--view-mode-precontent .field--name-field-address a:before {
  border-color: #56BCC7;
}
body.service .node.node--view-mode-precontent .field--name-field-address a:hover:before {
  background-color: #56BCC7;
}
body.understand .node.node--view-mode-precontent .field--name-field-subtitle p {
  color: #F8AA5C;
}
body.understand .node.node--view-mode-precontent .field--name-field-address .field__item:before {
  color: #F8AA5C;
}
body.understand .node.node--view-mode-precontent .field--name-field-address a {
  background-image: url("../../assets/images/button/btn-orange.svg");
}
body.understand .node.node--view-mode-precontent .field--name-field-address a:before {
  border-color: #F8AA5C;
}
body.understand .node.node--view-mode-precontent .field--name-field-address a:hover:before {
  background-color: #F8AA5C;
}
body.jo-2024 .node.node--view-mode-precontent .field--name-field-subtitle p {
  color: #D7C378;
}
body.jo-2024 .node.node--view-mode-precontent .field--name-field-address .field__item:before {
  color: #D7C378;
}
body.jo-2024 .node.node--view-mode-precontent .field--name-field-address a {
  background-image: url("../../assets/images/button/btn-gold.svg");
}
body.jo-2024 .node.node--view-mode-precontent .field--name-field-address a:before {
  border-color: #D7C378;
}
body.jo-2024 .node.node--view-mode-precontent .field--name-field-address a:hover:before {
  background-color: #D7C378;
}
body.anniversary-40 .node.node--view-mode-precontent .field--name-field-subtitle p {
  color: #A569BD;
}
body.anniversary-40 .node.node--view-mode-precontent .field--name-field-address .field__item:before {
  color: #A569BD;
}
body.anniversary-40 .node.node--view-mode-precontent .field--name-field-address a {
  background-image: url("../../assets/images/button/btn-violet.svg");
}
body.anniversary-40 .node.node--view-mode-precontent .field--name-field-address a:before {
  border-color: #A569BD;
}
body.anniversary-40 .node.node--view-mode-precontent .field--name-field-address a:hover:before {
  background-color: #A569BD;
}
body.no-menu .node.node--view-mode-precontent .field--name-field-subtitle p {
  color: #A71930;
}
body.no-menu .node.node--view-mode-precontent .field--name-field-address .field__item:before {
  color: #A71930;
}
body.no-menu .node.node--view-mode-precontent .field--name-field-address a {
  background-image: url("../../assets/images/button/btn-red.svg");
}
body.no-menu .node.node--view-mode-precontent .field--name-field-address a:before {
  border-color: #A71930;
}
body.no-menu .node.node--view-mode-precontent .field--name-field-address a:hover:before {
  background-color: #A71930;
}