[class*="fade-"] {
  opacity: 0;
  will-change: opacity, transform;
  animation-play-state: paused;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards !important;
}
[class*="fade-"].fade-in,
[class*="fade-"][class$="-active"] {
  animation-play-state: running;
  animation-duration: var(--anim-duration, 0.8s);
  animation-delay: var(--anim-delay, 0s);
  animation-timing-function: var(
    --anim-easing,
    cubic-bezier(0.25, 0.1, 0.25, 1)
  );
  animation-fill-mode: forwards !important;
}
.fade-in {
  animation-name: fadeIn;
  background-position: center !important;
  background-size: cover !important;
}
.fade-up,
.fade-up-active {
  animation-name: fadeUp;
}
.fade-down,
.fade-down-active {
  animation-name: fadeDown;
}
.fade-down-large,
.fade-down-large-active {
  animation-name: fadeDownLarge;
}
.fade-left,
.fade-left-active {
  animation-name: fadeLeft;
}
.fade-right,
.fade-right-active {
  animation-name: fadeRight;
}
.fade-scale,
.fade-scale-active {
  animation-name: fadeScale;
}
.fade-scale-up,
.fade-scale-up-active {
  animation-name: fadeScaleUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.delay-100 {
  --anim-delay: 0.1s;
}
.delay-200 {
  --anim-delay: 0.2s;
}
.delay-300 {
  --anim-delay: 0.3s;
}
.delay-400 {
  --anim-delay: 0.4s;
}
.delay-500 {
  --anim-delay: 0.5s;
}
.delay-800 {
  --anim-delay: 0.8s;
}
.delay-1000 {
  --anim-delay: 1s;
}
.duration-300 {
  --anim-duration: 0.3s;
}
.duration-500 {
  --anim-duration: 0.5s;
}
.duration-800 {
  --anim-duration: 0.8s;
}
.duration-1000 {
  --anim-duration: 1s;
}
.duration-1500 {
  --anim-duration: 1.5s;
}
.duration-2000 {
  --anim-duration: 2s;
}
.ease-linear {
  --anim-easing: linear;
}
.ease-in {
  --anim-easing: cubic-bezier(0.42, 0, 1, 1);
}
.ease-out {
  --anim-easing: cubic-bezier(0, 0, 0.58, 1);
}
.ease-in-out {
  --anim-easing: cubic-bezier(0.42, 0, 0.58, 1);
}
.ease-bounce {
  --anim-easing: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (prefers-reduced-motion: reduce) {
  [class*="fade-"] {
    transition: opacity 0.1s ease-in-out !important;
    animation: none !important;
    transform: none !important;
  }
  .fade-in,
  [class*="fade-"][class$="-active"] {
    opacity: 1;
  }
}
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////*/
/* Regular (400) */
@font-face {
  font-family: 'Aileron';
  src: url('https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/howerealtygroup.com/fonts/aileron.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* SemiBold (600) */
@font-face {
  font-family: 'Aileron';
  src: url('https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/howerealtygroup.com/fonts/aileron+semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

/* Bold (700) */
@font-face {
  font-family: 'Aileron';
  src: url('https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/howerealtygroup.com/fonts/aileron+bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Heavy (900) */
@font-face {
  font-family: 'Aileron';
  src: url('https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/howerealtygroup.com/fonts/aileron+heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Hertical Sans';
  src: url('https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/howerealtygroup.com/fonts/HerticalSans-Demo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body{
  background-color: #242424;
}
#cherieYoung {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
#cherieYoung *{
  font-family: 'Hertical Sans', sans-serif!important;
}
#cherieYoung #design p, #cherieYoung #design a, #cherieYoung #design label, #cherieYoung #design input, #cherieYoung #design div{
  font-family: 'Aileron', sans-serif!important;
}
#cherieYoung #design p,#cherieYoung #design h1,#cherieYoung #design h2,#cherieYoung #design h3,#cherieYoung #design h4,#cherieYoung #design h5,#cherieYoung #design h6{
  margin: 0;
}
#cherieYoung #design .title-holder{
  width: 100%;
  margin: 0;
  z-index: 1;
  position: relative;
}
#cherieYoung #design .design-title{
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 40px;
  margin: 0;
  color: #fff;
}
#cherieYoung #design .marginBot{
  margin-bottom: 80px;
}
#cherieYoung #design .centered{
  text-align: center;
}
#cherieYoung #design .right{
  text-align: center;
}
#cherieYoung #design .offset{
  padding-left: 6%;
}
#cherieYoung #design .highlight{
  color: #6da94a;
}
#cherieYoung #design .left0{
  margin: 0 !important;
}
#cherieYoung #design .black{
  color: #000;
}
#cherieYoung #design .small-button{
  display: block;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  background-color: #6da94a;
  border-radius: 30px;
  font-size: 16px;
  padding: 8px 25px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: relative;
}
#cherieYoung #design .small-button:hover{
  background-color: #fff;
  color: #000;
}
@media (max-width:1200px){
  #cherieYoung #design .marginBot{
    margin-bottom: 0px;
  }
  #cherieYoung #design .design-title{
    font-size: 40px;
  }
}

