/**
 * Theme Name: MeThree
 * Author: MeThree
 * Version: 1.0
 */

@charset "UTF-8";
/* line 40, ../../src/sass/helpers/_variables.scss */
:root {
  --container-default: 1006px;
  --container-thin: 808px;
  --container-wide: 1202px;
}

/* line 1, ../../src/sass/helpers/_reset.scss */
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/* line 7, ../../src/sass/helpers/_reset.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 15, ../../src/sass/helpers/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 28, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
  font-family: sans-serif;
}

/* line 33, ../../src/sass/helpers/_reset.scss */
ul {
  list-style: none;
}

/* line 37, ../../src/sass/helpers/_reset.scss */
ol {
  list-style: decimal;
}

/* line 41, ../../src/sass/helpers/_reset.scss */
blockquote,
q {
  quotes: '“' '”' '‘' '’';
}

/* line 46, ../../src/sass/helpers/_reset.scss */
blockquote::before,
blockquote::after,
q::before,
q::after {
  display: none;
}

/* line 53, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  width: 100%;
}

/* line 59, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 62, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
  visibility: hidden;
}
/* line 67, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
  visibility: visible;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #304B64;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

/* line 10, ../../src/sass/helpers/_typography.scss */
h1, .page-header .container .inner-wrap .text-area h1 p,
.h1, h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
p.meta-tag .has-meta-font-size,
.meta-tag,
.h5,
h6,
.h6 {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  margin: 1em 0 0.5em;
}

/* line 18, ../../src/sass/helpers/_typography.scss */
h1, .page-header .container .inner-wrap .text-area h1 p,
.h1 {
  line-height: 1.1;
}

/* line 22, ../../src/sass/helpers/_typography.scss */
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
p.meta-tag .has-meta-font-size,
.meta-tag,
.h5,
h6,
.h6 {
  line-height: 1.3;
}

/* line 26, ../../src/sass/helpers/_typography.scss */
h1, .page-header .container .inner-wrap .text-area h1 p,
.h1 {
  font-size: -webkit-calc(clamp(2.5rem, 2.73vi + 1.82rem, 4rem));
  font-size: -moz-calc(clamp(2.5rem, 2.73vi + 1.82rem, 4rem));
  font-size: calc(clamp(2.5rem, 2.73vi + 1.82rem, 4rem));
  text-transform: uppercase;
  font-weight: 250;
}
/* line 35, ../../src/sass/helpers/_typography.scss */
h1 strong, .page-header .container .inner-wrap .text-area h1 p strong,
h1 b,
.page-header .container .inner-wrap .text-area h1 p b,
.h1 strong,
.h1 b {
  font-weight: 500;
}

/* line 55, ../../src/sass/helpers/_typography.scss */
h2,
.h2 {
  font-size: -webkit-calc(clamp(2rem, 1.82vi + 1.55rem, 3rem));
  font-size: -moz-calc(clamp(2rem, 1.82vi + 1.55rem, 3rem));
  font-size: calc(clamp(2rem, 1.82vi + 1.55rem, 3rem));
}

/* line 59, ../../src/sass/helpers/_typography.scss */
h3,
.h3 {
  font-size: -webkit-calc(clamp(1.63rem, 0.68vi + 1.45rem, 2rem));
  font-size: -moz-calc(clamp(1.63rem, 0.68vi + 1.45rem, 2rem));
  font-size: calc(clamp(1.63rem, 0.68vi + 1.45rem, 2rem));
}

/* line 63, ../../src/sass/helpers/_typography.scss */
h4,
.h4 {
  font-size: -webkit-calc(clamp(1.25rem, 0.45vi + 1.14rem, 1.5rem));
  font-size: -moz-calc(clamp(1.25rem, 0.45vi + 1.14rem, 1.5rem));
  font-size: calc(clamp(1.25rem, 0.45vi + 1.14rem, 1.5rem));
}

/* line 67, ../../src/sass/helpers/_typography.scss */
h5, p.meta-tag
.has-meta-font-size,
.meta-tag,
.h5,
h6,
.h6 {
  font-size: -webkit-calc(clamp(1rem, 0.23vi + 0.94rem, 1.13rem));
  font-size: -moz-calc(clamp(1rem, 0.23vi + 0.94rem, 1.13rem));
  font-size: calc(clamp(1rem, 0.23vi + 0.94rem, 1.13rem));
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 77, ../../src/sass/helpers/_typography.scss */
.fixed {
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 83, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 86, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 90, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 1em 0;
}

/* line 94, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 99, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 128, ../../src/sass/helpers/_typography.scss */
ul li,
ol li {
  margin: 0.5em 0;
}

/* line 133, ../../src/sass/helpers/_typography.scss */
ul li ul,
ol li ol {
  margin: 0 0 0 20px;
}

/* line 138, ../../src/sass/helpers/_typography.scss */
ol li ol {
  list-style: lower-latin;
}

/* line 142, ../../src/sass/helpers/_typography.scss */
ul li ul {
  list-style: circle;
}

/* line 146, ../../src/sass/helpers/_typography.scss */
a {
  cursor: pointer;
  text-decoration: underline;
  color: #81545C;
}
/* line 151, ../../src/sass/helpers/_typography.scss */
a:visited, a:hover {
  color: #81545C;
}
/* line 156, ../../src/sass/helpers/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 161, ../../src/sass/helpers/_typography.scss */
pre,
code {
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  line-height: 1.4;
}

/* line 172, ../../src/sass/helpers/_typography.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 177, ../../src/sass/helpers/_typography.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 182, ../../src/sass/helpers/_typography.scss */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
/* line 192, ../../src/sass/helpers/_typography.scss */
.screen-reader-text:focus {
  position: fixed;
  width: auto;
  height: auto;
  clip: auto;
  background: #FFF;
  color: #000;
  padding: 16px 24px;
  text-decoration: underline;
  z-index: 100000;
}

/* line 204, ../../src/sass/helpers/_typography.scss */
p.meta-tag
.has-meta-font-size,
.meta-tag {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.5em;
  margin-top: 0;
}

/* line 215, ../../src/sass/helpers/_typography.scss */
.details-tag {
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

/* line 221, ../../src/sass/helpers/_typography.scss */
.author-tag {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.5em;
  margin-top: 0;
}
/* line 229, ../../src/sass/helpers/_typography.scss */
.author-tag::after {
  content: "";
  background: url(./images/author-arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 241, ../../src/sass/helpers/_typography.scss */
.date-tag {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.5em;
  margin-top: 0;
}
/* line 249, ../../src/sass/helpers/_typography.scss */
.date-tag::after {
  content: "";
  background: url(./images/date-arrow.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}

/* line 263, ../../src/sass/helpers/_typography.scss */
.has-standfirst-font-size {
  font-size: -webkit-calc(clamp(1.13rem, 0.45vi + 1.01rem, 1.38rem));
  font-size: -moz-calc(clamp(1.13rem, 0.45vi + 1.01rem, 1.38rem));
  font-size: calc(clamp(1.13rem, 0.45vi + 1.01rem, 1.38rem));
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.22px;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  background: #F6F1EE;
}
/* line 4, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 9, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1006px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 12, ../../src/sass/helpers/_base.scss */
.container.thin {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 808px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 16, ../../src/sass/helpers/_base.scss */
.container.wide {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1202px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* line 21, ../../src/sass/helpers/_base.scss */
.site-content {
  background-color: #F6F1EE;
  padding-bottom: 1px;
}

/* line 26, ../../src/sass/helpers/_base.scss */
.entry-content {
  position: relative;
  z-index: 2;
}
/* line 30, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts {
  position: relative;
  width: 100%;
  top: unset;
  right: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
@media only screen and (min-width: 560px) {
  /* line 30, ../../src/sass/helpers/_base.scss */
  .entry-content .sidebar-posts {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    gap: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 30, ../../src/sass/helpers/_base.scss */
  .entry-content .sidebar-posts {
    position: absolute;
    width: 270px;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
}
/* line 63, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .sidebar-details,
.entry-content .sidebar-posts .event-logos {
  background: #ECE6E2;
  padding: 16px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1024px) {
  /* line 63, ../../src/sass/helpers/_base.scss */
  .entry-content .sidebar-posts .sidebar-details,
  .entry-content .sidebar-posts .event-logos {
    padding: 32px;
    gap: 20px;
  }
}
/* line 84, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .sidebar-details span,
.entry-content .sidebar-posts .event-logos span {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  display: block;
  text-align: center;
  position: relative;
}
/* line 90, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .sidebar-details span:after,
.entry-content .sidebar-posts .event-logos span:after {
  content: "";
  position: absolute;
  right: -20px;
}
@media only screen and (min-width: 560px) {
  /* line 90, ../../src/sass/helpers/_base.scss */
  .entry-content .sidebar-posts .sidebar-details span:after,
  .entry-content .sidebar-posts .event-logos span:after {
    content: "\2022";
  }
}
@media only screen and (min-width: 1024px) {
  /* line 90, ../../src/sass/helpers/_base.scss */
  .entry-content .sidebar-posts .sidebar-details span:after,
  .entry-content .sidebar-posts .event-logos span:after {
    content: "";
  }
}
/* line 108, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .sidebar-details span:last-of-type,
.entry-content .sidebar-posts .event-logos span:last-of-type {
  margin-bottom: 0;
}
/* line 111, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .sidebar-details span:last-of-type:after,
.entry-content .sidebar-posts .event-logos span:last-of-type:after {
  content: "";
}
/* line 119, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 560px) {
  /* line 119, ../../src/sass/helpers/_base.scss */
  .entry-content .sidebar-posts .details-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    gap: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 119, ../../src/sass/helpers/_base.scss */
  .entry-content .sidebar-posts .details-wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 138, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .event-logos {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 142, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .event-logos .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 10px;
}
/* line 148, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .event-logos .logo-wrap .logo {
  background: white;
  height: 100px;
  width: 100%;
  max-width: 220px;
  padding: 10px;
}
/* line 157, ../../src/sass/helpers/_base.scss */
.entry-content .sidebar-posts .event-logos .logo-wrap .logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  mix-blend-mode: luminosity;
}

/* line 171, ../../src/sass/helpers/_base.scss */
.alignfull,
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* line 180, ../../src/sass/helpers/_base.scss */
.alignfull .container,
.full-width .container {
  padding: 0 24px;
}

/* line 189, ../../src/sass/helpers/_base.scss */
.entry-content h2:not(.container-scrollable h2),
.entry-content h3:not(.grid h3):not(.wp-block-accordion-heading):not(.cta h3):not(.people h3):not(.container-scrollable h3),
.entry-content h4:not(.container-scrollable h4),
.entry-content h5:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
.container-scrollable .meta-tag),
.entry-content p.meta-tag .has-meta-font-size:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
.container-scrollable .meta-tag),
p.meta-tag .entry-content .has-meta-font-size:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
.container-scrollable .meta-tag),
.entry-content .meta-tag:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
.container-scrollable .meta-tag),
.entry-content h6:not(.container-scrollable h6),
.entry-content p:not(.meta-tag):not(.detail-tag):not(.detail-tag):not(blockquote p):not(.page-header p):not(.grid p):not(.parallax-hero-block p):not(.container-scrollable p),
.entry-content ul:not(ul li ul),
.entry-content ol:not(ol li ol),
.entry-content .wp-block-image:not(.alignright):not(.alignleft),
.entry-content .gallery:not(.alignright):not(.alignleft):not(.alignfull) {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 189, ../../src/sass/helpers/_base.scss */
  .entry-content h2:not(.container-scrollable h2),
  .entry-content h3:not(.grid h3):not(.wp-block-accordion-heading):not(.cta h3):not(.people h3):not(.container-scrollable h3),
  .entry-content h4:not(.container-scrollable h4),
  .entry-content h5:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
  .container-scrollable .meta-tag),
  .entry-content p.meta-tag .has-meta-font-size:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
  .container-scrollable .meta-tag),
  p.meta-tag .entry-content .has-meta-font-size:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
  .container-scrollable .meta-tag),
  .entry-content .meta-tag:not(.container-scrollable h5):not(.container-scrollable p.meta-tag .has-meta-font-size):not(p.meta-tag .container-scrollable .has-meta-font-size):not(
  .container-scrollable .meta-tag),
  .entry-content h6:not(.container-scrollable h6),
  .entry-content p:not(.meta-tag):not(.detail-tag):not(.detail-tag):not(blockquote p):not(.page-header p):not(.grid p):not(.parallax-hero-block p):not(.container-scrollable p),
  .entry-content ul:not(ul li ul),
  .entry-content ol:not(ol li ol),
  .entry-content .wp-block-image:not(.alignright):not(.alignleft),
  .entry-content .gallery:not(.alignright):not(.alignleft):not(.alignfull) {
    padding-left: 98px;
    padding-right: 296px;
  }
}

