/** Shopify CDN: Minification failed

Line 94:2 Expected ":"

**/
.contact-us__page-container {
    padding: 48px;
    margin-bottom: 40px;

    background-color: #FCF8F6;
  }

  .contact-us__page-title {
    margin: 0;

    font-family: "Roboto-Bold", serif;
    font-size: 34px;
    line-height: normal;
    text-align: center;
  }

.contact-us__second-page-container {
    margin-top: 60px;
    padding: 48px;
    text-align: center;
    background-color: #FCF8F6;
  }

.contact-us--right-container--highlighted .contact-block__richtext p a{
  color: #ff8000;
}

.contact-us__second-page-container *{
  margin: 0;
  font-size: 40px;
  line-height: 47px;
}

.contact-us__second-page-text a {
  text-decoration: none;
  color: inherit;
}

.contact-us__container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.contact-us__info-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.contact-us--left-container,
.contact-us--right-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-block {
  box-sizing: content-box;

  max-width: 758px;
  padding: 50px 60px;
  margin-left: auto;
  margin-right: auto;

  text-align: center;
  background: var(--background);
}

.contact-block__richtext {
  font-family: var(--font-body-family);
  line-height: 22px;
  color: #20202b;
}

.contact-block__richtext * {
  margin: 0
}

.contact-block__richtext h2 {
  font-size: 34px;
  font-family: "Roboto-Bold", serif;
  margin-bottom: 20px;
}

.contact-block__richtext h3 {
  font-size: 22px;
xc}

.contact-block__richtext h3:has(a) {
  margin: 40px 0 50px;
}

.contact-block__richtext p {
  font-family: "Roboto-Regular", serif;
}

.contact-block__richtext a {
  color: #000;
  text-decoration: none;
}

.contact-block__richtext p a {
  font-size: 22px;
  font-family: 'Roboto-Bold';
}

.contact-block__richtext p strong {
  display: block;
  font-size: 14px;
  font-family: "Roboto-Bold", serif;
  margin: 20px 0;
}

.contact-block__richtext p:has(> a) strong {
  display: inline-block;
  font-size: 16px;

  margin-top: 40px;
}

.contact-block__richtext a strong {
  font-family: "Roboto-Bold", serif;
  font-size: 22px;
}

.contact-block__richtext a:hover {
  text-decoration: underline;
}

.timetable__list {
  max-width: 410px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
}

.timetable__item {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}

.timetable__item p {
  padding: 0;
  margin: 0;

  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
}

.timetable__title {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 22px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 20px;
}

.timetable__subtext {
  font-family: "Roboto-Bold", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #20202b;

  margin: 0;
  margin-top: 10px;
}

.image-link {
  margin-top: 40px;
}

.image-link__container {
  max-width: 450px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.image-link__picture {
  position: relative;

  display: block;
  width: 100%;
  height: 100%;

  transition: background-color 250ms, opacity 250ms;
}

.image-link__picture::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0);
  transition: background-color 250ms;
}

.image-link__picture:hover::after {
    background-color: rgba(0, 0, 0, 0.35);
}

.image-link__text {
  position: absolute;
  left: 0;
  bottom: 0;

  margin: 0;
  padding: 10px;

  color: #fff;
  z-index: 1;

  font-family: "Roboto-Bold", serif;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .contact-block {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 990px) {
  .contact-us__info-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
   .contact-us__page-title {
     font-size: 22px;
   }

  .contact-us__second-page-container *{
      font-family: "Roboto-Bold", serif;
      font-size: 22px;
    }
}