*, *:before, *:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 10px;
}

html, body {
  margin: 0;
  padding: 0;
}

.post-edit-link {
  display: none;
}

:root {
  font-size: 10px;
  --var-main-margin-top: 202px;
  --var-main-margin-bottom: 205px;
  --content-narrow-max: 90rem;
  --content-narrow-width-width-max: 120rem;
  --content-width-max: 145.6rem;
  --content-wide-width-max: 192rem;
  --content-mobile-block-margin: 1em;
  --content-desktop-block-margin: 2.4em;
  --content-mobile-small-block-margin: 5.6rem;
  --content-desktop-small-block-margin: clamp(5.4rem, 1.0000rem + 5.7292vw, 12rem);
  --content-font-size: 1.6rem;
  --content-nav-size: 1.6rem;
  --break-tablet: 768px;
  --break-desktop: 992px;
  --break-desktop-large: 1200px;
  --content-margin: 2.4rem;
}
@media (min-width: 768px) {
  :root {
    --content-font-size: 1.4rem;
    --content-nav-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  :root {
    --content-margin: clamp(5rem, 3.6667rem + 1.7361vw, 7rem);
  }
}

:root {
  --gb-heading: #1c1E23;
  --gb-link: #1c1E23;
  --gb-text-decoration: none;
  --gb-link-hover: #717171;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "VulfSans-Bold";
  src: url("../fonts/VulfSans-Bold.otf") format("opentype");
}
@font-face {
  font-family: "VulfSans-Light";
  src: url("../fonts/VulfSans-Light.otf") format("opentype");
}
@font-face {
  font-family: "VulfSans-Medium";
  src: url("../fonts/VulfSans-Medium.otf") format("opentype");
}
@font-face {
  font-family: "VulfSans-Regular";
  src: url("../fonts/VulfSans-Regular.otf") format("opentype");
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 26px var(--content-margin);
  z-index: 100;
}
@media (max-width: 991px) {
  header#header {
    background: transparent;
    transition: all 0.3s;
  }
  .is-header-mobile-scrolled header#header {
    background: var(--wp--preset--color--grey);
  }
}
@media (min-width: 992px) {
  header#header {
    padding: 0 var(--content-margin);
    transition: all 0.3s;
  }
  .is-header-offscreen header#header {
    transform: translate(0, -100%);
    background: var(--wp--preset--color--grey);
  }
  .is-header-locked:not(.is-scroll-locked) header#header {
    transform: translate(0, 0);
  }
}
header#header > .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1456px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
header#header #site-logo {
  margin: 0;
  position: relative;
  z-index: 10;
}
header#header #site-logo > a {
  width: 184px;
  height: 37px;
  background: url(../images/tandem-bike-creative-title.svg) 0 0/100% auto no-repeat;
  display: block;
}
@media (min-width: 768px) {
  header#header #site-logo > a {
    width: 239px;
    height: 47px;
  }
}
header#header #site-logo > a:before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 37px;
  background: url(../images/tandem-bike-creative-bike.svg) 0 0/100% auto no-repeat;
  vertical-align: top;
  transform: translate(-300%, 0);
  transition: all 0.5s;
}
@media (min-width: 768px) {
  header#header #site-logo > a:before {
    width: 68px;
    height: 47px;
  }
}
.is-loaded header#header #site-logo > a:before {
  transform: translate(0, 0);
}
header#header #site-logo > a .title {
  display: none;
}
header#header nav#main {
  display: none;
}
@media (min-width: 768px) {
  header#header nav#main {
    display: block;
  }
}
@media (min-width: 992px) {
  header#header nav#main {
    transform: translate(0, -100%);
    opacity: 0;
  }
  .is-loaded header#header nav#main {
    -webkit-animation: 1s menu 0.5s 1;
            animation: 1s menu 0.5s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
header#header nav#main ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header#header nav#main ul li {
  margin: 0;
}
header#header nav#main ul li a {
  font-size: var(--content-nav-size);
  color: #fff;
  line-height: 1em;
  transition: color 0.3s;
}
header#header nav#main ul li a:hover {
  color: var(--wp--preset--color--yellow);
}
header#header nav#main > ul {
  display: flex;
  gap: 3.385vw;
  padding-left: 0;
  align-items: center;
}
@media (min-width: 1920px) {
  header#header nav#main > ul {
    gap: 65px;
  }
}
header#header nav#main > ul > li > a {
  display: block;
  position: relative;
  padding-top: clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem);
  padding-bottom: clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem);
}
header#header nav#main > ul > li.button > a {
  border-radius: 40px;
  padding: 20px 32px;
  color: var(--wp--preset--color--grey);
  background: var(--wp--preset--color--yellow);
  font-size: 1.4rem;
  line-height: 1em;
  font-family: "VulfSans-Medium";
  margin-right: 0;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  header#header nav#main > ul > li.button > a {
    padding: 24px 40px;
    font-size: clamp(1.6rem, 1.5515rem + 0.1294vw, 1.8rem);
  }
}
@media (min-width: 768px) {
  header#header nav#main > ul > li.button > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (hover: hover) {
  header#header nav#main > ul > li.button > a:hover {
    transform: scale(1.1);
  }
}
header#header nav#main > ul > li.current-menu-item:not(.button) a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  height: 3px;
  background-color: var(--wp--preset--color--yellow);
  opacity: 0;
  z-index: 10;
  transition-delay: 2s;
  transition: all 0.3s;
}
.is-loaded header#header nav#main > ul > li.current-menu-item:not(.button) a:before {
  opacity: 1;
}
header#header #mobile-nav {
  display: flex;
  opacity: 0;
  position: fixed;
  background: var(--wp--preset--color--grey);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  justify-content: space-between;
  flex-direction: column;
  pointer-events: none;
  transition: opacity 0.3s;
}
header#header #mobile-nav:before {
  content: "";
}
@media (min-width: 768px) {
  header#header #mobile-nav {
    display: none;
  }
}
.show-nav header#header #mobile-nav {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 768px) {
  .show-nav header#header #mobile-nav {
    display: none;
  }
}
header#header #mobile-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#header #mobile-nav nav ul li {
  text-align: center;
}
header#header #mobile-nav nav ul li.current-menu-item > a, header#header #mobile-nav nav ul li.current_page_ancestor > a {
  color: var(--wp--preset--color--yellow);
}
header#header #mobile-nav nav ul li.button {
  margin-top: 24px;
}
header#header #mobile-nav nav ul li.button > a {
  border-radius: 40px;
  padding: 20px 32px;
  color: var(--wp--preset--color--grey);
  background: var(--wp--preset--color--yellow);
  font-size: 1.4rem;
  line-height: 1em;
  margin-right: 0;
  font-size: 1.8rem;
  padding: 26px 40px;
}
@media (min-width: 768px) {
  header#header #mobile-nav nav ul li.button > a {
    padding: 24px 40px;
    font-size: clamp(1.6rem, 1.5515rem + 0.1294vw, 1.8rem);
  }
}
header#header #mobile-nav nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  padding: 24px 16px;
  display: inline-block;
}
header#header #mobile-nav nav#footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  header#header .hamburger {
    display: none;
  }
}

.wp-block-columns#process-sub-navigation-spacer {
  display: none;
}
.is-scroll-locked .wp-block-columns#process-sub-navigation-spacer {
  display: block;
}
.wp-block-columns#process-sub-navigation {
  display: none;
  position: relative;
  z-index: 999;
}
@media (min-width: 768px) {
  .wp-block-columns#process-sub-navigation {
    display: flex;
  }
}
.is-scroll-locked .wp-block-columns#process-sub-navigation {
  position: fixed;
  top: 20px;
  margin-top: 0 !important;
  left: 50%;
  transform: translate(-50%, 0);
}

body.single-project .entry-content > .wp-block-cover, body.page .entry-content > .wp-block-cover {
  background: #020202;
}
@media (min-width: 768px) {
  body.single-project .entry-content > .wp-block-cover:first-child img, body.page .entry-content > .wp-block-cover:first-child img {
    opacity: 0;
  }
}

canvas#waves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100% !important;
  padding: 0;
  height: 100% !important;
  background: #020202;
  opacity: 0;
  transition: opacity 0.3s;
}
canvas#waves.loaded {
  opacity: 1;
}

.wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
.wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid .blocks-gallery-image,
.wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid .blocks-gallery-item {
  margin: 0 !important;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid .blocks-gallery-image,
.wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
  }
}
.wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid .blocks-gallery-image:first-child,
.wp-block-gallery.columns-3.is-style-double-wide-first .blocks-gallery-grid .blocks-gallery-item:first-child {
  grid-column: span 2;
}

#content article .entry-content {
  /* Full */
  /* Wide */
  /* Center */
  /* Left and right */
  /* Entry Media */
  overflow: hidden;
}
#content article .entry-content .alignnone,
#content article .entry-content .aligncenter,
#content article .entry-content .alignleft,
#content article .entry-content .alignright,
#content article .entry-content .alignwide {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 601px) {
  #content article .entry-content .alignnone,
#content article .entry-content .aligncenter,
#content article .entry-content .alignleft,
#content article .entry-content .alignright,
#content article .entry-content .alignwide {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
#content article .entry-content .alignfull {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}
@media (min-width: 601px) {
  #content article .entry-content .alignfull {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
#content article .entry-content [data-align=wide],
#content article .entry-content .alignwide {
  max-width: var(--content-wide-width-max);
  width: calc(100% - (var(--content-margin) * 2));
}
#content article .entry-content .aligncenter,
#content article .entry-content .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content .alignleft,
#content article .entry-content .alignright {
  max-width: 50%;
}
#content article .entry-content .alignleft {
  float: left;
  margin: 0.3rem 2rem 2rem 0;
}
#content article .entry-content .alignright {
  float: right;
  margin: 0.3rem 0 2rem 2rem;
}
#content article .entry-content .alignfull > figcaption,
#content article .entry-content .alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: var(--content-width-max);
  width: 100%;
}
#content article .entry-content [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content [class*=__inner-container] > .alignfull {
  max-width: 100%;
}
#content article .entry-content [class*=__inner-container] > .alignwide {
  width: 100%;
}
#content article .entry-content [data-align=wide] > *:first-child,
#content article .entry-content [data-align=full] > *:first-child {
  margin-top: 0;
}
#content article .entry-content .has-white-color, #content article .entry-content.has-white-color {
  --gb-link: #fff;
  --gb-text-decoration: underline var(--wp--preset--color--yellow);
  --gb-link-hover: var(--wp--preset--color--yellow);
}
#content article .entry-content .wp-block-cover {
  min-height: 382px;
  padding: 0;
}
@media (min-width: 782px) {
  #content article .entry-content .wp-block-cover {
    min-height: 630px;
  }
}
#content article .entry-content .wp-block-cover .wp-block-cover__image-background {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content article .entry-content .wp-block-cover.is-style-image-right {
  background-color: var(--wp--preset--color--grey) !important;
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-cover.is-style-image-right {
    flex-direction: column;
  }
  #content article .entry-content .wp-block-cover.is-style-image-right:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 100px);
    bottom: 0;
    background: #fff;
    min-height: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-cover.is-style-image-right {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__image-background {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    order: 3;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__image-background {
    top: calc( clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem) * 2 + 18px );
    left: 50%;
    width: 50%;
    height: calc(100% + 36px - ( clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem) * 2 + 18px ) );
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__image-background.lazy {
    opacity: 0;
  }
  .is-loaded #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__image-background.lazy {
    -webkit-animation: fade-in 0.3s linear 0.6s forwards;
            animation: fade-in 0.3s linear 0.6s forwards;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__inner-container {
    max-width: 1456px;
    padding-right: 50vw;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__inner-container:not(.block-editor-block-list__layout) {
    opacity: 0;
  }
  .is-loaded #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__inner-container:not(.block-editor-block-list__layout) {
    -webkit-animation: fade-in 0.3s linear 0.2s forwards;
            animation: fade-in 0.3s linear 0.2s forwards;
  }
}
@media (min-width: 1600px) {
  #content article .entry-content .wp-block-cover.is-style-image-right .wp-block-cover__inner-container {
    padding-right: 728px;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-image.desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-image.mobile-hidden {
    display: none;
  }
}
#content article .entry-content .wp-block-image img {
  display: block;
}
#content article .entry-content .wp-block-image img:not([src$=svg]) {
  max-width: 100%;
}
#content article .entry-content .wp-block-image.is-style-circle-mask img, #content article .entry-content .wp-block-image.is-style-rounded img {
  border-radius: 16px;
}
#content article .entry-content .wp-block-image.is-style-soft-shadow img {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
}
#content article .entry-content .wp-block-image#locations-map {
  position: relative;
}
#content article .entry-content .wp-block-image#locations-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset min(10px, 1vw) min(10px, 1vw) min(30px, 3vw) #fff, inset calc(min(10px, 1vw) * -1) calc(min(10px, 1vw) * -1) min(30px, 3vw) #fff;
  z-index: 2;
  pointer-events: none;
}
#content article .entry-content .wp-block-image#locations-map figure {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-image#locations-map figure {
    opacity: 0;
  }
}
#content article .entry-content .wp-block-image#locations-map.is-visible {
  overflow: hidden;
}
#content article .entry-content .wp-block-image#locations-map.is-visible figure {
  transform: translate(0, 0px) scale(1.25);
  transform-origin: top left;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-image#locations-map.is-visible figure {
    -webkit-animation: fade-in 0.4s linear 0.2s forwards;
            animation: fade-in 0.4s linear 0.2s forwards;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-image#locations-map.is-visible a.map-marker {
    -webkit-animation: fade-in 0.4s linear 0.8s forwards;
            animation: fade-in 0.4s linear 0.8s forwards;
  }
  #content article .entry-content .wp-block-image#locations-map.is-visible a.map-marker[data-name] {
    -webkit-animation: fade-in 0.4s linear 0.6s forwards, glow 4s infinite linear;
            animation: fade-in 0.4s linear 0.6s forwards, glow 4s infinite linear;
  }
}
#content article .entry-content .wp-block-image#locations-map a.map-marker {
  width: 58px;
  height: 58px;
  border-radius: 100px;
  display: block;
  background-color: rgba(245, 255, 117, 0);
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-image#locations-map a.map-marker {
    opacity: 0;
  }
}
#content article .entry-content .wp-block-image#locations-map a.map-marker[data-name] {
  background-color: rgba(245, 255, 117, 0.4);
  -webkit-animation: glow 4s infinite linear;
          animation: glow 4s infinite linear;
  cursor: pointer;
}
#content article .entry-content .wp-block-image#locations-map a.map-marker[data-name]:before {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
  width: 20px;
  height: 20px;
}
#content article .entry-content .wp-block-image#locations-map a.map-marker[data-name]:after {
  width: 12px;
  height: 12px;
  background-color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-image#locations-map a.map-marker[data-name].active, #content article .entry-content .wp-block-image#locations-map a.map-marker[data-name]:hover {
  background-color: rgba(245, 255, 117, 0);
  -webkit-animation: fade-in 0.4s linear 0.6s forwards, none;
          animation: fade-in 0.4s linear 0.6s forwards, none;
}
#content article .entry-content .wp-block-image#locations-map a.map-marker[data-name].active:before, #content article .entry-content .wp-block-image#locations-map a.map-marker[data-name]:hover:before {
  width: 14px;
  height: 14px;
  background-color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-image#locations-map a.map-marker[data-name].active:after, #content article .entry-content .wp-block-image#locations-map a.map-marker[data-name]:hover:after {
  width: 10px;
  height: 10px;
  border-color: #fff;
  background-color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-image#locations-map a.map-marker:before, #content article .entry-content .wp-block-image#locations-map a.map-marker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background: #fff;
  transition: 0.4s all;
}
#content article .entry-content .wp-block-image#locations-map a.map-marker:before {
  width: 16px;
  height: 16px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
}
#content article .entry-content .wp-block-image#locations-map a.map-marker:after {
  width: 10px;
  height: 10px;
  border: 2px solid var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-image#locations-map a.map-marker:hover:after {
  background-color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-image#locations-map a.map-marker.normal {
  width: 12px;
  height: 12px;
}
#content article .entry-content .wp-block-image#locations-map a.map-marker.normal[data-name] {
  background: none;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
#content article .entry-content .wp-block-image#locations-map a.map-marker.normal:before {
  width: 12px;
  height: 12px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
}
#content article .entry-content .wp-block-image#locations-map a.map-marker.normal:after {
  width: 8px;
  height: 8px;
}
#content article .entry-content .wp-block-image#locations-map .popup-tag {
  position: absolute;
  width: 100%;
  max-width: 174px;
  background: #fff;
  padding: 16px 24px 18px;
  filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
  text-align: center;
  transform: translate(-50%, calc( -100% - 16px ));
  z-index: 5;
}
#content article .entry-content .wp-block-image#locations-map .popup-tag:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
#content article .entry-content .wp-block-image#locations-map .popup-tag p {
  margin: 0;
}
#content article .entry-content .wp-block-image#locations-map .popup-tag p.has-tag-font-size {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3em;
}
#content article .entry-content .wp-block-image#locations-map .popup-tag p.name {
  font-family: "VulfSans-Bold";
  font-weight: normal;
  margin-bottom: 0.35em;
}
#content article .entry-content .wp-block-image#locations-map .popup-tag p.content {
  color: var(--wp--preset--color--paragraph);
}
#content article .entry-content .wp-block-image figure figcaption {
  white-space: nowrap;
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap {
  background: #FFFFFF;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-media-text.is-style-shadow-wrap:not(.block-editor-block-list__block) {
    opacity: 0;
    transform: translate(-20%, 0);
    transition: all 0.8s;
  }
  #content article .entry-content .wp-block-media-text.is-style-shadow-wrap:not(.block-editor-block-list__block).is-visible {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#content article .entry-content .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
  max-width: 585px;
}
#content article .entry-content .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media {
  text-align: center;
}
#content article .entry-content .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media img[src$=".svg"] {
  max-width: 80px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media img[src$=".svg"] {
    max-width: 112px;
  }
}
#content article .entry-content .wp-block-media-text:not(.is-style-shadow-wrap):not(.has-media-on-the-right) .wp-block-media-text__content {
  margin-right: 0;
  margin-left: auto;
}
#content article .entry-content .wp-block-media-text:not(.is-style-shadow-wrap) > figure img {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
  border-radius: 16px;
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) {
    border-radius: 16px;
    background: #fff;
    grid-template-columns: 1fr;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.04));
    padding: 32px 24px;
    margin-left: 0;
    margin-right: 0;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) figure.wp-block-media-text__media {
    display: none;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content {
    padding-bottom: 78px;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content > * {
    display: block;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content:after {
    background-image: url(../images/minus.svg);
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 58px;
    max-width: none;
    width: 100%;
    grid-column: 1;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content > * {
    display: none;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content p.has-tag-font-size,
#content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content h2 {
    text-align: center;
    display: block;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content .wp-block-image {
    margin-bottom: 3.2rem;
  }
  #content article .entry-content .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content:after {
    content: "";
    width: 58px;
    height: 58px;
    background: url(../images/plus.svg) 50% 50%/16px auto no-repeat var(--wp--preset--color--yellow);
    display: inline-block;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 601px) {
  #content article .entry-content .wp-block-media-text.is-style-icons {
    grid-template-columns: auto auto !important;
    width: calc( 100% - var(--content-margin) * 1.5 );
    margin-bottom: calc( var(--content-margin) / 2.25) !important;
  }
}
#content article .entry-content .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  #content article .entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 16px 0 0;
    text-align: center;
    width: 100%;
  }
}
#content article .entry-content .wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 32px;
  }
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 32px;
  }
}
#content article .entry-content .wp-block-media-text.is-style-shadow-wrap.has-media-on-the-right .wp-block-media-text__content, #content article .entry-content .wp-block-media-text.is-style-shadow-wrap:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-media-text.is-style-shadow-wrap.has-media-on-the-right .wp-block-media-text__content, #content article .entry-content .wp-block-media-text.is-style-shadow-wrap:not(.has-media-on-the-right) .wp-block-media-text__content {
    max-width: 530px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}
