.gbp-wrapper {
    position: relative;
    width: 100%;
    height: 40rem;
    display: flex;
    overflow: hidden;
    background-color: #ffb600;
    margin-bottom: 40px;
}
.gbp-wrapper #gbp-container {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    width: 200vw;
    background-size: cover;
    height: 100%;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

.gbp-wrapper h1, .gbp-wrapper h2 {
    color: #000;
}

.gbp-wrapper #gbp-container h2, .gbp-wrapper #gbp-container h1 {
    line-height: 1.5em;
    margin: 20px 0;
}

.gbp-wrapper #gbp-container h2 span, .gbp-wrapper #gbp-container h1 span {
    line-height: 1.5em;
}

.gbp-wrapper #gbp-container h1 span, .gbp-wrapper #gbp-container h2 span, .gbp-wrapper #gbp-container p span {
    color: #fff;
    background: #000000;
    -webkit-box-shadow: 15px 0 0 #000000, -15px 0 0 #000000;
    box-shadow: 15px 0 0 #000000, -15px 0 0 #000000;
    padding-top: 10px;
    padding-bottom: 12px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
}

.gbp-wrapper #gbp-container .gbp-item-detail p span {
    line-height: 1.3em;
    font-size: 1.6em;
    line-height: 40px;
}

.gbp-wrapper #gbp-container .gbp-title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    background: url('https://www.pwc.com/mu/en/assets/image/advisoryconsulting/homepageimage1.jpg');
    background-size: cover;
}

.gbp-wrapper #gbp-container .gbp-title .gbp-title-content {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10rem 15rem 10rem 5rem;
    width: 63vw;
}

.gbp-wrapper #gbp-container .gbp-title .gbp-title-content h2 {
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    font-size: 2.05rem;
}

