@charset "UTF-8";
:root {
  --suiss: SuisseIntl, sans-serif;
  --light-grey: #b2b2b2;
  --black-grey: #444444;
  --very-dark-grey: #2b2b2b;
  --slate-dark: #444444;
  --black: #353535;
  --w: rgb(255,255,255);
  --spacing-xxs: 8px;
  --spacing-xs: 16px;
  --spacing-s: 24px;
  --spacing-m: 32px;
  --spacing-l: 40px;
  --spacing-xl: 48px;
  --spacing-xxl: 56px;
  --spacing-96: 96px;
  --spacing-xxxl: 160px;
}

/* source-serif-4-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-serif-4-v8-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-serif-4-v8-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/source-serif-4-v8-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-serif-4-v8-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/source-serif-4-v8-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "SuisseIntl";
  src: url("fonts/SuisseIntl-SemiBold.eot");
  src: url("fonts/SuisseIntl-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("fonts/SuisseIntl-SemiBold.woff") format("woff"), url("fonts/SuisseIntl-SemiBold.ttf") format("truetype"), url("fonts/SuisseIntl-SemiBold.svg#SuisseIntl-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #b2b2b2;
  --secondary: #444444;
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary: #444444;
    --secondary: #b2b2b2;
  }
}
.container-812 {
  max-width: 812px;
}

.container-md {
  max-width: 812px;
}

.container-lg {
  max-width: 1024px;
}

.container-xl {
  max-width: 1280px;
}

#post-title {
  text-align: center;
  background-color: var(--primary);
}

#post-section {
  background-color: var(--w);
  color: #444444;
}

#post-featured-image {
  background-image: linear-gradient(180deg, var(--primary) 50%, var(--w) 50%);
  display: flex;
  width: 100%;
  text-align: center;
  padding-top: var(--spacing-xl);
}
#post-featured-image .container-1280 {
  display: inline-block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#post-content {
  padding-top: var(--spacing-xl);
  grid-column: span 6;
  padding-bottom: var(--spacing-96);
}
#post-content .wp-block-image {
  display: inline-block;
}
#post-content .wp-block-image:not(:last-child) {
  margin-bottom: var(--spacing-m);
}
#post-content p {
  margin-bottom: var(--spacing-m);
}
#post-content blockquote.wp-block-quote {
  margin-bottom: var(--spacing-m);
  border-left: 2px solid #444444;
  margin-left: var(--spacing-s);
  padding-left: var(--spacing-xs);
  padding-top: var(--spacing-s);
  padding-bottom: var(--spacing-s);
}
#post-content blockquote.wp-block-quote ƒ p {
  font-family: "Source Serif 4";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: var(--spacing-xs);
}
#post-content blockquote.wp-block-quote cite {
  font-family: "SuisseIntl";
  font-size: var(--spacing-xs);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #b2b2b2;
}

#post-sidebar {
  grid-column: span 4;
  padding-top: var(--spacing-xl);
}

#post-headline,
#post-sub-headline {
  margin-bottom: var(--spacing-s);
}

#post-sub-headline,
#post-published {
  color: var(--w);
}

#post-published {
  color: var(--w);
  margin-bottom: var(--spacing-s);
}

#post-author {
  display: flex;
  gap: var(--spacing-xs);
  align-items: center;
  margin-bottom: var(--spacing-s);
  margin-top: var(--spacing-s);
}
#post-author .avatar {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

#post-author-name {
  text-decoration: none;
  color: #444444;
}

#post-author-job-role {
  color: #b2b2b2;
}

.grid-10 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px var(--spacing-s);
}

.blog-box {
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  padding: var(--spacing-s);
  display: inline-block;
  width: 100%;
  margin-bottom: var(--spacing-s);
}

#blog-content-newsletter {
  margin-top: var(--spacing-s);
}

#post-byline p {
  margin-bottom: 0;
}

.blog-xs {
  font-family: "SuisseIntl";
  font-size: var(--spacing-xs);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.blog-xxs {
  font-family: "SuisseIntl";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.single-post article p a {
  text-decoration: underline;
  color: inherit;
}
.single-post article p a:visited {
  color: inherit;
}
.single-post article h3,
.single-post article .heading-3-blog,
.single-post article h4,
.single-post article .heading-4-blog,
.single-post article h5,
.single-post article .heading-5-blog,
.single-post article h6,
.single-post article .heading-6-blog {
  margin-bottom: var(--spacing-xs);
}
.single-post article h1,
.single-post article .heading-1-blog {
  font-size: var(--spacing-l);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  font-family: "SuisseIntl";
  margin-bottom: var(--spacing-s);
}
.single-post article h2,
.single-post article .heading-2-blog {
  font-size: var(--spacing-s);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: "SuisseIntl";
}
.single-post article h3,
.single-post article .heading-3-blog {
  font-family: "SuisseIntl" -SemiBold;
  font-size: var(--spacing-s);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.single-post article h4,
.single-post article .heading-4-blog {
  font-family: "Source Serif 4";
  font-size: var(--spacing-s);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.single-post article h5,
.single-post article .heading-5-blog {
  font-family: "Source Serif 4";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.single-post article h6,
.single-post article .heading-6-blog {
  font-family: "SuisseIntl";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.single-post article p {
  margin-bottom: var(--spacing-m);
}
.single-post article p,
.single-post article ul,
.single-post article ol {
  font-family: "Source Serif 4";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}
.single-post article p a,
.single-post article ul a,
.single-post article ol a {
  text-decoration: underline;
  transition: all 0.25s ease-out;
  opacity: 1;
  will-change: opacity;
}
.single-post article p a:hover,
.single-post article ul a:hover,
.single-post article ol a:hover {
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
.single-post article ul,
.single-post article ol {
  list-style: disc;
  padding-left: var(--spacing-s);
}
.single-post article ul li,
.single-post article ol li {
  margin-bottom: var(--spacing-m);
}

.blog-newsletter input {
  height: 56px;
  padding: var(--spacing-xs);
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  width: 100%;
  font-family: "SuisseIntl";
  font-size: var(--spacing-xs);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.blog-newsletter button[type=submit] {
  height: 56px;
  margin: var(--spacing-s) 0 0;
  padding: var(--spacing-xs);
  border-radius: 4px;
  background-color: #d8d8d8;
  width: 100%;
  border: 0;
  font-family: "SuisseIntl";
  font-size: var(--spacing-xs);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.inline-newsletter {
  display: flex;
  align-items: center;
}
.inline-newsletter .infusion-field {
  width: 100%;
}
.inline-newsletter input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inline-newsletter button[type=submit] {
  display: flex;
  align-items: center;
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  gap: var(--spacing-xxs);
}
.inline-newsletter button[type=submit] figure,
.inline-newsletter button[type=submit] figure svg {
  width: var(--spacing-xs);
  height: var(--spacing-xs);
}

#page-title {
  display: inline-block;
}

#related-posts {
  scroll-snap-align: start;
  background-color: var(--primary);
}
#related-posts .post-card-container {
  padding-top: 72px;
  padding-bottom: var(--spacing-s);
}

#relatedArrow {
  grid-row: 2;
}

.post-card {
  width: 100%;
  border-radius: 4px;
  border: solid 1px var(--w);
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.post-card a {
  text-decoration: none;
}
.post-card .post-card-content {
  padding: var(--spacing-s);
}
.post-card h3 {
  margin-top: var(--spacing-s);
  margin-bottom: 0 !important;
}
.post-card figure,
.post-card img {
  aspect-ratio: 1;
  object-fit: cover;
}
.post-card:hover .post-card-hover {
  opacity: 0.95;
  transition: 0.5s;
}
.post-card .post-card-more {
  width: 100%;
}
.post-card .post-card-hover {
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  padding: var(--spacing-s);
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #444444;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  color: #b2b2b2;
}
.post-card .post-card-hover .cls-1 {
  fill: #b2b2b2;
}

#post-categories {
  width: 100%;
  display: inline-block;
  padding-top: var(--spacing-s);
}
#post-categories a {
  text-decoration: none;
}
.post-card-container {
  gap: 48px var(--spacing-s);
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". . .";
}

.navigation.pagination {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: center;
  border-top: 1px solid var(--secondary);
}
.navigation.pagination .nav-links {
  display: flex;
  gap: var(--spacing-xs);
  justify-content: center;
}
.navigation.pagination .page-numbers {
  border-radius: 100%;
  color: var(--secondary);
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.25s ease-out;
  background-color: var(--primary);
}
.navigation.pagination .page-numbers:hover {
  color: var(--primary);
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  transition: all 0.25s ease-out;
}
.navigation.pagination .page-numbers.current {
  color: var(--primary);
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}
.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
  border: 1px solid var(--secondary);
  font-size: 0;
}
.navigation.pagination .page-numbers.next::after, .navigation.pagination .page-numbers.prev::after {
  min-width: var(--spacing-xs);
  height: var(--spacing-xs);
  mask-size: var(--spacing-xs) var(--spacing-xs);
  display: block;
  background-color: var(--secondary);
}
.navigation.pagination .page-numbers.next:hover:after, .navigation.pagination .page-numbers.prev:hover:after {
  background-color: var(--primary);
}
.navigation.pagination .page-numbers.next::after {
  content: "";
  mask-image: url(../svg/arrows-dark/dark-arr-r.svg);
}
.navigation.pagination .page-numbers.prev::after {
  content: "";
  mask-image: url(../svg/arrows-dark/dark-arr-l.svg);
}

@media (max-width: 1024px) {
  .container-lg {
    padding-left: var(--spacing-s);
    padding-right: var(--spacing-s);
  }
}
@media (max-width: 820px) {
  .post-card-container {
    gap: 48px 8px;
    padding-bottom: 96px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
  .post-card-container .post-card:nth-child(3) {
    display: none;
  }
  .container-md {
    padding-left: var(--spacing-s);
    padding-right: var(--spacing-s);
  }
}
@media (max-width: 768px) {
  #post-content,
  #post-sidebar {
    grid-column: span 12;
  }
  #post-byline {
    margin-bottom: 64px;
  }
  #post-sidebar {
    padding-top: 0;
  }
  #post-content {
    padding-bottom: 0;
  }
  #sidebar-newsletter {
    display: none;
  }
}
@media (max-width: 575px) {
  #related-posts .post-card-container {
    padding-top: 48px;
  }
  .post-card .post-card-content, .post-card .post-card-hover {
    padding: var(--spacing-xs);
  }
  .inline-newsletter button[type=submit] {
    width: 56px;
    height: 56px;
  }
  .inline-newsletter button[type=submit] span {
    display: none;
  }
  .post-card h3 {
    margin-top: var(--spacing-xs);
  }
  .blog-box {
    padding: var(--spacing-xs);
  }
  #post-featured-image {
    padding-top: 32px;
  }
  .single-post article h1,
  .single-post article .heading-1-blog,
  #post-headline,
  #post-sub-headline,
  #post-published {
    margin-bottom: var(--spacing-xs);
  }
  .post-card-container {
    gap: var(--spacing-xs) 8px;
    padding-bottom: 96px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    padding-bottom: 48px;
  }
  .navigation.pagination {
    font-size: var(--spacing-xs);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .single-post article h3,
  .single-post article .heading-3-blog,
  .single-post article h4,
  .single-post article .heading-4-blog,
  .single-post article h5,
  .single-post article .heading-5-blog,
  .single-post article h6,
  .single-post article .heading-6-blog {
    margin-bottom: var(--spacing-xs);
  }
  .single-post article h1,
  .single-post article .heading-1-blog {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -1px;
  }
  .single-post article h2,
  .single-post article .heading-2-blog {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .single-post article h3,
  .single-post article .heading-3-blog {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .single-post article h4,
  .single-post article .heading-4-blog {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .single-post article h5,
  .single-post article .heading-5-blog {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }
  .single-post article h6,
  .single-post article .heading-6-blog {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }
  #post-content p,
  .single-post article ul li,
  .single-post article ol li {
    margin-bottom: var(--spacing-s);
  }
  #post-title {
    padding-top: 156px;
  }
  .container-lg,
  .container-md {
    padding-left: var(--spacing-xs);
    padding-right: var(--spacing-xs);
  }
  #post-content {
    padding-top: 32px;
    padding-bottom: 0;
  }
  #post-sidebar {
    padding-top: 0;
  }
  #sidebar-newsletter {
    display: none;
  }
}
@media (min-width: 1281px) {
  #related-posts .post-card-container {
    padding-top: 5.625vw;
  }
  .container-812 {
    max-width: 63.4375vw;
  }
  .container-md {
    max-width: 63.4375vw;
  }
  .container-lg {
    max-width: 80vw;
  }
  .container-xl {
    max-width: 100vw;
  }
  #post-author .avatar {
    height: 5vw;
    width: 5vw;
  }
  .blog-xxs {
    font-size: 0.9375vw;
  }
  .blog-newsletter button[type=submit],
  .blog-newsletter input {
    height: 4.375vw;
  }
  .single-post article h1,
  .single-post article .heading-1-blog {
    letter-spacing: -0.078125vw;
  }
  .single-post article h5,
  .single-post article .heading-5-blog,
  .single-post article h6,
  .single-post article .heading-6-blog,
  .single-post article p,
  .single-post article ul,
  .single-post article ol {
    font-size: 1.5625vw;
  }
}

/*# sourceMappingURL=blog.css.map */