@media (max-width:800px){
  #cherieYoung #design .design-title{
    font-size: 32px;
  }
  #cherieYoung #design .title-holder{
    text-align: center;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     lifestyles      ///////////////////*/
#cherieYoung #design #lifestyles{
  padding: 100px;
}
#cherieYoung #design .lifestyle-text{
  color: #fff;
  font-size: 26px;
  margin-top: 15px;
}
/* #cherieYoung #design .lifestyles-holder{
  overflow: hidden;
} */
#cherieYoung #design #lifestyles .swiper-slide {
  transition: transform 0.3s ease;
  transform: scale(0.8);   /* smaller by default */
}

#cherieYoung #design #lifestyles .swiper-slide-active {
  transform: scale(1);     /* normal size for active */
  z-index: 2;              /* bring to front */
}
#cherieYoung #design .lifestyle-img{
  border-radius: 20px;
}
@media (max-width:1200px) {
  #cherieYoung #design #lifestyles{
    padding: 50px;
  }
}
@media (max-width:800px){
  #cherieYoung #design #lifestyles{
    padding: 30px;
  }
}
@media (max-width:500px){
  #cherieYoung #design #lifestyles{
    padding-top: 205px;
  }
  #cherieYoung #design .lifestyle-text{
    text-align: center;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     featured listings      ///////////////////*/
#cherieYoung #design #featured{
  padding: 00px 6% 100px;
}
#cherieYoung #design .listing-holder{
  overflow: hidden;
}

#cherieYoung #design .listing-holder .swiper-slide{
  height: auto;
  max-width: 600px;
}
#cherieYoung #design .listing-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#cherieYoung #design .listing-image-container{
  margin-bottom: 15px;
}
#cherieYoung #design .listing-image{
  border-radius: 15px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
#cherieYoung #design .listing-info-top,
#cherieYoung #design .listing-info-bottom{
  display: flex;
  /* grid-template-columns: 78% 20%; */
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
#cherieYoung #design .listing-info-top{
  font-weight: 600;
}
#cherieYoung #design .listing-info-bottom{
  margin-top: auto;
}
#cherieYoung #design .listing-address{
  font-size: 18px;
  color: #fff;
  max-width: 78%;
}
#cherieYoung #design .listing-price{
  font-size: 18px;
  color: #fff;
  text-align: right;
  width: 106px;
  /* width: 20%; */
}
#cherieYoung #design .info-stats{
  display: flex;
  gap: 10px;
  color: #fff;
}
#cherieYoung #design .listing-beds,
#cherieYoung #design .listing-size,
#cherieYoung #design .listing-baths{
  font-size: 16px;
}
#cherieYoung #design .listing-divider {
  display: flex;
  height: 75%;
  width: 1px;
  background: #fff;
  font-size: 0;
  align-self: center;
}
#cherieYoung #design .listing-btn{
  padding: 2px 10px;
  margin-inline: 0;
  width: 108px;
}

