.container, .site-header, .site-header .site-navigation .menu .sub-menu, .entry-content > .alignfull.wp-block-group > .wp-block-group__inner-container, .entry-content > .alignfull.wp-block-cover > .wp-block-cover__inner-container, .entry-content, .site-footer, .wp-block-vdgie-section {
  padding: 0 1.25rem;
}

@media (width >= 600px) {
  .container, .site-header, .site-header .site-navigation .menu .sub-menu, .entry-content > .alignfull.wp-block-group > .wp-block-group__inner-container, .entry-content > .alignfull.wp-block-cover > .wp-block-cover__inner-container, .entry-content, .site-footer, .wp-block-vdgie-section {
    padding: 0 7vw;
  }
}

.only-mobile {
  display: none !important;
}

@media (width <= 599px) {
  .only-mobile {
    display: block !important;
  }
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (width <= 600px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }

  .admin-bar .site-header {
    top: 46px;
  }
}

.entry-content > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.entry-content > .alignfull.wp-block-group.has-background {
  padding-left: 0;
  padding-right: 0;
}

.grid, .is-style-grid-container .wp-block-group__inner-container, .cardviewlist {
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

@media (width >= 782px) {
  .grid, .is-style-grid-container .wp-block-group__inner-container, .cardviewlist {
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

:root {
  --wp--preset--color--white: #fff;
  --wp--preset--color--black: #282b37;
  --wp--preset--color--green: #09793b;
  --wp--preset--color--transparent: transparent;
  --wp--preset--color--bg-color: #fff;
}

.has-white-color {
  color: #fff !important;
}

.has-white-background-color {
  background-color: #fff !important;
}

.has-black-color {
  color: #282b37 !important;
}

.has-black-background-color {
  background-color: #282b37 !important;
}

.has-green-color {
  color: #09793b !important;
}

.has-green-background-color {
  background-color: #09793b !important;
}

.has-transparent-color {
  color: #0000 !important;
}

.has-transparent-background-color {
  background-color: #0000 !important;
}

.has-bg-color-color {
  color: #fff !important;
}

.has-bg-color-background-color {
  background-color: #fff !important;
}

:root {
  --text-color: #282b37;
}

html {
  box-sizing: border-box;
  background-color: #fffffa;
  font-size: calc(10px + 1vw);
  overflow-x: hidden;
}

@media (width >= 600px) {
  html {
    font-size: calc(9px + .37vw);
  }
}

body {
  color: var(--text-color);
  overflow-x: hidden;
}

body, html, .block-editor, .editor-styles-wrapper {
  font-family: Hind, sans-serif;
}

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

body, blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  word-break: keep-all;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: 500;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + p, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + p, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + p, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + p, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + p, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + p, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + p {
  margin-top: 1em;
}

input {
  font-family: Hind, sans-serif;
  font-size: 16px;
}

svg, video, canvas, audio, iframe, embed, figure, object {
  display: block;
}

img {
  display: inline-block;
}

img, video, figure {
  max-width: 100%;
  height: auto;
}

p:not(:empty) + p:not(:empty) {
  margin-top: .5em;
}

p:not(:empty):last-of-type {
  margin-bottom: .8em;
}

blockquote {
  padding: 1em 0;
}

h1 {
  font-size: 3rem;
  line-height: 110%;
}

@media (width >= 782px) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  font-size: 1.8rem;
  line-height: 130%;
}

@media (width >= 782px) {
  h2 {
    font-size: 2rem;
  }
}

h2 + p {
  margin-top: .81rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 140%;
}

h3 + p {
  margin-top: .81rem;
}

.is-style-border {
  max-width: 100%;
  margin-bottom: 1.5em;
}

h1, h2, h3, h5, h6, p, li, blockquote {
  max-width: 70rem;
}

ul + p, ol + p {
  margin-top: 1.5rem;
}

p + ul, p + ol {
  margin-top: 0;
}

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 1.5em;
  margin-bottom: 0;
}

li {
  font-size: 1.129rem;
}

p {
  font-size: 1.129rem;
  line-height: 1.8em;
}

@media (width >= 992px) {
  .overlay:after {
    content: "";
    z-index: 1;
    background-color: #0009;
    width: 100%;
    height: 100vh;
    transition: all .2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/wp-content/themes/vdgie/build/arrow-down.ec7b22c6.svg");
  background-position: 95% 45%;
  background-repeat: no-repeat;
  background-size: 12px;
}

body:not(.admin-bar) p:empty {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  position: absolute !important;
}

.screen-reader-text:focus {
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  z-index: 100000;
  background-color: #fff;
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
  box-shadow: 0 0 2px 2px #0009;
  clip: auto !important;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.wp-block-buttons .wp-block-button {
  margin-right: 1.5rem !important;
}

.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0 !important;
}

.wp-block-buttons .wp-block-button a {
  text-align: left;
  font-size: 1rem !important;
}

.wp-block-buttons .wp-block-button.is-style-primary {
  background-color: #9fb3b566;
  border-radius: 2rem;
  padding: .34rem .6rem .16rem .9rem;
  transition: all .3s;
}

.wp-block-buttons .wp-block-button.is-style-primary a {
  color: #000;
  letter-spacing: 1px;
  background-image: url("/wp-content/themes/vdgie/build/arrow_black.ada05d6b.svg");
  background-position: calc(100% - 1px) 45%;
  background-repeat: no-repeat;
  background-size: auto 1.1rem;
  padding: .2rem 2.4rem .2rem .2rem;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  background-color: #0000 !important;
}

.wp-block-buttons .wp-block-button.is-style-primary a.has-white-color {
  color: #fff;
  background-image: url("/wp-content/themes/vdgie/build/arrow_white.ddb988a4.svg");
}

@media only screen and (width >= 768px) {
  .wp-block-buttons .wp-block-button.is-style-primary a {
    background-position: calc(100% - 1px) 23%;
  }
}

.wp-block-buttons .wp-block-button.is-style-primary:hover {
  background-color: #1f1a1a;
}

.wp-block-buttons .wp-block-button.is-style-primary:hover a {
  color: #fff;
  background-image: url("/wp-content/themes/vdgie/build/arrow_white.ddb988a4.svg");
  padding-right: 3rem;
}

.wp-block-buttons .wp-block-button.is-style-secondary {
  background-color: #0000;
  border-radius: 2rem;
  padding: 0;
  transition: all .3s;
}

@media only screen and (width >= 768px) {
  .wp-block-buttons .wp-block-button.is-style-secondary {
    padding-left: 0;
  }
}

.wp-block-buttons .wp-block-button.is-style-secondary a {
  letter-spacing: 1px;
  background-image: url("/wp-content/themes/vdgie/build/arrow_black.ada05d6b.svg");
  background-position: calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: auto 1.1rem;
  border: 0;
  padding: .2rem 2.1rem .2rem .2rem;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  background-color: #0000 !important;
}

@media only screen and (width >= 768px) {
  .wp-block-buttons .wp-block-button.is-style-secondary a {
    background-position: calc(100% - 1px) 37%;
    padding-left: 0;
  }
}

.wp-block-buttons .wp-block-button.is-style-secondary a.has-white-color {
  color: #fff;
  background-image: url("/wp-content/themes/vdgie/build/arrow_white.ddb988a4.svg");
}

.wp-block-buttons .wp-block-button.is-style-secondary:hover a {
  background-image: url("/wp-content/themes/vdgie/build/arrow_black.ada05d6b.svg");
  padding-right: 2.4rem;
}

.wp-block-buttons .wp-block-button.is-style-secondary:hover a.has-white-color {
  background-image: url("/wp-content/themes/vdgie/build/arrow_white.ddb988a4.svg");
}

.card {
  color: inherit;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.card .card__image {
  background-color: #f1e9e591;
}

.card .card__image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  min-height: 300px;
  display: flex;
}

.card .card__content {
  margin-top: auto;
  padding: 1em 0;
}

.card .custom-button {
  color: #09793b;
  border-bottom: 2px solid #0000;
  width: max-content;
  font-weight: 700;
  transition: all .2s;
}

.card:hover .custom-button {
  border-bottom: 2px solid;
  width: max-content;
  transition: all .2s;
}

.cardviewlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (width >= 782px) {
  .cardviewlist {
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}

.cardviewlist.is-style-auto-img-height .card .card__image {
  height: auto;
}

.cardviewlist.is-style-auto-img-height .card .card__image img {
  min-height: unset;
  aspect-ratio: unset;
}

.wp-block-columns {
  margin: 0;
}

.wp-block-columns + .wp-block-columns, .wp-block-column + .wp-block-column {
  margin-top: 2vh;
}

@media (width >= 600px) {
  .wp-block-column + .wp-block-column {
    margin-top: unset;
  }
}

.wp-block-cover {
  height: 30vh;
  padding: 0;
  min-height: unset !important;
}

@media (width >= 600px) {
  .wp-block-cover {
    height: 60vh;
  }
}

.wp-block-group.has-background {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content p a {
  color: #282b37;
  border-bottom: 2px solid;
  text-decoration: none;
}

.entry-content p a:hover {
  border-bottom: 2px solid green;
}

.wp-block-media-text {
  min-height: 250px;
  margin: 4rem 0 0;
}

@media (width <= 599px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 8%;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding: 2rem 8% 1.2rem;
  }
}

@media (width >= 600px) {
  .wp-block-media-text {
    min-height: 300px;
    margin: 7% auto;
  }
}

@media (width >= 1200px) {
  .wp-block-media-text {
    min-height: 45vh;
  }
}

.wp-block-vdgie-section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.entry-content .wp-block-vdgie-section:last-child {
  padding-bottom: unset;
}

.is-style-no-line-separator, .is-style-vertical2rem {
  border: none;
  padding: 1rem;
}

@media (width <= 599px) {
  .is-style-no-line-separator, .is-style-vertical2rem {
    padding: 0;
  }
}

.is-style-vertical2rem {
  padding: 2rem;
}

.wp-block-vdgie-swiper img {
  object-fit: cover;
  height: 100%;
}

.is-style-border {
  border-bottom: 2px solid green;
}

.wp-block-quote {
  color: #002c8b;
  border-left: 0;
  margin: 0;
  padding-left: 0;
}

.wp-block-quote p {
  font-size: 1.5rem;
  line-height: 140%;
}

.wp-block-quote cite {
  line-height: 100%;
}

:root {
  --color: #000;
  --text-medium: 1.4rem;
}

.site-header .site-navigation .menu > .menu-item a {
  font-size: var(--text-medium);
  text-align: left;
  letter-spacing: 0;
  color: inherit;
  width: max-content;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

@media (width >= 1025px) {
  .site-header .site-navigation .menu > .menu-item a {
    white-space: nowrap;
    align-items: flex-start;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
  }
}

@media (width >= 1080px) {
  .site-header .site-navigation .menu > .menu-item a {
    border-bottom: 2px solid #0000;
  }

  .site-header .site-navigation .menu > .menu-item a:hover {
    border-bottom: 2px solid var(--color);
  }
}

.site-header {
  z-index: 200;
  color: var(--color);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.site-header ul {
  list-style: none;
}

.site-header .site-branding {
  z-index: 15;
}

.site-header .site-branding a {
  display: inline-block;
}

.site-header .site-branding img, .site-header .site-branding svg {
  background-color: #fff;
  border: none;
  width: 5rem;
  height: 100%;
}

@media (width >= 600px) {
  .site-header .site-branding img, .site-header .site-branding svg {
    width: 7rem;
  }
}

.site-header .site-navigation {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

@media (width >= 600px) {
  .site-header .site-navigation {
    padding-left: calc(10vw - 6rem + 2px);
  }
}

@media (width >= 1025px) {
  .site-header .site-navigation {
    justify-content: space-between;
    align-items: center;
  }
}

.site-header .site-navigation .mobile-menu-button {
  cursor: pointer;
  box-shadow: none;
  background-color: #0000;
  border: 0;
  outline: none;
  width: 35px;
  height: 28px;
  margin-top: .6rem;
  margin-left: 1rem;
  padding: 0;
}

@media (width >= 1025px) {
  .site-header .site-navigation .mobile-menu-button {
    display: none;
  }
}

.site-header .site-navigation .mobile-menu-button span {
  background-color: var(--color);
  transform-origin: center;
  border-radius: 9px;
  width: 100%;
  height: 3px;
  margin-bottom: 7px;
  margin-left: auto;
  transition: all .2s;
  display: block;
}

.site-header .site-navigation .mobile-menu-button span:last-child {
  width: 80%;
}

@media screen and (width <= 1025px) {
  .site-header .site-navigation .menu {
    opacity: 0;
    flex-direction: column;
    width: 0;
    height: 0;
    display: flex;
    position: fixed;
    overflow: hidden;
  }
}

@media (width >= 1025px) {
  .site-header .site-navigation .menu {
    flex-direction: row;
    padding-left: 0;
    display: flex;
    position: static;
  }
}

.site-header .site-navigation .menu > .menu-item {
  flex-direction: column;
  margin: 0;
  display: block;
}

.site-header .site-navigation .menu > .menu-item:not(:first-child) {
  margin-left: 2rem;
}

.site-header .site-navigation .menu > .menu-item.current-menu-item a {
  border-bottom: 2px solid;
}

@media (width >= 1025px) {
  .site-header .site-navigation .menu > .menu-item.menu-item-contact-info, .site-header .site-navigation .menu > .menu-item.menu-item-services {
    border-top: none;
  }
}

@media (width <= 599px) {
  .site-header .site-navigation .menu > .menu-item.menu-item-services .sub-menu {
    display: none;
  }
}

.site-header .site-navigation .menu > .menu-item a[href^="mailto"], .site-header .site-navigation .menu > .menu-item a[href^="tel"] {
  color: #282b37;
  font-weight: 400;
}

@media (width <= 599px) {
  .site-header .site-navigation .menu > .menu-item.menu-item-type-custom.menu-item-has-children > a {
    font-size: var(--text__small);
  }
}

.site-header .site-navigation .menu .sub-menu {
  flex-direction: column;
  margin: 0;
  display: flex;
}

.site-header .site-navigation .menu .sub-menu .menu-item img {
  display: none;
}

@media (width >= 1080px) {
  .site-header .site-navigation .menu .sub-menu a, .site-header .site-navigation .menu .sub-menu a:hover {
    border-bottom: 2px solid #0000;
  }
}

@media (width >= 1025px) {
  .site-header .site-navigation .menu .sub-menu {
    background-color: var(--color);
    width: 100vw;
    min-height: 40%;
    padding-bottom: 4rem;
    transition: all .4s;
    display: none;
    position: relative;
  }

  .site-header .site-navigation .menu .sub-menu .menu-item {
    flex: none;
  }

  .site-header .site-navigation .menu .sub-menu .menu-item img {
    object-fit: cover;
    max-height: 148px;
    display: block;
  }

  .site-header .site-navigation .menu .sub-menu .menu-item .menu-item-image-container {
    max-width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
  }

  .site-header .site-navigation .menu .sub-menu .menu-item .menu-item-image-container img {
    transition: all .4s;
  }

  .site-header .site-navigation .menu .sub-menu .menu-item:hover .menu-item-image-container img {
    transform: scale(1.1);
  }

  .site-header .site-navigation .menu .sub-menu .menu-item img.img-contain {
    object-fit: contain;
  }

  .site-header .site-navigation .menu .sub-menu .menu-item a {
    flex-direction: column;
    font-weight: 400;
  }

  .site-header .site-navigation .menu .sub-menu .menu-item .menu-icon {
    max-width: 1.5rem;
    margin-right: 1rem;
  }

  .site-header .site-navigation .menu .menu-item-has-children > a:after {
    content: "";
    background-image: url("/wp-content/themes/vdgie/build/arrow-down.ec7b22c6.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: .8rem;
    height: .8rem;
    margin: auto 0 auto .3rem;
    transition: all .35s;
  }

  .site-header .site-navigation .menu .menu-item-has-children a:hover + .sub-menu, .site-header .site-navigation .menu .sub-menu:hover {
    z-index: 14;
    flex-flow: wrap;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .site-header .site-navigation .menu .menu-item-has-children > a:hover {
    border-bottom: 2px solid #0000;
  }

  .site-header .site-navigation .menu .menu-item-has-children > a:hover:after, .site-header .site-navigation .menu .menu-item:hover > a:after {
    transform: rotate(180deg)translateY(-5px);
  }

  .site-header .site-navigation .menu .menu-item-contact-info {
    display: none;
  }
}

.site-navigation.toggled {
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (width >= 321px) {
  .site-navigation.toggled {
    width: 80%;
  }
}

.site-navigation.toggled .menu-item {
  margin-left: unset !important;
  margin-bottom: 12px !important;
}

.site-navigation.toggled .menu {
  color: #000;
  opacity: 1;
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 9rem 2rem 0;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  box-shadow: 0 0 25px 10px #0000001a;
}

@media (width >= 321px) {
  .site-navigation.toggled .menu {
    width: 80%;
  }
}

@media (width >= 600px) {
  .site-navigation.toggled .menu {
    width: 50%;
  }
}

.site-navigation.toggled .sub-menu {
  z-index: 14;
}

.site-navigation.toggled .mobile-menu-button {
  z-index: 100;
  position: absolute;
  left: 2rem;
}

@media (width >= 321px) {
  .site-navigation.toggled .mobile-menu-button {
    top: 1rem;
    left: calc(20% + 1.6rem);
  }
}

@media (width >= 600px) {
  .site-navigation.toggled .mobile-menu-button {
    left: calc(50% + 1.6rem);
  }
}

.site-navigation.toggled .mobile-menu-button span {
  opacity: 0;
  margin: 0;
}

.site-navigation.toggled .mobile-menu-button span:first-child {
  opacity: 1;
  transform: translateY(calc(50% + 3px))rotate(-45deg);
}

.site-navigation.toggled .mobile-menu-button span:last-child {
  opacity: 1;
  width: 100%;
  transform: translateY(-50%)rotate(45deg);
}

.menu-search {
  color: inherit;
  margin-left: 10px;
}

.menu-search .search-field-label {
  display: inline-flex;
  position: relative;
}

.menu-search .search-field-label:focus-within .search-field-icon {
  color: currentColor;
}

.menu-search .search-field-label .search-field-icon {
  color: currentColor;
  cursor: pointer;
  height: 16px;
  position: absolute;
  top: 50%;
  right: .8rem;
  transform: translate(67%, -50%);
}

.menu-search .search-field-label .search-field {
  cursor: pointer;
  color: currentColor;
  background-color: #0000;
  border: none;
  outline: none;
  max-width: 120px;
  padding: .5rem .8rem;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.menu-search .search-field-label .search-field:focus {
  border: 1px solid;
  border-radius: 4px;
}

.menu-search .search-field-label .search-field::placeholder {
  opacity: 0;
  transform: translateY(-1%);
}

.menu-search .search-field-label input[type="search"] {
  -webkit-appearance: none;
}

.menu-search .search-field-label input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.site-footer {
  background-color: #fff;
  margin-top: 7vw;
  padding-top: 7vw;
  padding-bottom: 15rem;
  font-size: 1.19rem;
  position: relative;
  overflow: hidden;
}

@media (width >= 600px) {
  .site-footer {
    padding-bottom: 7vw;
  }
}

.site-footer:before {
  content: "";
  z-index: 1;
  background-image: url("/wp-content/themes/vdgie/build/footerimage.e8d1e5b3.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 72%;
  position: absolute;
  bottom: -20%;
  transform: rotate(60deg)translateX(-5.1rem);
}

@media (width >= 600px) {
  .site-footer:before {
    width: 48%;
    height: 100%;
    bottom: 0;
    right: 0;
    transform: rotate(27deg)translateX(0);
  }
}

.site-footer .site-info, .site-footer .navigation-contact-wrapper {
  z-index: 2;
  position: relative;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-top: .5em;
}

.site-footer li > ul {
  padding-left: 10px;
}

.site-footer li > ul > :first-child {
  margin-top: .2em;
}

.site-footer .site-info {
  margin-bottom: 3rem;
}

.site-footer .site-info .footer-logo {
  display: flex;
}

.site-footer .site-info .footer-logo svg {
  width: 121px;
  height: 127px;
}

.site-footer .navigation-contact-wrapper {
  flex-direction: column;
  display: flex;
}

@media (width >= 600px) {
  .site-footer .navigation-contact-wrapper {
    flex-direction: row;
  }
}

.site-footer .navigation-contact-wrapper > section:not(:last-child) {
  margin-right: 10vw;
}

.site-footer .navigation-contact-wrapper a {
  color: #282b37;
  border-bottom: 2px solid #0000;
  width: max-content;
  padding-top: 0;
  text-decoration: none;
  display: block;
}

.site-footer .navigation-contact-wrapper a:hover, .site-footer .navigation-contact-wrapper .current-menu-item > a {
  border-bottom: 2px solid;
}

.site-footer .navigation-contact-wrapper .menu {
  flex-direction: column;
  display: flex;
}

.site-main {
  min-height: calc(100vh - 81px);
  padding-top: 0;
}

@media (width >= 600px) {
  .site-main {
    padding-top: 81px;
  }
}

.home.type-page .wp-block-cover h1 {
  max-width: 50vw;
  margin-bottom: 2rem;
  font-size: 5vw;
}

.entry-content > .wp-block-cover + .wp-block-group {
  margin-top: 3.5rem;
}

p + .cardviewlist {
  margin-top: 3rem;
}

.shop .entry-content > .woocommerce {
  padding-top: 4em;
}

.shop .products {
  padding-top: 2em;
}

.shop section {
  padding: .8em;
}

.language-select {
  background: none;
  border: none;
  padding: .5em 1.7em .5em .5em;
}
