@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@300;400;600&display=swap");
@import url("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 url("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");
/**
 * Modern Animation System
 * - Optimized for performance
 * - Supports delays and custom durations
 * - Uses will-change for hardware acceleration
 * - Prevents layout thrashing
 */
/* Base animation settings - universal for all fade animations */
.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 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 .5s ease-in-out; }

html {
  font-size: 16px; }

/* CHIME ADJUSTMENTS */
/*.search-bar.layout3 .search-by-section .search-category .keyword-submit {
    min-width: 84px;
}*/
#app > div.md-banner.layout1,
#app > div.md-house.layout1.mg-bg,
#app > div.md-team.layout1.mg-bg,
#app > div.md-banner.layout6.mg-bg,
#app > div.md-partner.layout3.mg-bg {
  display: none !important; }

.md-header.layout4.transparent .header-container .header-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)) !important; }

.md-header.layout4 .header-container .header-bg {
  background: #032a46 !important; }

.md-footer.layout4 .share-links, #app > footer > div > div.top-content > div.share-links-wrap > div {
  width: fit-content !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 15px;
  row-gap: 20px; }

.search-bar.layout3 .search-by-section .search-category .keyword {
  height: 45px; }

.search-bar.layout3 .search-by-section .search-category .keyword-submit {
  height: 45px; }

.md-hero.layout3.banner-with-search-group.mg-bg {
  display: none; }

.md-custom-code, #app, main {
  background-color: transparent !important; }

.mg-container {
  max-width: 100% !important;
  width: 100% !important; }

.md-form.layout2 .info-agent, div.md-form.layout9.mg-bg div.f-col.md-form-container div.info-left {
  display: none; }

.md-form.layout9 .info-right,
.md-form.layout2 .info-right {
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 30px 50px 30px 40px;
  width: 100%; }

