﻿@import"https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@300;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
   .sidx-container .sidx-main-header  {
       -ms-flex-pack:  justify;
        justify-content:  flex-end!important;
        -ms-flex-align:  center;
        align-items:  center;
        padding-right:  var(--wp--style--root--padding-right)!important;
}


@media (min-width: 992px)  {
     section  {
     padding:  0px 0;
 }
}
.is-layout-constrained > .alignwide  {
    	max-width:  var(--wp--style--global--wide-size);
    	flex-wrap:  nowrap;
}
footer {
    background:  #fff;
     margin-top:  0 !important;
}
.has-base-background-color {
    background-color: rgba(255, 255, 255, 0.00) !important;
    padding-top:  0!important;
     padding-bottom:  0!important;
}
.sidx-container .sidx-main-header .sidx-header-link  {
    	color:  #fff;
 }
.sidx-container .sidx-streamlined-search .sidx-streamlined-toggle {
  color: #be8e3a;
    border: 1px solid #be8e3a;}
.sidx-container button.sidx-primary {
  background: #be8e3a;
}
header {
    position:  relative;
    z-index:  999;
    padding-top:  10px;
    padding-bottom:  10px;
     top:  0;
     width:  100%;
     border-bottom:  1px solid rgba(0, 0, 0, 0.00);
}
header.element-is-not-sticky .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open), header.element-is-not-sticky .sidx-container .sidx-main-header .sidx-header-link {
    color:  #fff !important;
}

header.element-is-not-sticky {
    background:  transparent;
}
header.element-is-sticky {
    background:  #fff;
}

header.element-is-sticky .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open),header.element-is-sticky .sidx-container .sidx-main-header .sidx-header-link  {
    color:  #000 !important;
}
#wp--skip-link--target > div:nth-child(1) {
    display:  none;
}
.entry-content {
    padding: 0!important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width:  100%!important;
}
.md-custom-code, #app, main {
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: -165px;
}
.mg-container {
    max-width: 100% !important;
    width: 100% !important;
}
.md-form {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.disclaimer-content.party-consent * {
    color: #000 !important;
}
.md-form input, .md-form textarea {
    color: #000 !important;
}
.email-suggestion .item {
    color: #000 !important;
}
.visible-after-animation {
    opacity: 1 !important;
}
[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 .1s ease-in-out !important;
    animation: none !important;
    transform: none !important;
}
.fade-in, [class*=fade-][class$=-active] {
    opacity: 1;
}
}.lazy {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
body {
    margin: 0;
    padding: 0;
}
body #cherieYoung {
    width: 100%;
    opacity: 1 !important;
}
body #cherieYoung #pele {
    width: 100%;
    position: relative;
    overflow: hidden;
}
body #cherieYoung #pele a {
    text-decoration: none !important;
}
body #cherieYoung #pele h1 {
    font-family: "Josefin Sans", Sans-serif;
    font-size: 8rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: -10px;
    line-height: 95%}
body #cherieYoung #pele h1.large {
    font-size: 11rem;
}
@media(max-width: 1200px) {
    body #cherieYoung #pele h1 {
    font-size: 4rem;
}
body #cherieYoung #pele h1.large {
    font-size: 6rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele h1 {
    font-size: 2.5rem;
    line-height: 100%}
body #cherieYoung #pele h1.large {
    font-size: 3rem;
}
}body #cherieYoung #pele h2 {
    font-family: "Josefin Sans", Sans-serif;
    font-size: 4.5rem;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 95%}
@media(max-width: 1200px) {
    body #cherieYoung #pele h2 {
    font-size: 4rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele h2 {
    font-size: 3.5rem;
}
}body #cherieYoung #pele h3 {
    font-family: "Josefin Sans", Sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 1200px) {
    body #cherieYoung #pele h3 {
    font-size: 1.25rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele h3 {
    font-size: 1rem;
}
}body #cherieYoung #pele p {
    font-family: "Josefin Sans", Sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 32px;
}
body #cherieYoung #pele .background-content {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.8);
    background-position:  50% 75%!important;
    background-size: cover;
}
@media(max-width: 1200px) {
    body #cherieYoung #pele .background-content {
    background-position:  50% 50%!important;
    background-size: cover;
}
body #cherieYoung #pele .background-content iframe {
    display: none !important;
}
}body #cherieYoung #pele .hero {
    height: 100vh;
    margin-top:  0px;
    ;
    background-position:  center;
    background-size:  cover;
    padding:  0 0;
     background-repeat:  no-repeat;
}
body #cherieYoung #pele .hero .hero-content {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
          flex-direction: column;
        }
