@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap");

.landingPage .bannerArea {
    background-image: url("images/banner.png");
    background-size: cover;
    width: 100%;
    height: 403px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 35px;
}

.landingPage .bannerArea h1 {
    color: #fff;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 74%;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.landingPage .bannerArea h1>span {
    color: #57c1e8;
    font-size: 45px;
    line-height: 85%;
}

.landingPage .bannerArea h1>span:nth-last-child(1) {
    color: #76bc21;
}

.landingPageBodyWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landingPageBody {
    max-width: 1186px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingPageBody .contentArea {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingPageBody .contentArea p {
    color: #000;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 30px;
}

.landingPageBody .contentArea b {
    font-weight: 900;
}

.nc-upset-bid-updates .contentArea h4 {
    color: #000102;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}

.nc-upset-bid-updates .landingPageGraySection {
    margin-top: 26px;
    padding-top: 39px;
    padding-bottom: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.landingPageGreenSection {
    padding: 61px 0;
    background-color: #76bc21;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landingPageGreenSection .title {
    color: #fff;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.nc-upset-bid-updates .landingPageGreenSection .buttonsWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 36px;
    row-gap: 15px;
    margin-top: 25px;
}

.landingPageGreenSection .buttonsWrapper .contactBtn {
    color: #fff;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    background-color: #036eb5;
    border-radius: 7px;
    width: 462px;
    padding: 18.5px 39px;
    text-decoration: none;
}

.nc-upset-bid-updates {
    overflow-x: hidden;
}

.nc-upset-bid-updates .bannerArea h1>span {
    font-size: 33px;
    line-height: 58%;
}

.nc-upset-bid-updates .bannerArea h1>span br {
    display: none;
}

.nc-upset-bid-updates .bannerArea h1 {
    line-height: 58%;
}

.nc-upset-bid-updates .contentArea {
    max-width: 1141px;
}

.nc-upset-bid-updates .description-w-image {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: 20px 0 45px 0;
}

.nc-upset-bid-updates .description-w-image .image-area {
    width: 280px;
    height: 245px;
}

.nc-upset-bid-updates .description-w-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nc-upset-bid-updates .description-w-image .content-area {
    max-width: 719px;
}

.nc-upset-bid-updates .description-w-image p,
.nc-upset-bid-updates .description-w-image h4 {
    text-align: left;
}

.nc-upset-bid-updates .landingPageGraySection .landingPageBody {
    max-width: 1339px;
}

.nc-upset-bid-updates .landingPageGraySection .title {
    font-size: 42px;
    color: #54c0e8;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.nc-upset-bid-updates .landingPageGraySection .title span {
    color: #76bc21;
}

.nc-upset-bid-updates .landingPageGraySection .items-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 25px;
}

.nc-upset-bid-updates .landingPageGraySection .items-wrapper .item {
    padding: 21px;
    background-color: #f4f4f4;
    border-radius: 10px;
    width: 316px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 514px;
    max-height: 514px;
}

.nc-upset-bid-updates .items-wrapper .item-title {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.nc-upset-bid-updates .items-wrapper .item .icon {
    width: auto;
    height: 225px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.nc-upset-bid-updates .items-wrapper .item .icon {
    margin-bottom: 30px;
}

.nc-upset-bid-updates .landingPageGraySection .items-wrapper .item p {
    font-family: "Nunito Sans";
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    line-height: 130%;
}

.nc-upset-bid-updates .landingPageGraySection .subtitle {
    margin-top: 35px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: "Bebas Neue";
    font-size: 42px;
    line-height: 130%;
    text-align: center;
}

.nc-upset-bid-updates .btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.nc-upset-bid-updates .landingPageGraySection .btn-qualify {
    font-family: "Nunito Sans";
    font-size: 22px;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    background-color: #036eb5;
    border-radius: 6px;
    text-decoration: none;
    height: 62px;
    width: 377px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nc-upset-bid-updates .landingPageSloganArea {
    background-image: url("images/auction-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 399px;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nc-upset-bid-updates .landingPageProperty .title,
.nc-upset-bid-updates .landingPageSloganArea .title {
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Bebas Neue";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 42px;
    color: #54c0e8;
    padding-top: 65px;
    margin-bottom: 40px;
}

.nc-upset-bid-updates .landingPageProperty .title>span,
.nc-upset-bid-updates .landingPageSloganArea .title>span {
    color: #76bc21;
}

.nc-upset-bid-updates .landingPageSloganArea .sloganAreaContent {
    display: flex;
    align-items: center;
    gap: 100px;
    max-width: 1111px;
}

.nc-upset-bid-updates .landingPageSloganArea .content-area p,
.nc-upset-bid-updates .landingPageSloganArea .content-area .title {
    color: #000;
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans";
    font-size: 30px;
    font-style: normal;
    text-align: left;
    line-height: 140%;
}

.nc-upset-bid-updates .landingPageSloganArea .content-area .title {
    font-weight: 900;
    letter-spacing: -0.5px;
}

.nc-upset-bid-updates .landingPageSloganArea .content-area p {
    font-weight: 500;
}

.nc-upset-bid-updates .landingPageSloganArea .image-area img {
    width: 131px;
    height: 182px;
}

.nc-upset-bid-updates .arrow-area img {
    width: 40px;
    height: 90px;
    object-fit: contain;
}

.nc-upset-bid-updates .landingPageGreenSection .title {
    font-weight: 500 !important;
    letter-spacing: 1px;
}

.nc-upset-bid-updates .landingPageProperty {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nc-upset-bid-updates .landingPageGreenSection .subtitle {
    color: #000;
    text-align: center;
    font-variant-numeric: ordinal;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Nunito Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 8px;
}

.nc-upset-bid-updates .faq-section .faq-wrap {
    width: 100%;
}

.nc-upset-bid-updates .faq-section .title {
    text-align: left;
}

.nc-upset-bid-updates .faq-section .landingPageBody {
    align-items: start;
}

/* Section 4 Slider */
.swiper-wrap {
    max-width: 100vw;
}

.swiper-wrap .slide-wrap {
    display: flex;
    padding: 0 10%;
}

.swiper-wrap .swiper-button-next,
.swiper-wrap .swiper-button-prev {
    transition: 0.5s;
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    font-size: 60px;
    line-height: 90px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.swiper-wrap .swiper-button-next::after,
.swiper-wrap .swiper-button-prev::after {
    visibility: hidden;
}

.swiper-wrap .swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-wrap .slide-icon {
    display: flex;
    min-width: 250px;
    align-items: center;
    justify-content: center;
}

.swiper-wrap .slide-content {
    width: 100%;
    max-width: 713px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-wrap .slide-content * {
    font-size: 24px;
    line-height: 150%;
    color: #000;
}

.swiper-wrap .slide-content h3 {
    margin-bottom: 1.5rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 30px;
}

.swiper-wrap .slide-content p {
    font-weight: normal;
}

/* Related Properties */
#properties .pcard .title {
    text-align: left;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-weight: 900;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: unset;
}

#properties .pcard .btn-view {
    min-height: 46px;
}

#properties-near-you .cta-wrap {
    display: flex;
    justify-content: center;
    margin: auto 8vw;
}

#properties-near-you .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 462px;
    min-height: 62px;
    background-color: #036eb5;
    border-radius: 7px;
    padding: 0 2em;
    margin: 4rem auto 2rem auto;

    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

/* Learn More */
.learnMoreSection {
    padding: 50px 0 40px 0;
    background-color: #F4F4F4;
}

.learnMoreSection .title>span,
.learnMoreSection .title {
    color: #57C1E8;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 14px;
}

.learnMoreSection .title>span {
    color: #76BC21;
}

.learnMoreSection .webinar-box {
    width: 100%;
    max-width: 359px;
    border-radius: 5px;
    background: #FFF;

    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.learnMoreSection .webinar-box .image-area {
    width: 100%;
    height: 219px;
    position: relative;
    display: flex;
    justify-content: center;
}

.learnMoreSection .webinar-box .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.learnMoreSection .webinar-box .image-area .watch-video {
    position: absolute;
    top: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.learnMoreSection .webinar-box .image-area .play-btn {
    width: 84px;
    height: 85px;
}

.learnMoreSection .webinar-box .image-area .play-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.learnMoreSection .webinar-box .image-area .watch-video span {
    color: #FFF;
    text-align: center;
    font-size: 28.496px;
    font-weight: 900;
    line-height: 147%;
}

.learnMoreSection .webinar-box .title>span,
.learnMoreSection .webinar-box .title {
    font-size: 33px;
    line-height: 99%;
}

.learnMoreSection .webinar-box .box-body {
    padding: 22px 22px 36px 26px;
}

.learnMoreSection .webinar-box .box-body p {
    text-align: center;
}

/* Webinar Banner */
.nc-upset-bid-updates .webinar-container {
    background-color: #76bc21;
    display: none !important;
}

.nc-upset-bid-updates .webinar-banner {
    display: flex;
    gap: 35px;
    padding: 35px 45px 0 35px;
    overflow: hidden;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.nc-upset-bid-updates .webinar-banner .image-area {
    max-width: 335px;
    margin-bottom: -25px;
}

.nc-upset-bid-updates .webinar-banner .content-wrapper {
    max-width: 858px;
    display: flex;
    flex-direction: column;
}

.nc-upset-bid-updates .webinar-banner .content-wrapper .first img {
    display: none;
}

.nc-upset-bid-updates .webinar-banner .image-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nc-upset-bid-updates .webinar-banner .subtext {
    font-family: "Nunito Sans";
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 15px;
}

.nc-upset-bid-updates .webinar-banner .title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 52.8px;
    margin: 0;
}

.nc-upset-bid-updates .webinar-banner .date {
    font-family: "Bebas Neue", sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 39.6px;
}

.nc-upset-bid-updates .webinar-banner .sign-up-btn {
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 377px;
    height: 62px;
    background-color: #036eb5;
    border-radius: 6px;
    text-decoration: none;
    margin: 20px 0;
}

/* Docusign Modal */
#modal-docusign {
    font-size: 25px;
}

#modal-docusign .docusign {
    margin: 0 4vw 3vw;
}

#modal-docusign h3 {
    font-family: "Nunito Sans";
    font-weight: 800;
    font-size: 25px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
}

#modal-docusign ul {
    margin: 0;
    line-height: 130%;
}

#modal-docusign ul li {
    margin: 0;
}

#modal-docusign p.center {
    text-align: center;
}

#modal-docusign .btn-wrap {
    margin-top: 1.2em;
    display: flex;
    justify-content: center;
}

#modal-docusign a {
    font-family: "Nunito Sans";
    font-size: 22px;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    background-color: #036eb5;
    border-radius: 6px;
    text-decoration: none;
    height: 62px;
    width: 377px;
    max-width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1200px) {
    #modal-docusign h3 {
        font-size: 22px;
    }

    #modal-docusign {
        font-size: 18px;
    }

    #modal-docusign a {
        font-size: 20px;
    }
}


