#blog.blog-page .dynamic-grid .grid-entry .text-wrapper {
  bottom: 32px;
  left: 32px;
  padding: 0;
}
#blog.blog-page .dynamic-grid .grid-entry .text-wrapper .text.text-content {
  display: none;
}
#blog.blog-page .dynamic-grid .grid-entry .text-wrapper .theme {
  font-weight: 500;
  text-transform: inherit;
  font-size: 19px;
}
#blog.blog-page .dynamic-grid .grid-entry .text-wrapper h2 {
  font-family: "Scala", serif;
  letter-spacing: 0.8px;
  line-height: 1.2 !important;
  font-size: 24px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog.blog-page .dynamic-grid .grid-entry .image-wrapper {
  overflow: hidden;
}
#blog.blog-page .dynamic-grid .grid-entry .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#blog.blog-page .dynamic-grid .grid-entry:hover .image-wrapper::before {
  transform: scale(1.05);
}
#blog.blog-page .dynamic-grid .grid-entry:hover .text-wrapper:before {
  display: none;
}
#blog.blog-page .dynamic-grid .grid-entry.simple .text-wrapper {
  position: absolute;
  width: calc(100% - 64px);
  border: none;
}
#blog.blog-page .dynamic-grid .grid-entry.simple .text-wrapper span, #blog.blog-page .dynamic-grid .grid-entry.simple .text-wrapper h2 {
  color: #ffffff;
}
#blog.blog-page .dynamic-grid .grid-entry.simple .image-wrapper .sizer {
  padding-bottom: 0 !important;
  aspect-ratio: 780/606;
  height: auto;
  position: relative;
}
#blog.blog-page .dynamic-grid .grid-entry.simple .image-wrapper .sizer:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
#blog.blog-page .col-2-large-left .grid-entry:first-child .text-wrapper {
  width: 80%;
}
.blog-post-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px;
  gap: 8px;
  margin-bottom: 20px;
}
.blog-post-filter li label {
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  background: #F2EFE2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.blog-post-filter li input[type=radio] {
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 0px;
  opacity: 0;
}
.blog-post-filter li input[type=radio]:checked + label, .blog-post-filter li label:hover {
  border-color: black;
}
.blog-post-m-filter {
  margin-bottom: 20px;
  display: inline-block;
}
.blog-post-m-filter select {
  padding: 12px 16px;
  background: #F2EFE2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  appearance: none; /* Remove default OS styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000000;
  padding-right: 44px;
}
.blog-post-m-filter.select-wrap {
  position: relative;
}
.blog-post-m-filter.select-wrap:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2096%2096%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ctitle/%3E%3Cpath%20d%3D%22M81.8457%2C25.3876a6.0239%2C6.0239%2C0%2C0%2C0-8.45.7676L48%2C56.6257l-25.396-30.47a5.999%2C5.999%2C0%2C1%2C0-9.2114%2C7.6879L43.3943%2C69.8452a5.9969%2C5.9969%2C0%2C0%2C0%2C9.2114%2C0L82.6074%2C33.8431A6.0076%2C6.0076%2C0%2C0%2C0%2C81.8457%2C25.3876Z%22/%3E%3C/svg%3E ");
  background-size: cover;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
}
.blog-entry {
  position: relative;
}
.blog-entry .entry-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-entry-title {
  font-family: "Scala", serif;
  line-height: 29px;
  font-size: 24px;
  font-weight: 400;
  color: #00393F;
  margin-bottom: 5px;
}
.blog-post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .blog-post-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.blog-post-list img {
  max-width: 100%;
}
.blog-post-list .blog-entry.hide {
  display: none;
}
@media screen and (max-width: 749px) {
  .blog-post-list .blog-entry > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 16px;
  }
  .blog-post-list .blog-entry > a .blog-entry-image {
    width: 35%;
  }
  .blog-post-list .blog-entry > a .blog-entry-image .sizer {
    aspect-ratio: 115/115;
  }
  .blog-post-list .blog-entry > a .blog-entry-infos {
    width: 65%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .blog-post-list .blog-entry > a .blog-entry-infos .blog-entry-title {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-post-list .blog-entry > a .blog-entry-infos .blog-entry-category {
    margin-bottom: 4px;
  }
  .blog-post-list .blog-entry > a .blog-entry-infos .blog-entry-lead {
    display: none;
  }
}
.blog-post-list .blog-entry-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.blog-post-list .blog-entry-image:not(.lazy-bg-slow) {
  background-color: rgba(0, 0, 0, 0.1);
}
.blog-post-list .blog-entry-image .sizer {
  aspect-ratio: 382/259;
}
.blog-post-list .blog-entry-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.blog-post-list .blog-entry:hover .blog-entry-infos {
  background-color: rgba(255, 255, 255, 0.3);
}
.blog-post-list .blog-entry:hover .blog-entry-image::before {
  transform: scale(1.05);
}
.blog-post-list .blog-entry-infos {
  margin-top: 16px;
  margin-bottom: 38px;
  transition: background-color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.blog-post-list .blog-entry-category {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.25px;
  margin-bottom: 3px;
  color: #000000;
  text-transform: uppercase;
}
.blog-post-list .blog-entry-lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.blog-post-list-paging {
  cursor: pointer;
  margin: auto;
  width: 200px;
  text-align: center;
  padding: 15px;
  background-color: #abba00;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 24px;
}
.blog-post-list-paging:hover {
  background-color: #9cab15;
}
.blog-post-list-paging.hide {
  display: none;
}
.breadcrumbs {
  margin-bottom: 50px;
}
.blog-post-content .blog-post-header {
  max-width: 778px;
  margin: 0 auto;
}
.blog-post-content .blog-post-lead {
  margin-bottom: 40px;
}
.blog-post-content .blog-post-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.blog-post-content .blog-post-author .author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.blog-post-content .blog-post-author .author-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.blog-post-content .blog-post-author .author-infos .author-name {
  font-weight: bold;
  margin-bottom: 0px;
}
.blog-post-content .blog-post-author .author-infos .author-bio {
  margin-top: 0;
}
.blog-post-content .blog-post-author:not(.detail) .author-infos {
  font-size: 90%;
}
.blog-post-content .blog-post-author.detail {
  max-width: 778px;
  align-items: flex-start;
  padding: 40px 0;
  margin: 0 auto;
  gap: 24px;
  font-size: 14px;
  line-height: 18.2px;
}
.blog-post-content .blog-post-author.detail .author-image {
  min-width: 136px;
  width: 136px;
  height: 136px;
}
.blog-post-content .blog-post-author.detail .author-infos {
  flex-grow: 1;
}
.blog-post-content .blog-post-author.detail .author-infos .author-role {
  margin-bottom: 0;
}
.blog-post-content .blog-post-author.detail .author-infos .author-bio {
  margin-top: 24px;
}
.blog-post-content .blog-post-author.detail .author-infos a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .blog-post-content .blog-post-author.detail {
    flex-wrap: wrap;
    padding: 24px 0;
  }
  .blog-post-content .blog-post-author.detail .author-image {
    min-width: 96px;
    width: 96px;
    height: 96px;
  }
  .blog-post-content .blog-post-author.detail .author-infos {
    width: 100%;
  }
}
.blog-post-content .blog-post-header-image {
  margin-bottom: 50px;
}
.blog-post-content .blog-post-block .texts-images, .blog-post-content .blog-post-block .video-component, .blog-post-content .blog-post-block .text-width {
  max-width: 778px;
  margin: 0 auto;
}
.blog-post-content .blog-post-block .texts-images.image-full-width {
  max-width: unset;
}
.blog-post-content .blog-post-block .texts-images.image-full-width img {
  width: 100%;
}
.blog-post-content h2 {
  color: #00393f;
}
.blog-post-content hr {
  max-width: 778px;
  margin: 0 auto;
}
.blog-post-content .related-blog-posts {
  margin-top: 96px;
}
.blog-post-content .slider-entry .text-content {
  margin-bottom: 16px;
}
.highlight-component {
  background-color: #00393F;
}
.highlight-component h2 {
  color: #ffffff;
}
.highlight-component {
  padding: 28px;
}
@media screen and (max-width: 749px) {
  .highlight-component {
    padding: 24px;
    margin: 0px -20px;
  }
}
.highlight-component .blog-entry-category {
  margin-bottom: 6px;
}
.highlight-component .blog-entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.highlight-component .text-width {
  max-width: 100% !important;
}
.highlight-component .highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .highlight-component .highlight-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.highlight-component .highlight-grid .grid-entry .grid-entry-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.highlight-component .highlight-grid .grid-entry .grid-entry-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.highlight-component .highlight-grid .grid-entry:hover .grid-entry-image::before {
  transform: scale(1.05);
}
.highlight-component .highlight-grid .grid-entry .sizer {
  aspect-ratio: 382/259;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .highlight-component .highlight-grid .grid-entry .sizer {
    aspect-ratio: 327/250;
  }
}
.highlight-component .highlight-grid .grid-entry .sizer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
}
.highlight-component .highlight-grid .grid-entry .sizer p, .highlight-component .highlight-grid .grid-entry .sizer h3 {
  color: #ffffff;
}
.blog-post-block .highlight-component {
  background-color: rgba(255, 255, 255, 0.8);
}
.blog-post-block .highlight-component h2 {
  color: #00393f;
}
.link-block {
  position: relative;
}
.link-block .link-block-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  transition: background-color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 28px 60px;
  margin-bottom: 40px;
}
.link-block .link-block-wrap .box-text {
  width: 55%;
}
.link-block .link-block-wrap .box-image {
  width: 35%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  overflow: hidden;
  position: relative;
}
.link-block .link-block-wrap .box-image .sizer {
  aspect-ratio: 382/259;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
}
.link-block .link-block-wrap .box-image .sizer p, .link-block .link-block-wrap .box-image .sizer h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.link-block .link-block-wrap .box-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (max-width: 749px) {
  .link-block .link-block-wrap {
    flex-wrap: wrap;
    padding: 24px;
    gap: 24px;
  }
  .link-block .link-block-wrap .box-text, .link-block .link-block-wrap .box-image {
    width: 100%;
  }
  .link-block .link-block-wrap .box-text .text-content {
    margin-bottom: 0;
  }
}
.link-block .link-block-wrap.clickable:hover {
  background-color: #f1e9cc;
}
.link-block .link-block-wrap.clickable:hover .box-image::before {
  transform: scale(1.05);
}
.link-block .box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-post-block .text-image-alongside .text-width {
  width: 100%;
}
#anchor-nav {
  max-width: 778px;
  margin: 0 auto;
}
#anchor-nav > ul {
  width: 100%;
}
.texts-images.highlight .text {
  border: none !important;
}
@media screen and (max-width: 749px) {
  .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
.blog-page.without-page-header .page-header {
  min-height: 162px !important;
}
@media screen and (max-width: 749px) {
  .blog-page.without-page-header .page-header {
    min-height: 70px !important;
  }
}