@charset "UTF-8";
/* CSS Document */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

body {background: #ffffff; margin:0;}
.color-gray {
  color:#999;
}
.color-green-dark {
  color:#2c4834;
}
.color-green-light {
  color:#778f83;
}

.color-gold {
  color:#d9d38d;
}

.bg-green-dark {
  background:#2c4834;
}
.bg-green-light {
  background:#edf3f0;
}

.bg-gold {
  background:#d9d38d;
}
.bg-white {
  background:#ffffff;
}

h1, h2, h3, h4{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.headline {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#premier-hp{
  font-size:1.3em;color:#999;
  letter-spacing: 3px;
}
.white-bg {background: #fff;}
.signin-box{ width:100%;max-width:500px; height: 80vh; margin:50px auto; border-radius:3px;}
.logo-bg {
  background-image: url('/resources/images/logo.svg');
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: center;
}
input {width:70%; padding: 10px; border: 1px solid #ccc; font-size:18px;border-radius:6px;}
#greyline {border-top:1px solid #ccc; width:0px; margin: 10px 0;}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.header-link{
  font-size:14px;
  text-decoration: none;
  color:#778f83;
  font-weight:bold;
}
.header-link:hover{
  text-decoration: none;
  color:#486657;
  font-weight:bold;
}
#web-nav{
  display:flex; padding-top:25px; justify-content:space-evenly;
}
.magenta-txt {color:#ed037c}
.blue-text {color:#00aeef}
.magenta-btn {display: block; padding: 15px 20px; background-color: #ed037c; color: #fff; border-radius:100px;text-decoration: none; font-weight: bold;}
/* ----------------------------------------------
 * Generated by Animista on 2023-6-15 8:22:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
 @-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.color-gold{
  color:#dccd7c;
}

.centered-list {
  display: inline-block; 
  text-align: left;
}

.font16 {
  font-size: 16px;
}

.drk-green-btn{
  display:block;
  padding:10px;
  width:200px;
  border-radius:9px;
  background:#526657;
  border:2px solid #a7baa1; 
  margin:auto;
  text-decoration:none;
  color:#a7baa1;
  font-size:14px;
}
.hp-inv-btn{
  display:block;
  padding:10px;
  width:200px;
  border-radius:9px;
  background:#fff;
  border:2px solid #a7baa1; 
  box-shadow:0 0 9px #d1d1d1;
  text-decoration:none;
  color:#2c4834;
  font-size:14px;
  text-align: center;
}
.width-150{
  width:150px;
}

.hp-inv-btn :hover{
  display:block;
  padding:10px;
  width:200px;
  border-radius:9px;
  background:#cfe1b9;
  border:2px solid #a7baa1; 
  box-shadow:0 0 9px #d1d1d1;
  margin:auto;
  text-decoration:none;
  color:#2c4834;
  font-size:14px;
}

.hp-learn-more{
  display:block;
  padding:10px;
  width:150px;
  border-radius:9px;
  background:#778f83;
  border:2px solid #fff; 
  box-shadow:0 0 15px #d1d1d1;
  margin:auto;
  text-decoration:none;
  color:#d1e0d5;
  font-size:14px;
}
#hp-logo{
  padding-top:40px;
  width:170px;opacity:0.0;
}
#hp-inventory-img{
  background:url('/resources/images/hp-forsale.jpg') center no-repeat;background-size:cover;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  padding: 10px;
  width: 45%;
  flex-direction: column;
}

.slick-prev:before,
.slick-next:before {
  color: #778f83;
}

#hp-hero{
  height:90%;position:absolute;bottom:0;opacity:0.0;
}
#hp-hero-section{
  width: 100%; height: 100vh;
}
.flex-50{
  width:50%
}
.flex-55{
  width:55%
}
.flex-45{
  width:45%
}
.flex-33{
  width:33%
}
.flex-30{
  width:30%
}
.flex-20{
  width:20%
}
.flex-60{
  width:60%
}
.flex-40{
  width:40%
}
.flex-grow{
  flex-grow: 1;
}
#preloader{
  background:#6a735d url('/resources/images/loader.gif') center no-repeat;
  background-size:200px;
  width:100%;
  height:100vh;
  position:fixed;
  z-index:100;
}
#pic-bg{
  background:url('/resources/images/hp-pics2.jpg')center no-repeat;background-size:100%;display:none;
}
.hero-left{
  width:55%;text-align:center;height:90vh
}
.hero-right{
  width:45%;text-align:left;height:90vh;
}
.nav-link{
  text-decoration: none;
  display:block;
  color:#a7baa1;
}
.nav-link-container{
  padding:20px;
  border-bottom:1px dashed #6a735d;
}
/* .nav-link-container:hover{
  
  background:#526657;
} */
.fa-close{
  cursor:hand;cursor:pointer;
}
.footerlink{
  display:block;text-decoration: none;
  padding: 10px 0;
  color:#a7baa1;
}
.footerlink:hover{
  display:block;text-decoration: none;
  padding: 10px 0;
  color:#486657;
}
.footericon{
  font-size:1.6em;
  display:block;text-decoration: none;
  padding: 5px 0;
  color:#a7baa1;
}
.headericon{
  display:block;text-decoration: none;
  padding: 0 5px;
  color:#a7baa1;
}
.headericon:hover{
  display:block;text-decoration: none;
  padding: 0 5px;
  color:#486657;

}
.vid-container {
  display: flex;
  justify-content: center;
  margin:20px 0;
}
  
iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  margin:auto;
  max-width:600px;
}
#mobile-nav{
  text-align:right;padding-top:30px;display:none;
}


 #subpage-title{
  position:absolute;top:50vh;text-align:center;color:#fff;z-index:1000; width:100%;opacity:0.0
 }
 #subpage-title img{
  width:350px;
 }

 .subpage-hero{
  width:100%;height:90vh;overflow:hidden
 }
 .clips{
  width:100%;max-width:400px;margin:auto;height:300px
 }

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-item, .flex-50, .flex-33, .flex-45,.flex-55,.flex-60,.flex-40,.flex-30,.flex-20 {
    width: 100%;
  }
  #hp-hero-section{
    width: 100%; height: 100vh;
  }
  #premier-hp{
    font-size:0.9em;
    padding:10px;
    color:#999;
  }
  #hp-hero{
    height:75%;position:absolute;bottom:50px;opacity:0.0;
  }
  #hp-logo{
    padding:15px;
    width:150px;opacity:0.0;
  }
  #hp-inventory-img{
    background:url('/resources/images/hp-forsale.jpg') center no-repeat;background-size:cover;
    height:250px;
  }
  #pic-bg{
    background:url('/resources/images/hp-pics2.jpg')left no-repeat;background-size:300%;display:none;
  }
  #web-nav{
    display:none;
  }
  #mobile-nav{
    display:block;
  }
  #subpage-title{
    position:absolute;top:35vh;text-align:center;color:#fff;z-index:1000; width:100%;opacity:0.0
   }
   #subpage-title img{
    width:250px;
   }
   .subpage-hero{
    width:100%;height:50vh;overflow:hidden
   }
   .clips{
    width:100%;margin:auto;height:300px
   }
}






@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 55px #7ac142;
  }
}


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

  .signin-box{ width:100%; max-width: 100%; height: 100vh; margin:0; border-radius:0px; box-shadow: none;}

}