/* Media Queries */
@media (max-width: 1399px) {

    .nc-upset-bid-updates .landingPageSloganArea .content-area p,
    .nc-upset-bid-updates .landingPageSloganArea .content-area .title {
        font-size: 24px;
    }

    .nc-upset-bid-updates .webinar-banner .subtext {
        font-size: 20px;
    }

    .nc-upset-bid-updates .webinar-banner .title {
        font-size: 38px;
        line-height: 44px;
    }

    .nc-upset-bid-updates .webinar-banner .date {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 1199px) {
    .landingPageBody .contentArea p {
        font-size: 20px;
    }

    .landingPageGreenSection .buttonsWrapper .contactBtn {
        font-size: 20px;
    }

    .nc-upset-bid-updates .landingPageBody {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .landingPage .bannerArea {
        height: 280px;
    }

    .landingPage .bannerArea h1 {
        font-size: 50px;
    }

    .landingPage .bannerArea h1>span {
        font-size: 36px;
    }

    .landingPageBody .contentArea p {
        font-size: 18px;
    }

    .nc-upset-bid-updates .contentArea h4 {
        font-size: 22px;
    }

    .landingPageGreenSection {
        padding: 64px 0px 32px 0px;
    }

    .landingPageGreenSection .title {
        font-size: 32px;
    }

    .landingPageGreenSection .buttonsWrapper .contactBtn {
        padding: 14.5px 34.5px;
        font-size: 16px;
        width: 350px;
    }

    .nc-upset-bid-updates .contentArea p {
        margin-bottom: 0;
    }

    .nc-upset-bid-updates .description-w-image {
        margin: 0;
    }

    .nc-upset-bid-updates .landingPageGraySection .subtitle {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .nc-upset-bid-updates .landingPageSloganArea {
        padding: 0 15px 2rem 15px;
        min-width: auto;
    }

    .nc-upset-bid-updates .landingPageSloganArea .content-area p,
    .nc-upset-bid-updates .landingPageSloganArea .content-area .title {
        font-size: 20px;
    }

    .nc-upset-bid-updates .landingPageSloganArea .title {
        padding-top: 40px;
        margin-bottom: 35px;
    }

    .nc-upset-bid-updates .landingPageSloganArea .sloganAreaContent {
        gap: 45px;
        max-width: 900px;
    }

    .nc-upset-bid-updates .landingPageGraySection .btns-wrapper {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .nc-upset-bid-updates .landingPageGraySection .btn-qualify {
        font-size: 16px;
        height: 55px;
        width: 320px;
    }

    .nc-upset-bid-updates .landingPageGreenSection .subtitle {
        font-size: 20px;
    }

    .swiper-wrap .slide-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .swiper-wrap .slide-content * {
        font-size: 20px;
    }

    .swiper-wrap .slide-content {
        width: 90vw;
        max-width: 100%;
    }

    .swiper-wrap .slide-content h3 {
        font-size: 25px;
    }

    .swiper-wrap .swiper-button-next,
    .swiper-wrap .swiper-button-prev {
        font-size: 40px;
    }

    .nc-upset-bid-updates .webinar-banner {
        padding: 25px 15px 0 15px;
        flex-direction: column;
        row-gap: 2px;
    }

    .nc-upset-bid-updates .webinar-banner .image-area {
        max-width: 275px;
        margin-bottom: 0;
    }

    .nc-upset-bid-updates .webinar-banner .sign-up-btn {
        font-size: 16px;
        height: 55px;
        width: 320px;
        max-width: 100%;
        margin: 15px 0;
    }

    .nc-upset-bid-updates .webinar-banner .subtext {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .nc-upset-bid-updates .webinar-banner .title {
        font-size: 32px;
        line-height: 38px;
    }

    .nc-upset-bid-updates .webinar-banner .date {
        font-size: 24px;
        line-height: 28px;
    }

    .nc-upset-bid-updates .webinar-banner .image-area img {
        display: none;
    }

    .nc-upset-bid-updates .webinar-banner .content-wrapper .first {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
    }

    .nc-upset-bid-updates .webinar-banner .content-wrapper .first img {
        display: block;
        max-width: 25vw;
        margin: 0 1rem 1rem 0;
    }
}

@media (max-width: 820px) {

    .learnMoreSection .title>span,
    .learnMoreSection .title,
    .nc-upset-bid-updates .landingPageGraySection .subtitle,
    .nc-upset-bid-updates .landingPageGraySection .title,
    .nc-upset-bid-updates .landingPageProperty .title,
    .nc-upset-bid-updates .landingPageSloganArea .title {
        font-size: 32px;
    }

    .learnMoreSection .webinar-box .title>span,
    .learnMoreSection .webinar-box .title {
        font-size: 30px;
    }

    .learnMoreSection .webinar-box .image-area .play-btn {
        width: 64px;
        height: 65px;
    }

    .learnMoreSection .webinar-box .image-area .watch-video span{
        font-size: 22px;
    }

    .nc-upset-bid-updates .landingPageProperty .title,
    .nc-upset-bid-updates .landingPageSloganArea .title {
        margin-bottom: 15px;
        padding-top: 25px;
    }

    .nc-upset-bid-updates .landingPageSloganArea .image-area img {
        height: 150px;
    }

    .nc-upset-bid-updates .landingPageSloganArea {
        justify-content: center;
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .landingPage .bannerArea h1 {
        font-size: 38px;
    }

    .landingPage .bannerArea h1>span {
        font-size: 28px;
    }

    .landingPage .bannerArea {
        height: 300px;
        padding: 0 1rem;
    }

    .landingPageBody .contentArea p {
        font-size: 16px;
    }

    .nc-upset-bid-updates .contentArea h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .landingPageGreenSection .title {
        font-size: 28px;
        line-height: 32px;
    }

    .nc-upset-bid-updates .bannerArea h1 {
        font-size: 28px;
    }

    .nc-upset-bid-updates .landingPageGreenSection .buttonsWrapper {
        flex-direction: column;
    }

    .nc-upset-bid-updates .bannerArea .titleArea {
        padding: 0 15px;
    }

    .nc-upset-bid-updates .bannerArea h1>span {
        font-size: 24px;
        line-height: 95%;
    }

    .nc-upset-bid-updates .bannerArea h1>span br {
        display: block;
    }

    .nc-upset-bid-updates .bannerArea h1 {
        line-height: 95%;
        margin-bottom: 17px;
    }

    .nc-upset-bid-updates .landingPageSloganArea .sloganAreaContent {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .nc-upset-bid-updates .landingPageSloganArea .arrow-area {
        align-self: end;
    }

    .nc-upset-bid-updates .landingPageGraySection .btn-qualify {
        max-width: 300px;
        padding: 10px;
    }

    .nc-upset-bid-updates .landingPageGreenSection .subtitle {
        font-size: 16px;
    }

    .nc-upset-bid-updates .description-w-image {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    .nc-upset-bid-updates .landingPageSloganArea .content-area p,
    .nc-upset-bid-updates .landingPageSloganArea .content-area .title,
    .nc-upset-bid-updates .description-w-image p,
    .nc-upset-bid-updates .description-w-image h4 {
        text-align: center;
    }

    .nc-upset-bid-updates .description-w-image .image-area {
        width: 175px;
        height: auto;
    }

    .nc-upset-bid-updates .landingPageGraySection .subtitle {
        font-size: 28px;
    }

    .nc-upset-bid-updates .arrow-area img {
        width: 32px;
        height: auto;
    }

    .swiper-wrap .slide-icon img {
        max-width: 120px;
        margin-bottom: 1rem;
    }

    .swiper-wrap .swiper-button-next {
        right: 0;
        margin-right: 0;
        justify-content: unset;
    }

    .swiper-wrap .swiper-button-prev {
        left: 0;
        margin-left: 0;
        justify-content: unset;
    }

    .swiper-wrap .slide-content h3 {
        font-size: 20px;
    }

    .swiper-wrap .slide-content * {
        font-size: 18px;
    }

    #properties-near-you .cta-btn {
        font-size: 18px;
        margin: auto 3vw;
    }

    .nc-upset-bid-updates .landingPageGraySection .items-wrapper .item {
        width: 100%;
    }

    .nc-upset-bid-updates .items-wrapper .item:nth-last-child(1) {
        align-items: center;
    }

    .nc-upset-bid-updates .webinar-banner .title {
        font-size: 26px;
        line-height: 30px;
    }

    .nc-upset-bid-updates .webinar-banner .subtext {
        font-size: 16px;
        line-height: 20px;
    }

    .nc-upset-bid-updates .webinar-banner .date {
        font-size: 20px;
        line-height: 24px;
    }

    .nc-upset-bid-updates .webinar-banner .image-area {
        max-width: 100px;
    }
}

@media (max-width: 400px) {
    .landingPageGreenSection .buttonsWrapper .contactBtn {
        width: 100%;
    }
}