#content article .entry-content .wp-block-columns#process-sub-navigation {
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 24px;
}
#content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column {
  padding: 38px;
  border-radius: 24px;
  margin-left: 0;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
#content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  bottom: 38px;
  width: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
#content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column:first-child:before {
  display: none;
}
#content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column > * {
  color: var(--wp--preset--color--grey);
  pointer-events: none;
  transition: all 0.2s;
}
#content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column.current-item, #content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column:hover {
  background-color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column.current-item h3, #content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column:hover h3 {
  color: var(--wp--preset--color--yellow);
}
#content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column.current-item h5, #content article .entry-content .wp-block-columns#process-sub-navigation .wp-block-column:hover h5 {
  color: #fff;
}
#content article .entry-content .wp-block-columns#home-counter .wp-block-column {
  padding-bottom: 10px;
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-columns#home-counter .wp-block-column {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content .wp-block-columns#home-counter .wp-block-column {
    flex-basis: calc( 33.333333% - 1.3333333333333333em ) !important;
  }
  #content article .entry-content .wp-block-columns#home-counter .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
#content article .entry-content .wp-block-columns#home-counter h1 {
  font-size: clamp(5rem, 1.6667rem + 4.3403vw, 10rem);
  margin: 0.075em 0;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-columns#home-partners > .wp-block-column:first-child {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-columns#home-partners .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-columns#home-partners.is-visible > .wp-block-column:first-child {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3:before {
    clip: rect(0, 100vw, 100vh, 0);
  }
  #content article .entry-content .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li {
    -webkit-animation: fade-in 0.3s linear 0.5s forwards;
            animation: fade-in 0.3s linear 0.5s forwards;
  }
  #content article .entry-content .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #content article .entry-content .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  #content article .entry-content .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(4) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  #content article .entry-content .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(5) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  #content article .entry-content .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(6) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
#content article .entry-content .wp-block-columns.is-style-rounded-shadowed {
  background: #fff;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 782px) {
  #content article .entry-content .wp-block-columns.is-style-gapless .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
#content article .entry-content .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child) {
  position: relative;
}
#content article .entry-content .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child):before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 132px;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child):before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -1em;
    transform: none;
  }
}
#content article .entry-content .wp-block-columns.is-style-thin > .wp-block-column > * {
  max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-column + .wp-block-column {
    margin-top: 1.75em;
  }
}
#content article .entry-content .wp-block-column.has-background {
  padding: clamp(2.4rem, -0.2667rem + 3.4722vw, 6.4rem);
}
#content article .entry-content .wp-block-column.tire-track-45 {
  position: relative;
}
#content article .entry-content .wp-block-column.tire-track-45:before {
  content: "";
  width: 73.925%;
  height: 94px;
  position: absolute;
  left: 50%;
  top: calc(100% - 24px);
  background: url(../images/shadow.png) 0 0/100% 100% no-repeat;
  transform: translate(-50%, 0);
  opacity: 0.5;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-column.tire-track-45:before {
    opacity: 0;
  }
  .is-loaded #content article .entry-content .wp-block-column.tire-track-45:before {
    -webkit-animation: fade-half 0.5s linear 3s forwards;
            animation: fade-half 0.5s linear 3s forwards;
  }
}
#content article .entry-content .wp-block-column.tire-track-45:after {
  content: "";
  max-width: 100vw;
  width: 157.142857%;
  height: 100%;
  position: absolute;
  background: url(../images/video-skid@2x.png) 50% 50%/100% auto no-repeat;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(-37deg);
  z-index: 2;
  transition: all 0.6s;
  clip: rect(0, 0, 100vh, 0);
  transition: clip 0.75s;
  transition-delay: 1s;
}
.is-loaded #content article .entry-content .wp-block-column.tire-track-45:after {
  clip: rect(0, 100vw, 100vh, 0);
}
#content article .entry-content .wp-block-column#contact-info-column {
  display: flex;
  flex-direction: column;
}
#content article .entry-content .wp-block-column#contact-info-column > *:last-child {
  margin-top: auto;
}
@media (max-width: 600px) {
  #content article .entry-content .wp-block-column#contact-info-column + .wp-block-column {
    margin-top: 0;
  }
}
@media (min-width: 782px) {
  #content article .entry-content .wp-block-column#contact-info-column + .wp-block-column {
    margin-left: 2rem;
  }
}
#content article .entry-content .wp-block-column#contact-info-column .wp-block.wp-block-gb-menu ul {
  justify-content: flex-start;
}
#content article .entry-content .wp-block-column .blocks-gallery-grid,
#content article .entry-content .wp-block-column .wp-block-gallery {
  width: 100%;
}
#content article .entry-content .wp-block-column > *.wp-block-media-text:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-column > *.wp-block-media-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  #content article .entry-content .wp-block-column > *:first-child {
    margin-top: 0;
  }
  #content article .entry-content .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-buttons:not(:first-child) {
    margin-top: 3em;
  }
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-buttons.is-content-justification-left, #content article .entry-content .wp-block-buttons.is-content-justification-right {
    justify-content: center;
  }
}
#content article .entry-content .wp-block-button {
  margin: 0 0 1.3em;
  font-family: "VulfSans-Medium";
}
#content article .entry-content .wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow.svg) 0 0/100% auto no-repeat;
  margin-left: 16px;
  vertical-align: middle;
}
#content article .entry-content .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
#content article .entry-content .wp-block-button.is-style-play .wp-block-button__link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/button-play.svg) 0 0/100% auto no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-button.is-style-play .wp-block-button__link:before {
    width: 21px;
    height: 21px;
  }
}
#content article .entry-content .wp-block-button.is-style-play .wp-block-button__link:hover:before {
  -webkit-animation: 2s elastic-soft 0s 1;
          animation: 2s elastic-soft 0s 1;
}
#content article .entry-content .wp-block-button.no-fill .wp-block-button__link {
  background: transparent;
  padding: 0;
  color: #fff;
}
#content article .entry-content .wp-block-button.no-fill.is-style-arrow .wp-block-button__link:after {
  background-image: url(../images/button-arrow-yellow.svg);
}
#content article .entry-content .wp-block-button.backward.is-style-arrow .wp-block-button__link:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  margin-right: 16px;
  vertical-align: middle;
  transform: rotate(180deg);
}
#content article .entry-content .wp-block-button.backward.is-style-arrow .wp-block-button__link:hover:before {
  -webkit-animation: 2s elastic-rev 0s 1;
          animation: 2s elastic-rev 0s 1;
}
#content article .entry-content .wp-block-button.backward.is-style-arrow .wp-block-button__link:after {
  display: none;
}
#content article .entry-content .wp-block-button .wp-block-button__link {
  border-radius: 40px;
  padding: 20px 32px;
  color: var(--wp--preset--color--grey);
  background: var(--wp--preset--color--yellow);
  font-size: 1.4rem;
  line-height: 1em;
  margin-right: 32px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-button .wp-block-button__link {
    padding: 24px 40px;
    font-size: clamp(1.6rem, 1.5515rem + 0.1294vw, 1.8rem);
  }
}
#content article .entry-content .wp-block-button .wp-block-button__link:last-child {
  margin-right: 0;
}
#content article .entry-content .wp-block-quote p {
  font-size: 2rem;
}
#content article .entry-content .wp-block-group.alignfull {
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
#content article .entry-content .wp-block-group.alignfull .wp-block-media-text {
  max-width: var(--content-width-max);
  width: calc(100% - (var(--content-margin) * 2));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  #content article .entry-content .wp-block-group.alignfull .wp-block-media-text {
    width: 100%;
  }
}
#content article .entry-content .wp-block-group.alignfull .wp-block-columns {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content .wp-block-group#home-our-services {
  max-width: 1178px;
}
#content article .entry-content .wp-block-group#home-our-services .wp-block-buttons:not(:first-child) {
  margin-top: 0;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-group#home-our-services > p, #content article .entry-content .wp-block-group#home-our-services > h2, #content article .entry-content .wp-block-group#home-our-services > .wp-block-columns > .wp-block-column, #content article .entry-content .wp-block-group#home-our-services > .wp-block-buttons {
    opacity: 0;
  }
  #content article .entry-content .wp-block-group#home-our-services.is-visible > p, #content article .entry-content .wp-block-group#home-our-services.is-visible > h2, #content article .entry-content .wp-block-group#home-our-services.is-visible > .wp-block-columns > .wp-block-column, #content article .entry-content .wp-block-group#home-our-services.is-visible > .wp-block-buttons {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  #content article .entry-content .wp-block-group#home-our-services.is-visible > h2 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #content article .entry-content .wp-block-group#home-our-services.is-visible > .wp-block-columns .wp-block-column:first-child {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #content article .entry-content .wp-block-group#home-our-services.is-visible > .wp-block-columns .wp-block-column:last-child {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  #content article .entry-content .wp-block-group#home-our-services.is-visible > .wp-block-columns + .wp-block-columns .wp-block-column:first-child {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  #content article .entry-content .wp-block-group#home-our-services.is-visible > .wp-block-columns + .wp-block-columns .wp-block-column:last-child {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  #content article .entry-content .wp-block-group#home-our-services.is-visible > .wp-block-buttons {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
}
#content article .entry-content .wp-block-group#home-featured-work {
  position: relative;
}
#content article .entry-content .wp-block-group#home-featured-work:before {
  content: "";
  width: 125vw;
  height: 0;
  padding-bottom: 44.9%;
  position: absolute;
  background: url(../images/dual-skids@2x.png) 50% 50%/100% auto no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(5.5deg);
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-group#home-featured-work:before {
    transition: all 0.6s;
    clip: rect(0, 0, 100vh, 0);
    transition: clip 2.5s;
    transition-delay: 0.75s;
  }
}
#content article .entry-content .wp-block-group#home-featured-work.is-visible:before {
  clip: rect(0, 125vw, 100vh, 0);
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-group#home-featured-work > p, #content article .entry-content .wp-block-group#home-featured-work > h2,
#content article .entry-content .wp-block-group#home-featured-work .wp-block-gb-block-posts > ul > li {
    opacity: 0;
  }
  #content article .entry-content .wp-block-group#home-featured-work.is-visible > p, #content article .entry-content .wp-block-group#home-featured-work.is-visible > h2,