.md-form.layout9 .info-right,
.md-form.layout2 .info-right > div > h2 {
  margin-bottom: 20px;
  color: #000 !important; }

.md-form.layout9 .md-form-container {
  padding: 20px 0; }

.disclaimer-wrap.opt-in .disclaimer-content {
  font-size: 12px; }

div.info-right > form > div.input-content > div > div > p.title {
  margin-bottom: 10px;
  color: #000 !important; }

.md-form.layout4 .info-right .agent-info {
  display: none; }

.md-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

div.info-right > form > div.submit-content > div {
  text-align: center !important; }

div.info-right > form > div.submit-content > div > button {
  width: auto !important;
  padding-left: 15px;
  padding-right: 15px; }

.disclaimer-content.party-consent * {
  color: black !important; }

.md-form input, .md-form textarea {
  color: black !important; }

.email-suggestion .item {
  color: black !important; }

/* Pele Styles */
body {
  margin: 0;
  padding: 0; }
  body #cherieYoung {
    width: 100%;
    opacity: 1 !important; }
    body #cherieYoung #pele {
      width: 100%;
      position: relative;
      overflow: hidden;
      /* ============================
         Featured Lifestyles
         ============================ */
      /* ============================
         Featured Areas
         ============================ */ }
      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.7);
        background-position: center;
        background-size: cover; }
        body #cherieYoung #pele .background-content .video-wrapper {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden; }
        body #cherieYoung #pele .background-content #background-video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          object-fit: cover;
          display: block; }
        body #cherieYoung #pele .background-content .embed-responsive {
          padding: 0 !important;
          height: 100vh !important;
          overflow: hidden;
          position: relative; }
        body #cherieYoung #pele .background-content .embed-responsive video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          width: auto !important;
          height: auto !important;
          object-fit: cover; }
        @media (max-width: 991px) {
          body #cherieYoung #pele .background-content {
            background-image: url(""); }
            body #cherieYoung #pele .background-content #background-video {
              display: none !important; } }
      body #cherieYoung #pele .hero {
        height: 100vh;
        min-height: 700px; }
        @media (max-width: 991.98px) {
          body #cherieYoung #pele .hero {
            height: 65vh;
            min-height: 500px; } }
        @media (max-width: 600px) {
          body #cherieYoung #pele .hero {
            height: 40vh;
            min-height: 450px; } }
        body #cherieYoung #pele .hero .hero-content {
          height: 100%;
          width: 100%;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          margin-top: 0px;
          flex-direction: column;
          padding-bottom: 0px; }
          body #cherieYoung #pele .hero .hero-content h2 {
            font-weight: 300;
            letter-spacing: 5px; }
          body #cherieYoung #pele .hero .hero-content .hero-text {
            position: absolute;
            z-index: 3; }
            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: 991px) {
                body #cherieYoung #pele .hero .hero-content .hero-text h2 {
                  padding-top: 10px;
                  font-size: 1.5rem; } }
      body #cherieYoung #pele #hero_bar {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 10px 0;
        display: flex;
        background: rgba(0, 0, 0, 0.7);
        transform: translateY(-100%);
        /* @media(max-width: 320px){margin-bottom: -70px;}*/ }
        @media (max-width: 991.98px) {
          body #cherieYoung #pele #hero_bar {
            position: relative;
            transform: none; } }
        body #cherieYoung #pele #hero_bar .search-heading {
          width: 350px;
          background: #000;
          padding: 15px;
          margin: -50px 0 -10px 0;
          color: #fff;
          text-align: right;
          font-family: "Josefin Sans", Sans-serif;
          font-weight: 300; }
          body #cherieYoung #pele #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_bar .search-heading h3 br {
                display: none; } }
            body #cherieYoung #pele #hero_bar .search-heading h3 span {
              display: block;
              font-family: "Josefin Sans", Sans-serif;
              color: #dfcabc;
              font-size: 60%;
              position: relative;
              margin-bottom: 10px;
              font-style: italic; }
              body #cherieYoung #pele #hero_bar .search-heading h3 span::before {
                content: "";
                top: 50%;
                right: 100%;
                margin-right: 8px;
                width: 50px;
                border-top: 1px solid #dfcabc;
                position: absolute; }
          @media (max-width: 991.98px) {
            body #cherieYoung #pele #hero_bar .search-heading {
              width: 100%; } }
        body #cherieYoung #pele #hero_bar .search-actions {
          width: calc(100% - 350px); }
          @media (max-width: 991.98px) {
            body #cherieYoung #pele #hero_bar .search-actions {
              width: 100%; } }
          body #cherieYoung #pele #hero_bar .search-actions #search_cta {
            display: flex;
            margin: 0;
            padding: 0;
            align-items: center;
            height: 100%;
            padding-left: 0;
            overflow: hidden; }
            @media (max-width: 1499.98px) {
              body #cherieYoung #pele #hero_bar .search-actions #search_cta {
                flex-wrap: wrap; } }
            body #cherieYoung #pele #hero_bar .search-actions #search_cta li {
              list-style: none;
              margin: 0 15px;
              position: relative;
              text-align: left; }
              body #cherieYoung #pele #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_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_bar .search-actions #search_cta li a:hover {
                  text-decoration: none; }
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li a:hover::after {
                    transform: translate3d(0, 0, 0); }
                body #cherieYoung #pele #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_bar .search-actions #search_cta li a .num {
                  display: block;
                  color: #dfcabc;
                  font-family: "Marope", Georgia, serif;
                  font-style: italic;
                  font-size: 18px;
                  line-height: 1.2; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li a .linktext {
                  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_bar .search-actions #search_cta li a {
                    text-align: center; } }
              body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform {
                flex-grow: 1; }
                @media (max-width: 991.98px) {
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform {
                    margin-top: 25px; } }
                @media (max-width: 1499.98px) {
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform {
                    width: 100%; } }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform::after {
                  display: none; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform .listings-count {
                  display: none; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form .range-input {
                  display: none; }
                body #cherieYoung #pele #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_bar .search-actions #search_cta li.searchform form input.ballerbox__autocomplete-input {
                      width: 100%; } }
                body #cherieYoung #pele #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_bar .search-actions #search_cta li.searchform form button.btn.ml-8::after {
                    display: none !important; }
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8:hover {
                    width: 195px; }
                  body #cherieYoung #pele #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_bar .search-actions #search_cta li.searchform form button.btn.ml-8 {
                      width: 100%; }
                      body #cherieYoung #pele #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_bar .search-actions #search_cta li {
                  width: calc(33.3333333333% - 60px); }
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li:nth-child(3)::after {
                    display: none; } }
              @media (max-width: 1199.98px) {
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li {
                  margin: 0 20px;
                  width: calc(33.3333333333% - 40px); } }
              @media (max-width: 575.98px) {
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li {
                  width: 100%; } }
        @media (max-width: 991.98px) {
          body #cherieYoung #pele #hero_bar {
            flex-wrap: wrap;
            background: #000;
            position: relative;
            /* margin-bottom: -200px;*/ } }
      body #cherieYoung #pele .welcome {
        padding: 60px 0;
        background-color: white;
        position: relative; }
        @media (max-width: 800px) {
          body #cherieYoung #pele .welcome {
            padding: 30px 0; } }
        body #cherieYoung #pele .welcome .welcome-content {
          max-width: 1700px;
          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: black;
            text-align: left;
            margin-bottom: 15px; }
          body #cherieYoung #pele .welcome .welcome-content div {
            width: 50%;
            text-align: center; }
            @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, 0.1);
            border: 1px solid #E4C874;
            color: black;
            padding: 0.7rem 1.5rem;
            border-radius: 4px;
            cursor: pointer;
            margin: 1rem 0;
            position: relative;
            transition: all 0.3s ease;
            font-weight: 500; }
            body #cherieYoung #pele .welcome .welcome-content .toggle-button::after {
              content: "▼";
              display: inline-block;
              margin-left: 8px;
              transition: transform 0.3s ease;
              font-size: 0.75em; }
            body #cherieYoung #pele .welcome .welcome-content .toggle-button:hover {
              background-color: #E4C874;
              color: white; }
            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 0.5s ease, opacity 0.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: #E4C874;
                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;
                  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 {
        background-color: white; }
        body #cherieYoung #pele .featured-lifestyles .featured-content {
          display: flex;
          gap: 1px;
          flex-direction: column;
          border-bottom: 1px solid #fff;
          /* Tile base */ }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row {
            display: flex;
            flex-wrap: wrap;
            gap: 2px; }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row {
                flex-direction: column; } }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary {
              padding: 0 8vw;
              flex: 1 1 calc(50% - 2px);
              height: auto; }
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary:before, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary:after {
                display: none; }
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary:hover .featured-tile-content {
                filter: invert(0);
                transition: .5s; }
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary .featured-tile-content {
                align-items: start; }
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary .featured-tile-content h1 {
                  margin-left: -10px; }
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary .featured-tile-content h1, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary .featured-tile-content h2 {
                  color: black;
                  text-align: left;
                  font-weight: 100; }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary .featured-tile-content {
                    align-items: center;
                    width: 100%; }
                    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary .featured-tile-content h1 {
                      text-align: center; }
                    body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.primary .featured-tile-content a {
                      margin-top: 15px; } }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile,
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single {
            flex: 1 1 calc(50% - 2px);
            box-sizing: border-box;
            position: relative;
            padding: 6vw 0;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media (max-width: 1300px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile h1,
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single h1 {
                font-size: 6rem; } }
            @media (max-width: 1200px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile h1,
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single h1 {
                font-size: 4rem; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile h1,
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single h1 {
                font-size: 3rem; } }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile h2,
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single h2 {
              font-size: 3rem;
              font-weight: 300;
              letter-spacing: 8px; }
              @media (max-width: 1200px) {
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile h2,
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single h2 {
                  font-size: 2rem;
                  letter-spacing: 4px; } }
              @media (max-width: 790px) {
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile h2,
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single h2 {
                  font-size: 1.5rem;
                  letter-spacing: 2px; } }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile:before,
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single:before {
              content: "";
              position: absolute;
              inset: 0;
              background-color: rgba(0, 0, 0, 0.2);
              z-index: -1;
              transition: 0.5s; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile:hover:before,
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single:hover:before {
              background: rgba(255, 255, 255, 0.4); }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile:hover .featured-tile-content,
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single:hover .featured-tile-content {
              filter: brightness(10) invert(1); }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile .featured-tile-content,
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single .featured-tile-content {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              gap: 20px;
              transition: 0.5s; }
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile .featured-tile-content img,
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single .featured-tile-content img {
                max-width: 155px; }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile .featured-tile-content img,
                  body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single .featured-tile-content img {
                    max-width: 150px; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile,
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single {
                flex: 1 1 100%;
                padding: 20vw 0 !important; } }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile.large,
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-tile-single.large {
              flex: 1 1 100%; }
      body #cherieYoung #pele .featured-areas {
        background-color: white; }
        body #cherieYoung #pele .featured-areas .featured-content {
          display: flex;
          gap: 1px;
          flex-direction: column;
          border-bottom: 2px solid #fff;
          /* Tile base */ }
          body #cherieYoung #pele .featured-areas .featured-content .featured-content-row {
            display: flex;
            flex-wrap: wrap;
            gap: 2px; }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-areas .featured-content .featured-content-row {
                flex-direction: column; } }
            body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.secondary {
              align-items: stretch; }
              @media (max-width: 790px) {
                body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.secondary.reverse {
                  flex-direction: column-reverse; } }
            body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary {
              align-items: stretch; }
              body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile.invert {
                background-color: #032a46; }
                body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile.invert h1 {
                  color: #fff !important; }
                body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile.invert a {
                  color: #fff !important; }
              body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile {
                padding: 0 12vw;
                flex: 1 1 100%;
                height: auto; }
                body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile:after {
                  display: none; }
                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-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content {
                  align-items: start; }
                  body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content h1 {
                    color: black;
                    text-align: left;
                    font-weight: 100; }
                  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;
                    border-bottom: 2px solid #465454;
                    font-size: 18px;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    color: black;
                    text-decoration: none; }
                    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: #E4C874;
                      transition: 300ms ease all; }
                    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-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a {
                        font-weight: 300;
                        text-align: center;
                        padding: 15px 0; } }
                  @media (max-width: 790px) {
                    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-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content h1 {
                        text-align: center; }
                      body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a {
                        margin-top: 15px; } }
              body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile {
                flex: 1 1 calc(50% - 2px);
                padding: 0 8vw;
                height: auto; }
              body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack {
                flex: 1 1 calc(50% - 2px);
                display: flex;
                flex-direction: column;
                gap: 1px; }
                body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack .featured-tile {
                  flex: 1 1 100%;
                  padding: 3vw 0; }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack {
                    flex: 1 1 100%; } }
          body #cherieYoung #pele .featured-areas .featured-content .featured-tile,
          body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single {
            flex: 1 1 calc(50% - 2px);
            box-sizing: border-box;
            position: relative;
            padding: 12vw 0;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media (max-width: 1300px) {
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile h1,
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single h1 {
                font-size: 6rem; } }
            @media (max-width: 1200px) {
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile h1,
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single h1 {
                font-size: 4rem; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile h1,
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single h1 {
                font-size: 3rem; } }
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile h2,
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single h2 {
              font-size: 3rem;
              font-weight: 300;
              letter-spacing: 8px; }
              @media (max-width: 1200px) {
                body #cherieYoung #pele .featured-areas .featured-content .featured-tile h2,
                body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single h2 {
                  font-size: 2rem;
                  letter-spacing: 4px; } }
              @media (max-width: 790px) {
                body #cherieYoung #pele .featured-areas .featured-content .featured-tile h2,
                body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single h2 {
                  font-size: 1.5rem;
                  letter-spacing: 2px; } }
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile:before,
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single:before {
              content: "";
              position: absolute;
              inset: 0;
              background-color: rgba(0, 0, 0, 0.2);
              z-index: -1;
              transition: 0.5s; }
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile:hover:before,
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single:hover:before {
              background: rgba(255, 255, 255, 0.4); }
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile:hover .featured-tile-content,
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single:hover .featured-tile-content {
              filter: brightness(10) invert(1); }
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile .featured-tile-content,
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single .featured-tile-content {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              gap: 20px;
              transition: 0.5s; }
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile .featured-tile-content img,
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single .featured-tile-content img {
                max-width: 155px; }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .featured-areas .featured-content .featured-tile .featured-tile-content img,
                  body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single .featured-tile-content img {
                    max-width: 150px; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile,
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single {
                flex: 1 1 100%;
                padding: 20vw 0 !important; } }
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile.large,
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile-single.large {
              flex: 1 1 100%; }
          body #cherieYoung #pele .featured-areas .featured-content .featured-tile-stack {
            flex: 1 1 calc(50% - 2px);
            display: flex;
            flex-direction: column;
            gap: 1px; }
            body #cherieYoung #pele .featured-areas .featured-content .featured-tile-stack .featured-tile {
              flex: 1 1 100%;
              padding: 3vw 0; }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-areas .featured-content .featured-tile-stack {
                flex: 1 1 100%; } }
      body #cherieYoung #pele #surf,
      body #cherieYoung #pele #home-worth {
        position: relative;
        height: 67vh;
        overflow: hidden;
        padding: 30px 0;
        min-height: fit-content;
        border-bottom: 1px solid #fff;
        margin-bottom: 0; }
        body #cherieYoung #pele #surf::before,
        body #cherieYoung #pele #home-worth::before {
          content: "";
          position: absolute;
          inset: 0;
          z-index: 1;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%); }
        body #cherieYoung #pele #surf .home-worth-content,
        body #cherieYoung #pele #home-worth .home-worth-content {
          position: relative;
          z-index: 2;
          color: #fff;
          text-align: center;
          transition: .5s;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 20px; }
          @media (max-width: 991px) {
            body #cherieYoung #pele #surf .home-worth-content,
            body #cherieYoung #pele #home-worth .home-worth-content {
              transform: none; } }
          body #cherieYoung #pele #surf .home-worth-content .home-worth-tile,
          body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile {
            position: relative;
            padding: 10vw 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h2,
            body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h2 {
              font-size: 3rem;
              text-transform: uppercase;
              letter-spacing: 15px;
              font-weight: 300;
              position: relative;
              margin-top: 55px; }
              body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h2 br,
              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 #surf .home-worth-content .home-worth-tile h2,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h2 {
                  font-size: 2.5rem; } }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h2,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h2 {
                  font-size: 2rem;
                  letter-spacing: 10px; } }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h3,
            body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h3 {
              padding-top: 30px; }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h3,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h3 {
                  padding-top: 10; } }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a,
            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: white;
              text-decoration: none; }
              body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a:after,
              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: #E4C874;
                transition: 300ms ease all; }
              body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a:hover:after,
              body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile a:hover:after {
                width: 15%; }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile a {
                  font-weight: 300;
                  text-align: center;
                  padding: 15px 0px;
                  margin-top: 0px; } }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile .home-worth-tile-content,
            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 #surf .home-worth-content .home-worth-tile,
              body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile {
                padding: 12vw 0 !important;
                width: 100%; } }
          @media (max-width: 790px) {
            body #cherieYoung #pele #surf .home-worth-content,
            body #cherieYoung #pele #home-worth .home-worth-content {
              flex-direction: column;
              gap: 1px; } }
          @media (max-width: 790px) {
            body #cherieYoung #pele #surf .home-worth-content,
            body #cherieYoung #pele #home-worth .home-worth-content {
              transform: none; } }
        body #cherieYoung #pele #surf .overlay-content,
        body #cherieYoung #pele #home-worth .overlay-content {
          position: relative;
          z-index: 2;
          color: #fff;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          transition: .5s;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 20px; }
          @media (max-width: 991px) {
            body #cherieYoung #pele #surf .overlay-content,
            body #cherieYoung #pele #home-worth .overlay-content {
              transform: none; } }
          body #cherieYoung #pele #surf .overlay-content h2,
          body #cherieYoung #pele #home-worth .overlay-content h2 {
            font-size: 3rem;
            font-weight: 300;
            letter-spacing: 8px; }
            @media (max-width: 1200px) {
              body #cherieYoung #pele #surf .overlay-content h2,
              body #cherieYoung #pele #home-worth .overlay-content h2 {
                font-size: 2rem; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele #surf .overlay-content h2,
              body #cherieYoung #pele #home-worth .overlay-content h2 {
                font-size: 1.5rem; } }
          body #cherieYoung #pele #surf .overlay-content img,
          body #cherieYoung #pele #home-worth .overlay-content img {
            max-width: 300px;
            filter: brightness(0) invert(1); }
            @media (max-width: 790px) {
              body #cherieYoung #pele #surf .overlay-content img,
              body #cherieYoung #pele #home-worth .overlay-content img {
                max-width: 150px; } }
          body #cherieYoung #pele #surf .overlay-content nav,
          body #cherieYoung #pele #home-worth .overlay-content nav {
            display: flex;
            flex-direction: row;
            gap: 30px; }
            body #cherieYoung #pele #surf .overlay-content nav a,
            body #cherieYoung #pele #home-worth .overlay-content nav a {
              display: block;
              margin-top: 30px;
              font-family: "Josefin Sans", Sans-serif;
              width: fit-content;
              position: relative;
              padding: 10px 50px;
              font-weight: 400;
              background: rgba(0, 0, 0, 0) !important;
              border-bottom: 2px solid #fff;
              text-align: left;
              font-size: 18px;
              text-transform: uppercase;
              letter-spacing: 2px;
              color: #fff;
              text-decoration: none; }
              body #cherieYoung #pele #surf .overlay-content nav a:after,
              body #cherieYoung #pele #home-worth .overlay-content nav a:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: -2px;
                width: 45%;
                height: 2px;
                background: #E4C874;
                transition: 300ms ease all; }
              body #cherieYoung #pele #surf .overlay-content nav a:hover:after,
              body #cherieYoung #pele #home-worth .overlay-content nav a:hover:after {
                width: 15%; }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .overlay-content nav a,
                body #cherieYoung #pele #home-worth .overlay-content nav a {
                  font-weight: 300;
                  width: 100%;
                  text-align: center;
                  padding: 15px 0px; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele #surf .overlay-content nav,
              body #cherieYoung #pele #home-worth .overlay-content nav {
                flex-direction: column;
                gap: 15px; } }
        @media (max-width: 991px) {
          body #cherieYoung #pele #surf,
          body #cherieYoung #pele #home-worth {
            height: fit-content;
            padding: 60px 20px;
            background: url("fallback.jpg") center center/cover no-repeat; }
            body #cherieYoung #pele #surf .video-wrapper,
            body #cherieYoung #pele #home-worth .video-wrapper {
              display: none; } }
      body #cherieYoung #pele .buyer-seller {
        background-color: white; }
        body #cherieYoung #pele .buyer-seller .buyer-seller-content {
          display: flex;
          align-items: center;
          flex-direction: row;
          gap: 1px; }
          body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile {
            position: relative;
            box-sizing: border-box;
            width: calc(50% - 1px);
            padding: 13vw 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%;
              letter-spacing: 8px; }
              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, 0.3);
              z-index: -1;
              transition: .5s; }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:hover:before {
              background: rgba(255, 255, 255, 0.4);
              transition: .5s; }
            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: space-between;
              align-items: center;
              flex-direction: column;
              gap: 20px;
              min-height: 150px; }
            @media (max-width: 790px) {
              body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile {
                padding: 12vw 0 !important;
                width: 100%;
                min-height: 320px; } }
          @media (max-width: 790px) {
            body #cherieYoung #pele .buyer-seller .buyer-seller-content {
              flex-direction: column;
              gap: 1px; } }
      body #cherieYoung #pele .socials {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0px; }
        body #cherieYoung #pele .socials h2 {
          padding-top: 30px;
          color: black; }
          @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: black; }
        body #cherieYoung #pele .socials .social-feed {
          padding: 60px 0 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          @media (max-width: 790px) {
            body #cherieYoung #pele .socials .social-feed {
              padding: 30px 0 30px; } }
      body #cherieYoung #pele .contact {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #f9f9f9; }
        body #cherieYoung #pele .contact .contact-content {
          display: flex;
          justify-content: center;
          align-items: stretch;
          flex-direction: row; }
          body #cherieYoung #pele .contact .contact-content .contact-form {
            background-color: #f9f9f9; }
            @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: 91%;
              margin-left: auto;
              margin-right: auto;
              padding: 0px; }
              body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-inject .info-right .info-form2 .v-input .input-container input, body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-inject .info-right .basic-info .basic-info-input.question textarea {
                border-color: #c7c7c7; }
            body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content {
              padding: 20px;
              width: 100%;
              background: #ececec;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 10px; }
              @media (max-width: 1000px) {
                body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content {
                  padding: 30px 0; } }
              body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content h2 {
                font-size: 3rem;
                font-weight: 300;
                letter-spacing: 8px;
                text-transform: uppercase; }
                @media (max-width: 1200px) {
                  body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content h2 {
                    font-size: 2rem;
                    letter-spacing: 4px; } }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content h2 {
                    font-size: 1.5rem;
                    letter-spacing: 2px; } }
          body #cherieYoung #pele .contact .contact-content .contact-image {
            position: relative; }
            body #cherieYoung #pele .contact .contact-content .contact-image:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: rgba(0, 0, 0, 0.3);
              z-index: 1;
              transition: .5s; }
            @media (max-width: 1000px) {
              body #cherieYoung #pele .contact .contact-content .contact-image {
                order: 1;
                height: fit-content; } }
            body #cherieYoung #pele .contact .contact-content .contact-image img {
              position: relative;
              z-index: 2;
              text-align: center;
              margin: auto;
              width: 90%;
              max-width: 450px;
              filter: brightness(0) 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%; } }
            body #cherieYoung #pele .contact .contact-content > div .inner-contact-content {
              position: relative;
              z-index: 2;
              transition: .5s;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 20px;
              padding: 5vw; }
              body #cherieYoung #pele .contact .contact-content > div .inner-contact-content img {
                max-width: 300px;
                filter: brightness(0) invert(1); }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .contact .contact-content > div .inner-contact-content img {
                    max-width: 150px; } }
          @media (max-width: 1000px) {
            body #cherieYoung #pele .contact .contact-content {
              flex-direction: column; } }
        @media (max-width: 790px) {
          body #cherieYoung #pele .contact {
            padding-top: 1px; } }
