body.page.page-id-198 main.page {
  background-color: #F5F5F5;
}

main.page {
  background-color: white;
}
main.page div.breadcrumb {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: var(--container-width);
}
main.page .hero-container {
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main.page .hero-container {
    padding-top: 0px;
  }
}
main.page .hero-container .breadcrumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main.page .hero-container .breadcrumb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 2;
    background-color: rgba(8, 12, 23, 0.2);
    backdrop-filter: blur(4px);
    padding: 10px 10px;
    color: white;
  }
  main.page .hero-container .breadcrumb p {
    margin-top: 0px;
  }
}
main.page section.hero.no-content {
  margin-bottom: 50px;
}
main.page section.hero .container {
  width: var(--container-width);
  margin: auto;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  main.page section.hero .container {
    width: 100%;
    border-radius: 0px;
    height: 450px;
    padding: 0px;
    padding-bottom: 50px;
  }
}
main.page section.hero .container .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  background-color: var(--dark);
}
main.page section.hero .container .cover:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.25%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 44.25%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
main.page section.hero .container .cover img,
main.page section.hero .container .cover picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.page section.hero .container .content {
  position: relative;
  z-index: 2;
  color: white;
  width: var(--container-width);
}
@media screen and (max-width: 768px) {
  main.page section.hero .container .content {
    margin-left: auto;
    margin-right: auto;
  }
}
main.page section.hero .container .content h1 {
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 90px */
  letter-spacing: -2.7px;
  font-family: var(--typo-title);
}
@media screen and (max-width: 768px) {
  main.page section.hero .container .content h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 42px */
    letter-spacing: -0.84px;
  }
}
main.page .wp-content li:before {
  content: unset;
  margin: 0px;
}
main.page .wp-content li {
  font-size: unset;
  border-bottom: unset;
}
main.page .wp-content ul {
  padding-left: 20px;
}
main.page .wp-content ul li {
  list-style-type: disc;
  display: list-item;
}
main.page .wp-content {
  padding-top: 50px;
  padding-bottom: 50px;
}