@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-light.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-extra-bold.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-extra-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-regular.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-regular.woff") format("woff");
  font-weight: 400l;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-bold.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-bold.woff") format("woff");
  font-weight: bold;
  font-style: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-medium.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.content .intro-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 96px 0 48px;
}
.content .intro-wrapper .intro-block {
  max-width: 320px;
  color: #224660;
  text-align: center;
  margin-bottom: 48px;
}
.content .intro-wrapper .intro-block .title {
  font-size: 32px;
  font-family: Gilroy;
  font-weight: bold;
  margin-bottom: 12px;
}
.content .intro-wrapper .intro-block .button {
  box-sizing: border-box;
  margin-top: 24px;
  background: linear-gradient(#83A9CC, #D1C7BA);
  text-align: center;
  width: 100%;
  border-radius: 24px;
  padding: 16px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: Gilroy;
  font-weight: normal;
  text-decoration: none;
  transition: background 0.5s;
  background-size: 1px 150px;
}
.content .intro-wrapper .intro-block .button:hover {
  background-position: 100px;
}
.content .opening-hours {
  background: linear-gradient(45deg, #400F14, #1E0A0C);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  margin-bottom: 48px;
  color: #ffffff;
}
.content .opening-hours .title {
  font-size: 18px;
  font-family: Gilroy;
  font-weight: normal;
}
.content .opening-hours .days, .content .opening-hours .hours {
  font-size: 24px;
  font-weight: 100;
}
.content .map iframe {
  border-radius: 16px;
  margin-bottom: 48px;
  height: 500px;
}