body #cherieYoung #pele .hero .hero-content h2 {
    font-weight: 300;
    letter-spacing: 5px;
}
body #cherieYoung #pele .hero .hero-content .hero-text h2 {
    font-size: 4rem;
}
@media(max-width: 1200px) {
    body #cherieYoung #pele .hero .hero-content .hero-text h2 {
    font-size: 2.5rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .hero .hero-content .hero-text h2 {
    padding-top: 10px;
    font-size: 1.5rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .hero .hero-content .hero-text {
    margin-top: -25vh;
}
}body #cherieYoung #pele .hero .hero-content .hero-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, .3);
}
body #cherieYoung #pele .hero .hero-content .hero-stats ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
body #cherieYoung #pele .hero .hero-content .hero-stats ul li {
    width: fit-content;
    padding: 0 2.5vw;
    border-right: 1px solid #fff;
}
body #cherieYoung #pele .hero .hero-content .hero-stats ul li p {
    line-height: normal;
    font-size: 18px;
}
body #cherieYoung #pele .hero .hero-content .hero-stats ul li p.stat-header {
    font-family: "Marope", Georgia, serif;
    color: #DFAB3E;
    ;
    font-style: italic;
}
body #cherieYoung #pele .hero .hero-content .hero-stats ul li p.stat-subheader {
    font-weight: 500;
    font-style: initial;
    letter-spacing: 1px;
    font-size: 19px;
    color: #fff;
}

body #cherieYoung #pele .hero .hero-content .hero-stats ul li:last-of-type {
    border-right: 0px solid rgba(0, 0, 0, 0);
}
body #cherieYoung #pele .hero .hero-content .search-bar{padding: 10px;}
@media(max-width: 1000px) {
    body #cherieYoung #pele .hero .hero-content .hero-stats ul li {
    border-right: 0px;
    width: 45%;
    padding: 0;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .hero {
    background-position:  center;
    background-size:  cover;
     background-repeat:  no-repeat;
}
body #cherieYoung #pele .hero .hero-content .hero-stats ul li {
    width: 100%;
    padding: 0;
    border-right: 0px solid rgba(0, 0, 0, 0);
}
}@media(max-width: 1000px) {
    body #cherieYoung #pele .hero .hero-content .hero-stats ul {
    gap: 20px;
    padding: 0px;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .hero .hero-content .hero-stats ul {
    gap: 30px;
}
}@media(max-width: 320px) {
    body #cherieYoung #pele .hero .hero-content .hero-stats ul {
    gap: 15px;
    }}

body #cherieYoung #pele .hero .hero-content #hero_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 10px 0;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
    body #cherieYoung #pele .hero .hero-content  #hero_bar {
        margin-bottom: -300px;
    }
}
body #cherieYoung #pele .hero .hero-content #hero_bar .hero-bar-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-heading {
  width: 350px;
  background: #000;
  padding: 15px;
  margin: -50px 0 -10px 0;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-heading h3 {
  color: #fff;
  padding-left: 50px;
  font-size: 28px !important;
  font-weight: 300;
  text-align: left !important;
}