.gbp-wrapper #gbp-container .gbp-item-container {
    width: 100%;
    height: 100%;
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item {
    width: 100vw;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition:  -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1000ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    display: none;
    position: absolute;
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item#marketplace {
    background: center top / cover url('https://www.pwc.com/mu/en/assets/image/advisoryconsulting/homepageimage2.jpg');
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item#cyber {
    background: center top / cover url('https://www.pwc.com/mu/en/assets/image/cyber-homepage-advisory.jpg');
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item#strategy-consulting {
    background: center top / cover url('https://www.pwc.com/mu/en/assets/image/strategy-consulting-pwc-advisory.jpg');
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item#workforce-of-the-future {
    background: center top / cover url('https://www.pwc.com/mu/en/assets/image/advisoryconsulting/homepageimage6.jpg');
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item#cybersecurity-and-privacy {
    background: center top / cover url('https://www.pwc.com/mu/en/assets/image/advisoryconsulting/homepageimage5.jpg');
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item.right, .gbp-wrapper #gbp-container .gbp-item-container .gbp-item.left, .gbp-wrapper #gbp-container .gbp-item-container .gbp-item.active {
    display: block;
    left: 0;
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item.right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item.left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item .gbp-item-content {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item .gbp-item-content .gbp-item-detail {
    width: 63vw;
    height: 100%;
    display: flex;
    justify-content: left;
    flex-direction: column;
    padding: 14rem 15rem 10rem 5rem;
}

.gbp-wrapper #gbp-container .gbp-item-container .gbp-item .gbp-item-content .gbp-item-detail .button {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.1rem;
    line-height: 1.14em;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    width: 9rem;
    position: relative;
    right: 15px;
    top: 50px;
    border: 0.5px solid #fff;
}


/* Start sidecard */

.gbp-wrapper .gbp-sidecard {
    width: 37vw;
    height: 40em;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.gbp-wrapper .gbp-sidecard.mobile {
    width: 100vw;
    display: none;
}

.gbp-wrapper .gbp-sidecard .gbp-hero-text {
    background-color: #ffb600;
    flex-basis: 40%;
    display: flex;
    flex-direction: row;
}

.gbp-wrapper .gbp-sidecard .gbp-hero-text .gbp-sidecard-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    padding: 0 3rem 0 0;
}

.gbp-wrapper .gbp-sidecard .gbp-hero-text .gbp-sidecard-content p {
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.25rem;
}

.gbp-wrapper .gbp-sidecard .gbp-links {
    flex-basis: 60%;
    flex-direction: row-reverse;
    display: flex;
}
.gbp-wrapper .gbp-sidecard .gbp-links:after {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 60%;
    opacity: 0.4;
    left: 0;
    top: 40%;
}

.gbp-wrapper .gbp-sidecard .gbp-links label {
    width: 80%;
    display: flex;
    flex-direction: column;
    height: min-content;
    align-self: center;
    z-index: 1;
}

.gbp-wrapper .gbp-sidecard .gbp-links label a {
    color: #fff;
    margin: 14px 0 14px 0;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    font-weight: 100;
    font-size: 1.7vw;
    cursor: pointer;
    display: flex;
}

.gbp-wrapper .gbp-sidecard .gbp-links label a:hover {
    color: #ffb600;
    text-decoration: none;
}

.gbp-wrapper .gbp-sidecard .gbp-links label a.selected {
    color: #ffb600;
    font-weight: bold;
}

.gbp-wrapper .gbp-sidecard .gbp-links label a .gbp-carrot {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    position: relative;
    right: 10px;
    top: 6px;
    transform: rotate(45deg);
    height: 0.9vw;
    width: 0.9vw;
}

.gbp-wrapper .gbp-sidecard .gbp-links label a.selected .gbp-carrot {
    border-width: 3px 3px 0 0;
}

.gbp-wrapper .gbp-sidecard .gbp-hero-text .gbp-sidecard-cta {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gbp-wrapper .gbp-sidecard .gbp-hero-text .gbp-sidecard-cta #gbp-sidecard-cta-arrow {
    background-image: url(assets/left-arrow-chevron.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: transform 0.2s ease;
    display: none;
}

.gbp-wrapper .gbp-sidecard-cta.mobile {
    width: 20%;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 100vw;
    z-index: 3;
    height: 100%;
    display: none;
}

.gbp-wrapper .gbp-sidecard-cta.mobile #gbp-sidecard-cta-arrow-mobile {
    background-image: url(assets/mobile-triangle.svg);
    width: 50px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: transform 0.2s ease;
}

.gbp-wrapper .gbp-sidecard .gbp-hero-text .gbp-sidecard-cta #gbp-sidecard-cta-arrow:hover {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

.gbp-wrapper .gbp-sidecard-cta.mobile #gbp-sidecard-cta-arrow-mobile:hover {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}

@media only screen and (max-width: 768px) {
    .gbp-wrapper {
        height: 38rem;
    }
    .gbp-wrapper .gbp-sidecard {
        display: none
    }
    .gbp-wrapper .gbp-sidecard.mobile {
        display: flex;
        height: 100%;
    }
    .gbp-wrapper #gbp-container .gbp-title .gbp-title-content {
        display: none;
    }
    .gbp-wrapper .gbp-sidecard .gbp-hero-text .gbp-sidecard-cta {
        display: none;
    }
    .gbp-wrapper .gbp-sidecard-cta.mobile {
        display: flex;
    }
    .gbp-wrapper .gbp-sidecard .gbp-hero-text .gbp-sidecard-content {
        width: 100%;
        padding: 1.5rem;
    }
    .gbp-wrapper #gbp-container .gbp-item-container .gbp-item .gbp-item-content {
        justify-content: flex-start;
        align-items: center;
    }
    .gbp-wrapper #gbp-container .gbp-item-container .gbp-item .gbp-item-content .gbp-item-detail {
        width: calc(100% - 55px);
        height: auto;
        padding: 2rem;
    }
    .gbp-wrapper .gbp-sidecard .gbp-links {
        justify-content: center;
        padding: 1.5rem;
    }
    .gbp-wrapper .gbp-sidecard .gbp-links label {
        width: 100%;
    }
    .gbp-wrapper .gbp-sidecard .gbp-links label a {
        font-size: 1.6em;
    }

    .gbp-wrapper .gbp-sidecard .gbp-links label a .gbp-carrot {
        height: 0.5em;
        width: 0.5em;
    }
}