/* line 204, ../../src/sass/helpers/_base.scss */
.methreedisclaimer {
  background-color: #93021f;
  padding: 20px;
  color: white;
}

/* line 212, ../../src/sass/helpers/_base.scss */
.search-pagination,
.facetwp-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/* line 217, ../../src/sass/helpers/_base.scss */
.search-pagination .facetwp-page,
.search-pagination .page-numbers,
.facetwp-pager .facetwp-page,
.facetwp-pager .page-numbers {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 217, ../../src/sass/helpers/_base.scss */
  .search-pagination .facetwp-page,
  .search-pagination .page-numbers,
  .facetwp-pager .facetwp-page,
  .facetwp-pager .page-numbers {
    margin-top: 64px;
  }
}
/* line 225, ../../src/sass/helpers/_base.scss */
.search-pagination .facetwp-page.active, .search-pagination .facetwp-page.current,
.search-pagination .page-numbers.active,
.search-pagination .page-numbers.current,
.facetwp-pager .facetwp-page.active,
.facetwp-pager .facetwp-page.current,
.facetwp-pager .page-numbers.active,
.facetwp-pager .page-numbers.current {
  font-weight: 600;
}

/* line 4, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-pullquote,
.wp-block-quote {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../../src/sass/helpers/_gutenberg.scss */
  .wp-block-pullquote,
  .wp-block-quote {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 8, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-pullquote p,
.wp-block-quote p {
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: -webkit-calc(clamp(1.31rem, 0.8vi + 1.11rem, 1.75rem));
  font-size: -moz-calc(clamp(1.31rem, 0.8vi + 1.11rem, 1.75rem));
  font-size: calc(clamp(1.31rem, 0.8vi + 1.11rem, 1.75rem));
}
/* line 16, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-pullquote cite,
.wp-block-quote cite {
  font-weight: 700;
  letter-spacing: 2.16px;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  font-size: -webkit-calc(clamp(1rem, 0.23vi + 0.94rem, 1.13rem));
  font-size: -moz-calc(clamp(1rem, 0.23vi + 0.94rem, 1.13rem));
  font-size: calc(clamp(1rem, 0.23vi + 0.94rem, 1.13rem));
}

/* line 26, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-quote {
  border-left: 20px solid #ECE6E2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}
@media only screen and (min-width: 1024px) {
  /* line 26, ../../src/sass/helpers/_gutenberg.scss */
  .wp-block-quote {
    margin-left: 98px;
    margin-right: 296px;
  }
}

/* line 34, ../../src/sass/helpers/_gutenberg.scss */
.pullquote-wrap {
  background: #BABCDF;
}
/* line 37, ../../src/sass/helpers/_gutenberg.scss */
.pullquote-wrap .wp-block-pullquote {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../src/sass/helpers/_gutenberg.scss */
  .pullquote-wrap .wp-block-pullquote {
    padding: 80px 0;
  }
}

/* line 54, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-image figcaption {
  position: relative;
  padding-left: 30px;
  font-size: 1rem;
  text-align: left;
}
/* line 60, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-image figcaption:before {
  position: absolute;
  background-color: #DEAD9B;
  mix-blend-mode: multiply;
  content: '';
  left: 0;
  top: -40px;
  height: 68px;
  width: 20px;
}

/* line 74, ../../src/sass/helpers/_gutenberg.scss */
.alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-margin-start: 0em;
     -moz-margin-start: 0em;
          margin-inline-start: 0em;
}
@media only screen and (min-width: 768px) {
  /* line 74, ../../src/sass/helpers/_gutenberg.scss */
  .alignleft {
    float: left;
    -webkit-margin-start: 0.4em;
       -moz-margin-start: 0.4em;
            margin-inline-start: 0.4em;
    -webkit-margin-end: 2em;
       -moz-margin-end: 2em;
            margin-inline-end: 2em;
    padding: 0;
  }
}

/* line 93, ../../src/sass/helpers/_gutenberg.scss */
.alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  /* line 93, ../../src/sass/helpers/_gutenberg.scss */
  .alignright {
    float: right;
    -webkit-margin-start: 2em;
       -moz-margin-start: 2em;
            margin-inline-start: 2em;
    -webkit-margin-end: 0;
       -moz-margin-end: 0;
            margin-inline-end: 0;
  }
}

/* line 105, ../../src/sass/helpers/_gutenberg.scss */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* line 113, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-button .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

/* line 118, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-button__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 10px 64px 8px 22px;
  border: 2px solid #DEAD9B;
  border-radius: 0;
  color: #304B64;
  background: #F6F1EE;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  text-transform: none;
}
/* line 161, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:after {
  content: "";
  background-image: url("/wp-content/themes/infraempire/images/button-arrow.svg");
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  right: 22px;
  top: 50%;
  width: 26px;
  height: 19px;
  -webkit-transform: translateY(-50%) translateX(0);
     -moz-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
/* line 174, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:visited, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #F6F1EE;
  color: #304B64;
}
/* line 181, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:hover {
  background: #DEAD9B;
  color: #304B64;
}
/* line 185, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:hover:after {
  -webkit-transform: translateY(-50%) translateX(4px);
     -moz-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}
/* line 121, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-button__link.download {
  margin-bottom: 32px;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 121, ../../src/sass/helpers/_gutenberg.scss */
  .wp-block-button__link.download {
    margin-bottom: 64px;
  }
}
/* line 125, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-button__link.download:after {
  background-image: none;
}

/* line 134, ../../src/sass/helpers/_gutenberg.scss */
.is-style-outline .wp-block-button__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 10px 64px 8px 22px;
  border: 2px solid #DEAD9B;
  border-radius: 0;
  color: #304B64;
  background: #F6F1EE;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  text-transform: none;
}
/* line 161, ../../src/sass/helpers/_mixins.scss */
.is-style-outline .wp-block-button__link:after {
  content: "";
  background-image: url("/wp-content/themes/infraempire/images/button-arrow.svg");
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  right: 22px;
  top: 50%;
  width: 26px;
  height: 19px;
  -webkit-transform: translateY(-50%) translateX(0);
     -moz-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
/* line 174, ../../src/sass/helpers/_mixins.scss */
.is-style-outline .wp-block-button__link:visited, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  background: #F6F1EE;
  color: #304B64;
}
/* line 181, ../../src/sass/helpers/_mixins.scss */
.is-style-outline .wp-block-button__link:hover {
  background: #DEAD9B;
  color: #304B64;
}
/* line 185, ../../src/sass/helpers/_mixins.scss */
.is-style-outline .wp-block-button__link:hover:after {
  -webkit-transform: translateY(-50%) translateX(4px);
     -moz-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}