@media (max-width: 991.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-heading h3 br {
    display: none;
  }

  body #cherieYoung #pele .hero .hero-content #hero_bar .search-heading {
    width: 100%;
   background: #000;
  padding: 15px;
  margin: -50px 0 10px 0;
  }
    body #cherieYoung #pele .hero .hero-content #hero_bar {
	background: rgb(0, 0, 0);
}
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-heading h3 span {
  display: block;
  font-family: "Josefin Sans", Sans-serif;
  color: #dfab3e;;
  font-size: 60%;
  position: relative;
  margin-bottom: 10px;
  font-style: italic;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-heading h3 span::before {
  content: "";
  top: 50%;
  right: 100%;
  margin-right: 8px;
  width: 50px;
  border-top: 1px solid #dfab3e;;
  position: absolute;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 991.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions {
    width: 100%;
  }
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-left: 60px;
  overflow: visible;
  width: 100%;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li {
list-style: none;
  margin: 0 30px;
  position: relative;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  height: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li a {
  display: block;
  color: #fff;
  padding: 15px 30px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li a:hover {
  text-decoration: none;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li a:hover::after {
  transform: translate3d(0, 0, 0);
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #fff;
  opacity: 1;
  transform: translate3d(-101%, 0, 0);
  transition: opacity 300ms, transform 300ms;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li a .num, body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li p.stat-header {
  display: block;
  color: #DFAB3E;
  font-family: "Marope", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li a .linktext, body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li p.stat-sub-header {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  white-space: nowrap;
  font-family: "Josefin Sans", Sans-serif;
}

@media (max-width: 575.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li a {
    text-align: center;
  }
}


body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform {
  flex-basis: 100%;
  width: 100%;
  margin-top: 25px;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform::after {
  display: none;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform .listings-count {
  display: none;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form .range-input {
  display: none;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form input.ballerbox__autocomplete-input {
  width: calc(100% - 200px);
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form input.ballerbox__autocomplete-input {
    width: 100%;
  }
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8 {
  width: 195px;
  border-radius: 0 !important;
  margin-left: 0;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8::after {
  display: none !important;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8:hover {
  width: 195px;
}

body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8 .arrow {
  display: none;
}

@media (max-width: 575.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8 {
    width: 100%;
  }

  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8:hover {
    width: 100%;
  }
}


@media (max-width: 1499.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li {
    width: calc(33.3333% - 60px);
  }

  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li {
    margin: 0 20px;
    width: calc(33.3333% - 40px);
  }
}

@media (max-width: 575.98px) {
  body #cherieYoung #pele .hero .hero-content #hero_bar .search-actions #search_cta li {
    width: 100%;
  }
}




@media(max-width: 320px) {
    body #cherieYoung #pele .hero {
    height: 120vh;
    max-height: 600px;
}
}body #cherieYoung #pele .welcome {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
}
@media(max-width: 800px) {
    body #cherieYoung #pele .welcome {
    padding: 30px 0;
}
    @media (max-width: 575px) {
    body #cherieYoung #pele .welcome  {
        padding-top: 300px;
    }
}
}body #cherieYoung #pele .welcome .welcome-content {

    max-width: 1500px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 100px;
    padding: 0 30px;
}
body #cherieYoung #pele .welcome .welcome-content h2 {
    padding-bottom: 15px;
}
body #cherieYoung #pele .welcome .welcome-content h2, body #cherieYoung #pele .welcome .welcome-content p {
    color: #000;
    text-align: left;
    margin-bottom: 15px;
}
body #cherieYoung #pele .welcome .welcome-content div {
    width: 50%}
@media(max-width: 1000px) {
    body #cherieYoung #pele .welcome .welcome-content div {
    width: 100%}
}body #cherieYoung #pele .welcome .welcome-content img {
    max-width: 100%}
body #cherieYoung #pele .welcome .welcome-content .toggle-button {
    font-family: "Poppins", sans-serif;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #DFAB3E;
    color: #000;
    padding: .7rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    margin: 1rem 0;
    position: relative;
    transition: all .3s ease;
    font-weight: 500;
}
body #cherieYoung #pele .welcome .welcome-content .toggle-button::after {
    content: "▼";
    display: inline-block;
    margin-left: 8px;
    transition: transform .3s ease;
    font-size: .75em;
}
body #cherieYoung #pele .welcome .welcome-content .toggle-button:hover {
    background-color: #DFAB3E;
    color: #fff;
}
body #cherieYoung #pele .welcome .welcome-content .toggle-button.expanded::after {
    transform: rotate(180deg);
}
body #cherieYoung #pele .welcome .welcome-content .read-more {
    overflow: hidden;
    transition: height .5s ease, opacity .5s ease;
    height: 0;
    opacity: 0;
    width: 100%}
body #cherieYoung #pele .welcome .welcome-content .read-more p {
    margin-bottom: 1rem;
}
body #cherieYoung #pele .welcome .welcome-content .read-more.expanded {
    height: auto;
    opacity: 1;
}
body #cherieYoung #pele .welcome .welcome-content .welcome-cta {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    margin-top: 2rem;
    gap: 30px;
    width: 100%}
body #cherieYoung #pele .welcome .welcome-content .welcome-cta a {
    font-family: "Josefin Sans", Sans-serif;
    width: fit-content;
    position: relative;
    padding: 10px 50px 10px 0;
    font-weight: 400;
    background: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #465454;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2e2e2e;
    text-decoration: none;
}
body #cherieYoung #pele .welcome .welcome-content .welcome-cta a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 45%;
    height: 2px;
    background: #DFAB3E;
    transition: 300ms ease all;
}
body #cherieYoung #pele .welcome .welcome-content .welcome-cta a:hover:after {
    width: 15%}
