@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");
/* SIERRA ADJUSTMENTS */
/* CHIME ADJUSTMENTS */
.md-custom-code, #app, main {
  background-color: transparent !important; }

.mg-container {
  max-width: 100% !important;
  width: 100% !important; }

.md-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.disclaimer-content.party-consent * {
  color: black !important; }

.md-form input, .md-form textarea {
  color: black !important; }

.email-suggestion .item {
  color: black !important; }

/**
 * 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; }

/* Venus Styles */
body {
  margin: 0;
  padding: 0; }
  body #cherieYoung {
    width: 100%;
    opacity: 1 !important; }
    body #cherieYoung #venus {
      width: 100%;
      position: relative;
      overflow: hidden;
      /* ===============================
   Featured Lifestyles & Areas
=============================== */
      /* ===============================
             Home Worth Section
          =============================== */
      /* ===============================
   Socials Section
=============================== */ }
      body #cherieYoung #venus a {
        text-decoration: none !important; }
      body #cherieYoung #venus h1 {
        font-family: "Playfair Display", Georgia, serif;
        font-size: 60px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: -10px;
        line-height: 95%; }
        @media (max-width: 1200px) {
          body #cherieYoung #venus h1 {
            font-size: 45px; } }
        @media (max-width: 790px) {
          body #cherieYoung #venus h1 {
            font-size: 30px;
            line-height: 100%; } }
      body #cherieYoung #venus h2 {
        font-family: "Poppins", sans-serif;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 95%; }
        @media (max-width: 1200px) {
          body #cherieYoung #venus h2 {
            font-size: 30px; } }
        @media (max-width: 790px) {
          body #cherieYoung #venus h2 {
            font-size: 25px; } }
      body #cherieYoung #venus h3 {
        font-family: "Playfair Display", Georgia, 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 #venus h3 {
            font-size: 1.25rem; } }
        @media (max-width: 790px) {
          body #cherieYoung #venus h3 {
            font-size: 1rem; } }
      body #cherieYoung #venus p {
        font-family: "Playfair Display", Georgia, serif;
        font-size: 1.25rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 32px; }
      body #cherieYoung #venus .buyer-seller {
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        /* --- Media queries --- */ }
        body #cherieYoung #venus .buyer-seller .buyer-seller-content {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 10px;
          max-width: 1800px;
          margin: auto; }
          body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item {
            position: relative;
            width: calc(50% - 5px);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 120px 0px; }
            body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item::before {
              content: "";
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: rgba(255, 255, 255, 0.45);
              z-index: -1; }
            body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item::after {
              content: "";
              position: absolute;
              width: 62%;
              height: 73%;
              border: 2px solid #3cc2f4;
              transition: .4s;
              z-index: 0;
              opacity: 1; }
            body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item .buyer-seller-item-content {
              position: relative;
              z-index: 1;
              padding: 60px 30px;
              width: fit-content;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 30px;
              transition: .5s; }
              body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item .buyer-seller-item-content h1,
              body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item .buyer-seller-item-content h2 {
                color: #000; }
              body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item .buyer-seller-item-content a {
                font-family: "Poppins", sans-serif;
                display: block;
                width: fit-content;
                margin: auto;
                text-decoration: none;
                color: #fff !important;
                background-color: #3cc2f4;
                text-align: center;
                padding: 10px 30px;
                border-radius: 10px;
                font-size: 17px;
                letter-spacing: 2px;
                transition: .5s;
                font-weight: 200; }
                body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item .buyer-seller-item-content a:hover {
                  background-color: #fff;
                  color: #3cc2f4 !important;
                  transition: .5s; }
        @media (max-width: 1400px) {
          body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item::after {
            width: 80%;
            height: 73%; } }
        @media (max-width: 800px) {
          body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item {
            width: 100%;
            padding: 30px 30px; }
            body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item .buyer-seller-item-content {
              width: 100%;
              padding: 30px; } }
        @media (min-width: 1200px) {
          body #cherieYoung #venus .buyer-seller .buyer-seller-content .buyer-seller-item:hover .buyer-seller-item-content {
            transition: .5s; } }
      body #cherieYoung #venus .welcome {
        background-color: #fff;
        position: relative;
        /* --- Media queries --- */ }
        body #cherieYoung #venus .welcome .welcome-content {
          display: flex;
          justify-content: center;
          align-items: start;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 0px; }
          body #cherieYoung #venus .welcome .welcome-content h1 {
            margin-bottom: 30px;
            text-align: left; }
          body #cherieYoung #venus .welcome .welcome-content .welcome-primary-box {
            background-color: #5f7e9d;
            padding: 60px 60px; }
            body #cherieYoung #venus .welcome .welcome-content .welcome-primary-box::after {
              content: "";
              display: block;
              padding: 10px;
              width: 80px;
              height: 80px;
              background-image: url("https://cy-chime-assets.s3.us-east-1.amazonaws.com/sites/mainehomerealtor.com/Images/ASM+CIRCLE+LOGO+-+PNG.webp");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              margin-top: 1rem;
              right: 40px;
              left: auto;
              position: absolute;
              bottom: 40px; }
          body #cherieYoung #venus .welcome .welcome-content .welcome-secondary-box {
            text-align: center; }
            body #cherieYoung #venus .welcome .welcome-content .welcome-secondary-box img {
              max-width: 90%;
              width: 650px; }
          body #cherieYoung #venus .welcome .welcome-content p {
            font-family: "Poppins", sans-serif;
            text-align: left; }
          body #cherieYoung #venus .welcome .welcome-content h1,
          body #cherieYoung #venus .welcome .welcome-content p {
            color: #fff;
            text-align: left;
            margin-bottom: 15px; }
          body #cherieYoung #venus .welcome .welcome-content div {
            width: 50%;
            box-sizing: border-box; }
          body #cherieYoung #venus .welcome .welcome-content img {
            max-width: 100%; }
          body #cherieYoung #venus .welcome .welcome-content .toggle-button {
            font-family: "Poppins", sans-serif;
            background-color: rgba(0, 0, 0, 0.1);
            border: 1px solid #3cc2f4;
            color: #fff;
            padding: .7rem 1.5rem;
            border-radius: 4px;
            cursor: pointer;
            margin: 1rem 0;
            position: relative;
            transition: all .3s ease;
            font-weight: 500; }
            body #cherieYoung #venus .welcome .welcome-content .toggle-button::after {
              content: "▼";
              display: inline-block;
              margin-left: 8px;
              transition: transform .3s ease;
              font-size: .75em; }
            body #cherieYoung #venus .welcome .welcome-content .toggle-button:hover {
              background-color: #3cc2f4;
              color: #fff; }
            body #cherieYoung #venus .welcome .welcome-content .toggle-button.expanded::after {
              transform: rotate(180deg); }
          body #cherieYoung #venus .welcome .welcome-content .read-more {
            overflow: hidden;
            transition: height .5s ease, opacity .5s ease;
            height: 0;
            opacity: 0;
            width: 100%; }
            body #cherieYoung #venus .welcome .welcome-content .read-more p {
              margin-bottom: 1rem; }
            body #cherieYoung #venus .welcome .welcome-content .read-more.expanded {
              height: auto;
              opacity: 1; }
          body #cherieYoung #venus .welcome .welcome-content .welcome-cta {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            margin-top: 5px;
            gap: 30px;
            width: 100%; }
            body #cherieYoung #venus .welcome .welcome-content .welcome-cta a {
              font-family: "Poppins", sans-serif;
              display: block;
              width: fit-content;
              text-decoration: none;
              color: #fff !important;
              background-color: #3cc2f4;
              text-align: center;
              padding: 10px 30px;
              border-radius: 10px;
              font-size: 17px;
              letter-spacing: 2px;
              transition: .5s;
              font-weight: 200; }
              body #cherieYoung #venus .welcome .welcome-content .welcome-cta a:hover {
                background-color: #fff;
                color: #3cc2f4 !important;
                transition: .5s; }
        @media (max-width: 1000px) {
          body #cherieYoung #venus .welcome .welcome-content {
            justify-content: center;
            gap: 0px; }
            body #cherieYoung #venus .welcome .welcome-content div {
              width: 100%; }
            body #cherieYoung #venus .welcome .welcome-content .welcome-cta {
              justify-content: center;
              margin-top: 0; } }
        @media (max-width: 790px) {
          body #cherieYoung #venus .welcome .welcome-content .welcome-cta a {
            font-weight: 300;
            width: 100%;
            text-align: center;
            padding: 15px 0px; } }
        @media (max-width: 786px) {
          body #cherieYoung #venus .welcome .welcome-content .welcome-cta {
            flex-direction: column;
            gap: 10px; } }
        @media (max-width: 800px) {
          body #cherieYoung #venus .welcome .welcome-content {
            flex-direction: column;
            gap: 0px; }
            body #cherieYoung #venus .welcome .welcome-content .welcome-primary-box {
              background-color: #5f7e9d;
              padding: 30px 15px 150px; }
              body #cherieYoung #venus .welcome .welcome-content .welcome-primary-box::after {
                right: 50%;
                transform: translateX(50%);
                position: absolute;
                bottom: 10px; } }
      body #cherieYoung #venus .featured-lifestyles .featured-header,
      body #cherieYoung #venus .featured-areas .featured-header {
        background-color: #fff;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0;
        width: 100%;
        /* Mobile: reduce padding */ }
        body #cherieYoung #venus .featured-lifestyles .featured-header h1,
        body #cherieYoung #venus .featured-areas .featured-header h1 {
          color: #000 !important;
          font-weight: 100 !important; }
        @media (max-width: 800px) {
          body #cherieYoung #venus .featured-lifestyles .featured-header,
          body #cherieYoung #venus .featured-areas .featured-header {
            padding: 30px 0; } }
      body #cherieYoung #venus .featured-lifestyles .featured-content,
      body #cherieYoung #venus .featured-areas .featured-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        max-width: 1800px;
        margin: auto;
        /* Tablet */
        /* Mobile */ }
        body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile,
        body #cherieYoung #venus .featured-areas .featured-content .featured-tile {
          height: 400px;
          width: calc(33.33% - 8px);
          transition: 0.5s;
          position: relative;
          overflow: hidden;
          /* Overlay */
          /* Hover effects */ }
          body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile::before,
          body #cherieYoung #venus .featured-areas .featured-content .featured-tile::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.3);
            transition: 0.5s;
            z-index: -1; }
          body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile:hover::before,
          body #cherieYoung #venus .featured-areas .featured-content .featured-tile:hover::before {
            background-color: rgba(0, 0, 0, 0.1);
            transition: 0.5s; }
          body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile:hover h2,
          body #cherieYoung #venus .featured-areas .featured-content .featured-tile:hover h2 {
            padding-bottom: 30px;
            transition: 0.5s; }
          body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile .featured-tile-content,
          body #cherieYoung #venus .featured-areas .featured-content .featured-tile .featured-tile-content {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
            z-index: 1; }
            body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile .featured-tile-content h2,
            body #cherieYoung #venus .featured-areas .featured-content .featured-tile .featured-tile-content h2 {
              font-weight: 300;
              transition: 0.5s; }
        @media (max-width: 1200px) {
          body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile,
          body #cherieYoung #venus .featured-areas .featured-content .featured-tile {
            width: calc(50% - 8px);
            height: 300px; } }
        @media (max-width: 800px) {
          body #cherieYoung #venus .featured-lifestyles .featured-content .featured-tile,
          body #cherieYoung #venus .featured-areas .featured-content .featured-tile {
            width: 100%;
            height: 80vw; } }
      body #cherieYoung #venus .home-worth {
        padding: 15vh 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0;
        border-top: 10px solid #fff;
        /* Tablet & smaller screens */ }
        body #cherieYoung #venus .home-worth .home-worth-content {
          background-color: rgba(255, 255, 255, 0.35);
          padding: 60px 100px;
          /* Logo image */
          /* Title */
          /* Call-to-action button */ }
          body #cherieYoung #venus .home-worth .home-worth-content img.logo {
            max-height: 90px;
            display: block;
            margin: 0 auto 20px;
            padding: 0; }
          body #cherieYoung #venus .home-worth .home-worth-content h1 {
            color: #000; }
          body #cherieYoung #venus .home-worth .home-worth-content a {
            font-family: "Poppins", sans-serif;
            display: block;
            width: fit-content;
            margin: 30px auto 0;
            text-decoration: none;
            color: #fff !important;
            background-color: #3cc2f4 !important;
            text-align: center;
            padding: 10px 30px;
            border-radius: 10px;
            font-size: 17px;
            letter-spacing: 2px;
            transition: 0.5s;
            font-weight: 200; }
            body #cherieYoung #venus .home-worth .home-worth-content a:hover {
              background-color: #fff !important;
              color: #3cc2f4 !important;
              transition: 0.5s; }
        @media (max-width: 1200px) {
          body #cherieYoung #venus .home-worth {
            padding: 15px; }
            body #cherieYoung #venus .home-worth .home-worth-content {
              padding: 30px; } }
      body #cherieYoung #venus .socials {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0; }
        body #cherieYoung #venus .socials h1,
        body #cherieYoung #venus .socials h2 {
          color: #000; }
        body #cherieYoung #venus .socials .social-feed {
          padding: 60px 0 !important;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          /* Tablet screens */
          /* Mobile screens */ }
          @media (max-width: 1200px) {
            body #cherieYoung #venus .socials .social-feed {
              padding: 30px 0 !important; } }
          @media (max-width: 800px) {
            body #cherieYoung #venus .socials .social-feed {
              padding: 0 !important; } }
