body {
    background: #202123;
}

h1 {
    margin-top: 0;
}

ul {
    padding: 0;
}

.main .header {
    display: none;
}

.main .section > .container {
    padding: 0;
}

section.section {
    padding-top: 0;
    background-color: #202123;
}

.mobile-layout,
footer.footer {
    width: 100%;
    margin: 0 auto;
    max-width: 576px;
    position: relative;
}

.mobile-layout .container {
    padding: 0 40px;
}

.video-elevate-dining-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-elevate-dining-section .cover-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.video-elevate-dining-section video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.video-elevate-dining-section .scroll-arrow {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.video-elevate-dining-section .scroll-arrow {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.video-elevate-dining-section .scroll-arrow span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: arrowAnimation 1.5s infinite;
}

.video-elevate-dining-section .scroll-arrow span:nth-child(2) {
    animation-delay: 0.3s;
}

.video-elevate-dining-section .scroll-arrow span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes arrowAnimation {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}

.elevate-header-section {
    margin: 40px 0;
}

.elevate-header-section .container {
    padding: 0 40px;
}

.elevate-header-section h1 {
    color: #fff;
    text-align: center;
    font-family: Jost;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.elevate-header-section p {
    color: #81848e;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.elevate-header-section p > span {
    font-weight: bold;
    display: block;
}

.ticker-container {
    width: 100%;
    overflow: hidden;
    background-color: var(--main-color);
    padding: 30px 0;
    display: flex;
}

.ticker-container .ticker-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
}

.ticker-container .img-ticker {
    animation: ticker-kf 60s linear infinite;
}

.ticker-container .img-ticker img {
    width: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
    flex: none;
    align-self: center;
    max-width: 100%;
    height: auto;
}

.ticker-container .img-ticker .image__thompson-hotels {
    width: 160px;
}

.ticker-container .img-ticker .image__bird-street {
    width: 40px;
}

.ticker-container .img-ticker .image__san-vicente-bungalows {
    width: 68px;
}

.ticker-container .img-ticker .image__aman {
    width: 80px;
}

.ticker-container .img-ticker .image__core {
    width: 75px;
}

.ticker-container .img-ticker .image__zero-bond {
    width: 125px;
}

.ticker-container .img-ticker .image__ph {
    width: 35px;
}

.ticker-container .img-ticker .image__common-house {
    width: 70px;
}

.ticker-container .img-ticker .image__mondrian {
    width: 90px;
}

.ticker-container .img-ticker .image__baia {
    width: 60px;
}

.ticker-container .img-ticker .image__casa-cipriani {
    width: 92px;
}

.ticker-container .img-ticker .image__classic-car-club {
    width: 60px;
}

.ticker-container .img-ticker .image__nocatee {
    width: 90px;
}

.ticker-container .img-ticker .image__faena {
    width: 90px;
}

.ticker-container .img-ticker .image__mila {
    width: 75px;
}

@keyframes ticker-kf {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-288rem, 0, 0);
    }
}

.elevate-dining-content-section .block-content {
    padding: 40px;
}

.elevate-dining-content-section .block-content h1 {
    color: #000;
    font-family: Jost;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.elevate-dining-content-section .block-content ul {
    padding: 0;
}

.elevate-dining-content-section .block-content ul li {
    padding-bottom: 5px;
    color: #81848e;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: none;
}

.elevate-dining-content-section .block-content ul li:before {
    content: '•';
    color: #81848e;
    font-size: 20px;
    margin-right: 10px;
}

.elevate-dining-content-section .without-peoplevine-wrapper {
    background-color: #f5f5f5; 
}

.elevate-dining-content-section .with-peoplevine-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elevate-dining-content-section .with-peoplevine-wrapper ul {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .elevate-dining-content-section .with-peoplevine-wrapper .button {
        width: 100%;
        max-width: 240px;
    }
}

.elevate-dining-content-section .with-peoplevine-wrapper h1 {
    color: #f5f5f5; /* Assuming $background-main is #f5f5f5 */
}

.elevate-dining-content-section .background-image-wrapper {
    width: 100%;
}

.elevate-dining-content-section .background-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.reviews-section .review-wrapper {
    margin: 72px 0;
    padding-top: 40px;
    border-top: 1px solid #81848e;
}

.reviews-section .review--header {
    display: flex;
    flex-direction: column;
}

.reviews-section .review--header img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.reviews-section .review--header .client-img {
    width: 108px;
    height: 116px;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 38px 0;
}

.reviews-section .review--header .client-img img {
    height: 100%;
    object-fit: cover;
}

.reviews-section .review--header .logo-img {
    max-width: 120px;
    display: block;
}

.reviews-section .review--header span {
    display: block;
}

.reviews-section .review--header .people-text {
    margin-bottom: 2px;
    color: #fefefe;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.reviews-section .review--header .client-text {
    margin-bottom: 32px;
    color: #c1c3c9;
    font-weight: 500;
    font-size: 12px;
    font-family: "Jost", sans-serif;
    line-height: 17px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.reviews-section .review--description {
    position: relative;
    padding-top: 36px;
    color: #acafb8;
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
}

.reviews-section .review--description::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background-image: url('https://peoplevine.blob.core.windows.net/media/72/images/haute-dining/quotes-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

.customer-experience {
    position: relative;
    z-index: 0;
    padding: 72px 0;
    background: #202123;
    height: auto;
}

.customer-experience--elevate-dining .main-title {
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    font-family: Jost,sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.customer-experience-block {
    max-width: 100%;
    margin: 0 auto;
}

.footer {
    height: auto;
    padding: 50px 0 26px;
}

.footer .container {
    padding: 0 40px;
}

.footer__wrapper {
    padding: 0;
}

.footer-main-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
}

.footer-logo {
    display: block;
}