.section {
  height: 100vh;
}

.background-video {
  display: block;
  height: 100vh;
  padding-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  font-size: 34px;
  font-weight: 400;
  text-decoration: none;
}

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

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

.menu-button {
  position: relative;
  z-index: 500;
  width: 160px;
  margin-left: 0px;
  padding: 19px 46px 0px;
  float: left;
}

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

.container {
  display: block;
  max-width: 100%;
  padding-right: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: hsla(0, 2%, 69.4%, 0);
}

.div-block {
  width: 40px;
  height: 1px;
  margin-top: 6px;
  background-color: #ebebeb;
}

.div-block-2 {
  width: 40px;
  height: 1px;
  margin-top: 7px;
  background-color: #ebebeb;
}

.text-block {
  position: relative;
  left: 56px;
  top: -18px;
  display: inline-block;
  font-family: Gotham, sans-serif;
  color: #ebebeb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

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

.button-2 {
  margin-top: 4px;
  padding: 16px 46px 13px;
  float: right;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-family: Gotham, sans-serif;
  color: #ebebeb;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-2:hover {
  border-style: none;
  background-color: transparent;
  font-weight: 300;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  height: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  width: 1.4px;
  height: 50px;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ebebeb;
}

.div-block-6 {
  width: auto;
  margin-top: 24px;
  text-align: center;
}

.text-block-3 {
  width: auto;
  margin-right: auto;
  margin-bottom: -44px;
  margin-left: auto;
  padding-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #ebebeb;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.text-block-4 {
  display: inline-block;
  font-family: 'Gotham book', sans-serif;
  color: #ebebeb;
  font-size: 12px;
  letter-spacing: 1px;
}

.div-block-7 {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 25px;
  height: 1px;
  margin-right: 17px;
  margin-left: 55px;
  background-color: #fff;
}

.div-block-8 {
  margin-left: 18px;
  background-image: url('../images/gps-point.png');
  background-position: 14% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.text-block-5 {
  margin-right: 26px;
  padding-top: 2px;
  font-family: 'Gotham book', sans-serif;
  color: #ebebeb;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.text-block-5:hover {
  text-decoration: underline;
}

.nav-menu {
  z-index: auto;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #ebebeb;
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-9 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  padding-top: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fdfdfd;
  opacity: 1;
  -webkit-transform: translate(0px, 70px);
  -ms-transform: translate(0px, 70px);
  transform: translate(0px, 70px);
}

.div-block-10 {
  margin-left: 85px;
}

.div-block-11 {
  width: 50px;
  height: 2px;
  margin-bottom: 33px;
  margin-left: 23px;
  background-color: #000;
}

.div-block-14 {
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 22px;
  text-align: left;
}

.button-4 {
  margin-right: 19px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(56, 152, 236, 0);
  font-family: 'Fa brands 400', sans-serif;
  color: #000;
}

.button-4.small-icon {
  position: relative;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #292929;
  font-size: 14px;
}

.text-block-7 {
  display: inline-block;
  margin-left: 8px;
  font-family: 'Helveticaneueltcom ltex', sans-serif;
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
}

.image {
  position: relative;
  width: 280px;
  margin-top: 0px;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

.div-block-16 {
  width: 300px;
  margin-right: -129px;
}

.image-2 {
  opacity: 1;
}

.div-block-17 {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-18 {
  padding-left: 0px;
}

.text-block-8 {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.column {
  padding-left: 0px;
}

.heading-2 {
  margin-top: 41px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 1px;
}

.paragraph {
  width: 66%;
  padding-top: 0px;
  padding-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 28px;
}

.button-5 {
  margin-top: 21px;
  padding-top: 17px;
  padding-right: 93px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/iconmonstr-arrow-right-thin-240.png');
  background-position: 90% 49%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.button-5:hover {
  background-color: #000;
  background-image: url('../images/iconmonstr-arrow-right-thin-240-copy.png');
  color: #ebebeb;
}

.slider {
  height: 700px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: 1%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  height: 32px;
  font-size: 10px;
  text-align: left;
}

.mask {
  overflow: visible;
  width: 40%;
  height: 105%;
  padding-top: 45px;
}

.slide {
  overflow: visible;
  width: 185%;
  height: 600px;
  margin-right: 0px;
  background-color: #000;
  background-image: url('../images/Screen-Shot-2022-04-15-at-9.20.38-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.slide-2 {
  width: 185%;
  height: 600px;
  margin-right: 0px;
  margin-left: 10px;
  background-color: #000;
  background-image: url('../images/Screen-Shot-2022-04-15-at-9.24.39-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.slide-3 {
  width: 185%;
  height: 600px;
  margin-right: 5px;
  margin-left: 10px;
  background-color: #000;
  background-image: url('../images/Screen-Shot-2022-04-15-at-9.27.51-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.columns {
  overflow: hidden;
  padding-bottom: 100px;
}

.left-arrow {
  display: block;
  width: 890px;
  margin-left: -241px;
  opacity: 0;
}

.right-arrow {
  display: block;
  width: 220px;
  opacity: 0;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 280px;
  height: 59px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/HighDark.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.link-block.w--current {
  opacity: 0;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: rgba(0, 0, 0, 0.8);
}

.div-block-29 {
  opacity: 1;
}

.div-block-31 {
  display: block;
  padding-right: 3%;
  padding-left: 3%;
}

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

.heading-9 {
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ebebeb;
  font-size: 42px;
  line-height: 54px;
  font-weight: 400;
  text-align: center;
}

.div-block-33 {
  margin-right: 19px;
  margin-left: 0px;
}

.columns-4 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.icon {
  z-index: 0;
}

.heading-10 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  text-decoration: none;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.div-block-34 {
  margin-bottom: 35px;
}

.link-2 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #f3f3f3;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
}

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

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-5 {
  margin: 10px;
  background-color: hsla(0, 0%, 95.3%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.image-5:hover {
  background-color: hsla(0, 0%, 95.3%, 0.28);
}

.section-2 {
  background-image: url('../images/pexels-johannes-plenio-1423600.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.bold-text {
  font-weight: 400;
}

.sub-footer {
  width: 100%;
  margin-top: 36px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 85.9%, 0.1);
}

.brand {
  display: block;
  margin-top: -4px;
  float: none;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.brand.w--current {
  margin-top: -4px;
  float: left;
}

.brand.footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-6 {
  padding-top: 0px;
}

.image-13 {
  margin-right: 0px;
}

.right-footertext {
  display: inline-block;
  padding-left: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  text-align: center;
}

.image-12 {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.section-3 {
  position: relative;
  height: 60vh;
  margin-top: 0px;
  padding: 0px 0px 34px;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
  font-weight: 500;
}

.section-3.footer-section {
  position: relative;
  height: auto;
  padding-top: 52px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #f3f3f3;
  line-height: 24px;
}

.section-3.footer-section.contactus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0% 0px;
  -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;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -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-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.container-7 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: center;
}

.container-7.foooter {
  position: relative;
  max-width: 84%;
  -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;
}

.section-6 {
  display: block;
  padding: 40px 3%;
  -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;
}

.section-6.story {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 84%;
  margin-bottom: 116px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image-14 {
  width: 100%;
  margin-top: 0px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
}

.div-block-41 {
  width: 65%;
  margin-left: 80px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000;
  font-weight: 400;
}

.paragraph-5 {
  font-family: 'Gotham book', sans-serif;
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  line-height: 22px;
}

.paragraph-6 {
  font-family: 'Gotham book', sans-serif;
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-15 {
  width: 100%;
}

.heading-12 {
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 400;
}

.heading-13 {
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 400;
}

.heading-14 {
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 400;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-family: 'Gotham book', sans-serif;
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  line-height: 24px;
}

.paragraph-8 {
  font-family: 'Gotham book', sans-serif;
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  line-height: 24px;
}

.paragraph-9 {
  font-family: 'Gotham book', sans-serif;
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  line-height: 24px;
}

.link-3 {
  position: absolute;
  bottom: -9%;
  display: block;
  font-family: 'Gotham book', sans-serif;
  font-size: 18px;
  line-height: 44px;
  font-style: normal;
  text-decoration: none;
}

.link-3.our-beers {
  color: #333;
  line-height: 40px;
}

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

.link-4 {
  position: absolute;
  bottom: -9%;
  z-index: 5000;
  display: block;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
}

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

.link-5 {
  position: absolute;
  bottom: -9%;
  z-index: 6000;
  display: block;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
}

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

.link-block-2 {
  color: #333;
  text-decoration: none;
}

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

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

.textlink {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.textlink:hover {
  text-decoration: underline;
}

.textlink.w--current {
  font-family: 'Gotham book', sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.div-block-43 {
  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;
}

.link-block-4 {
  margin-bottom: 28px;
}

.link-block-5 {
  margin-top: 28px;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 75px);
  -ms-transform: translate(0px, 75px);
  transform: translate(0px, 75px);
}

html.w-mod-js *[data-ix="left"] {
  opacity: 0;
  -webkit-transform: translate(-360px, 0px);
  -ms-transform: translate(-360px, 0px);
  transform: translate(-360px, 0px);
}

html.w-mod-js *[data-ix="letter-1"] {
  opacity: 0;
  -webkit-transform: translate(-93px, 0px);
  -ms-transform: translate(-93px, 0px);
  transform: translate(-93px, 0px);
}

html.w-mod-js *[data-ix="line"] {
  opacity: 0;
  -webkit-transform: translate(-93px, 0px) scale(0.01, 0.01);
  -ms-transform: translate(-93px, 0px) scale(0.01, 0.01);
  transform: translate(-93px, 0px) scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="letter-2"] {
  opacity: 0;
  -webkit-transform: translate(-133px, 0px);
  -ms-transform: translate(-133px, 0px);
  transform: translate(-133px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="paragraph-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 210px);
  -ms-transform: translate(0px, 210px);
  transform: translate(0px, 210px);
}

html.w-mod-js *[data-ix="paragraph-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 210px);
  -ms-transform: translate(0px, 210px);
  transform: translate(0px, 210px);
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    max-width: 100%;
  }

  .nav-menu {
    opacity: 1;
  }

  .div-block-10 {
    margin-left: 32px;
  }

  .image {
    position: relative;
    right: 54px;
  }

  .div-block-16 {
    margin-right: 18px;
  }

  .paragraph {
    width: 100%;
  }

  .container-6 {
    overflow: hidden;
  }

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

  .sub-footer {
    margin-top: 0px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0px;
  }

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

  .right-footertext {
    text-align: right;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3.footer-section.contactus {
    padding-bottom: 0px;
  }

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

  .container-7 {
    padding-right: 10px;
    padding-bottom: 18px;
    padding-left: 10px;
  }

  .section-6.story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/Screen-Shot-2022-04-18-at-1.10.41-PM.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/Screen-Shot-2022-04-18-at-1.10.41-PM.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .nav-link {
    line-height: 36px;
  }

  .nav-link.w--current {
    line-height: 36px;
  }

  .text-block-4 {
    display: none;
  }

  .div-block-7 {
    display: none;
  }

  .text-block-5 {
    display: none;
  }

  .div-block-9 {
    grid-auto-flow: row;
  }

  .image-2 {
    margin-top: -91px;
  }

  .paragraph {
    margin-top: 26px;
  }

  .div-block-23 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-30 {
    background-color: transparent;
  }

  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-2 {
    line-height: 36px;
    text-align: center;
  }

  .sub-footer {
    margin-top: 36px;
  }

  .image-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .right-footertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .div-block-36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2 {
    height: auto;
  }

  .container-7 {
    height: auto;
  }

  .container-7.foooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-40 {
    width: 100%;
  }

  .div-block-41 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }

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

  .div-block-42 {
    width: 100%;
    margin-bottom: 60px;
  }

  .section-7 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .column-16 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100%;
  }

  .background-video {
    height: 100%;
  }

  .navbar {
    padding-top: 13px;
    padding-bottom: 36px;
  }

  .div-block {
    width: 30px;
    height: 1px;
  }

  .div-block-2 {
    width: 30px;
    height: 1px;
  }

  .text-block {
    left: 38px;
    top: -18px;
    display: none;
    font-size: 11px;
  }

  .button-2 {
    margin-top: 12px;
    padding: 7px 15px;
    border-width: 1px;
    background-position: 50% 50%;
    font-size: 0px;
  }

  .div-block-3 {
    margin-top: -12px;
  }

  .text-block-3 {
    width: 140px;
    font-size: 11px;
  }

  .text-block-4 {
    display: none;
    font-size: 3vw;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-8 {
    padding-left: 9px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .text-block-5 {
    display: none;
    margin-right: 7px;
    font-size: 3vw;
  }

  .div-block-10 {
    position: relative;
    top: -49px;
  }

  .image-2 {
    margin-top: -121px;
  }

  .div-block-17 {
    padding-top: 73px;
    padding-bottom: 101px;
  }

  .heading-2 {
    margin-top: 23px;
    padding-left: 0px;
  }

  .paragraph {
    max-width: 100%;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-5 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .slider {
    height: 450px;
  }

  .mask {
    height: 84%;
  }

  .slide {
    height: 320px;
  }

  .slide-2 {
    height: 320px;
  }

  .slide-3 {
    height: 320px;
  }

  .columns {
    padding-bottom: 0px;
  }

  .link-block {
    width: 130px;
    margin-top: 20px;
  }

  .div-block-23 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 33px;
  }

  .body {
    height: 100%;
  }

  .div-block-30 {
    height: 10px;
  }

  .div-block-31 {
    height: auto;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    display: none;
  }

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

  .link-2 {
    font-size: 28px;
  }

  .section-3.footer-section {
    background-color: #fff;
  }

  .container-2 {
    height: auto;
  }

  .container-7 {
    display: block;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-7.foooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-3.our-beers {
    bottom: -16%;
  }

  .link-4 {
    bottom: -16%;
  }

  .link-5 {
    bottom: -16%;
  }
}

#w-node-f713b11d-decc-e876-d2c4-b611cf62702e-ae74d789 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c12aa102-8ee0-95e6-0b7f-fbccd2f84def-ae74d789 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-c00f53c0-6321-cfdc-529c-3700b968bfee-ae74d789 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-acc42725-20ea-4a22-f6b3-5743cf8f6d83-ae74d789 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff9ef578-4b49-7cc1-0e0d-6a8767a27327-ae74d789 {
  -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-e47ec22b-1280-684f-c8ba-ca03dfc380c4-ae74d789 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_8200d3d5-72a5-a270-c046-3acf5c2fb399-ae74d789 {
  -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-f713b11d-decc-e876-d2c4-b611cf62702e-11cf6596 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c12aa102-8ee0-95e6-0b7f-fbccd2f84def-11cf6596 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-c00f53c0-6321-cfdc-529c-3700b968bfee-11cf6596 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-acc42725-20ea-4a22-f6b3-5743cf8f6d83-11cf6596 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff9ef578-4b49-7cc1-0e0d-6a8767a27327-11cf6596 {
  -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-e47ec22b-1280-684f-c8ba-ca03dfc380c4-11cf6596 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f713b11d-decc-e876-d2c4-b611cf62702e-840b8c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c12aa102-8ee0-95e6-0b7f-fbccd2f84def-840b8c8c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-c00f53c0-6321-cfdc-529c-3700b968bfee-840b8c8c {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-acc42725-20ea-4a22-f6b3-5743cf8f6d83-840b8c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff9ef578-4b49-7cc1-0e0d-6a8767a27327-840b8c8c {
  -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-e47ec22b-1280-684f-c8ba-ca03dfc380c4-840b8c8c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f713b11d-decc-e876-d2c4-b611cf62702e-cd419d7d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c12aa102-8ee0-95e6-0b7f-fbccd2f84def-cd419d7d {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-c00f53c0-6321-cfdc-529c-3700b968bfee-cd419d7d {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-acc42725-20ea-4a22-f6b3-5743cf8f6d83-cd419d7d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff9ef578-4b49-7cc1-0e0d-6a8767a27327-cd419d7d {
  -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-e47ec22b-1280-684f-c8ba-ca03dfc380c4-cd419d7d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

@font-face {
  font-family: 'Helveticaneueltcom ex';
  src: url('../fonts/HelveticaNeueLTCom-Ex.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom ltex';
  src: url('../fonts/HelveticaNeueLTCom-LtEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom mdex';
  src: url('../fonts/HelveticaNeueLTCom-MdEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom thex';
  src: url('../fonts/HelveticaNeueLTCom-ThEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-BoldExtended.otf') format('opentype'), url('../fonts/AkzidenzGrotesk-BoldCond.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-ExtendedItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-LightExtended.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-LightExtendedItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-MediumExtended.otf') format('opentype'), url('../fonts/S.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-MediumExtendedItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'S';
  src: url('../fonts/S.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}