#content article .entry-content .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  #content article .entry-content .wp-block-group#home-featured-work.is-visible > h2 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #content article .entry-content .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(1) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  #content article .entry-content .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(2) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  #content article .entry-content .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(3) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  #content article .entry-content .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(4) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-group#home-how-we-do-it > p, #content article .entry-content .wp-block-group#home-how-we-do-it > h2, #content article .entry-content .wp-block-group#home-how-we-do-it > .wp-block-columns > .wp-block-column > *, #content article .entry-content .wp-block-group#home-how-we-do-it > .wp-block-buttons {
    opacity: 0;
  }
  #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > p, #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > h2, #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns > .wp-block-column > *, #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > .wp-block-buttons {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(1) > * {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(2) > * {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(3) > * {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  #content article .entry-content .wp-block-group#home-how-we-do-it.is-visible > .wp-block-buttons {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }
}
#content article .entry-content .wp-block-group#briefing:before {
  content: "";
  width: 100%;
  height: 435px;
  position: absolute;
  background: url("../images/process-nav-tracks@2x.png") 50% 50%/auto 435px no-repeat;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-group#briefing, #content article .entry-content .wp-block-group#concept, #content article .entry-content .wp-block-group#pre-production, #content article .entry-content .wp-block-group#production, #content article .entry-content .wp-block-group#post-production, #content article .entry-content .wp-block-group#adaptions {
    background-color: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: var(--content-mobile-small-block-margin);
  }
}
@media (max-width: 600px) {
  #content article .entry-content .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap), #content article .entry-content .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap), #content article .entry-content .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap), #content article .entry-content .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap), #content article .entry-content .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap), #content article .entry-content .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) {
    width: 100%;
  }
}
#content article .entry-content .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, #content article .entry-content .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
    max-width: 382px;
  }
}
#content article .entry-content .wp-block-group#footer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: 0;
}
#content article .entry-content .wp-block-group#footer > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#content article .entry-content .wp-block-group#footer > * .wp-block-columns {
  margin-bottom: 0 !important;
}
#content article .entry-content .wp-block-group#footer-contact {
  padding-left: 0;
  padding-right: 0;
}
#content article .entry-content .wp-block-group#footer-contact figure {
  margin-top: 0;
  margin-bottom: 1.2em;
}
@media (max-width: 781px) {
  #content article .entry-content .wp-block-group#footer-contact figure img {
    margin-left: auto;
    margin-right: auto;
  }
}
#content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
  --gb-text-decoration: underline var(--wp--preset--color--yellow);
  align-self: stretch;
  position: relative;
  padding: 40px 24px;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 781px) {
  #content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  #content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
    text-align: left;
    padding: clamp(5rem, 4.0816rem + 2.0408vw, 8rem) 30px;
  }
}
#content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column > * {
  position: relative;
  z-index: 10;
}
#content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child:before, #content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:last-child:before {
  content: "";
  background: var(--wp--preset--color--yellow);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: 1;
}
#content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child {
  padding-left: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
  padding-right: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child {
    margin-top: -32px;
  }
  #content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child > * {
    max-width: 400px;
  }
}
#content article .entry-content .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:last-child:before {
  top: 0;
  left: 0;
  right: auto;
  background: var(--wp--preset--color--light-grey);
}
#content article .entry-content .wp-block-group#footer-contact #locations {
  align-items: flex-end;
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-group#footer-contact #locations {
    margin-top: 0;
  }
}
@media (max-width: 781px) {
  #content article .entry-content .wp-block-group#footer-contact #locations {
    justify-content: center;
  }
}
@media (max-width: 781px) {
  #content article .entry-content .wp-block-group#footer-contact #locations > .wp-block-column {
    flex-basis: auto !important;
    margin-left: 14px;
    margin-right: 14px;
    flex: 1 1 0;
    max-width: 120px;
  }
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}
@media (min-width: 782px) {
  #content article .entry-content .wp-block-group#footer-contact .social-icons ul {
    justify-content: flex-start;
  }
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li {
  margin: 8px 8px 0 0;
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li:last-child {
  margin-right: 0;
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li.social-twitter a:before {
  background-image: url(../images/social-twitter.svg);
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li.social-facebook a:before {
  background-image: url(../images/social-facebook.svg);
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li.social-instagram a:before {
  background-image: url(../images/social-instagram.svg);
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li.social-linkedin a:before {
  background-image: url(../images/social-linkedin.svg);
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li.social-vimeo a:before {
  background-image: url(../images/social-vimeo.svg);
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-indent: -9999px;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: border-color 0.3s;
  background: var(--wp--preset--color--yellow);
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  text-indent: 0;
  background-size: 33.333333% 33.333333%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#content article .entry-content .wp-block-group#footer-contact .social-icons ul li a:hover {
  border: 1px solid rgba(45, 45, 45, 0.5);
}
#content article .entry-content .wp-block-group > *:first-child {
  margin-top: 0;
}
#content article .entry-content .wp-block-group > *:last-child {
  margin-bottom: 0;
}
#content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default {
  position: relative;
}
#content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3:before, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default:before {
  content: "";
  max-width: 100vw;
  width: 125%;
  height: 100%;
  position: absolute;
  background: url(../images/company-gallery-skid-narrow@2x.png) 50% 50%/100% auto no-repeat;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(-37deg);
  pointer-events: none;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3:before, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default:before {
    transition: all 0.6s;
    clip: rect(0, 0, 100vh, 0);
    transition: clip 3s;
    transition-delay: 0.75s;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default {
    padding: 10px 0 10px 80px;
  }
}
#content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3::after, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default::after {
  content: "";
  width: 100%;
  display: block;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3::after, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default::after {
    margin-bottom: 12rem;
  }
}
#content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image:nth-child(3n+2), #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image:nth-child(3n+2) {
  transform: translate(0, 50%);
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image:nth-child(3n+3), #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image {
    width: calc(33.33333% - 18px);
    margin-right: 12px;
  }
}
#content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid {
    margin-bottom: 12rem;
  }
}
#content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3n+2), #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li:nth-child(3n+2) {
  transform: translate(0, 50%);
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3n+3), #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li, #content article .entry-content .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li {
    width: calc(33.33333% - 18px);
    margin-right: 12px;
  }
}
#content article .entry-content .wp-block-gallery .wp-block-image,
#content article .entry-content .wp-block-gallery .blocks-gallery-item {
  background: #FFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#content article .entry-content .wp-block-video {
  position: relative;
}
#content article .entry-content .wp-block-video.circle-video {
  position: relative;
  margin: 0 25px;
  padding: 12px;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-video.circle-video {
    padding: 38px;
    margin: 0;
  }
}
#content article .entry-content .wp-block-video.circle-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/video-word-circle.svg) 0 0/100% auto no-repeat;
  left: 0;
  top: 0;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
  z-index: 1;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-video.circle-video:before {
    opacity: 0;
    transition: all;
  }
  .is-loaded #content article .entry-content .wp-block-video.circle-video:before {
    -webkit-animation: fade-in 0.5s linear 0.6s forwards, rotate 50s linear infinite;
            animation: fade-in 0.5s linear 0.6s forwards, rotate 50s linear infinite;
  }
}
#content article .entry-content .wp-block-video.circle-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/button-play-circle-video.svg) 51% 50%/23.5% 22% no-repeat;
  transition: all 0.2s;
  z-index: 99;
  pointer-events: none;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-video.circle-video:after {
    opacity: 0;
  }
  .is-loaded #content article .entry-content .wp-block-video.circle-video:after {
    -webkit-animation: fade-in 0.5s linear 0.8s forwards;
            animation: fade-in 0.5s linear 0.8s forwards;
  }
}
#content article .entry-content .wp-block-video.circle-video:hover:after {
  opacity: 0.8;
}
#content article .entry-content .wp-block-video.circle-video.is-playing:after {
  opacity: 0;
}
#content article .entry-content .wp-block-video.circle-video video {
  position: relative;
  z-index: 10;
  border-radius: 1000px;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-video.circle-video video {
    opacity: 0;
  }
  .is-loaded #content article .entry-content .wp-block-video.circle-video video {
    -webkit-animation: fade-in 0.5s linear 1s forwards;
            animation: fade-in 0.5s linear 1s forwards;
  }
}
#content article .entry-content .wp-block-video:not(.circle-video) {
  border-radius: 16px;
  overflow: hidden;
}
#content article .entry-content .wp-block-query {
  margin-top: 4em;
  margin-bottom: 4em;
}
#content article .entry-content .wp-block-query ul > li {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
#content article .entry-content .wp-block-query ul > li .wp-block-post-date, #content article .entry-content .wp-block-query ul > li .wp-block-post-title {
  padding-left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  padding-right: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-query ul > li .wp-block-post-date a, #content article .entry-content .wp-block-query ul > li .wp-block-post-title a {
  color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-query ul > li figure {
  margin-top: 0;
  background: var(--wp--preset--color--grey);
  width: 100% !important;
}
#content article .entry-content .wp-block-query ul > li figure a, #content article .entry-content .wp-block-query ul > li figure img {
  display: block;
}
#content article .entry-content .wp-block-query ul > li figure img {
  opacity: 0.7;
  transition: opacity 0.5s;
}
#content article .entry-content .wp-block-query ul > li:hover figure img {
  opacity: 1;
}
#content article .entry-content .wp-block-query ul > li:hover .wp-block-post-title:after {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-query .wp-block-post-template.is-flex-container.columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    padding-bottom: 4.2em;
  }
}
#content article .entry-content .wp-block-query .wp-block-post-template.is-flex-container.columns-2 > li:nth-child(even) {
  transform: translate(0, 13.813229%);
}
@media (min-width: 600px) {
  #content article .entry-content .wp-block-query .wp-block-post-template.is-flex-container.columns-2 > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#content article .entry-content .wp-block-query:not(.is-style-overlay) ul > li {
  background: green !important;
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-query:not(.is-style-overlay) ul > li > div.content {
    position: relative;
  }
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li > div.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li > * {
  z-index: 1;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li figure img {
  height: 100%;
  width: 100%;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled {
  position: static !important;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled .block-editor-block-list__layout.is-root-container {
  position: static !important;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled .block-editor-block-list__block {
  width: 100% !important;
  margin: 0 !important;
  position: static !important;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-title,
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-date {
  color: #fff;
  z-index: 10;
  position: relative;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-title a,
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-date a {
  color: #fff;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-title:last-child,
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-date:last-child {
  position: relative;
  margin-bottom: clamp(2.4rem, 1.6233rem + 2.0712vw, 5.6rem);
  padding-bottom: 38px;
}
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-title:last-child:after,
#content article .entry-content .wp-block-query.is-style-overlay ul > li .wp-block-post-date:last-child:after {
  content: "";
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) {
    max-width: var(--content-width-max);
    width: calc(100% - (var(--content-margin) * 2));
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) a {
  pointer-events: all;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
  display: flex;
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
    overflow-x: scroll;
    padding: 10px 0;
    position: relative;
  }
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(265deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter li a {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
    margin-bottom: calc(var(--content-margin) * 0.75);
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter li {
  margin-left: 8px;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter li:first-child {
  margin-left: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter li:hover a, #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter li.current-filter a {
  background: var(--wp--preset--color--yellow);
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) .terms-filter a {
  font-family: "VulfSans-Medium";
  padding: 16px 24px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  display: block;
  border-radius: 8px;
  background: #fff;
  transition: background-color 0.3s;
  color: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-left: 0;
}
@media (min-width: 601px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 4.2em;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 601px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter):not(.in-filter) li:nth-child(even) {
    transform: translate(0, 13.813229%);
  }
}
@media (min-width: 601px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter).in-filter li.is-even {
    transform: translate(0, 13.813229%);
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: var(--wp--preset--color--grey);
  margin-bottom: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li > div.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li.is-hidden {
  display: none;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li:hover .wei-picture-wrapper img.loaded {
  opacity: 1;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li:hover h2:before {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper picture, #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper .content .content-align {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper .content .content-align a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper img.loaded {
  opacity: 0.7;
  transition: opacity 0.5s;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li * {
  color: #fff;
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p, #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
  pointer-events: none;
  margin-left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  margin-right: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p {
  margin-bottom: 1em;
  font-size: 1.2rem;
  position: relative;
}
@media (max-width: 767px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p {
    display: none;
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
  position: relative;
  margin-bottom: clamp(2.4rem, 1.6233rem + 2.0712vw, 5.6rem);
  padding-bottom: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
    padding-bottom: 36px;
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2:before {
  content: "";
  width: 18px;
  height: 11px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2:before {
    width: 22px;
    height: 14px;
  }
}
#content article .entry-content .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 a {
  color: #fff;
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li {
    background: #fff;
    padding-bottom: clamp(2.4rem, 0.8000rem + 2.0833vw, 4.8rem);
    margin-bottom: 0;
  }
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li:not(.is-hidden):nth-of-type(even) {
    transform: translate(0, 11%);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li > div.content {
    position: relative;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 16px 16px 0 0;
  }
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper:hover img.loaded {
    opacity: 0.7;
  }
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper img.loaded {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li p, #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 {
    pointer-events: all;
    margin-left: clamp(2.4rem, 0.2667rem + 2.7778vw, 5.6rem);
    margin-right: clamp(2.4rem, 0.2667rem + 2.7778vw, 5.6rem);
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li * {
    color: var(--wp--preset--color--paragraph);
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 {
    padding-bottom: 0;
    margin-top: clamp(2.4rem, 0.8000rem + 2.0833vw, 4.8rem);
    margin-bottom: 0;
    color: var(--wp--preset--color--grey);
  }
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 a {
    color: var(--wp--preset--color--grey);
  }
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 a:hover {
    color: var(--wp--preset--color--paragraph);
  }
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2:before {
    display: none;
  }
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li p {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #content article .entry-content .wp-block-gb-block-posts.featured-post:not(.block-editor-block-list__block) {
    opacity: 0;
    transform: translate(-20%, 0);
    transition: all 0.8s;
  }
  #content article .entry-content .wp-block-gb-block-posts.featured-post:not(.block-editor-block-list__block).is-visible {
    opacity: 1;
    transform: translate(0, 0);
  }
  #content article .entry-content .wp-block-gb-block-posts.featured-post .featured-post {
    opacity: 1;
    transform: none;
  }
}
#content article .entry-content .wp-block-gb-block-posts.featured-post .wp-block-media-text__media {
  background: var(--wp--preset--color--grey);
}
#content article .entry-content .wp-block-gb-block-posts.featured-post a {
  pointer-events: all;
}
#content article .entry-content .wp-block-gb-menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}
@media (min-width: 782px) {
  #content article .entry-content .wp-block-gb-menu ul {
    justify-content: flex-start;
  }
}
#content article .entry-content .wp-block-gb-menu ul li {
  margin: 8px 8px 0 0;
}
#content article .entry-content .wp-block-gb-menu ul li:last-child {
  margin-right: 0;
}
#content article .entry-content .wp-block-gb-menu ul li.social-twitter a:before {
  background-image: url(../images/social-twitter.svg);
}
#content article .entry-content .wp-block-gb-menu ul li.social-facebook a:before {
  background-image: url(../images/social-facebook.svg);
}
#content article .entry-content .wp-block-gb-menu ul li.social-instagram a:before {
  background-image: url(../images/social-instagram.svg);
}
#content article .entry-content .wp-block-gb-menu ul li.social-linkedin a:before {
  background-image: url(../images/social-linkedin.svg);
}
#content article .entry-content .wp-block-gb-menu ul li.social-vimeo a:before {
  background-image: url(../images/social-vimeo.svg);
}
#content article .entry-content .wp-block-gb-menu ul li a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-indent: -9999px;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: border-color 0.3s;
  background: var(--wp--preset--color--yellow);
}
#content article .entry-content .wp-block-gb-menu ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  text-indent: 0;
  background-size: 33.333333% 33.333333%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#content article .entry-content .wp-block-gb-menu ul li a:hover {
  border: 1px solid rgba(45, 45, 45, 0.5);
}
@media (min-width: 768px) {
  #content article .entry-content .wp-block-embed {
    margin-top: calc(var(--content-desktop-small-block-margin) * 0.8);
  }
}
#content article .entry-content .wp-block-embed.is-style-rounded-corners {
  border-radius: 16px;
  overflow: hidden;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
#content article .entry-content .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#content article .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
#content article .entry-content > *[class^=wp-block] {
  margin-top: 0;
  margin-bottom: 0;
}
#content article .entry-content > *:not(.alignfull):not([data-align=full]) + *:not(p):not(ul):not(ol) {
  margin-top: var(--content-mobile-small-block-margin);
}
@media (min-width: 768px) {
  #content article .entry-content > *:not(.alignfull):not([data-align=full]) + *:not(p):not(ul):not(ol) {
    margin-top: var(--content-desktop-small-block-margin);
  }
}
#content article .entry-content > *.alignfull + *:not(.alignfull):not([data-align=full]), #content article .entry-content > *[data-align=full] + *:not(.alignfull):not([data-align=full]) {
  margin-top: var(--content-mobile-small-block-margin);
}
@media (min-width: 768px) {
  #content article .entry-content > *.alignfull + *:not(.alignfull):not([data-align=full]), #content article .entry-content > *[data-align=full] + *:not(.alignfull):not([data-align=full]) {
    margin-top: var(--content-desktop-small-block-margin);
  }
}
#content article .entry-content > *.wp-block-cover {
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
#content article .entry-content > *.wp-block-cover > .wp-block-cover__inner-container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #content article .entry-content > *.wp-block-cover > .wp-block-cover__inner-container {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: left;
  }
}
#content article .entry-content > *.wp-block-cover .wp-block-columns {
  margin-bottom: 0;
}
#content article .entry-content > *.wp-block-cover:first-child {
  padding-top: 70px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #content article .entry-content > *.wp-block-cover:first-child {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #content article .entry-content > *.wp-block-cover:first-child {
    padding-top: 1.5625vw;
  }
  .home #content article .entry-content > *.wp-block-cover:first-child {
    padding-top: 4.6875vw;
  }
  .single-project #content article .entry-content > *.wp-block-cover:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  #content article .entry-content > *.wp-block-cover:first-child {
    padding-top: 30px;
  }
  .home #content article .entry-content > *.wp-block-cover:first-child {
    padding-top: 90px;
  }
  .single-project #content article .entry-content > *.wp-block-cover:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #content article .entry-content > *.wp-block-cover:not(#home-banner):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url("../images/banner-skid@2x.png");
    background-position: 50% 50%;
    background-size: 77% auto;
    background-repeat: no-repeat;
    opacity: 0.2;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  #content article .entry-content > *.wp-block-cover:not(#home-banner):before {
    background-size: 764px auto;
  }
}
#content article .entry-content > *.wp-block-cover:not(#home-banner) > .wp-block-cover__inner-container {
  position: relative;
}
@media (min-width: 768px) {
  #content article .entry-content > *.wp-block-cover:not(#home-banner) > .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
  }
}
#content article .entry-content > *.wp-block-cover#home-banner {
  overflow: hidden;
}
@media (min-width: 992px) {
  #content article .entry-content > *.wp-block-cover#home-banner {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  #content article .entry-content > *.wp-block-cover#home-banner > .wp-block-cover__inner-container h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  #content article .entry-content > *.wp-block-cover#home-banner > .wp-block-cover__inner-container {
    padding-top: 4.8vw;
    padding-bottom: 4.3vw;
  }
}
#content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column > *:not(.wp-block-video):not(.wp-block-image) {
  max-width: 526px;
}
@media (min-width: 782px) {
  #content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 5vw;
  }
}
@media (max-width: 600px) {
  #content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    order: 3;
    margin-top: 2.25em;
  }
  #content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:last-child {
    order: -1;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column h1 {
    margin-bottom: 0.5em;
  }
  #content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column .wp-block-buttons {
    margin-top: 3em;
  }
}
@media (min-width: 992px) {
  #content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    opacity: 0;
    transform: translate(-12.5%, 0);
  }
  .is-loaded #content article .entry-content > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    -webkit-animation: 1s cta 0.3s 1;
            animation: 1s cta 0.3s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