/* line 138, ../../src/sass/helpers/_gutenberg.scss */
.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

/* line 145, ../../src/sass/helpers/_gutenberg.scss */
.entry-content .wp-block-embed-youtube iframe,
.entry-content .wp-block-embed__wrapper iframe,
.entry-content iframe[src*="youtube.com"] {
  width: 100%;
  max-width: 808px;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 145, ../../src/sass/helpers/_gutenberg.scss */
  .entry-content .wp-block-embed-youtube iframe,
  .entry-content .wp-block-embed__wrapper iframe,
  .entry-content iframe[src*="youtube.com"] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 145, ../../src/sass/helpers/_gutenberg.scss */
  .entry-content .wp-block-embed-youtube iframe,
  .entry-content .wp-block-embed__wrapper iframe,
  .entry-content iframe[src*="youtube.com"] {
    margin-left: 98px;
    margin-right: 296px;
  }
}

/* line 159, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-table {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 159, ../../src/sass/helpers/_gutenberg.scss */
  .wp-block-table {
    margin-left: 98px;
    margin-right: 296px;
  }
}
/* line 166, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-table table thead {
  background: #E8DED9;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  border: 2px solid #E8DED9;
}
/* line 173, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-table table th {
  padding: 10px 12px;
  border-left: 2px solid #E8DED9;
  border-right: 2px solid #F6F1EE;
}
/* line 179, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-table table th:last-of-type {
  border-right: 2px solid #E8DED9;
}
/* line 184, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-table table td {
  border: 2px solid #E8DED9;
  padding: 10px 12px;
}

/* line 194, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion {
  --accordion-icon: url(./images/accordion-arrow.svg);
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 194, ../../src/sass/helpers/_gutenberg.scss */
  .wp-block-accordion {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 194, ../../src/sass/helpers/_gutenberg.scss */
  .wp-block-accordion {
    margin-left: 98px;
    margin-right: 296px;
  }
}
/* line 200, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion .wp-block-accordion-item {
  padding: 8px 0;
  border-top: 1px solid #DEAD9B;
}
/* line 204, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion .wp-block-accordion-item:last-of-type {
  border-bottom: 1px solid #DEAD9B;
}
/* line 208, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading {
  margin: 0;
}
/* line 214, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading__toggle-title {
  position: relative;
  display: block;
  padding-left: 48px;
}
/* line 219, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading__toggle-title::after {
  content: "";
  background: var(--accordion-icon) no-repeat center/contain;
  width: 29px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0.4em;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}
/* line 232, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title::after {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* line 237, ../../src/sass/helpers/_gutenberg.scss */
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel h2,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel h3,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel h4,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel h5,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel p.meta-tag .has-meta-font-size,
p.meta-tag .wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel .has-meta-font-size,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel .meta-tag,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel h6,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel p,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel ul,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel ol,
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel .wp-block-image {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1, ../../src/sass/content-parts/front-page-hero.scss */
.front-page-hero-wrap {
  position: relative;
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: calc(100vh - 100px);
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/front-page-hero.scss */
  .front-page-hero-wrap {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}
/* line 12, ../../src/sass/content-parts/front-page-hero.scss */
.front-page-hero-wrap .front-page-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  background-color: #F6F1EE;
}
/* line 23, ../../src/sass/content-parts/front-page-hero.scss */
.front-page-hero-wrap .front-page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: luminosity;
}
/* line 32, ../../src/sass/content-parts/front-page-hero.scss */
.front-page-hero-wrap .site-header {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
/* line 46, ../../src/sass/content-parts/front-page-hero.scss */
.front-page-hero-wrap .site-header.is-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 100;
}
/* line 53, ../../src/sass/content-parts/front-page-hero.scss */
.front-page-hero-wrap .site-header .logo-main {
  width: auto;
  height: 32px;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  -moz-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
@media only screen and (min-width: 640px) {
  /* line 53, ../../src/sass/content-parts/front-page-hero.scss */
  .front-page-hero-wrap .site-header .logo-main {
    width: auto;
    height: 48px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 53, ../../src/sass/content-parts/front-page-hero.scss */
  .front-page-hero-wrap .site-header .logo-main {
    width: 567px;
    height: 70px;
  }
}

/* line 73, ../../src/sass/content-parts/front-page-hero.scss */
body.hero-scrolled .front-page-hero-wrap .site-header .logo-main {
  width: 250px;
  height: 31px;
}

/* line 1, ../../src/sass/content-parts/header.scss */
header {
  padding: 32px 0 80px;
  background-color: #F6F1EE;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-transition: padding 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: padding 0.3s ease, box-shadow 0.3s ease;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (min-width: 640px) {
  /* line 1, ../../src/sass/content-parts/header.scss */
  header {
    padding: 32px 0;
  }
}
/* line 14, ../../src/sass/content-parts/header.scss */
header.is-sticky {
  padding: 24px 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
/* line 19, ../../src/sass/content-parts/header.scss */
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
/* line 22, ../../src/sass/content-parts/header.scss */
header .container .logo-main {
  width: 250px;
  height: auto;
  display: block;
  z-index: 9999;
  position: relative;
  height: 31px;
}
/* line 32, ../../src/sass/content-parts/header.scss */
header .container .logo-main svg {
  width: 100%;
  height: 100%;
}

/* line 2, ../../src/sass/content-parts/nav.scss */
#primary-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 4;
}
/* line 12, ../../src/sass/content-parts/nav.scss */
#primary-menu li {
  margin: 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #E8DED9;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  /* line 12, ../../src/sass/content-parts/nav.scss */
  #primary-menu li {
    border-bottom: 1px solid #F6F1EE;
  }
}
/* line 26, ../../src/sass/content-parts/nav.scss */
#primary-menu li:hover, #primary-menu li.current-menu-item, #primary-menu li.current-menu-ancestor {
  border-bottom: 1px solid #E8DED9;
}
@media only screen and (min-width: 1024px) {
  /* line 26, ../../src/sass/content-parts/nav.scss */
  #primary-menu li:hover, #primary-menu li.current-menu-item, #primary-menu li.current-menu-ancestor {
    border-bottom: 1px solid #DEAD9B;
  }
}
/* line 40, ../../src/sass/content-parts/nav.scss */
#primary-menu li a {
  display: inline-block;
  min-height: 44px;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  padding: 11px 0;
  color: #304B64;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 52, ../../src/sass/content-parts/nav.scss */
#primary-menu li a:visited, #primary-menu li a:hover {
  color: #304B64;
}
/* line 58, ../../src/sass/content-parts/nav.scss */
#primary-menu li.current-menu-item a {
  font-weight: 600;
}
/* line 65, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  background: #DEAD9B;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/* line 73, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #E8DED9;
}
@media only screen and (min-width: 1024px) {
  /* line 73, ../../src/sass/content-parts/nav.scss */
  #primary-menu li.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #F6F1EE;
  }
}
/* line 82, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .sub-menu li a {
  padding: 11px 12px;
  display: block;
}
/* line 86, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .sub-menu li:hover {
  border-bottom: 1px solid #304B64;
}
/* line 98, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children.open > .sub-menu {
  max-height: 500px;
}
/* line 102, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .dropdown-arrow {
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 107, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .dropdown-arrow svg {
  width: 10px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* line 115, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children.open .dropdown-arrow svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 124, ../../src/sass/content-parts/nav.scss */
#site-navigation.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background: #E8DED9;
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 32px 24px;
}
/* line 135, ../../src/sass/content-parts/nav.scss */
#site-navigation.active #primary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

