:root {
  --brown: #c39447;
  --components--accordions--gaps--gap-regular\<deleted\|variable-7814926a-1b1f-a039-129c-3e1e71e2b96e\>: 15px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

a {
  color: var(--brown);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.hero-wrapper {
  width: 100%;
  height: 100%;
}

.navbar-no-shadow {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  margin-left: 0;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  vertical-align: baseline;
  flex-flow: row;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--brown);
  text-align: left;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.social-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.h2-hero {
  text-transform: uppercase;
  flex-flow: column;
  width: 35%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: 400px;
  left: auto;
}

.title-hero {
  letter-spacing: 10px;
  width: 40%;
  height: 20%;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 80px;
  position: relative;
  top: 600px;
  left: auto;
}

.body {
  background-color: #000;
}

.service-section {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.title-wrapper {
  border-bottom: 2px solid var(--brown);
  color: var(--brown);
  width: 90px;
  margin-top: 0;
  line-height: 36px;
}

.grid-2-coloumns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 0px solid var(--brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-2 {
  vertical-align: baseline;
  flex: 0 auto;
}

.card-1-coloumns-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--brown);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 376px;
  height: 200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 53px;
  padding-right: 53px;
  display: grid;
}

.text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-title {
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.service-paragraph {
  color: #fff;
  text-align: center;
}

.about-section {
  margin-top: 100px;
  position: relative;
}

.about-wrapper {
  height: 100%;
}

.grid-2-colo-us {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: block;
}

.h1-us {
  text-align: center;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  font-weight: 700;
}

.paragraph-3 {
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 40px;
}

.photo-section {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 150px;
  display: block;
  position: relative;
}

.review-section {
  margin-top: 80px;
}

.review-wrapper {
  margin-top: 0;
}

.map-section {
  max-width: none;
  margin-top: 120px;
  position: relative;
  inset: 0%;
}

.map-wrapper {
  position: relative;
}

.phto-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-4-coloumns-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center stretch;
  width: 100vw;
  display: grid;
  position: relative;
  left: auto;
}

._1-coloumns-photo {
  position: relative;
}

.photo-overlay {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .4;
  background-color: #c39447;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.photo-overlay:hover {
  opacity: 0;
}

.map {
  opacity: .5;
  filter: grayscale(70%);
  cursor: grab;
  background-color: #0000;
}

.map:hover {
  opacity: .8;
}

.footer-section {
  margin-top: 60px;
  position: static;
  top: 133px;
}

.grid-3-columns-footre {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px none var(--brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center;
  margin-top: 35px;
  display: grid;
}

.grid-1-footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-right: 1px solid var(--brown);
  border-left: 1px solid var(--brown);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-footer {
  text-align: center;
}

.i-call {
  width: auto;
}

.i-location {
  width: auto;
  max-width: none;
}

.h-link {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span {
  color: var(--brown);
}

.list-item {
  flex: 0 auto;
}

.list-item:hover {
  color: var(--brown);
}

.image-5, .image-6 {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nav-section {
  z-index: 1;
  width: 100%;
  position: static;
  inset: 0% 0% 0;
}

.contact-section {
  margin-top: 250px;
}

._2-coloumns-contact {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-form {
  color: var(--brown);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-span-2, .text-span-3 {
  color: red;
}

.submit-button {
  color: #fff;
  background-color: #d3a964d6;
  width: 100%;
  height: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-span-4 {
  color: red;
}

.h1-contact {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.h2-contact {
  border-bottom: 2px solid var(--brown);
  opacity: 1;
  outline-offset: 0px;
  color: var(--brown);
  text-align: center;
  border-radius: 0;
  outline: 3px #c39447;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.field-2 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.field-message {
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
  height: 100px;
  padding-top: 0;
  padding-bottom: 70px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-span-5 {
  color: red;
}

.h1-serv {
  text-align: center;
  font-size: 80px;
  line-height: 80px;
}

.h2-serv {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 60px;
}

.paragraph-serv {
  color: #fff;
  text-align: justify;
  letter-spacing: .5px;
  margin-top: 20px;
  font-size: 18px;
}

.gallery-section {
  margin-top: 250px;
}

.gallery-wrapper {
  position: relative;
}

.heading-3 {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  font-size: 80px;
  line-height: 80px;
}

.photo-video {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-rows: 300px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: stretch stretch;
  height: auto;
  margin-top: 30px;
  display: block;
  position: static;
}

.grid-coloumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: auto;
  flex: 1;
  grid-template: ". ." 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". ." 10ch
                 ". ." 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". Area" 10vh
                 ". Area" 10vh
                 ". Area" 10vh
                 ". Area" 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". ." 10vh
                 ". ."
                 ". ."
                 / auto auto auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
  transform: none;
}

.photo-1 {
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-size: auto;
}

.photo-2 {
  background-image: url('../images/MP5.webp');
  background-position: 50%;
  background-size: 100%;
}

.photo-3 {
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-size: auto;
}

.photo-4 {
  background-image: url('../images/MP4.webp');
  background-position: 50%;
  background-size: 100%;
}

.photo-5 {
  background-image: url('../images/MP3-1.webp');
  background-position: 50%;
  background-size: auto;
}

.photo-6 {
  background-image: url('../images/MP1.webp');
  background-position: 0 0;
  background-size: 100%;
}

.photo-7 {
  background-image: url('../images/RT-1.webp');
  background-position: 0 0;
  background-size: 100%;
}

.photo-8 {
  background-image: url('../images/4.webp');
  background-position: 50% 0;
  background-size: auto;
}

.video-1 {
  width: 100%;
  margin-top: -80px;
}

.about-us {
  margin-top: 250px;
}

.para-1 {
  color: #fff;
  text-align: justify;
  margin-top: 40px;
}

.code-embed {
  width: auto;
}

.success-message {
  background-color: var(--brown);
  color: #fff;
  font-family: Roboto, sans-serif;
}

.error-message {
  color: #fff;
  background-color: #ff8585;
  font-family: Roboto, sans-serif;
}

.reject-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  padding: 12px 28px;
  font-weight: 700;
}

.accept-button {
  background-color: var(--brown);
  color: #fff;
  padding: 12px 28px;
  font-weight: 700;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #ffffffc2;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.text-block-3 {
  color: #000;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.h3-info {
  color: var(--brown);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.p-info {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.link {
  color: #fff;
}

.background-video-8 {
  width: 100%;
  margin-top: -136px;
  position: relative;
}

.background-video-9 {
  margin-top: -47px;
}

.image-21 {
  z-index: -1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-23 {
  z-index: -2;
  box-shadow: 0 -20px 20px 0 var(--brown);
  opacity: 1;
  filter: blur(14px);
  border-radius: 20px;
  height: 25vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image-1 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-service {
  margin-top: 200px;
  position: static;
  top: auto;
}

.list-item-2 {
  flex: none;
}

@media screen and (min-width: 1280px) {
  .h2-hero {
    top: 360px;
    left: auto;
  }

  .title-hero {
    top: 460px;
    left: auto;
  }

  .service-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  ._1-coloumns-photo {
    width: auto;
  }

  .text-form {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    top: 600px;
  }

  .navbar {
    max-width: none;
    inset: 0% 0% auto;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }

  .nav-link.w--current {
    font-size: 18px;
    line-height: 30px;
  }

  .h2-hero {
    top: 400px;
  }

  .title-hero {
    top: 600px;
  }

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

  .grid-2-coloumns {
    position: relative;
  }

  .about-wrapper {
    width: 100%;
    position: relative;
  }

  .grid-2-colo-us {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .h1-us {
    text-align: center;
    width: 100%;
  }

  .paragraph-3 {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .photo-overlay {
    width: 100%;
    height: 100%;
  }

  .image-5, .image-6, .image-8 {
    width: 25vw;
    max-width: none;
  }

  .photo-video {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-around;
    align-items: stretch;
  }

  .image-18 {
    width: 25vw;
    max-width: none;
  }

  .background-video-8, .background-video-9 {
    margin-top: 0;
  }

  .image-21 {
    font-family: Roboto, sans-serif;
  }

  .image-1 {
    width: 100vh;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .background-video-10 {
    margin-top: -49px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: #000;
  }

  .container {
    max-width: 1600px;
  }

  .navbar {
    max-width: none;
    inset: 0% 0% auto;
  }

  .navbar-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .nav-link {
    width: 100%;
    font-size: 22px;
  }

  .nav-link.w--current {
    font-size: 22px;
    line-height: 25px;
  }

  .h2-hero {
    width: auto;
    font-size: 50px;
    line-height: 50px;
    top: 400px;
  }

  .title-hero {
    font-size: 120px;
    line-height: 120px;
    top: 600px;
  }

  .service-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    margin: 40px auto auto;
    display: block;
    position: relative;
  }

  .title-wrapper {
    width: 200px;
    font-size: 50px;
    line-height: 50px;
  }

  .grid-2-coloumns {
    margin-left: 200px;
    margin-right: 200px;
  }

  .card-1-coloumns-2 {
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    order: 1;
  }

  .service-title {
    font-size: 40px;
    line-height: 40px;
  }

  .service-paragraph {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .h1-us {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph-3 {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 25px;
  }

  .photo-section {
    width: 100vw;
    position: relative;
    inset: auto;
  }

  .phto-wrapper {
    width: 100vw;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .grid-4-coloumns-photo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: stretch;
    align-items: stretch;
    width: 100vh;
    display: flex;
    position: relative;
    left: auto;
  }

  ._1-coloumns-photo {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
  }

  .map {
    opacity: .25;
  }

  .map:hover {
    opacity: 1;
  }

  .footer-section {
    top: auto;
  }

  .heading-footer {
    font-size: 60px;
    line-height: 60px;
  }

  .h-link {
    font-size: 30px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .image-5, .image-6, .image-8 {
    width: 25vw;
    max-width: none;
  }

  .h1-contact {
    font-size: 120px;
    line-height: 120px;
  }

  .h2-contact {
    width: 750px;
    font-size: 50px;
    line-height: 50px;
  }

  .h2-serv {
    font-size: 35px;
  }

  .paragraph-serv {
    font-size: 25px;
    line-height: 25px;
  }

  .photo-video {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-coloumn {
    grid-template-rows: 10vh 10vh 10vh 10ch 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
    margin-top: 60px;
  }

  .photo-1, .photo-3 {
    background-size: 130%;
  }

  .photo-5 {
    background-size: 105%;
  }

  .photo-8 {
    background-size: 95%;
  }

  .image-18 {
    width: 25vw;
    max-width: none;
  }

  .background-video-8 {
    width: 100%;
    margin-top: 2px;
  }

  .image-1 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 80vh;
  }

  .navbar-no-shadow {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    inset: 0% 0% auto;
  }

  .navbar-wrapper {
    display: block;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    inset: 0%;
  }

  .nav-menu {
    z-index: 3;
    grid-column-gap: var(--components--accordions--gaps--gap-regular\<deleted\|variable-7814926a-1b1f-a039-129c-3e1e71e2b96e\>);
    grid-row-gap: var(--components--accordions--gaps--gap-regular\<deleted\|variable-7814926a-1b1f-a039-129c-3e1e71e2b96e\>);
    background-color: var(--brown);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .nav-link {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    flex: 1;
    padding: 12px;
    position: relative;
    top: auto;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    position: static;
    top: auto;
  }

  .social-media {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h2-hero {
    width: auto;
    top: 300px;
    left: auto;
  }

  .title-hero {
    width: auto;
    height: auto;
    font-size: 60px;
    top: 400px;
    left: auto;
  }

  .service-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    width: 80%;
    height: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-coloumns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-2-colo-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h1-us {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    color: #fff;
  }

  .grid-4-coloumns-photo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center stretch;
    display: grid;
  }

  .photo-overlay {
    inset: 0%;
  }

  .grid-3-columns-footre {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-1-footer {
    border-bottom: 2px solid var(--brown);
    border-right-style: none;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .list-item {
    flex: none;
  }

  .image-6 {
    max-width: 100%;
  }

  ._2-coloumns-contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .photo-video {
    display: flex;
  }

  .grid-coloumn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .photo-8 {
    background-position: 0%;
  }

  .video-1 {
    margin-top: 0;
  }

  .about-us {
    margin-top: 250px;
  }

  .para-1 {
    text-align: justify;
  }

  .background-video-9 {
    margin-top: 0;
  }

  .image-21 {
    z-index: -1;
    height: 80vh;
    display: block;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 70vh;
  }

  .navbar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .navbar-wrapper {
    width: auto;
    height: auto;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    min-width: 0;
    min-height: 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 5%;
    padding-bottom: 30px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button {
    margin-left: auto;
    margin-right: auto;
  }

  .social-media {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-hero {
    width: auto;
    font-size: 25px;
    top: 350px;
    left: 0;
  }

  .title-hero {
    letter-spacing: 8px;
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 50px;
    top: 400px;
    left: 0;
  }

  .service-section {
    margin-top: 60px;
  }

  .service-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .grid-2-coloumns, .grid-2-colo-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h1-us {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4-coloumns-photo {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns-footre {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .photo-video {
    display: flex;
  }

  .grid-coloumn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .photo-2 {
    background-size: 115%;
  }

  .photo-5 {
    background-size: 120%;
  }

  .photo-6 {
    background-position: 50%;
  }

  .photo-7 {
    background-position: 100%;
    background-size: 115%;
  }

  .photo-8 {
    background-position: 50%;
    background-size: 130%;
  }

  .para-1 {
    text-align: justify;
  }

  .background-video-8 {
    margin-top: 0;
  }

  .image-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-9 {
    margin-top: auto;
  }

  .image-21 {
    height: 70vh;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 40vh;
  }

  .container {
    max-width: 400px;
    height: 25%;
    max-height: none;
  }

  .hero-wrapper {
    width: auto;
    height: auto;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    inset: 0% 0% auto auto;
  }

  .navbar:hover {
    background-color: #000;
  }

  .navbar:active {
    pointer-events: auto;
    background-color: #0000;
    flex-flow: wrap;
  }

  .navbar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #c3944700;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 100%;
    font-family: Roboto, sans-serif;
    position: relative;
    inset: 0% 0% auto;
  }

  .nav-menu-wrapper {
    z-index: 2;
    color: #03030300;
    background-color: #c3944726;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    min-width: 0;
    min-height: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    outline-offset: 0px;
    color: var(--brown);
    text-align: center;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #c39447;
    background-clip: border-box;
    border-radius: 0;
    outline: 0 #c39447;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: 30vh;
    max-height: none;
    margin: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    list-style-type: none;
    position: absolute;
    inset: auto;
  }

  .menu-button {
    flex: 0 auto;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
    align-self: flex-start;
    margin-left: auto;
  }

  .social-media {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-hero {
    width: auto;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
    top: 180px;
    left: 0;
  }

  .title-hero {
    letter-spacing: 4px;
    width: auto;
    height: 20%;
    margin-top: -15px;
    font-size: 25px;
    line-height: 30px;
    top: 230px;
    left: 0;
  }

  .service-section {
    margin-top: 80px;
  }

  .service-wrapper {
    width: auto;
  }

  .grid-2-coloumns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    place-items: stretch stretch;
    margin-top: 20px;
    position: relative;
  }

  .image-2 {
    margin-top: 20px;
    overflow: visible;
  }

  .card-1-coloumns-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-width: 3px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 20px;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: 10px auto 20px;
  }

  .service-title {
    text-align: center;
  }

  .about-section {
    margin-top: 40px;
  }

  .grid-2-colo-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .h1-us {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .paragraph-3 {
    text-align: justify;
    font-size: 14px;
  }

  .photo-section {
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    color: #fff;
  }

  .social-photo {
    width: 50%;
    max-width: none;
  }

  .social-link {
    flex: 0 auto;
    width: auto;
    height: auto;
  }

  .phto-wrapper {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4-coloumns-photo {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  ._1-coloumns-photo {
    width: 100vw;
    display: block;
    position: relative;
  }

  .photo-overlay {
    z-index: 1;
    width: auto;
    height: auto;
    display: block;
    inset: 0%;
  }

  .grid-3-columns-footre {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 2px solid #000;
    border-right-width: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-1-footer {
    border-bottom: 2px solid var(--brown);
    border-left-style: none;
    border-right-style: none;
    justify-content: space-between;
    align-items: center;
  }

  .h-link {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .image-5 {
    width: 100vw;
    max-width: none;
    position: relative;
  }

  .image-6 {
    width: 100vw;
  }

  .image-8 {
    width: 100vw;
    max-width: none;
  }

  .nav-section {
    width: 100%;
    height: 100%;
    position: static;
    bottom: auto;
  }

  .contact-section {
    margin-top: 250px;
    position: relative;
  }

  .h1-contact {
    font-size: 55px;
  }

  .h2-contact {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .h1-serv {
    font-size: 50px;
  }

  .h2-serv {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph-serv {
    text-align: left;
    letter-spacing: 1px;
    font-size: 16px;
  }

  .heading-3 {
    font-size: 50px;
  }

  .photo-video {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 4fr;
    grid-auto-rows: 224px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .grid-coloumn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    display: grid;
  }

  .photo-1 {
    background-size: 115%;
  }

  .photo-2 {
    background-size: 110%;
  }

  .photo-3, .photo-4, .photo-5 {
    background-size: 115%;
  }

  .photo-6 {
    background-position: 50%;
    background-size: 115%;
  }

  .photo-7 {
    background-size: 110%;
  }

  .photo-8 {
    background-position: 100%;
    background-size: 100%;
  }

  .video-1 {
    margin-top: 0;
  }

  .para-1 {
    text-align: justify;
    letter-spacing: -.5px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 20px;
  }

  .image-18 {
    width: 100vw;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
    overflow: visible;
  }

  .background-video-8 {
    margin-top: 0;
  }

  .background-video-9 {
    margin-top: 100px;
  }

  .image-21 {
    width: 100%;
    height: 40vh;
    display: block;
    overflow: visible;
  }

  .image-1 {
    width: 100%;
    max-width: none;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .image-24 {
    margin-top: 20px;
    overflow: visible;
  }
}

#w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bec2-e40e1285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bec3-e40e1285, #w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bec5-e40e1285 {
  place-self: center;
}

#w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bece-e40e1285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84becf-e40e1285, #w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bed1-e40e1285, #w-node-_749f2f3d-b000-f968-e9be-44bfc02d67ab-e40e1285 {
  place-self: center;
}

#w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5312-e40e1285 {
  place-self: stretch stretch;
}

#w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5315-e40e1285 {
  place-self: center;
}

#w-node-d69cbf92-6b5f-9231-2501-50725528ba82-e40e1285, #w-node-_1304c6e8-8f3c-5e1c-d1b6-3b4d7da26902-e40e1285, #w-node-_52b9c26f-5a5b-e723-ade9-db4957a72eee-11d8356a, #w-node-_52b9c26f-5a5b-e723-ade9-db4957a72ef4-11d8356a, #w-node-_52b9c26f-5a5b-e723-ade9-db4957a72ef8-11d8356a, #w-node-_5391e7b1-7272-5be6-9767-e85589e8c420-d48bedab {
  place-self: stretch stretch;
}

#w-node-_5391e7b1-7272-5be6-9767-e85589e8c421-d48bedab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5391e7b1-7272-5be6-9767-e85589e8c422-d48bedab, #w-node-_5391e7b1-7272-5be6-9767-e85589e8c424-d48bedab {
  place-self: center;
}

#w-node-_5391e7b1-7272-5be6-9767-e85589e8c42f-d48bedab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5391e7b1-7272-5be6-9767-e85589e8c430-d48bedab, #w-node-_5391e7b1-7272-5be6-9767-e85589e8c432-d48bedab {
  place-self: center;
}

#w-node-ca6722ed-b71f-e4a8-01f4-ce7fbc12d4a6-d48bedab, #w-node-ca6722ed-b71f-e4a8-01f4-ce7fbc12d4ac-d48bedab, #w-node-ca6722ed-b71f-e4a8-01f4-ce7fbc12d4b0-d48bedab {
  place-self: stretch stretch;
}

#w-node-cafaf6fd-c45d-1c98-328f-8eb03b9fcd27-ce301c8f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_52e4001a-8b77-552b-6153-70f0fdc8f4d2-ce301c8f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7fb731b8-756c-99d6-2a9b-13e82858a7e3-ce301c8f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e93dd991-90fd-37dd-f115-69232c19543f-ce301c8f {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-_1e3fd623-3e70-fba0-1ef6-da4b2cf57403-ce301c8f {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_7e43a42d-948d-2a4f-439a-429f1e23f628-ce301c8f, #w-node-_1cc42e2a-076c-d2c9-54d1-04d3ce46efa2-ce301c8f, #w-node-_34a5c860-365f-c3b3-4414-b1a9d8ddcb85-ce301c8f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_0232f4ac-5322-584a-8cff-61fe08b66be6-ce301c8f {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-af878fdb-71e2-ad0e-996e-8ef5a016be19-ce301c8f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-eb8eca92-b7f1-2566-3e45-0a7c96e9ed43-ce301c8f {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-f49a9beb-7fa3-2a44-0a9d-bece20f93d43-ce301c8f {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_2cc14844-814b-9cef-8702-6c361847459a-ce301c8f {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: auto;
}

#w-node-fab8af44-116b-1c5d-5451-1eff61c5e98d-ce301c8f {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-c77ef353-3904-1f18-bdf8-dfdb87805005-ce301c8f, #w-node-c77ef353-3904-1f18-bdf8-dfdb8780500b-ce301c8f, #w-node-c77ef353-3904-1f18-bdf8-dfdb8780500f-ce301c8f, #w-node-_0dcd7471-48d4-e596-1ea5-e1655c3ee393-50445bc9, #w-node-_0dcd7471-48d4-e596-1ea5-e1655c3ee399-50445bc9, #w-node-_0dcd7471-48d4-e596-1ea5-e1655c3ee39d-50445bc9 {
  place-self: stretch stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bec2-e40e1285 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bed1-e40e1285 {
    place-self: center;
  }

  #w-node-_5391e7b1-7272-5be6-9767-e85589e8c421-d48bedab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_5391e7b1-7272-5be6-9767-e85589e8c432-d48bedab {
    place-self: center;
  }

  #w-node-_2cc14844-814b-9cef-8702-6c361847459a-ce301c8f {
    grid-area: span 6 / span 1 / span 6 / span 1;
    place-self: stretch stretch;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0232f4ac-5322-584a-8cff-61fe08b66be6-ce301c8f, #w-node-eb8eca92-b7f1-2566-3e45-0a7c96e9ed43-ce301c8f {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_2cc14844-814b-9cef-8702-6c361847459a-ce301c8f {
    grid-area: span 4 / span 1 / span 4 / span 1;
    place-self: stretch stretch;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5312-e40e1285 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5312-e40e1285, #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5315-e40e1285, #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5318-e40e1285, #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e531b-e40e1285 {
    place-self: center;
  }

  #w-node-_34a5c860-365f-c3b3-4414-b1a9d8ddcb85-ce301c8f, #w-node-af878fdb-71e2-ad0e-996e-8ef5a016be19-ce301c8f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52e4001a-8b77-552b-6153-70f0fdc8f4d2-ce301c8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1e3fd623-3e70-fba0-1ef6-da4b2cf57403-ce301c8f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_1cc42e2a-076c-d2c9-54d1-04d3ce46efa2-ce301c8f, #w-node-_34a5c860-365f-c3b3-4414-b1a9d8ddcb85-ce301c8f, #w-node-af878fdb-71e2-ad0e-996e-8ef5a016be19-ce301c8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bec2-e40e1285 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_77fdbf7e-1df6-51ab-97a2-3ad1cf84bece-e40e1285 {
    place-self: stretch stretch;
  }

  #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5312-e40e1285, #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5315-e40e1285, #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e5318-e40e1285, #w-node-_4d4cc3f6-d3dc-0b98-8063-473f004e531b-e40e1285 {
    place-self: center;
  }

  #w-node-ddc5f1c3-2b86-9742-7a44-21760abe55ec-11d8356a {
    place-self: stretch stretch;
  }

  #w-node-_5391e7b1-7272-5be6-9767-e85589e8c421-d48bedab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_5391e7b1-7272-5be6-9767-e85589e8c42f-d48bedab {
    justify-self: stretch;
  }

  #w-node-cafaf6fd-c45d-1c98-328f-8eb03b9fcd27-ce301c8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_52e4001a-8b77-552b-6153-70f0fdc8f4d2-ce301c8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7fb731b8-756c-99d6-2a9b-13e82858a7e3-ce301c8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e93dd991-90fd-37dd-f115-69232c19543f-ce301c8f {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_1e3fd623-3e70-fba0-1ef6-da4b2cf57403-ce301c8f, #w-node-_7e43a42d-948d-2a4f-439a-429f1e23f628-ce301c8f, #w-node-_1cc42e2a-076c-d2c9-54d1-04d3ce46efa2-ce301c8f, #w-node-_34a5c860-365f-c3b3-4414-b1a9d8ddcb85-ce301c8f, #w-node-af878fdb-71e2-ad0e-996e-8ef5a016be19-ce301c8f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