@media (max-width:1200px){
  #cherieYoung #design #featured{
    padding: 0px 50px 50px;
  }
}
@media (max-width:800px){
  #cherieYoung #design #featured{
    padding: 0px 30px 30px;
  }
  #cherieYoung #design .listing-address,
  #cherieYoung #design .listing-price,
  #cherieYoung #design .listing-beds,
#cherieYoung #design .listing-size,
#cherieYoung #design .listing-baths{
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #cherieYoung #design #listings .listing-info-bottom > div > p > span > img{
    display: inline-block!important;
    margin: 0 5px 0 0!important;
  }
  #cherieYoung #design .listing-holder .swiper-slide{
    max-width: unset;
  }
}
@media (max-width:500px){
  #cherieYoung #design .listing-info-top, #cherieYoung #design .listing-info-bottom{
    /* grid-template-columns: 100%; */
    flex-wrap: wrap;
    margin: 5px 0;
  }
  #cherieYoung #design .listing-address,#cherieYoung #design .listing-price,#cherieYoung #design .listing-btn,#cherieYoung #design .info-stats
  {
    width: 100%;
  }
  #cherieYoung #design .listing-price{
    text-align: left;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     buy and sell      ///////////////////*/
#cherieYoung #design #buysell{
  padding: 82px 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6%;
}
#cherieYoung #design .half-container{
  width: 42%;
  padding: 135px 10px;
  background-color: rgba(23, 23,23, .35);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
#cherieYoung #design .half-title{
  /* font-size: 48px; */
  font-weight: 400;
  margin: 0;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}
#cherieYoung #design .half-link{
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
  padding: 8px 25px;
  text-align: center;
  cursor: pointer;
}
#cherieYoung #design .half-link:hover{
  background-color: #6da94a;
  color: #fff;
}
@media (min-width:1440px){
  #cherieYoung #design #buysell{
    background-position: center 65% !important;
  }
  #cherieYoung #design .half-container{
    padding: 175px 10px;
    max-width: 590px;
  }
  #cherieYoung #design .half-title{
    padding-bottom: 60px;
  }
}
@media (max-width:1200px){
  #cherieYoung #design #buysell{
    padding: 50px;
  }
  #cherieYoung #design .half-container{
    padding: 75px 10px;
  }
}
@media (max-width:800px){
  #cherieYoung #design #buysell{
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }
  #cherieYoung #design .half-container{
    width: 100%;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     areas      ///////////////////*/

#cherieYoung #design #areas{
  padding: 100px 6%;
}
#cherieYoung #design .empty{
  height: 70px;
}
#cherieYoung #design .areas-holder{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
#cherieYoung #design .areas-half{
  width: calc(50% - 15px);
  height: 100%;
  gap: 35px;
  display: flex;
  flex-direction: column
}
#cherieYoung #design .area{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 140px 10px;
  position: relative;
}
#cherieYoung #design .area::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  z-index: 0;
  transition: all 0.5s ease;
}
#cherieYoung #design .area:hover::before{
  opacity: 0.3;
}
#cherieYoung #design .area-title{
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (min-width:1440px){
  #cherieYoung #design .area{
    padding: 175px 10px;
  }
}
@media (max-width:1200px){
  #cherieYoung #design #areas{
    padding: 50px 6%;
  }
  #cherieYoung #design .empty{
    height: 25px;
  }
  #cherieYoung #design .area{
    padding: 115px 10px;
  }
  #cherieYoung #design .area-title
  {
    font-size: 28px;
  }
}