@media(max-width: 790px) {
    body #cherieYoung #pele .welcome .welcome-content .welcome-cta a {
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
}@media(max-width: 1000px) {
    body #cherieYoung #pele .welcome .welcome-content .welcome-cta {
    justify-content: center;
    margin-top: 0;
}
}@media(max-width: 786px) {
    body #cherieYoung #pele .welcome .welcome-content .welcome-cta {
    flex-direction: column;
    gap: 10px;
}
}@media(max-width: 1000px) {
    body #cherieYoung #pele .welcome .welcome-content {
    justify-content: center;
    gap: 60px;
}
}@media(max-width: 800px) {
    body #cherieYoung #pele .welcome .welcome-content {
    flex-direction: column;
    gap: 30px;
}
}body #cherieYoung #pele .featured-lifestyles, body #cherieYoung #pele .featured-areas {
    background-color: #fff;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row {
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1px;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.large, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile.large {
    width: 100%}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile {
    position: relative;
    width: 50%;
    padding: 10vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 1300px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h1 {
    font-size: 6rem;
}
}@media(max-width: 1200px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h1 {
    font-size: 4rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h1 {
    font-size: 3rem;
}
}body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h2 {
    font-size: 3rem;
    font-weight: 300;
}
@media(max-width: 1200px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h2 {
    font-size: 2.5rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h2 {
    font-size: 2rem;
}
}body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;
    transition: .5s;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 2px solid #bbae70;
    transition: .4s;
    z-index: 1;
    opacity: 0;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:hover:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:hover:before {
    background: rgba(255, 255, 255, .4);
    transition: .5s;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:hover:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:hover:after {
    width: 79%;
    height: 80%;
    opacity: 100%}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:hover .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:hover .featured-tile-content {
    filter: invert(1);
    transition: .5s;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile .featured-tile-content {
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile .featured-tile-content img, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile .featured-tile-content img {
    max-width: 90px;
}
@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile .featured-tile-content img, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile .featured-tile-content img {
    max-width: 80px;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile {
    padding: 25vw 0 !important;
    width: 100%}
}@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row {
    flex-direction: column;
    gap: 1px;
}
}body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary {
    align-items: stretch;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile.invert, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile.invert {
    background-color: #fff;
    filter: invert(1);
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile.invert a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile.invert a {
    filter: invert(1);
    color: #fff !important;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile {
    padding: 0 30px;
    height: auto;
    flex: 1;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile:hover .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile:hover .featured-tile-content {
    filter: invert(0);
    transition: .5s;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content {
    align-items: start;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content h1 {
    color: #000;
    text-align: left;
    font-weight: 100;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a {
    display: block;
    margin-top: 30px;
    font-family: "Josefin Sans", Sans-serif;
    width: fit-content;
    position: relative;
    padding: 10px 50px 10px 0;
    font-weight: 400;
    background: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #465454;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 45%;
    height: 2px;
    background: #DFAB3E;
    transition: 300ms ease all;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a:hover:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a:hover:after {
    width: 15%}
@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a {
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content {
    gap: 1px;
}
}body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile:before {
    display: none;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile:after {
    display: none;
}
@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content {
    align-items: center;
    width: 80%}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content a {
    margin-top: 15px;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary>.featured-tile .featured-tile-content h1 {
    text-align: center;
}
}body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary .featured-tile-stack, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1px;
}
body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary .featured-tile-stack .featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack .featured-tile {
    padding: 8vw 0;
    width: 100%}
@media(max-width: 790px) {
    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary .featured-tile-stack, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack {
    width: 100%;
    gap: 1px;
}
}body #cherieYoung #pele .buyer-seller {
    background-color: #fff;
}
body #cherieYoung #pele .buyer-seller .buyer-seller-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1px;
}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile {
    position: relative;
    width: 50%;
    padding: 10vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 105%}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 br {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(max-width: 1200px) {
    body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 {
    font-size: 2.5rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 {
    font-size: 2rem;
}
}body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;
    transition: .5s;
}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 2px solid #bbae70;
    transition: .4s;
    z-index: 1;
    opacity: 0;
}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:hover:before {
    background: rgba(255, 255, 255, .4);
    transition: .5s;
}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:hover:after {
    width: 79%;
    height: 80%;
    opacity: 100%}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:hover .buyer-seller-tile-content {
    filter: invert(1);
    transition: .5s;
}
body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile .buyer-seller-tile-content {
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
@media(max-width: 790px) {
    body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile {
    padding: 12vw 0 !important;
    width: 100%}
}@media(max-width: 790px) {
    body #cherieYoung #pele .buyer-seller .buyer-seller-content {
    flex-direction: column;
    gap: 1px;
}
}body #cherieYoung #pele .home-worth {
    border-top: 1px solid #fff;
    position: relative;
    background-color: #fff;
}
body #cherieYoung #pele .home-worth:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    transition: .5s;
}
body #cherieYoung #pele .home-worth .home-worth-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1px;
     border-bottom:  1px solid #fff;
}
body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile {
    position: relative;
    width: calc(50% - 1px);
    padding: 10vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile h2 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 105%}
body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile h2 br {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(max-width: 1200px) {
    body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile h2 {
    font-size: 2.5rem;
}
}@media(max-width: 790px) {
    body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile h2 {
    font-size: 2rem;
}
}body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile h3 {
    padding-top: 30px;
}
@media(max-width: 790px) {
    body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile h3 {
    padding-top: 10;
}
}body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-family: "Josefin Sans", Sans-serif;
    width: fit-content;
    position: relative;
    padding: 10px 50px 10px 0;
    font-weight: 400;
    background: rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #465454;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}
body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 45%;
    height: 2px;
    background: #DFAB3E;
    transition: 300ms ease all;
}
body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile a:hover:after {
    width: 15%}
@media(max-width: 790px) {
    body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile a {
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    margin-top: 0px;
}
}body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile .home-worth-tile-content {
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
@media(max-width: 790px) {
    body #cherieYoung #pele .home-worth .home-worth-content .home-worth-tile {
    padding: 12vw 0 !important;
    width: 100%}
}@media(max-width: 790px) {
    body #cherieYoung #pele .home-worth .home-worth-content {
    flex-direction: column;
    gap: 1px;
}
}body #cherieYoung #pele .socials {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
}
body #cherieYoung #pele .socials h2 {
    padding-top: 30px;
    color: #000;
}
@media(max-width: 790px) {
    body #cherieYoung #pele .socials h2 {
    font-size: 3rem;
}
}@media(max-width: 320px) {
    body #cherieYoung #pele .socials h2 {
    font-size: 2.5rem;
}
}body #cherieYoung #pele .socials h3 {
    color: #000;
}
body #cherieYoung #pele .socials .social-feed {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
body #cherieYoung #pele .socials-GR  {
    background-color:  rgba(0,  0,  0,  0.3);
     display:  flex;
     justify-content:  center;
     align-items:  center;
    flex-direction:  column;
     gap:  0px;
 }
