:root {
  --primary-brand-color: #eed8c1;
  --secondary-brand-color: #517e83;
  --light-grey: #a39f94;
  --light-color: white;
  --dark-color: #1e1e1e;
  --mid-grey: #727272;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-image: linear-gradient(to bottom, null, null), url('../images/baracas-waters.jpg');
}

h1 {
  color: var(--primary-brand-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 800;
  line-height: 64px;
}

h2 {
  color: var(--primary-brand-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 800;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

p {
  text-align: center;
  margin-bottom: 10px;
}

a {
  color: var(--primary-brand-color);
  text-decoration: underline;
}

.section-padding {
  z-index: 9;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-padding.z-index {
  z-index: 999;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #0000;
  border-bottom: 1px solid #eed8c159;
  width: 100vw;
  padding-bottom: 10px;
  position: fixed;
}

.container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.container.header {
  padding-top: 140px;
}

.container.menu {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  max-width: none;
  height: 100vh;
  padding-top: 20px;
  display: block;
  position: static;
}

.container.nopadding {
  padding-top: 20px;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--primary-brand-color);
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  font-size: 14px;
  line-height: 18px;
}

.large-p {
  font-size: 22px;
  line-height: 28px;
}

.style-guide-color-wrap {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--primary-brand-color);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--secondary-brand-color);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--light-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--light-color);
}

.button {
  background-color: var(--secondary-brand-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 9px;
  margin-top: 20px;
  padding: 15px 30px;
  font-weight: 600;
}

.button.ghost-button {
  border: 2px solid var(--primary-brand-color);
  color: var(--primary-brand-color);
  background-color: #0000;
}

.button.ghost-button.invese-ghost {
  border-color: var(--light-color);
  color: var(--light-color);
}

.button.inverse-button {
  background-color: var(--light-color);
  color: var(--primary-brand-color);
}

.button.form-submit {
  margin-top: 15px;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

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

.form-field.form-select {
  background-color: var(--light-color);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--light-color);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--dark-color);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-block.left {
  justify-content: flex-start;
  margin-top: 40px;
}

.line-block {
  background-color: var(--primary-brand-color);
  width: 100px;
  height: 2px;
  margin-right: 20px;
}

.link {
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
}

.menu-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10px;
  display: grid;
}

.lottie-block {
  align-items: center;
  display: flex;
}

.lottie-animation {
  cursor: pointer;
  width: 70px;
  height: 70px;
}

