@charset "UTF-8";

/* MISCELLANEOUS */

* {
    text-rendering: geometricPrecision;
    scroll-behavior: smooth;
}

.max-width-narrow {
    max-width: 1120px;
    margin: 0px auto;
    position: relative;
}

.text-override h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: inherit;
}

.text-override p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.text-override p:last-child {
    margin-bottom: 0px;
}

.hero-promo__title-btn {
    display: none;
}

/* Mobile */

@media (max-width: 1199px) {
    .fullwidth-margin {
        width: 970px;
        margin: 0px auto;
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    .fullwidth-margin {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .text-override h2 {
        font-size: 32px;
    }

    .text-override p {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 750px) {
    .fullwidth-margin {
        width: 100%;
    }
}

/* BUTTONS */

a.duo-button {
    display: inline-block;
    padding: 4px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: text-bottom;
}

a.duo-button span {
    padding: 6px 25px;
    transition: all 0.3s;
    display: block;
}

a.duo-button:hover span {
    background-color: #ddd;
}

a.duo-button.duo-white {
    border: solid 1px #fff;
    color: #000;
}

a.duo-button.duo-white.duo-transp {
    background-color: transparent;
    color: #fff;
}

a.duo-button.duo-white.duo-transp:hover span {
    background-color: #fff;
    color: #000;
}

a.duo-button.duo-white:hover span {
    background-color: #ddd;
}

a.duo-button.duo-red {
    border: solid 1px #a32020;
    color: #a32020;
}

a.duo-button.duo-red:hover span {
    background-color: #a32020;
    color: #fff;
}

a.duo-button.duo-red.duo-transp {
    background-color: transparent;
    color: #a32020;
}

a.duo-button.duo-red.duo-transp:hover span {
    background-color: #a32020;
    color: #fff;
}

a.duo-button.duo-arrow span {
    background-image: url("/content/dam/pwc/15/en/cities/media/images/sa-me-hp-arrow-white.svg");
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 50%;
    padding-right: 60px;
}

a.duo-button.duo-arrow:hover span {
    background-position: calc(100% - 20px) 50%;
    background-image: url("/content/dam/pwc/15/en/cities/media/images/sa-me-hp-arrow-black.svg");
}

a.core-button {
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
    vertical-align: text-bottom;
}

a.core-button span {
    padding: 10px 25px;
    transition: all 0.3s;
    display: block;
}

a.core-button.core-button-red {
    background-color: #a32020;
    color: #fff;
}

a.core-button.arabic,
a.duo-button.arabic {
    font-size: 24px;
}

/* HERO */

header.hero-promo__title {
    max-width: 1150px;
}

.hero-promo .hero-promo__title-textpanel {
    width: 50%;
}

.hero-title-textpanel--compaign h1 {
    font-size: 48px !important;
}

.hero-title-textpanel--compaign p.sub-heading {
    font-size: 20px !important;
}

/* Mobile */

@media (max-width: 991px) {
    header,
    header .container {
        width: 100%;
    }
}

/* HERO */

.longform-campaign-one-pager .hero-title-textpanel--compaign h1 {
    max-width: 500px;
}

#title .container {
    max-width: 1160px;
}

@media (max-width: 991px) {
    .hero-title-textpanel--compaign h1 {
        font-size: 40px !important;
    }

    body.longform-campaign-one-pager .hero-title-component .hero-title .textColumn {
        width: 60%;
    }
}

@media (max-width: 767px) {
    body.longform-campaign-one-pager .hero-title-component .hero-title .textColumn {
        width: 100%;
    }
}

/* TIMELINE */

#Timeline {
    padding: 100px 0 70px;
    position: relative;
    font-family: sans-serif;
    max-width: 1350px;
    margin: 0px auto;
}

#Timeline .slider-container {
    position: relative;
    max-width: 890px;
    margin: 0 auto;
    overflow: visible;
    height: auto;
    transition: height 0.3s ease;
}

#Timeline .slides {
    position: relative;
    width: 100%;
    height: auto;
}

#Timeline .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
}

#Timeline .slide.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#Timeline .slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    transition: opacity 0.5s ease;
}

#Timeline .slide .text {
    flex: 1;
    padding-left: 60px;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin-top: 0px;
}

#Timeline .slide.active .text {
    opacity: 1;
    transition-duration: 0.5s;
}

#Timeline .text p:not(:last-child) {
    margin-top: 0px;
    margin-bottom: 0px;
}

#Timeline .text p:nth-child(1) {
    font-size: 32px;
    color: #a32020;
    letter-spacing: -1px;
    line-height: 32px;
    margin-bottom: 15px;
}