body #cherieYoung #pele .socials-GR h2  {
    padding-top:  30px;
    color:  white;
    margin-bottom:  20px;
 }
 @media (max-width: 790px)  {
     body #cherieYoung #pele .socials-GR h2  {
    font-size:  3rem;
 }
 }
@media (max-width: 320px)  {
     body #cherieYoung #pele .socials-GR h2  {
    font-size:  2.5rem;
 }
 }
body #cherieYoung #pele .socials-GR h3  {
     color:  white;
 }
body #cherieYoung #pele .socials-GR .social-feed  {
     padding:  130px 0 100px;
    display:  flex;
     justify-content:  center;
     align-items:  center;
     flex-direction:  column;
     width:  100%;
 }
body #cherieYoung #pele .socials-GR .social-feed .HeaderComponent__Top-sc-e5880ad8-2 {
    display:  none;
}
body #cherieYoung #pele .contact .spacer- {
    background:  #fff;
     display:  block;
    height:  60px;
     width: 100%}
body #cherieYoung #pele .contact .contact-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
body #cherieYoung #pele .contact .contact-content .contact-form {
    background-color: #fff;
}
@media(max-width: 1000px) {
    body #cherieYoung #pele .contact .contact-content .contact-form {
    order: 2;
}
}body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-inject {
    width: 100%;
     padding:  30px;
}
body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content {
    padding: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    box-sizing:  border-box;
}
@media(max-width: 1000px) {
    body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content {
    padding: 30px 0;
}
}@media(max-width: 1000px) {
    body #cherieYoung #pele .contact .contact-content .contact-image {
    order: 1;
    display: none;
}
}body #cherieYoung #pele .contact .contact-content img {
    text-align: center;
    margin: auto;
    width: 100%;
    max-width: 100px;
     filter: invert(1);
}
body #cherieYoung #pele .contact .contact-content>div {
    width: 50%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
@media(max-width: 1000px) {
    body #cherieYoung #pele .contact .contact-content>div {
    width: 100%}
}@media(max-width: 1000px) {
    body #cherieYoung #pele .contact .contact-content {
    flex-direction: column;
}
 
}/*# sourceMappingURL=style.css.map */

