/*
Theme Name: GVV Geldermalsen
Theme URI: 
Author: MajorLabel
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gvv-geldermalsen
Tags: 
*/
:root {
  --gvv-menu-offset-top: 7.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--oswald);
}

header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-block-start: 0 !important;
}

.wp-block-post-title {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

footer {
  position: relative;
  padding-top: 15.85vw;
  overflow: hidden;
  margin-top: -12vw !important;
  z-index: -1;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-bottom: 15.9vw solid var(--wp--preset--color--gvv-red);
  pointer-events: none;
  z-index: 1;
}

.wp-block-heading.gvv-has-pentagon {
  position: relative;
  isolation: isolate;
  z-index: -1
}
.wp-block-heading.gvv-has-pentagon::before {
  content: "";
  position: absolute;
  width: 7em;
  height: 10em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 518 543'%3E%3Cpath d='M518 271.501L320.145 0L0.00328698 103.704L0 439.296L320.139 543L518 271.501Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  left: -4%;
  top: -170%;
}

.overflow-hidden {
  overflow: hidden;
}

.z-1 {
  z-index: 1;
  position: relative;
}

a:where(:not(.wp-element-button)) {
  text-decoration-thickness: 1px !important;
}

figure {
  display: flex;
}

.slick-track {
  display: flex;
  align-items: center;
}

.fuck-block-margin {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.rounded-border-children figure {
  padding: 0.5rem;
  border: 1px solid #b7b7b7;
  border-radius: 0.2rem;
}

.v-center figure a {
  flex-grow: 0 !important;
  text-align: center;
}

.v-center figure a img {
  display: inline-block !important;
}

.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: var(--wp--preset--spacing--40);
}
.wp-block-latest-posts__list li:last-child {
  padding-bottom: 0;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  font-family: var(--wp--preset--font-family--tektur);
  color: var(--wp--preset--color--gvv-blue);
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  color: var(--wp--preset--color--gvv-red);
  font-weight: 600;
  font-size: 1.2rem;
}

.wp-block-latest-posts__list.is-grid li {
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
  flex-direction: column;
}
.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image {
  height: 13rem;
  overflow: hidden;
}
.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image a {
  transform: translateY(-50%);
  margin-top: 25%;
}
.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__post-title {
  padding: var(--wp--preset--spacing--40);
  padding-bottom: 0;
  display: inline-block;
  font-family: var(--wp--preset--font-family--default-font);
  color: var(--wp--preset--color--gvv-blue);
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__post-excerpt {
  position: relative;
  padding: var(--wp--preset--spacing--40);
  padding-top: 0;
}
.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__read-more {
  display: none;
}
.wp-block-latest-posts__list.is-grid li::after {
  content: "";
  position: absolute;
  right: var(--wp--preset--spacing--40);
  bottom: var(--wp--preset--spacing--40);
  font-size: 0;
  width: 1rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMCAyMEw3LjYyODM2IDEwLjAwMDJMMCAgMEg2LjM3MTY0TDE0IDEwLjAwMDJMNi4zNzE2NCAyMEgwWkIiIGZpbGw9IiMwMDIyNUUiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
html {
  font-size: 21px;
}

html,
* {
  box-sizing: border-box !important;
  font-family: var(--wp--preset--font-family--default-font);
  position: relative;
  z-index: 0;
  text-decoration-thickness: 1px !important;
}

body {
  background-color: var(--wp--preset--color--light-grey);
  margin-top: var(--gvv-menu-offset-top);
}

.wp-block-navigation__container > li.wp-block-navigation-item > button.wp-block-navigation-item__content, .wp-block-navigation__container > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
  color: #fff;
  font-size: 1.2rem;
}
.wp-block-navigation__container > li.wp-block-navigation-item .wp-block-navigation__submenu-container {
  color: var(--wp--preset--color--dark-grey);
}
.wp-block-navigation__container > li.wp-block-navigation-item button.wp-block-navigation__submenu-icon svg {
  stroke: #fff;
}

a:where(:not(.wp-element-button, .wp-block-navigation-item__content, .team-item, .has-white-color a, .wp-block-latest-posts__post-title)) {
  color: var(--wp--preset--color--gvv-red) !important;
}

.preheader p {
  padding-right: 1rem;
  border-right: 1px solid var(--wp--preset--color--light-grey);
}
.preheader p a {
  color: var(--wp--preset--color--medium-grey) !important;
  text-decoration: none;
}
.preheader p:last-child {
  border: none;
  padding-right: 0;
}

.wp-block-gallery.has-nested-images.v-center figure.wp-block-image {
  margin-bottom: 0 !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0 !important;
}

.content-after-hero {
  margin-top: clamp(-27vw, 24rem - 46vw, -10vw);
}

@media screen and (max-width: 926px) {
  * {
    --wp--preset--spacing--80: 1rem;
  }
  body {
    margin-top: calc(var(--gvv-menu-offset-top) - 0.4rem);
  }
  .wp-block-gvv-header .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item,
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: block;
    padding: 0.2rem 0;
  }
  .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    display: block;
    padding: 0.2rem 0;
  }
  .wp-block-navigation > li > a > .wp-block-navigation-item__label, .wp-block-navigation > li > button > .wp-block-navigation-item__label {
    color: #fff !important;
  }
  .wp-block-navigation .wp-block-navigation-item__content {
    color: var(--wp--preset--color--dark-grey) !important;
    font-size: 1.2rem;
  }
  .wp-block-navigation__container > li.wp-block-navigation-item > a.wp-block-navigation-item__content {
    color: var(--wp--preset--color--dark-grey) !important;
    font-size: 1.2rem;
  }
  .wp-block-navigation__container > li.wp-block-navigation-item button.wp-block-navigation__submenu-icon svg {
    stroke: #000000;
  }
  .wp-block-navigation__responsive-container.is-menu-open-content {
    padding-top: 8rem;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  ul.wp-block-navigation .has-child .wp-block-navigation__submenu-container:has(.wp-block-gvv-wide-submenu) .wp-block-gvv-wide-submenu {
    columns: 1 !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .preheader {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.8rem;
  }
  .gvv-mobile-margin-h-0,
  .is-layout-flex > :is(.gvv-mobile-margin-h-0) {
    margin-left: 0vw !important;
    margin-right: 0vw !important;
  }
  .gvv-mobile-margin-v-0,
  .is-layout-flex > :is(.gvv-mobile-margin-v-0) {
    margin-top: 0vw !important;
    margin-bottom: 0vw !important;
  }
  .gvv-mobile-neg-topmargin-0 {
    margin-top: -0vw !important;
  }
  .gvv-mobile-margin-h-1,
  .is-layout-flex > :is(.gvv-mobile-margin-h-1) {
    margin-left: 1vw !important;
    margin-right: 1vw !important;
  }
  .gvv-mobile-margin-v-1,
  .is-layout-flex > :is(.gvv-mobile-margin-v-1) {
    margin-top: 1vw !important;
    margin-bottom: 1vw !important;
  }
  .gvv-mobile-neg-topmargin-1 {
    margin-top: -1vw !important;
  }
  .gvv-mobile-margin-h-2,
  .is-layout-flex > :is(.gvv-mobile-margin-h-2) {
    margin-left: 2vw !important;
    margin-right: 2vw !important;
  }
  .gvv-mobile-margin-v-2,
  .is-layout-flex > :is(.gvv-mobile-margin-v-2) {
    margin-top: 2vw !important;
    margin-bottom: 2vw !important;
  }
  .gvv-mobile-neg-topmargin-2 {
    margin-top: -2vw !important;
  }
  .gvv-mobile-margin-h-3,
  .is-layout-flex > :is(.gvv-mobile-margin-h-3) {
    margin-left: 3vw !important;
    margin-right: 3vw !important;
  }
  .gvv-mobile-margin-v-3,
  .is-layout-flex > :is(.gvv-mobile-margin-v-3) {
    margin-top: 3vw !important;
    margin-bottom: 3vw !important;
  }
  .gvv-mobile-neg-topmargin-3 {
    margin-top: -3vw !important;
  }
  .gvv-mobile-margin-h-4,
  .is-layout-flex > :is(.gvv-mobile-margin-h-4) {
    margin-left: 4vw !important;
    margin-right: 4vw !important;
  }
  .gvv-mobile-margin-v-4,
  .is-layout-flex > :is(.gvv-mobile-margin-v-4) {
    margin-top: 4vw !important;
    margin-bottom: 4vw !important;
  }
  .gvv-mobile-neg-topmargin-4 {
    margin-top: -4vw !important;
  }
  .gvv-mobile-margin-h-5,
  .is-layout-flex > :is(.gvv-mobile-margin-h-5) {
    margin-left: 5vw !important;
    margin-right: 5vw !important;
  }
  .gvv-mobile-margin-v-5,
  .is-layout-flex > :is(.gvv-mobile-margin-v-5) {
    margin-top: 5vw !important;
    margin-bottom: 5vw !important;
  }
  .gvv-mobile-neg-topmargin-5 {
    margin-top: -5vw !important;
  }
  .gvv-mobile-margin-h-6,
  .is-layout-flex > :is(.gvv-mobile-margin-h-6) {
    margin-left: 6vw !important;
    margin-right: 6vw !important;
  }
  .gvv-mobile-margin-v-6,
  .is-layout-flex > :is(.gvv-mobile-margin-v-6) {
    margin-top: 6vw !important;
    margin-bottom: 6vw !important;
  }
  .gvv-mobile-neg-topmargin-6 {
    margin-top: -6vw !important;
  }
  .gvv-mobile-margin-h-7,
  .is-layout-flex > :is(.gvv-mobile-margin-h-7) {
    margin-left: 7vw !important;
    margin-right: 7vw !important;
  }
  .gvv-mobile-margin-v-7,
  .is-layout-flex > :is(.gvv-mobile-margin-v-7) {
    margin-top: 7vw !important;
    margin-bottom: 7vw !important;
  }
  .gvv-mobile-neg-topmargin-7 {
    margin-top: -7vw !important;
  }
  .gvv-mobile-margin-h-8,
  .is-layout-flex > :is(.gvv-mobile-margin-h-8) {
    margin-left: 8vw !important;
    margin-right: 8vw !important;
  }
  .gvv-mobile-margin-v-8,
  .is-layout-flex > :is(.gvv-mobile-margin-v-8) {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  .gvv-mobile-neg-topmargin-8 {
    margin-top: -8vw !important;
  }
  .gvv-mobile-margin-h-9,
  .is-layout-flex > :is(.gvv-mobile-margin-h-9) {
    margin-left: 9vw !important;
    margin-right: 9vw !important;
  }
  .gvv-mobile-margin-v-9,
  .is-layout-flex > :is(.gvv-mobile-margin-v-9) {
    margin-top: 9vw !important;
    margin-bottom: 9vw !important;
  }
  .gvv-mobile-neg-topmargin-9 {
    margin-top: -9vw !important;
  }
  .gvv-mobile-margin-h-10,
  .is-layout-flex > :is(.gvv-mobile-margin-h-10) {
    margin-left: 10vw !important;
    margin-right: 10vw !important;
  }
  .gvv-mobile-margin-v-10,
  .is-layout-flex > :is(.gvv-mobile-margin-v-10) {
    margin-top: 10vw !important;
    margin-bottom: 10vw !important;
  }
  .gvv-mobile-neg-topmargin-10 {
    margin-top: -10vw !important;
  }
  .wp-block-latest-posts__list.is-grid,
  .wp-block-latest-posts__list {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--50);
    padding: 0 var(--wp--preset--spacing--50);
  }
  .wp-block-latest-posts__list.is-grid li,
  .wp-block-latest-posts__list li {
    margin: 0;
    width: 100%;
  }
  .wp-block-heading.gvv-has-pentagon::before {
    width: 3em;
    height: 12rem;
    left: -10%;
    top: -16%;
  }
  .wp-block-columns-is-layout-flex.mobile-no-y-gap {
    row-gap: 0 !important;
  }
}

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