#Timeline .text p:nth-child(2) {
    font-size: 40px;
    font-family: "PwC ITC Charter", Georgia, Serif;
    margin-left: -2px;
    line-height: 44px;
    margin-bottom: 10px;
}

#Timeline .text p:nth-child(3) {
    font-size: 16px;
    line-height: 20px;
}

#Timeline .slide .images {
    position: relative;
    width: 375px;
    height: 312px;
    opacity: 0;
    transition: opacity 0.5s ease;
    flex-basis: 375px;
    flex-shrink: 0;
}

#Timeline .slide.active .images {
    opacity: 1;
}

#Timeline .image-layer {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 1s ease-out;
}

#Timeline .nav {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.4s ease;
}

#Timeline .nav.hidden {
    opacity: 0;
    pointer-events: none;
}

#Timeline .left-nav {
    left: 10px;
}

#Timeline .right-nav {
    right: 10px;
}

#Timeline .nav-label {
    font-size: 52px;
    margin: 0 10px;
    color: #a32020;
    margin-top: 17px;
    position: relative;
    height: 1em;
    display: inline-block;
    letter-spacing: -1px;
}

#Timeline .nav-label span {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#Timeline .right-nav .nav-label span {
    left: auto;
    right: 0;
}

#Timeline .nav-label span.active {
    opacity: 1;
}

#Timeline .right-nav .nav-arrow svg {
    transform: scaleX(-1);
}

#Timeline .timeline-pips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    position: relative;
}

#Timeline .start-label,
.end-label {
    font-weight: bold;
    color: #333;
}

#Timeline .pips-container {
    display: flex;
    gap: 10px;
    max-width: 770px;
    flex: 1;
    justify-content: center;
}

#Timeline .pip {
    background: white;
    height: 4px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    max-width: 120px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#Timeline .pip-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #a32020;
    transition: none;
    transform-origin: left;
}

#Timeline .pip.active {
    background: #e1b6b6;
    transition: background 0.3s ease;
}

@media (max-width: 1299px) {
    #Timeline {
        max-width: 890px;
        padding-top: 200px;
    }

    #Timeline .nav {
        top: 90px;
        transform: none;
    }
}

@media (max-width: 920px) {
    #Timeline {
        padding-left: 15px;
        padding-right: 15px;
    }

    #Timeline .slide .text {
        padding-left: 30px;
        padding-right: 0;
    }
}

@media (max-width: 699px) {
    #Timeline {
        padding-top: 150px;
        width: 405px;
    }

    #Timeline .nav-label {
        font-size: 29px;
        margin-top: 0px;
    }

    #Timeline svg {
        width: 20px !important;
        transform: scale(0.75) !important;
    }

    #Timeline .right-nav .nav-arrow svg {
        transform: rotate(180deg) scale(0.75) !important;
    }

    #Timeline .slider-container {
        height: 520px !important;
    }

    #Timeline .slide {
        align-items: flex-start;
        flex-direction: column;
    }

    #Timeline .slide .images {
        flex-basis: auto;
        margin-bottom: 20px;
    }

    #Timeline .slide .text {
        padding-left: 0px;
    }

    #Timeline .text p:nth-child(2) {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (max-width: 435px) {
    #Timeline {
        width: auto;
        max-width: 405px;
    }

    #Timeline .slide .images {
        width: 100%;
        height: auto;
    }

    #Timeline .slide .text {
        padding-top: 83%;
    }
}

/* COMMITMENT */

html,
body {
    scroll-behavior: smooth;
}

#Commitment {
    background: #e2e2e2;
    position: relative;
    z-index: 1;
}

#Commitment #Commitment-inner-wrapper {
    position: sticky;
    top: 0;
    background: #e2e2e2;
}

#Commitment #Commitment-inner h2 {
    margin: 0;
    padding: 2rem;
    font-size: 2rem;
    background: #e2e2e2;
    z-index: 10;
    text-align: center;
}

#Commitment h3 {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    max-width: 200px;
    font-family: "PwC ITC Charter", Georgia, Serif;
}

#Commitment p {
    font-size: 16px;
    line-height: 20px;
}

#Commitment .columns-wrapper {
    z-index: 1;
    max-width: 1350px;
    margin: 0px auto;
}

#Commitment .columns-container {
    display: flex;
}

#Commitment .column {
    flex: 1;
    min-width: 0;
    height: 620px;
    background-size: cover;
    background-position: center;
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#Commitment .column:not(:last-child) {
    border-right: 5px solid #e2e2e2;
}

#Commitment .column-text {
    color: white;
    padding: 40px;
    height: 320px;
}

#Commitment .column:nth-child(1) {
    margin-top: 400px;
}

#Commitment .column:nth-child(2) {
    margin-top: 800px;
}