@media (max-width:800px){
  #cherieYoung #design #areas{
    padding: 30px 6%;
  }
  #cherieYoung #design .empty{
    display: none;
  }
  #cherieYoung #design .areas-half{
    width: 100%;
  }
  #cherieYoung #design .area{
    padding: 100px 10px;
  }
  #cherieYoung #design .area-title
  {
    font-size: 20px;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     stats      ///////////////////*/

#cherieYoung #design #stats{
  padding: 100px 8%;
  position: relative;
}
#cherieYoung #design #stats::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  z-index: 0;
}
#cherieYoung #design .stats-container{
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1135px;
  margin: 0 auto;
  width: 95%;
}
#cherieYoung #design .stats-holder{
  background-color: rgba(23, 23,23, .35);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 45px 0;
}
#cherieYoung #design .stat{
  /* font-size: 50px; */
  font-weight: 400;
  /* margin: 0 0 20px; */
  padding-bottom: 25px;
}
#cherieYoung #design .stat-desc{
  font-size: 18px;
}
@media (min-width:1440px){
  #cherieYoung #design #stats{
    padding: 120px 8%;
    background-position: center 70%!important;
  }
  #cherieYoung #design .stat-desc{
    max-width: 180px;
    margin: 0 auto;
  }
}
@media (max-width:1200px){
  #cherieYoung #design #stats{
    padding: 50px 6%;
  }
  #cherieYoung #design .stats-container{
    width: 100%;
  }
  #cherieYoung #design .stat{
    padding-bottom: 30px;
  }
}
@media (max-width:800px){
  #cherieYoung #design .stats-container{
    grid-template-columns: 1fr;
  }
  #cherieYoung #design .stats-holder{
    padding: 35px 0;
  }
  #cherieYoung #design .stat{
    padding-bottom: 20px;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     testimonials      ///////////////////*/
#cherieYoung #design #testimonials{
  padding: 40px 0;
}
#cherieYoung #design .bg-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 85px 6%;
}
#cherieYoung #design .bg-container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background-color: #000;
  z-index: 0;
}
#cherieYoung #design .info-content{
  z-index: 1;
  position: relative;
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
#cherieYoung #design .info-text{
  color: #fff;
  font-size: 40px;
  text-align: center;
  width: 90%;
  margin-bottom: 30px;
}
#cherieYoung #design .source{
  width:40%;
  text-align: center;
  color: #fff;
}
#cherieYoung #design .testimonial-container{
  width: 50%;
  z-index: 2;
}
@media (min-width:1440px){
  /* #cherieYoung #design .bg-container{
    justify-content: space-evenly;
  } */
  #cherieYoung #design .info-content{
    max-width: 610px;
  }

}
@media (max-width:1200px){
  #cherieYoung #design .bg-container{
    padding: 50px 6%;
  }
  #cherieYoung #design .info-content,
  #cherieYoung #design .testimonial-container{
    width: 100%;
  }
}
@media (max-width:800px){
  #cherieYoung #design .bg-container{
    gap: 20px;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     team      ///////////////////*/

#cherieYoung #design #team{
  padding: 100px 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cherieYoung #design .team-holder{
  width: 60%;
}
#cherieYoung #design .agent-image img{
  border-radius: 20px;
}
#cherieYoung #design .agent-name{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#cherieYoung #design .agent-position{
  color: #fff;
  font-size: 14px;
  max-width: 95%;
}
#cherieYoung #design #agents{
  position: relative;
  overflow: hidden;
}
#cherieYoung #design .controls{
  position: relative;
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  justify-content: space-evenly;
  align-items: center;
}

#cherieYoung #design .team-info{
  width: 38%;
}
#cherieYoung #design .team-text{
  color: #fff;
  font-size: 24px;
  margin: 0
}
#cherieYoung #design .team-cta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
#cherieYoung #design .absolute{
  position: absolute;
  top: 75px;
  left: 6%;
  z-index: 2;
}
#cherieYoung #design .fa {
  font-family: "FontAwesome"!important;
}
#cherieYoung #design .ssi, [class*=" ssi-"], [class^=ssi-]{
  font-family: sierra-social-icons !important;
}
@media (min-width:1440px){
  #cherieYoung #design #team {
    justify-content: space-evenly;
  }
  #cherieYoung #design .team-info{
    width: 30%;
  }
  #cherieYoung #design .agent-image img {
    max-height: 300px;
    object-fit: cover;
    width: 90%;
    object-position: top;
  }
}
@media (max-width:1200px){
  #cherieYoung #design #team {
    padding: 50px 6%;
  }
}
@media (max-width:991px){
  #cherieYoung #design #team {
    flex-direction: column-reverse;
  }
  #cherieYoung #design .team-holder,
  #cherieYoung #design .team-info{
    width: 100%;
  }
  #cherieYoung #design .team-info{
    margin-bottom: 30px;
  }
  #cherieYoung #design .team-cta{
    gap: 5px;
    justify-content: space-around;
  }
}
@media (max-width:800px){
#cherieYoung #design #team {
  padding: 30px 6%;
}
}
@media (max-width: 450px){
  #cherieYoung #design .agent-info{
    width: 85%;
    margin: 0 auto;
  }
  #cherieYoung #design .agent-card{
    text-align: center;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     map      ///////////////////*/