/* line 144, ../../src/sass/content-parts/nav.scss */
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 40;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  background: transparent;
}
/* line 73, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 24px;
  width: 36px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 81, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon .hamburger-lines, .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #304B64;
}
/* line 87, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  width: 100%;
}
/* line 95, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before, .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #304B64;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 104, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before {
  top: -11px;
}
/* line 108, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:after {
  top: 11px;
}
/* line 111, ../../src/sass/helpers/_mixins.scss */
.active .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 117, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 122, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 127, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 131, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 153, ../../src/sass/content-parts/nav.scss */
.hamburger.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  background: transparent;
}
/* line 73, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-icon {
  position: relative;
  display: block;
  height: 24px;
  width: 36px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
/* line 81, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-icon .hamburger-lines, .hamburger.active .hamburger-icon:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #304B64;
}
/* line 87, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  width: 100%;
}
/* line 95, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background: #304B64;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 104, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  top: -11px;
}
/* line 108, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  top: 11px;
}
/* line 111, ../../src/sass/helpers/_mixins.scss */
.active .hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 117, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines, .hamburger.active.active .hamburger-icon:after {
  background: transparent;
}
/* line 122, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines:before, .hamburger.active.active .hamburger-lines:after {
  top: 0;
}
/* line 127, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 131, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  /* line 160, ../../src/sass/content-parts/nav.scss */
  .hamburger {
    display: none;
  }

  /* line 164, ../../src/sass/content-parts/nav.scss */
  #primary-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 0;
  }

  /* line 172, ../../src/sass/content-parts/nav.scss */
  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F6F1EE;
    width: auto;
    padding: 0;
    margin: 0;
  }
  /* line 183, ../../src/sass/content-parts/nav.scss */
  .menu-item-has-children.open > .sub-menu {
    display: block;
  }
  /* line 187, ../../src/sass/content-parts/nav.scss */
  .menu-item-has-children .dropdown-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
  }
}
/* line 1, ../../src/sass/content-parts/footer.scss */
footer {
  margin-top: 32px;
  background-color: #304B64;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/footer.scss */
  footer {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/footer.scss */
  footer {
    margin-top: 0;
  }
}
/* line 9, ../../src/sass/content-parts/footer.scss */
footer p,
footer a {
  color: #F6F1EE;
  font-size: 1rem;
  margin: 0;
}
/* line 16, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
/* line 20, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  max-width: 470px;
  width: 100%;
}
/* line 26, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .left .logo-main {
  display: block;
  z-index: 9999;
  position: relative;
  width: 300px;
  height: auto;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 26, ../../src/sass/content-parts/footer.scss */
  footer .container .upper-footer .left .logo-main {
    width: 470px;
  }
}
/* line 40, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .left .logo-main svg {
  width: 100%;
  height: 100%;
}
/* line 44, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .left .logo-main svg path {
  fill: #F6F1EE;
}
/* line 50, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .left .logo-wrap {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  gap: 8px;
}
/* line 56, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .left .logo-wrap .image-holder {
  height: 100px;
  width: 146px;
}
/* line 60, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .left .logo-wrap .image-holder img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
/* line 67, ../../src/sass/content-parts/footer.scss */
footer .container .upper-footer .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  max-width: 580px;
  width: 100%;
}
/* line 80, ../../src/sass/content-parts/footer.scss */
footer .lower-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px #F6F1EE solid;
}
@media only screen and (min-width: 480px) {
  /* line 80, ../../src/sass/content-parts/footer.scss */
  footer .lower-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
  }
}
/* line 90, ../../src/sass/content-parts/footer.scss */
footer .lower-footer a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
}
/* line 98, ../../src/sass/content-parts/footer.scss */
footer .lower-footer a:visited {
  color: #F6F1EE;
}
/* line 102, ../../src/sass/content-parts/footer.scss */
footer .lower-footer a:hover {
  color: #F6F1EE;
  text-decoration: underline;
}
/* line 108, ../../src/sass/content-parts/footer.scss */
footer .lower-footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 114, ../../src/sass/content-parts/footer.scss */
footer .lower-footer ul li {
  margin: 0;
}
/* line 119, ../../src/sass/content-parts/footer.scss */
footer .lower-footer .by-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  gap: 8px;
}
/* line 123, ../../src/sass/content-parts/footer.scss */
footer .lower-footer .by-me a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 128, ../../src/sass/content-parts/footer.scss */
footer .lower-footer .by-me a:hover svg path {
  fill: #DEAD9B;
}
/* line 133, ../../src/sass/content-parts/footer.scss */
footer .lower-footer .by-me svg {
  width: 32px;
  height: auto;
  padding-bottom: 2px;
}
/* line 138, ../../src/sass/content-parts/footer.scss */
footer .lower-footer .by-me svg path {
  fill: #F6F1EE;
}

