.video {
  position: relative;
  width: 50%;
  height: 100vh;
}

.background-video {
  height: 100vh;
}

.video-2 {
  width: 100%;
  height: 100vh;
}

.background-video-2 {
  height: 100vh;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 100vh;
  background-color: #fee1cf;
  opacity: 0.65;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.logo.mobile {
  display: none;
}

.body {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  min-height: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.heading {
  position: relative;
  margin: 16px 8px 8px;
  font-family: 'Playfair Display', sans-serif;
  color: #011b29;
  font-size: 54px;
  font-weight: 900;
  text-align: center;
}

.subtitle {
  position: relative;
  margin: 16px 8px 0px;
  color: #4c5a66;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.background-video-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 100vh;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 8px;
  padding-left: 8px;
  -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 {
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  color: #4c5a66;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.paragraph.bullet {
  display: none;
}

.paragraph.address {
  margin-bottom: 24px;
}

.paragraph.subtitle {
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 33%;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  -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;
}

.nav {
  margin-right: 40px;
}

.nav.mobile {
  display: none;
}

.nav_link {
  margin-right: 20px;
  margin-left: 20px;
  color: #4c5a66;
}

.hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -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;
}

.fader {
  display: none;
}

.line {
  width: 10%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
  background-color: #4c5a66;
}

.line._2 {
  display: none;
}

.div-block {
  width: 10%;
  height: 0.2px;
}

.logo-link {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 15%;
  max-width: 220px;
  min-width: 80px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.logo-link.w--current {
  width: 15%;
}

.logo-link.mobile {
  display: none;
}

.logo-mobile {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.logo-mobile.mobile {
  display: none;
}

.link {
  color: #4c5a66;
}

.button {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px 30px;
  background-color: #014049;
  box-shadow: 3px 3px 0 0 #fee1cf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.button:hover {
  background-color: #006a62;
  box-shadow: 6px 6px 0 0 #fee1cf;
}

@media screen and (max-width: 991px) {
  .nav {
    margin-right: 8px;
  }
  .fader {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    display: none;
  }
  .logo.mobile {
    display: block;
  }
  .body {
    overflow: visible;
  }
  .content {
    height: auto;
    min-height: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading {
    font-size: 24px;
  }
  .main {
    margin-top: 72px;
    padding: 24px 16px 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph.address {
    margin-right: auto;
    margin-left: auto;
  }
  .footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .header {
    display: none;
  }
  .nav.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .nav_link {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .hours {
    width: 85%;
  }
  .fader {
    display: none;
  }
  .line._2 {
    display: block;
  }
  .logo-link {
    display: block;
  }
  .logo-link.w--current {
    display: block;
    width: 10%;
  }
  .logo-link.mobile {
    display: block;
  }
  .logo-mobile {
    display: block;
  }
  .logo-mobile.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .video {
    z-index: 1;
    width: 100%;
    height: 42vh;
  }
  .overlay {
    width: 100%;
    height: 42vh;
  }
  .logo {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 25%;
    min-width: 120px;
    margin-top: 36vh;
    margin-bottom: auto;
  }
  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .content {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .heading {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 36px;
  }
  .subtitle {
    margin-top: 8px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .background-video-3 {
    width: 100%;
    height: 42vh;
  }
  .main {
    margin-top: 24px;
    padding-right: 8px;
    padding-bottom: 36px;
    padding-left: 8px;
  }
  .footer {
    height: auto;
  }
  .nav.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hours {
    width: 100%;
  }
  .fader {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 42vh;
    margin-bottom: auto;
  }
  .logo-link {
    position: fixed;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 25%;
    min-width: 120px;
    margin-top: 36vh;
    margin-bottom: auto;
  }
  .logo-link.w--current {
    position: fixed;
    top: auto;
    bottom: auto;
    width: 25%;
    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 auto;
    grid-template-rows: auto auto;
  }
  .logo-mobile {
    min-width: 120px;
  }
}