#cherieYoung #design #map{
  position: relative;
}
#cherieYoung #design .relative{
  position: relative;
}
#cherieYoung #design .map-img{
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width:1200px){
  #cherieYoung #design .absolute{
    top: 50px;
  }
}
@media (max-width:800px){
  #cherieYoung #design .absolute{
    top: 30px;
    left: 0;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     social      ///////////////////*/
#cherieYoung #design #social{
  padding: 80px 0;
}
@media (max-width:1200px){
  #cherieYoung #design #social{
  padding: 50px 0;
}
}
@media (max-width:800px){
  #cherieYoung #design #social{
  padding: 30px 0;
}
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     contact      ///////////////////*/

#cherieYoung #design #contact{
  padding: 85px 6%;
  position: relative;
}
#cherieYoung #design #contact::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  z-index: 0;
}
#cherieYoung #design .contact-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 55px;
}
#cherieYoung #design .contact-container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: rgb(23, 23, 23);
  z-index: 0;
  border-radius: 20px;
}
#cherieYoung #design .half{
  width: 60%;
  z-index: 1;
  position: relative;
}
#contact > div > div.right{
  width: 40%;
  z-index: 1;
}
#cherieYoung #design .network{}
#cherieYoung #design .network .footer__social{
  width: 100%;
  justify-content: center;
}
@media (min-width:1440px){
  #cherieYoung #design .contact-container{
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media (max-width:1200px){
  #cherieYoung #design #contact{
    padding: 50px 6%;
  }
}
@media (max-width:991px){
  #cherieYoung #design .half{
    width: 100%;
  }
  #contact > div > div.right{
    width: 100%;
  }
  #contact > div > div.right > img{
    display: none;
  }
  #cherieYoung #design .network .footer__social{
    display: flex;
  }
  .footer__social>a{
    width: 25%;
  }
}
@media (max-width:800px){
  #cherieYoung #design #contact{
    padding: 30px 6%;
  }
  #cherieYoung #design .contact-container{
    padding: 20px;
  }
  #cherieYoung #design .form-text {
    text-align: center;
  }

}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     sierra components      ///////////////////*/
#home129537 > section.section.section--featured-listings{
  z-index: -98;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
.intro{
  position: inherit;
}
#contact > footer{
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: #fff;
}
#contact > footer > div:nth-child(1),
#contact > footer > div:nth-child(3)
{
  background-color: transparent;
  color: #fff;
}
#home129537 > section.section.section--content,
.si-content-area ul:not(.si-content-label__body) li:not(.si-content-label__link):before{
  display: none;
}
.footer__link>a,
.footer__copyright,
.footer__copyright-links>a,
.footer__branding>a,
#contact > footer > div:nth-child(1) > div > ul > li > a,
#contact > footer > div.container > div > div > div,
#contact > footer > div.container > div > div > a,
#contact > footer > div.container > div > div > ul > li > a,
#contact > footer > div.container > div > div.footer__column.footer__column--two-col > ul > li > a{
  color: #fff;
}
.footer__link>a:after{
  background-color: #6da94a;
}
#contact > footer > div.container > div > div.footer__column.footer__column--two-col > ul{
  padding: 0;
}

