:root {
  --deep-sky-blue: #00aeef;
  --dark-orange: #f58020;
  --yellow-green: #93d500;
  --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: museo-sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.header-background {
  background-color: var(--deep-sky-blue);
}

.navbar {
  z-index: 999999;
  background-color: #0000;
  height: 300px;
}

.image {
  text-align: center;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.menu-button {
  z-index: 0;
  background-color: #0000;
  margin-top: 27px;
  display: block;
}

.menu-button:hover {
  background-color: #0000;
}

.menu-button.w--open {
  color: #0000;
  background-color: #0000;
}

.town-image-background {
  opacity: .35;
  background-image: url('../images/Town-background-buildings.svg');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: 800px;
  height: 200px;
  margin-top: -290px;
  margin-bottom: -10px;
  padding-left: 0;
}

.hero-image {
  border-style: none;
  border-radius: 30px;
}

.slide {
  float: none;
  clear: left;
  background-image: url('../images/Space-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  position: static;
  top: 0;
  right: 0;
}

.slider {
  z-index: 9999;
  background-image: url('../images/46283478_251769812170676_3067542050271395840_n_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 30px #fff;
  border-radius: 30px;
  height: 340px;
}

.shopping-slide {
  float: left;
  clear: none;
  background-color: #ffffffb8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin-top: 25px;
  margin-left: 65px;
  margin-right: 65px;
  padding: 0 0 0 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.heading {
  color: #00aeef;
  margin: 0;
  font-family: museo-sans, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.slide-2 {
  background-image: url('../images/Shop-background.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section {
  padding-top: 0;
}

.main-blox {
  background-color: #f58020;
  border-style: none;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  box-shadow: 4px 4px 6px #0000004d;
}

.main-blox.blue {
  background-color: #00aeef;
}

.main-blox.green {
  background-color: #93d500;
}

.button {
  float: right;
  background-color: var(--dark-orange);
  border-radius: 15px;
  margin: 15px;
  padding: 15px 20px;
  font-family: museo-sans, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.find-out-more-button {
  border: 1px dashed var(--dark-orange);
  border-radius: 15px;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.paragraph {
  color: #00000080;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  padding: 0;
  font-family: museo-sans, sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 29px;
  display: flex;
  position: static;
}

.div-block-6 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.heading-2 {
  color: #00000080;
  text-align: left;
  font-family: museo-sans, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.body-text {
  float: none;
  clear: none;
  color: #00000080;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 19px;
  padding-left: 25px;
  padding-right: 0;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 0;
  right: 0;
}

.div-block-7 {
  float: none;
  margin-right: 20px;
  position: static;
  overflow: visible;
}

.image-3 {
  float: left;
  border-radius: 15px;
  width: 400px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer {
  background-color: #0000;
  padding-top: 30px;
}

.div-block-9 {
  background-color: #f58020;
  margin-top: -2px;
}

.container {
  background-color: #0000;
}

.footer-town-background {
  background-image: url('../images/Footer-background.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  height: 240px;
  max-height: 260px;
  padding-bottom: 0;
  overflow: visible;
}

.social-media-links {
  background-color: #03224b;
  background-image: url('../images/Facebook-icon.png');
  background-position: 50%;
  background-size: cover;
  border: 1px #0000;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  position: relative;
  bottom: 0;
  right: -30px;
  overflow: visible;
}

.social-media-links.facebook {
  background-color: #0000;
  background-image: url('../images/Facebook-Icon-clear.svg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  width: 50px;
  height: 50px;
  padding-right: 0;
  position: relative;
  left: 0;
  right: 0;
}

.social-media-links.twitter {
  background-color: #0000;
  background-image: url('../images/Twitter-Icon-claer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}

.social-media-links.instagram {
  background-color: #0000;
  background-image: url('../images/instagram-Icon-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
}

.social-media-links.youtube {
  background-color: #0000;
  background-image: url('../images/Youtube-Icon-clear.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  padding-right: 0;
  right: 0;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.footer-1-s-link {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.menu-link-1 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: museo-sans, sans-serif;
  font-size: .9rem;
  font-weight: 900;
  line-height: 20px;
}

.div-block-10 {
  background-color: #fff;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-10.side-nav {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 4.25fr;
  margin-top: 17px;
  margin-bottom: 20px;
}

.nav-grid.top-nav {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.nav-grid.footer-nav {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1.25fr .75fr .75fr;
}

.textlinks {
  color: #fff;
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.textlinks.w--current {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.link-5 {
  color: #ff6f008c;
  text-decoration: none;
  display: none;
}

.footer-1-copywrite {
  color: #fff;
  text-align: left;
  letter-spacing: .3px;
  border-top: 2px #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-1-copywrite.facebook {
  margin-top: 17px;
  margin-bottom: 0;
  padding-top: 0;
}

.footer-1-copywrite.menu-nav {
  padding-top: 5px;
}

.image-4 {
  align-self: center;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 13px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 21px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.image-5 {
  float: none;
  border-radius: 15px;
  padding-top: 0;
  padding-right: 0;
  position: static;
}

.button-2 {
  color: var(--dark-orange);
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  max-width: 100%;
  margin: 23px 20px;
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: block;
  position: static;
}

.button-2.orange {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.button-2.blue {
  color: #00aeef;
}

.button-2.green {
  color: var(--yellow-green);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 900;
}

.mask {
  border: 15px solid #fff;
  border-radius: 30px;
}

.space-slide-text {
  float: left;
  clear: none;
  background-color: #ffffffb8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin-top: 25px;
  margin-left: 65px;
  margin-right: 65px;
  padding: 0 0 0 25px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.slide-nav {
  margin-bottom: 10px;
}

.slide-3 {
  background-image: url('../images/Kitchen-background.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.kitchen-slide {
  float: left;
  clear: none;
  background-color: #ffffffb8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin-top: 25px;
  margin-left: 65px;
  margin-right: 65px;
  padding: 0 0 0 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.container-2 {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: -160px;
  padding-bottom: 160px;
}

.container-3 {
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed {
  border-style: none;
  border-color: #000;
  margin-bottom: 26px;
  display: block;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body {
  background-color: #0000;
  height: 100vh;
}

.image-6 {
  width: 150px;
}

.brand {
  width: 200px;
  top: 16px;
}

.brand.w--current {
  width: 180px;
  padding-bottom: 0;
  top: 20px;
}

.preloader {
  z-index: 999999;
  background-color: #f5802000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.text-block {
  color: #00000080;
  font-size: 20px;
}

.paragraph-6, .unordered-list {
  color: #00000080;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.paragraph-8 {
  font-family: Lato, sans-serif;
}

.div-block-13 {
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-9 {
  text-align: left;
  font-family: Lato, sans-serif;
}

.accordion-pane {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.accordion-tab-button {
  background-color: var(--deep-sky-blue);
  color: #f5f5f5;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: var(--dark-orange);
  color: #f5f5f5;
}

.accordion-container {
  border-radius: 4px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.container-5 {
  float: none;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: static;
}

.accordion-arrow {
  opacity: .8;
  width: 15px;
}

.accordion-pane-content {
  text-align: left;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-10, .unordered-list-2, .paragraph-11 {
  color: #00000080;
}

.unordered-list-3 {
  color: #00000080;
  padding-top: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  display: block;
}

.nav-link.w--current {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.nav-link.coming-soon {
  color: #ffffff80;
}

.nav-menu {
  background-color: var(--deep-sky-blue);
  width: 400px;
  padding-left: 40px;
  padding-right: 70px;
  box-shadow: 2px 0 11px 10px #00000038;
}

.nav-menu:focus {
  box-shadow: 2px 0 11px 10px #00000038;
}

.nav-menu.open {
  box-shadow: none;
  color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.prices-heading {
  background-color: var(--dark-orange);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.prices-heading.online-booking-header {
  margin-bottom: 20px;
}

.prices-heading.problems-signing-in {
  margin-top: 20px;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       ". ."
                       ". .";
}

.booking-info {
  color: #00000080;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.opening-times {
  color: #00000080;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
}

.price {
  color: #00000080;
}

.unordered-list-4 {
  color: #00000080;
  padding-left: 21px;
}

.heading-7 {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 15px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.heading-7.booking {
  text-transform: capitalize;
  margin-left: 412px;
  padding-left: 20px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.heading-7.about-our-sessions {
  background-color: #d50000;
  border-radius: 15px;
  padding-left: 20px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.heading-7.our-imagination-stations {
  background-color: var(--dark-orange);
  padding-left: 20px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.heading-7.faqs {
  background-color: var(--dark-orange);
  text-align: left;
  margin-top: 28px;
}

.heading-7.contact-us {
  margin-top: 20px;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.paragraph-12 {
  color: #33333380;
  font-size: 12px;
  font-style: italic;
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
  text-align: right;
}

.link-11 {
  color: #fff;
}

.container-6 {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-20, .paragraph-21 {
  color: #00000080;
  margin-top: 40px;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.email-link {
  color: var(--dark-orange);
}

.list-item-2, .list-item-3, .list-item-4 {
  padding-top: 0;
}

.bold-text-8 {
  text-align: left;
}

.designed-by-link {
  color: #fff;
}

.bold-text-9, .bold-text-10 {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.bold-text-11, .bold-text-12 {
  font-weight: 900;
}

.bold-text-13 {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
}

.div-block-16 {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  display: block;
}

.bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 900;
}

.bold-text-17 {
  font-size: 18px;
  font-weight: 900;
}

.paragraph-22 {
  color: #00000080;
  margin-top: 0;
  padding-top: 41px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bold-text-18 {
  font-weight: 300;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  width: 100%;
}

.link-block-2 {
  background-image: url('../images/close-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.bold-text-20 {
  font-weight: 900;
}

.bold-text-29 {
  font-weight: 900;
  text-decoration: none;
}

.slide-out-contents {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  overflow: scroll;
}

.slide-4 {
  background-image: url('../images/Beauty-background-01_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Vets-background.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.beauty-slide, .vets-slide {
  float: left;
  clear: none;
  background-color: #ffffffb8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin-top: 25px;
  margin-left: 65px;
  margin-right: 65px;
  padding: 0 0 0 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.slide-6 {
  background-image: url('../images/Building-background_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.building-slide {
  float: left;
  clear: none;
  background-color: #ffffffb8;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin-top: 25px;
  margin-left: 65px;
  margin-right: 65px;
  padding: 0 0 0 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.map {
  float: right;
  width: 600px;
  top: 0;
  right: 0;
}

.about-our-sessions {
  border-radius: 0;
}

.div-block-18 {
  background-image: url('../images/Space-scean_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 15px solid #fff;
  border-radius: 30px;
  height: 350px;
}

.div-block-19 {
  padding-top: 35px;
}

.popup-overlay {
  z-index: 99999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.pop-up-content {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  box-shadow: 5px 4px 3px #000;
}

.div-block-40 {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}

.pop-up-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 220px;
  display: flex;
  position: relative;
}

.close-popup {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  inset: -91px -59px auto auto;
}

.popup-text {
  color: #008dbe;
  text-align: center;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.show-me-button {
  background-color: #008dbe;
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-2 {
  color: #ff0303;
  text-align: center;
  font-weight: 700;
}

.list-item {
  margin-top: 3px;
  margin-bottom: 3px;
}

.body-link {
  color: var(--white);
}

.body-link.grey {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0;
  }

  .image {
    padding-top: 14px;
  }

  .town-image-background {
    background-size: 600px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto;
  }

  .button {
    margin-left: 0;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .find-out-more-button {
    padding-left: 20px;
  }

  .body-text {
    text-align: center;
    padding-left: 0;
  }

  .footer-town-background {
    height: 150px;
  }

  .social-media-links.facebook {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
  }

  .social-media-links.twitter, .social-media-links.instagram, .social-media-links.youtube {
    right: 0;
  }

  .grid-7 {
    grid-column-gap: 20px;
  }

  .nav-grid {
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-grid.top-nav {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .nav-grid.footer-nav {
    grid-template-columns: 1.25fr .75fr 1fr 1fr;
  }

  .textlinks {
    letter-spacing: .2px;
    font-size: 14px;
  }

  .footer-1-copywrite {
    margin-top: 20px;
  }

  .footer-1-copywrite.facebook {
    padding-left: 33px;
  }

  .image-4 {
    align-self: center;
    padding-right: 49px;
  }

  .heading-3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .button-2.blue, .button-2.green {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .brand.w--current {
    top: 14px;
  }

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

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

@media screen and (max-width: 767px) {
  .town-image-background {
    background-size: 500px;
  }

  .grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section {
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
  }

  .button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .find-out-more-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph {
    padding-left: 10px;
  }

  .div-block-6 {
    float: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .body-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    margin-right: 0;
  }

  .image-3 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .footer-town-background {
    height: 100px;
  }

  .grid-7 {
    grid-column-gap: 10px;
  }

  .nav-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .5fr .5fr .5fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .textlinks {
    line-height: 20px;
  }

  .footer-1-copywrite {
    padding-top: 0;
  }

  .footer-1-copywrite.facebook {
    padding-left: 38px;
  }

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

  .image-5 {
    width: 100%;
  }

  .button-2.blue, .button-2.green {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .prices-heading {
    font-size: 18px;
    display: block;
  }

  .grid-8 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
  }

  .heading-7.booking {
    margin-left: 0;
  }

  .map {
    width: 100%;
  }

  .close-popup {
    right: -14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 240px;
  }

  .image {
    float: left;
    width: 140px;
    margin-left: 15px;
    padding-left: 0;
  }

  .menu-button {
    float: right;
    clear: none;
    margin-top: 0;
    margin-right: 0;
    padding: 30px 13px 0 0;
    position: static;
    top: 0;
    right: 0;
  }

  .town-image-background {
    background-size: 400px;
    height: 200px;
    margin-top: -274px;
    margin-bottom: -4px;
    display: block;
    position: static;
  }

  .hero-image {
    display: none;
  }

  .slider {
    height: 250px;
  }

  .shopping-slide {
    display: none;
  }

  .heading {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 30px;
    display: flex;
  }

  .grid {
    grid-template-columns: 80%;
  }

  .grid.home {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .main-blox.orange {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-blox.blue, .main-blox.green {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .find-out-more-button {
    flex-direction: column-reverse;
    justify-content: center;
    margin-left: 20px;
    padding-left: 0;
  }

  .paragraph {
    text-align: center;
    padding-top: 15px;
  }

  .div-block-6 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .heading-2 {
    text-align: center;
    font-family: museo-sans, sans-serif;
    font-weight: 900;
  }

  .body-text {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    margin-right: 0;
  }

  .image-3 {
    margin-left: 0;
  }

  .footer-town-background {
    height: 70px;
  }

  .social-media-links.facebook {
    margin-left: 5px;
    margin-right: 5px;
  }

  .grid-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-1-s-link {
    font-size: 16px;
  }

  .menu-link-1 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    text-align: center;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(200px, 100%);
  }

  .nav-grid.footer-nav {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: minmax(100%, 100%);
  }

  .textlinks {
    text-align: center;
    align-self: stretch;
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
    overflow: visible;
  }

  .footer-1-copywrite {
    text-align: center;
  }

  .footer-1-copywrite.facebook {
    padding-left: 0;
  }

  .mask {
    border-style: none;
    border-width: 0;
    border-radius: 0;
  }

  .space-slide-text {
    width: 300px;
    height: 100px;
    margin-top: 20px;
    margin-left: 10px;
    line-height: 10px;
    display: none;
    position: static;
    overflow: visible;
  }

  .kitchen-slide {
    display: none;
  }

  .container-2 {
    border-radius: 0;
    padding-bottom: 157px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    float: none;
    clear: none;
    width: 100px;
    margin-right: 0;
    display: block;
  }

  .section-3 {
    display: block;
  }

  .brand {
    float: none;
    position: static;
  }

  .brand.w--current {
    width: 130px;
    padding-left: 15px;
    top: 22px;
  }

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

  .nav-menu.open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
  }

  .opening-times {
    padding-left: 0;
    padding-right: 0;
  }

  .unordered-list-4 {
    padding-left: 0;
  }

  .heading-7 {
    text-align: center;
    padding-left: 0;
  }

  .heading-7.booking, .heading-7.about-our-sessions {
    padding-left: 0;
  }

  .heading-7.our-imagination-stations {
    text-align: center;
    padding-left: 0;
  }

  .grid-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    flex: 1;
    padding-top: 27px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .bold-text-15, .bold-text-16 {
    text-align: center;
  }

  .beauty-slide, .vets-slide, .building-slide {
    display: none;
  }

  .div-block-18 {
    height: 200px;
  }

  .container-7 {
    padding-top: 4px;
  }

  .popup-overlay {
    display: flex;
  }

  .pop-up-content {
    width: 260px;
    height: 200px;
  }

  .pop-up-text-wrapper {
    width: 250px;
    min-height: 130px;
  }

  .close-popup {
    right: -13px;
  }

  .popup-text {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
}

#w-node-_01613b1c-631d-1d0e-e668-9f90a0bffed3-d4cda891 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6a4491c8-7cea-7662-c7d4-82fd8286c474-d4cda891 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68462562-40fe-92c9-2567-050870ae2d4f-d4cda891 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b091-b861b077 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b093-b861b077 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08d-b861b077 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b089-b861b077 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08b-b861b077 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b087-b861b077 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b07c-b861b077 {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b082-b861b077 {
  grid-area: 7 / 3 / 8 / 5;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b084-b861b077 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_787454ce-ccd1-99dc-2228-e1aa56289f31-b861b077 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b07d-b861b077 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b095-b861b077 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b097-b861b077 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b099-b861b077 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b09b-b861b077 {
  grid-area: 1 / 1 / 6 / 2;
  place-self: center;
}

#w-node-_44bae44e-2f65-f9cb-777a-014f315437bb-d1e5a1be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24e89015-23d3-8c8e-545f-637c3168bb51-d1e5a1be {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_64ac3997-0f4a-b56b-342f-83aaac9983ff-d1e5a1be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9b292e7-c9b5-8405-b7f8-13710ce29274-d1e5a1be {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8f744dea-725e-4a75-a1d0-5f4306903a7a-d1e5a1be {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b95bf678-8afc-7d50-5085-1a1de6f31145-d1e5a1be {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_64ac3997-0f4a-b56b-342f-83aaac9983e8-d1e5a1be {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-a5076401-fa5f-ae42-905b-be0759898d7d-d1e5a1be {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_8e3c104d-bf8c-3559-de98-ddb547050cc0-d1e5a1be {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_64ac3997-0f4a-b56b-342f-83aaac9983f0-d1e5a1be {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_64ac3997-0f4a-b56b-342f-83aaac9983e6-d1e5a1be {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_64ac3997-0f4a-b56b-342f-83aaac9983f2-d1e5a1be {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_96bfab48-f314-31f8-e8d4-0b06bbe230ff-d1e5a1be {
  grid-area: 11 / 1 / 12 / 2;
  place-self: auto;
}

#w-node-cff1612f-ee1a-befd-84d9-54eda97d2e92-a2cda892 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4c3b9e08-d573-171f-28e0-9a449656f5e3-a2cda892 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-b375f379-0007-4a26-a414-677605f75565-a2cda892 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_63d10dc0-5bdc-f1d5-9ef8-a4ad826a602c-a2cda892 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9ad84da0-2b2e-9a33-4d38-0c98fbc05387-a2cda892 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_602c45ad-74c0-ff3c-8eed-8cf6f6cfe4b3-a2cda892 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ad354f7b-f96a-dc28-c7ff-7723c0559f47-a2cda892 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ebbac9ce-6dcf-4d5b-43c9-de5cee003b13-a2cda892 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a58b1bab-fd80-50f6-0533-739bc2038011-a2cda892 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfb94030-5ce3-508e-9779-6168ba47d348-a2cda892 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_61288a92-bd10-78c1-353d-9011903f7945-a2cda892 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a3dddada-43f7-a7e1-a941-bd9da4704d54-a2cda892 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_23756e9c-476c-2f67-6e7c-05d9d1a45159-a2cda892 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_03aaa539-87d8-7ac1-ad11-468f90875375-a2cda892 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-d7b898fe-a51d-23b6-af06-b27724de73a3-a2cda892 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_1f8c17ca-7ef6-0bf3-2e8f-62688008ed8d-a2cda892 {
  grid-area: 5 / 1 / 6 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_01613b1c-631d-1d0e-e668-9f90a0bffed3-d4cda891 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6a4491c8-7cea-7662-c7d4-82fd8286c474-d4cda891 {
    grid-area: 2 / 1 / 4 / 4;
  }

  #w-node-_68462562-40fe-92c9-2567-050870ae2d4f-d4cda891 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08d-b861b077 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b089-b861b077 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08b-b861b077 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b087-b861b077 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b082-b861b077 {
    grid-area: 7 / 3 / 8 / 5;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b084-b861b077 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b07d-b861b077 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983e8-d1e5a1be {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_8e3c104d-bf8c-3559-de98-ddb547050cc0-d1e5a1be {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983f0-d1e5a1be {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983e6-d1e5a1be {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983f2-d1e5a1be {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_96bfab48-f314-31f8-e8d4-0b06bbe230ff-d1e5a1be {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-cff1612f-ee1a-befd-84d9-54eda97d2e92-a2cda892 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b375f379-0007-4a26-a414-677605f75565-a2cda892 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_01613b1c-631d-1d0e-e668-9f90a0bffed3-d4cda891 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6a4491c8-7cea-7662-c7d4-82fd8286c474-d4cda891 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_68462562-40fe-92c9-2567-050870ae2d4f-d4cda891 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b091-b861b077 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b093-b861b077 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08d-b861b077 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b089-b861b077 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08b-b861b077 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b087-b861b077 {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b095-b861b077 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b097-b861b077 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b099-b861b077, #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983ff-d1e5a1be {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983e8-d1e5a1be {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_8e3c104d-bf8c-3559-de98-ddb547050cc0-d1e5a1be {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983f0-d1e5a1be {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_96bfab48-f314-31f8-e8d4-0b06bbe230ff-d1e5a1be {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-cff1612f-ee1a-befd-84d9-54eda97d2e92-a2cda892 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4c3b9e08-d573-171f-28e0-9a449656f5e3-a2cda892 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_63d10dc0-5bdc-f1d5-9ef8-a4ad826a602c-a2cda892 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01613b1c-631d-1d0e-e668-9f90a0bffed3-d4cda891 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a4491c8-7cea-7662-c7d4-82fd8286c474-d4cda891 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_68462562-40fe-92c9-2567-050870ae2d4f-d4cda891 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b091-b861b077 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b093-b861b077 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08d-b861b077 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b089-b861b077 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b08b-b861b077 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b087-b861b077 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b07c-b861b077 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b082-b861b077 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b07d-b861b077 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b095-b861b077 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: stretch stretch;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b097-b861b077 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e1b00b99-bcca-8ba9-7e6f-4f7eb861b099-b861b077 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983ff-d1e5a1be {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983e8-d1e5a1be {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a5076401-fa5f-ae42-905b-be0759898d7d-d1e5a1be {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983f0-d1e5a1be {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983e6-d1e5a1be {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_64ac3997-0f4a-b56b-342f-83aaac9983f2-d1e5a1be {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_96bfab48-f314-31f8-e8d4-0b06bbe230ff-d1e5a1be {
    grid-area: 11 / 1 / 12 / 2;
  }
}


