.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #bea48700;
  background-image: url('../images/Untitled-Design-12.png');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.navigation-grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.navigation-grid-large.newgrid {
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-line-vertical {
  background-color: #f5f5f6;
  width: 1px;
  height: 100%;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6c7c60;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 9px 23px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 20px;
}

.navigation-dropdown-card {
  background-color: #efebe4;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  min-width: 930px;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 32px;
  display: flex;
  left: -125px;
}

.icon {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.subheading-small {
  color: #252527;
  letter-spacing: -.08px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.navigation-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #252527;
  border: 1px solid #fff0;
  flex-flow: column;
  padding: 12px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.navigation-card:hover {
  border-style: none;
  border-color: #ff5805;
}

.icon-inner {
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-inner.rounded {
  border-radius: 999px;
}

.paragraph-small {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-tertiary {
  color: #59595f;
  font-weight: 400;
}

.paragraph-small.text-color-tertiary.newtext {
  font-size: 16px;
  font-weight: 700;
}

.paragraph-small.text-color-tertiary {
  color: #000;
}

.image-cover {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.navigation-image-small {
  background-color: #f5f5f6;
  border: 1px #e6e6e7;
  border-radius: 12px;
  height: 200px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.navigation-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-menu-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

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

.navigation-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.icon-regular {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.banner {
  background-color: #6c7c60;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-separator {
  align-self: stretch;
  padding: 8px;
}

.navigation-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.banner-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-feature-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #252527;
  background-color: #f5f5f6;
  justify-content: flex-start;
  align-items: center;
  min-width: 312px;
  padding: 8px;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #e2dacd;
  border-bottom: 1px #f5f5f6;
  padding: 16px 5%;
}

.navigation-feature-row {
  flex-flow: row;
  display: flex;
}

.column {
  flex-flow: column;
  display: flex;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f600;
  border: .5px #e6e6e7;
  padding: 4px;
}

.icon-wrapper.rounded {
  border-radius: 999px;
}

.navigation-divider {
  width: 100%;
  padding: 8px;
}

.navigation-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.navigation-link.w--current {
  color: #6c7c60;
}

.navigation-link.newcurrent.w--current {
  color: #000;
}

.navigation-line {
  background-color: #6c7c60;
  width: 100%;
  height: 1px;
}

.container-small {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper {
  margin-bottom: 80px;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-x-large.column-center {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

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

.text-color-accent {
  color: #ff6c0a;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  color: #ff6c0a;
}

.header-image-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.carousel-overlay {
  background-image: linear-gradient(90deg, #f3f3f5, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-overlay.right {
  background-image: linear-gradient(90deg, #fff0, #f3f3f5);
  inset: 0% 0% 0% auto;
}

.header-image-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.code-embed {
  display: none;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-color-disabled {
  color: #cfd2d6;
}

.header-footnote {
  margin-top: 84px;
}

.header-image-wrapper {
  position: relative;
}

.h3-heading {
  color: #1b1b1b;
  letter-spacing: 0;
  margin-top: -12px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}

.h6-heading {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.section-regular {
  background-color: #e2dacd;
  background-image: url('../images/Untitled-Design-17_1.png');
  background-position: 50%;
  background-size: cover;
  padding: 72px 5% 289px;
  position: relative;
}

.section-regular.newsection {
  background-image: url('../images/Untitled-Design-23.png');
  background-position: 50% 100%;
}

.section-regular.newsection.newsection1 {
  background-image: url('../images/Untitled-Design-19_1.png');
}

.section-regular.newsection.newsection1.newsec1 {
  background-image: none;
  padding-bottom: 40px;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.header-carousel-content-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-image {
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.header-image-emojis {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #6c7c60;
}

.header-emoji {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
}

.header-emoji.small {
  width: 32px;
  height: 32px;
  inset: auto auto -32px;
}

.header-emoji.medium {
  width: 48px;
  height: 48px;
  inset: auto auto auto -3%;
}

.header-emoji.large {
  inset: -20px -3% auto auto;
}

.text-block-4 {
  color: #000;
}

.blog-item-small {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: #383838;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.overline-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}

.overline-2.text-color-primary {
  color: #513126;
  font-size: 12px;
}

.icon-x-small-5 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.blog-image-xl {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 360px;
  box-shadow: 0 2px 5px #0003;
}

.section-large-4 {
  background-color: #e2dacd;
  padding: 40px 5% 80px;
  display: none;
  position: relative;
}

.blog-image-small {
  object-fit: cover;
  border-radius: 12px;
  width: 160px;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ea7462;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.container-regular-5 {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.paragrah-small {
  color: #513126;
  font-size: 14px;
  line-height: 1.8;
}

.blog-grid-right-column {
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.h5-heading-2 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.h5-heading-2.newheading2 {
  color: #000;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.paragraph-regular-7 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.h3-heading-6 {
  color: #000;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-grid-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-top: 64px;
}

.blog-item-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383838;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.image-fill {
  width: 100%;
  height: auto;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.h3-heading-7 {
  color: #0a0a0a;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.content-image-wrapper {
  background-color: #fff0;
  max-width: 488px;
  height: auto;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 185px;
}

.content-grid.newgid {
  margin-top: 42px;
}

.content-grid.newfrd {
  margin-top: 40px;
}

.content-grid.newgrid11 {
  margin-bottom: 150px;
}

.content-grid.newgird12 {
  margin-top: 20px;
}

.section-regular-2 {
  background-color: #e2dacd;
  padding: 40px 5% 0;
  position: relative;
  overflow: hidden;
}

.section-regular-2.regular1 {
  background-image: none;
}

.section-regular-2.regular1.reglaur2 {
  padding-top: 0;
}

.section-regular-2.regular1.regualr-23 {
  background-image: url('../images/Untitled-Design-23.png'), url('../images/Untitled-Design-22.png');
  background-position: 50%, 50% 0;
  background-size: cover, cover;
}

.section-regular-2.regular1.regualr-23.ne111 {
  background-image: url('../images/Untitled-Design-23.png'), url('../images/Untitled-Design-22.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  padding-top: 0;
  padding-bottom: 40px;
}

.section-regular-2.regular1.regualr-23.nl11 {
  padding-bottom: 141px;
}

.section-regular-2.regular1.regualr-23.nl11.nkl1, .section-regular-2.regular1.regualr-23.nkl123 {
  display: none;
}

.overline {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.newoverline {
  text-align: center;
}

.overline.newoverline.nkl1 {
  color: #fff;
}

.paragraph-large-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-large-2.text-color-gray-50 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.paragraph-large-2.text-color-gray-50.newtext1 {
  color: #000;
  max-width: 800px;
}

.paragraph-large-2.text-color-gray-50.newtext1.nkl2 {
  max-width: 800px;
}

.paragraph-large-2.text-color-gray-50 {
  color: #dedfe3;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-center {
  justify-content: flex-start;
  align-items: center;
}

.header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #edeffd;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #7e8ef1;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text-color-green {
  color: #86c1a0;
}

.section-large {
  background-color: #000;
  padding: 100px 5%;
}

.header-feature-card {
  grid-row-gap: 0px;
  background-color: #111218;
  background-image: linear-gradient(#000000bf 100%, #fff), url('../images/image0-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 100px 24px 35px;
  display: flex;
}

.header-feature-card.img2 {
  background-image: linear-gradient(#000000bf 100%, #fff), url('../images/Snapinsta.app_469681114_18470405758021185_646375949382270946_n_1080.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 50px;
}

.header-feature-card.img1 {
  background-image: linear-gradient(#000000bf 100%, #fff), url('../images/image0-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.display-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1.1;
}

.header-card-grids {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 64px;
}

.badge {
  color: #dedfe3;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.header-graphic-right {
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-color-yellow {
  color: #f4d452;
}

.header-content-center {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.header-graphic-left {
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline-2:hover {
  color: #fff;
  border-color: #fff;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-title-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  width: 100%;
}

.text-color-red {
  color: #ed5a5a;
}

.heading {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 1px #0003;
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  background-image: linear-gradient(#916b24, #e5ae7d);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.hide {
  display: none;
}

.slide {
  margin-right: 32px;
  box-shadow: 0 2px 5px #0003;
}

.slide.newslide {
  box-shadow: none;
}

.gallery-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.gallery-overlay-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.gallery-lightbox-link {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-x-large-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-x-large-3.newk12 {
  max-width: 800px;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-mask {
  overflow: visible;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.container-large-5.relative {
  position: relative;
}

.gallery-slider-button {
  width: auto;
  inset: auto auto 0% 0%;
}

.gallery-slider-button.right {
  inset: auto 0% 0% auto;
}

.h3-heading-3 {
  color: #0a0a0a;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-slider-overlay {
  z-index: 1;
  width: 5%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-overlay.right {
  background-image: linear-gradient(270deg, #ebdac3, #0000);
  inset: 0% 0% 0% auto;
}

.section-regular-5 {
  background-image: url('../images/Untitled-Design-8.svg'), url('../images/Untitled-Design-12.png');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  padding: 40px 5% 80px;
  position: relative;
  overflow: hidden;
}

.section-regular-5.new1111 {
  background-color: #e2dacd;
  background-image: none;
}

.gallery-lightbox-link-tall {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-button-outline {
  color: #262626;
  background-color: #6c7c60;
  border: 1px #d4d4d4;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: #0a0a0a;
  background-color: #6c7c60;
  border: 1px #d4d4d4;
}

.gallery-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.icon-large {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.icon-button-small {
  color: #f0f0f0;
  background-color: #6c7c60;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: color .3s, border .3s, background-color .3s;
  display: flex;
}

.icon-button-small:hover {
  color: #fff;
  background-color: #ffffff1f;
}

.feature-card-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #efebe4;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-500 {
  color: #ababab;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-large {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 14px;
  display: flex;
}

.feature-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding: 8px;
  display: flex;
}

.section-large-5 {
  background-color: #e2dacd;
  padding: 80px 5% 40px;
  position: relative;
}

.paragraph-small-2 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.row-space-between {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.feature-grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular-2.text-color-blue-500 {
  color: #719be5;
}

.icon-regular-2.text-color-purple-500 {
  color: #8f6ee7;
}

.icon-regular-2.text-color-red-500 {
  color: #f56b61;
}

.container-large-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.badge-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 64px;
}

.subheading-regular {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.feature-card-banner {
  grid-row-gap: 12px;
  background-color: #ffffff73;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.column-left {
  align-items: flex-start;
}

.h2-heading {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.header-feature-card-2 {
  grid-row-gap: 10px;
  background-color: #111218;
  background-image: url('../images/Book-Large-1_1Book Large 1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 200px 24px 20px;
  display: flex;
}

.header-feature-card-2.card1 {
  background-image: linear-gradient(#0000, #000000d6), linear-gradient(#0003 100%, #fff), url('../images/download.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.header-feature-card-2.card2 {
  background-image: linear-gradient(#0000, #000000d6), linear-gradient(#0003 100%, #000), url('../images/Snapinsta.app_469681114_18470405758021185_646375949382270946_n_1080.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.header-feature-card-2.card3 {
  background-image: linear-gradient(#0000, #000000d6), linear-gradient(#0003 100%, #fff), url('../images/Untitled-design-27.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.places-card_heading-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #916b24, #e6ae7d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.places-card_desc-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.places-card_desc-text-2 {
  opacity: 1;
  color: #fffc;
  margin-top: .5rem;
  font-size: 15px;
  font-weight: 400;
}

.image, .image-2 {
  border-radius: 12px;
  max-height: 400px;
}

.heading-row {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.h3-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-x-large-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.image-3 {
  border-radius: 12px;
  max-height: 400px;
}

.text-field-outline {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text-field-outline:focus {
  border-color: #ff5805;
}

.text-field-outline::placeholder {
  color: #59595f;
}

.footer-link {
  color: #000;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #6c7c60;
  border-bottom: 1px solid #897369;
}

.footer-link.w--current:hover {
  color: #6c7c60;
}

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

.brand-divider {
  background-color: #6c7c60;
  border-radius: 2px;
  width: 1px;
  height: 24px;
}

.footer-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.logo-text.newlogo-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#916b24, #e5ae7d);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 2rem;
}

.paragraph-regular-5 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-5.text-color-tertiary {
  color: #513126;
}

.paragraph-regular-5.text-color-tertiary.nwk {
  color: #000;
  font-weight: 400;
}

.paragraph-regular-5.text-color-tertiary.newk {
  color: #fff;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.footer-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.subheading-regular-2 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-2.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.checkbox-label {
  color: #fff;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-divider-small {
  background-color: #6c7c60;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-link {
  color: #fff;
  text-decoration: underline;
}

.social-inner {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  background-image: linear-gradient(#916b24, #e5ae7d);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.footer-link-small {
  color: #000;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-small:hover {
  color: #252527;
}

.footer-section {
  background-color: #e2dacd;
  padding: 0 5% 40px;
  position: relative;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}

.icon-regular-4 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-4.newk {
  width: 20px;
}

.icon-regular-4.newkl {
  width: 22px;
}

.icon-regular-4.nk1 {
  color: #21372e;
  width: 22px;
}

.social-link {
  color: #252527;
  background-color: #f5f5f600;
  border: .5px #e6e6e7;
  padding: 4px;
}

.footer-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #eceae7;
  background-image: linear-gradient(#00000073 100%, #fff), url('../images/untitled-Design-20_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  padding: 36px 32px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.container-regular-4 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h5-heading {
  color: #d5a7a7;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 32px;
  position: absolute;
}

.section-regular-6 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-6.background-white {
  background-color: #e2dacd;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overline-wrapper.newwrap {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.subheading-regular-3 {
  color: #000;
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-x-large-5 {
  font-size: 20px;
  line-height: 32px;
}

.contact-map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.contact-map-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.overline-regular {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.h2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-2.text-weight-medium {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
}

.container-regular-6 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-ghost-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-map {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
  box-shadow: 0 2px 5px #0003;
}

.html-embed-2 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-bottom: -15px;
  box-shadow: 0 2px 5px #0003;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-11 {
  color: #222;
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.heading-6 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.price-text {
  font-size: 22px;
  line-height: 26px;
}

.review-four-user {
  background-image: url('../images/dda2697d-db3b-42f6-bb01-327c634b3b11.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.dropdown-text {
  color: #222;
  font-weight: 400;
  line-height: 18px;
}

.review-link {
  color: #222;
  text-decoration: none;
}

.things_list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.review-one-user {
  background-image: url('../images/4377d340-5f9f-438f-8102-608537162d86.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.nav-search {
  display: block;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-2 {
  border-radius: 12px;
  width: 100%;
}

.div-block-22-copy {
  background-color: #ddd;
  border-radius: 2px;
  width: 96px;
  height: 3px;
  margin-right: -103px;
}

.show_more-btn {
  color: #222;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.site_right-item {
  position: sticky;
  inset: 0% 0% 0% auto;
}

.review-six-user {
  background-image: url('../images/ffd0a4fc-37f4-44a1-a284-964221ab42d1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.arrow-right-small {
  width: 10px;
}

.site_flex-item {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.site_flex-item.no-margin {
  margin-bottom: 0;
}

.div-block-11 {
  margin-left: 16px;
}

.header-image3 {
  border-radius: 12px;
}

.footer, .section-home-explore {
  background-color: #f7f7f7;
  display: block;
}

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

.things_text-block {
  color: #222;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.review_details-flex-item {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.quantity-number {
  padding-left: 16px;
  padding-right: 16px;
}

.image-4 {
  width: 100px;
}

.identify-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-right {
  width: 10px;
  margin-left: 4px;
}

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

.review_details-content {
  margin-left: 16px;
}

.paragraph {
  color: #222;
  margin-bottom: 0;
  font-weight: 300;
}

.paragraph.width {
  width: 392px;
}

.facebook-icon {
  width: 16px;
}

.dropdown-link {
  font-weight: 400;
}

.save-icon {
  width: 14px;
  margin-right: 10px;
}

.place_flex-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-dot {
  color: #717171;
}

.site_content-divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.icon-2 {
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% 0% auto;
}

.global-icon {
  width: 18px;
}

.review-text-increase {
  color: #222;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.div-block-26 {
  background-color: #222;
  border-radius: 2px;
  width: 100px;
  height: 3px;
}

.superhost-block {
  display: flex;
}

.link-4 {
  color: #222;
  font-weight: 400;
}

.sleep_block-wrap {
  border: 1px solid #ddd;
  border-radius: 12px;
  max-width: 200px;
  padding: 24px;
}

.text-block-12 {
  margin-left: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

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

.dropdown-toggle {
  border: 1px solid #ddd;
  border-radius: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: block;
}

.footer_bottom-right-item {
  align-items: center;
  display: flex;
}

.review-two-user {
  background-image: url('../images/6347fd72-92ba-4438-8e92-82c46a775c61.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.superhost-text {
  color: #717171;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.superhost-text.not-bold {
  color: #222;
  font-weight: 300;
}

.text-block-5 {
  color: #717171;
  font-weight: 300;
}

.twitter-icon {
  width: 16px;
}

.footer_vertical-item {
  flex-direction: column;
  display: flex;
}

.header-image-block {
  width: 572px;
}

.time-text {
  color: #222;
  font-weight: 400;
  line-height: 18px;
}

.margin-top.margin-xxsmall {
  margin-top: .4rem;
}

.margin-top.margin-medium {
  margin-top: 2rem;
}

.margin-top.margin-small {
  margin-top: 1rem;
}

.star-icon {
  padding-right: 10px;
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-link {
  color: #222;
}

.review_point-block {
  padding-right: 130px;
}

.card-flex-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-arrow {
  width: 10px;
  margin-left: 4px;
}

.share-save_block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.site_flex-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.date-text {
  color: #717171;
  font-weight: 300;
}

.dropdown-list {
  background-color: #916e6e;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 4px;
  box-shadow: 0 2px 10px 1px #00000014;
}

.share-link_block {
  color: #222;
  align-items: center;
  display: flex;
}

.text-weight-bold {
  color: #222;
  font-size: 16px;
}

.review-three-user {
  background-image: url('../images/837e8dc1-9c36-4fac-9d55-690a018be805.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.image-16 {
  width: 10px;
  margin-left: 4px;
}

.save-link_block {
  color: #222;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.dropdown-link-2 {
  font-weight: 400;
}

.things_list-icon {
  width: 24px;
  padding-right: 10px;
}

.share-text {
  color: #222;
}

.cardd-dropdown-list {
  background-color: #524040;
}

.cardd-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 2px 2px 8px #0000002e;
}

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

.explore_flex-item {
  flex-direction: column;
  display: flex;
}

.card_content-block {
  border: 1px solid #ddd;
  border-radius: 12px;
  width: 400px;
  padding: 24px;
}

.text-field {
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 240px;
  height: 42px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.text-field::placeholder {
  color: #222;
  font-weight: 400;
}

.padding-vertical.padding-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-vertical.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card-dropdown-toggle {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px;
  display: flex;
}

.share-icon {
  width: 14px;
  margin-right: 10px;
}

.bottom-link-text {
  color: #222;
  margin-left: 10px;
  text-decoration: none;
}

.heading-7 {
  color: #222;
  font-family: Playfair Display, sans-serif;
  font-size: 1.75rem;
  line-height: 1.875rem;
}

.review_grid-left-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-site_flex-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.nav_component {
  background-color: #0000;
  height: 5rem;
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-shadow: 3px 3px 22px #00000014;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xxsmall {
  margin-bottom: .225rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .625rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.footer-bottom-link {
  color: #222;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #6c7c60;
  border-radius: 6px;
  width: 100%;
  padding: 10px 16px;
}

.heading-2 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.time-flex-item {
  border: 1px solid #22222270;
  border-top-left-radius: 10px;
  width: 175px;
  padding: 6px 12px;
}

.link-block {
  padding: 20px;
}

.search-icon {
  width: 14px;
}

.save-text {
  color: #222;
}

.reviews-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.user-icon {
  padding-right: 10px;
}

.copy-right-text {
  color: #222;
  font-weight: 300;
}

.image-6 {
  width: 16px;
  margin-right: 12px;
}

.form {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.explore_bottom-item {
  margin-right: 10px;
}

.dollar-icon {
  width: 16px;
}

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

.country-link {
  color: #717171;
  font-weight: 400;
}

.heading-3 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.section-home-header {
  display: block;
}

.link-2 {
  color: #222;
}

.header-image5 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
}

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

.dropdown {
  border: 1px solid #22222270;
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.review-link-small {
  color: #222;
}

.section-divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 0;
}

.section-divider.no-margin {
  margin-top: 0;
}

.round-minus-icon {
  width: 20px;
}

.card-dropdown-link {
  color: #222;
  justify-content: space-between;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  background-color: #e9e9e9;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-10 {
  color: #222;
  font-size: 16px;
}

.button {
  color: #222;
  background-color: #0000;
  border: 1px solid #222;
  border-radius: 6px;
  font-size: 14px;
}

.button:hover {
  background-color: #ddd9;
}

.site_review-details {
  grid-column-gap: 10rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-icon {
  width: 16px;
}

.dropdown_quantity-item {
  align-items: center;
  display: flex;
}

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

.footer-link-2 {
  color: #222;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

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

.text-span-2 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.bottom-link {
  color: #222;
  text-decoration: none;
}

.header_grid-left-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_bottom-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-block-big {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.night-price-text {
  color: #222;
  font-size: 16px;
}

.image-17 {
  width: 20px;
}

.time-flex-block {
  width: auto;
  margin-top: 20px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.review-text {
  color: #222;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.review-text.not-bold {
  font-weight: 300;
}

.header-image2 {
  border-radius: 12px;
}

.image-18 {
  width: 20px;
  margin-right: 10px;
}

.div-block-24 {
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
}

.dropdown_bottom-text {
  font-size: 12px;
  line-height: 16px;
}

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

.search-link-block {
  background-color: #ff385c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 6px 10px 0% auto;
}

.time-flex-item2 {
  border: 1px solid #22222270;
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  width: 175px;
  padding: 6px 12px;
}

.review-five-user {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.explore_link-item {
  color: #717171;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.link-3 {
  color: #222;
  font-weight: 400;
}

.explore_bottom-link {
  color: #484848;
  margin-right: 10px;
  font-weight: 300;
  text-decoration: none;
}

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

.div-block-22 {
  background-color: #222;
  border-radius: 2px;
  width: 101px;
  height: 3px;
}

.round-plus-icon {
  width: 20px;
}

.banner-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  background-color: #6c7c60;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
  position: static;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-banner {
  color: #fff;
  background-color: #515f47;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.content-shapes-column {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.content-shapes-column.right {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.content-story {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.story-path {
  max-width: none;
  position: absolute;
  bottom: 80px;
}

.title-row {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.title-row.row-center {
  justify-content: center;
  align-items: center;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.section-x-large.background-gray-50 {
  background-color: #e2dacd;
  background-image: url('../images/Untitled-Design-22.png'), url('../images/Untitled-Design-23.png'), linear-gradient(#000000b8 100%, #fff), url('../images/untitled-Design-16.png');
  background-position: 50% 0, 50% 100%, 0 0, 50%;
  background-size: cover, cover, auto, cover;
  padding-top: 80px;
  padding-bottom: 40px;
}

.relative {
  position: relative;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.container-small-2 {
  z-index: 5;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-x-large-6 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  margin-bottom: 120px;
  font-size: 20px;
  line-height: 32px;
}

.content-shapes {
  justify-content: center;
  align-items: center;
  width: 1202px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.text-color-orange-500 {
  color: #ff5805;
}

.title-doodle {
  z-index: 0;
  height: 22px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.background {
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-13 {
  font-weight: 600;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.subheading-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-2.text-color-brand-purple {
  color: #6153bd;
}

.container-regular-7 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.paragraph-small-3 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #fff;
}

.gallery-card {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #6c7c60;
  border: 1px #d8dbdf;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-regular {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.title-wrapper-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-small.nkl12 {
  max-width: 800px;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.section-regular-7 {
  background-color: #e2dacd;
  padding: 80px 5%;
  position: relative;
}

.section-regular-7.newsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.grid-three-column.newcol {
  flex-flow: column;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.h6-heading-2 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-image-2 {
  background-color: #edeef100;
  border: 1px #edeef1;
  border-radius: 16px;
  min-height: 364px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.h1-heading {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.quote-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-small-3 {
  z-index: 5;
  width: 100%;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-regular {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-8 {
  background-color: #e2dacd;
  padding: 80px 5%;
  position: relative;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.testimonial-slide-content {
  text-align: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.testimonial-slide-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #efebe4;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px 64px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-x-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-7.text-color-gray-500 {
  color: #000;
  font-size: 18px;
}

.testimonial-slide-avatar {
  background-image: linear-gradient(141deg, #ffffff4a, #fff0 52%, #ffffff40);
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 1px;
  overflow: hidden;
}

.testimonial-mask {
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-small-4 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-4.text-color-gray-600 {
  color: #000;
}

.icon-3 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-regular-8 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-8.text-color-gray-200 {
  color: #000;
  font-weight: 700;
}

.h4-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, #36178c70, #bba7f1 46%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.h4-heading.text-color-gray-300 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.testimonial-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 790px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 58px;
  display: flex;
}

.testimonial-avatar-inner {
  color: #fff;
  background-color: #000c;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #ffffff2e, #ffffff0f);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slider-arrow {
  color: #f0f0f0;
  background-color: #ffffff14;
  background-image: radial-gradient(circle at 50% 100%, #5e5e5e54, #5e5e5e00);
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: color .3s, border .3s, background-color .3s;
  display: flex;
  inset: auto auto 0%;
}

.slider-arrow:hover {
  color: #fff;
  background-color: #ffffff1f;
}

.slider-arrow.left {
  background-color: #6c7c60;
  background-image: none;
  margin-left: -49px;
}

.slider-arrow.right {
  color: #6c7c60;
  background-color: #6c7c60;
  background-image: none;
  margin-right: -49px;
}

.testimonial-icon {
  background-image: linear-gradient(141deg, #ffffff4a, #fff0 52%, #ffffff40);
  border-radius: 100%;
  flex: none;
  width: 64px;
  height: 64px;
  padding: 1px;
  overflow: hidden;
}

.testimonial-slide {
  border-radius: 12px;
  margin-right: 24px;
}

.testimonial-icon-inner {
  color: #fff;
  background-color: #6c7c60;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.quote-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.h2-heading-3 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.2;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-large-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.h3-heading-8 {
  color: #0a0a0a;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-image-3 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.section-regular-9 {
  background-image: url('../images/Untitled-Design-8.svg'), url('../images/Untitled-Design-12.png');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  padding: 40px 5% 80px;
  position: relative;
  overflow: hidden;
}

.section-regular-9.new1111 {
  background-color: #e2dacd;
  background-image: none;
}

.paragraph-x-large-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.h3-heading-9 {
  color: #0a0a0a;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-x-large-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.h3-heading-10 {
  color: #0a0a0a;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-x-large-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.h3-heading-11, .h3-heading-12, .h3-heading-13 {
  color: #0a0a0a;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

.slide-2 {
  border-radius: 8px;
  height: 448px;
  margin-right: 32px;
  box-shadow: 0 2px 5px #0003;
}

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

.background-video-2 {
  z-index: 1;
  border-radius: 8px;
  height: 448px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  .navigation-grid-large {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-dropdown-card {
    min-width: auto;
  }

  .navigation-dropdown-list {
    position: relative;
    top: 0;
    left: auto;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 0;
    position: static;
    top: 0;
  }

  .navigation-dropdown {
    width: 100%;
    position: relative;
  }

  .navigation-container {
    position: static;
  }

  .navigation-menu-left {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

  .menu-button {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

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

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid-wrapper, .content-grid, .header-card-grids {
    grid-template-columns: 1fr;
  }

  .header-graphic-right {
    max-height: 380px;
  }

  .header-graphic-left {
    display: none;
  }

  .header-title-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-contact {
    max-width: none;
  }

  .form-block-2 {
    align-items: center;
  }

  .footer-section {
    padding-top: 72px;
  }

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

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

  .contact-map-button {
    padding: 24px;
  }

  .section-regular-6 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .contact-map-button-inner {
    padding: 16px;
  }

  .home-header_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 26px;
    display: grid;
    overflow: hidden;
  }

  .header-image-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 240px;
  }

  .header-image3 {
    border-top-right-radius: 0;
  }

  .paragraph.width {
    width: auto;
  }

  .header-image-block {
    width: 100%;
  }

  .review_point-block {
    padding-right: 0;
  }

  .card_content-block {
    display: none;
  }

  .home-site_flex-items {
    display: block;
  }

  .header-image-blocks {
    width: 100%;
  }

  .header-content_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .header-image5 {
    border-bottom-right-radius: 0;
  }

  .site_review-details {
    grid-column-gap: 4rem;
  }

  .story-path {
    bottom: 36px;
  }

  .section-x-large {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .content-shapes {
    display: none;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navigation-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-line-vertical {
    width: 100%;
    height: 1px;
  }

  .navigation-buttons {
    display: none;
  }

  .navigation-separator {
    width: 100%;
    height: auto;
  }

  .banner-block.hide-mobile {
    display: none;
  }

  .navigation-feature-row {
    flex-flow: column;
  }

  .h3-heading {
    font-size: 36px;
  }

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

  .h3-heading-6 {
    font-size: 40px;
  }

  .h3-heading-7 {
    font-size: 36px;
  }

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

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .display-heading {
    font-size: 72px;
  }

  .header-card-grids {
    grid-template-columns: 1fr;
  }

  .h3-heading-3 {
    font-size: 36px;
  }

  .section-regular-5, .section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-grid-three-column {
    grid-template-columns: 1fr;
  }

  .h3-heading-2 {
    font-size: 36px;
  }

  .footer-legal-wrapper {
    flex-flow: column;
  }

  .brand-divider {
    display: none;
  }

  .footer-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .h5-heading {
    font-size: 28px;
  }

  .contact-map-wrapper {
    aspect-ratio: auto;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

  .home-header_grid {
    grid-row-gap: 16px;
  }

  .header-image-2 {
    height: auto;
  }

  .footer_bottom-right-item {
    padding-top: 14px;
  }

  .things-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .footer-grid-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .site_review-details {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_bottom-flex {
    flex-direction: column;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .badge-banner {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .title-row {
    grid-column-gap: 8px;
  }

  .title-doodle {
    height: 16px;
    bottom: -16px;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slide-content {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-heading-8 {
    font-size: 36px;
  }

  .section-regular-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-9, .h3-heading-10, .h3-heading-11, .h3-heading-12, .h3-heading-13 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #e2dacd;
    background-image: none;
  }

  .navigation-grid-large.newgrid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .navigation-dropdown-card {
    background-color: #e2dacd;
  }

  .subheading-small {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .navigation-card {
    text-decoration: none;
  }

  .paragraph-small.text-color-tertiary, .paragraph-small.text-color-tertiary.newtxt1 {
    text-align: left;
    text-decoration: none;
  }

  .paragraph-small.text-color-tertiary {
    text-align: center;
  }

  .navigation-image-small {
    text-decoration: none;
  }

  .navigation-menu-left {
    background-color: #e2dacd;
    height: 1000vh;
  }

  .menu-button {
    background-color: #6c7c60;
    border-radius: 12px;
  }

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

  .navigation-dropdown-toggle {
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }

  .navigation-feature-small {
    width: 100%;
    min-width: auto;
  }

  .navigation-feature-row {
    display: none;
  }

  .navigation-link {
    color: #000;
    font-family: Playfair Display, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .title-wrapper {
    margin-bottom: 58px;
  }

  .column-x-large.column-center {
    padding-bottom: 0;
  }

  .header-footnote {
    margin-top: 52px;
  }

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

  .section-regular {
    background-image: none;
    background-size: auto;
    padding-bottom: 0;
  }

  .section-regular.newsection {
    z-index: 1;
    background-image: none;
    background-size: auto;
    padding-bottom: 0;
  }

  .section-regular.newsection.newsection1.newsec1.kl4 {
    padding-bottom: 0;
  }

  .header-image-emojis {
    display: none;
  }

  .button-primary-large {
    width: 100%;
  }

  .blog-item-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-large-4 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .blog-image-small {
    width: 100%;
    margin-bottom: 16px;
  }

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

  .content-grid {
    margin-top: 40px;
  }

  .section-regular-2 {
    padding-top: 0;
    display: flex;
  }

  .section-regular-2.regular1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-regular-2.regular1.regualr-23.nl11 {
    padding-bottom: 40px;
  }

  .section-regular-2.regular1.regualr-23.nl11.ml1k2 {
    display: none;
  }

  .section-regular-2.regular1.regualr-23.nl11.nkl1 {
    margin-top: -70px;
    display: flex;
  }

  .section-regular-2.regular1.regualr-23.mkl334 {
    display: none;
  }

  .section-regular-2.regular1.regualr-23.nkl123 {
    display: flex;
  }

  .section-regular-2.nkql3 {
    padding-top: 40px;
  }

  .overline.newoverline {
    font-size: 11px;
  }

  .paragraph-large-2.text-color-gray-50.newtext1 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .header-button-wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .header-content-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .gallery-lightbox-link {
    height: 330px;
  }

  .section-regular-5 {
    display: none;
  }

  .section-regular-5.new1111 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .gallery-lightbox-link-tall {
    height: 330px;
  }

  .gallery-button-wrapper {
    margin-top: 40px;
  }

  .gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .column-x-large-2 {
    margin-top: 28px;
  }

  .h2-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .places-card_heading-text {
    font-size: 1.125rem;
  }

  .places-card_desc-text-2 {
    margin-bottom: 0;
  }

  .heading-row {
    margin-bottom: 0;
  }

  .h3-heading-2 {
    letter-spacing: 0;
    font-size: 42px;
  }

  .h3-heading-2.newheading2 {
    font-size: 40px;
  }

  .paragraph-x-large-4 {
    font-size: 16px;
  }

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

  .subheading-regular-2 {
    font-size: 20px;
  }

  .footer-section {
    display: flex;
  }

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

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

  .footer-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-regular-6.background-white {
    padding-top: 20px;
  }

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

  .subheading-regular-3 {
    text-align: center;
  }

  .button-grid-small {
    grid-template-columns: 1fr;
  }

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .html-embed-2 {
    position: relative;
  }

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

  .home-header_grid {
    object-fit: cover;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .nav_container {
    justify-content: flex-start;
    align-items: center;
  }

  .arrow-right-small {
    display: none;
  }

  .image-4 {
    margin-right: 0;
  }

  .column-dot {
    display: none;
  }

  .superhost-block {
    margin-bottom: 10px;
  }

  .explore_bottom-block, .site_flex-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .place-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .text-field {
    width: 160px;
    height: 40px;
    font-size: 12px;
    display: none;
  }

  .bottom-link-text {
    font-size: 12px;
  }

  .nav_logo-link {
    padding-left: 0;
  }

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

  .section-home-header {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .site_review-details {
    grid-template-columns: 1fr;
  }

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

  .header_grid-left-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-block {
    margin-bottom: 10px;
  }

  .date-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .search-link-block {
    width: 22px;
    height: 22px;
  }

  .review-five-user {
    margin-top: 20px;
  }

  .review-five-user.hide {
    display: none;
  }

  .explore_bottom-link {
    line-height: 28px;
  }

  .banner-2 {
    display: none;
  }

  .banner-wrap {
    text-align: left;
  }

  .story-path {
    bottom: 0;
  }

  .button-primary-4 {
    width: 100%;
  }

  .image-19 {
    z-index: 1;
    margin-top: -2147px;
    position: sticky;
  }

  .text-block-13 {
    font-family: Playfair Display, sans-serif;
    font-weight: 500;
  }

  .h4-heading.text-color-gray-300 {
    font-size: 18px;
    line-height: 28px;
  }

  .h2-heading-3 {
    font-size: 52px;
    line-height: 62px;
  }

  .section-regular-9 {
    display: none;
  }

  .section-regular-9.new1111 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .slide-2 {
    height: 100%;
  }

  .background-video, .background-video-2 {
    height: 330px;
  }
}

#w-node-_12eaa052-44b2-8b44-debd-5e76cc75ff8f-a2124e24, #w-node-_12eaa052-44b2-8b44-debd-5e76cc75ff93-a2124e24, #w-node-_12eaa052-44b2-8b44-debd-5e76cc75ff97-a2124e24, #w-node-_394c4ed5-7bac-4fd4-8fdf-555d32a582f9-a2124e24, #w-node-_394c4ed5-7bac-4fd4-8fdf-555d32a58305-a2124e24, #w-node-_9b86b390-96d6-d153-12cf-772139364799-a2124e24, #w-node-_58e4e7af-8f33-ef2f-dd55-e33e43aed396-a2124e24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_843ca087-3548-c8f2-45de-cdd852a1ee24-a2124e24, #w-node-_0d3a44a6-8c33-bc21-b391-1222463786fd-a2124e24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f03fa122-9c7c-41be-f8ee-13be63ecfcf1-a2124e24, #w-node-f03fa122-9c7c-41be-f8ee-13be63ecfd16-a2124e24 {
  justify-self: end;
}

#w-node-_2f8ec74b-f728-29ef-7e99-2f5572ef5b99-d32835f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c397a3da-adb3-3075-385f-b58e1af15ede-d32835f0, #w-node-c397a3da-adb3-3075-385f-b58e1af15eec-d32835f0, #w-node-_58e4e7af-8f33-ef2f-dd55-e33e43aed396-d32835f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_843ca087-3548-c8f2-45de-cdd852a1ee24-d32835f0, #w-node-_0d3a44a6-8c33-bc21-b391-1222463786fd-d32835f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90bfa11b-b469-d332-674a-d920854086c0-d32835f0, #w-node-_90bfa11b-b469-d332-674a-d920854086e5-d32835f0 {
  justify-self: end;
}

#w-node-_257449b9-10d3-d5fc-071c-2a3d10da8f66-b0925dbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_107830eb-cd39-ef96-8ba0-b8babf970610-b0925dbc, #w-node-_107830eb-cd39-ef96-8ba0-b8babf97061e-b0925dbc, #w-node-_58e4e7af-8f33-ef2f-dd55-e33e43aed396-b0925dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_843ca087-3548-c8f2-45de-cdd852a1ee24-b0925dbc, #w-node-_0d3a44a6-8c33-bc21-b391-1222463786fd-b0925dbc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9441a7a7-2382-527f-4efc-eb19c1fcab5d-b0925dbc, #w-node-_9441a7a7-2382-527f-4efc-eb19c1fcab82-b0925dbc {
  justify-self: end;
}

#w-node-_2ddd6ba7-58c7-a486-48e1-b8c49b6b10cd-d52d8c0c, #w-node-_2ddd6ba7-58c7-a486-48e1-b8c49b6b10db-d52d8c0c, #w-node-_2ddd6ba7-58c7-a486-48e1-b8c49b6b10e9-d52d8c0c, #w-node-_58e4e7af-8f33-ef2f-dd55-e33e43aed396-d52d8c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_843ca087-3548-c8f2-45de-cdd852a1ee24-d52d8c0c, #w-node-_0d3a44a6-8c33-bc21-b391-1222463786fd-d52d8c0c, #w-node-c6797561-93f6-bc2a-94e7-b3a25944222d-d52d8c0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c408f44-3367-c589-1b64-091fedd52616-d52d8c0c, #w-node-_4c408f44-3367-c589-1b64-091fedd52646-d52d8c0c {
  justify-self: end;
}

#w-node-_9c48b92a-f810-c8ba-ca20-f4af8b41c03d-a78feea0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2dd1ca0f-933a-3451-efc1-f9b0378efe7e-a78feea0, #w-node-_2dd1ca0f-933a-3451-efc1-f9b0378efe9a-a78feea0, #w-node-_58e4e7af-8f33-ef2f-dd55-e33e43aed396-a78feea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_843ca087-3548-c8f2-45de-cdd852a1ee24-a78feea0, #w-node-_0d3a44a6-8c33-bc21-b391-1222463786fd-a78feea0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f310170d-6a3c-f4c3-d82c-c5f555b3da12-a78feea0, #w-node-f310170d-6a3c-f4c3-d82c-c5f555b3da37-a78feea0 {
  justify-self: end;
}

#w-node-_9c48b92a-f810-c8ba-ca20-f4af8b41c03d-ccb9f02d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2dd1ca0f-933a-3451-efc1-f9b0378efe7e-ccb9f02d, #w-node-_7017f1bc-7b13-861c-125f-550b9f7c953a-ccb9f02d, #w-node-_2dd1ca0f-933a-3451-efc1-f9b0378efe9a-ccb9f02d, #w-node-_58e4e7af-8f33-ef2f-dd55-e33e43aed396-ccb9f02d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_843ca087-3548-c8f2-45de-cdd852a1ee24-ccb9f02d, #w-node-_0d3a44a6-8c33-bc21-b391-1222463786fd-ccb9f02d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7fe6adb7-58f1-df83-97bf-6cade0b404bc-ccb9f02d, #w-node-_7fe6adb7-58f1-df83-97bf-6cade0b404e1-ccb9f02d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_12eaa052-44b2-8b44-debd-5e76cc75ff97-a2124e24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa386f95-e751-b8d1-6882-20ec81d56c54-a2124e24 {
    justify-self: center;
  }

  #w-node-f03fa122-9c7c-41be-f8ee-13be63ecfcf1-a2124e24 {
    justify-self: auto;
  }

  #w-node-aa386f95-e751-b8d1-6882-20ec81d56c54-d32835f0 {
    justify-self: center;
  }

  #w-node-_90bfa11b-b469-d332-674a-d920854086c0-d32835f0 {
    justify-self: auto;
  }

  #w-node-aa386f95-e751-b8d1-6882-20ec81d56c54-b0925dbc {
    justify-self: center;
  }

  #w-node-_9441a7a7-2382-527f-4efc-eb19c1fcab5d-b0925dbc {
    justify-self: auto;
  }

  #w-node-_58a46c8f-b33e-84ba-a5c6-725fa81ce3c3-d52d8c0c, #w-node-c3268bfd-a20c-3e28-1447-80cc6ea05f28-d52d8c0c, #w-node-_76097f5a-76ea-5052-aaba-de95cf7589ff-d52d8c0c, #w-node-aa386f95-e751-b8d1-6882-20ec81d56c54-d52d8c0c, #w-node-a09321fb-ee15-c08b-b2d5-8c0bf9c1446f-d52d8c0c {
    justify-self: center;
  }

  #w-node-_4c408f44-3367-c589-1b64-091fedd52616-d52d8c0c {
    justify-self: auto;
  }

  #w-node-aa386f95-e751-b8d1-6882-20ec81d56c54-a78feea0 {
    justify-self: center;
  }

  #w-node-f310170d-6a3c-f4c3-d82c-c5f555b3da12-a78feea0 {
    justify-self: auto;
  }

  #w-node-aa386f95-e751-b8d1-6882-20ec81d56c54-ccb9f02d {
    justify-self: center;
  }

  #w-node-_7fe6adb7-58f1-df83-97bf-6cade0b404bc-ccb9f02d {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2f8ec74b-f728-29ef-7e99-2f5572ef5b99-d32835f0, #w-node-_257449b9-10d3-d5fc-071c-2a3d10da8f66-b0925dbc, #w-node-_9c48b92a-f810-c8ba-ca20-f4af8b41c03d-a78feea0, #w-node-_9c48b92a-f810-c8ba-ca20-f4af8b41c03d-ccb9f02d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0eb2ad59-a299-7542-1697-e65b97603552-a2124e24, #w-node-_0eb2ad59-a299-7542-1697-e65b97603552-d32835f0, #w-node-_0eb2ad59-a299-7542-1697-e65b97603552-b0925dbc, #w-node-_0eb2ad59-a299-7542-1697-e65b97603552-d52d8c0c, #w-node-_0eb2ad59-a299-7542-1697-e65b97603552-a78feea0, #w-node-_0eb2ad59-a299-7542-1697-e65b97603552-ccb9f02d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


