:root {
  --white: white;
  --black: black;
}

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
}

li {
  padding-left: 0;
}

.hero-section {
  border-bottom: .2px solid #000;
  height: 80vh;
  max-height: 80vh;
  display: block;
  overflow: visible;
}

.slider {
  width: 100%;
  height: 70%;
  max-height: 70%;
}

.navbar {
  background-color: #fff;
  border-bottom: .5px solid #000;
  width: 100%;
  padding: 9px 20px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: visible;
}

.slide {
  background-image: url('../images/Drive.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #b3b3b3;
}

.container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-menu-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #5f5f5f;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #0079ff;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.image {
  margin-bottom: -80px;
  position: static;
}

.link-block {
  position: relative;
}

.container-3 {
  z-index: 1;
  display: none;
  position: absolute;
  bottom: 48%;
  left: 12%;
}

.hero-div {
  background-color: #ffffffc2;
  border-radius: 15px;
  width: 50%;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.highlights-section {
  padding: 60px 40px;
}

.highlights-grid {
  grid-column-gap: 60px;
  grid-row-gap: 176px;
  grid-template: ". Area" 189fr
  / 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.highlights-container {
  float: none;
  clear: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: block;
}

.highlights-heading {
  flex: 1;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  display: block;
}

.highlights-logo-container {
  float: left;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.gallery {
  background-color: #ededed;
  border: .2px solid #000;
  flex-direction: column;
  padding: 10px 40px 60px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-lightbox {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.booking-section {
  background-color: #fff;
  border: .2px solid #000;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px 60px;
  display: block;
}

.html-embed {
  text-align: center;
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  height: 1000px;
  display: flex;
}

.standard-section {
  background-color: #ededed;
  border: .2px solid #000;
  padding: 10px 40px 20px;
  font-family: Poppins, sans-serif;
  display: block;
}

.standard-section.white {
  background-color: #fff;
  border: .2px solid #000;
}

.standard-section.contact {
  padding-bottom: 238px;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  grid-template: "." 2fr
                 "." 2fr
                 "."
                 / 1.75fr 1.75fr 1.25fr 1.25fr;
  grid-auto-columns: 1.25fr;
  grid-auto-flow: column;
  align-content: stretch;
  align-self: center;
  justify-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 90%;
  max-height: 90%;
  display: grid;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: stretch;
}

.rich-text-block {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.map {
  height: 600px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-2 {
  margin-bottom: 20px;
}

.accordian-wrapper {
  padding: 5px;
}

.accordian-item-trigger {
  cursor: pointer;
  position: relative;
}

.accordian-item-trigger:hover {
  color: #0043e0;
}

.accordian-item-content {
  overflow: hidden;
}

.faq-arrow {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.highlights-wrapper {
  max-height: 30%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.hero-image {
  height: 100%;
}

.hightlights-column {
  object-fit: contain;
  max-height: 100%;
  position: static;
}

.image-4 {
  object-fit: cover;
  display: inline-block;
  overflow: visible;
}

.highlights-logo {
  object-fit: contain;
  max-width: none;
  max-height: 100%;
}

.highlights-title-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.column {
  object-fit: contain;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.paragraph-2 {
  position: static;
}

.html-embed-2 {
  height: 800px;
}

.columns {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: auto 0% 0%;
}

.section-container {
  display: block;
}

.grid-4 {
  grid-template-rows: auto;
}

.footer-social-media-wrapper {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social-media-link {
  justify-content: center;
  align-items: center;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.social-media-icon {
  min-width: 100%;
  min-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.contact-details-wrapper {
  justify-content: center;
  display: block;
}

.contact-form-block {
  justify-content: flex-start;
  width: 100%;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-button {
  text-align: center;
  background-color: #f58126;
  min-width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.success-message-2 {
  align-self: center;
}

.text-block-2 {
  position: relative;
}

.error-message {
  z-index: 1;
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
  position: absolute;
}

.button {
  width: 50%;
}

.div-block {
  min-height: 100%;
  display: flex;
}

.gallary-wrapper {
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-5 {
  flex: 0 auto;
  min-height: 100%;
}

.body {
  flex-direction: column;
  margin-top: 90px;
}

.div-block-2 {
  background-image: url('../images/Exterior.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-3 {
  background-image: url('../images/Drive.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-4 {
  background-image: url('../images/IMG_3208-min.JPG');
  background-position: 50%;
  background-size: cover;
}

.list {
  text-align: left;
  text-indent: 10px;
  flex-direction: column;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.list-item {
  text-indent: 0;
  object-fit: fill;
  padding-left: 0;
}

.paragraph-3, .paragraph-4 {
  font-size: 18px;
}

.list-item-3, .list-item-4 {
  text-indent: 0;
}

.flag-1 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 25px;
  height: 20px;
  margin-right: 14px;
}

.language-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.display-horizontal {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.flag-3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 20px;
  margin-right: 14px;
}

.flag {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20px;
  height: 15px;
}

.language-dropdown {
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.language-toggle {
  grid-column-gap: 15px;
  color: #fff;
  background-color: #122580;
  border-radius: 4px;
  justify-content: space-between;
  padding: 10px 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.language-section {
  color: #fff;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  color: #8afbc3;
}

.flag-2, .flag-5, .flag-4 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 20px;
  margin-right: 14px;
}

.langauge-line-break {
  background-color: #ffffff75;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-list {
  top: 45px;
}

.language-list.w--open {
  background-color: #112680;
  border-radius: 6px;
  min-width: 200px;
  margin-top: 20px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-2 {
  object-fit: contain;
  background-color: #234096;
  border-radius: 18px;
}

.flag-6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 20px;
  margin-right: 14px;
}

.language-section-2 {
  color: #fff;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.flag-7, .flag-8, .flag-9 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 20px;
  margin-right: 14px;
}

.language-component-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    position: static;
  }

  .container-3 {
    bottom: 55%;
    left: 2%;
  }

  .paragraph {
    text-decoration: none;
  }

  .highlights-grid {
    margin-bottom: 10px;
  }

  .highlights-logo-container {
    height: 40px;
  }

  .html-embed {
    height: 2400px;
  }

  .highlights-wrapper {
    object-fit: contain;
    overflow: visible;
  }

  .heading {
    font-size: 20px;
  }

  .form-button {
    display: block;
  }

  .div-block {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .gallary-wrapper {
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
    height: 6000%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image {
    position: relative;
    top: -40px;
    right: -28px;
  }

  .container-3 {
    bottom: 68%;
  }

  .hero-div {
    width: 50%;
  }

  .highlights-grid {
    grid-row-gap: 29px;
    grid-template: "." 189fr
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
  }

  .gallery {
    max-height: none;
    padding: 40px 20px;
  }

  .html-embed {
    height: 2400px;
  }

  .gallery-grid-container-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
  }

  .heading, .heading-2.faq, .faq-title {
    font-size: 20px;
  }

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

  .contact-form-block {
    width: 100%;
  }

  .form-input-wrapper, .div-block {
    flex-direction: column;
  }

  .gallary-wrapper {
    align-items: flex-start;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    right: -37px;
  }

  .container-3 {
    position: relative;
    left: 0%;
  }

  .hero-div {
    width: 100%;
  }

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

  .highlights-logo-container {
    height: 50px;
  }

  .centered-container {
    text-align: left;
  }

  .html-embed {
    height: 2250px;
  }

  .gallery-grid-container-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .faq-arrow {
    position: absolute;
  }

  .faq-title {
    font-size: 14px;
  }

  .social-media-link {
    min-width: 40px;
  }

  .form-input-wrapper {
    flex-direction: column;
  }

  .gallary-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .paragraph-5, .paragraph-6 {
    min-width: 100%;
  }

  .language-component, .language-component-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_4094b53d-a98a-46ca-9bad-0c3cd6d833a9-7784c35d, #w-node-_677f8bd0-45fa-6d05-4bd3-8403ded0f75e-7784c35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e850108-b1d9-4bb6-a4ff-11480f7219b4-7784c35d, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d27-7784c35d, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d29-7784c35d, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2b-7784c35d, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2f-7784c35d, #w-node-bfc2e540-5268-6550-e3c9-0c9f4d193770-7784c35d, #w-node-dc93ed78-7118-e4be-195e-ca1987453c59-7784c35d, #w-node-f8eba58e-47cc-bf16-9899-466563d0060d-7784c35d, #w-node-f8eba58e-47cc-bf16-9899-466563d0060b-7784c35d, #w-node-_2498b323-94c4-0f1d-00f7-1bfefad0b5dd-7784c35d, #w-node-f8eba58e-47cc-bf16-9899-466563d0060f-7784c35d, #w-node-f8eba58e-47cc-bf16-9899-466563d00613-7784c35d, #w-node-f8eba58e-47cc-bf16-9899-466563d00617-7784c35d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3794e7ef-6e5b-2c91-4501-91fd773521a2-7784c35d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a680c75-3457-a879-aa58-2a1659960c66-7784c35d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_4e634d10-b94d-bf00-bae9-83327d5eb887-7784c35d {
  align-self: center;
}

#w-node-_4e634d10-b94d-bf00-bae9-83327d5eb88d-7784c35d {
  justify-self: end;
}

#w-node-_4094b53d-a98a-46ca-9bad-0c3cd6d833a9-d84942b5, #w-node-_677f8bd0-45fa-6d05-4bd3-8403ded0f75e-d84942b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e850108-b1d9-4bb6-a4ff-11480f7219b4-d84942b5, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d27-d84942b5, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d29-d84942b5, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2b-d84942b5, #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2f-d84942b5, #w-node-bfc2e540-5268-6550-e3c9-0c9f4d193770-d84942b5, #w-node-dc93ed78-7118-e4be-195e-ca1987453c59-d84942b5, #w-node-f8eba58e-47cc-bf16-9899-466563d0060d-d84942b5, #w-node-f8eba58e-47cc-bf16-9899-466563d0060b-d84942b5, #w-node-_2498b323-94c4-0f1d-00f7-1bfefad0b5dd-d84942b5, #w-node-f8eba58e-47cc-bf16-9899-466563d0060f-d84942b5, #w-node-f8eba58e-47cc-bf16-9899-466563d00613-d84942b5, #w-node-f8eba58e-47cc-bf16-9899-466563d00617-d84942b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3794e7ef-6e5b-2c91-4501-91fd773521a2-d84942b5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a680c75-3457-a879-aa58-2a1659960c66-d84942b5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_4e634d10-b94d-bf00-bae9-83327d5eb887-d84942b5 {
  align-self: center;
}

#w-node-_4e634d10-b94d-bf00-bae9-83327d5eb88d-d84942b5 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f8eba58e-47cc-bf16-9899-466563d0060d-7784c35d, #w-node-f8eba58e-47cc-bf16-9899-466563d0060b-7784c35d, #w-node-_2498b323-94c4-0f1d-00f7-1bfefad0b5dd-7784c35d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060f-7784c35d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060d-d84942b5, #w-node-f8eba58e-47cc-bf16-9899-466563d0060b-d84942b5, #w-node-_2498b323-94c4-0f1d-00f7-1bfefad0b5dd-d84942b5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060f-d84942b5 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d27-7784c35d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d29-7784c35d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2b-7784c35d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2f-7784c35d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bfc2e540-5268-6550-e3c9-0c9f4d193770-7784c35d, #w-node-dc93ed78-7118-e4be-195e-ca1987453c59-7784c35d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060d-7784c35d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060b-7784c35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2498b323-94c4-0f1d-00f7-1bfefad0b5dd-7784c35d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060f-7784c35d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d00613-7784c35d, #w-node-f8eba58e-47cc-bf16-9899-466563d00617-7784c35d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a680c75-3457-a879-aa58-2a1659960c66-7784c35d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d27-d84942b5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d29-d84942b5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2b-d84942b5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7243557c-c3aa-03a1-a81b-e3751b4e3d2f-d84942b5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bfc2e540-5268-6550-e3c9-0c9f4d193770-d84942b5, #w-node-dc93ed78-7118-e4be-195e-ca1987453c59-d84942b5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060d-d84942b5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060b-d84942b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2498b323-94c4-0f1d-00f7-1bfefad0b5dd-d84942b5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d0060f-d84942b5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f8eba58e-47cc-bf16-9899-466563d00613-d84942b5, #w-node-f8eba58e-47cc-bf16-9899-466563d00617-d84942b5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a680c75-3457-a879-aa58-2a1659960c66-d84942b5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


