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

.landing-image-section {
  background-image: url('../images/Het-Slot-Boerdery-Landing-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  display: block;
  height: 580px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.navbar {
  padding-top: 20px;
  background-color: transparent;
}

.nav-link {
  margin-right: 14px;
  margin-left: 14px;
  font-family: 'Crimson Text', sans-serif;
  color: #000;
  font-size: 16px;
}

.nav-link:hover {
  color: #000;
  text-decoration: underline;
}

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

.nav-link.w--current:active {
  color: #000;
}

.nav-link.w--current:focus {
  color: #000;
  text-transform: none;
}

.nav-link.w--current:visited {
  color: #000;
}

.nav-link-2 {
  font-size: 16px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-section {
  height: 500px;
  background-image: url('../images/Het-Slot-Lodge-Welcome-Sunset-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wlcome-colum {
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.welcome-container {
  margin-top: 280px;
  padding-bottom: 100px;
}

.cream-headline {
  padding-right: 60px;
  padding-left: 60px;
  font-family: Amiri, sans-serif;
  color: #ede1c9;
  font-size: 40px;
  font-weight: 400;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  height: 120px;
  padding-right: 0px;
}

.cream-paragraph {
  width: 600px;
  margin-left: -160px;
  font-family: Poly, sans-serif;
  color: #ede1c9;
  font-size: 16px;
}

.gallery-section {
  background-image: url('../images/Het-Slot-Boerdery-Cream-Background.jpg');
  background-position: 0px 0px;
  background-size: 1063px;
}

.gallery-container {
  padding-top: 0px;
  padding-bottom: 100px;
}

.brown-quote-headline {
  margin-top: 80px;
  margin-bottom: 70px;
  font-family: Allura, sans-serif;
  font-size: 55px;
  font-weight: 400;
  text-align: center;
}

.lightbox-link-1 {
  position: absolute;
  width: 350px;
  margin-left: 11px;
  border: 3px solid #412816;
}

.image-3 {
  width: 450px;
}

.lightbox-link-2 {
  position: absolute;
  width: 242px;
  margin-top: 171px;
  margin-left: 162px;
}

.image-4 {
  position: absolute;
  width: 205px;
  border: 3px solid #412816;
}

.image-5 {
  width: auto;
  margin-top: 35px;
  margin-left: 55px;
  border: 3px solid #412816;
}

.lightbox-link-3 {
  margin-left: 7px;
}

.lightbox-link-4 {
  margin-left: 3px;
  border: 3px solid #412816;
}

.lightbox-link-5 {
  position: absolute;
  margin-left: 465px;
}

.image-6 {
  width: 460px;
  border: 3px solid #412816;
}

.strip-image-1-section {
  height: 500px;
  background-image: url('../images/Het-Slot-Boerdery-Home-Page-Strip-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonials-section {
  background-image: url('../images/Het-Slot-Boerdery-Cream-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brown-headline {
  margin-top: 20px;
  font-family: Amiri, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.image-7 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Het-Slot-Boerdery-Cream-Block-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph {
  display: block;
  width: 400px;
  margin: 40px auto 0px;
  font-family: Poly, sans-serif;
  color: #412816;
  font-size: 18px;
  text-align: center;
}

.slide-nav {
  display: none;
}

.icon {
  color: #412816;
}

.icon-2 {
  color: #412816;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.strip-image-2-section {
  height: 500px;
  background-image: url('../images/Het-Slot-Boerdery-Home-Page-Strip-Image-2.jpg');
  background-position: 87% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.google-maps-div {
  height: auto;
}

.map {
  height: 220px;
}

.contact-us-section {
  background-image: url('../images/Het-Slot-Boerdery-Cream-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-top: 45px;
}

.brown-paragraph {
  display: block;
  width: 600px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poly, sans-serif;
  color: #412816;
  font-size: 16px;
  text-align: center;
}

.form-block {
  width: 350px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  position: relative;
}

.text-field {
  display: inline;
}

.text-field-2 {
  display: block;
}

.form-block-2 {
  width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.text-field-3 {
  display: inline-block;
  width: 105px;
  margin-right: 10px;
  margin-left: 10px;
}

.text-field-4 {
  display: inline-block;
  width: 240px;
  margin-right: 10px;
  margin-left: 0px;
  border: 1px solid #412816;
  background-color: #ede1c9;
  color: #412816;
}

.text-field-4:focus {
  border-style: none;
}

.text-field-5 {
  display: inline-block;
  width: 105px;
}

.text-field-6 {
  display: inline-block;
  width: 105px;
}

.text-field-7 {
  display: inline-block;
  width: 490px;
  border: 1px solid #412816;
  background-color: #ede1c9;
}

.text-field-7:focus {
  border-style: none;
}

.text-field-8 {
  display: inline-block;
  width: 490px;
}

.text-field-9 {
  width: 490px;
}

.textarea {
  width: 490px;
  min-height: 110px;
  border: 1px solid #412816;
  background-color: #ede1c9;
}

.textarea:focus {
  border-style: none;
}

.form {
  display: block;
}

.submit-button {
  width: 490px;
  background-color: #412816;
  box-shadow: 1px 1px 3px -1px #000;
  color: #ede1c9;
}

.submit-button:hover {
  border: 1px solid #412816;
  background-color: #ede1c9;
  box-shadow: none;
  color: #412816;
}

.image-8 {
  display: block;
  width: 50px;
}

.image-9 {
  display: block;
  width: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-3 {
  left: 75px;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-icon {
  display: inline-block;
  width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.facebook-icon {
  display: inline-block;
  width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cellphone-icon {
  display: inline-block;
  width: 50px;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.text-block {
  display: inline-block;
}

.brown-text {
  font-family: Poly, sans-serif;
  font-size: 16px;
}

.quote-div-block {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 165px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-right: 0px;
  font-family: Allura, sans-serif;
  color: #ede1c9;
  font-size: 69px;
  line-height: 80px;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #412816;
}

.text-block-2 {
  display: inline-block;
  margin-right: 128px;
  margin-left: 128px;
  padding: 20px 0px;
  color: #ede1c9;
}

.footer-div {
  padding-right: 0px;
  padding-left: 0px;
}

.text-link {
  color: #ede1c9;
}

.text-link:hover {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.our-rates-landing-section {
  background-image: url('../images/Het-Slot-Boerdery-Cream-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-rates-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  left: 432px;
  display: block;
}

.brand.w--current {
  left: 435px;
}

.nav-link-3 {
  left: -173px;
  margin-top: 70px;
  margin-right: 19px;
  margin-left: 19px;
  font-family: 'Crimson Text', sans-serif;
  color: #000;
  font-size: 16px;
}

.nav-link-3:hover {
  text-decoration: underline;
}

.nav-link-3.w--current {
  margin-left: 0px;
  color: #000;
}

.nav-link-3.w--current:focus {
  color: #000;
}

.nav-link-3.w--current:visited {
  color: #000;
}

.navbar-2-copy {
  background-color: transparent;
}

.nav-link-4 {
  left: 30px;
  margin-top: 70px;
  margin-right: 14px;
  font-family: 'Crimson Text', sans-serif;
  color: #000;
  font-size: 16px;
}

.nav-link-4:hover {
  text-decoration: underline;
}

.nav-link-4:focus {
  color: #000;
}

.nav-link-4.w--current {
  color: #000;
}

.menu-logo {
  height: 180px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-bottom: 0px;
}

.container-3 {
  padding-top: 25px;
}

.slide-nav-2 {
  display: none;
}

.slider {
  height: 650px;
}

.slide {
  background-image: url('../images/Het-Slot-Boerdery-Our-Rates-Gallery-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Het-Slot-Boerdery-Our-Rates-Gallery-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Het-Slot-Boerdery-Our-Rates-Gallery-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-rates-section {
  background-image: url('../images/Het-Slot-Boerdery-Cream-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow-2 {
  color: #ede1c9;
}

.right-arrow-2 {
  color: #ede1c9;
}

.our-rates-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  height: 400px;
  margin-top: 75px;
}

.image-11 {
  width: 1000px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.lodging-container {
  margin-top: 65px;
}

.wood-div {
  width: 450px;
}

.image-12 {
  width: 450px;
  margin-top: 35px;
}

.lodging-section {
  background-image: url('../images/Het-Slot-Boerdery-Cream-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-13 {
  width: 450px;
  margin-top: 50px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 320px;
  margin-top: 50px;
  padding-right: 12px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Het-Slot-Boerdery-Wooden-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow-3 {
  display: block;
}

.left-arrow-3 {
  display: block;
}

.slide-nav-3 {
  display: none;
}

.lodging-slider-1 {
  background-color: #ede1c9;
}

.slide-4 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/5Het-Slot-Lodge-Home-Page-Gallery-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/Het-Slot-Boerdery-Room-Gallery-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brown-paragraph-2 {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 102px;
  font-family: Poly, sans-serif;
  color: #412816;
  font-size: 16px;
  text-align: left;
}

.column-4 {
  left: 35px;
  top: 56px;
}

.brown-headline-h2 {
  margin-top: 20px;
  font-family: Allura, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
}

.brown-headline-h2.centre {
  text-align: center;
}

.the-lodge-column {
  left: -25px;
  top: 56px;
}

.the-lodge-column-2 {
  left: -27px;
  top: 0px;
}

.brown-paragraph-3 {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 102px;
  font-family: Poly, sans-serif;
  color: #412816;
  font-size: 16px;
  text-align: right;
}

.brown-headline-h2-2 {
  margin-top: 20px;
  font-family: Allura, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: right;
}

.column-5 {
  left: 0px;
}

.slide-13 {
  background-image: url('../images/Het-Slot-Lodge-Home-Page-Gallery-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/Het-Slot-Boerdery-Facalities-Gallery-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/Het-Slot-Boerdery-Facalities-Gallery-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/Het-Slot-Boerdery-Facalities-Gallery-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/Het-Slot-Boerdery-Facalities-Gallery-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/Het-Slot-Boerdery-Facalities-Gallery-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.book-you-hunt-button {
  width: 250px;
  margin-top: 88px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #412816;
  background-color: #412816;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Allura, sans-serif;
  color: #ede1c9;
  font-size: 28px;
  text-align: center;
}

.book-you-hunt-button:hover {
  border: 2px solid #412816;
  background-color: #ede1c9;
  box-shadow: none;
  color: #412816;
}

.navbar-hidden {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ede1c9;
  box-shadow: 1px 1px 3px 0 #412816;
}

.hidden-navllink {
  margin-top: 16px;
  margin-right: 14px;
  margin-left: 14px;
  font-family: 'Crimson Text', sans-serif;
  color: #000;
}

.hidden-navllink:hover {
  text-decoration: underline;
}

.hidden-navllink.w--current {
  color: #000;
}

.hidden-navllink.w--current:focus {
  color: #000;
}

.image-14 {
  height: 80px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.rates-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  margin-top: 50px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  border: 3px solid #412816;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.whatsapp-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.55);
  color: #000;
  text-decoration: none;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}

.text-block-3 {
  margin-right: 5px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 500;
}

.image-16 {
  width: 50px;
}

.whatsapp-button-mobile {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 99999;
  display: none;
  padding: 2px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.55);
  color: #000;
  text-decoration: none;
}

.whatsapp-button-mobile:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}

.slide-19 {
  background-image: url('../images/IMG_4354_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/IMG_4320_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/IMG_4355_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/IMG_4325_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/IMG_4323_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('../images/IMG_4330_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-5 {
  background-image: url('../images/IMG_4332_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/IMG_4422_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/IMG_3979_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/IMG_4459_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/IMG_4013_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-26 {
  background-image: url('../images/IMG_4266_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-27 {
  background-image: url('../images/IMG_4266_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-6 {
  background-image: url('../images/IMG_4006_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-7 {
  background-image: url('../images/IMG_4400_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-8 {
  background-image: url('../images/IMG_3889_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-9 {
  background-image: url('../images/IMG_4187_compressed.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-10 {
  background-image: url('../images/IMG_4121_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-11 {
  background-image: url('../images/f_87bdc892343f40049555ac205627bbf5.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-12 {
  background-image: url('../images/IMG_4097_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-13 {
  background-image: url('../images/f_7b00be0e2a2b4f3cb0624fb23edc082b_compressed.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.table-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}

.grid-6 {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.5fr 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
  -ms-grid-rows: 50px;
  grid-template-rows: 50px;
}

.grid-6._2 {
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.table-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none #fff;
  border-left: 2px none #fff;
  background-color: #412816;
  color: #ede1c9;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.table-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #412816;
  background-color: #ede1c9;
  color: #412816;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

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

.container-5 {
  display: none;
}

.slide-28 {
  background-image: url('../images/IMG_4344.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-29 {
  background-image: url('../images/IMG_4340.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-14 {
  background-image: url('../images/IMG_4347.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-15 {
  background-image: url('../images/IMG_4345.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-16 {
  background-image: url('../images/IMG_4339.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-17 {
  background-image: url('../images/f_311f2a3a93e04ba1823cc89239101681.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-18 {
  background-image: url('../images/f_baca06563ecc48b49d7ffa99a07309b9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

@media screen and (max-width: 991px) {
  .image {
    height: 500px;
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .wlcome-colum {
    padding-top: 80px;
  }

  .welcome-container {
    margin-top: 150px;
    padding-bottom: 50px;
  }

  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cream-paragraph {
    margin-left: 0px;
  }

  .gallery-container {
    padding-left: 14px;
  }

  .brown-quote-headline {
    font-size: 45px;
  }

  .image-3 {
    width: 330px;
  }

  .lightbox-link-2 {
    width: 180px;
    margin-top: 118px;
    margin-left: 102px;
  }

  .image-4 {
    width: 152px;
  }

  .image-5 {
    margin-top: 34px;
  }

  .lightbox-link-5 {
    margin-left: 347px;
  }

  .image-6 {
    width: 335px;
  }

  .column-3 {
    position: static;
    margin-top: 21px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .message-icon {
    width: 35px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .facebook-icon {
    width: 35px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .cellphone-icon {
    width: 35px;
    margin-top: 0px;
    margin-right: 15px;
    padding-bottom: 0px;
  }

  .quote-div-block {
    margin-left: 307px;
  }

  .heading {
    font-size: 55px;
  }

  .text-block-2 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .footer-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-link {
    text-decoration: none;
  }

  .our-rates-container-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider {
    height: 350px;
  }

  .image-11 {
    width: 750px;
  }

  .lodging-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow-3 {
    display: block;
  }

  .left-arrow-3 {
    display: block;
  }

  .brown-paragraph-2 {
    padding-right: 0px;
  }

  .column-4 {
    position: static;
    padding-right: 120px;
    padding-left: 120px;
  }

  .rooms-the-lodge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .the-lodge-column {
    position: static;
    padding-right: 120px;
    padding-left: 120px;
  }

  .the-lodge-column-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .brown-paragraph-3 {
    padding-left: 0px;
    text-align: left;
  }

  .brown-headline-h2-2 {
    text-align: left;
  }

  .column-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    margin-left: 570px;
  }

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

  .icon-9 {
    color: #412816;
  }

  .nav-menu {
    background-color: #ede1c9;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .whatsapp-button {
    display: none;
  }

  .whatsapp-button-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .cream-paragraph {
    width: auto;
  }

  .gallery-container {
    padding-right: 7px;
    padding-left: 19px;
  }

  .brown-quote-headline {
    font-size: 45px;
    line-height: 60px;
  }

  .image-3 {
    width: 250px;
  }

  .lightbox-link-2 {
    width: 136px;
    margin-top: 83px;
    margin-left: 66px;
  }

  .image-4 {
    width: 115px;
  }

  .lightbox-link-3 {
    margin-left: 5px;
  }

  .lightbox-link-5 {
    margin-left: 265px;
  }

  .image-6 {
    width: 255px;
  }

  .strip-image-1-section {
    height: 350px;
  }

  .testimonials-slider {
    width: 450px;
    height: 145px;
  }

  .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .strip-image-2-section {
    height: 350px;
    background-position: 21% 50%;
    background-size: cover;
  }

  .testimonials-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brown-paragraph {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .message-icon {
    margin-right: 0px;
    margin-left: 0px;
  }

  .facebook-icon {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cellphone-icon {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-div-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .heading {
    font-size: 45px;
    line-height: 60px;
    text-shadow: 0 1px 0 #000;
  }

  .text-block-2 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .column-4 {
    padding-right: 35px;
    padding-left: 35px;
  }

  .the-lodge-column {
    padding-right: 35px;
    padding-left: 35px;
  }

  .menu-button {
    margin-left: 370px;
  }

  .image-15 {
    width: 450px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .whatsapp-button {
    display: none;
  }

  .whatsapp-button-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .table-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header {
    width: 90%;
  }

  .table-h1 {
    font-size: 12px;
    line-height: 14px;
  }

  .table-h2 {
    font-size: 14px;
    line-height: 16px;
  }

  .container-5 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .landing-image-section {
    background-position: 50% 98%;
    background-size: auto;
  }

  .image {
    height: 350px;
  }

  .navbar {
    display: block;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wlcome-colum {
    margin-top: 0px;
    padding-top: 0px;
  }

  .welcome-container {
    margin-top: 0px;
  }

  .cream-headline {
    font-size: 30px;
  }

  .cream-paragraph {
    font-size: 14px;
  }

  .gallery-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    display: inline-block;
    width: auto;
  }

  .lightbox-link-2 {
    position: static;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .image-4 {
    position: static;
    width: auto;
  }

  .image-5 {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }

  .lightbox-link-3 {
    margin-left: 0px;
  }

  .lightbox-link-4 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .lightbox-link-5 {
    position: static;
    margin-left: 0px;
  }

  .image-6 {
    width: auto;
  }

  .strip-image-1-section {
    height: 150px;
    background-position: 50% 50%;
    background-size: auto;
  }

  .brown-headline {
    font-size: 30px;
  }

  .image-7 {
    width: 150px;
  }

  .testimonials-slider {
    width: auto;
    height: auto;
  }

  .paragraph {
    width: auto;
  }

  .map {
    height: 180px;
  }

  .contact-us-container {
    padding-top: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .testimonials-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-block-2 {
    width: auto;
  }

  .text-field-4 {
    width: 250px;
    margin-right: 0px;
  }

  .text-field-7 {
    display: block;
    width: 250px;
  }

  .textarea {
    width: 250px;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .submit-button {
    width: 250px;
  }

  .quote-div-block {
    width: auto;
  }

  .text-block-2 {
    margin-right: -1px;
    margin-left: -1px;
    font-size: 10px;
    text-align: center;
  }

  .our-rates-container-1 {
    margin-top: 50px;
    padding-top: 25px;
  }

  .slider {
    height: 250px;
  }

  .lodging-container {
    margin-top: 50px;
    padding-top: 25px;
  }

  .div-block {
    width: 300px;
    height: 200px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lodging-slider-1 {
    width: 280px;
    height: 180px;
  }

  .lodging-slider-2 {
    width: 280px;
    height: 180px;
  }

  .book-you-hunt-button {
    margin-top: 50px;
  }

  .navbar-hidden {
    display: block;
  }

  .image-14 {
    height: 50px;
  }

  .rates-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .menu-button {
    margin-left: 180px;
    color: transparent;
  }

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

  .image-15 {
    width: 300px;
  }

  .icon-3 {
    margin-left: 15px;
    font-size: 18px;
  }

  .icon-4 {
    margin-right: 15px;
    font-size: 18px;
  }

  .icon-5 {
    margin-right: 15px;
    font-size: 18px;
  }

  .icon-6 {
    margin-left: 15px;
    font-size: 18px;
  }

  .icon-7 {
    margin-right: 15px;
    font-size: 25px;
  }

  .icon-8 {
    margin-left: 15px;
    font-size: 25px;
  }

  .icon-9 {
    color: #412816;
  }

  .nav-menu {
    background-color: #ede1c9;
  }

  .menu-button-2 {
    color: #412816;
  }

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

  .nav-menu-2 {
    background-color: #ede1c9;
  }

  .icon-10 {
    color: #412816;
  }

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

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .image-16 {
    width: 45px;
  }

  .table-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header {
    width: 90%;
  }

  .grid-6 {
    -ms-grid-columns: 0.5fr 0.5fr 0.75fr 0.75fr;
    grid-template-columns: 0.5fr 0.5fr 0.75fr 0.75fr;
  }

  .table-h1 {
    font-size: 12px;
  }

  .table-h2 {
    font-size: 12px;
  }

  .container-5 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-_89075062-223c-fbd2-0d51-13fa9df2b68d-1222bb4c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cf1df530-4797-63c1-4f71-33fbfdf32a9a-1222bb4c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96018-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db9601a-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db9601e-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96020-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96024-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96026-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db9602a-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db9602c-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96030-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96032-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96036-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5b0bdab-644a-97f2-9f34-65d92db96038-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4b8d85f6-b634-f1b7-171c-48e44779621f-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b8d85f6-b634-f1b7-171c-48e447796221-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_55f60f47-39ca-58fe-e353-7b5f658cfc7c-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_55f60f47-39ca-58fe-e353-7b5f658cfc7e-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b75ae089-35c2-7b57-c6e5-3849d3860ad6-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b75ae089-35c2-7b57-c6e5-3849d3860ad8-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e7cb2a00-d671-1bf5-24ac-1e3328bc6a87-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e7cb2a00-d671-1bf5-24ac-1e3328bc6a89-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1ebc2784-194b-5af6-f650-38924c313068-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1ebc2784-194b-5af6-f650-38924c313066-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e54ee9d0-752a-5194-4e3e-d3e6f0dd7921-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e54ee9d0-752a-5194-4e3e-d3e6f0dd7923-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_642b819d-1dfe-2997-0d2b-03338892187a-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_642b819d-1dfe-2997-0d2b-03338892187c-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_22030e7a-fe83-68a5-f528-ac48f659fc75-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_22030e7a-fe83-68a5-f528-ac48f659fc79-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e0c096be-1399-f127-6625-5931aa4d61aa-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e0c096be-1399-f127-6625-5931aa4d61ae-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2888918a-6a79-98ee-5d74-e2b1a72c9de2-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2888918a-6a79-98ee-5d74-e2b1a72c9de6-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_82ef13f1-2af1-9c60-1dec-65c3ed31ef99-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_82ef13f1-2af1-9c60-1dec-65c3ed31ef9d-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4fe7179f-a6d1-9543-0793-40ec12980cb6-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4fe7179f-a6d1-9543-0793-40ec12980cba-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_13e5b17e-aad2-bc7f-fc6d-c861250741dd-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_13e5b17e-aad2-bc7f-fc6d-c861250741e1-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_14cb5136-795d-1e20-037a-d841c099b463-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_14cb5136-795d-1e20-037a-d841c099b467-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_58ecf9c2-a68f-f087-62ee-d43c5c20fb75-8d9f31da {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_58ecf9c2-a68f-f087-62ee-d43c5c20fb79-8d9f31da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-b5b0bdab-644a-97f2-9f34-65d92db9601a-8d9f31da {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89075062-223c-fbd2-0d51-13fa9df2b68d-1222bb4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b5b0bdab-644a-97f2-9f34-65d92db9601a-8d9f31da {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

