body {
  font-family: 'Sans Serif', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Serif Display', sans-serif;
  font-size: 75px;
  line-height: 120%;
  font-weight: 600;
  text-transform: capitalize;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Serif Display', sans-serif;
  font-size: 64px;
  line-height: 110%;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fcff00;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
}

p {
  margin-bottom: 32px;
}

a {
  color: #fcff00;
  text-decoration: none;
}

#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 1;
}

.site-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 300px;
  flex-direction: column;
  justify-content: space-between;
  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;
  background-color: #000000;
  position: fixed;
	  bottom: 0;
	  z-index: 50;
}

.logo.footer {
  margin-bottom: 80px;
}


.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  -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;  
}

.content-wrapper.content {
  max-width: 1440px;
}


  .content-wrapper.content.footer {	  
	  margin-top: 10px;
    margin-bottom: 50px;	
  }


.h1-title {
  margin-bottom: 32px;
  font-family: 'Serif Display', sans-serif;
}

.mntn-logo {
  height: 24px;
  width: 200px;
}

.vg {
  position: fixed;
  bottom: 300px;
  z-index: 50;
    width: 100%;
	height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}


video{
  object-fit: cover;
  position: relative;
  z-index: -100; 
  width: 100%;
  height: 600px;
  
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  margin-bottom: 100px;
}

#w-node-435c3832b714-0b7ceb38 .count {
	
	margin-bottom: 100px;
	
}

.grid.footer {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  z-index: 10;
}


.footer {
  background-color: #000000;
  margin-top: 30px;
  margin-bottom: 100 px;
  z-index: 50;  
}

.footer-left {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.links {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links {
  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: 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;
}

.footer-link {
  margin-bottom: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
}

.footer-link:hover {
  color: #fcff00;
}

.copyright {
  opacity: 0.5;
}

.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;
  background-color: rgba(0, 0, 0, 1.0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.author {
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.author:hover {
  border-bottom-color: rgba(251, 215, 132, 0.3);
  color: #fcff00;
}

.image {
  margin-top: 100px;
  width: 680px;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.loading-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #000000;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: none;
  width: 100%;
  height: 100%;
  -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-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000000;
}

.loading-02 {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.lottie-animation {
  display: none;
  width: 400px;
}

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

iframe.iframe {
	
	width: 100%;
	aspect-ratio:16 / 9;
}

@media screen and (max-width: 991px) {

.site-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 300px;
  flex-direction: column;
  justify-content: space-between;
  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;
  background-color: #000000;
  position: fixed;
	  bottom: 0;
	  z-index: 50;
} 
 
  .content-wrapper.content {
    margin-bottom: 200px;
  }
  .content-wrapper.content.footer {
	  margin-top: 10px;
    margin-bottom: 80px;
  }
  .content-hero {
    max-width: 610px;
  }
  .h1-title {
    font-size: 58px;
  }
.vg {
  position: fixed;
  bottom: 300px;
  z-index: 50;
    width: 100%;
	height: 40%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

  .grid {
    justify-items: center;
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid.footer {
    grid-column-gap: 40px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .links {
    grid-column-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-links._02 {
    display: none;
  }
  .image {
    width: 600px;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .image._01 {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }
}

@media screen and (max-width: 767px) {
  
  .site-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 370px;
  flex-direction: column;
  justify-content: space-between;
  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;
  background-color: #000000;
  position: fixed;
	  bottom: 0;
	  z-index: 50;
} 
  
  .vg {
  position: fixed;
  bottom: 370px;
  z-index: 50;
    width: 100%;
	height: 30%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
}

  .grid.footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
	grid-column-gap: 23px;
	grid-row-gap: 23px;
  }
  
  .content-wrapper.content {
    margin-top: 0px;
    padding-right: 32px;
    padding-left: 32px;
  }
    .content-wrapper.content.footer {
	  margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .h1-title {
    margin-bottom: 24px;
  }
  
  .mntn-logo {	  
  height: 12px;
  width: 100px;  
}

.copyright {
	opacity: 0.5;
  font-size: 10px;
  margin-top: 0px;
}

.footer-links h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-links a {
	font-size: 12px;
	margin-bottom: 0px;
}
  

  .head {
    font-size: 48px;
  }
  .links {
    grid-column-gap: 23px;
  }
  .footer-text {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 24px;
    line-height: 28px;
  }  
    
  .content-wrapper.content {
    margin-bottom: 120px;
    padding-right: 24px;
    padding-left: 24px;
  }
  
  .content-wrapper.content2 {
   margin-top: 120px;
   margin-bottom: -30px;
   padding-right: 24px;
   padding-left: 24px;
}  
  
  .h1-title {
    font-size: 48px;
  }
  
  .footer {
	margin-top: 10px;
  }
  
  .grid-2 {
  margin-bottom: 50px;
}  
  
  
  .head {
    font-size: 40px;
  }
  .links {
    grid-column-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .image {
    height: 220px;
	margin-top: 40px;
	margin-bottom: -100px;
  }
    
  .heading-tagline {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .loading-01 {
    max-width: 50%;
  }
  .loading-02 {
    max-width: 50%;
  }
}

.video-container {
	width: 100%;
	height: 600px;
	margin-bottom: -250px;
}

video{
  position: relative;
  z-index: -100; 
  width: 100%;
  height: 700px;
  object-fit: cover;
  margin-top: -80px;
  margin-bottom: -150px;  
  overflow: hidden;
}

#w-node-435c3832b714-0b7ceb38 .count {
	
	margin-bottom: -80px;
	
}

#w-node-435c3832b714-0b7ceb38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 120px;
}

#w-node-39e02eb8b346-0b7ceb38 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-12f012158455-0b7ceb38 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-12f012158464-0b7ceb38 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af252b1c3813-0b7ceb38 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-af252b1c3822-0b7ceb38 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-4532b953dd02-0b7ceb38 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bec01f52c19d-0b7ceb38 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-98e738a28e3d-0b7ceb38 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-435c3832b714-0b7ceb38 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-39e02eb8b346-0b7ceb38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-12f012158455-0b7ceb38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-12f012158464-0b7ceb38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-af252b1c3813-0b7ceb38 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-af252b1c3822-0b7ceb38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-1aa862d1e6f1-0b7ceb38 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-4532b953dd02-0b7ceb38 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-98e738a28e3d-0b7ceb38 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/SansSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/SansSerif-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Sans Serif';
  src: url('../fonts/SansSerif-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Serif Display';
  src: url('../fonts/SerifDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Serif Display';
  src: url('../fonts/SerifDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}