/* line 1, ../../src/sass/content-parts/social.scss */
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  gap: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/content-parts/social.scss */
  .social-links {
    -webkit-align-self: flex-end;
            align-self: flex-end;
  }
}
/* line 12, ../../src/sass/content-parts/social.scss */
.social-links .social-icon {
  height: 44px;
  width: 44px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
/* line 20, ../../src/sass/content-parts/social.scss */
.social-links .social-icon svg {
  height: 50%;
  width: 50%;
}
/* line 24, ../../src/sass/content-parts/social.scss */
.social-links .social-icon svg path {
  fill: #F6F1EE;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 34, ../../src/sass/content-parts/social.scss */
.social-links .social-icon:hover svg path {
  fill: #DEAD9B;
}

/* line 1, ../../src/sass/content-parts/page-header.scss */
.page-header {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/page-header.scss */
  .page-header {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/page-header.scss */
  .page-header {
    overflow: visible;
  }
}
/* line 11, ../../src/sass/content-parts/page-header.scss */
.page-header .d-shape {
  position: absolute;
  top: -24px;
  left: 0px;
  z-index: -1;
}
/* line 18, ../../src/sass/content-parts/page-header.scss */
.page-header .container {
  position: relative;
}
/* line 21, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: 196px;
}
@media only screen and (min-width: 640px) {
  /* line 21, ../../src/sass/content-parts/page-header.scss */
  .page-header .container .inner-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    gap: 32px;
    min-height: 314px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 21, ../../src/sass/content-parts/page-header.scss */
  .page-header .container .inner-wrap {
    min-height: 396px;
  }
}
/* line 38, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap.short-header {
  min-height: 0;
  height: 218px;
}
/* line 42, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap.short-header .text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 48, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap .text-area {
  padding-left: 0;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 48, ../../src/sass/content-parts/page-header.scss */
  .page-header .container .inner-wrap .text-area {
    padding-left: 98px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 48, ../../src/sass/content-parts/page-header.scss */
  .page-header .container .inner-wrap .text-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 565px;
       -moz-box-flex: 1;
            flex: 1 1 565px;
  }
}
/* line 58, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap .text-area h1, .page-header .container .inner-wrap .text-area h1 p {
  margin: 0;
}
/* line 62, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap .text-area h1 p {
  margin: 0;
}
/* line 67, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap .text-area p:not(.meta-tag) {
  margin-bottom: 0;
}
/* line 72, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap .post-thumbnail {
  width: 100%;
  max-width: 230px;
  height: 196px;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  background-color: #F6F1EE;
}
@media only screen and (min-width: 640px) {
  /* line 72, ../../src/sass/content-parts/page-header.scss */
  .page-header .container .inner-wrap .post-thumbnail {
    max-width: 369px;
    height: 314px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 72, ../../src/sass/content-parts/page-header.scss */
  .page-header .container .inner-wrap .post-thumbnail {
    max-width: 466px;
    height: 396px;
  }
}
/* line 90, ../../src/sass/content-parts/page-header.scss */
.page-header .container .inner-wrap .post-thumbnail img {
  mix-blend-mode: luminosity;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* line 97, ../../src/sass/content-parts/page-header.scss */
.page-header .container .image-graphic {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 8px;
}
@media only screen and (min-width: 1024px) {
  /* line 97, ../../src/sass/content-parts/page-header.scss */
  .page-header .container .image-graphic {
    right: -28px;
  }
}

/* line 114, ../../src/sass/content-parts/page-header.scss */
.single-publications .page-header .inner-wrap .post-thumbnail img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  mix-blend-mode: unset;
}

/* line 128, ../../src/sass/content-parts/page-header.scss */
.single-research-team .post-thumbnail {
  position: relative;
  z-index: 3;
}
/* line 132, ../../src/sass/content-parts/page-header.scss */
.single-research-team .post-thumbnail img {
  max-width: 394px;
}

/* line 1, ../../src/sass/content-parts/listing.scss */
.listing {
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/listing.scss */
  .listing {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/content-parts/listing.scss */
  .listing {
    padding-left: 98px;
    padding-right: 98px;
  }
}
/* line 7, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  gap: 24px;
  text-decoration: none;
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 7, ../../src/sass/content-parts/listing.scss */
  .listing .grid .tile {
    grid-template-columns: 1fr 186px;
  }
}
/* line 20, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile .text-block {
  color: #304B64;
}
/* line 23, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile .text-block h3 {
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
/* line 30, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile .text-block p:not(.author-tag):not(.date-tag) {
  margin-bottom: 0;
}
/* line 34, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile .text-block .meta-tag {
  padding-left: 0;
  padding-right: 0;
}
/* line 40, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile .image-block {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #F6F1EE;
}
/* line 44, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile .image-block img {
  mix-blend-mode: luminosity;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 52, ../../src/sass/content-parts/listing.scss */
.listing .grid .tile:hover h3 {
  text-decoration: none;
}
/* line 60, ../../src/sass/content-parts/listing.scss */
.listing.events .events-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 66, ../../src/sass/content-parts/listing.scss */
.listing.events .events-tabs .tab-btn {
  background: #F6F1EE;
  border: none;
  border: 2px solid #304B64;
  padding: 0 0 8px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-width: 240px;
  width: 100%;
  height: 44px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 85, ../../src/sass/content-parts/listing.scss */
.listing.events .events-tabs .tab-btn.active {
  background-color: #BABCDF;
  border: 2px solid #BABCDF;
}
/* line 93, ../../src/sass/content-parts/listing.scss */
.listing.events .tab-panel {
  display: none;
}
/* line 96, ../../src/sass/content-parts/listing.scss */
.listing.events .tab-panel.active {
  display: block;
}
/* line 106, ../../src/sass/content-parts/listing.scss */
.listing.news .tile, .listing.events .tile {
  background: #FFF;
  margin-bottom: 16px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 106, ../../src/sass/content-parts/listing.scss */
  .listing.news .tile, .listing.events .tile {
    grid-template-columns: 1fr 440px;
  }
}
/* line 115, ../../src/sass/content-parts/listing.scss */
.listing.news .tile .text-block, .listing.events .tile .text-block {
  padding: 24px 24px 0;
}
@media only screen and (min-width: 768px) {
  /* line 115, ../../src/sass/content-parts/listing.scss */
  .listing.news .tile .text-block, .listing.events .tile .text-block {
    padding: 24px 48px;
  }
}
/* line 126, ../../src/sass/content-parts/listing.scss */
.listing.news .tile .image-block, .listing.events .tile .image-block {
  height: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 126, ../../src/sass/content-parts/listing.scss */
  .listing.news .tile .image-block, .listing.events .tile .image-block {
    height: 370px;
  }
}
/* line 137, ../../src/sass/content-parts/listing.scss */
.listing.news .tile .image-block svg, .listing.events .tile .image-block svg {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 0;
  left: -124px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 137, ../../src/sass/content-parts/listing.scss */
  .listing.news .tile .image-block svg, .listing.events .tile .image-block svg {
    display: block;
  }
}
/* line 158, ../../src/sass/content-parts/listing.scss */
.listing.news .tile:hover .image-block svg, .listing.events .tile:hover .image-block svg {
  left: -128px;
}
/* line 172, ../../src/sass/content-parts/listing.scss */
.listing.field-notes .tile, .listing.publications .tile {
  padding: 22px 0;
  border-top: solid 1px #ECE6E2;
  gap: 112px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 172, ../../src/sass/content-parts/listing.scss */
  .listing.field-notes .tile, .listing.publications .tile {
    grid-template-columns: 1fr 186px;
  }
}
/* line 182, ../../src/sass/content-parts/listing.scss */
.listing.field-notes .tile:last-of-type, .listing.publications .tile:last-of-type {
  border-bottom: solid 1px #ECE6E2;
}
/* line 186, ../../src/sass/content-parts/listing.scss */
.listing.field-notes .tile .text-block, .listing.publications .tile .text-block {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 189, ../../src/sass/content-parts/listing.scss */
.listing.field-notes .tile .text-block h3, .listing.publications .tile .text-block h3 {
  margin-top: 0.5em;
}
/* line 194, ../../src/sass/content-parts/listing.scss */
.listing.field-notes .tile .image-block, .listing.publications .tile .image-block {
  height: 186px;
  width: 186px;
  max-width: 186px;
}
/* line 202, ../../src/sass/content-parts/listing.scss */
.listing.field-notes .tile:hover .text-block, .listing.publications .tile:hover .text-block {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 211, ../../src/sass/content-parts/listing.scss */
.listing.research-team .tile {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  margin-bottom: 36px;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 211, ../../src/sass/content-parts/listing.scss */
  .listing.research-team .tile {
    grid-template-columns: 268px 1fr;
  }
}
/* line 221, ../../src/sass/content-parts/listing.scss */
.listing.research-team .tile .text-block {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 224, ../../src/sass/content-parts/listing.scss */
.listing.research-team .tile .text-block h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
/* line 230, ../../src/sass/content-parts/listing.scss */
.listing.research-team .tile .image-block {
  height: 268px;
  width: 268px;
  max-width: 268px;
  background-color: #F6F1EE;
}
/* line 239, ../../src/sass/content-parts/listing.scss */
.listing.research-team .tile:hover .text-block {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 241, ../../src/sass/content-parts/listing.scss */
.listing.research-team .tile:hover .text-block h3 {
  text-decoration: none;
}

/* line 1, ../../src/sass/content-parts/related.scss */
.related-posts {
  background: #ECE6E2;
  padding: 40px 0 68px 0;
  position: relative;
  overflow: hidden;
}
/* line 8, ../../src/sass/content-parts/related.scss */
.related-posts:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 28px;
  background: rgba(232, 222, 217, 0.5);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
/* line 19, ../../src/sass/content-parts/related.scss */
.related-posts .bg-graphic {
  position: absolute;
  display: none;
  top: 0;
  right: 20px;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (min-width: 1024px) {
  /* line 19, ../../src/sass/content-parts/related.scss */
  .related-posts .bg-graphic {
    display: block;
  }
}
/* line 31, ../../src/sass/content-parts/related.scss */
.related-posts .grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 31, ../../src/sass/content-parts/related.scss */
  .related-posts .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 41, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile {
  text-decoration: none;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: #FFF;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 41, ../../src/sass/content-parts/related.scss */
  .related-posts .grid .tile {
    grid-template-columns: 1fr 198px;
  }
}
/* line 54, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile .text-block {
  color: #304B64;
  padding: 24px;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 768px) {
  /* line 54, ../../src/sass/content-parts/related.scss */
  .related-posts .grid .tile .text-block {
    padding: 24px 40px;
  }
}
/* line 66, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile .text-block h4 {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  margin-top: 0;
}
/* line 73, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile .image-block {
  height: 200px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #F6F1EE;
}
/* line 79, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile .image-block img {
  mix-blend-mode: luminosity;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 88, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile .image-block svg {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 0;
  left: -48px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 88, ../../src/sass/content-parts/related.scss */
  .related-posts .grid .tile .image-block svg {
    display: block;
  }
}
/* line 108, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile:hover .text-block {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 113, ../../src/sass/content-parts/related.scss */
.related-posts .grid .tile:hover .image-block svg {
  left: -50px;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-moz-keyframes modal-video-inner {
  from {
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  to {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* line 26, ../../src/sass/vendor/modal-video.scss */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
     -moz-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 46, ../../src/sass/vendor/modal-video.scss */
.modal-video-close {
  opacity: 0;
}
/* line 49, ../../src/sass/vendor/modal-video.scss */
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/* line 58, ../../src/sass/vendor/modal-video.scss */
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/* line 69, ../../src/sass/vendor/modal-video.scss */
.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  /* line 69, ../../src/sass/vendor/modal-video.scss */
  .modal-video-inner {
    padding: 10px 60px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}

/* line 82, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
     -moz-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
/* line 102, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 111, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  /* line 111, ../../src/sass/vendor/modal-video.scss */
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
/* line 128, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 132, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 136, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/* line 1, ../../src/sass/blocks/cta.scss */
.cta {
  background: #BABCDF;
  position: relative;
  color: #F6F1EE;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/cta.scss */
  .cta {
    background: #81545C;
  }
}
/* line 12, ../../src/sass/blocks/cta.scss */
.cta .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 17, ../../src/sass/blocks/cta.scss */
.cta .bg-graphic {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (min-width: 1024px) {
  /* line 17, ../../src/sass/blocks/cta.scss */
  .cta .bg-graphic {
    display: block;
  }
}
/* line 29, ../../src/sass/blocks/cta.scss */
.cta .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
/* line 34, ../../src/sass/blocks/cta.scss */
.cta .container:after {
  content: '';
  position: relative;
  top: 100%;
  width: 100%;
  height: 194px;
  margin-top: -24px;
  border-left: #81545C 50vw solid;
  border-right: #81545C 50vw solid;
  border-top: transparent 194px solid;
}
@media only screen and (min-width: 1024px) {
  /* line 34, ../../src/sass/blocks/cta.scss */
  .cta .container:after {
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(24px, 25vw, -webkit-calc((100vw - 1202px) / 2 + 24px));
    width: clamp(24px, 25vw, -moz-calc((100vw - 1202px) / 2 + 24px));
    width: clamp(24px, 25vw, calc((100vw - 1202px) / 2 + 24px));
    height: 100%;
    background: #BABCDF;
    border: none;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 29, ../../src/sass/blocks/cta.scss */
  .cta .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    gap: 200px;
  }
}
/* line 62, ../../src/sass/blocks/cta.scss */
.cta .container .left {
  background: #BABCDF;
  color: #304B64;
  padding-top: 64px;
}
/* line 67, ../../src/sass/blocks/cta.scss */
.cta .container .left * {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 62, ../../src/sass/blocks/cta.scss */
  .cta .container .left {
    position: relative;
    padding: 110px 0;
    margin-left: 24px;
    white-space: nowrap;
  }
  /* line 78, ../../src/sass/blocks/cta.scss */
  .cta .container .left:after {
    content: '';
    position: absolute;
    background: #BABCDF;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, -webkit-calc(100% - 120px) 0, 100% 50%, -webkit-calc(100% - 120px) 100%, 0 100%);
            clip-path: polygon(0 0, -moz-calc(100% - 120px) 0, 100% 50%, -moz-calc(100% - 120px) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 120px) 0, 100% 50%, calc(100% - 120px) 100%, 0 100%);
  }
}
/* line 92, ../../src/sass/blocks/cta.scss */
.cta .container .right {
  position: relative;
  color: #304B64;
  padding: 16px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  /* line 92, ../../src/sass/blocks/cta.scss */
  .cta .container .right {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    color: #ECE6E2;
    text-align: left;
  }
}
/* line 110, ../../src/sass/blocks/cta.scss */
.cta .container .wp-block-button__link {
  width: auto;
  background: transparent;
  border: #FFF 2px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 62px 8px 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 110, ../../src/sass/blocks/cta.scss */
  .cta .container .wp-block-button__link {
    border-color: #DEAD9B;
    color: #ECE6E2;
    white-space: nowrap;
  }
  /* line 122, ../../src/sass/blocks/cta.scss */
  .cta .container .wp-block-button__link:after {
    background-image: url("/wp-content/themes/infraempire/images/button-arrow-light.svg");
  }
}

/* line 1, ../../src/sass/blocks/research-team.scss */
.people,
.research-team-block {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/research-team.scss */
  .people,
  .research-team-block {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 9, ../../src/sass/blocks/research-team.scss */
.people h2,
.research-team-block h2 {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: 0;
}
/* line 16, ../../src/sass/blocks/research-team.scss */
.people .grid,
.research-team-block .grid {
  display: grid;
  grid-gap: 32px;
  margin-bottom: 32px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 16, ../../src/sass/blocks/research-team.scss */
  .people .grid,
  .research-team-block .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 16, ../../src/sass/blocks/research-team.scss */
  .people .grid,
  .research-team-block .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-gap: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 16, ../../src/sass/blocks/research-team.scss */
  .people .grid,
  .research-team-block .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-gap: 64px;
  }
}
/* line 40, ../../src/sass/blocks/research-team.scss */
.people .grid .tile,
.research-team-block .grid .tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 12px;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 49, ../../src/sass/blocks/research-team.scss */
.people .grid .tile .text-block,
.research-team-block .grid .tile .text-block {
  text-align: center;
}
/* line 52, ../../src/sass/blocks/research-team.scss */
.people .grid .tile .text-block h3,
.research-team-block .grid .tile .text-block h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
/* line 59, ../../src/sass/blocks/research-team.scss */
.people .grid .tile .text-block p,
.research-team-block .grid .tile .text-block p {
  margin-top: 0.5em;
}
/* line 65, ../../src/sass/blocks/research-team.scss */
.people .grid .tile .image-block,
.research-team-block .grid .tile .image-block {
  height: 344px;
  width: 100%;
  max-width: 100%;
  background-color: #F6F1EE;
  overflow: hidden;
}
/* line 73, ../../src/sass/blocks/research-team.scss */
.people .grid .tile .image-block img,
.research-team-block .grid .tile .image-block img {
  mix-blend-mode: luminosity;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 81, ../../src/sass/blocks/research-team.scss */
.people .grid .tile:hover h3,
.research-team-block .grid .tile:hover h3 {
  text-decoration: none;
}
/* line 86, ../../src/sass/blocks/research-team.scss */
.people .grid .tile:hover img,
.research-team-block .grid .tile:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
          transform: scale(1.04);
}
/* line 95, ../../src/sass/blocks/research-team.scss */
.people .wp-block-button__link,
.research-team-block .wp-block-button__link {
  margin-left: auto;
  margin-right: auto;
}

/* line 1, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/standard-tiles.scss */
  .standard-tiles {
    margin-bottom: 64px;
  }
}
/* line 4, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles .grid {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 4, ../../src/sass/blocks/standard-tiles.scss */
  .standard-tiles .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 13, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles .grid .tile {
  background: #DEAD9B;
  padding: 32px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-decoration: none;
  min-height: 228px;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../../src/sass/blocks/standard-tiles.scss */
  .standard-tiles .grid .tile {
    min-height: 368px;
  }
}
/* line 27, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles .grid .tile:nth-of-type(3n + 1) {
  background: #DEAD9B;
}
/* line 31, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles .grid .tile:nth-of-type(3n + 2) {
  background: #BABCDF;
}
/* line 36, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles .grid .tile:nth-of-type(3n + 3) {
  background: #ECE6E2;
}
/* line 41, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles .grid .tile h3 {
  margin: 0;
}
/* line 45, ../../src/sass/blocks/standard-tiles.scss */
.standard-tiles .grid .tile p {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/blocks/video-modal.scss */
.video-modal {
  margin-bottom: 32px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/video-modal.scss */
  .video-modal {
    margin-bottom: 64px;
  }
}
/* line 6, ../../src/sass/blocks/video-modal.scss */
.video-modal .grid {
  gap: 0;
  text-decoration: none;
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 6, ../../src/sass/blocks/video-modal.scss */
  .video-modal .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 19, ../../src/sass/blocks/video-modal.scss */
.video-modal .text-area {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../src/sass/blocks/video-modal.scss */
  .video-modal .text-area {
    padding-left: 48px;
    padding-right: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 19, ../../src/sass/blocks/video-modal.scss */
  .video-modal .text-area {
    padding-left: 48px;
    padding-right: 98px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 19, ../../src/sass/blocks/video-modal.scss */
  .video-modal .text-area {
    padding-left: 78px;
    padding-right: 148px;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 19, ../../src/sass/blocks/video-modal.scss */
  .video-modal .text-area {
    padding-left: 78px;
    padding-right: 198px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 19, ../../src/sass/blocks/video-modal.scss */
  .video-modal .text-area {
    padding-left: 98px;
    padding-right: 296px;
  }
}
/* line 49, ../../src/sass/blocks/video-modal.scss */
.video-modal .image {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ECE6E2;
  background-blend-mode: luminosity;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../../src/sass/blocks/video-modal.scss */
  .video-modal .image {
    height: 600px;
  }
}
/* line 66, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .youtube-button {
  border: none;
  cursor: pointer;
  position: absolute;
  background: none;
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 78, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .youtube-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.94);
     -moz-transform: translate(-50%, -50%) scale(0.94);
          transform: translate(-50%, -50%) scale(0.94);
}

/* line 1, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles {
    margin-bottom: 64px;
  }
}
/* line 4, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 4, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 13, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile {
  background: #DEAD9B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
  text-decoration: none;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  /* line 13, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles .grid .tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    min-height: 368px;
  }
}
/* line 28, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 1) {
  background: #81545C;
}
/* line 31, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 1) .text-block {
  color: white;
}
/* line 35, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 1) .image-block {
  display: none;
}
/* line 40, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 2) {
  background: #BABCDF;
  grid-column: span 1;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles .grid .tile:nth-of-type(4n + 2) {
    grid-column: span 2;
  }
}
/* line 52, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 2) svg path {
  fill: #BABCDF;
}
/* line 58, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 3) {
  background: #ECE6E2;
  grid-column: span 1;
}
@media only screen and (min-width: 768px) {
  /* line 58, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles .grid .tile:nth-of-type(4n + 3) {
    grid-column: span 2;
  }
}
/* line 70, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 3) svg path {
  fill: #ECE6E2;
}
/* line 76, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 4) {
  background: #DEAD9B;
}
/* line 79, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:nth-of-type(4n + 4) .image-block {
  display: none;
}
/* line 84, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile .image-block {
  height: 280px;
  width: 100%;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
     -moz-box-flex: unset;
          flex: unset;
  background-color: #F6F1EE;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 84, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles .grid .tile .image-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 330px;
       -moz-box-flex: 0;
            flex: 0 0 330px;
    width: 330px;
    height: 368px;
  }
}
/* line 99, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile .image-block img {
  mix-blend-mode: luminosity;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 105, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile .image-block svg {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 0;
  left: -70px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 105, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles .grid .tile .image-block svg {
    display: block;
  }
}
/* line 121, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile .text-block {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
     -moz-box-flex: unset;
          flex: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 24px;
  color: #304B64;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 768px) {
  /* line 121, ../../src/sass/blocks/latest-tiles.scss */
  .latest-tiles .grid .tile .text-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto;
    width: 330px;
    padding: 24px 40px;
  }
}
/* line 141, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile h3 {
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
/* line 148, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile p {
  margin-bottom: 0;
}
/* line 153, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:hover h3 {
  text-decoration: none;
}
/* line 157, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:hover .text-block {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 163, ../../src/sass/blocks/latest-tiles.scss */
.latest-tiles .grid .tile:hover .image-block svg {
  left: -74px;
}

/* line 1, ../../src/sass/blocks/coverage.scss */
.coverage {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/coverage.scss */
  .coverage {
    margin-bottom: 64px;
  }
}
/* line 4, ../../src/sass/blocks/coverage.scss */
.coverage h2 {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width: 640px) {
  /* line 4, ../../src/sass/blocks/coverage.scss */
  .coverage h2 {
    margin-bottom: 40px;
  }
}
/* line 14, ../../src/sass/blocks/coverage.scss */
.coverage .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 24px;
}
@media only screen and (min-width: 640px) {
  /* line 14, ../../src/sass/blocks/coverage.scss */
  .coverage .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  /* line 14, ../../src/sass/blocks/coverage.scss */
  .coverage .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* line 27, ../../src/sass/blocks/coverage.scss */
.coverage .grid .tile {
  padding: 48px;
  height: 156px;
  background: #FFF;
}
@media only screen and (min-width: 640px) {
  /* line 27, ../../src/sass/blocks/coverage.scss */
  .coverage .grid .tile {
    padding: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 27, ../../src/sass/blocks/coverage.scss */
  .coverage .grid .tile {
    padding: 32px;
  }
}
/* line 40, ../../src/sass/blocks/coverage.scss */
.coverage .grid .tile.square {
  padding: 48px;
}
@media only screen and (min-width: 1024px) {
  /* line 40, ../../src/sass/blocks/coverage.scss */
  .coverage .grid .tile.square {
    padding: 48px;
  }
}
/* line 48, ../../src/sass/blocks/coverage.scss */
.coverage .grid .tile img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

/* line 1, ../../src/sass/blocks/gallery.scss */
.gallery {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/gallery.scss */
  .gallery {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 5, ../../src/sass/blocks/gallery.scss */
.gallery .grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
/* line 12, ../../src/sass/blocks/gallery.scss */
.gallery .grid .image-block {
  background-color: #F6F1EE;
}
/* line 15, ../../src/sass/blocks/gallery.scss */
.gallery .grid .image-block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: luminosity;
}
/* line 21, ../../src/sass/blocks/gallery.scss */
.gallery .grid:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 68px;
  background: #DEAD9B;
  mix-blend-mode: multiply;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1, ../../src/sass/blocks/half.scss */
.half {
  margin-bottom: 32px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/half.scss */
  .half {
    margin-bottom: 64px;
  }
}
/* line 6, ../../src/sass/blocks/half.scss */
.half .grid {
  gap: 0;
  width: 100%;
  text-decoration: none;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 6, ../../src/sass/blocks/half.scss */
  .half .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 18, ../../src/sass/blocks/half.scss */
.half .grid .text-area {
  color: #304B64;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  /* line 18, ../../src/sass/blocks/half.scss */
  .half .grid .text-area {
    padding-left: 48px;
    padding-right: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 18, ../../src/sass/blocks/half.scss */
  .half .grid .text-area {
    padding-left: 48px;
    padding-right: 98px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 18, ../../src/sass/blocks/half.scss */
  .half .grid .text-area {
    padding-left: 78px;
    padding-right: 148px;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 18, ../../src/sass/blocks/half.scss */
  .half .grid .text-area {
    padding-left: 78px;
    padding-right: 198px;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 18, ../../src/sass/blocks/half.scss */
  .half .grid .text-area {
    padding-left: 98px;
    padding-right: 296px;
  }
}
/* line 50, ../../src/sass/blocks/half.scss */
.half .grid .text-area h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
/* line 56, ../../src/sass/blocks/half.scss */
.half .grid .image {
  height: 400px;
  background-color: #F6F1EE;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 56, ../../src/sass/blocks/half.scss */
  .half .grid .image {
    height: 600px;
  }
}
/* line 65, ../../src/sass/blocks/half.scss */
.half .grid .image img {
  mix-blend-mode: luminosity;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 73, ../../src/sass/blocks/half.scss */
.half .grid:hover h3 {
  text-decoration: none;
}
/* line 77, ../../src/sass/blocks/half.scss */
.half .grid:hover .text-area {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 81, ../../src/sass/blocks/half.scss */
.half .grid:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
          transform: scale(1.04);
}
/* line 94, ../../src/sass/blocks/half.scss */
.half.img--pos-img_right .grid .text-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
/* line 99, ../../src/sass/blocks/half.scss */
.half.img--pos-img_right .grid .image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
/* line 109, ../../src/sass/blocks/half.scss */
.half.img--pos-img_left .tile .text-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media only screen and (min-width: 768px) {
  /* line 109, ../../src/sass/blocks/half.scss */
  .half.img--pos-img_left .tile .text-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
/* line 117, ../../src/sass/blocks/half.scss */
.half.img--pos-img_left .tile .image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
@media only screen and (min-width: 768px) {
  /* line 117, ../../src/sass/blocks/half.scss */
  .half.img--pos-img_left .tile .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}

/* line 1, ../../src/sass/blocks/related-work.scss */
.related-work {
  margin-top: 32px;
  background: #ECE6E2;
  padding: 40px 0 68px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/related-work.scss */
  .related-work {
    margin-top: 64px;
  }
}
/* line 8, ../../src/sass/blocks/related-work.scss */
.related-work:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 28px;
  background: rgba(232, 222, 217, 0.5);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
/* line 19, ../../src/sass/blocks/related-work.scss */
.related-work .bg-graphic {
  position: absolute;
  display: none;
  top: 0;
  right: 20px;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media only screen and (min-width: 1024px) {
  /* line 19, ../../src/sass/blocks/related-work.scss */
  .related-work .bg-graphic {
    display: block;
  }
}
/* line 31, ../../src/sass/blocks/related-work.scss */
.related-work .grid {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 31, ../../src/sass/blocks/related-work.scss */
  .related-work .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 40, ../../src/sass/blocks/related-work.scss */
.related-work .grid .tile {
  background: #DEAD9B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-decoration: none;
  min-height: 240px;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/blocks/related-work.scss */
  .related-work .grid .tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 55, ../../src/sass/blocks/related-work.scss */
.related-work .grid .tile .image-block {
  display: none;
}
/* line 61, ../../src/sass/blocks/related-work.scss */
.related-work .grid .tile .text-block {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
     -moz-box-flex: unset;
          flex: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 24px;
  color: #304B64;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 75, ../../src/sass/blocks/related-work.scss */
.related-work .grid .tile h3 {
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
/* line 82, ../../src/sass/blocks/related-work.scss */
.related-work .grid .tile p {
  margin-bottom: 0;
}
/* line 87, ../../src/sass/blocks/related-work.scss */
.related-work .grid .tile:hover h3 {
  text-decoration: none;
}
/* line 91, ../../src/sass/blocks/related-work.scss */
.related-work .grid .tile:hover .text-block {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
          transform: translateX(10px);
}

/* line 1, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  width: 100vw;
  height: -webkit-calc(100% + 80px);
  height: -moz-calc(100% + 80px);
  height: calc(100% + 80px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #ECE6E2;
  background-blend-mode: luminosity;
}
/* line 16, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text.add-space-below {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 16, ../../src/sass/blocks/scrolling-text.scss */
  .scrolling-text.add-space-below {
    margin-bottom: 64px;
  }
}
/* line 21, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100%;
}
/* line 26, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container.scroll_text_panel_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
/* line 30, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container.scroll_text_panel_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
/* line 34, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container.scroll_text_panel_middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/* line 39, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container.scroll_text_panel_middle .container-scrollable {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 39, ../../src/sass/blocks/scrolling-text.scss */
  .scrolling-text .container.scroll_text_panel_middle .container-scrollable {
    width: 70%;
  }
}
/* line 50, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable {
  width: 580px;
  max-width: 100%;
  padding: 30px 30px 20px 30px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 50, ../../src/sass/blocks/scrolling-text.scss */
  .scrolling-text .container .container-scrollable {
    max-width: 90%;
    padding: 50px 50px 40px 50px;
  }
}
/* line 66, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable::-webkit-scrollbar {
  width: 0px;
}
/* line 70, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable h2,
.scrolling-text .container .container-scrollable h3 {
  margin-top: 0;
}
/* line 75, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.lilac {
  background-color: #BABCDF;
}
/* line 79, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.peach {
  background-color: #DEAD9B;
}
/* line 83, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.rust {
  background-color: #81545C;
}
/* line 88, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.navy {
  background-color: #304B64;
}
/* line 95, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.rust h2,
.scrolling-text .container .container-scrollable.rust h3,
.scrolling-text .container .container-scrollable.rust h4,
.scrolling-text .container .container-scrollable.rust h5,
.scrolling-text .container .container-scrollable.rust p.meta-tag .has-meta-font-size,
p.meta-tag .scrolling-text .container .container-scrollable.rust .has-meta-font-size,
.scrolling-text .container .container-scrollable.rust .meta-tag,
.scrolling-text .container .container-scrollable.rust h6,
.scrolling-text .container .container-scrollable.rust p,
.scrolling-text .container .container-scrollable.rust li,
.scrolling-text .container .container-scrollable.rust a, .scrolling-text .container .container-scrollable.navy h2,
.scrolling-text .container .container-scrollable.navy h3,
.scrolling-text .container .container-scrollable.navy h4,
.scrolling-text .container .container-scrollable.navy h5,
.scrolling-text .container .container-scrollable.navy p.meta-tag .has-meta-font-size,
p.meta-tag .scrolling-text .container .container-scrollable.navy .has-meta-font-size,
.scrolling-text .container .container-scrollable.navy .meta-tag,
.scrolling-text .container .container-scrollable.navy h6,
.scrolling-text .container .container-scrollable.navy p,
.scrolling-text .container .container-scrollable.navy li,
.scrolling-text .container .container-scrollable.navy a {
  color: white;
}
/* line 106, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.rust .wp-block-button__link, .scrolling-text .container .container-scrollable.navy .wp-block-button__link {
  background: transparent;
  border: 2px solid;
}
/* line 110, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.rust .wp-block-button__link:after, .scrolling-text .container .container-scrollable.navy .wp-block-button__link:after {
  content: "";
  background-image: url("/wp-content/themes/infraempire/images/button-arrow-light.svg");
}
/* line 115, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.rust .wp-block-button__link:hover, .scrolling-text .container .container-scrollable.navy .wp-block-button__link:hover {
  background: #FFF;
  color: #304B64;
}
/* line 119, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable.rust .wp-block-button__link:hover:after, .scrolling-text .container .container-scrollable.navy .wp-block-button__link:hover:after {
  content: "";
  background-image: url("/wp-content/themes/infraempire/images/button-arrow.svg");
}
/* line 129, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable h1, .scrolling-text .page-header .container .container-scrollable .inner-wrap .text-area h1 p, .page-header .scrolling-text .container .container-scrollable .inner-wrap .text-area h1 p, .scrolling-text .page-header .container .inner-wrap .text-area h1 .container-scrollable p, .page-header .scrolling-text .container .inner-wrap .text-area h1 .container-scrollable p,
.scrolling-text .container .container-scrollable h2,
.scrolling-text .container .container-scrollable h3,
.scrolling-text .container .container-scrollable h4,
.scrolling-text .container .container-scrollable h5,
.scrolling-text .container .container-scrollable p.meta-tag .has-meta-font-size,
p.meta-tag .scrolling-text .container .container-scrollable .has-meta-font-size,
.scrolling-text .container .container-scrollable .meta-tag,
.scrolling-text .container .container-scrollable h6,
.scrolling-text .container .container-scrollable p,
.scrolling-text .container .container-scrollable ul:not(ul li ul),
.scrolling-text .container .container-scrollable ol:not(ol li ol) {
  padding-left: 0;
  padding-right: 0;
}
/* line 143, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable .wp-block-button__link {
  background: transparent;
  border: 2px solid;
  margin-bottom: 10px;
}
/* line 148, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable .wp-block-button__link:hover {
  background: #FFF;
}
/* line 153, ../../src/sass/blocks/scrolling-text.scss */
.scrolling-text .container .container-scrollable h1, .scrolling-text .page-header .container .container-scrollable .inner-wrap .text-area h1 p, .page-header .scrolling-text .container .container-scrollable .inner-wrap .text-area h1 p, .scrolling-text .page-header .container .inner-wrap .text-area h1 .container-scrollable p, .page-header .scrolling-text .container .inner-wrap .text-area h1 .container-scrollable p,
.scrolling-text .container .container-scrollable h2,
.scrolling-text .container .container-scrollable h3,
.scrolling-text .container .container-scrollable h4 {
  margin-top: 0;
}

/* line 1, ../../src/sass/blocks/advisory-board.scss */
.advisory-board {
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/advisory-board.scss */
  .advisory-board {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/advisory-board.scss */
  .advisory-board {
    padding-left: 98px;
    padding-right: 98px;
  }
}
/* line 8, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid .tile {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  margin-bottom: 36px;
  text-decoration: none;
  gap: 24px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 8, ../../src/sass/blocks/advisory-board.scss */
  .advisory-board .grid .tile {
    grid-template-columns: 268px 1fr;
  }
}
/* line 23, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid .tile .text-block {
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  color: #304B64;
}
/* line 27, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid .tile .text-block h3 {
  margin: 0;
}
/* line 33, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid .tile .image-block {
  height: 268px;
  width: 268px;
  max-width: 268px;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #F6F1EE;
}
/* line 40, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid .tile .image-block img {
  mix-blend-mode: luminosity;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 53, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid a h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
/* line 60, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid a:hover .text-block {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 63, ../../src/sass/blocks/advisory-board.scss */
.advisory-board .grid a:hover .text-block h3 {
  text-decoration: none;
}

/* line 1, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block {
  position: relative;
  margin-top: 20px;
  padding-bottom: 370px;
}
/* line 6, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block + * {
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block {
    margin-top: 80px;
    padding-bottom: 200px;
  }
}
/* line 15, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__title-container {
  position: relative;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  /* line 15, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
/* line 25, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__title {
  -webkit-flex-basis: 58%;
          flex-basis: 58%;
  min-width: 0;
  z-index: 99;
}
/* line 31, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__image-container {
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
  width: 66%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #F6F1EE;
}
@media only screen and (min-width: 768px) {
  /* line 31, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__image-container {
    width: 100%;
    margin-left: unset;
  }
}
/* line 45, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
/* line 53, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__box-container {
  position: relative;
  z-index: 99;
}
/* line 57, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__box-container .parallax-hero-block__box {
  max-width: 563px;
  padding: 2dvh;
  text-align: center;
  margin: 160px auto;
  background-color: #81545C;
  position: relative;
  z-index: 1;
  color: white;
}
@media only screen and (min-width: 768px) {
  /* line 57, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__box-container .parallax-hero-block__box {
    padding: 80px;
  }
}
/* line 71, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__box-container .parallax-hero-block__box * {
  padding: 0;
}
/* line 78, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__box-title h2 {
  margin: 0 0 8px;
  font-weight: 800;
}
/* line 84, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__box-content {
  font-size: 18px;
  line-height: 1.75em;
}
/* line 88, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__box-content p:first-of-type {
  margin-top: 0;
}
/* line 92, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__box-content p:last-of-type {
  margin-bottom: 0;
}
/* line 97, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__additional-image {
  position: absolute;
}
/* line 100, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__additional-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
/* line 107, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__additional-image--1 {
  top: 400px;
  left: 0;
  width: 40%;
}
@media only screen and (min-width: 768px) {
  /* line 107, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__additional-image--1 {
    width: 250px;
  }
}
/* line 117, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__additional-image--2 {
  top: 930px;
  left: 24px;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  /* line 117, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__additional-image--2 {
    top: 900px;
    left: 200px;
    width: 140px;
  }
}
/* line 129, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__additional-image--3 {
  top: 1050px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
}
@media only screen and (min-width: 768px) {
  /* line 129, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__additional-image--3 {
    top: 800px;
    right: 0;
    left: auto;
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
    width: 200px;
  }
}
/* line 144, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__additional-image--4 {
  bottom: 0px;
  right: 0;
  width: 180px;
}
@media only screen and (min-width: 768px) {
  /* line 144, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__additional-image--4 {
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 280px;
  }
}
/* line 159, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__shape {
  position: absolute;
  will-change: transform;
}
/* line 163, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__shape svg {
  display: block;
}
/* line 168, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__pattern {
  bottom: 100%;
  left: 0;
  -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
          transform-origin: bottom left;
  scale: 0.4;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 168, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__pattern {
    bottom: 99%;
    right: -webkit-calc((100vw + var(--container-wide)) / 2);
    right: -moz-calc((100vw + var(--container-wide)) / 2);
    right: calc((100vw + var(--container-wide)) / 2);
    left: auto;
    scale: 1;
  }
}
/* line 183, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__d-shape {
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  /* line 183, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__d-shape {
    z-index: 2;
  }
}
/* line 193, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__blue-shape {
  top: 40px;
  left: 20%;
  z-index: 1;
  opacity: 0;
}
/* line 200, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__blue-square {
  top: 600px;
  right: 0;
  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
          transform-origin: top right;
  scale: 0.4;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  /* line 200, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__blue-square {
    top: -50px;
    left: 54%;
    right: auto;
    scale: 1;
  }
}
/* line 216, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__blue-triangle {
  top: 280px;
  left: 8%;
  scale: 0.3;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  /* line 216, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__blue-triangle {
    scale: 1;
    top: 380px;
    left: 50%;
  }
}
/* line 230, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__beige-rectangle {
  top: 920px;
  left: -40px;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  /* line 230, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__beige-rectangle {
    top: 180px;
    left: 53%;
  }
}
/* line 242, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__peach-triangle {
  scale: 0.3;
  z-index: 2;
  mix-blend-mode: multiply;
  left: 63%;
  top: 50px;
}
@media only screen and (min-width: 768px) {
  /* line 242, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__peach-triangle {
    top: -50px;
    scale: 1;
  }
}
/* line 255, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__beige-banner {
  top: -60px;
  right: 0;
  mix-blend-mode: multiply;
  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
          transform-origin: top right;
  scale: 0.3;
}
@media only screen and (min-width: 768px) {
  /* line 255, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__beige-banner {
    top: 0;
    right: -webkit-calc((100vw - var(--container-wide)) / 4);
    right: -moz-calc((100vw - var(--container-wide)) / 4);
    right: calc((100vw - var(--container-wide)) / 4);
    scale: 1;
  }
}
/* line 269, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__beige-circle {
  display: none;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  /* line 269, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__beige-circle {
    top: 230px;
    left: 27%;
  }
}
/* line 279, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__rust-circle {
  display: none;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  /* line 279, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__rust-circle {
    top: 400px;
    left: 75%;
  }
}
/* line 289, ../../src/sass/blocks/parallax-hero-block.scss */
.parallax-hero-block__rust-shape {
  top: 320px;
  right: 0;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  /* line 289, ../../src/sass/blocks/parallax-hero-block.scss */
  .parallax-hero-block__rust-shape {
    right: -webkit-calc((100vw - var(--container-wide)) / 2 + 24px);
    right: -moz-calc((100vw - var(--container-wide)) / 2 + 24px);
    right: calc((100vw - var(--container-wide)) / 2 + 24px);
  }
}
/* DO NOT EDIT THIS FILE! */