@font-face {
  font-family: "Roboto (1)";
  src: url('../fonts/Roboto-Medium-1.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto (1)";
  src: url('../fonts/Roboto-Regular-1.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Italiana;
  src: url('../fonts/Italiana-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --sea-green: #396c54;
  --floral-white: #fbf7ea;
  --dim-grey: #483c2f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: "Roboto (1)", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 69px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Italiana, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Italiana, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.container.navbar {
  flex: 1;
  max-width: 1200px;
}

.container.blog {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.h1 {
  color: #070707;
  max-width: 30ch;
  line-height: 76px;
}

.hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.herotextcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heroimagewrapper {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: static;
}

.navlink {
  text-transform: uppercase;
}

.navlink:hover, .navlink.w--current {
  color: var(--sea-green);
  font-weight: 500;
  text-decoration: underline;
}

.ctacontent {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.logowrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logowrapper.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  white-space: nowrap;
  margin-bottom: 0;
}

.ctabutton {
  background-color: var(--sea-green);
  text-align: center;
  white-space: nowrap;
  border-radius: 20px;
  padding: 16px 30px;
  font-weight: 500;
}

.ctabutton:hover {
  color: #2c2a2a;
  background-color: #396c5480;
}

.ctabutton.light {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
}

.ctabutton.light:hover {
  box-shadow: 1px 1px 3px #000;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: underline;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.h3 {
  font-size: 26px;
}

.serviceheadingwrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-2 {
  max-width: 77ch;
}

.gridwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gridcard {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000029;
}

.gridparagraph {
  max-width: 60ch;
}

.gridlink {
  color: var(--sea-green);
  font-weight: 700;
}

.cardcontent {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.howtogrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.videowrapper {
  padding: 100px 155px;
  overflow: hidden;
}

.contentwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.imagewrapper {
  border: 11px none var(--sea-green);
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.hero-overlay {
  color: var(--floral-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-3 {
  z-index: -1;
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-3 {
  color: #000;
}

.text-span {
  color: #000;
  background-image: url('../images/Underline_long.svg');
  background-position: 50% 105%;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
}

.servicessection {
  padding-bottom: 40px;
}

.scrollenzuservices {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}

.herosubtext {
  max-width: 50ch;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.bold-text, .bold-text-2 {
  color: var(--sea-green);
}

.section-ueberuns {
  background-color: var(--floral-white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.paragraph-4 {
  max-width: 60ch;
}

.badgecontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.imagewrapperservices {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.imagegridsmall, .imagegrid {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.herosection, .div-block-7 {
  display: flex;
}

.products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.robertbalinskiwhileworking {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.background-video {
  z-index: 2;
  position: relative;
  box-shadow: 1px 1px 3px #00000069;
}

.div-block-9 {
  border: 3px none var(--sea-green);
  border-radius: 8px;
  box-shadow: 1px 1px 3px #3a467045;
}

.divider {
  background-color: var(--sea-green);
  border: 1px #000;
  width: 300px;
  height: 2px;
  margin-bottom: 5px;
}

.divider.small {
  width: 150px;
}

.gradientdiv {
  background-image: linear-gradient(to bottom, #fff, var(--floral-white));
  height: 100px;
}

.fade-out {
  background-image: linear-gradient(to bottom, var(--floral-white), white);
  height: 100px;
}

.productscolourlock, .logocolourlock {
  width: 100%;
  height: 100%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.nav-menu {
  white-space: nowrap;
  flex: 1;
}

.container-2 {
  max-width: 1200px;
}

.paragraph-5 {
  margin-bottom: 0;
  display: none;
}

.div-block-10 {
  display: none;
}

.footer-links-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-left: 30px;
  padding-right: 30px;
  font-style: normal;
  font-weight: 500;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  font-weight: 500;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: var(--sea-green);
  text-align: left;
  text-decoration: underline;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.links-container-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: grid;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  width: 100%;
  max-width: 1200px;
  height: 610px;
  position: relative;
  overflow: hidden;
}

.paragraph-71 {
  color: var(--sea-green);
  font-size: 22px;
  line-height: 31px;
}

.html-embed {
  display: none;
}

.service {
  padding-bottom: 40px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.up {
  border: 1px none var(--floral-white);
  background-color: var(--floral-white);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 30px;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-5 {
  transform: rotate(180deg);
}

.richt-text h2 {
  font-size: 28px;
}

.richt-text h3 {
  font-size: 22px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.image-grid {
  color: var(--sea-green);
  text-align: center;
  width: 100%;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout1_image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  p {
    margin-bottom: 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container {
    grid-template-columns: 1fr;
  }

  .herotextcontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-right: 0;
    display: grid;
  }

  .heroimagewrapper {
    height: 400px;
    display: block;
  }

  .image {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .navbar {
    position: relative;
  }

  .navlink {
    color: #fff;
    justify-content: center;
    display: flex;
  }

  .navlink:hover {
    color: var(--floral-white);
  }

  .navlink.w--current {
    background-color: #fff;
  }

  .ctacontent {
    grid-template-columns: 1fr;
  }

  .logowrapper {
    display: none;
  }

  .logowrapper.w--current {
    display: block;
  }

  .paragraph {
    display: none;
  }

  .ctabutton {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gridwrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .howtogrid {
    grid-template-columns: 1fr;
  }

  .videowrapper {
    padding-left: 206px;
    padding-right: 206px;
    display: block;
  }

  .contentwrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-overlay {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3 {
    object-fit: cover;
    height: 100%;
    position: static;
  }

  .herosubtext {
    margin-bottom: 0;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .imagegridsmall {
    object-fit: cover;
    width: 100%;
  }

  .herosection {
    height: auto;
  }

  .div-block-7 {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--sea-green);
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 127px;
    left: 0%;
    right: 0%;
  }

  .menu-button.w--open {
    background-color: var(--sea-green);
    color: #fff;
    transform: translate(0);
  }

  .container-2 {
    max-width: 1200px;
  }

  .div-block-10 {
    display: none;
  }

  .footer-links-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    grid-template-columns: 1fr;
  }

  .link {
    text-align: center;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .links-container-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    justify-items: center;
  }

  .div-block-17 {
    height: 400px;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-container {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herotextcontent {
    padding-right: 0;
  }

  .heroimagewrapper {
    display: none;
  }

  .logowrapper.w--current {
    display: block;
  }

  .ctabutton {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .gridwrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cardcontent {
    padding: 30px 10px;
  }

  .howtogrid {
    grid-auto-flow: row;
  }

  .videowrapper {
    padding: 20px 101px;
  }

  .hero-overlay {
    padding: 40px 0;
  }

  .section-ueberuns {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .products {
    grid-template-columns: 1fr;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .logo-embed {
    width: 50%;
    height: 50%;
  }

  .div-block-10 {
    justify-content: center;
    display: flex;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-13 {
    grid-template-columns: 1fr;
  }

  .links-container-copy {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-17 {
    height: 300px;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-4 {
    object-position: 50% 0%;
  }

  .div-block-20 {
    height: 300px;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 40px;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .logowrapper.w--current {
    display: none;
  }

  .ctabutton {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .gridwrapper {
    text-align: center;
    grid-auto-flow: row;
    padding-right: 0;
  }

  .videowrapper {
    padding: 0;
  }

  .hero-overlay {
    padding-left: 0;
    padding-right: 0;
  }

  .scrollenzuservices {
    width: 34%;
  }

  .section-ueberuns {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-4 {
    text-align: center;
    justify-items: center;
  }

  .accordion-item {
    text-align: center;
  }

  .accordion-heading {
    font-size: 20px;
  }

  .logo-embed {
    justify-content: center;
    display: flex;
  }

  .footerlinks {
    text-align: center;
  }

  .div-block-17, .div-block-20 {
    height: 200px;
  }

  .richt-text {
    text-align: center;
  }

  .richt-text h2 {
    font-size: 22px;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
  }

  .div-block-22 {
    text-align: center;
  }

  .layout1_content {
    grid-template-columns: 1fr;
  }
}

#w-node-_33088d32-d55c-28d8-998c-cafd1437f8df-5dab75d6 {
  place-self: center;
}

#w-node-_1d92ba03-478d-21a7-7dc8-ca84bfc85227-5dab75d6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_80ec7948-ec28-9a42-a9e9-e8bfc1fece6c-5dab75d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4b1452a-9a3b-853c-d1e2-cce266ccb039-5dab75d6 {
  place-self: center;
}

#w-node-_8d036d09-b63a-18f2-656b-bfe5009da2fa-5dab75d6 {
  order: 9999;
  place-self: center;
}

#w-node-_0ccd58ba-8a4b-a29b-31a5-8223fceedb53-5dab75d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29c9b2e2-df87-cb75-9ace-8ce78e378755-5dab75d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_86667164-3a99-f222-28d9-ee33332cc5d4-5dab75d6 {
  place-self: center;
}

#w-node-db5ff44e-d007-4797-261a-c0af1be18d43-372955ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbe9a2cc-2d6a-8cef-0f1d-31bbbabba66f-babba66e, #w-node-cbe9a2cc-2d6a-8cef-0f1d-31bbbabba671-babba66e {
  justify-self: center;
}

#w-node-ec955670-f010-7f3c-a716-da5d324f0269-324f0264 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec955670-f010-7f3c-a716-da5d324f026b-324f0264 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-ec955670-f010-7f3c-a716-da5d324f026d-324f0264 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9a1a00d8-385d-47f8-d46b-cb14d8ccae60-7459a7f0, #w-node-aa7d083c-e947-9188-666d-12e80eee1711-cf6aa443, #w-node-aceccea9-7012-1b39-a2f9-eb49ffb571ce-64d6e493, #w-node-_4088d5f6-dd14-8c17-4890-1a50079aee80-6060a41e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03a97019-1068-e276-3c9c-ac4ba736ca52-243fcf04 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_219ff990-06c4-bfcd-fe26-3137b287f835-5dab75d6 {
    order: -9999;
  }

  #w-node-_1d92ba03-478d-21a7-7dc8-ca84bfc85227-5dab75d6, #w-node-_80ec7948-ec28-9a42-a9e9-e8bfc1fece6c-5dab75d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4b1452a-9a3b-853c-d1e2-cce266ccb039-5dab75d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_86667164-3a99-f222-28d9-ee33332cc5d4-5dab75d6 {
    order: 9999;
  }

  #w-node-c9dd158f-0fd8-1b79-bfa2-cfb157d5d3a9-372955ec {
    justify-self: center;
  }

  #w-node-ec955670-f010-7f3c-a716-da5d324f0269-324f0264, #w-node-ec955670-f010-7f3c-a716-da5d324f026b-324f0264 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a1a00d8-385d-47f8-d46b-cb14d8ccae60-7459a7f0, #w-node-aa7d083c-e947-9188-666d-12e80eee1711-cf6aa443, #w-node-aceccea9-7012-1b39-a2f9-eb49ffb571ce-64d6e493, #w-node-_4088d5f6-dd14-8c17-4890-1a50079aee80-6060a41e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49b98122-8715-975a-c39d-541ea52e5c94-049cfb70 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29c9b2e2-df87-cb75-9ace-8ce78e378755-5dab75d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-c9dd158f-0fd8-1b79-bfa2-cfb157d5d3a9-372955ec {
    justify-self: center;
  }

  #w-node-_03a97019-1068-e276-3c9c-ac4ba736ca52-243fcf04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d92ba03-478d-21a7-7dc8-ca84bfc85227-5dab75d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d036d09-b63a-18f2-656b-bfe5009da2fa-5dab75d6 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_29c9b2e2-df87-cb75-9ace-8ce78e378755-5dab75d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_86667164-3a99-f222-28d9-ee33332cc5d4-5dab75d6 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-db5ff44e-d007-4797-261a-c0af1be18d43-372955ec {
    justify-self: center;
  }

  #w-node-_9a1a00d8-385d-47f8-d46b-cb14d8ccae60-7459a7f0, #w-node-aa7d083c-e947-9188-666d-12e80eee1711-cf6aa443, #w-node-aceccea9-7012-1b39-a2f9-eb49ffb571ce-64d6e493, #w-node-_4088d5f6-dd14-8c17-4890-1a50079aee80-6060a41e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto (1)';
  src: url('../fonts/Roboto-Medium-1.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto (1)';
  src: url('../fonts/Roboto-Regular-1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Italiana';
  src: url('../fonts/Italiana-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}