#Commitment .column:nth-child(3) {
    margin-top: 1200px;
}

#Commitment .column:nth-child(4) {
    margin-top: 1600px;
}

@media (max-width: 1200px) {
    #Commitment .column-text {
        height: 350px;
    }
}

@media (max-width: 1050px) {
    #Commitment .column-text {
        padding: 15px;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    #Commitment h3 {
        font-size: 27px;
    }
}

@media (max-width: 768px) {
    #Commitment #Commitment-inner-wrapper {
        height: 90px;
    }

    #Commitment #Commitment-inner {
        display: flex;
        align-items: center;
        height: 90px;
    }

    #Commitment {
        padding: 1rem;
    }

    #Commitment #Commitment-inner h2 {
        padding: 1rem;
        font-size: 1.5rem;
        width: 100%;
    }

    #Commitment .columns-container {
        display: block;
    }

    #Commitment .column {
        position: sticky;
        top: 90px;
        height: min(calc(100vh - 90px), 620px);
        margin-top: 100px !important;
    }

    #Commitment .column-text {
        padding: 40px;
        height: auto;
    }

    #Commitment .column:not(:last-child) {
        border-right: none;
    }
}

/* HISTORY */

#History {
    display: flex;
    gap: 40px;
    padding: 60px 0 90px 0px;
}

#History .history-col.history-left {
    width: calc(100% - 400px);
}

#History .history-col.history-right {
    height: 400px;
    width: 400px;
}

/* HISTORY SLIDER */

#HistorySlider {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

#HistorySlider .slide-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#HistorySlider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    z-index: 0;
}

#HistorySlider .slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

#HistorySlider .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

#HistorySlider .bg {
    z-index: 1;
    transition: opacity 1s ease;
}

#HistorySlider .fg {
    z-index: 2;
}

/* Incoming Foreground Animation */
#HistorySlider .slide.active .fg {
    animation: fgIn 1s forwards;
}

/* Outgoing Foreground Animation */
#HistorySlider .slide.exiting .fg {
    animation: fgOut 1s forwards;
}

@keyframes fgIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fgOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}

@media (max-width: 991px) {
    #History {
        gap: 30px;
    }

    #History .text-override p {
        font-size: inherit;
        line-height: inherit;
    }

    #History .history-col.history-left {
        width: calc(100% - 300px);
    }

    #History .history-col.history-right {
        width: 300px;
    }
}

@media (max-width: 767px) {
    #History {
        flex-direction: column;
    }

    #History .history-col.history-left {
        width: 100%;
    }

    #History .history-col.history-right {
        width: 100%;
        height: auto;
    }

    #History #HistorySlider {
        margin: 0px auto;
    }
}

/* VIDEO */

#content-sec-4 {
    padding: 115px 0px 80px 0px;
}

#content-sec-4 .videoplayer-v2 {
    margin: 0px;
}

#content-sec-4 .sectionpar {
    max-width: 1120px;
}

#content-sec-4 .pwccol2-longform .parsys_column.pwccol2-longform-c0 {
    width: 60%;
}

#content-sec-4 .pwccol2-longform .parsys_column.pwccol2-longform-c1 {
    width: 40%;
}

section#content-sec-4 p {
    line-height: 20px;
}

#content-sec-4 .videoplayerv2.video-asset-details {
    display: none;
}

#content-sec-4 .videoplayerv2.asset-sharing-component.video-asset {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #content-sec-4 .parsys_column.pwccol2-longform {
        flex-direction: column;
    }

    #content-sec-4 .parsys_column.pwccol2-longform > div {
        width: 100% !important;
    }
}

/* OFFICES */

#ExploreOffices {
    padding: 130px 0 80px 0;
}

#ExploreOffices .officeList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

#ExploreOffices .office {
    width: calc((100% - 80px) / 3);
    position: relative;
}

#ExploreOffices img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#ExploreOffices .title {
    font-size: 24px;
    line-height: 65px;
    padding-left: 20px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    color: #fff;
}

#ExploreOffices .title:after {
    content: url("../../media/images/sa-me-cp-chevron-right-white.svg");
    width: 10px;
    display: inline-block;
    margin-left: 10px;
    transition: margin-left 0.3s;
}

#ExploreOffices .office:hover .title:after {
    margin-left: 15px;
}

@media (max-width: 991px) {
    #ExploreOffices .office {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 767px) {
    #ExploreOffices .officeList {
        gap: 15px;
    }

    #ExploreOffices .office {
        width: calc((100% - 15px) / 2);
    }
}

@media (max-width: 550px) {
    #ExploreOffices .title {
        font-size: 16px;
        line-height: 32px;
    }
}