#content article .entry-content > *.has-background {
  padding-top: var(--content-mobile-small-block-margin);
  padding-bottom: var(--content-mobile-small-block-margin);
}
@media (min-width: 992px) {
  #content article .entry-content > *.has-background {
    padding-top: var(--content-desktop-small-block-margin);
    padding-bottom: var(--content-desktop-small-block-margin);
  }
}
#content article .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not([data-align=wide]):not([data-align=full]) {
  max-width: var(--content-width-max);
  width: calc(100% - (var(--content-margin) * 2));
}
#content article.type-post .entry-content > *:not([class^=wp-block]):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not([data-align=wide]):not([data-align=full]) {
  max-width: 960px;
  color: var(--wp--preset--color--paragraph);
}
.block-editor-block-list__layout.is-root-container {
  /* Full */
  /* Wide */
  /* Center */
  /* Left and right */
  /* Entry Media */
  overflow: hidden;
}
.block-editor-block-list__layout.is-root-container .alignnone,
.block-editor-block-list__layout.is-root-container .aligncenter,
.block-editor-block-list__layout.is-root-container .alignleft,
.block-editor-block-list__layout.is-root-container .alignright,
.block-editor-block-list__layout.is-root-container .alignwide {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 601px) {
  .block-editor-block-list__layout.is-root-container .alignnone,
.block-editor-block-list__layout.is-root-container .aligncenter,
.block-editor-block-list__layout.is-root-container .alignleft,
.block-editor-block-list__layout.is-root-container .alignright,
.block-editor-block-list__layout.is-root-container .alignwide {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.block-editor-block-list__layout.is-root-container .alignfull {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}
@media (min-width: 601px) {
  .block-editor-block-list__layout.is-root-container .alignfull {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.block-editor-block-list__layout.is-root-container [data-align=wide],
.block-editor-block-list__layout.is-root-container .alignwide {
  max-width: var(--content-wide-width-max);
  width: calc(100% - (var(--content-margin) * 2));
}
.block-editor-block-list__layout.is-root-container .aligncenter,
.block-editor-block-list__layout.is-root-container .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.block-editor-block-list__layout.is-root-container .alignleft,
.block-editor-block-list__layout.is-root-container .alignright {
  max-width: 50%;
}
.block-editor-block-list__layout.is-root-container .alignleft {
  float: left;
  margin: 0.3rem 2rem 2rem 0;
}
.block-editor-block-list__layout.is-root-container .alignright {
  float: right;
  margin: 0.3rem 0 2rem 2rem;
}
.block-editor-block-list__layout.is-root-container .alignfull > figcaption,
.block-editor-block-list__layout.is-root-container .alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
}
.block-editor-block-list__layout.is-root-container [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: var(--content-width-max);
  width: 100%;
}
.block-editor-block-list__layout.is-root-container [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}
.block-editor-block-list__layout.is-root-container [class*=__inner-container] > .alignfull {
  max-width: 100%;
}
.block-editor-block-list__layout.is-root-container [class*=__inner-container] > .alignwide {
  width: 100%;
}
.block-editor-block-list__layout.is-root-container [data-align=wide] > *:first-child,
.block-editor-block-list__layout.is-root-container [data-align=full] > *:first-child {
  margin-top: 0;
}
.block-editor-block-list__layout.is-root-container .has-white-color, .block-editor-block-list__layout.is-root-container.has-white-color {
  --gb-link: #fff;
  --gb-text-decoration: underline var(--wp--preset--color--yellow);
  --gb-link-hover: var(--wp--preset--color--yellow);
}
.block-editor-block-list__layout.is-root-container .wp-block-cover {
  min-height: 382px;
  padding: 0;
}
@media (min-width: 782px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover {
    min-height: 630px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-cover .wp-block-cover__image-background {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right {
  background-color: var(--wp--preset--color--grey) !important;
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right {
    flex-direction: column;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 100px);
    bottom: 0;
    background: #fff;
    min-height: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__image-background {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    order: 3;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__image-background {
    top: calc( clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem) * 2 + 18px );
    left: 50%;
    width: 50%;
    height: calc(100% + 36px - ( clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem) * 2 + 18px ) );
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__image-background.lazy {
    opacity: 0;
  }
  .is-loaded .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__image-background.lazy {
    -webkit-animation: fade-in 0.3s linear 0.6s forwards;
            animation: fade-in 0.3s linear 0.6s forwards;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__inner-container {
    max-width: 1456px;
    padding-right: 50vw;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__inner-container:not(.block-editor-block-list__layout) {
    opacity: 0;
  }
  .is-loaded .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__inner-container:not(.block-editor-block-list__layout) {
    -webkit-animation: fade-in 0.3s linear 0.2s forwards;
            animation: fade-in 0.3s linear 0.2s forwards;
  }
}
@media (min-width: 1600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-cover.is-style-image-right .wp-block-cover__inner-container {
    padding-right: 728px;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-image.desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-image.mobile-hidden {
    display: none;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-image img {
  display: block;
}
.block-editor-block-list__layout.is-root-container .wp-block-image img:not([src$=svg]) {
  max-width: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block-image.is-style-circle-mask img, .block-editor-block-list__layout.is-root-container .wp-block-image.is-style-rounded img {
  border-radius: 16px;
}
.block-editor-block-list__layout.is-root-container .wp-block-image.is-style-soft-shadow img {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map {
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset min(10px, 1vw) min(10px, 1vw) min(30px, 3vw) #fff, inset calc(min(10px, 1vw) * -1) calc(min(10px, 1vw) * -1) min(30px, 3vw) #fff;
  z-index: 2;
  pointer-events: none;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map figure {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map figure {
    opacity: 0;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map.is-visible {
  overflow: hidden;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map.is-visible figure {
  transform: translate(0, 0px) scale(1.25);
  transform-origin: top left;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map.is-visible figure {
    -webkit-animation: fade-in 0.4s linear 0.2s forwards;
            animation: fade-in 0.4s linear 0.2s forwards;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map.is-visible a.map-marker {
    -webkit-animation: fade-in 0.4s linear 0.8s forwards;
            animation: fade-in 0.4s linear 0.8s forwards;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map.is-visible a.map-marker[data-name] {
    -webkit-animation: fade-in 0.4s linear 0.6s forwards, glow 4s infinite linear;
            animation: fade-in 0.4s linear 0.6s forwards, glow 4s infinite linear;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker {
  width: 58px;
  height: 58px;
  border-radius: 100px;
  display: block;
  background-color: rgba(245, 255, 117, 0);
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker {
    opacity: 0;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name] {
  background-color: rgba(245, 255, 117, 0.4);
  -webkit-animation: glow 4s infinite linear;
          animation: glow 4s infinite linear;
  cursor: pointer;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name]:before {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
  width: 20px;
  height: 20px;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name]:after {
  width: 12px;
  height: 12px;
  background-color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name].active, .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name]:hover {
  background-color: rgba(245, 255, 117, 0);
  -webkit-animation: fade-in 0.4s linear 0.6s forwards, none;
          animation: fade-in 0.4s linear 0.6s forwards, none;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name].active:before, .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name]:hover:before {
  width: 14px;
  height: 14px;
  background-color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name].active:after, .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker[data-name]:hover:after {
  width: 10px;
  height: 10px;
  border-color: #fff;
  background-color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker:before, .block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background: #fff;
  transition: 0.4s all;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker:before {
  width: 16px;
  height: 16px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker:after {
  width: 10px;
  height: 10px;
  border: 2px solid var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker:hover:after {
  background-color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker.normal {
  width: 12px;
  height: 12px;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker.normal[data-name] {
  background: none;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker.normal:before {
  width: 12px;
  height: 12px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map a.map-marker.normal:after {
  width: 8px;
  height: 8px;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map .popup-tag {
  position: absolute;
  width: 100%;
  max-width: 174px;
  background: #fff;
  padding: 16px 24px 18px;
  filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
  text-align: center;
  transform: translate(-50%, calc( -100% - 16px ));
  z-index: 5;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map .popup-tag:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map .popup-tag p {
  margin: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map .popup-tag p.has-tag-font-size {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3em;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map .popup-tag p.name {
  font-family: "VulfSans-Bold";
  font-weight: normal;
  margin-bottom: 0.35em;
}
.block-editor-block-list__layout.is-root-container .wp-block-image#locations-map .popup-tag p.content {
  color: var(--wp--preset--color--paragraph);
}
.block-editor-block-list__layout.is-root-container .wp-block-image figure figcaption {
  white-space: nowrap;
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-shadow-wrap {
  background: #FFFFFF;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-shadow-wrap:not(.block-editor-block-list__block) {
    opacity: 0;
    transform: translate(-20%, 0);
    transition: all 0.8s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-shadow-wrap:not(.block-editor-block-list__block).is-visible {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
  max-width: 585px;
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media {
  text-align: center;
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media img[src$=".svg"] {
  max-width: 80px;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media img[src$=".svg"] {
    max-width: 112px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text:not(.is-style-shadow-wrap):not(.has-media-on-the-right) .wp-block-media-text__content {
  margin-right: 0;
  margin-left: auto;
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text:not(.is-style-shadow-wrap) > figure img {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
  border-radius: 16px;
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) {
    border-radius: 16px;
    background: #fff;
    grid-template-columns: 1fr;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.04));
    padding: 32px 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) figure.wp-block-media-text__media {
    display: none;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content {
    padding-bottom: 78px;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content > * {
    display: block;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content:after {
    background-image: url(../images/minus.svg);
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 58px;
    max-width: none;
    width: 100%;
    grid-column: 1;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content > * {
    display: none;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content p.has-tag-font-size,
.block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content h2 {
    text-align: center;
    display: block;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content .wp-block-image {
    margin-bottom: 3.2rem;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content:after {
    content: "";
    width: 58px;
    height: 58px;
    background: url(../images/plus.svg) 50% 50%/16px auto no-repeat var(--wp--preset--color--yellow);
    display: inline-block;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 601px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-icons {
    grid-template-columns: auto auto !important;
    width: calc( 100% - var(--content-margin) * 1.5 );
    margin-bottom: calc( var(--content-margin) / 2.25) !important;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text .wp-block-media-text__content {
    padding: 16px 0 0;
    text-align: center;
    width: 100%;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 32px;
  }
}
@media (min-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 32px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-shadow-wrap.has-media-on-the-right .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-shadow-wrap:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-shadow-wrap.has-media-on-the-right .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-media-text.is-style-shadow-wrap:not(.has-media-on-the-right) .wp-block-media-text__content {
    max-width: 530px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation {
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 24px;
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column {
  padding: 38px;
  border-radius: 24px;
  margin-left: 0;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  bottom: 38px;
  width: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column:first-child:before {
  display: none;
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column > * {
  color: var(--wp--preset--color--grey);
  pointer-events: none;
  transition: all 0.2s;
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column.current-item, .block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column:hover {
  background-color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column.current-item h3, .block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column:hover h3 {
  color: var(--wp--preset--color--yellow);
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column.current-item h5, .block-editor-block-list__layout.is-root-container .wp-block-columns#process-sub-navigation .wp-block-column:hover h5 {
  color: #fff;
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#home-counter .wp-block-column {
  padding-bottom: 10px;
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-counter .wp-block-column {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-counter .wp-block-column {
    flex-basis: calc( 33.333333% - 1.3333333333333333em ) !important;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-counter .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-columns#home-counter h1 {
  font-size: clamp(5rem, 1.6667rem + 4.3403vw, 10rem);
  margin: 0.075em 0;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners > .wp-block-column:first-child {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible > .wp-block-column:first-child {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3:before {
    clip: rect(0, 100vw, 100vh, 0);
  }
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li {
    -webkit-animation: fade-in 0.3s linear 0.5s forwards;
            animation: fade-in 0.3s linear 0.5s forwards;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(4) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(5) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(6) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-columns.is-style-rounded-shadowed {
  background: #fff;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 782px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns.is-style-gapless .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child) {
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child):before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 132px;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child):before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -1em;
    transform: none;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-columns.is-style-thin > .wp-block-column > * {
  max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .block-editor-block-list__layout.is-root-container .wp-block-column + .wp-block-column {
    margin-top: 1.75em;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-column.has-background {
  padding: clamp(2.4rem, -0.2667rem + 3.4722vw, 6.4rem);
}
.block-editor-block-list__layout.is-root-container .wp-block-column.tire-track-45 {
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-column.tire-track-45:before {
  content: "";
  width: 73.925%;
  height: 94px;
  position: absolute;
  left: 50%;
  top: calc(100% - 24px);
  background: url(../images/shadow.png) 0 0/100% 100% no-repeat;
  transform: translate(-50%, 0);
  opacity: 0.5;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-column.tire-track-45:before {
    opacity: 0;
  }
  .is-loaded .block-editor-block-list__layout.is-root-container .wp-block-column.tire-track-45:before {
    -webkit-animation: fade-half 0.5s linear 3s forwards;
            animation: fade-half 0.5s linear 3s forwards;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-column.tire-track-45:after {
  content: "";
  max-width: 100vw;
  width: 157.142857%;
  height: 100%;
  position: absolute;
  background: url(../images/video-skid@2x.png) 50% 50%/100% auto no-repeat;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(-37deg);
  z-index: 2;
  transition: all 0.6s;
  clip: rect(0, 0, 100vh, 0);
  transition: clip 0.75s;
  transition-delay: 1s;
}
.is-loaded .block-editor-block-list__layout.is-root-container .wp-block-column.tire-track-45:after {
  clip: rect(0, 100vw, 100vh, 0);
}
.block-editor-block-list__layout.is-root-container .wp-block-column#contact-info-column {
  display: flex;
  flex-direction: column;
}
.block-editor-block-list__layout.is-root-container .wp-block-column#contact-info-column > *:last-child {
  margin-top: auto;
}
@media (max-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-column#contact-info-column + .wp-block-column {
    margin-top: 0;
  }
}
@media (min-width: 782px) {
  .block-editor-block-list__layout.is-root-container .wp-block-column#contact-info-column + .wp-block-column {
    margin-left: 2rem;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-column#contact-info-column .wp-block.wp-block-gb-menu ul {
  justify-content: flex-start;
}
.block-editor-block-list__layout.is-root-container .wp-block-column .blocks-gallery-grid,
.block-editor-block-list__layout.is-root-container .wp-block-column .wp-block-gallery {
  width: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block-column > *.wp-block-media-text:first-child {
  margin-top: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-column > *.wp-block-media-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .block-editor-block-list__layout.is-root-container .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-buttons:not(:first-child) {
    margin-top: 3em;
  }
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-buttons.is-content-justification-left, .block-editor-block-list__layout.is-root-container .wp-block-buttons.is-content-justification-right {
    justify-content: center;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-button {
  margin: 0 0 1.3em;
  font-family: "VulfSans-Medium";
}
.block-editor-block-list__layout.is-root-container .wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow.svg) 0 0/100% auto no-repeat;
  margin-left: 16px;
  vertical-align: middle;
}
.block-editor-block-list__layout.is-root-container .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-button.is-style-play .wp-block-button__link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/button-play.svg) 0 0/100% auto no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-button.is-style-play .wp-block-button__link:before {
    width: 21px;
    height: 21px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-button.is-style-play .wp-block-button__link:hover:before {
  -webkit-animation: 2s elastic-soft 0s 1;
          animation: 2s elastic-soft 0s 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-button.no-fill .wp-block-button__link {
  background: transparent;
  padding: 0;
  color: #fff;
}
.block-editor-block-list__layout.is-root-container .wp-block-button.no-fill.is-style-arrow .wp-block-button__link:after {
  background-image: url(../images/button-arrow-yellow.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-button.backward.is-style-arrow .wp-block-button__link:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  margin-right: 16px;
  vertical-align: middle;
  transform: rotate(180deg);
}
.block-editor-block-list__layout.is-root-container .wp-block-button.backward.is-style-arrow .wp-block-button__link:hover:before {
  -webkit-animation: 2s elastic-rev 0s 1;
          animation: 2s elastic-rev 0s 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-button.backward.is-style-arrow .wp-block-button__link:after {
  display: none;
}
.block-editor-block-list__layout.is-root-container .wp-block-button .wp-block-button__link {
  border-radius: 40px;
  padding: 20px 32px;
  color: var(--wp--preset--color--grey);
  background: var(--wp--preset--color--yellow);
  font-size: 1.4rem;
  line-height: 1em;
  margin-right: 32px;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-button .wp-block-button__link {
    padding: 24px 40px;
    font-size: clamp(1.6rem, 1.5515rem + 0.1294vw, 1.8rem);
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-button .wp-block-button__link:last-child {
  margin-right: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-quote p {
  font-size: 2rem;
}
.block-editor-block-list__layout.is-root-container .wp-block-group.alignfull {
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
.block-editor-block-list__layout.is-root-container .wp-block-group.alignfull .wp-block-media-text {
  max-width: var(--content-width-max);
  width: calc(100% - (var(--content-margin) * 2));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group.alignfull .wp-block-media-text {
    width: 100%;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group.alignfull .wp-block-columns {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services {
  max-width: 1178px;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services .wp-block-buttons:not(:first-child) {
  margin-top: 0;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services > p, .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services > h2, .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services > .wp-block-columns > .wp-block-column, .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services > .wp-block-buttons {
    opacity: 0;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > p, .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > h2, .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > .wp-block-columns > .wp-block-column, .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > .wp-block-buttons {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > h2 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > .wp-block-columns .wp-block-column:first-child {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > .wp-block-columns .wp-block-column:last-child {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > .wp-block-columns + .wp-block-columns .wp-block-column:first-child {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > .wp-block-columns + .wp-block-columns .wp-block-column:last-child {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-our-services.is-visible > .wp-block-buttons {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work {
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work:before {
  content: "";
  width: 125vw;
  height: 0;
  padding-bottom: 44.9%;
  position: absolute;
  background: url(../images/dual-skids@2x.png) 50% 50%/100% auto no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(5.5deg);
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work:before {
    transition: all 0.6s;
    clip: rect(0, 0, 100vh, 0);
    transition: clip 2.5s;
    transition-delay: 0.75s;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible:before {
  clip: rect(0, 125vw, 100vh, 0);
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work > p, .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work > h2,
.block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work .wp-block-gb-block-posts > ul > li {
    opacity: 0;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible > p, .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible > h2,
.block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible > h2 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(1) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(2) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(3) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(4) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it > p, .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it > h2, .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it > .wp-block-columns > .wp-block-column > *, .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it > .wp-block-buttons {
    opacity: 0;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > p, .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > h2, .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns > .wp-block-column > *, .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > .wp-block-buttons {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(1) > * {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(2) > * {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(3) > * {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#home-how-we-do-it.is-visible > .wp-block-buttons {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#briefing:before {
  content: "";
  width: 100%;
  height: 435px;
  position: absolute;
  background: url("../images/process-nav-tracks@2x.png") 50% 50%/auto 435px no-repeat;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#briefing, .block-editor-block-list__layout.is-root-container .wp-block-group#concept, .block-editor-block-list__layout.is-root-container .wp-block-group#pre-production, .block-editor-block-list__layout.is-root-container .wp-block-group#production, .block-editor-block-list__layout.is-root-container .wp-block-group#post-production, .block-editor-block-list__layout.is-root-container .wp-block-group#adaptions {
    background-color: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: var(--content-mobile-small-block-margin);
  }
}
@media (max-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap), .block-editor-block-list__layout.is-root-container .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap), .block-editor-block-list__layout.is-root-container .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap), .block-editor-block-list__layout.is-root-container .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap), .block-editor-block-list__layout.is-root-container .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap), .block-editor-block-list__layout.is-root-container .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) {
    width: 100%;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .block-editor-block-list__layout.is-root-container .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
    max-width: 382px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer > * .wp-block-columns {
  margin-bottom: 0 !important;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact {
  padding-left: 0;
  padding-right: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact figure {
  margin-top: 0;
  margin-bottom: 1.2em;
}
@media (max-width: 781px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact figure img {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
  --gb-text-decoration: underline var(--wp--preset--color--yellow);
  align-self: stretch;
  position: relative;
  padding: 40px 24px;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 781px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
    text-align: left;
    padding: clamp(5rem, 4.0816rem + 2.0408vw, 8rem) 30px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column > * {
  position: relative;
  z-index: 10;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child:before, .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:last-child:before {
  content: "";
  background: var(--wp--preset--color--yellow);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child {
  padding-left: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
  padding-right: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child {
    margin-top: -32px;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child > * {
    max-width: 400px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:last-child:before {
  top: 0;
  left: 0;
  right: auto;
  background: var(--wp--preset--color--light-grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact #locations {
  align-items: flex-end;
}
@media (max-width: 599px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact #locations {
    margin-top: 0;
  }
}
@media (max-width: 781px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact #locations {
    justify-content: center;
  }
}
@media (max-width: 781px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact #locations > .wp-block-column {
    flex-basis: auto !important;
    margin-left: 14px;
    margin-right: 14px;
    flex: 1 1 0;
    max-width: 120px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}
@media (min-width: 782px) {
  .block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul {
    justify-content: flex-start;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li {
  margin: 8px 8px 0 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li:last-child {
  margin-right: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li.social-twitter a:before {
  background-image: url(../images/social-twitter.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li.social-facebook a:before {
  background-image: url(../images/social-facebook.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li.social-instagram a:before {
  background-image: url(../images/social-instagram.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li.social-linkedin a:before {
  background-image: url(../images/social-linkedin.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li.social-vimeo a:before {
  background-image: url(../images/social-vimeo.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-indent: -9999px;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: border-color 0.3s;
  background: var(--wp--preset--color--yellow);
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  text-indent: 0;
  background-size: 33.333333% 33.333333%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-group#footer-contact .social-icons ul li a:hover {
  border: 1px solid rgba(45, 45, 45, 0.5);
}
.block-editor-block-list__layout.is-root-container .wp-block-group > *:first-child {
  margin-top: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default {
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3:before, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default:before {
  content: "";
  max-width: 100vw;
  width: 125%;
  height: 100%;
  position: absolute;
  background: url(../images/company-gallery-skid-narrow@2x.png) 50% 50%/100% auto no-repeat;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(-37deg);
  pointer-events: none;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3:before, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default:before {
    transition: all 0.6s;
    clip: rect(0, 0, 100vh, 0);
    transition: clip 3s;
    transition-delay: 0.75s;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default {
    padding: 10px 0 10px 80px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3::after, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default::after {
  content: "";
  width: 100%;
  display: block;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3::after, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default::after {
    margin-bottom: 12rem;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image:nth-child(3n+2), .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image:nth-child(3n+2) {
  transform: translate(0, 50%);
}
@media (max-width: 599px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image:nth-child(3n+3), .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image {
    width: calc(33.33333% - 18px);
    margin-right: 12px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid {
    margin-bottom: 12rem;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3n+2), .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li:nth-child(3n+2) {
  transform: translate(0, 50%);
}
@media (max-width: 599px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3n+3), .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li, .block-editor-block-list__layout.is-root-container .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li {
    width: calc(33.33333% - 18px);
    margin-right: 12px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gallery .wp-block-image,
.block-editor-block-list__layout.is-root-container .wp-block-gallery .blocks-gallery-item {
  background: #FFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.block-editor-block-list__layout.is-root-container .wp-block-video {
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-video.circle-video {
  position: relative;
  margin: 0 25px;
  padding: 12px;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-video.circle-video {
    padding: 38px;
    margin: 0;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-video.circle-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/video-word-circle.svg) 0 0/100% auto no-repeat;
  left: 0;
  top: 0;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
  z-index: 1;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-video.circle-video:before {
    opacity: 0;
    transition: all;
  }
  .is-loaded .block-editor-block-list__layout.is-root-container .wp-block-video.circle-video:before {
    -webkit-animation: fade-in 0.5s linear 0.6s forwards, rotate 50s linear infinite;
            animation: fade-in 0.5s linear 0.6s forwards, rotate 50s linear infinite;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-video.circle-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/button-play-circle-video.svg) 51% 50%/23.5% 22% no-repeat;
  transition: all 0.2s;
  z-index: 99;
  pointer-events: none;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-video.circle-video:after {
    opacity: 0;
  }
  .is-loaded .block-editor-block-list__layout.is-root-container .wp-block-video.circle-video:after {
    -webkit-animation: fade-in 0.5s linear 0.8s forwards;
            animation: fade-in 0.5s linear 0.8s forwards;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-video.circle-video:hover:after {
  opacity: 0.8;
}
.block-editor-block-list__layout.is-root-container .wp-block-video.circle-video.is-playing:after {
  opacity: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-video.circle-video video {
  position: relative;
  z-index: 10;
  border-radius: 1000px;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-video.circle-video video {
    opacity: 0;
  }
  .is-loaded .block-editor-block-list__layout.is-root-container .wp-block-video.circle-video video {
    -webkit-animation: fade-in 0.5s linear 1s forwards;
            animation: fade-in 0.5s linear 1s forwards;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-video:not(.circle-video) {
  border-radius: 16px;
  overflow: hidden;
}
.block-editor-block-list__layout.is-root-container .wp-block-query {
  margin-top: 4em;
  margin-bottom: 4em;
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li .wp-block-post-date, .block-editor-block-list__layout.is-root-container .wp-block-query ul > li .wp-block-post-title {
  padding-left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  padding-right: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li .wp-block-post-date a, .block-editor-block-list__layout.is-root-container .wp-block-query ul > li .wp-block-post-title a {
  color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li figure {
  margin-top: 0;
  background: var(--wp--preset--color--grey);
  width: 100% !important;
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li figure a, .block-editor-block-list__layout.is-root-container .wp-block-query ul > li figure img {
  display: block;
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li figure img {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li:hover figure img {
  opacity: 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-query ul > li:hover .wp-block-post-title:after {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
@media (min-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-query .wp-block-post-template.is-flex-container.columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    padding-bottom: 4.2em;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-query .wp-block-post-template.is-flex-container.columns-2 > li:nth-child(even) {
  transform: translate(0, 13.813229%);
}
@media (min-width: 600px) {
  .block-editor-block-list__layout.is-root-container .wp-block-query .wp-block-post-template.is-flex-container.columns-2 > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-query:not(.is-style-overlay) ul > li {
  background: green !important;
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-query:not(.is-style-overlay) ul > li > div.content {
    position: relative;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li > div.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li > * {
  z-index: 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li figure img {
  height: 100%;
  width: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled {
  position: static !important;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled .block-editor-block-list__layout.is-root-container {
  position: static !important;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled .block-editor-block-list__block {
  width: 100% !important;
  margin: 0 !important;
  position: static !important;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-title,
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-date {
  color: #fff;
  z-index: 10;
  position: relative;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-title a,
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-date a {
  color: #fff;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-title:last-child,
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-date:last-child {
  position: relative;
  margin-bottom: clamp(2.4rem, 1.6233rem + 2.0712vw, 5.6rem);
  padding-bottom: 38px;
}
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-title:last-child:after,
.block-editor-block-list__layout.is-root-container .wp-block-query.is-style-overlay ul > li .wp-block-post-date:last-child:after {
  content: "";
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) {
    max-width: var(--content-width-max);
    width: calc(100% - (var(--content-margin) * 2));
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) a {
  pointer-events: all;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
  display: flex;
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
    overflow-x: scroll;
    padding: 10px 0;
    position: relative;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(265deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter li a {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
    margin-bottom: calc(var(--content-margin) * 0.75);
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter li {
  margin-left: 8px;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter li:first-child {
  margin-left: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter li:hover a, .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter li.current-filter a {
  background: var(--wp--preset--color--yellow);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) .terms-filter a {
  font-family: "VulfSans-Medium";
  padding: 16px 24px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  display: block;
  border-radius: 8px;
  background: #fff;
  transition: background-color 0.3s;
  color: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-left: 0;
}
@media (min-width: 601px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 4.2em;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 601px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter):not(.in-filter) li:nth-child(even) {
    transform: translate(0, 13.813229%);
  }
}
@media (min-width: 601px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter).in-filter li.is-even {
    transform: translate(0, 13.813229%);
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: var(--wp--preset--color--grey);
  margin-bottom: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li > div.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li.is-hidden {
  display: none;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li:hover .wei-picture-wrapper img.loaded {
  opacity: 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li:hover h2:before {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper picture, .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper .content .content-align {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper .content .content-align a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper img.loaded {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li * {
  color: #fff;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p, .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
  pointer-events: none;
  margin-left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  margin-right: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p {
  margin-bottom: 1em;
  font-size: 1.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p {
    display: none;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
  position: relative;
  margin-bottom: clamp(2.4rem, 1.6233rem + 2.0712vw, 5.6rem);
  padding-bottom: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
    padding-bottom: 36px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2:before {
  content: "";
  width: 18px;
  height: 11px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2:before {
    width: 22px;
    height: 14px;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 a {
  color: #fff;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li {
    background: #fff;
    padding-bottom: clamp(2.4rem, 0.8000rem + 2.0833vw, 4.8rem);
    margin-bottom: 0;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li:not(.is-hidden):nth-of-type(even) {
    transform: translate(0, 11%);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li > div.content {
    position: relative;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 16px 16px 0 0;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper:hover img.loaded {
    opacity: 0.7;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper img.loaded {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li p, .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 {
    pointer-events: all;
    margin-left: clamp(2.4rem, 0.2667rem + 2.7778vw, 5.6rem);
    margin-right: clamp(2.4rem, 0.2667rem + 2.7778vw, 5.6rem);
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li * {
    color: var(--wp--preset--color--paragraph);
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 {
    padding-bottom: 0;
    margin-top: clamp(2.4rem, 0.8000rem + 2.0833vw, 4.8rem);
    margin-bottom: 0;
    color: var(--wp--preset--color--grey);
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 a {
    color: var(--wp--preset--color--grey);
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 a:hover {
    color: var(--wp--preset--color--paragraph);
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li p {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.featured-post:not(.block-editor-block-list__block) {
    opacity: 0;
    transform: translate(-20%, 0);
    transition: all 0.8s;
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.featured-post:not(.block-editor-block-list__block).is-visible {
    opacity: 1;
    transform: translate(0, 0);
  }
  .block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.featured-post .featured-post {
    opacity: 1;
    transform: none;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.featured-post .wp-block-media-text__media {
  background: var(--wp--preset--color--grey);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-block-posts.featured-post a {
  pointer-events: all;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}
@media (min-width: 782px) {
  .block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul {
    justify-content: flex-start;
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li {
  margin: 8px 8px 0 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li:last-child {
  margin-right: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li.social-twitter a:before {
  background-image: url(../images/social-twitter.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li.social-facebook a:before {
  background-image: url(../images/social-facebook.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li.social-instagram a:before {
  background-image: url(../images/social-instagram.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li.social-linkedin a:before {
  background-image: url(../images/social-linkedin.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li.social-vimeo a:before {
  background-image: url(../images/social-vimeo.svg);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-indent: -9999px;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: border-color 0.3s;
  background: var(--wp--preset--color--yellow);
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  text-indent: 0;
  background-size: 33.333333% 33.333333%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.block-editor-block-list__layout.is-root-container .wp-block-gb-menu ul li a:hover {
  border: 1px solid rgba(45, 45, 45, 0.5);
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container .wp-block-embed {
    margin-top: calc(var(--content-desktop-small-block-margin) * 0.8);
  }
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.is-style-rounded-corners {
  border-radius: 16px;
  overflow: hidden;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.block-editor-block-list__layout.is-root-container .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.block-editor-block-list__layout.is-root-container > * {
  margin-left: auto;
  margin-right: auto;
}
.block-editor-block-list__layout.is-root-container > *[class^=wp-block] {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-block-list__layout.is-root-container > *:not(.alignfull):not([data-align=full]) + *:not(p):not(ul):not(ol) {
  margin-top: var(--content-mobile-small-block-margin);
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *:not(.alignfull):not([data-align=full]) + *:not(p):not(ul):not(ol) {
    margin-top: var(--content-desktop-small-block-margin);
  }
}
.block-editor-block-list__layout.is-root-container > *.alignfull + *:not(.alignfull):not([data-align=full]), .block-editor-block-list__layout.is-root-container > *[data-align=full] + *:not(.alignfull):not([data-align=full]) {
  margin-top: var(--content-mobile-small-block-margin);
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *.alignfull + *:not(.alignfull):not([data-align=full]), .block-editor-block-list__layout.is-root-container > *[data-align=full] + *:not(.alignfull):not([data-align=full]) {
    margin-top: var(--content-desktop-small-block-margin);
  }
}
.block-editor-block-list__layout.is-root-container > *.wp-block-cover {
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
.block-editor-block-list__layout.is-root-container > *.wp-block-cover > .wp-block-cover__inner-container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover > .wp-block-cover__inner-container {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: left;
  }
}
.block-editor-block-list__layout.is-root-container > *.wp-block-cover .wp-block-columns {
  margin-bottom: 0;
}
.block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
  padding-top: 70px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
    padding-top: 1.5625vw;
  }
  .home .block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
    padding-top: 4.6875vw;
  }
  .single-project .block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
    padding-top: 30px;
  }
  .home .block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
    padding-top: 90px;
  }
  .single-project .block-editor-block-list__layout.is-root-container > *.wp-block-cover:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover:not(#home-banner):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url("../images/banner-skid@2x.png");
    background-position: 50% 50%;
    background-size: 77% auto;
    background-repeat: no-repeat;
    opacity: 0.2;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover:not(#home-banner):before {
    background-size: 764px auto;
  }
}
.block-editor-block-list__layout.is-root-container > *.wp-block-cover:not(#home-banner) > .wp-block-cover__inner-container {
  position: relative;
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover:not(#home-banner) > .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
  }
}
.block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner {
  overflow: hidden;
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner > .wp-block-cover__inner-container h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner > .wp-block-cover__inner-container {
    padding-top: 4.8vw;
    padding-bottom: 4.3vw;
  }
}
.block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column > *:not(.wp-block-video):not(.wp-block-image) {
  max-width: 526px;
}
@media (min-width: 782px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 5vw;
  }
}
@media (max-width: 600px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    order: 3;
    margin-top: 2.25em;
  }
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:last-child {
    order: -1;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column h1 {
    margin-bottom: 0.5em;
  }
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column .wp-block-buttons {
    margin-top: 3em;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    opacity: 0;
    transform: translate(-12.5%, 0);
  }
  .is-loaded .block-editor-block-list__layout.is-root-container > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    -webkit-animation: 1s cta 0.3s 1;
            animation: 1s cta 0.3s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.block-editor-block-list__layout.is-root-container > *.has-background {
  padding-top: var(--content-mobile-small-block-margin);
  padding-bottom: var(--content-mobile-small-block-margin);
}
@media (min-width: 992px) {
  .block-editor-block-list__layout.is-root-container > *.has-background {
    padding-top: var(--content-desktop-small-block-margin);
    padding-bottom: var(--content-desktop-small-block-margin);
  }
}
.block-editor-block-list__layout.is-root-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not([data-align=wide]):not([data-align=full]) {
  max-width: var(--content-width-max);
  width: calc(100% - (var(--content-margin) * 2));
}
.block-editor-block-list__layout.is-root-container .block-editor-block-list__layout.is-root-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not([data-align=wide]):not([data-align=full]) {
  max-width: none;
  width: 100%;
}
.block-editor-block-list__layout.is-root-container .block-editor-block-list__layout.is-root-container > *:not(.alignfull):not([data-align=full]) + *:not(p):not(ul):not(ol) {
  margin-top: var(--content-mobile-small-block-margin);
}

.edit-post-visual-editor__post-title-wrapper {
  /* Full */
  /* Wide */
  /* Center */
  /* Left and right */
  /* Entry Media */
  overflow: hidden;
  border-bottom: 1px dashed #c0c0c0 !important;
}
.edit-post-visual-editor__post-title-wrapper .alignnone,
.edit-post-visual-editor__post-title-wrapper .aligncenter,
.edit-post-visual-editor__post-title-wrapper .alignleft,
.edit-post-visual-editor__post-title-wrapper .alignright,
.edit-post-visual-editor__post-title-wrapper .alignwide {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 601px) {
  .edit-post-visual-editor__post-title-wrapper .alignnone,
.edit-post-visual-editor__post-title-wrapper .aligncenter,
.edit-post-visual-editor__post-title-wrapper .alignleft,
.edit-post-visual-editor__post-title-wrapper .alignright,
.edit-post-visual-editor__post-title-wrapper .alignwide {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.edit-post-visual-editor__post-title-wrapper .alignfull {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}
@media (min-width: 601px) {
  .edit-post-visual-editor__post-title-wrapper .alignfull {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.edit-post-visual-editor__post-title-wrapper [data-align=wide],
.edit-post-visual-editor__post-title-wrapper .alignwide {
  max-width: var(--content-wide-width-max);
  width: calc(100% - (var(--content-margin) * 2));
}
.edit-post-visual-editor__post-title-wrapper .aligncenter,
.edit-post-visual-editor__post-title-wrapper .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.edit-post-visual-editor__post-title-wrapper .alignleft,
.edit-post-visual-editor__post-title-wrapper .alignright {
  max-width: 50%;
}
.edit-post-visual-editor__post-title-wrapper .alignleft {
  float: left;
  margin: 0.3rem 2rem 2rem 0;
}
.edit-post-visual-editor__post-title-wrapper .alignright {
  float: right;
  margin: 0.3rem 0 2rem 2rem;
}
.edit-post-visual-editor__post-title-wrapper .alignfull > figcaption,
.edit-post-visual-editor__post-title-wrapper .alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
}
.edit-post-visual-editor__post-title-wrapper [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: var(--content-width-max);
  width: 100%;
}
.edit-post-visual-editor__post-title-wrapper [class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}
.edit-post-visual-editor__post-title-wrapper [class*=__inner-container] > .alignfull {
  max-width: 100%;
}
.edit-post-visual-editor__post-title-wrapper [class*=__inner-container] > .alignwide {
  width: 100%;
}
.edit-post-visual-editor__post-title-wrapper [data-align=wide] > *:first-child,
.edit-post-visual-editor__post-title-wrapper [data-align=full] > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor__post-title-wrapper .has-white-color, .edit-post-visual-editor__post-title-wrapper.has-white-color {
  --gb-link: #fff;
  --gb-text-decoration: underline var(--wp--preset--color--yellow);
  --gb-link-hover: var(--wp--preset--color--yellow);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-cover {
  min-height: 382px;
  padding: 0;
}
@media (min-width: 782px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover {
    min-height: 630px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-cover .wp-block-cover__image-background {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right {
  background-color: var(--wp--preset--color--grey) !important;
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right {
    flex-direction: column;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 100px);
    bottom: 0;
    background: #fff;
    min-height: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__image-background {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    order: 3;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__image-background {
    top: calc( clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem) * 2 + 18px );
    left: 50%;
    width: 50%;
    height: calc(100% + 36px - ( clamp(3.2rem, 1.6000rem + 2.0833vw, 5.6rem) * 2 + 18px ) );
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__image-background.lazy {
    opacity: 0;
  }
  .is-loaded .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__image-background.lazy {
    -webkit-animation: fade-in 0.3s linear 0.6s forwards;
            animation: fade-in 0.3s linear 0.6s forwards;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__inner-container {
    max-width: 1456px;
    padding-right: 50vw;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__inner-container:not(.block-editor-block-list__layout) {
    opacity: 0;
  }
  .is-loaded .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__inner-container:not(.block-editor-block-list__layout) {
    -webkit-animation: fade-in 0.3s linear 0.2s forwards;
            animation: fade-in 0.3s linear 0.2s forwards;
  }
}
@media (min-width: 1600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-cover.is-style-image-right .wp-block-cover__inner-container {
    padding-right: 728px;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-image.desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-image.mobile-hidden {
    display: none;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image img {
  display: block;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image img:not([src$=svg]) {
  max-width: 100%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image.is-style-circle-mask img, .edit-post-visual-editor__post-title-wrapper .wp-block-image.is-style-rounded img {
  border-radius: 16px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image.is-style-soft-shadow img {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map {
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset min(10px, 1vw) min(10px, 1vw) min(30px, 3vw) #fff, inset calc(min(10px, 1vw) * -1) calc(min(10px, 1vw) * -1) min(30px, 3vw) #fff;
  z-index: 2;
  pointer-events: none;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map figure {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map figure {
    opacity: 0;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map.is-visible {
  overflow: hidden;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map.is-visible figure {
  transform: translate(0, 0px) scale(1.25);
  transform-origin: top left;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map.is-visible figure {
    -webkit-animation: fade-in 0.4s linear 0.2s forwards;
            animation: fade-in 0.4s linear 0.2s forwards;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map.is-visible a.map-marker {
    -webkit-animation: fade-in 0.4s linear 0.8s forwards;
            animation: fade-in 0.4s linear 0.8s forwards;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map.is-visible a.map-marker[data-name] {
    -webkit-animation: fade-in 0.4s linear 0.6s forwards, glow 4s infinite linear;
            animation: fade-in 0.4s linear 0.6s forwards, glow 4s infinite linear;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker {
  width: 58px;
  height: 58px;
  border-radius: 100px;
  display: block;
  background-color: rgba(245, 255, 117, 0);
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker {
    opacity: 0;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name] {
  background-color: rgba(245, 255, 117, 0.4);
  -webkit-animation: glow 4s infinite linear;
          animation: glow 4s infinite linear;
  cursor: pointer;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name]:before {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.08));
  width: 20px;
  height: 20px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name]:after {
  width: 12px;
  height: 12px;
  background-color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name].active, .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name]:hover {
  background-color: rgba(245, 255, 117, 0);
  -webkit-animation: fade-in 0.4s linear 0.6s forwards, none;
          animation: fade-in 0.4s linear 0.6s forwards, none;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name].active:before, .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name]:hover:before {
  width: 14px;
  height: 14px;
  background-color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name].active:after, .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker[data-name]:hover:after {
  width: 10px;
  height: 10px;
  border-color: #fff;
  background-color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker:before, .edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background: #fff;
  transition: 0.4s all;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker:before {
  width: 16px;
  height: 16px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker:after {
  width: 10px;
  height: 10px;
  border: 2px solid var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker:hover:after {
  background-color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker.normal {
  width: 12px;
  height: 12px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker.normal[data-name] {
  background: none;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker.normal:before {
  width: 12px;
  height: 12px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map a.map-marker.normal:after {
  width: 8px;
  height: 8px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map .popup-tag {
  position: absolute;
  width: 100%;
  max-width: 174px;
  background: #fff;
  padding: 16px 24px 18px;
  filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
  text-align: center;
  transform: translate(-50%, calc( -100% - 16px ));
  z-index: 5;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map .popup-tag:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map .popup-tag p {
  margin: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map .popup-tag p.has-tag-font-size {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3em;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map .popup-tag p.name {
  font-family: "VulfSans-Bold";
  font-weight: normal;
  margin-bottom: 0.35em;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image#locations-map .popup-tag p.content {
  color: var(--wp--preset--color--paragraph);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-image figure figcaption {
  white-space: nowrap;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-shadow-wrap {
  background: #FFFFFF;
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-shadow-wrap:not(.block-editor-block-list__block) {
    opacity: 0;
    transform: translate(-20%, 0);
    transition: all 0.8s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-shadow-wrap:not(.block-editor-block-list__block).is-visible {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
  max-width: 585px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media {
  text-align: center;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media img[src$=".svg"] {
  max-width: 80px;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__media img[src$=".svg"] {
    max-width: 112px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text:not(.is-style-shadow-wrap):not(.has-media-on-the-right) .wp-block-media-text__content {
  margin-right: 0;
  margin-left: auto;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text:not(.is-style-shadow-wrap) > figure img {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
  border-radius: 16px;
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) {
    border-radius: 16px;
    background: #fff;
    grid-template-columns: 1fr;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.04));
    padding: 32px 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) figure.wp-block-media-text__media {
    display: none;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content {
    padding-bottom: 78px;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content > * {
    display: block;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap).is-active .wp-block-media-text__content:after {
    background-image: url(../images/minus.svg);
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 58px;
    max-width: none;
    width: 100%;
    grid-column: 1;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content > * {
    display: none;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content p.has-tag-font-size,
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content h2 {
    text-align: center;
    display: block;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content .wp-block-image {
    margin-bottom: 3.2rem;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-process-step:not(.is-style-shadow-wrap) .wp-block-media-text__content:after {
    content: "";
    width: 58px;
    height: 58px;
    background: url(../images/plus.svg) 50% 50%/16px auto no-repeat var(--wp--preset--color--yellow);
    display: inline-block;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 601px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-icons {
    grid-template-columns: auto auto !important;
    width: calc( 100% - var(--content-margin) * 1.5 );
    margin-bottom: calc( var(--content-margin) / 2.25) !important;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 16px 0 0;
    text-align: center;
    width: 100%;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 32px;
  }
}
@media (min-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 32px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-shadow-wrap.has-media-on-the-right .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-shadow-wrap:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-shadow-wrap.has-media-on-the-right .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-media-text.is-style-shadow-wrap:not(.has-media-on-the-right) .wp-block-media-text__content {
    max-width: 530px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation {
  box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 24px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column {
  padding: 38px;
  border-radius: 24px;
  margin-left: 0;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  bottom: 38px;
  width: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column:first-child:before {
  display: none;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column > * {
  color: var(--wp--preset--color--grey);
  pointer-events: none;
  transition: all 0.2s;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column.current-item, .edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column:hover {
  background-color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column.current-item h3, .edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column:hover h3 {
  color: var(--wp--preset--color--yellow);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column.current-item h5, .edit-post-visual-editor__post-title-wrapper .wp-block-columns#process-sub-navigation .wp-block-column:hover h5 {
  color: #fff;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-counter .wp-block-column {
  padding-bottom: 10px;
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-counter .wp-block-column {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-counter .wp-block-column {
    flex-basis: calc( 33.333333% - 1.3333333333333333em ) !important;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-counter .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-counter h1 {
  font-size: clamp(5rem, 1.6667rem + 4.3403vw, 10rem);
  margin: 0.075em 0;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners > .wp-block-column:first-child {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible > .wp-block-column:first-child {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3:before {
    clip: rect(0, 100vw, 100vh, 0);
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li {
    -webkit-animation: fade-in 0.3s linear 0.5s forwards;
            animation: fade-in 0.3s linear 0.5s forwards;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(4) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(5) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns#home-partners.is-visible .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(6) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns.is-style-rounded-shadowed {
  background: #fff;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 782px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns.is-style-gapless .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child) {
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child):before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  width: 132px;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-columns.is-style-border-between > .wp-block-column:not(:first-child):before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -1em;
    transform: none;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-columns.is-style-thin > .wp-block-column > * {
  max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-column + .wp-block-column {
    margin-top: 1.75em;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column.has-background {
  padding: clamp(2.4rem, -0.2667rem + 3.4722vw, 6.4rem);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column.tire-track-45 {
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column.tire-track-45:before {
  content: "";
  width: 73.925%;
  height: 94px;
  position: absolute;
  left: 50%;
  top: calc(100% - 24px);
  background: url(../images/shadow.png) 0 0/100% 100% no-repeat;
  transform: translate(-50%, 0);
  opacity: 0.5;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-column.tire-track-45:before {
    opacity: 0;
  }
  .is-loaded .edit-post-visual-editor__post-title-wrapper .wp-block-column.tire-track-45:before {
    -webkit-animation: fade-half 0.5s linear 3s forwards;
            animation: fade-half 0.5s linear 3s forwards;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column.tire-track-45:after {
  content: "";
  max-width: 100vw;
  width: 157.142857%;
  height: 100%;
  position: absolute;
  background: url(../images/video-skid@2x.png) 50% 50%/100% auto no-repeat;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(-37deg);
  z-index: 2;
  transition: all 0.6s;
  clip: rect(0, 0, 100vh, 0);
  transition: clip 0.75s;
  transition-delay: 1s;
}
.is-loaded .edit-post-visual-editor__post-title-wrapper .wp-block-column.tire-track-45:after {
  clip: rect(0, 100vw, 100vh, 0);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column#contact-info-column {
  display: flex;
  flex-direction: column;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column#contact-info-column > *:last-child {
  margin-top: auto;
}
@media (max-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-column#contact-info-column + .wp-block-column {
    margin-top: 0;
  }
}
@media (min-width: 782px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-column#contact-info-column + .wp-block-column {
    margin-left: 2rem;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column#contact-info-column .wp-block.wp-block-gb-menu ul {
  justify-content: flex-start;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column .blocks-gallery-grid,
.edit-post-visual-editor__post-title-wrapper .wp-block-column .wp-block-gallery {
  width: 100%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column > *.wp-block-media-text:first-child {
  margin-top: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-column > *.wp-block-media-text:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-buttons:not(:first-child) {
    margin-top: 3em;
  }
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-buttons.is-content-justification-left, .edit-post-visual-editor__post-title-wrapper .wp-block-buttons.is-content-justification-right {
    justify-content: center;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button {
  margin: 0 0 1.3em;
  font-family: "VulfSans-Medium";
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow.svg) 0 0/100% auto no-repeat;
  margin-left: 16px;
  vertical-align: middle;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.is-style-arrow .wp-block-button__link:hover:after {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.is-style-play .wp-block-button__link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/button-play.svg) 0 0/100% auto no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-button.is-style-play .wp-block-button__link:before {
    width: 21px;
    height: 21px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.is-style-play .wp-block-button__link:hover:before {
  -webkit-animation: 2s elastic-soft 0s 1;
          animation: 2s elastic-soft 0s 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.no-fill .wp-block-button__link {
  background: transparent;
  padding: 0;
  color: #fff;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.no-fill.is-style-arrow .wp-block-button__link:after {
  background-image: url(../images/button-arrow-yellow.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.backward.is-style-arrow .wp-block-button__link:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  margin-right: 16px;
  vertical-align: middle;
  transform: rotate(180deg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.backward.is-style-arrow .wp-block-button__link:hover:before {
  -webkit-animation: 2s elastic-rev 0s 1;
          animation: 2s elastic-rev 0s 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button.backward.is-style-arrow .wp-block-button__link:after {
  display: none;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button .wp-block-button__link {
  border-radius: 40px;
  padding: 20px 32px;
  color: var(--wp--preset--color--grey);
  background: var(--wp--preset--color--yellow);
  font-size: 1.4rem;
  line-height: 1em;
  margin-right: 32px;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-button .wp-block-button__link {
    padding: 24px 40px;
    font-size: clamp(1.6rem, 1.5515rem + 0.1294vw, 1.8rem);
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-button .wp-block-button__link:last-child {
  margin-right: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-quote p {
  font-size: 2rem;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group.alignfull {
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group.alignfull .wp-block-media-text {
  max-width: var(--content-width-max);
  width: calc(100% - (var(--content-margin) * 2));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group.alignfull .wp-block-media-text {
    width: 100%;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group.alignfull .wp-block-columns {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services {
  max-width: 1178px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services .wp-block-buttons:not(:first-child) {
  margin-top: 0;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services > p, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services > h2, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services > .wp-block-columns > .wp-block-column, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services > .wp-block-buttons {
    opacity: 0;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > p, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > h2, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > .wp-block-columns > .wp-block-column, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > .wp-block-buttons {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > h2 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > .wp-block-columns .wp-block-column:first-child {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > .wp-block-columns .wp-block-column:last-child {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > .wp-block-columns + .wp-block-columns .wp-block-column:first-child {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > .wp-block-columns + .wp-block-columns .wp-block-column:last-child {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-our-services.is-visible > .wp-block-buttons {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work {
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work:before {
  content: "";
  width: 125vw;
  height: 0;
  padding-bottom: 44.9%;
  position: absolute;
  background: url(../images/dual-skids@2x.png) 50% 50%/100% auto no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(5.5deg);
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work:before {
    transition: all 0.6s;
    clip: rect(0, 0, 100vh, 0);
    transition: clip 2.5s;
    transition-delay: 0.75s;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible:before {
  clip: rect(0, 125vw, 100vh, 0);
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work > p, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work > h2,
.edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work .wp-block-gb-block-posts > ul > li {
    opacity: 0;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible > p, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible > h2,
.edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible > h2 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(1) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(2) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(3) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-featured-work.is-visible .wp-block-gb-block-posts > ul > li:nth-child(4) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it > p, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it > h2, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it > .wp-block-columns > .wp-block-column > *, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it > .wp-block-buttons {
    opacity: 0;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > p, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > h2, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns > .wp-block-column > *, .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > .wp-block-buttons {
    -webkit-animation: fade-in 0.3s linear 0.1s forwards;
            animation: fade-in 0.3s linear 0.1s forwards;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(1) > * {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(2) > * {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > .wp-block-columns .wp-block-column:nth-child(3) > * {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#home-how-we-do-it.is-visible > .wp-block-buttons {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#briefing:before {
  content: "";
  width: 100%;
  height: 435px;
  position: absolute;
  background: url("../images/process-nav-tracks@2x.png") 50% 50%/auto 435px no-repeat;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#briefing, .edit-post-visual-editor__post-title-wrapper .wp-block-group#concept, .edit-post-visual-editor__post-title-wrapper .wp-block-group#pre-production, .edit-post-visual-editor__post-title-wrapper .wp-block-group#production, .edit-post-visual-editor__post-title-wrapper .wp-block-group#post-production, .edit-post-visual-editor__post-title-wrapper .wp-block-group#adaptions {
    background-color: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: var(--content-mobile-small-block-margin);
  }
}
@media (max-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap), .edit-post-visual-editor__post-title-wrapper .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap), .edit-post-visual-editor__post-title-wrapper .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap), .edit-post-visual-editor__post-title-wrapper .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap), .edit-post-visual-editor__post-title-wrapper .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap), .edit-post-visual-editor__post-title-wrapper .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) {
    width: 100%;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#briefing .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#concept .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#pre-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#post-production .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content, .edit-post-visual-editor__post-title-wrapper .wp-block-group#adaptions .wp-block-media-text:not(.is-style-shadow-wrap) .wp-block-media-text__content {
    max-width: 382px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer > * .wp-block-columns {
  margin-bottom: 0 !important;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact {
  padding-left: 0;
  padding-right: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact figure {
  margin-top: 0;
  margin-bottom: 1.2em;
}
@media (max-width: 781px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact figure img {
    margin-left: auto;
    margin-right: auto;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
  --gb-text-decoration: underline var(--wp--preset--color--yellow);
  align-self: stretch;
  position: relative;
  padding: 40px 24px;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 781px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column {
    text-align: left;
    padding: clamp(5rem, 4.0816rem + 2.0408vw, 8rem) 30px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column > * {
  position: relative;
  z-index: 10;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child:before, .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:last-child:before {
  content: "";
  background: var(--wp--preset--color--yellow);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child {
  padding-left: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
  padding-right: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child {
    margin-top: -32px;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:first-child > * {
    max-width: 400px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact > .wp-block-columns > .wp-block-column:last-child:before {
  top: 0;
  left: 0;
  right: auto;
  background: var(--wp--preset--color--light-grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact #locations {
  align-items: flex-end;
}
@media (max-width: 599px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact #locations {
    margin-top: 0;
  }
}
@media (max-width: 781px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact #locations {
    justify-content: center;
  }
}
@media (max-width: 781px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact #locations > .wp-block-column {
    flex-basis: auto !important;
    margin-left: 14px;
    margin-right: 14px;
    flex: 1 1 0;
    max-width: 120px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}
@media (min-width: 782px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul {
    justify-content: flex-start;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li {
  margin: 8px 8px 0 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li:last-child {
  margin-right: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li.social-twitter a:before {
  background-image: url(../images/social-twitter.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li.social-facebook a:before {
  background-image: url(../images/social-facebook.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li.social-instagram a:before {
  background-image: url(../images/social-instagram.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li.social-linkedin a:before {
  background-image: url(../images/social-linkedin.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li.social-vimeo a:before {
  background-image: url(../images/social-vimeo.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-indent: -9999px;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: border-color 0.3s;
  background: var(--wp--preset--color--yellow);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  text-indent: 0;
  background-size: 33.333333% 33.333333%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group#footer-contact .social-icons ul li a:hover {
  border: 1px solid rgba(45, 45, 45, 0.5);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default {
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3:before, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default:before {
  content: "";
  max-width: 100vw;
  width: 125%;
  height: 100%;
  position: absolute;
  background: url(../images/company-gallery-skid-narrow@2x.png) 50% 50%/100% auto no-repeat;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(-37deg);
  pointer-events: none;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3:before, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default:before {
    transition: all 0.6s;
    clip: rect(0, 0, 100vh, 0);
    transition: clip 3s;
    transition-delay: 0.75s;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default {
    padding: 10px 0 10px 80px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3::after, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default::after {
  content: "";
  width: 100%;
  display: block;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3::after, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default::after {
    margin-bottom: 12rem;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image:nth-child(3n+2), .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image:nth-child(3n+2) {
  transform: translate(0, 50%);
}
@media (max-width: 599px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image:nth-child(3n+3), .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 > .wp-block-image, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default > .wp-block-image {
    width: calc(33.33333% - 18px);
    margin-right: 12px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid {
    margin-bottom: 12rem;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3n+2), .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li:nth-child(3n+2) {
  transform: translate(0, 50%);
}
@media (max-width: 599px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li:nth-child(3n+3), .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-3 .blocks-gallery-grid li, .edit-post-visual-editor__post-title-wrapper .wp-block-gallery.is-style-subway-tile.columns-default .blocks-gallery-grid li {
    width: calc(33.33333% - 18px);
    margin-right: 12px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery .wp-block-image,
.edit-post-visual-editor__post-title-wrapper .wp-block-gallery .blocks-gallery-item {
  background: #FFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video {
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video {
  position: relative;
  margin: 0 25px;
  padding: 12px;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video {
    padding: 38px;
    margin: 0;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/video-word-circle.svg) 0 0/100% auto no-repeat;
  left: 0;
  top: 0;
  -webkit-animation: rotate 50s linear infinite;
          animation: rotate 50s linear infinite;
  z-index: 1;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video:before {
    opacity: 0;
    transition: all;
  }
  .is-loaded .edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video:before {
    -webkit-animation: fade-in 0.5s linear 0.6s forwards, rotate 50s linear infinite;
            animation: fade-in 0.5s linear 0.6s forwards, rotate 50s linear infinite;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/button-play-circle-video.svg) 51% 50%/23.5% 22% no-repeat;
  transition: all 0.2s;
  z-index: 99;
  pointer-events: none;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video:after {
    opacity: 0;
  }
  .is-loaded .edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video:after {
    -webkit-animation: fade-in 0.5s linear 0.8s forwards;
            animation: fade-in 0.5s linear 0.8s forwards;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video:hover:after {
  opacity: 0.8;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video.is-playing:after {
  opacity: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video video {
  position: relative;
  z-index: 10;
  border-radius: 1000px;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video video {
    opacity: 0;
  }
  .is-loaded .edit-post-visual-editor__post-title-wrapper .wp-block-video.circle-video video {
    -webkit-animation: fade-in 0.5s linear 1s forwards;
            animation: fade-in 0.5s linear 1s forwards;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-video:not(.circle-video) {
  border-radius: 16px;
  overflow: hidden;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query {
  margin-top: 4em;
  margin-bottom: 4em;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li .wp-block-post-date, .edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li .wp-block-post-title {
  padding-left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  padding-right: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li .wp-block-post-date a, .edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li .wp-block-post-title a {
  color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li figure {
  margin-top: 0;
  background: var(--wp--preset--color--grey);
  width: 100% !important;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li figure a, .edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li figure img {
  display: block;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li figure img {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li:hover figure img {
  opacity: 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query ul > li:hover .wp-block-post-title:after {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
@media (min-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-query .wp-block-post-template.is-flex-container.columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
    padding-bottom: 4.2em;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query .wp-block-post-template.is-flex-container.columns-2 > li:nth-child(even) {
  transform: translate(0, 13.813229%);
}
@media (min-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-query .wp-block-post-template.is-flex-container.columns-2 > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query:not(.is-style-overlay) ul > li {
  background: green !important;
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-query:not(.is-style-overlay) ul > li > div.content {
    position: relative;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li > div.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li > * {
  z-index: 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li figure img {
  height: 100%;
  width: 100%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled {
  position: static !important;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled .block-editor-block-list__layout.is-root-container {
  position: static !important;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li div[role=button] .components-disabled .block-editor-block-list__block {
  width: 100% !important;
  margin: 0 !important;
  position: static !important;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-title,
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-date {
  color: #fff;
  z-index: 10;
  position: relative;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-title a,
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-date a {
  color: #fff;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-title:last-child,
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-date:last-child {
  position: relative;
  margin-bottom: clamp(2.4rem, 1.6233rem + 2.0712vw, 5.6rem);
  padding-bottom: 38px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-title:last-child:after,
.edit-post-visual-editor__post-title-wrapper .wp-block-query.is-style-overlay ul > li .wp-block-post-date:last-child:after {
  content: "";
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) {
    max-width: var(--content-width-max);
    width: calc(100% - (var(--content-margin) * 2));
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) a {
  pointer-events: all;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
  display: flex;
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
    overflow-x: scroll;
    padding: 10px 0;
    position: relative;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(265deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter li a {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter {
    margin-bottom: calc(var(--content-margin) * 0.75);
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter li {
  margin-left: 8px;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter li:first-child {
  margin-left: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter li:hover a, .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter li.current-filter a {
  background: var(--wp--preset--color--yellow);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) .terms-filter a {
  font-family: "VulfSans-Medium";
  padding: 16px 24px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  display: block;
  border-radius: 8px;
  background: #fff;
  transition: background-color 0.3s;
  color: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-left: 0;
}
@media (min-width: 601px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 4.2em;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 601px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter):not(.in-filter) li:nth-child(even) {
    transform: translate(0, 13.813229%);
  }
}
@media (min-width: 601px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter).in-filter li.is-even {
    transform: translate(0, 13.813229%);
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: var(--wp--preset--color--grey);
  margin-bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li > div.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li.is-hidden {
  display: none;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li:hover .wei-picture-wrapper img.loaded {
  opacity: 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li:hover h2:before {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper picture, .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper .content .content-align {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper .content .content-align a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li .wei-picture-wrapper img.loaded {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li * {
  color: #fff;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p, .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
  pointer-events: none;
  margin-left: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
  margin-right: clamp(2.4rem, 0.4909rem + 3.1818vw, 6.6rem);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p {
  margin-bottom: 1em;
  font-size: 1.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li p {
    display: none;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
  position: relative;
  margin-bottom: clamp(2.4rem, 1.6233rem + 2.0712vw, 5.6rem);
  padding-bottom: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 {
    padding-bottom: 36px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2:before {
  content: "";
  width: 18px;
  height: 11px;
  background: url(../images/button-arrow-yellow.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2:before {
    width: 22px;
    height: 14px;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts:not(.featured-post) ul:not(.terms-filter) li h2 a {
  color: #fff;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li {
    background: #fff;
    padding-bottom: clamp(2.4rem, 0.8000rem + 2.0833vw, 4.8rem);
    margin-bottom: 0;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li:not(.is-hidden):nth-of-type(even) {
    transform: translate(0, 11%);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li > div.content {
    position: relative;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 16px 16px 0 0;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper:hover img.loaded {
    opacity: 0.7;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li .wei-picture-wrapper img.loaded {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li p, .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 {
    pointer-events: all;
    margin-left: clamp(2.4rem, 0.2667rem + 2.7778vw, 5.6rem);
    margin-right: clamp(2.4rem, 0.2667rem + 2.7778vw, 5.6rem);
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li * {
    color: var(--wp--preset--color--paragraph);
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 {
    padding-bottom: 0;
    margin-top: clamp(2.4rem, 0.8000rem + 2.0833vw, 4.8rem);
    margin-bottom: 0;
    color: var(--wp--preset--color--grey);
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 a {
    color: var(--wp--preset--color--grey);
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2 a:hover {
    color: var(--wp--preset--color--paragraph);
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li h2:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.blog-posts ul:not(.terms-filter) li p {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.featured-post:not(.block-editor-block-list__block) {
    opacity: 0;
    transform: translate(-20%, 0);
    transition: all 0.8s;
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.featured-post:not(.block-editor-block-list__block).is-visible {
    opacity: 1;
    transform: translate(0, 0);
  }
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.featured-post .featured-post {
    opacity: 1;
    transform: none;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.featured-post .wp-block-media-text__media {
  background: var(--wp--preset--color--grey);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-block-posts.featured-post a {
  pointer-events: all;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}
@media (min-width: 782px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul {
    justify-content: flex-start;
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li {
  margin: 8px 8px 0 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li:last-child {
  margin-right: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li.social-twitter a:before {
  background-image: url(../images/social-twitter.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li.social-facebook a:before {
  background-image: url(../images/social-facebook.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li.social-instagram a:before {
  background-image: url(../images/social-instagram.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li.social-linkedin a:before {
  background-image: url(../images/social-linkedin.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li.social-vimeo a:before {
  background-image: url(../images/social-vimeo.svg);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-indent: -9999px;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: border-color 0.3s;
  background: var(--wp--preset--color--yellow);
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  text-indent: 0;
  background-size: 33.333333% 33.333333%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-gb-menu ul li a:hover {
  border: 1px solid rgba(45, 45, 45, 0.5);
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper .wp-block-embed {
    margin-top: calc(var(--content-desktop-small-block-margin) * 0.8);
  }
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.is-style-rounded-corners {
  border-radius: 16px;
  overflow: hidden;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.edit-post-visual-editor__post-title-wrapper .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.edit-post-visual-editor__post-title-wrapper > * {
  margin-left: auto;
  margin-right: auto;
}
.edit-post-visual-editor__post-title-wrapper > *[class^=wp-block] {
  margin-top: 0;
  margin-bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper > *:not(.alignfull):not([data-align=full]) + *:not(p):not(ul):not(ol) {
  margin-top: var(--content-mobile-small-block-margin);
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *:not(.alignfull):not([data-align=full]) + *:not(p):not(ul):not(ol) {
    margin-top: var(--content-desktop-small-block-margin);
  }
}
.edit-post-visual-editor__post-title-wrapper > *.alignfull + *:not(.alignfull):not([data-align=full]), .edit-post-visual-editor__post-title-wrapper > *[data-align=full] + *:not(.alignfull):not([data-align=full]) {
  margin-top: var(--content-mobile-small-block-margin);
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *.alignfull + *:not(.alignfull):not([data-align=full]), .edit-post-visual-editor__post-title-wrapper > *[data-align=full] + *:not(.alignfull):not([data-align=full]) {
    margin-top: var(--content-desktop-small-block-margin);
  }
}
.edit-post-visual-editor__post-title-wrapper > *.wp-block-cover {
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
.edit-post-visual-editor__post-title-wrapper > *.wp-block-cover > .wp-block-cover__inner-container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover > .wp-block-cover__inner-container {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: left;
  }
}
.edit-post-visual-editor__post-title-wrapper > *.wp-block-cover .wp-block-columns {
  margin-bottom: 0;
}
.edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
  padding-top: 70px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
    padding-top: 1.5625vw;
  }
  .home .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
    padding-top: 4.6875vw;
  }
  .single-project .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
    padding-top: 0;
  }
}
@media (min-width: 1920px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
    padding-top: 30px;
  }
  .home .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
    padding-top: 90px;
  }
  .single-project .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:not(#home-banner):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url("../images/banner-skid@2x.png");
    background-position: 50% 50%;
    background-size: 77% auto;
    background-repeat: no-repeat;
    opacity: 0.2;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:not(#home-banner):before {
    background-size: 764px auto;
  }
}
.edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:not(#home-banner) > .wp-block-cover__inner-container {
  position: relative;
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover:not(#home-banner) > .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
  }
}
.edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner {
  overflow: hidden;
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner > .wp-block-cover__inner-container h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner > .wp-block-cover__inner-container {
    padding-top: 4.8vw;
    padding-bottom: 4.3vw;
  }
}
.edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column > *:not(.wp-block-video):not(.wp-block-image) {
  max-width: 526px;
}
@media (min-width: 782px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 5vw;
  }
}
@media (max-width: 600px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    order: 3;
    margin-top: 2.25em;
  }
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:last-child {
    order: -1;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column h1 {
    margin-bottom: 0.5em;
  }
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column .wp-block-buttons {
    margin-top: 3em;
  }
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    opacity: 0;
    transform: translate(-12.5%, 0);
  }
  .is-loaded .edit-post-visual-editor__post-title-wrapper > *.wp-block-cover#home-banner .wp-block-columns .wp-block-column:first-child {
    -webkit-animation: 1s cta 0.3s 1;
            animation: 1s cta 0.3s 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.edit-post-visual-editor__post-title-wrapper > *.has-background {
  padding-top: var(--content-mobile-small-block-margin);
  padding-bottom: var(--content-mobile-small-block-margin);
}
@media (min-width: 992px) {
  .edit-post-visual-editor__post-title-wrapper > *.has-background {
    padding-top: var(--content-desktop-small-block-margin);
    padding-bottom: var(--content-desktop-small-block-margin);
  }
}
.edit-post-visual-editor__post-title-wrapper > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not([data-align=wide]):not([data-align=full]) {
  max-width: var(--content-width-max);
  width: calc(100% - (var(--content-margin) * 2));
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title .editor-post-title__input {
  border: 0 none !important;
}

.block-editor-block-preview__content .block-editor-block-list__layout.is-root-container {
  width: 100%;
}
.block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > * {
  width: 100%;
}
.block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not([data-align=wide]):not([data-align=full]):not([class^=wp-block-post]) {
  width: 100%;
}

#page footer {
  background: var(--wp--preset--color--grey);
  color: #fff;
}
#page footer > .inner {
  padding-left: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
  padding-right: clamp(2.4rem, -2.4000rem + 6.2500vw, 9.6rem);
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #page footer > .inner {
    min-height: 80px;
  }
}
@media (min-width: 992px) {
  #page footer > .inner {
    justify-content: space-between;
  }
}
#page footer .copyright p {
  margin: 0;
}
#page footer nav {
  display: none;
}
@media (min-width: 992px) {
  #page footer nav {
    display: block;
  }
}
#page footer nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
}
#page footer nav ul li {
  margin-left: 1.25vw;
  margin-bottom: 0;
}
#page footer nav ul li.current-menu-item a, #page footer nav ul li.current-page-ancestor a {
  color: var(--wp--preset--color--yellow);
}
#page footer nav ul li a {
  color: #fff;
}
#page footer nav ul li a:hover {
  color: var(--wp--preset--color--yellow);
}
#page footer nav > ul {
  display: flex;
}
#page footer nav > ul li {
  padding-right: 10px;
}

body .wei-picture-wrapper picture {
  display: block;
}
body .wei-picture-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .wp-block-custom-social-share .has-text-align-center.has-tag-small-font-size {
    font-size: 1.2rem !important;
  }
}
.wp-block-custom-social-share .heateorSssFacebookBackground,
.wp-block-custom-social-share .heateorSssTwitterBackground,
.wp-block-custom-social-share .heateorSssMoreBackground {
  background-color: var(--wp--preset--color--yellow);
  width: 56px !important;
  height: 56px !important;
  margin-left: 8px;
  margin-right: 8px;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .wp-block-custom-social-share .heateorSssFacebookBackground:hover,
.wp-block-custom-social-share .heateorSssTwitterBackground:hover,
.wp-block-custom-social-share .heateorSssMoreBackground:hover {
    transform: scale(1.2);
  }
}
.wp-block-custom-social-share .heateorSssFacebookBackground ss {
  background: url(../images/social-facebook.svg) 50% 50%/20px 20px no-repeat;
}
.wp-block-custom-social-share .heateorSssTwitterBackground ss {
  background: url(../images/social-twitter.svg) 50% 50%/20px 20px no-repeat;
}
.wp-block-custom-social-share .heateorSssMoreBackground ss {
  background: url(../images/social-share.svg) 50% 50%/16px 19px no-repeat;
}

.frm_forms {
  margin-top: 26px;
}
.frm_forms form .frm_form_fields .frm_fields_container {
  grid-template-columns: 1fr;
  -moz-column-gap: 10%;
       column-gap: 10%;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .frm_forms form .frm_form_fields .frm_fields_container {
    grid-template-columns: repeat(2, 45%);
    row-gap: 26px;
  }
}
.frm_forms form .frm_form_fields .frm_fields_container .frm6,
.frm_forms form .frm_form_fields .frm_fields_container .frm_half,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field.frm_three_fifths,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field.frm6,
.frm_forms form .frm_form_fields .frm_fields_container .frm_submit.frm6,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field.frm_left_half,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field.frm_right_half,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field.frm_first_half,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field.frm_last_half,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field.frm_half,
.frm_forms form .frm_form_fields .frm_fields_container .frm_submit.frm_half {
  grid-column: span 1 !important;
}
.frm_forms form .frm_form_fields .frm_fields_container .frm_submit {
  margin-top: 12px;
}
.frm_forms form .frm_form_fields .frm_combo_inputs_container > *,
.frm_forms form .frm_form_fields .frm_grid_container > *,
.frm_forms form .frm_form_fields .frm_section_heading > *,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field,
.frm_forms form .frm_form_fields .frm_fields_container > * {
  grid-column: span 1 !important;
}
@media (min-width: 768px) {
  .frm_forms form .frm_form_fields .frm_combo_inputs_container > *,
.frm_forms form .frm_form_fields .frm_grid_container > *,
.frm_forms form .frm_form_fields .frm_section_heading > *,
.frm_forms form .frm_form_fields .frm_fields_container .frm_form_field,
.frm_forms form .frm_form_fields .frm_fields_container > * {
    grid-column: span 2 !important;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--wp--preset--color--yellow);
}

.hamburger-box {
  width: 48px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 48px;
  height: 2px;
  background-color: var(--wp--preset--color--yellow);
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 96px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 96px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 96px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 96px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 96px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 96px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-9.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-9.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(9.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(9.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-9.6px, -12px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-9.6px, 12px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(9.6px, -12px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(9.6px, 12px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -96px;
  top: -96px;
  transform: translate3d(96px, 96px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -96px;
  top: -96px;
  transform: translate3d(-96px, 96px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -96px;
  top: 96px;
  transform: translate3d(96px, -96px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -96px;
  top: 96px;
  transform: translate3d(-96px, -96px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-6.8571428571px, -7px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(6.8571428571px, -7px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger {
  line-height: 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

* {
  box-sizing: border-box;
}

body #page {
  font-family: "VulfSans-Regular";
  font-weight: normal;
  line-height: 1.4em;
}
body #page h1, body #page h2, body #page h3, body #page h4, body #page h5, body #page h6 {
  font-family: "VulfSans-Bold";
  font-weight: normal;
  margin: 0 0 0.695em;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
body #page h1 s, body #page h2 s, body #page h3 s, body #page h4 s, body #page h5 s, body #page h6 s {
  text-decoration: none;
  position: relative;
}
body #page h1 s:before, body #page h2 s:before, body #page h3 s:before, body #page h4 s:before, body #page h5 s:before, body #page h6 s:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/highlight.svg) 0 0/100% 100% no-repeat;
  clip: rect(0, 0, 100vh, 0);
  z-index: -1;
  transition: all 8s;
  transition-delay: 0.25s;
}
body #page h1 s.is-visible:before, body #page h2 s.is-visible:before, body #page h3 s.is-visible:before, body #page h4 s.is-visible:before, body #page h5 s.is-visible:before, body #page h6 s.is-visible:before {
  clip: rect(0, 100vw, 100vh, 0);
}
body #page h1.has-text-align-center {
  max-width: 1164px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--content-margin);
  padding-right: var(--content-margin);
}
body #page h2.has-text-align-center {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}
body #page h4 {
  margin-bottom: 0.4em;
}
body #page p, body #page ol, body #page ul, body #page dl, body #page dt, body #page summary {
  font-family: "VulfSans-Regular";
  font-weight: normal;
  line-height: 1.4em;
  font-weight: normal;
  color: var(--wp--preset--color--paragraph);
  margin: 0 0 1.3em;
}
body #page p .icon-pin:before, body #page p.icon-pin:before,
body #page p .icon-aeroplane:before, body #page p.icon-aeroplane:before,
body #page p .icon-phone:before, body #page p.icon-phone:before, body #page ol .icon-pin:before, body #page ol.icon-pin:before,
body #page ol .icon-aeroplane:before, body #page ol.icon-aeroplane:before,
body #page ol .icon-phone:before, body #page ol.icon-phone:before, body #page ul .icon-pin:before, body #page ul.icon-pin:before,
body #page ul .icon-aeroplane:before, body #page ul.icon-aeroplane:before,
body #page ul .icon-phone:before, body #page ul.icon-phone:before, body #page dl .icon-pin:before, body #page dl.icon-pin:before,
body #page dl .icon-aeroplane:before, body #page dl.icon-aeroplane:before,
body #page dl .icon-phone:before, body #page dl.icon-phone:before, body #page dt .icon-pin:before, body #page dt.icon-pin:before,
body #page dt .icon-aeroplane:before, body #page dt.icon-aeroplane:before,
body #page dt .icon-phone:before, body #page dt.icon-phone:before, body #page summary .icon-pin:before, body #page summary.icon-pin:before,
body #page summary .icon-aeroplane:before, body #page summary.icon-aeroplane:before,
body #page summary .icon-phone:before, body #page summary.icon-phone:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: 50% 0;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
body #page p .icon-pin:before, body #page p.icon-pin:before, body #page ol .icon-pin:before, body #page ol.icon-pin:before, body #page ul .icon-pin:before, body #page ul.icon-pin:before, body #page dl .icon-pin:before, body #page dl.icon-pin:before, body #page dt .icon-pin:before, body #page dt.icon-pin:before, body #page summary .icon-pin:before, body #page summary.icon-pin:before {
  background-image: url(../images/icon-pin.svg);
  background-size: 16px 18px;
}
body #page p .icon-aeroplane:before, body #page p.icon-aeroplane:before, body #page ol .icon-aeroplane:before, body #page ol.icon-aeroplane:before, body #page ul .icon-aeroplane:before, body #page ul.icon-aeroplane:before, body #page dl .icon-aeroplane:before, body #page dl.icon-aeroplane:before, body #page dt .icon-aeroplane:before, body #page dt.icon-aeroplane:before, body #page summary .icon-aeroplane:before, body #page summary.icon-aeroplane:before {
  background-image: url(../images/icon-aeroplane.svg);
}
body #page p .icon-phone:before, body #page p.icon-phone:before, body #page ol .icon-phone:before, body #page ol.icon-phone:before, body #page ul .icon-phone:before, body #page ul.icon-phone:before, body #page dl .icon-phone:before, body #page dl.icon-phone:before, body #page dt .icon-phone:before, body #page dt.icon-phone:before, body #page summary .icon-phone:before, body #page summary.icon-phone:before {
  background-image: url(../images/icon-phone.svg);
}
body #page p .has-tag-font-size, body #page p.has-tag-font-size,
body #page p .has-tag-font-small-size, body #page p.has-tag-font-small-size, body #page ol .has-tag-font-size, body #page ol.has-tag-font-size,
body #page ol .has-tag-font-small-size, body #page ol.has-tag-font-small-size, body #page ul .has-tag-font-size, body #page ul.has-tag-font-size,
body #page ul .has-tag-font-small-size, body #page ul.has-tag-font-small-size, body #page dl .has-tag-font-size, body #page dl.has-tag-font-size,
body #page dl .has-tag-font-small-size, body #page dl.has-tag-font-small-size, body #page dt .has-tag-font-size, body #page dt.has-tag-font-size,
body #page dt .has-tag-font-small-size, body #page dt.has-tag-font-small-size, body #page summary .has-tag-font-size, body #page summary.has-tag-font-size,
body #page summary .has-tag-font-small-size, body #page summary.has-tag-font-small-size {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
}
body #page p .has-introduction-font-size, body #page p.has-introduction-font-size, body #page ol .has-introduction-font-size, body #page ol.has-introduction-font-size, body #page ul .has-introduction-font-size, body #page ul.has-introduction-font-size, body #page dl .has-introduction-font-size, body #page dl.has-introduction-font-size, body #page dt .has-introduction-font-size, body #page dt.has-introduction-font-size, body #page summary .has-introduction-font-size, body #page summary.has-introduction-font-size {
  font-family: "VulfSans-Light";
  font-weight: normal;
}
@media (min-width: 768px) {
  body #page p.desktop-hidden, body #page ol.desktop-hidden, body #page ul.desktop-hidden, body #page dl.desktop-hidden, body #page dt.desktop-hidden, body #page summary.desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  body #page p.mobile-hidden, body #page ol.mobile-hidden, body #page ul.mobile-hidden, body #page dl.mobile-hidden, body #page dt.mobile-hidden, body #page summary.mobile-hidden {
    display: none;
  }
}
body #page p.has-text-align-center, body #page ol.has-text-align-center, body #page ul.has-text-align-center, body #page dl.has-text-align-center, body #page dt.has-text-align-center, body #page summary.has-text-align-center {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}
body #page p a, body #page ol a, body #page ul a, body #page dl a, body #page dt a, body #page summary a {
  -webkit-text-decoration: var(--gb-text-decoration);
          text-decoration: var(--gb-text-decoration);
}
body #page ol, body #page ul, body #page dl {
  padding-left: 22px;
}
body #page ol li, body #page ul li, body #page dl li {
  margin-bottom: 0;
}
body #page ul li::marker {
  font-size: 0.9rem;
}
body #page iframe {
  max-width: 100%;
}
body #page img {
  max-width: 100%;
  height: auto;
}
body #page blockquote p {
  font-family: "VulfSans-Regular";
  font-weight: normal;
  line-height: 1.4em;
  font-weight: normal;
  color: var(--wp--preset--color--paragraph);
  margin: 0 0 1.3em;
}
body #page blockquote p .has-tag-font-size, body #page blockquote p.has-tag-font-size,
body #page blockquote p .has-tag-font-small-size, body #page blockquote p.has-tag-font-small-size {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
}
body #page blockquote p .has-introduction-font-size, body #page blockquote p.has-introduction-font-size {
  font-family: "VulfSans-Light";
  font-weight: normal;
}
@media (min-width: 768px) {
  body #page blockquote p.desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  body #page blockquote p.mobile-hidden {
    display: none;
  }
}
body #page blockquote p.has-text-align-center {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}
body #page blockquote cite, body #page blockquote .wp-block-pullquote__citation {
  font-family: "VulfSans-Regular";
  font-weight: normal;
  line-height: 1.4em;
  font-weight: normal;
  color: var(--wp--preset--color--paragraph);
  margin: 0 0 1.3em;
}
body #page blockquote cite .has-tag-font-size, body #page blockquote cite.has-tag-font-size,
body #page blockquote cite .has-tag-font-small-size, body #page blockquote cite.has-tag-font-small-size, body #page blockquote .wp-block-pullquote__citation .has-tag-font-size, body #page blockquote .wp-block-pullquote__citation.has-tag-font-size,
body #page blockquote .wp-block-pullquote__citation .has-tag-font-small-size, body #page blockquote .wp-block-pullquote__citation.has-tag-font-small-size {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
}
body #page blockquote cite .has-introduction-font-size, body #page blockquote cite.has-introduction-font-size, body #page blockquote .wp-block-pullquote__citation .has-introduction-font-size, body #page blockquote .wp-block-pullquote__citation.has-introduction-font-size {
  font-family: "VulfSans-Light";
  font-weight: normal;
}
@media (min-width: 768px) {
  body #page blockquote cite.desktop-hidden, body #page blockquote .wp-block-pullquote__citation.desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  body #page blockquote cite.mobile-hidden, body #page blockquote .wp-block-pullquote__citation.mobile-hidden {
    display: none;
  }
}
body #page blockquote cite.has-text-align-center, body #page blockquote .wp-block-pullquote__citation.has-text-align-center {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}
body #page a {
  color: var(--gb-link);
  text-decoration: none;
  transition: color 0.3s;
}
body #page a:hover {
  color: var(--gb-link-hover);
}
body #page fieldset {
  border: 0 none;
  padding: 0;
}
body #page label {
  font-family: "VulfSans-Regular";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #717171;
}
body #page textarea,
body #page input[type=button],
body #page input[type=checkbox],
body #page input[type=color],
body #page input[type=date],
body #page input[type=datetime-local],
body #page input[type=email],
body #page input[type=file],
body #page input[type=image],
body #page input[type=month],
body #page input[type=number],
body #page input[type=password],
body #page input[type=radio],
body #page input[type=range],
body #page input[type=reset],
body #page input[type=search],
body #page input[type=tel],
body #page input[type=text],
body #page input[type=time],
body #page input[type=url],
body #page input[type=week],
body #page input[type=hidden] {
  font-family: "VulfSans-Regular";
  font-weight: normal;
  padding: 20px;
  width: 100%;
  height: 54px;
  background: var(--wp--preset--color--light-grey);
  border-radius: 4px;
  border: 0 none;
  color: var(--wp--preset--color--grey);
  font-size: 1.4rem;
  line-height: 1em;
}
body #page textarea:focus::-moz-placeholder, body #page input[type=button]:focus::-moz-placeholder, body #page input[type=checkbox]:focus::-moz-placeholder, body #page input[type=color]:focus::-moz-placeholder, body #page input[type=date]:focus::-moz-placeholder, body #page input[type=datetime-local]:focus::-moz-placeholder, body #page input[type=email]:focus::-moz-placeholder, body #page input[type=file]:focus::-moz-placeholder, body #page input[type=image]:focus::-moz-placeholder, body #page input[type=month]:focus::-moz-placeholder, body #page input[type=number]:focus::-moz-placeholder, body #page input[type=password]:focus::-moz-placeholder, body #page input[type=radio]:focus::-moz-placeholder, body #page input[type=range]:focus::-moz-placeholder, body #page input[type=reset]:focus::-moz-placeholder, body #page input[type=search]:focus::-moz-placeholder, body #page input[type=tel]:focus::-moz-placeholder, body #page input[type=text]:focus::-moz-placeholder, body #page input[type=time]:focus::-moz-placeholder, body #page input[type=url]:focus::-moz-placeholder, body #page input[type=week]:focus::-moz-placeholder, body #page input[type=hidden]:focus::-moz-placeholder {
  opacity: 1;
}
body #page textarea:focus:-ms-input-placeholder, body #page input[type=button]:focus:-ms-input-placeholder, body #page input[type=checkbox]:focus:-ms-input-placeholder, body #page input[type=color]:focus:-ms-input-placeholder, body #page input[type=date]:focus:-ms-input-placeholder, body #page input[type=datetime-local]:focus:-ms-input-placeholder, body #page input[type=email]:focus:-ms-input-placeholder, body #page input[type=file]:focus:-ms-input-placeholder, body #page input[type=image]:focus:-ms-input-placeholder, body #page input[type=month]:focus:-ms-input-placeholder, body #page input[type=number]:focus:-ms-input-placeholder, body #page input[type=password]:focus:-ms-input-placeholder, body #page input[type=radio]:focus:-ms-input-placeholder, body #page input[type=range]:focus:-ms-input-placeholder, body #page input[type=reset]:focus:-ms-input-placeholder, body #page input[type=search]:focus:-ms-input-placeholder, body #page input[type=tel]:focus:-ms-input-placeholder, body #page input[type=text]:focus:-ms-input-placeholder, body #page input[type=time]:focus:-ms-input-placeholder, body #page input[type=url]:focus:-ms-input-placeholder, body #page input[type=week]:focus:-ms-input-placeholder, body #page input[type=hidden]:focus:-ms-input-placeholder {
  opacity: 1;
}
body #page textarea:focus::placeholder,
body #page input[type=button]:focus::placeholder,
body #page input[type=checkbox]:focus::placeholder,
body #page input[type=color]:focus::placeholder,
body #page input[type=date]:focus::placeholder,
body #page input[type=datetime-local]:focus::placeholder,
body #page input[type=email]:focus::placeholder,
body #page input[type=file]:focus::placeholder,
body #page input[type=image]:focus::placeholder,
body #page input[type=month]:focus::placeholder,
body #page input[type=number]:focus::placeholder,
body #page input[type=password]:focus::placeholder,
body #page input[type=radio]:focus::placeholder,
body #page input[type=range]:focus::placeholder,
body #page input[type=reset]:focus::placeholder,
body #page input[type=search]:focus::placeholder,
body #page input[type=tel]:focus::placeholder,
body #page input[type=text]:focus::placeholder,
body #page input[type=time]:focus::placeholder,
body #page input[type=url]:focus::placeholder,
body #page input[type=week]:focus::placeholder,
body #page input[type=hidden]:focus::placeholder {
  opacity: 1;
}
body #page textarea::-moz-placeholder, body #page input[type=button]::-moz-placeholder, body #page input[type=checkbox]::-moz-placeholder, body #page input[type=color]::-moz-placeholder, body #page input[type=date]::-moz-placeholder, body #page input[type=datetime-local]::-moz-placeholder, body #page input[type=email]::-moz-placeholder, body #page input[type=file]::-moz-placeholder, body #page input[type=image]::-moz-placeholder, body #page input[type=month]::-moz-placeholder, body #page input[type=number]::-moz-placeholder, body #page input[type=password]::-moz-placeholder, body #page input[type=radio]::-moz-placeholder, body #page input[type=range]::-moz-placeholder, body #page input[type=reset]::-moz-placeholder, body #page input[type=search]::-moz-placeholder, body #page input[type=tel]::-moz-placeholder, body #page input[type=text]::-moz-placeholder, body #page input[type=time]::-moz-placeholder, body #page input[type=url]::-moz-placeholder, body #page input[type=week]::-moz-placeholder, body #page input[type=hidden]::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.75;
}
body #page textarea:-ms-input-placeholder, body #page input[type=button]:-ms-input-placeholder, body #page input[type=checkbox]:-ms-input-placeholder, body #page input[type=color]:-ms-input-placeholder, body #page input[type=date]:-ms-input-placeholder, body #page input[type=datetime-local]:-ms-input-placeholder, body #page input[type=email]:-ms-input-placeholder, body #page input[type=file]:-ms-input-placeholder, body #page input[type=image]:-ms-input-placeholder, body #page input[type=month]:-ms-input-placeholder, body #page input[type=number]:-ms-input-placeholder, body #page input[type=password]:-ms-input-placeholder, body #page input[type=radio]:-ms-input-placeholder, body #page input[type=range]:-ms-input-placeholder, body #page input[type=reset]:-ms-input-placeholder, body #page input[type=search]:-ms-input-placeholder, body #page input[type=tel]:-ms-input-placeholder, body #page input[type=text]:-ms-input-placeholder, body #page input[type=time]:-ms-input-placeholder, body #page input[type=url]:-ms-input-placeholder, body #page input[type=week]:-ms-input-placeholder, body #page input[type=hidden]:-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.75;
}
body #page textarea::placeholder,
body #page input[type=button]::placeholder,
body #page input[type=checkbox]::placeholder,
body #page input[type=color]::placeholder,
body #page input[type=date]::placeholder,
body #page input[type=datetime-local]::placeholder,
body #page input[type=email]::placeholder,
body #page input[type=file]::placeholder,
body #page input[type=image]::placeholder,
body #page input[type=month]::placeholder,
body #page input[type=number]::placeholder,
body #page input[type=password]::placeholder,
body #page input[type=radio]::placeholder,
body #page input[type=range]::placeholder,
body #page input[type=reset]::placeholder,
body #page input[type=search]::placeholder,
body #page input[type=tel]::placeholder,
body #page input[type=text]::placeholder,
body #page input[type=time]::placeholder,
body #page input[type=url]::placeholder,
body #page input[type=week]::placeholder,
body #page input[type=hidden]::placeholder {
  transition: opacity 0.3s;
  opacity: 0.75;
}
body #page textarea.wpcf7-not-valid,
body #page input[type=button].wpcf7-not-valid,
body #page input[type=checkbox].wpcf7-not-valid,
body #page input[type=color].wpcf7-not-valid,
body #page input[type=date].wpcf7-not-valid,
body #page input[type=datetime-local].wpcf7-not-valid,
body #page input[type=email].wpcf7-not-valid,
body #page input[type=file].wpcf7-not-valid,
body #page input[type=image].wpcf7-not-valid,
body #page input[type=month].wpcf7-not-valid,
body #page input[type=number].wpcf7-not-valid,
body #page input[type=password].wpcf7-not-valid,
body #page input[type=radio].wpcf7-not-valid,
body #page input[type=range].wpcf7-not-valid,
body #page input[type=reset].wpcf7-not-valid,
body #page input[type=search].wpcf7-not-valid,
body #page input[type=tel].wpcf7-not-valid,
body #page input[type=text].wpcf7-not-valid,
body #page input[type=time].wpcf7-not-valid,
body #page input[type=url].wpcf7-not-valid,
body #page input[type=week].wpcf7-not-valid,
body #page input[type=hidden].wpcf7-not-valid {
  border-color: rgba(240, 15, 0, 0.75);
}
body #page textarea {
  height: auto;
  resize: none;
}
body #page input[type=submit]:not(.hamburger),
body #page button:not(.hamburger) {
  font-family: "VulfSans-Regular";
  font-weight: normal;
  border-radius: 40px;
  padding: 20px 32px;
  color: var(--wp--preset--color--grey);
  background: var(--wp--preset--color--yellow);
  font-size: 1.4rem;
  line-height: 1em;
  border: 0 none;
}
@media (min-width: 768px) {
  body #page input[type=submit]:not(.hamburger),
body #page button:not(.hamburger) {
    padding: 24px 40px;
    font-size: clamp(1.6rem, 1.5515rem + 0.1294vw, 1.8rem);
  }
}
body #page input[type=submit]:not(.hamburger):after,
body #page button:not(.hamburger):after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url(../images/button-arrow.svg) 0 0/100% auto no-repeat;
  margin-left: 16px;
  vertical-align: middle;
}
body #page input[type=submit]:not(.hamburger):hover:after,
body #page button:not(.hamburger):hover:after {
  -webkit-animation: 2s elastic 0s 1;
          animation: 2s elastic 0s 1;
}
@-webkit-keyframes elastic {
  0% {
    transform: translateX(0%);
  }
  16% {
    transform: translateX(44%);
  }
  28% {
    transform: translateX(29%);
  }
  44% {
    transform: translateX(35%);
  }
  59% {
    transform: translateX(33%);
  }
  99% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes elastic {
  0% {
    transform: translateX(0%);
  }
  16% {
    transform: translateX(44%);
  }
  28% {
    transform: translateX(29%);
  }
  44% {
    transform: translateX(35%);
  }
  59% {
    transform: translateX(33%);
  }
  99% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes elastic-rev {
  0% {
    transform: rotate(180deg) translateX(0%);
  }
  16% {
    transform: rotate(180deg) translateX(-44%);
  }
  28% {
    transform: rotate(180deg) translateX(-29%);
  }
  44% {
    transform: rotate(180deg) translateX(-35%);
  }
  59% {
    transform: rotate(180deg) translateX(-33%);
  }
  99% {
    transform: rotate(180deg) translateX(-33%);
  }
  100% {
    transform: rotate(180deg) translateX(0%);
  }
}
@keyframes elastic-rev {
  0% {
    transform: rotate(180deg) translateX(0%);
  }
  16% {
    transform: rotate(180deg) translateX(-44%);
  }
  28% {
    transform: rotate(180deg) translateX(-29%);
  }
  44% {
    transform: rotate(180deg) translateX(-35%);
  }
  59% {
    transform: rotate(180deg) translateX(-33%);
  }
  99% {
    transform: rotate(180deg) translateX(-33%);
  }
  100% {
    transform: rotate(180deg) translateX(0%);
  }
}
@-webkit-keyframes elastic-soft {
  0% {
    transform: translateX(0%);
  }
  16% {
    transform: translateX(22%);
  }
  28% {
    transform: translateX(15%);
  }
  44% {
    transform: translateX(18%);
  }
  59% {
    transform: translateX(16%);
  }
  99% {
    transform: translateX(17%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes elastic-soft {
  0% {
    transform: translateX(0%);
  }
  16% {
    transform: translateX(22%);
  }
  28% {
    transform: translateX(15%);
  }
  44% {
    transform: translateX(18%);
  }
  59% {
    transform: translateX(16%);
  }
  99% {
    transform: translateX(17%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes menu {
  0% {
    transform: translate(0, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes menu {
  0% {
    transform: translate(0, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes cta {
  0% {
    transform: translate(-12.5%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes cta {
  0% {
    transform: translate(-12.5%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-half {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fade-half {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(72deg);
  }
  40% {
    transform: rotate(144deg);
  }
  60% {
    transform: rotate(216deg);
  }
  80% {
    transform: rotate(288deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(72deg);
  }
  40% {
    transform: rotate(144deg);
  }
  60% {
    transform: rotate(216deg);
  }
  80% {
    transform: rotate(288deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes glow {
  0% {
    background-color: rgba(245, 255, 117, 0.4);
  }
  50% {
    background-color: rgba(245, 255, 117, 0.2);
  }
  100% {
    background-color: rgba(245, 255, 117, 0.4);
  }
}
@keyframes glow {
  0% {
    background-color: rgba(245, 255, 117, 0.4);
  }
  50% {
    background-color: rgba(245, 255, 117, 0.2);
  }
  100% {
    background-color: rgba(245, 255, 117, 0.4);
  }
}