.logo-block {
  z-index: 9;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-block.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-text {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  display: none;
}

.text-span {
  letter-spacing: 2px;
  font-size: 12px;
}

.decorative-block {
  background-image: url('../images/pexels-max-ravier-3331094.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100vw;
  height: 20vh;
  margin-bottom: 0;
}

.decorative-block._2 {
  mix-blend-mode: normal;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.heading-2 {
  font-size: 152px;
  line-height: 141px;
  position: relative;
}

.heading-2.left {
  text-align: left;
  position: relative;
  left: 0;
}

.paragraph {
  color: var(--primary-brand-color);
  text-align: center;
  letter-spacing: 1.5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph.review {
  width: 70%;
}

.paragraph.full {
  text-align: left;
  width: 100%;
  position: relative;
}

.paragraph.left {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.paragraph.food {
  margin-top: 40px;
  font-size: 14px;
}

.body-2 {
  background-color: var(--dark-color);
  background-image: linear-gradient(#1e1e1ee0, #1e1e1ee0), url('../images/baracas-waters.jpg');
  background-position: 0 0, 50% 0;
  background-attachment: scroll, fixed;
}

.heading-3 {
  color: var(--primary-brand-color);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.heading-3.bold {
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: 26px;
  font-weight: 700;
}

.heading-3.bold.nomargin {
  margin-bottom: 10px;
}

.heading-3.topmargin {
  margin-top: 40px;
}

.horizontal-line {
  background-color: var(--primary-brand-color);
  width: 2px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image {
  opacity: .62;
  mix-blend-mode: normal;
  width: 100%;
}

.image.high {
  opacity: 1;
}

.text-block {
  opacity: .5;
  color: var(--primary-brand-color);
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
}

.image-2 {
  width: 100%;
  position: relative;
  right: -80px;
}

.image-3 {
  width: 100%;
  position: relative;
  left: -80px;
}

.split-line {
  background-color: var(--primary-brand-color);
  width: 100px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.split-line.long {
  opacity: .32;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider {
  background-color: #0000;
  width: 70%;
  margin-top: 60px;
}

.star-block {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.review_star_image-2 {
  filter: contrast(94%);
  width: 15%;
  max-width: none;
  margin-top: 10px;
}

.slide {
  height: auto;
}

.menu-container {
  z-index: 99;
  background-color: var(--dark-color);
  transform-origin: 0 0;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/pexels-max-ravier-3331094.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

.about-left {
  position: relative;
}

.about-right {
  padding-top: 173px;
  position: relative;
  right: 0;
}

.menu-link {
  color: var(--primary-brand-color);
  text-align: center;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
  text-decoration: none;
}

.link-block-2 {
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .4s;
  overflow: hidden;
}

.link-block-2:hover {
  opacity: .42;
}

.link-block-2.w--current {
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.time-table {
  border: 2px solid var(--primary-brand-color);
  padding: 50px 100px;
}

.time-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.text-block-2 {
  color: var(--primary-brand-color);
  font-size: 20px;
  font-weight: 600;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.map-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.map-image {
  border-radius: 9px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.info-block {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
  display: flex;
}

.baracas-title {
  color: var(--primary-brand-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.google-map {
  color: var(--primary-brand-color);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
}

.food-grid {
  grid-column-gap: 98px;
  grid-row-gap: 49px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  justify-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.menu-title {
  color: var(--primary-brand-color);
  justify-content: space-between;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.menu-title.invisible {
  opacity: 0;
}

.item-container {
  width: 100%;
  padding-left: 0;
}

.item-block-top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.item-block-top.ingredients {
  margin-top: 49px;
}

.price {
  opacity: .56;
  color: var(--primary-brand-color);
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.category-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.logo-img {
  width: 100px;
}

.background-video {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.transition {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.transition-content {
  width: 100%;
  height: 100vh;
  display: flex;
}

.transition-trigger {
  display: none;
}

.transition-bg {
  background-color: var(--mid-grey);
  background-image: linear-gradient(#00000063, #00000063), url('../images/pexels-max-ravier-3331094.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
}

.transition-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.logo-png {
  width: 150px;
}

.video-hero {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.salad-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.salad-img, .knife-img, .fork-img {
  width: 50%;
  position: absolute;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.banner-h3 {
  color: var(--primary-brand-color);
  text-align: left;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.submit-button {
  background-color: var(--secondary-brand-color);
  color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-span-4 {
  color: #fff;
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.baracas-logo {
  width: 80px;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 15% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  height: 100vh;
  min-height: 850px;
  position: relative;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.success-message {
  letter-spacing: 1px;
  width: 100%;
  height: 100vh;
  padding: 50px;
  position: relative;
}

.success-message._2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  padding-bottom: 50%;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.slide-banner {
  background-color: #d26066;
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/baracas-waters.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  width: 30%;
  min-width: 310px;
}

.form-paragraph {
  color: #5b617c;
  text-align: left;
  max-width: 550px;
  font-size: 18px;
  line-height: 23px;
}

.form-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.form-section-title {
  color: var(--secondary-brand-color);
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-intro {
  color: var(--primary-brand-color);
  text-align: left;
  text-transform: none;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.banner-logo {
  border-bottom: 1px #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.slider-right {
  background-color: var(--secondary-brand-color);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .4s;
}

.slider-right:hover {
  background-color: var(--light-grey);
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::placeholder {
  color: #61728375;
}

.text-field.margintop {
  margin-top: 10px;
}

.field-label {
  color: #617283;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.field-label.margintop {
  margin-top: 10px;
}

.notice {
  background-color: var(--secondary-brand-color);
  color: #ffffffa6;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 15px;
  line-height: 23px;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.html-embed-2 {
  width: 100%;
  margin-top: 10px;
}

.thankyou-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.text-block-4 {
  color: var(--primary-brand-color);
  margin-bottom: 40px;
  font-family: Mulish, sans-serif;
  font-size: 45px;
  font-weight: 800;
}

.footer-3-link {
  color: var(--primary-brand-color);
  text-align: center;
  margin-left: 19px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.footer-3-link.w--current {
  color: var(--secondary-brand-color);
}

.footer-3-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-3-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-3-col-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-3-copywrite {
  color: var(--primary-brand-color);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.footer-3-line {
  background-color: var(--primary-brand-color);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3 {
  background-color: var(--dark-color);
  padding: 100px 5% 20px;
}

.row-5 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.footer-3-para {
  color: var(--primary-brand-color);
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.footer-3-links {
  margin-bottom: 20px;
  margin-right: -20px;
  padding-right: 0;
  display: flex;
}

.link-2 {
  text-align: center;
  margin-top: 10px;
  transition: all .4s;
}

.link-2:hover {
  color: var(--secondary-brand-color);
}

.div-block-2, .div-block-3 {
  height: 160px;
  overflow: hidden;
}

.text-block-5 {
  color: var(--primary-brand-color);
  font-weight: 900;
}

.scroll-indicator {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-animation-2 {
  filter: invert();
  width: 300px;
  height: 300px;
}

.facebook {
  background-image: url('../images/facebook-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.instagram {
  background-image: url('../images/instagram-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.social-block {
  margin-top: 60px;
}

.menu-link1, .menu-link2, .menu-link3, .menu-link4, .menu-link5 {
  color: var(--primary-brand-color);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.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;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-2 {
  color: var(--primary-brand-color);
  margin-top: 10px;
  margin-bottom: 0;
}

.text-field-2 {
  text-align: center;
  border-radius: 9px;
  margin-top: 10px;
}

.text-block-6 {
  color: var(--primary-brand-color);
}

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

.link-3 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.link-3:hover, .link-3.w--current {
  color: var(--secondary-brand-color);
}

.baracas-foodmenu {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1250px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  overflow: visible;
}

.div-block-6 {
  border: 1px solid var(--primary-brand-color);
  background-color: #a39f9459;
  border-radius: 9px;
  flex-direction: column;
  height: auto;
  padding: 20px 20px 10px;
  display: flex;
  position: fixed;
}

.div-block-7 {
  background-color: var(--primary-brand-color);
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.home-video {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1250px;
  margin-top: 60px;
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.social__icon-link {
  color: #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.image-21 {
  border: 10px #020016;
  position: relative;
  bottom: 20px;
}

.image-20 {
  border: 10px #020016;
}

.image-22 {
  border: 10px #020016;
  position: relative;
  bottom: 30px;
}

.html-embed-3 {
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  height: 50vh;
  margin-bottom: 76px;
  display: flex;
}

.image-25 {
  border: 10px #020016;
}

.herotext-div {
  z-index: 2;
  background-color: #1e1e1ead;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.herotext-div.flex {
  flex-flow: column;
}

.body-3 {
  background-image: linear-gradient(to bottom, null, null), url('../images/baracas-waters.jpg');
}

.body-4, .body-5, .body-6 {
  background-image: linear-gradient(#0000, #0000), url('../images/baracas-waters.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.video-mob {
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  height: 50vh;
  margin-bottom: 76px;
  display: none;
}

.textarea {
  margin-top: 10px;
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.background-video-2.shisha {
  filter: sepia();
}

.background-video-2.playground {
  filter: sepia();
  object-fit: cover;
}

.background-video-2.venue {
  filter: none;
  object-fit: cover;
}

.image-26 {
  height: 80%;
}

.rl_gallery7_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery7_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.rl_gallery7_lightbox-link {
  width: 100%;
}

.rl_gallery7_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.rl_gallery_gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.rl_gallery7_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery7_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

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

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

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

.rl_section_gallery7 {
  background-color: #0000;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_gallery21_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_gallery21_arrow-right {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_gallery21_arrow-left {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl_section_gallery21 {
  background-color: #0000;
  overflow: hidden;
}

.rl-text-style-regular {
  color: var(--primary-brand-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--primary-brand-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--primary-brand-color);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_section_layout28 {
  background-color: #0000;
}

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

.text-block-7._2 {
  font-size: 19px;
}

@media screen and (min-width: 1920px) {
  .grid-2 {
    width: 100%;
    max-width: 1550px;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 100px;
    line-height: 100px;
  }

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

  .heading-4 {
    font-size: 34px;
    line-height: 34px;
  }

  .transition {
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .salad-img, .knife-img, .fork-img {
    width: 80%;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .slide-2 {
    height: auto;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-banner {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .footer-3-col {
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .footer-3-col-2 {
    align-items: center;
  }

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

  .footer-3-para {
    text-align: center;
  }

  .footer-3-links {
    margin-right: 0;
  }

  .div-block-2, .div-block-3 {
    height: 115px;
  }

  .baracas-foodmenu {
    flex-direction: column;
    display: flex;
  }

  .div-block-6 {
    position: static;
  }

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 44px;
  }

  h2 {
    font-size: 34px;
    line-height: 34px;
  }

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

  .style-guide-color-wrap {
    height: auto;
  }

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

  .heading-2 {
    font-size: 80px;
    line-height: 80px;
  }

  .paragraph {
    width: 100%;
  }

  .review_star_image-2 {
    width: 30%;
  }

  .contact-block {
    flex-direction: column-reverse;
    display: flex;
  }

  .info-block {
    padding-left: 0;
  }

  .salad-img, .knife-img, .fork-img {
    width: 80%;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .text-block-4 {
    text-align: center;
    line-height: 1;
  }

  .footer-3-link, .footer-3-link.w--current {
    margin-bottom: 10px;
  }

  .footer-3-col {
    justify-content: center;
    align-items: center;
  }

  .footer-3-col-2 {
    display: flex;
  }

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

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-3-links {
    flex-direction: column;
  }

  .div-block-2, .div-block-3 {
    height: 100px;
  }

  .video-mob {
    display: none;
  }

  .rl_gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .rl_gallery_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 3rem;
  }

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

  .rl_gallery7_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section-padding.z-index {
    padding-top: 5px;
  }

  .container {
    max-width: 350px;
    padding-bottom: 0;
  }

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

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .link {
    font-size: 14px;
  }

  .menu-grid {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
  }

  .logo-text {
    font-size: 17px;
  }

  .text-span {
    letter-spacing: 2px;
    font-size: 9px;
  }

  .decorative-block {
    height: 15vh;
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 44px;
  }

  .heading-2.left {
    left: 0;
  }

  .paragraph.review {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .paragraph.food {
    text-align: left;
  }

  .body-2 {
    background-image: linear-gradient(#1e1e1ee3, #1e1e1ee3);
    background-position: 0 0;
    background-attachment: scroll;
  }

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

  .heading-3.bold {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 900;
  }

  .heading-3.bold.nomargin {
    text-align: left;
  }

  .image-2 {
    right: 0;
  }

  .image-3 {
    left: 0;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .review_star_image-2 {
    width: 40%;
  }

  .about-grid {
    flex-direction: column;
    grid-template-columns: .5fr 1fr;
    display: flex;
  }

  .about-right {
    padding-top: 20px;
    right: 0;
  }

  .menu-link {
    font-size: 50px;
    line-height: 50px;
  }

  .link-block-2.w--current {
    height: auto;
  }

  .time-table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .time-grid {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .text-block-2 {
    font-weight: 300;
  }

  .text-block-2.day {
    font-weight: 900;
  }

  .food-grid {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .menu-title {
    line-height: 1;
  }

  .menu-title.invisible {
    opacity: .36;
  }

  .price {
    opacity: .57;
  }

  .category-block {
    align-items: flex-start;
  }

  .transition {
    width: 100vw;
    height: 100vh;
    display: none;
    inset: 0%;
  }

  .transition-content {
    position: absolute;
  }

  .transition-trigger {
    display: none;
  }

  .transition-bg {
    background-color: #1f1f1f;
    position: absolute;
  }

  .video-hero {
    height: 100vh;
  }

  .mask {
    width: 100%;
  }

  .left-arrow {
    justify-content: flex-start;
    width: 10%;
    display: flex;
  }

  .right-arrow {
    width: 10%;
  }

  .slide-nav {
    display: none;
  }

  .salad-block {
    align-items: flex-start;
  }

  .salad-img, .knife-img, .fork-img {
    width: 100%;
  }

  .banner-h3 {
    font-size: 25px;
  }

  .slide-content {
    align-items: flex-start;
    height: auto;
  }

  .slide-2 {
    height: auto;
  }

  .slide-2.full {
    width: 100vw;
    height: auto;
    position: static;
    inset: 0%;
  }

  .slide-wrapper {
    height: 100%;
  }

  .slide-wrapper.full {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    min-height: auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  .baracas-logo {
    width: 50px;
  }

  .banner-content {
    padding: 20px 3% 0;
  }

  .slider-2 {
    height: auto;
    min-height: auto;
  }

  .form-content {
    width: 100%;
  }

  .form-full {
    height: auto;
    min-height: auto;
  }

  .slide-banner.hidden {
    display: none;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .banner-logo {
    justify-content: center;
    padding-left: 0;
  }

  .notice {
    background-color: var(--secondary-brand-color);
  }

  .form-wrapper {
    height: auto;
  }

  .footer-3-link {
    margin-bottom: 10px;
  }

  .footer-3-col {
    margin-bottom: 20px;
  }

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

  .footer-3-links {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .div-block-2, .div-block-3 {
    height: 50px;
  }

  .scroll-indicator {
    align-items: flex-start;
    height: 30vh;
    inset: auto 0% 7%;
  }

  .social-block {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-link1, .menu-link2, .menu-link3, .menu-link4, .menu-link5 {
    font-size: 50px;
    line-height: 50px;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
    position: relative;
    top: 0;
  }

  .section-2 {
    padding-top: 20px;
  }

  .html-embed-3 {
    justify-content: center;
    align-items: center;
    width: 150vw;
    max-width: none;
    height: 30vh;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .video-mob {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 30vh;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .div-block-8 {
    z-index: 2;
    position: absolute;
    inset: 0%;
  }

  .div-block-9 {
    width: 100vw;
    position: relative;
  }

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

#w-node-_27c3d822-89a5-140f-1dad-a2258457300b-04fbc62a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0503a91-38da-ed0e-0cb7-6af74b0c979e-04fbc62a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e492a5e2-3d5e-c48e-0df8-b1e2a5b93fde-04fbc62a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e492a5e2-3d5e-c48e-0df8-b1e2a5b93fdf-04fbc62a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b4fe7a41-35ff-9c3e-e0fe-894febbe09c8-ebbe09c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-ddfbc62b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-ddfbc62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-ddfbc62b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-ddfbc62b, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-ddfbc62b, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-ddfbc62b, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-ddfbc62b, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-ddfbc62b, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-ddfbc62b, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-ddfbc62b, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-ddfbc62b, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-ddfbc62b, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-ddfbc62b, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-ddfbc62b, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-ddfbc62b, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-ddfbc62b, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-ddfbc62b, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-ddfbc62b, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-ddfbc62b, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-ddfbc62b, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-ddfbc62b, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-ddfbc62b, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-ddfbc62b, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-ddfbc62b, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-ddfbc62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-ddfbc62b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-ddfbc62b, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-ddfbc62b, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-ddfbc62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-ddfbc62b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-ddfbc62b, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-ddfbc62b, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-ddfbc62b, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-ddfbc62b, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-ddfbc62b, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-ddfbc62b, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-ddfbc62b, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-ddfbc62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-ddfbc62b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-ddfbc62b, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-ddfbc62b, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-ddfbc62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-ddfbc62b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-ddfbc62b, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-ddfbc62b, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-ddfbc62b, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-ddfbc62b, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-ddfbc62b, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-ddfbc62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-ddfbc62b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-ddfbc62b, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-ddfbc62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c94be06-3269-c367-3083-f55e86e34183-f2e8dee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d96f7e6e-108a-bfcc-7099-17d8b84d3448-f2e8dee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4ba8ecc2-563f-a9e6-e68c-670fe6072744-9adcc97b, #w-node-_34656c9d-6850-c36f-8228-eaa893dd8956-9adcc97b, #w-node-f31a28ae-ce2a-7caf-2112-2a8989110344-9adcc97b, #w-node-f31a28ae-ce2a-7caf-2112-2a8989110347-9adcc97b, #w-node-_99f8a43c-1266-dc13-cd78-51cbd9f51efc-9adcc97b, #w-node-_99f8a43c-1266-dc13-cd78-51cbd9f51eff-9adcc97b, #w-node-_94104758-66bd-c1f9-cb70-822e1e08b83c-9adcc97b, #w-node-_94104758-66bd-c1f9-cb70-822e1e08b83f-9adcc97b, #w-node-f139c6c1-f5a5-0b15-c176-c1031252b8e9-9adcc97b, #w-node-f139c6c1-f5a5-0b15-c176-c1031252b8ec-9adcc97b, #w-node-_1b76d33a-ad04-6038-1d8a-cc6d5ad3d951-9adcc97b, #w-node-_1b76d33a-ad04-6038-1d8a-cc6d5ad3d954-9adcc97b, #w-node-_2665674a-79b7-5290-9f4d-991d8a9e986e-9adcc97b, #w-node-_2665674a-79b7-5290-9f4d-991d8a9e9871-9adcc97b, #w-node-_2da007e0-a0ca-1d24-31df-d90d231a72ca-9adcc97b, #w-node-_6884d02d-29cb-bd3a-9ee4-299b3df55a07-9adcc97b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a33866f-8713-86b8-3628-0aeab1ffe7da-965e00c3 {
  align-self: start;
}

#w-node-fb7dca70-b2f5-7725-dc19-75cddcb73763-965e00c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a076fbca-0854-01c6-4edd-ac534c9f531f-965e00c3, #w-node-eba0594c-62bd-1c71-097c-8c592382e85a-965e00c3, #w-node-_9b704d02-c3ff-cc3a-21af-7f00f5cac960-965e00c3, #w-node-c70f4cd5-d31d-3a52-70e0-06e92d9765ba-965e00c3, #w-node-_059e2856-4b98-e889-2049-4e7f02d3b45e-965e00c3, #w-node-fc6a55a9-16ee-1bbf-a4d5-767d2d89c04c-965e00c3, #w-node-_674f842b-b462-a5ca-55ea-92db53af5cb8-965e00c3, #w-node-_628ccda8-1685-0b30-49a6-a9c8efb4dd80-965e00c3, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c545402-965e00c3, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c54540a-965e00c3, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c545412-965e00c3, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c54541a-965e00c3, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c545422-965e00c3, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c54542a-965e00c3, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c545432-965e00c3, #w-node-bb249747-5986-e1db-1fd3-ff8636939377-965e00c3, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3b0-965e00c3, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3b8-965e00c3, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3c0-965e00c3, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3c8-965e00c3, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3d0-965e00c3, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3d8-965e00c3, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3e0-965e00c3, #w-node-_568acc5e-7f69-6d1b-94ea-b371a18af7e1-965e00c3, #w-node-c7a760ee-4416-c45e-cb61-4bdc6f9f97ec-965e00c3, #w-node-_3526fe0a-6e7a-807b-322b-31d92ddef70c-965e00c3, #w-node-de59c661-5bc8-13eb-d73c-67fdf45dc33a-965e00c3, #w-node-de59c661-5bc8-13eb-d73c-67fdf45dc342-965e00c3, #w-node-de59c661-5bc8-13eb-d73c-67fdf45dc34a-965e00c3, #w-node-de59c661-5bc8-13eb-d73c-67fdf45dc352-965e00c3, #w-node-b5ef8f77-3768-8b02-1f56-76dcae0e665e-965e00c3, #w-node-_2d94a785-ef39-d36c-901a-dc0b4131f9a6-965e00c3, #w-node-_2d94a785-ef39-d36c-901a-dc0b4131f9ae-965e00c3, #w-node-_2d94a785-ef39-d36c-901a-dc0b4131f9b6-965e00c3, #w-node-_2d94a785-ef39-d36c-901a-dc0b4131f9be-965e00c3, #w-node-_97f1d8ca-91fa-85da-e62c-4e7f4e4768ad-965e00c3, #w-node-e0432520-3753-2641-771f-aecd9b06ec66-965e00c3, #w-node-e0432520-3753-2641-771f-aecd9b06ec6e-965e00c3, #w-node-e0432520-3753-2641-771f-aecd9b06ec76-965e00c3, #w-node-e0432520-3753-2641-771f-aecd9b06ec7e-965e00c3, #w-node-ce2e822a-8332-acdd-8a1d-1dfcb387fa77-965e00c3, #w-node-_695e6288-e636-63a7-9759-a144c2c571c0-965e00c3, #w-node-_695e6288-e636-63a7-9759-a144c2c571c8-965e00c3, #w-node-_695e6288-e636-63a7-9759-a144c2c571d0-965e00c3, #w-node-_695e6288-e636-63a7-9759-a144c2c571d8-965e00c3, #w-node-_81893165-1336-c06d-8a4e-0651c955b8c8-965e00c3, #w-node-_80d53f8a-a5cc-aa58-d1a4-9122384c27cb-965e00c3, #w-node-_80d53f8a-a5cc-aa58-d1a4-9122384c27d3-965e00c3, #w-node-_80d53f8a-a5cc-aa58-d1a4-9122384c27db-965e00c3, #w-node-_80d53f8a-a5cc-aa58-d1a4-9122384c27e3-965e00c3, #w-node-_80d53f8a-a5cc-aa58-d1a4-9122384c27eb-965e00c3, #w-node-_9af7be94-90c8-e2ab-b5f9-9e87d61bebb5-965e00c3, #w-node-cc31936e-88e4-4555-6826-2de338c29120-965e00c3, #w-node-eb405f18-7611-3e9a-c433-d04037369dbf-965e00c3, #w-node-eb405f18-7611-3e9a-c433-d04037369dc7-965e00c3, #w-node-eb405f18-7611-3e9a-c433-d04037369dcf-965e00c3, #w-node-eb405f18-7611-3e9a-c433-d04037369dd7-965e00c3, #w-node-_28e3fece-c4ea-42f9-d025-a538f6879a72-965e00c3, #w-node-_04e3ba86-cf5c-701e-e5ef-5366b751ba71-965e00c3, #w-node-_04e3ba86-cf5c-701e-e5ef-5366b751ba79-965e00c3, #w-node-_04e3ba86-cf5c-701e-e5ef-5366b751ba81-965e00c3, #w-node-_04e3ba86-cf5c-701e-e5ef-5366b751ba89-965e00c3, #w-node-_516033c9-b4fc-da5f-ca2b-46505c0d5205-965e00c3, #w-node-acb91644-661f-06f9-ed5f-70de84962b41-965e00c3, #w-node-_6f8f357c-21be-705e-64e3-50234d5b9275-965e00c3, #w-node-_6f8f357c-21be-705e-64e3-50234d5b927d-965e00c3, #w-node-_6f8f357c-21be-705e-64e3-50234d5b9285-965e00c3, #w-node-_6f8f357c-21be-705e-64e3-50234d5b928d-965e00c3, #w-node-_6f8f357c-21be-705e-64e3-50234d5b9295-965e00c3, #w-node-_6f8f357c-21be-705e-64e3-50234d5b929d-965e00c3, #w-node-_6e82fef5-fac6-fb05-b103-5f929e5646af-965e00c3, #w-node-_3a633448-5855-17e4-7711-b660d020b859-965e00c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e325639-0eaf-2f4f-dd0b-8a5127460998-965e00c3, #w-node-_4e325639-0eaf-2f4f-dd0b-8a51274609a0-965e00c3, #w-node-_8619d61c-81d8-72c9-563c-6c0562825e1b-965e00c3, #w-node-_4c7b533d-efa4-8c35-80f5-1bbbb5f4d3f9-965e00c3, #w-node-_4e325639-0eaf-2f4f-dd0b-8a51274609a8-965e00c3, #w-node-_4e325639-0eaf-2f4f-dd0b-8a51274609b0-965e00c3, #w-node-_50555f79-bbf4-882e-6491-fce657abc600-965e00c3, #w-node-_53552134-73cc-795f-552f-6c2b77fbcf1a-965e00c3, #w-node-_6f3f0092-0603-2076-0cce-d7a52a00ba7d-965e00c3, #w-node-a94bc348-4048-6549-feb3-d8cb98b44b06-965e00c3, #w-node-_4526c12b-7597-424e-5bd4-ff6925f22a2f-965e00c3, #w-node-_4526c12b-7597-424e-5bd4-ff6925f22a3c-965e00c3, #w-node-_762f4acd-f53f-43f7-22b9-bd79a9b517ba-965e00c3, #w-node-_762f4acd-f53f-43f7-22b9-bd79a9b517c0-965e00c3, #w-node-_762f4acd-f53f-43f7-22b9-bd79a9b517c6-965e00c3, #w-node-a9a28719-85ea-5dbd-0256-e8315fe84701-3b353d3f, #w-node-a9a28719-85ea-5dbd-0256-e8315fe8472d-3b353d3f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a33866f-8713-86b8-3628-0aeab1ffe7da-ba453fa7 {
  align-self: start;
}

#w-node-fb7dca70-b2f5-7725-dc19-75cddcb73763-ba453fa7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a076fbca-0854-01c6-4edd-ac534c9f531f-ba453fa7, #w-node-eba0594c-62bd-1c71-097c-8c592382e85a-ba453fa7, #w-node-_9b704d02-c3ff-cc3a-21af-7f00f5cac960-ba453fa7, #w-node-c70f4cd5-d31d-3a52-70e0-06e92d9765ba-ba453fa7, #w-node-_059e2856-4b98-e889-2049-4e7f02d3b45e-ba453fa7, #w-node-f10810cb-28b2-c483-9100-20a374b4c8ec-ba453fa7, #w-node-_12a8d62f-1f67-72fa-9ad1-6e399f11a3fb-ba453fa7, #w-node-_4b144db4-5fc6-e8b7-27f5-3efb087ff347-ba453fa7, #w-node-_0ccbde8e-3419-c6b3-cce4-73320e7439d1-ba453fa7, #w-node-_5ac8bd4b-8098-ed5d-3f8b-62331ba60c51-ba453fa7, #w-node-e8d0a818-b7d8-ca05-7180-bfe452e65893-ba453fa7, #w-node-e42456fb-3c1f-6295-32e0-d8a487d3dd1f-ba453fa7, #w-node-_3557c005-88db-3040-94fe-c43b3a589965-ba453fa7, #w-node-_5ac8bd4b-8098-ed5d-3f8b-62331ba60c59-ba453fa7, #w-node-_5ac8bd4b-8098-ed5d-3f8b-62331ba60c61-ba453fa7, #w-node-_5ac8bd4b-8098-ed5d-3f8b-62331ba60c69-ba453fa7, #w-node-a95ed29d-31b0-1c61-368e-f855992ffcbf-ba453fa7, #w-node-e2009c33-b694-ccda-347e-4d67e6478b1e-ba453fa7, #w-node-_46b2d8ab-56bf-c2de-09b6-63497b43e367-ba453fa7, #w-node-_30ed0198-bf8e-c8c4-82f7-d31668c533cb-ba453fa7, #w-node-ed278be8-e880-029f-b7fe-7a0db0376744-ba453fa7, #w-node-a4680b66-78e1-09bf-47a2-1b0d84fb8a43-ba453fa7, #w-node-_59510661-6f7d-ca61-8017-27dfa2714cbf-ba453fa7, #w-node-_8533a6ba-abc0-08e2-ebc3-aa87d6de32b4-ba453fa7, #w-node-_65a1eabe-f82d-7ed4-ace5-130f63d8c710-ba453fa7, #w-node-_757a026d-3abf-869c-72ce-3148e668ab79-ba453fa7, #w-node-_33cdc8d9-0b98-716a-7577-a1c519f40fad-ba453fa7, #w-node-cc774b85-5917-9b86-1364-983d1cd456a7-ba453fa7, #w-node-ae5707c3-a034-121e-707d-3673297faf63-ba453fa7, #w-node-f406b1de-20c3-6c60-6667-40df07cf9dee-ba453fa7, #w-node-b66640a0-76bb-484c-390f-6301bba94de4-ba453fa7, #w-node-_27e7ee99-37ae-b14f-1c41-31ce4c545402-ba453fa7, #w-node-_9da26bb4-0486-e76b-b0ec-3b3070dc2ea4-ba453fa7, #w-node-f0296ea5-b144-a806-d0c0-f090e93591bd-ba453fa7, #w-node-_8aa32593-7c91-d769-b765-4df2a090ca27-ba453fa7, #w-node-_399122b5-629b-d42f-c2db-5ca9ff189856-ba453fa7, #w-node-_942817d9-dc3b-9407-347e-7744c7fcd8f2-ba453fa7, #w-node-d07cd0dd-5e6a-74d5-4642-48c8ecd4b487-ba453fa7, #w-node-d07cd0dd-5e6a-74d5-4642-48c8ecd4b48d-ba453fa7, #w-node-d07cd0dd-5e6a-74d5-4642-48c8ecd4b493-ba453fa7, #w-node-d07cd0dd-5e6a-74d5-4642-48c8ecd4b499-ba453fa7, #w-node-d07cd0dd-5e6a-74d5-4642-48c8ecd4b49f-ba453fa7, #w-node-cf00bdda-66d1-4caf-2518-c0ff70d04ebf-ba453fa7, #w-node-d07cd0dd-5e6a-74d5-4642-48c8ecd4b4a5-ba453fa7, #w-node-bf030fdb-cfe9-0b5d-3ace-f1b64497a1bd-ba453fa7, #w-node-bf030fdb-cfe9-0b5d-3ace-f1b64497a1c3-ba453fa7, #w-node-bf030fdb-cfe9-0b5d-3ace-f1b64497a1c9-ba453fa7, #w-node-bf030fdb-cfe9-0b5d-3ace-f1b64497a1cf-ba453fa7, #w-node-bf030fdb-cfe9-0b5d-3ace-f1b64497a1d5-ba453fa7, #w-node-bf030fdb-cfe9-0b5d-3ace-f1b64497a1e1-ba453fa7, #w-node-_708cd8e7-e9f8-8a63-76fb-92698ccc2032-ba453fa7, #w-node-_708cd8e7-e9f8-8a63-76fb-92698ccc2038-ba453fa7, #w-node-_708cd8e7-e9f8-8a63-76fb-92698ccc203e-ba453fa7, #w-node-_708cd8e7-e9f8-8a63-76fb-92698ccc2044-ba453fa7, #w-node-_708cd8e7-e9f8-8a63-76fb-92698ccc204a-ba453fa7, #w-node-_03995577-13a4-1d32-b4d8-da279443e4c1-ba453fa7, #w-node-f59d8f19-81e4-a03f-e2e9-705aa9d3714c-ba453fa7, #w-node-_708cd8e7-e9f8-8a63-76fb-92698ccc2050-ba453fa7, #w-node-c5e7d890-a677-40c1-a7ed-54c9ed184fb7-ba453fa7, #w-node-c5e7d890-a677-40c1-a7ed-54c9ed184fbd-ba453fa7, #w-node-c5e7d890-a677-40c1-a7ed-54c9ed184fc3-ba453fa7, #w-node-c5e7d890-a677-40c1-a7ed-54c9ed184fc9-ba453fa7, #w-node-c5e7d890-a677-40c1-a7ed-54c9ed184fcf-ba453fa7, #w-node-c5e7d890-a677-40c1-a7ed-54c9ed184fd5-ba453fa7, #w-node-cf077817-f4e9-7e9d-8ce4-e82ee5311eff-ba453fa7, #w-node-cf077817-f4e9-7e9d-8ce4-e82ee5311f05-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaecdb-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaece3-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaeceb-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaecf3-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaecfb-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaed03-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaed0b-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaed13-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaed1b-ba453fa7, #w-node-fad1e8f2-5cd3-1e5c-da26-4e9a76aaed23-ba453fa7, #w-node-_6fa2f286-8a87-18fa-33d1-acdfc05fa07e-ba453fa7, #w-node-a1737ca3-0a17-ac4c-5945-a44f1ef94af2-ba453fa7, #w-node-dafe04e9-08e9-1f65-15d8-98ede8df2281-ba453fa7, #w-node-_07f71b75-7bb0-1e0b-8543-a45b6e7a274d-ba453fa7, #w-node-_92219d24-0c6a-9cd7-2d82-a654df7d4d88-ba453fa7, #w-node-_61f7101e-0623-d0a9-df1e-a62e66e66ca8-ba453fa7, #w-node-_5c86f509-aed4-5759-aa33-eada2f691ed2-ba453fa7, #w-node-_394eb421-45db-6564-b826-a28d04335194-ba453fa7, #w-node-_847c8c24-8afa-c06b-8e91-15ba361b27e7-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4fe89-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4fe91-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4fe99-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4fea1-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4fea9-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4feb1-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4feb9-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4fec1-ba453fa7, #w-node-fafec976-8a44-bbef-76ad-58f274f4fec9-ba453fa7, #w-node-_35306b84-7c48-f39a-d163-0880ed6327fb-ba453fa7, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3b0-ba453fa7, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3b8-ba453fa7, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3c0-ba453fa7, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3c8-ba453fa7, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3d0-ba453fa7, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3d8-ba453fa7, #w-node-_36472fc8-39f9-b8a8-74f8-bc2e1be0a3e0-ba453fa7, #w-node-_568acc5e-7f69-6d1b-94ea-b371a18af7e1-ba453fa7, #w-node-c7a760ee-4416-c45e-cb61-4bdc6f9f97ec-ba453fa7, #w-node-_3526fe0a-6e7a-807b-322b-31d92ddef70c-ba453fa7, #w-node-_1b2b3b83-7020-edbb-b9cd-6ae17349760b-ba453fa7, #w-node-bb94b2d1-6ab0-e337-eb33-6e4ccb53d66e-ba453fa7, #w-node-_3aa0a3cf-e30c-fb89-4869-d06012170af4-ba453fa7, #w-node-a470ac42-5edd-99de-4250-6129441b873d-ba453fa7, #w-node-_366e0f9e-d92e-d947-92a8-667f8e8eb53e-ba453fa7, #w-node-daf7b556-cbc4-6409-6961-b4d20d6a0f10-ba453fa7, #w-node-_3a8cd452-87e9-1565-265e-de2276742718-ba453fa7, #w-node-a40aa1f9-c2f0-61a5-368a-410e60861486-ba453fa7, #w-node-a48b2fe0-b36e-148b-7184-36b67f3a2afd-ba453fa7, #w-node-a48b2fe0-b36e-148b-7184-36b67f3a2b05-ba453fa7, #w-node-a48b2fe0-b36e-148b-7184-36b67f3a2b0d-ba453fa7, #w-node-a48b2fe0-b36e-148b-7184-36b67f3a2b15-ba453fa7, #w-node-a48b2fe0-b36e-148b-7184-36b67f3a2b1d-ba453fa7, #w-node-a48b2fe0-b36e-148b-7184-36b67f3a2b25-ba453fa7, #w-node-c1b44c6f-c4e3-8e3c-79b7-5294be6faea4-ba453fa7, #w-node-c1b44c6f-c4e3-8e3c-79b7-5294be6faeac-ba453fa7, #w-node-c1b44c6f-c4e3-8e3c-79b7-5294be6faeb4-ba453fa7, #w-node-c1b44c6f-c4e3-8e3c-79b7-5294be6faebc-ba453fa7, #w-node-c1b44c6f-c4e3-8e3c-79b7-5294be6faec4-ba453fa7, #w-node-c1b44c6f-c4e3-8e3c-79b7-5294be6faecc-ba453fa7, #w-node-_78b49a25-2c50-3e0c-f69c-28638d008bd7-ba453fa7, #w-node-be0193cb-d48d-9ca6-d805-2383a981a0e0-ba453fa7, #w-node-_0a59289f-c8f2-512b-b73c-e11c7f021c25-ba453fa7, #w-node-_50a0f882-8ad9-59fc-832e-659f977b141c-ba453fa7, #w-node-_722a274b-ff83-19e4-e347-ab791db2d7fa-ba453fa7, #w-node-cbca1762-d85d-5685-dee1-dfa8d1a70aeb-ba453fa7, #w-node-_0fc266e3-7028-692d-151e-79a0ccf7cc50-ba453fa7, #w-node-_040cb52f-229e-a6a9-03e0-1a77e6c2bd7f-ba453fa7, #w-node-_0b99f853-959c-1bcf-5376-e54d152ab6ac-ba453fa7, #w-node-_8e0638bb-de9b-2b78-885e-6841baf374b7-ba453fa7, #w-node-_21d139c0-f8ad-4f4f-ef8a-b44f951b7eeb-ba453fa7, #w-node-_92d37e81-c104-e8a4-88e8-ab6e34abe038-ba453fa7, #w-node-edbf91e3-4e2d-20eb-6392-3f62fc23b057-ba453fa7, #w-node-debc0595-6ebd-42ce-0ef6-4d8bcf5be7df-ba453fa7, #w-node-b38176e3-03a3-0d32-d9bd-cb5ede67a8e2-ba453fa7, #w-node-_977c5868-333f-92a6-b103-c6d2582b03cd-ba453fa7, #w-node-_9586a7f4-6b6b-79af-8dba-3ce007182be3-ba453fa7, #w-node-_1cc1c2fd-9c5a-edd6-eb06-6390ba600219-ba453fa7, #w-node-af9b22b1-66cd-44b6-aeb8-c65458fcbb2d-ba453fa7, #w-node-c6421838-d4b1-c110-d7c0-384a21b2fe0c-ba453fa7, #w-node-_249e26c9-8413-5c45-6a7b-7ceccadac059-ba453fa7, #w-node-dd71fc6f-9b23-5edd-bf1f-7d654ba61c5b-ba453fa7, #w-node-d8cea13c-b24e-046e-cc0d-aee573728dc2-ba453fa7, #w-node-_91afd84b-cb25-6bcc-9dcd-e3741ff6cf4d-ba453fa7, #w-node-a470e711-67f1-5f7f-d610-704265b50f87-ba453fa7, #w-node-eb4995b0-5dad-ebe8-7c40-f2d44adb0b96-ba453fa7, #w-node-_245b2c00-8c86-a9ab-af74-e8b814351d7e-ba453fa7, #w-node-ce4d93ef-6f73-13f2-16b2-e8ae08921de1-ba453fa7, #w-node-_38f66f9a-5bf2-ba50-32ae-6849391ffec4-ba453fa7, #w-node-_5aac90ca-68d5-1059-10ad-b961894e9e9a-ba453fa7, #w-node-aeb6871c-081f-5500-49c3-7b63d003e46e-ba453fa7, #w-node-cb5a64b4-39e3-078a-5734-ddd9543da37e-ba453fa7, #w-node-_0b9d5484-2591-7676-84f2-9cfdfb06b4d0-ba453fa7, #w-node-bc8ab10b-5d5e-ab05-1697-c9d658497183-ba453fa7, #w-node-_8074780f-fc69-c948-b67d-de5adbee66ac-ba453fa7, #w-node-ff7528f2-1133-c4d1-46bc-ba720de1eb5e-ba453fa7, #w-node-f2b7065e-80bc-9df1-76cd-78d028938741-ba453fa7, #w-node-a8f20f66-ba03-017b-8462-8752d04fdfc7-ba453fa7, #w-node-d26e7fb2-34a8-7662-3065-bcdea9cd4f5d-ba453fa7, #w-node-_064756c1-0449-646c-75a5-fc02f87b8032-ba453fa7, #w-node-_026f6f81-2589-db04-9f0d-538b3d578c84-ba453fa7, #w-node-_966e5db8-819d-7c0b-4201-a1912cc5f222-ba453fa7, #w-node-eb2653e7-d11a-2877-49c5-1ddf719ff89a-ba453fa7, #w-node-_2fa21c22-4306-01a3-1b90-a40fdbf9ef8e-ba453fa7, #w-node-_9768b3d0-bb23-77bb-00fa-8176a91ed3c7-ba453fa7, #w-node-_6fcb041f-6ea5-4967-219b-6faa23c83ca7-ba453fa7, #w-node-_81808c54-b3b2-22d2-31c9-c8f939c4c463-ba453fa7, #w-node-a2342334-2108-45b5-b7e0-4b45df4945cd-ba453fa7, #w-node-c3f143b2-2b22-b58e-0643-ee0c8230a7b2-ba453fa7, #w-node-f4c2564e-9f84-9fe9-acfd-dfe813981c6b-ba453fa7, #w-node-_70e5077d-705c-61dd-d09e-ec39f1310421-ba453fa7, #w-node-ff02367f-f52f-a0a0-7019-41dd5d807245-ba453fa7, #w-node-_29f17efb-61c0-8903-ce6c-fe0e6dcdab3a-ba453fa7, #w-node-e93c2b28-f9f6-8fdd-5eff-33411f2153e5-ba453fa7, #w-node-_1c7a5f6f-9b7b-06b3-fc14-64a9d7161231-ba453fa7, #w-node-fd953f41-935a-1abd-01ce-f657ffeb4824-ba453fa7, #w-node-_26edd46e-5add-3792-8705-5111d5e3f70e-ba453fa7, #w-node-bf7cbe98-23d0-8780-4b56-2000c8771d0d-ba453fa7, #w-node-_3be15b88-a11d-f588-96d2-775ed0f478a7-ba453fa7, #w-node-e27400f4-4dcc-4823-0e58-f2d508f66eb5-ba453fa7, #w-node-_692b9a4a-d32a-5beb-eaf2-c60361cb290b-ba453fa7, #w-node-_58afd3f4-7a3d-5615-2eef-e5327131ecfc-ba453fa7, #w-node-fb87d332-9500-1649-e3c3-b5dd085c078a-ba453fa7, #w-node-a2dbe979-ff80-8adf-b216-2d92df0eabea-ba453fa7, #w-node-_013f2600-ba7a-ba02-d9e7-41d5b9b658d4-ba453fa7, #w-node-e4dc7479-39fb-59a4-7aa9-6f8b396f5595-ba453fa7, #w-node-_2e21516c-f853-32a9-13a5-dd9f3d282f62-ba453fa7, #w-node-_103727c2-39c4-f51e-f6fd-9b45f928403a-ba453fa7, #w-node-a780201b-476b-54f1-9e3d-0f6bf419eeda-ba453fa7, #w-node-dc2c3710-a70d-75e0-5d1a-71e233342fcc-ba453fa7, #w-node-_02600926-a80e-63dd-64f5-a53048b4b2b5-ba453fa7, #w-node-ed8f2bc8-d429-851e-87af-59f8fa2c6d2f-ba453fa7, #w-node-_02479c66-f9bf-a860-b3f8-20c7d6bc429b-ba453fa7, #w-node-_70faec3d-d734-363b-fd7c-12253a6d0228-ba453fa7, #w-node-_70faec3d-d734-363b-fd7c-12253a6d0230-ba453fa7, #w-node-_70faec3d-d734-363b-fd7c-12253a6d0238-ba453fa7, #w-node-_7c305c96-6bb1-339c-bfb5-f3911dfd762e-ba453fa7, #w-node-ef8cf49d-9e77-0ba3-9c8a-5f3644760926-ba453fa7, #w-node-_6a2a9a60-10cf-f584-2c32-9d53eea93af2-ba453fa7, #w-node-_6713c075-216d-2531-585f-f3fa3574f306-ba453fa7, #w-node-f544f30f-b1fc-c214-c98a-d8c76c7e9c3e-ba453fa7, #w-node-f544f30f-b1fc-c214-c98a-d8c76c7e9c44-ba453fa7, #w-node-f544f30f-b1fc-c214-c98a-d8c76c7e9c4a-ba453fa7, #w-node-_6a534610-59c2-c35f-eb53-af746bdac3ac-ba453fa7, #w-node-_6a534610-59c2-c35f-eb53-af746bdac3b2-ba453fa7, #w-node-_6a534610-59c2-c35f-eb53-af746bdac3b8-ba453fa7, #w-node-a3b56350-8477-c641-ba64-4aeb79ad86fc-ba453fa7, #w-node-_330aea5c-a4ad-cfea-6c0f-f0122cbf823b-ba453fa7, #w-node-b7db4d12-27ee-0c83-adb0-d65bd859bd82-ba453fa7, #w-node-ca78d31c-c248-9d58-1cff-dbb77307819f-ba453fa7, #w-node-a242825b-1f0d-804f-77f4-04a161acfa29-ba453fa7, #w-node-e5f1637a-3e27-f948-7de9-3f7f1a122bf4-ba453fa7, #w-node-e4375b65-61e5-9a7f-cdc0-c16cf0e00961-ba453fa7, #w-node-e8f41fab-5f5b-1e3c-05a7-952dcf7ada99-ba453fa7, #w-node-f4b06698-b316-a32f-6be6-cbf7d59720d2-ba453fa7, #w-node-f4b06698-b316-a32f-6be6-cbf7d59720d8-ba453fa7, #w-node-f4b06698-b316-a32f-6be6-cbf7d59720de-ba453fa7, #w-node-f4b06698-b316-a32f-6be6-cbf7d59720e4-ba453fa7, #w-node-f4b06698-b316-a32f-6be6-cbf7d59720ea-ba453fa7, #w-node-f4b06698-b316-a32f-6be6-cbf7d59720f0-ba453fa7, #w-node-f4b06698-b316-a32f-6be6-cbf7d59720f6-ba453fa7, #w-node-_3b3b5f5b-ccbc-09d9-e7a4-e374591c4728-ba453fa7, #w-node-_42fe3984-47a3-ff86-e4b2-742d8068076a-ba453fa7, #w-node-b3215c2a-0dd7-afd8-0a6b-e127906bfc03-ba453fa7, #w-node-d1c8e10a-2e76-06b9-3f70-48a6840a6439-ba453fa7, #w-node-d1c8e10a-2e76-06b9-3f70-48a6840a643f-ba453fa7, #w-node-d1c8e10a-2e76-06b9-3f70-48a6840a6445-ba453fa7, #w-node-d1c8e10a-2e76-06b9-3f70-48a6840a644b-ba453fa7, #w-node-d1c8e10a-2e76-06b9-3f70-48a6840a6451-ba453fa7, #w-node-b2efcd2f-b79c-b222-c417-c338024cf8e5-ba453fa7, #w-node-_0e3c06ef-8c6f-301f-4233-5f97ed28c1c9-ba453fa7, #w-node-_2493c3e9-f3fe-9650-b987-0eb96a0bad50-ba453fa7, #w-node-_2493c3e9-f3fe-9650-b987-0eb96a0bad56-ba453fa7, #w-node-_2493c3e9-f3fe-9650-b987-0eb96a0bad5c-ba453fa7, #w-node-_2493c3e9-f3fe-9650-b987-0eb96a0bad62-ba453fa7, #w-node-_2493c3e9-f3fe-9650-b987-0eb96a0bad68-ba453fa7, #w-node-_5b2f9f80-c995-e81a-881e-4e74fe2a5e2c-ba453fa7, #w-node-_3a6933cd-2ea4-6605-573b-26d93899186f-ba453fa7, #w-node-cd49c227-e398-f8ba-7a3c-73d658ac1d37-ba453fa7, #w-node-_98db5ccc-68c1-7141-dcb6-b273794aa1c1-ba453fa7, #w-node-_6f3f98c0-4b2f-7b41-e5e1-a5c769405baf-ba453fa7, #w-node-bbadb6c5-cfec-9790-68c8-74313a917a9d-ba453fa7, #w-node-d1d1eedc-746a-68ee-2cc4-64b9898d05fc-ba453fa7, #w-node-_37ce4f44-628a-7e5e-ccd8-dfed79bdcf61-ba453fa7, #w-node-f2abf287-60f8-4c2c-1f09-b0ac5f6b15fb-ba453fa7, #w-node-_4f1efa93-3535-a9c4-2e7c-388afcc1e5d8-ba453fa7, #w-node-a15be799-ec00-1b65-757b-999412279032-ba453fa7, #w-node-_30eaec5e-73a6-4dad-7400-cfab56f7a6d4-ba453fa7, #w-node-_92d34daf-5b78-cee0-1bb5-bb99b2ab32ac-ba453fa7, #w-node-a44b73de-94cf-5749-08cf-546e5fbd0e54-ba453fa7, #w-node-_2dee8ac3-b6ee-045d-bbec-6379c36c95f8-ba453fa7, #w-node-_3bcf6343-a1a9-ea7b-40ee-f9a7f5230e26-ba453fa7, #w-node-d3539d8c-32e3-5ce5-2205-6373652455ed-ba453fa7, #w-node-f6b98537-4693-aec4-b3fa-712ca4517094-ba453fa7, #w-node-bd5ca84f-5a9b-218d-39e5-44e2f9279c9f-ba453fa7, #w-node-_969b529a-4043-636b-a1ea-90fe8baa1b0a-ba453fa7, #w-node-_06dadb26-6f01-7f4e-3fb3-c587b3d0d8ad-ba453fa7, #w-node-_05e8146f-b3ba-1d06-7c18-6a8d928eb4b4-ba453fa7, #w-node-c0cd962e-8768-7df0-4ecb-de0e5ab95fd1-ba453fa7, #w-node-_4682e6b7-acfe-c0aa-c853-7012c5f7246c-ba453fa7, #w-node-dbd5c313-ef5b-3e64-71bd-7c744bc342d1-ba453fa7, #w-node-_57a5ad64-c6c8-b42b-8069-179cbcce89a8-ba453fa7, #w-node-_9b837c94-0ac3-6a98-9072-bc685203e47b-ba453fa7, #w-node-_9b837c94-0ac3-6a98-9072-bc685203e481-ba453fa7, #w-node-_9b837c94-0ac3-6a98-9072-bc685203e487-ba453fa7, #w-node-_9b837c94-0ac3-6a98-9072-bc685203e48d-ba453fa7, #w-node-_9b837c94-0ac3-6a98-9072-bc685203e493-ba453fa7, #w-node-_9b837c94-0ac3-6a98-9072-bc685203e499-ba453fa7, #w-node-d4fa9a2d-350e-a461-10c1-9d2f53dc79f7-ba453fa7, #w-node-_96cadf22-216f-4f32-9df1-b29821774464-ba453fa7, #w-node-_81f0c413-942b-3d68-f32f-bc440807a473-ba453fa7, #w-node-_4d455d0c-9ae2-99fe-d3d9-3495195f028f-ba453fa7, #w-node-_54baf95c-bed6-5b72-4c82-a13ae07a561b-ba453fa7, #w-node-b166bb4b-7a1e-7e08-2e1a-b3911ee7d7e5-ba453fa7, #w-node-b5f93290-efa1-dc3f-9d97-f9401af01ec9-ba453fa7, #w-node-c0c2daa6-6358-23ec-b092-7dd94afb2657-ba453fa7, #w-node-d8fb324d-6a34-1beb-ac63-889554dd5af2-ba453fa7, #w-node-_9f192b9d-106a-75ed-e921-8b541d77da9e-ba453fa7, #w-node-ec32921e-2b1d-3102-1ca1-7306a184faa7-ba453fa7, #w-node-ddbdd625-7d89-8d94-a43a-980204d2cfcc-ba453fa7, #w-node-a5e0e305-e778-305e-c154-873a1389c5e8-ba453fa7, #w-node-dc73d8d0-b42a-30f6-2306-4224714d6097-ba453fa7, #w-node-f806abbe-8892-db36-7adc-562b7a5018b8-ba453fa7, #w-node-_8dcf36ea-12e4-da9d-91d4-1789a7c52c1c-ba453fa7, #w-node-_7fce7ebf-7dac-2cec-ca54-4de49dded934-ba453fa7, #w-node-_2b240d5c-ae3a-6e02-1a90-f913ee3cad32-ba453fa7, #w-node-_6a3ffdc8-36bc-3db1-167c-413b45718511-ba453fa7, #w-node-d1fdbca1-d560-c64c-9866-9be6bc553a3d-ba453fa7, #w-node-ce663d5c-d855-f771-d3d8-593ace755018-ba453fa7, #w-node-_7d0892c8-7244-fd43-3ef1-c6e99f105d04-ba453fa7, #w-node-_341d9289-7828-35dc-e56a-ac11b5c5407b-ba453fa7, #w-node-_2f49df9d-e95f-20b2-a649-497ba9f68a53-ba453fa7, #w-node-_7b6e644d-63eb-54af-ab02-776a576c817c-ba453fa7, #w-node-_1e11a806-83cd-7771-c261-37fac2467bfa-ba453fa7, #w-node-_4773a964-5ce2-934e-aa00-084d8d372ade-ba453fa7, #w-node-a1696f74-299d-2b08-305b-2619f55515c0-ba453fa7, #w-node-_726acf95-a3e1-4b9c-3ddc-ea1218e63028-ba453fa7, #w-node-e9d6cd6b-0fd5-ca5b-0966-a23b17ba0487-ba453fa7, #w-node-d527c4c5-e45a-78d4-1164-e7ef7315b562-ba453fa7, #w-node-_32022a57-858a-df3c-2074-7e1ae20a9303-ba453fa7, #w-node-d974ae8d-25da-4780-1e98-92536da2284f-ba453fa7, #w-node-_9de37241-8d47-ccf5-94fd-7ed793886058-ba453fa7, #w-node-cf66d1f2-a43e-b5fb-a5ad-c25782cfc9fa-ba453fa7, #w-node-_1b1b480a-870a-cc08-1fe4-67066f047271-ba453fa7, #w-node-b3298834-cf41-bb8c-27d1-0c42108952f8-ba453fa7, #w-node-_6bb16405-3e4c-646e-b657-7c89057dc472-ba453fa7, #w-node-_45cc1d85-0ad7-f44c-ced4-666af2fef4b8-ba453fa7, #w-node-bc0575e3-1502-2aec-f337-a8fbad3de823-ba453fa7, #w-node-_1dc93e55-8425-08bc-8eee-5d9422b84604-ba453fa7, #w-node-dc431c5e-7777-4874-1f9d-c5ec05a5856f-ba453fa7, #w-node-b54a32df-dc71-433e-44be-3a31ea5d2838-ba453fa7, #w-node-_9740a67c-9745-4f6b-55f4-dc2dfd1c79d4-ba453fa7, #w-node-d6f64d3c-db0e-f506-e7f6-d74ace422269-ba453fa7, #w-node-_372f4135-b6be-83ef-50d1-867718f9f9a3-ba453fa7, #w-node-d5783eef-a12f-7433-3be8-b7b69d39e594-ba453fa7, #w-node-_0385b0b1-f989-d755-d878-26077253ebe3-ba453fa7, #w-node-e9e9ebab-3b12-8259-5c18-240d564fe2a2-ba453fa7, #w-node-e9e9ebab-3b12-8259-5c18-240d564fe2a8-ba453fa7, #w-node-d37fb2eb-331f-70d1-c7f0-bd7979c7b99a-ba453fa7, #w-node-d37fb2eb-331f-70d1-c7f0-bd7979c7b9a0-ba453fa7, #w-node-d37fb2eb-331f-70d1-c7f0-bd7979c7b9a6-ba453fa7, #w-node-d37fb2eb-331f-70d1-c7f0-bd7979c7b9ac-ba453fa7, #w-node-_5c44c38c-6236-7370-1e9b-6fd0d5a5be6c-ba453fa7, #w-node-_5c44c38c-6236-7370-1e9b-6fd0d5a5be72-ba453fa7, #w-node-_5c44c38c-6236-7370-1e9b-6fd0d5a5be78-ba453fa7, #w-node-_5c44c38c-6236-7370-1e9b-6fd0d5a5be7e-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c076e-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c0774-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c077a-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c0780-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c0786-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c078c-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c0792-ba453fa7, #w-node-ad303cbe-40eb-5fb1-1d61-6798ac7c0798-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c867c-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c8682-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c8688-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c868e-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c8694-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c869a-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c86a0-ba453fa7, #w-node-_802067fa-1a3b-3668-f18c-994d6c3c86a6-ba453fa7, #w-node-fe0a9d38-78ee-6c9f-e391-0ce8ef6feb79-ba453fa7, #w-node-_8f43e0f1-1c61-4c50-5353-268006d4d0ad-ba453fa7, #w-node-_4ebb3650-bdab-b8fe-cb8e-132175b0cd3a-ba453fa7, #w-node-_4ebb3650-bdab-b8fe-cb8e-132175b0cd40-ba453fa7, #w-node-_4ebb3650-bdab-b8fe-cb8e-132175b0cd46-ba453fa7, #w-node-_4ebb3650-bdab-b8fe-cb8e-132175b0cd4c-ba453fa7, #w-node-_4ebb3650-bdab-b8fe-cb8e-132175b0cd52-ba453fa7, #w-node-_2bd9fe7c-69e2-bd34-f214-5c547bf3990f-ba453fa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3eeab65f-1000-6473-0be5-8ee533b7f5d3-ba453fa7, #w-node-_3a01ab9e-e56a-f070-a81a-b7e0230f75d3-ba453fa7, #w-node-_24abb16e-0304-b9bf-ef31-402406359a86-ba453fa7, #w-node-_6b4d3a82-882a-4f68-929a-e4be37b4861d-ba453fa7, #w-node-dea45a97-39a6-b92c-9ef7-98c87f957a15-ba453fa7, #w-node-f379ac10-63bc-32ee-aad1-d12115a6a674-ba453fa7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c632ec55-ec1a-9ee9-25c3-cd91ca70f00e-ba453fa7, #w-node-c632ec55-ec1a-9ee9-25c3-cd91ca70f014-ba453fa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c94be06-3269-c367-3083-f55e86e34183-a06549ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d96f7e6e-108a-bfcc-7099-17d8b84d3448-a06549ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f2-a06549ee {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f7-a06549ee {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f6-a06549ee {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f3-a06549ee {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f4-a06549ee {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: center;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f5-a06549ee {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f9-a06549ee {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6fa-a06549ee {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6fb-a06549ee {
  grid-area: 2 / 2 / 4 / 4;
  justify-self: center;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6fc-a06549ee {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6fd-a06549ee {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_66284819-1b61-531b-4a01-351088f3200a-a06549ee {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6fe-a06549ee {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_27c3d822-89a5-140f-1dad-a2258457300b-e9145365 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0503a91-38da-ed0e-0cb7-6af74b0c979e-e9145365 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e492a5e2-3d5e-c48e-0df8-b1e2a5b93fde-e9145365 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e492a5e2-3d5e-c48e-0df8-b1e2a5b93fdf-e9145365 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_27c3d822-89a5-140f-1dad-a2258457300b-8ebe6ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0503a91-38da-ed0e-0cb7-6af74b0c979e-8ebe6ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e492a5e2-3d5e-c48e-0df8-b1e2a5b93fde-8ebe6ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e492a5e2-3d5e-c48e-0df8-b1e2a5b93fdf-8ebe6ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e5bd595e-d23e-5334-a819-d852d872fe8a-cab7b4a5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e5bd595e-d23e-5334-a819-d852d872fe8d-cab7b4a5, #w-node-e5bd595e-d23e-5334-a819-d852d872fe90-cab7b4a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9a28719-85ea-5dbd-0256-e8315fe84701-bb34cc0b, #w-node-a9a28719-85ea-5dbd-0256-e8315fe8472d-bb34cc0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6f7-a06549ee, #w-node-_83f369a4-15c0-b8a0-987f-e94b84e8b6fe-a06549ee {
    grid-area: 4 / 1 / 5 / 3;
  }
}