#pageComponent893420{
  display: none;
}
#sicmForm893415 > div:nth-child(14) > button{
  color: #fff;
  border-radius: 20px;
}
.form-control::placeholder{
  color: #fff;
}
.form-control{
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #fff!important;
  border-radius: 0;
}
.si-container,
label{
  color: #fff;
}
.container-fluid{
  padding: 0;
}
.js-content-testimonials {
  transition: height 0.4s ease;
}
.si-content-area ol:not(.si-content-label__body), .si-content-area ul:not(.si-content-label__body){
  padding-left: 0;
}
#contact .right .footer-icon{
  width: auto;
  height: auto;
  margin: 0;
}
.si-modal.modal.si-auth-modal .modal-dialog{
  top: 50%;
  transform: translateY(-50%);
}
#authSigninForm > div.modal-body > div.si-row > div > label,
#authSigninEmail, #authSigninEmail::placeholder
{
  color: #000!important;
}
@media (max-width:800px) {
  .container{
    width: 100%!important;
  }
  .footer__nav{
    justify-content: space-between;
  }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////         sierra  header            ////////////////*/
header {
    background: var(--si-hero-image) no-repeat center center / cover;
}
.header{
  z-index: 10;
}
#design > header > img{
  display: none!important;
}
.intro__title,
.navigation__top-auth>a,
.btn--primary,
.header-phone,
#dynamic-nav .dynamic-menu-item>a{
  color: #fff;
  font-weight: 300;
}
.header-phone{
  text-shadow: none;
}
.logo__img{
  filter: brightness(0) invert(1);
}
.header{
  background-color: rgba(23, 23,23, .55);
  padding: 0 6% 15px;
}
.intro{
  padding: 15% 6% 0;
}
header:before{
  display: none;
}
#customModule141 > header > div{
  width: 100%;
  margin: 0;
  padding: 0;
}
#design > header{
  height: 95vh;
  position: relative;
}
#design > header > div{
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
#design .hero-bars{
  width: 100%;
  position: absolute;
  padding: 30px 6%;
  bottom: 0;
  background-color: rgba(23, 23,23, .55);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
