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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #fff;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  padding-left: 68px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.31);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  font-family: Vollkorn, serif;
}

.paragraph {
  font-family: Vollkorn, serif;
}

.text-block {
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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-transition: all 300ms ease;
  transition: all 300ms ease;
}

.brand:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.container {
  min-width: 100vw;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.57);
}

.body {
  overflow: visible;
  background-color: #000;
  font-family: Vollkorn, serif;
  color: #fff;
}

.body.home {
  overflow: visible;
}

.nav-menu {
  margin-top: 3px;
  font-size: 16px;
}

.nav-link {
  color: #fff;
  font-size: 14px;
}

.text-block-2 {
  color: #fff;
}

.homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.main-heading {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 160px;
  line-height: 160px;
}

.main-heading:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 14px;
  -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: #131313;
}

.scrollsnap {
  display: block;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  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;
}

.html-embed {
  display: none;
}

.hero-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.home-link {
  display: block;
  margin-right: 9px;
  margin-left: 9px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.home-link:hover {
  background-color: #fff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #000;
}

.div-block {
  position: fixed;
  min-height: 100vh;
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99;
  display: block;
  min-height: 100vh;
  background-color: #000;
}

.text-block-3 {
  position: relative;
  z-index: 10;
  padding: 9px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.link-block:hover {
  color: #000;
}

.link-block.w--current {
  background-color: #fff;
  color: #000;
}

.hover-block {
  position: absolute;
  top: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0px;
  background-color: #fff;
}

.hover-block.insta {
  background-color: #7e2788;
}

.hover-block.twitter {
  background-color: #4c75d6;
}

.social-icon {
  position: relative;
  z-index: 10;
  margin: 10px;
}

.section-heading {
  position: static;
  margin-top: 88px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 35vh;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(100%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/602A8565-9.jpg');
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 100%, #fff), url('../images/602A8565-9.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.content {
  overflow: visible;
  min-height: 65vh;
  margin-bottom: 78px;
}

.div-block-2 {
  position: static;
  display: block;
  padding-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-heading-copy {
  position: static;
  margin-top: 88px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.section-heading-copy:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.work-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 69px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  position: static;
  width: 28%;
  padding-top: 28px;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.image-3 {
  margin-right: 47px;
}

.textarea {
  width: 350px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.field-label {
  font-weight: 400;
}

.text-field {
  margin-bottom: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

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

.text-block-4 {
  max-width: 350px;
  text-align: center;
}

.link-block-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block-2:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.form-block {
  margin-top: 40px;
}

.submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.submit-button:hover {
  background-color: #fff;
  color: #000;
}

.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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-message {
  background-color: #181818;
}

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

.error-message {
  background-color: #1a1a1a;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 69px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-text {
  position: relative;
  z-index: 900;
  padding-left: 16px;
}

.about-text.left-side {
  margin-right: 15px;
  text-align: right;
}

.heading-3 {
  margin-top: 60px;
  padding-top: 42px;
  color: #fff;
  text-align: center;
}

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

.block-quote {
  margin-left: 22px;
}

.carousel {
  display: none;
}

.youtube-video {
  min-width: 60%;
}

.grid {
  margin-bottom: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 41px;
  padding-left: 41px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.endorse-link {
  display: none;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.endorse-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-6 {
  display: block;
  color: #fff;
  text-decoration: none;
}

.image-4 {
  margin-right: 8px;
}

.link-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.footer-element {
  display: block;
  margin-bottom: 12px;
  padding-right: 41px;
  padding-left: 41px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.grid-2 {
  margin-left: -7px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.endorse-icon {
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.endorse-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.block-quote-2 {
  margin-left: 22px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -7px;
  -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-5 {
  margin-right: 39px;
}

@media screen and (max-width: 991px) {
  .link-block:hover {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    display: block;
    overflow: hidden;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  .nav-menu {
    min-width: 100vw;
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0.94);
  }
  .main-heading {
    position: static;
    left: 5%;
    top: 0%;
    right: auto;
    bottom: 0%;
    font-size: 50px;
    line-height: 50px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-nav {
    position: static;
    left: 0%;
    top: 16%;
    right: 0%;
    bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .background-video {
    display: block;
  }
  .text-block-3 {
    padding-top: 15px;
    padding-right: 9px;
    text-align: left;
  }
  .link-block {
    margin-top: 36px;
    margin-right: 0px;
    font-size: 30px;
  }
  .link-block.w--current {
    margin-right: 0px;
    text-align: left;
  }
  .page-header {
    min-height: 20vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/602A8565-9.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/602A8565-9.jpg');
    background-position: 0px 0px, 50% 60%;
    background-size: auto, cover;
  }
  .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-button {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: rgba(153, 116, 116, 0);
  }
  .div-block-2 {
    margin-top: -34px;
  }
  .link {
    background-color: #000;
  }
  .hero-content {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-height: 80vh;
    -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;
  }
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text.left-side.video {
    display: none;
  }
  .about-text.video {
    display: none;
  }
  .video-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .carousel {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -999;
    display: none;
    min-height: 100vh;
    min-width: 100vw;
  }
  .slider {
    min-height: 100vh;
    min-width: 100vw;
  }
  .right-arrow {
    display: none;
  }
  .slide-nav {
    display: none;
  }
  .slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/319A1294crop.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/319A1294crop.jpg');
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
  }
  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_8498.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_8498.JPG');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .youtube-video {
    min-width: 98%;
  }
  .footer-end {
    padding-top: 39px;
    text-align: center;
  }
  .footer-element {
    padding-top: 19px;
  }
  .container-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;
  }
  .image-5 {
    margin-top: 29px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  .body.home {
    overflow: hidden;
  }
  .main-heading {
    font-size: 40px;
  }
  .hero-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    margin-bottom: 57px;
    margin-left: 0px;
  }
  .image-2 {
    width: 100%;
  }
  .hero-content {
    position: static;
  }
  .textarea {
    width: 250px;
  }
  .heading-2 {
    font-size: 18px;
    text-align: center;
  }
  .about-container {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-text {
    margin-left: 0px;
    padding-left: 0px;
  }
  .video-container {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .youtube-video {
    padding-top: 20px;
  }
}