#design .bar-1,
#design .bar-2{
  width: 45%;
}
#design .bar-title{
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px!important;
  display: flex;
}
#design > header > div > div.header.js-site-header{
  padding: 0 6%;
}
#design > header > div > div.header.js-site-header > div.navigation{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10%;
}
#design > header > div > div.header.js-site-header > div.logo > a > img{
  max-width: 165px;
}
#dynamic-nav .dynamic-menu-item{
  width: fit-content;
}
#dynamic-nav .dynamic-menu-item>a{
  padding: 0 3px;
}
#design > header > div > div.intro > h1{
  font-size: 66px;
  text-align: center;
  font-weight: 400;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto!important;
  line-height: 1.2;
}
#design > header > div > div.header.js-site-header > div.navigation > div{
  flex-direction: row-reverse;
  margin: 0;
}
.si-phone-link.has-icon:before,
.navigation__top-auth .is-register:before,
.navigation__top:after,
#design > header > div > div.header.js-site-header > div.navigation > div > div.navigation__top-auth > a.is-register,
#design > header > div > div.header.js-site-header > div.navigation > div > div.navigation__top-lang.lang.notranslate.js-lang{
  display: none;
}
.btn--primary{
  background-color: transparent;
}
.btn--primary:hover{
  color: var(--si-primary-color-500);
  background-color: transparent;
}
#design > header > div > div.header.js-site-header > div.navigation > div > div.navigation__top-auth > a.is-login{
  background-color: #6da94a;
  padding: 10px 25px;
  border-radius: 30px;
}
#design > header > div > div.header.js-site-header > div.navigation > div > div.navigation__top-auth > a.is-login:hover{
  color: #000;
  background-color: #fff;
}
.navigation__top-auth,#design > header > div > div.header.js-site-header > div.navigation > div > a{
  border: none;
}
#cherieYoung #design form{
  background-color: transparent;
  border: none;
}
#design > header > div > div.intro > div > div > p > span > img{
  margin:0 5px 0 0!important;
  transform: scale(1.2);
}
#page291229 > div.inner > div.container-fluid > div > main > div.si-container.si-breadcrumb,
#page291229 > div.inner > header{
  display: none;
}
.page{
  padding: 0;
}
#design > header{
  display: block!important;
}
@media (max-width: 1600px) {
  #design > header > div > div.header.js-site-header > div.navigation{
    gap: 0;
  }
  .navigation__top-auth, #design > header > div > div.header.js-site-header > div.navigation > div > a{
    padding-right: 0;
  }
  #design > header > div > div.header.js-site-header{
    padding: 0 3%;
    margin: 0!important;
  }
}
@media (min-width: 1440px){
  #dynamic-nav {
  gap: 15px;
  display: flex;
}
}
@media (max-width: 1400px){
  #design > header > div > div.header.js-site-header > div.navigation{
    padding-left: 0;
  }
  #design > header > div > div.header.js-site-header > div.logo{
    width: 12%;
  }
  #design > header > div > div.header.js-site-header > div.logo > a > img{
    width: 100%;
    min-width: 100px;
  }
  #dynamic-nav .dynamic-menu-item>a,.navigation__top-auth, #design > header > div > div.header.js-site-header > div.navigation > div > a,#design > header > div > div.header.js-site-header > div.navigation > div > div.navigation__top-auth > a.is-login{
    font-size: 14px;
  }
  #design > header > div > div.intro > h1{
    font-size: 50px;
  }
}
@media (max-width: 991px){
  #design > header > div > div.header.js-site-header > div.logo{
    position: absolute;
    top: 0px;
    left: 20px;
  }
  .nav-menu{
    position: relative;
  }
  .toggle__label{
    color: #fff;
    font-weight: 300;
  }
      #design > header > div > div.intro > h1
 {
        font-size: 45px;
    }
    #design .hero-bars{
      flex-direction: column;
      gap: 20px;
    }
    #design .bar-1, #design .bar-2{
      width: 100%;
    }
    #design > header{
      height: 85vh;
      min-height: 600px;
    }
    .intro{
      justify-content: normal;
    }
}
@media (max-width: 800px) {
    #design > header > div > div.intro > h1 {
        font-size: 40px;
    }
    .intro{
      padding-top: 20%;
    }
}
@media (max-width: 600px) {
  .header-phone{
    padding-right: 5px;
    padding-left: 0;
  }
    #design > header > div > div.intro > h1 {
        font-size: 35px;
    }
        .intro {
        padding-top: 5%;
    }
    #design .hero-bars{
      background-color: #242424;
    }
    body {
      padding-top: 95px;
    }
    .toggle{
      margin-right: 0;
    }
    #design > header > div > div.header.js-site-header > div.logo{
      top: -15px;
    }
    .navigation__top-auth{
      padding-top: 5px;
    }
}
@media (max-width: 500px) {
    body {
        padding-top: 130px!important;
    }
    #design .hero-bars{
      bottom: -175px;
    }
        .intro {
        justify-content: space-around;
    }
}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////         hifello            ////////////////*/
form{
  background-color: transparent;
  border: none;
}
#felloPropertyAddress{
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#felloPropertyAddress::placeholder{
  color: #fff;
}
form > button{
  border-radius: 10px;
}

fello-search-widget {
  --fv-white: rgba(255,255,255,0.2);
  --fv-plum: #ffffff;
  --fv-slate-5: #ffffff;
  --border-radius: 10px;
}



/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/
/*/////////////     swiper      ///////////////////*/
:root{
--swiper-theme-color:#6da94a!important;
--swiper-pagination-color:#6da94a!important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
  position: relative!important;
  width: 85%;
  margin: 0 auto;
}
.swiper-button-next, .swiper-button-prev{
  position: relative;
  margin: 0;
}
.swiper-wrapper{
  margin-bottom: 20px;
}
.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #6da94a;
}
@media (max-width: 500px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 70%;
  }

}
/*////////////////////////////////*/
/*////////////////////////////////*/
/*////////////////////////////////*/