body {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    color: #000000;
    font-family: "Noto Sans";
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 10;
    z-index: 99;
    background: #ffffff;
    border-bottom: solid 1px #dadada;
}

header .logo {
    width: 98%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    position: relative;
}

@media (max-width: 1024px) {
    header .logo {
        width: 97%;
    }
}

@media (max-width: 768px) {
    header .logo {
        width: 96%;
    }
}

@media (max-width: 576px) {
    header .logo {
        width: 94%;
    }
}

header .logo a {
    outline: 0;
    text-decoration: none;
}

header .logo a figure {
    width: 200px;
    height: 40px;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

header .logo a figure.fmi-logo {
    width: 120px;
    height: 40px;
    padding-left: 20px;
    position: relative;
}

header .logo a figure.fmi-logo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 15px;
    height: 80%;
    width: 1px;
    background: #000000;
}

header .logo a figure img {
    width: inherit;
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
    /* width: 172px; */
}

@media (max-width: 768px) {
    header .logo a figure {
        width: 170px;
        height: 40px;
    }
    header .logo a figure.fmi-logo {
        width: 110px;
        height: 40px;
    }
}

header .logo a:hover {
    text-decoration: none;
}

.bottom-menubar {
    position: fixed;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    background: #ffffff;
    border-top: solid 1px #dadada;
}

.bottom-menubar .bottom-bar-content {
    width: 100%;
    height: 100%;
}

.bottom-menubar .bottom-bar-content .book-menu {
    display: inline-block;
    width: 50px;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.bottom-menubar .bottom-bar-content .book-menu img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottom-menubar .bottom-bar-content .page-number {
    display: inline-block;
    width: 60px;
    height: 100%;
    position: relative;
}

.bottom-menubar .bottom-bar-content .page-number p {
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottom-menubar .bottom-bar-content .page-section {
    display: inline-block;
    width: 80%;
    height: 100%;
    position: relative;
}

.bottom-menubar .bottom-bar-content .page-section p {
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .bottom-menubar .bottom-bar-content .page-section {
        width: 60%;
    }
}

.pop-up-editions {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 100;
    overflow-y: scroll;
}

.pop-up-editions .pop-up-close {
    position: fixed;
    top: 0;
    right: 10px;
    height: 60px;
    width: 60px;
    z-index: 101;
}

.pop-up-editions .pop-up-close .close-btn {
    display: inline-block;
    width: 70px;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.pop-up-editions .pop-up-close .close-btn figure {
    margin: 0;
    width: 60px;
    height: 60px;
}

.pop-up-editions .pop-up-close .close-btn figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
}

.pop-up-editions .pop-up-close .close-btn {
    border-right: solid 1px #ffffff;
}

/* VOLUME */
.page-arrows {
    right: 10%;
    top: 40%;
    z-index: 1;
    position: fixed;
}

.page-arrows .arrows {
    height: 50px;
    width: 50px;
    position: relative;
    cursor: pointer;
    background-color: rgba(218, 218, 218, 0.4);
}

.page-arrows .arrows img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-arrows .arrows.slick-disabled img {
    opacity: 0.4;
}

@media (max-width: 768px) {
    .page-arrows {
        right: 40px;
        top: 45%;
    }
    .page-arrows .arrows {
        display: inline-block !important;
    }
}

@media (max-width: 576px) {
    .page-arrows {
        right: 20px;
        top: 75%;
    }
}

.scroll-indicator {
    z-index: 10;
    height: 53px;
    width: 53px;
    background: rgba(218, 218, 218, 0.4);
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.volume-slider {
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
    background: #ffffff;
}

.volume-slider .volume-content {
    position: relative;
    padding-bottom: 100px;
}

.volume-slider .volume-content.home-content {
    margin-bottom: 100px;
    padding-bottom: 0;
}

.volume-slider .volume-content .home-banner {
    margin-bottom: 0;
    height: 110vh !important;
    position: relative;
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/banner.png) !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.volume-slider .volume-content .home-banner img {
    width: 100%;
    height: 110vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.volume-slider .volume-content .home-banner .welcome-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    top: 50%;
}

.volume-slider .volume-content .home-banner .welcome-block h1 {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 66px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 576px) {
    .volume-slider .volume-content .home-banner .welcome-block h1 {
        font-size: 42px;
        line-height: 44px;
        letter-spacing: -0.42px;
    }
}

.volume-slider .volume-content .home-banner .welcome-block p {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px;
    color: #ffffff;
}

.volume-slider .volume-content .home-banner .welcome-block a {
    background: #2c6ef2;
    outline: 0;
    padding: 12px 30px;
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

.volume-slider .volume-content .home-banner .welcome-block a:hover {
    text-decoration: none;
}

.volume-slider .volume-content .volume-banner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 100%; */
    height: 100vh;
}

.volume-slider .volume-content .volume-banner.dark-green {
    background: #007934;
    height: 100vh;
}

@media (max-width: 768px) {
    .volume-slider .volume-content .volume-banner.dark-green {
        height: 600px;
    }
}

.volume-slider .volume-content .volume-banner.dark-green .author-name {
    font-family: "Noto Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 30px;
    color: #ffffff;
}

.volume-slider .volume-content .volume-banner.dark-green .read-time {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 90px;
    color: #ffffff;
}

.volume-slider .volume-content .volume-banner.dark-green .hero-outer-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.volume-slider .volume-content .volume-banner.dark-green .hero-outer-images img {
    margin-top: 60vh;
    width: 90%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .volume-slider .volume-content .volume-banner.dark-green .hero-outer-images img {
        margin-top: 70vh;
    }
}

@media (max-width: 1400px) {
    .volume-slider .volume-content .volume-banner.dark-green .hero-outer-images img {
        margin-top: 75vh;
    }
}

@media (max-width: 1024px) {
    .volume-slider .volume-content .volume-banner.dark-green .hero-outer-images img {
        margin-top: 90vh;
    }
}

@media (max-width: 768px) {
    .volume-slider .volume-content .volume-banner.dark-green .hero-outer-images img {
        width: 100%;
        margin: 0 auto;
        height: 400px;
        display: block;
        margin-top: 600px;
    }
}

@media (max-width: 576px) {
    .volume-slider .volume-content .volume-banner.dark-green .hero-outer-images img {
        height: 375px;
    }
}

.volume-slider .volume-content .volume-banner .volume-banner-content {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 10%;
}

@media (max-width: 768px) {
    .volume-slider .volume-content .volume-banner .volume-banner-content {
        width: 95%;
        top: 30%;
        left: 2%;
    }
}

@media (max-width: 576px) {
    .volume-slider .volume-content .volume-banner .volume-banner-content {
        width: 94%;
        top: 30%;
        left: 3%;
    }
}

.volume-slider .volume-content .volume-banner .volume-banner-content .volume-mini-title {
    font-family: "MMC Display Condensed";
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}

.volume-slider .volume-content .volume-banner .volume-banner-content .volume-title {
    font-family: "MMC Display Condensed";
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}

@media (max-width: 576px) {
    .volume-slider .volume-content .volume-banner .volume-banner-content .volume-title {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.3px;
    }
}

.volume-slider .volume-content .volume-banner .volume-banner-content .author-name {
    font-family: "Noto Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 30px;
}

.volume-slider .volume-content .volume-banner .volume-banner-content .read-time {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.volume-slider .volume-content .volume-banner picture {
    width: 100%;
    height: 110vh;
}

.volume-slider .volume-content .volume-banner picture img {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.volume-slider .volume-content .volume-banner video {
    width: 100%;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .volume-slider .volume-content .volume-banner video {
        width: 100vw;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.volume-slider .volume-content .home-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.volume-slider .volume-content .home-banner picture {
    width: 100%;
    height: 100%;
    margin: 0;
}

.volume-slider .volume-content .home-banner picture img {
    width: inherit;
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain;
}

.volume-slider .volume-content .white-container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    z-index: 1;
    -webkit-transform: translateZ(0);
}

.volume-slider .volume-content .white-container.top-container {
    margin-top: -230px;
}

@media (max-width: 1400px) {
    .volume-slider .volume-content .white-container.top-container {
        margin-top: -300px;
    }
}

.volume-slider .volume-content .white-container.after-hero {
    margin-top: 380px;
}

.volume-slider .volume-content .white-container .social-bar {
    position: absolute;
    left: -120px;
    top: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.volume-slider .volume-content .white-container .social-bar ul {
    margin-bottom: 0;
}

.volume-slider .volume-content .white-container .social-bar ul li {
    list-style-type: none;
    padding: 5px 0;
    position: relative;
}

.volume-slider .volume-content .white-container .social-bar ul li a {
    display: block;
    cursor: pointer;
    outline: 0;
    background: #000000;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.volume-slider .volume-content .white-container .social-bar ul li a:hover {
    background: #2c6ef2;
}

.volume-slider .volume-content .white-container .social-bar ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.volume-slider .volume-content .white-container .social-bar ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.volume-slider .volume-content .white-container .social-bar ul li .copy-notification {
    width: 80px;
    top: 7px;
    left: 45px;
    text-align: center;
    position: absolute;
    background: #ffffff;
    color: #000000;
    border: solid 1px #dadada;
    font-family: "Noto Sans";
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 10px;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    display: none;
    z-index: 10;
}

@media (max-width: 768px) {
    .volume-slider .volume-content .white-container .social-bar ul li .copy-notification {
        top: 42px;
        left: -18px;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@media (max-width: 768px) {
    .volume-slider .volume-content .white-container .social-bar {
        position: relative;
        left: unset;
        top: unset;
    }
    .volume-slider .volume-content .white-container .social-bar ul {
        margin-left: -40px;
        margin-top: 30px;
    }
    .volume-slider .volume-content .white-container .social-bar ul li {
        display: inline-block;
        padding: 0 5px;
    }
    .volume-slider .volume-content .white-container .social-bar ul li .copy-notification {
        right: 35%;
        margin-top: -3px;
    }
}

.volume-slider .volume-content .white-container .more-padding {
    padding: 50px 100px;
    background: #ffffff;
    width: 82%;
    margin: 0 auto;
    position: relative;
}

.volume-slider .volume-content .white-container .more-padding.no-top-padding {
    padding-top: 0;
}

.volume-slider .volume-content .white-container .more-padding.no-bottom-padding {
    padding-bottom: 0;
}

.volume-slider .volume-content .white-container .more-padding .square-dot {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.volume-slider .volume-content .white-container .more-padding .square-dot.dark-green {
    background: #007934;
}

.volume-slider .volume-content .white-container .more-padding .square-dot.green {
    background: #86c300;
}

.volume-slider .volume-content .white-container .more-padding .square-dot.light-green {
    background: #3dad2c;
}

.volume-slider .volume-content .white-container .more-padding .square-dot.navy {
    background: #002c77;
}

.volume-slider .volume-content .white-container .more-padding .square-dot.blue {
    background: #009de0;
}

.volume-slider .volume-content .white-container .more-padding .square-dot.light-blue {
    background-color: #76d3ff;
}

.volume-slider .volume-content .white-container .more-padding .page-number {
    font-family: "Noto Sans";
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .volume-slider .volume-content .white-container .more-padding .page-number {
        display: none !important;
    }
}

.volume-slider .volume-content .white-container .volume-mini-title {
    font-family: "MMC Display Condensed";
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.volume-slider .volume-content .white-container .volume-title {
    font-family: "MMC Display Condensed";
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .volume-slider .volume-content .white-container .volume-title {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.3px;
    }
}

.volume-slider .volume-content .white-container .author-name {
    font-family: "Noto Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 30px;
}

.volume-slider .volume-content .white-container .author-name-link {
    text-decoration: underline;
    color: #000000;
}

.volume-slider .volume-content .white-container .author-name-link:hover {
    color: #2c6ef2;
}

.volume-slider .volume-content .white-container .read-time {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 90px;
}

@media (max-width: 768px) {
    .volume-slider .volume-content .white-container .read-time {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 768px) {
    .volume-slider .volume-content .white-container {
        width: 100%;
    }
    .volume-slider .volume-content .white-container.top-container {
        margin-top: 0;
    }
    .volume-slider .volume-content .white-container .more-padding {
        padding: 40px 20px;
        width: auto;
    }
}

@media (max-width: 768px) and (max-width: 576px) {
    .volume-slider .volume-content .white-container .more-padding {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .volume-slider {
        width: 100%;
        margin-top: 0;
    }
    .volume-slider .volume-content .volume-banner {
        height: 600px;
    }
}

/* EDITIONS */
.editions-section {
    width: 100%;
    margin: 0 auto;
}

.editions-section .editions-menu {
    height: 60px;
    border-bottom: solid 1px #e3e3e3;
    position: -webkit-sticky;
    position: sticky;
}

.editions-section .editions-menu ul {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: -30px;
}

.editions-section .editions-menu ul li {
    display: inline-block;
    list-style: none;
}

.editions-section .editions-menu ul li a {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    outline: none;
    border-bottom: solid 3px transparent;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.16px;
    color: #dadada;
}

.editions-section .editions-menu ul li a.active {
    color: #000000;
}

.editions-section .editions-menu ul li a:hover {
    text-decoration: none;
}

.editions-section .editions-menu ul li a.active {
    border-bottom: solid 3px #000000;
}

.editions-section .editions-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.editions-section .editions-content a {
    width: calc(25% - 1.9999999999px);
    height: 360px;
    display: -ms-grid;
    display: grid;
    outline: 0;
    border: solid 1px #f0f0f0;
    cursor: pointer;
    text-decoration: none;
}

.editions-section .editions-content a .blocks {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
}

.editions-section .editions-content a .blocks .color-block {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.editions-section .editions-content a .blocks .edition-number {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    z-index: 1;
}

.editions-section .editions-content a .blocks .edition-number span {
    color: #dadada;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.editions-section .editions-content a .blocks.grid-green .color-block {
    background: #3dad2c;
}

.editions-section .editions-content a .blocks.grid-green .block-grid {
    background: #3dad2c;
}

.editions-section .editions-content a .blocks.grid-light-green .color-block {
    background: #86c300;
}

.editions-section .editions-content a .blocks.grid-light-green .block-grid {
    background: #86c300;
}

.editions-section .editions-content a .blocks.grid-blue .color-block {
    background: #009de0;
}

.editions-section .editions-content a .blocks.grid-blue .block-grid {
    background: #009de0;
}

.editions-section .editions-content a .blocks.grid-dark-green .color-block {
    background: #007934;
}

.editions-section .editions-content a .blocks.grid-dark-green .block-grid {
    background: #007934;
}

.editions-section .editions-content a .blocks.grid-navy .color-block {
    background: #002c77;
}

.editions-section .editions-content a .blocks.grid-navy .block-grid {
    background: #002c77;
}

.editions-section .editions-content a .blocks.grid-light-blue .color-block {
    background: #76d3ff;
}

.editions-section .editions-content a .blocks.grid-light-blue .block-grid {
    background: #76d3ff;
}

.editions-section .editions-content a .blocks .block-grid {
    position: absolute;
    width: 0%;
    right: 0;
    top: 0;
    height: 0%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.editions-section .editions-content a .blocks .block-image {
    position: absolute;
    bottom: -100px;
    right: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    z-index: 1;
}

.editions-section .editions-content a .blocks .block-content {
    position: relative;
    z-index: 1;
}

.editions-section .editions-content a .blocks .block-content .title {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
}

.editions-section .editions-content a .blocks .block-content .title p {
    margin: 0;
    font-family: "MMC Display Condensed", sans-serif;
    text-align: left;
    color: #000000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.editions-section .editions-content a .blocks .block-content .title .mini-title {
    font-size: 12px;
    font-weight: 400;
}

.editions-section .editions-content a .blocks .block-content .title .block-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
}

.editions-section .editions-content a .blocks:hover .block-grid {
    width: 100%;
    height: 100%;
}

.editions-section .editions-content a .blocks:hover .block-image {
    bottom: -50px;
    opacity: 1;
}

.editions-section .editions-content a .blocks:hover .edition-number span {
    color: #ffffff;
}

.editions-section .editions-content a .blocks:hover .block-content .title p {
    color: #ffffff;
}

.editions-section .editions-content a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .editions-section .editions-content a {
        width: calc(50% - 1.9999999999px);
        height: 350px;
    }
}

@media (max-width: 576px) {
    .editions-section .editions-content a {
        width: 100%;
    }
}

.editions-section .editions-content a.active .block-grid {
    width: 100%;
    height: 100%;
}

.editions-section .editions-content a.active .block-image {
    bottom: -50px;
    opacity: 1;
}

.editions-section .editions-content a.active .edition-number span {
    color: #ffffff;
}

.editions-section .editions-content a.active .block-content .title p {
    color: #ffffff;
}

footer {
    position: relative;
    bottom: 60px;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 180px;
    background: #000;
}

footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
}

footer .footer-content .footer-left .footer-logo a img {
    height: 22px;
}

footer .footer-content .footer-left .footer-logo .footer-fmi-logo img {
    height: 40px !important;
}

footer .footer-content .footer-left .footer-text p {
    margin: 0;
    color: #ffffff;
    padding-top: 40px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

footer .footer-content .footer-right .social-icons ul {
    text-align: right;
}

footer .footer-content .footer-right .social-icons ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 10px;
}

footer .footer-content .footer-right .social-icons ul li a {
    display: block;
    cursor: pointer;
    outline: 0;
    background: #ffffff;
    color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer .footer-content .footer-right .social-icons ul li a:hover {
    background: #2c6ef2;
}

footer .footer-content .footer-right .social-icons ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

footer .footer-content .footer-right .social-icons ul li .copy-notification {
    position: absolute;
    background: #ffffff;
    color: #000000;
    font-family: "Noto Sans";
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 10px;
    right: 7%;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    display: none;
}

@media (max-width: 768px) {
    footer .footer-content .footer-right .social-icons ul li .copy-notification {
        right: 29%;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

footer .footer-content .footer-right .footer-links {
    padding-top: 13px;
    position: relative;
}

footer .footer-content .footer-right .footer-links ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 30px;
}

footer .footer-content .footer-right .footer-links ul li a {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
    color: #ffffff;
    outline: 0;
}

footer .footer-content .footer-right .footer-links ul li a:hover {
    color: #2c6ef2;
    text-decoration: none;
}

footer .footer-content .footer-right .footer-links .footer-text-mobile {
    display: none;
}

footer .footer-content .footer-right .footer-links .footer-text-mobile p {
    margin: 0;
    color: #ffffff;
    padding: 20px 0;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    letter-spacing: -0.14px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    footer {
        height: 100%;
    }
    footer .footer-content {
        display: block;
        width: 100%;
    }
    footer .footer-content .footer-left .footer-logo {
        text-align: center;
    }
    footer .footer-content .footer-left .footer-logo a {
        display: inline-block;
        margin: 0 auto;
    }
    footer .footer-content .footer-left .footer-logo a.footer-fmi-logo {
        position: relative;
        top: 5px;
    }
    footer .footer-content .footer-left .footer-logo a img {
        display: block;
        margin: 0 auto;
    }
    footer .footer-content .footer-left .footer-text {
        display: none;
    }
    footer .footer-content .footer-right .social-icons {
        padding-top: 20px;
    }
    footer .footer-content .footer-right .social-icons ul {
        text-align: center;
        width: auto;
        margin-left: -40px;
    }
    footer .footer-content .footer-right .social-icons ul li {
        padding-left: 0;
        padding: 0 5px;
    }
    footer .footer-content .footer-right .footer-links {
        padding-top: 0;
    }
    footer .footer-content .footer-right .footer-links ul {
        text-align: center;
        width: auto;
        margin-left: -40px;
        margin-bottom: 0;
    }
    footer .footer-content .footer-right .footer-links ul li {
        padding-left: 0;
        padding: 0 5px;
    }
    footer .footer-content .footer-right .footer-links ul li a {
        font-size: 11px;
    }
    footer .footer-content .footer-right .footer-links .footer-text-mobile {
        display: block;
    }
}

.content-block.paragraph p {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.content-block.paragraph ul {
    margin-bottom: 20px;
}

.content-block.paragraph ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
}

.content-block.paragraph ul li:before {
    margin-right: 20px;
    content: "\2022";
}

.content-block.heading h3 {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
    margin: 40px 0;
}

@media (max-width: 576px) {
    .content-block.heading h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.24px;
    }
}

.quote-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1250px) {
    .quote-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.quote-block.no-padding {
    margin-top: -50px;
}

.quote-block.single-block {
    display: block;
    margin: 30px 0;
}

.quote-block.single-block .quote {
    width: 100%;
    padding: 0;
    margin: 30px 0;
}

.quote-block.single-block .content {
    width: 100%;
    padding: 0;
}

.quote-block .quote {
    width: 40%;
    max-width: 400px;
    padding: 20px;
}

@media (max-width: 1024px) {
    .quote-block .quote {
        width: 38%;
    }
}

@media (max-width: 768px) {
    .quote-block .quote {
        max-width: 100%;
        padding: 20px 0px;
    }
}

.quote-block .quote .big-quote {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: bold;
    font-size: 120px;
    line-height: 122px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}

.quote-block .quote .quote-content {
    margin-top: -50px;
}

.quote-block .quote .quote-content p {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.26px;
    color: #000000;
}

@media (max-width: 576px) {
    .quote-block .quote .quote-content p {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.22px;
    }
}

.quote-block.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quote-block .content {
    width: 50%;
    padding: 20px;
}

@media (max-width: 1024px) {
    .quote-block .content {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .quote-block .content {
        padding: 20px 0px;
    }
}

@media (max-width: 768px) {
    .quote-block {
        display: block;
        width: 100%;
    }
    .quote-block.no-padding {
        margin-top: unset;
    }
    .quote-block .quote {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .quote-block .content {
       width: calc(100% - 40px);
        margin: 0 auto;
    }
}

.volume-block {
    width: 83%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.volume-block .left-block {
    position: relative;
    width: 400px;
    height: 180px;
    cursor: pointer;
}

.volume-block .left-block.image {
    max-width: 350px;
}

.volume-block .left-block.modal-blue {
    background-color: #d6dde9;
}

.volume-block .left-block.modal-light-blue {
    background-color: #d7effc;
}

.volume-block .left-block .read-more {
    position: absolute;
    bottom: 15px;
    right: 40px;
}

.volume-block .left-block .read-more p {
    font-family: "Noto Sans";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
    color: #002c77;
}

.volume-block .left-block .left-block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 280px;
}

@media (max-width: 768px) {
    .volume-block .left-block .left-block-content {
        width: 100%;
        padding: 0 30px;
    }
}

.volume-block .left-block .left-block-content .left-block-heading {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    color: #002c77;
}

.volume-block .left-block .left-block-content .left-block-title {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    color: #002c77;
}

.volume-block .left-block .color-block-modal {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.volume-block .left-block .color-block-modal.navy {
    background: #002c77;
}

.volume-block .left-block:hover .color-block-modal {
    width: 100%;
    height: 100%;
}

.volume-block .left-block:hover .left-block-heading {
    color: #ffffff;
}

.volume-block .left-block:hover .left-block-title {
    color: #ffffff;
}

.volume-block .left-block:hover .read-more p {
    color: #ffffff;
}

.volume-block .right-block {
    width: 70%;
}

.volume-block .right-block .right-block-content {
    padding-left: 50px;
}

@media (max-width: 768px) {
    .volume-block {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .volume-block .left-block {
        width: 400px;
        margin: 0 40px;
    }
    .volume-block .right-block {
        width: 90%;
        margin: 0 auto;
    }
    .volume-block .right-block .right-block-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .volume-block .left-block {
        width: 90%;
        margin: 0 20px;
    }
}

.modal-pop-up {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.modal-pop-up .quote-block .quote {
    min-width: 100% !important;
}

.modal-pop-up .black-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.modal-pop-up .pop-up-content {
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.modal-pop-up .pop-up-content.modal-blue {
    background-color: #d6dde9;
}

.modal-pop-up .pop-up-content.modal-light-blue {
    background-color: #d7effc;
}

.modal-pop-up .pop-up-content .close-btn {
    position: fixed;
    top: 20px;
    right: 40px;
    cursor: pointer;
}

.modal-pop-up .pop-up-content .content {
    padding: 50px;
}

.modal-pop-up .pop-up-content .content .popup-mini-title {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #002c77;
}

.modal-pop-up .pop-up-content .content .popup-title {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #002c77;
}

.modal-pop-up .pop-up-content .content .popup-subtitle {
    font-family: "Noto Sans";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
    color: #002c77;
}

.modal-pop-up .pop-up-content .content .paragraph {
    color: #002c77;
}

.modal-pop-up .pop-up-content .content .heading {
    color: #002c77;
}

.modal-pop-up.active {
    z-index: 10000;
}

.modal-pop-up.active .black-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.modal-pop-up.active .pop-up-content {
    width: 50%;
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .modal-pop-up.active .pop-up-content {
        width: 100%;
    }
    .modal-pop-up.active .pop-up-content .content {
        width: 100%;
        margin: 0 auto;
        padding: 30px;
    }
}

.modal-quote .big-quote {
    color: #002c77 !important;
}

.modal-quote .quote-content p {
    color: #002c77 !important;
}

.center-image-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .center-image-block {
        width: calc(100% - 40px);
        margin: 0 auto;
        height: 250px;
    }
}

.outer-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.outer-images.position-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.outer-images.position-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.outer-images.margin-top {
    margin-top: -250px;
    z-index: 1;
    position: relative;
}

@media (max-width: 1400px) {
    .outer-images.margin-top {
        margin-top: -300px !important;
    }
}

.outer-images img {
    width: 90%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.outer-images.banner-container {
    margin-top: -350px;
    position: relative;
    z-index: 1;
}

.outer-images.banner-container img {
    width: 90%;
}

@media (max-width: 768px) {
    .outer-images {
        display: block;
        width: 100%;
    }
    .outer-images img {
        margin: 0 auto;
        height: 250px;
    }
}

.bullets {
    padding-left: 0;
    margin-left: 25px;
}

.bullets li::before {
    margin-left: -25px;
}

ul {
    list-style-position: outside;
}

.hide-text {
    display: none;
    position: absolute;
}

.exhibit {
    margin: 40px 0 40px 0;
}

.exhibit iframe {
    margin-top: 20px;
}

.exhibit .sub-title {
    font-size: 16px;
    line-height: 22px;
}

.exhibit img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .exhibit .exhibit-img-desktop {
        display: none;
    }
}

.exhibit .exhibit-img-desktop .paragraph p {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.18px;
}

.exhibit .exhibit-img-mobile {
    display: none;
}

@media (max-width: 576px) {
    .exhibit .exhibit-img-mobile {
        display: inline-block;
    }
}

.exhibit .exhibit-img-mobile .paragraph p {
    font-size: 16px;
    line-height: 22px;
}

.exhibit .exhibit-img-mobile-small {
    font-family: "Noto Sans";
    max-width: 270px;
    margin-bottom: 40px;
}

.color-1 {
    color: #253572;
}

.color-2 {
    color: #009de0;
}

.color-3 {
    color: #007934;
}

.color-4 {
    color: #3dad2c;
}

.color-5 {
    color: #86c300;
}

.exhibit-source {
    font-family: "Noto Sans";
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}

.pg2-exhibit1,
.pg11-exhibit1 {
    max-width: 600px;
}

.home-content {
    height: 100vh !important;
}

.people {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 576px) {
    .people {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        margin-left: 20px;
    }
}

.people .person-div {
    margin-bottom: 30px;
    margin-right: 100px;
    position: relative;
}

@media (max-width: 1024px) {
    .people .person-div {
        margin-right: 35px;
    }
}

.people .person-div img {
    margin-bottom: 20px;
    width: 230px;
}

.people .person-div h4 {
    font-family: "MMC Display Condensed";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.people .person-div h4.green {
    color: #3dad2c;
}

.people .person-div h4.blue {
    color: #009de0;
}

.people .person-div .color-block {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.people .person-div .color-block.green-bg {
    background-color: #3dad2c;
}

.people .person-div .color-block.blue-bg {
    background-color: #009de0;
}

/* PODCAST */
.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-top-margin h3 {
    margin-top: 0 !important;
}

.podcast-container {
    position: relative;
    width: 100%;
    padding: 30px 0px;
}

@media (max-width: 768px) {
    .podcast-container {
        padding: 10px 0 50px 0;
    }
}

/* podcast player */
/* Player */
#timeleft,
#timeleft1,
#timeleft2,
#timeleft3,
#timeleft4,
#timeleft5,
#timeleft6,
#timeleft7,
#timeleft8,
#timeleft9,
#timeleft10,
#timeleft11,
#timeleft12,
#timeleft13,
#timeleftwelcome,
#timeleftprologue,
#timeleftconclusion {
    font-family: "Noto Sans";
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #999 !important;
    padding-left: 20px !important;
    -webkit-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    opacity: 1 !important;
    z-index: 2 !important;
}

.podcast-player {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.podcast-player .podcast-white-text {
    color: #ffffff !important;
}

.podcast-player .progress-bar-style {
    background: transparent !important;
    width: 300px;
    height: 8px;
    position: relative;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 20px;
    font-family: "Noto Sans";
    z-index: 2 !important;
}

.podcast-player .progress-bar-style .progress-style {
    width: 0px;
    height: 8px;
    background: #2c6ef2 !important;
    -webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;
    border-radius: 10px;
    display: block;
    position: relative;
    left: 0.5px;
    z-index: 2 !important;
}

.podcast-player .progress-bar-style .progress-text-style {
    position: absolute;
    display: block;
    margin-top: -30px;
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 600;
    z-index: 2 !important;
}

.podcast-player .timeleft-style {
    font-family: "Noto Sans";
    font-size: 14px !important;
    margin-top: 15px;
    padding-left: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    z-index: 2 !important;
}

.podcast-player .timeleft-style.fade-in-now {
    opacity: 1;
    z-index: 2 !important;
}

.podcast-player .togglePlay-style {
    font: 0/0 a;
    background: #2c6ef2;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid #2c6ef2;
    padding: 18px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: -webkit-transform 150ms ease-out;
    transition: -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out;
    transition:
        transform 150ms ease-out,
        -webkit-transform 150ms ease-out;
    z-index: 2 !important;
}

.podcast-player .togglePlay-style:after {
    content: "";
    display: block;
    background: url("/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/icons/icon-play.png")
        no-repeat center;
    width: 27px;
    height: 22px;
    background-size: contain;
    position: absolute;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 2 !important;
}

.podcast-player .togglePlay-style.active:after {
    content: "";
    display: block;
    background: url("/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/icons/pause-white.png")
        no-repeat center;
    width: 27px;
    height: 22px;
    background-size: contain;
    position: absolute;
    margin-left: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2 !important;
}

.podcast-player .togglePlay-style.active:focus {
    border: 1px solid #2c6ef2;
}

.trigger-bar {
    display: none;
}

.trigger-bar.show-this {
    display: block;
}

.time-info {
    color: #999;
    margin-top: -3px;
}

.time-info.hide-this {
    display: none;
}

.white-bar {
    background: none !important;
}

.white-bar.show-bar {
    background: #f0f0f0 !important;
}

/* read more */
.moreBtn {
    height: 45px;
    border: none;
    background-color: #2c6ef2;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px 12px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: noto-sans, sans-serif;
    font-weight: 400 !important;
    color: #ffffff;
}

#more1 {
    display: none;
}

.moreBtn:focus {
    outline: 0;
}

/* Media query  */
@media only screen and (max-width: 600px) {
    .second-video {
        margin-top: 30px !important;
    }
}

/*Media query - general*/
@media only screen and (max-width: 600px) {
    .podcast-player .progress-bar-style {
        background: none !important;
    }
    .white-bar.show-bar {
        background: #f0f0f0 !important;
    }
}

@media only screen and (max-width: 576px) {
    .podcast-player .progress-bar-style {
        width: 100% !important;
        z-index: 2 !important;
    }
    .podcast-player .timeleft-style {
        display: block;
        position: absolute !important;
        margin-left: 66px !important;
        padding-left: 0;
        z-index: 2 !important;
        margin-top: 70px;
    }
    #timeleft,
    #timeleft1,
    #timeleft2,
    #timeleft3,
    #timeleft4,
    #timeleft5,
    #timeleft6,
    #timeleft7,
    #timeleft8,
    #timeleft9,
    #timeleft10,
    #timeleft11,
    #timeleft12,
    #timeleft13,
    #timeleftwelcome,
    #timeleftprologue,
    #timeleftconclusion {
        padding-top: 65px !important;
        margin-top: 0 !important;
        padding-left: 5px !important;
    }
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .podcast-player .togglePlay-style {
        font: 0/0 a;
        background: #2c6ef2;
        color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid #2c6ef2;
        padding-bottom: 20px !important;
        padding-top: 0px !important;
        padding-right: 30px !important;
        padding-left: 0px !important;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: -webkit-transform 150ms ease-out;
        transition: -webkit-transform 150ms ease-out;
        transition: transform 150ms ease-out;
        transition:
            transform 150ms ease-out,
            -webkit-transform 150ms ease-out;
        z-index: 2 !important;
    }
}

.block-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .block-numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .block-numbers.right-number {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}

.block-numbers .number {
    font-family: "MMC Display Condensed";
    font-size: 72px;
    line-height: 74px;
    letter-spacing: -0.72;
    font-weight: 700;
}

.block-numbers .number.left {
    margin-right: 30px;
}

.block-numbers .number.right {
    margin-left: 30px;
}

@media (max-width: 768px) {
    .block-numbers .number.right {
        margin-left: 0px;
    }
}

.right-image {
    width: 34%;
    padding: 20px;
}

@media (max-width: 1024px) {
    .right-image {
        width: 38%;
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    .right-image {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .right-image {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.right-image img {
    max-width: 300px;
}

.italic {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
    font-style: italic;
}

@media (max-width: 576px) {
    .banner-desktop {
        display: none;
    }
}

.banner-mobile {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 576px) {
    .banner-mobile {
        display: inline-block;
    }
}

.banner-mobile.safari-alt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 105%;
}

.banner-safari {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-safari.safari-alt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 105%;
}

.banner-prologue {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-prologue-banner.png) !important;
}

.banner-prologue-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-prologue-banner.png) !important;
}

.banner-p1 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg1-banner.png) !important;
}

.banner-p1-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg1-banner.png) !important;
}

.banner-p2 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg2-banner.png) !important;
}

.banner-p2-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg2-banner.png) !important;
}

.banner-p3 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg3-banner.png) !important;
}

.banner-p3-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg3-banner.png) !important;
}

.banner-p4 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg4-banner.png) !important;
}

.banner-p4-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg4-banner.png) !important;
}

.banner-p5 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg5-banner.png) !important;
}

.banner-p5-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg5-banner.png) !important;
}

.banner-p6 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg6-banner.png) !important;
}

.banner-p6-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg6-banner.png) !important;
}

.banner-p7 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg7-banner.png) !important;
}

.banner-p7-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg7-banner.png) !important;
}

.banner-p8 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg8-banner.png) !important;
}

.banner-p8-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg8-banner.png) !important;
}

.banner-p9 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg9-banner.png) !important;
}

.banner-p9-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg9-banner.png) !important;
}

.banner-p10 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg10-banner.png) !important;
}

.banner-p10-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg10-banner.png) !important;
}

.banner-p11 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg11-banner.png) !important;
}

.banner-p11-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg11-banner.png) !important;
}

.banner-p12 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg12-banner.png) !important;
}

.banner-p12-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg12-banner.png) !important;
}

.banner-p13 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/vol7-pg13-banner.png) !important;
}

.banner-p13-safari {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/templates/boardroom/2022/assets/banners/safari/vol7-pg13-banner.png) !important;
}

.no-white-space {
    white-space: nowrap;
}

.img-extra-title {
    font-family: "MMC Display Condensed";
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #009de0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.img-extra-subtitle {
    font-family: "Noto Sans";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.img-extra-text {
    font-family: "Noto Sans";
    font-size: 16px;
    line-height: 22px;
}

.bg-dark-green {
    background-color: #007934 !important;
}

.white-font {
    color: #ffffff !important;
}

#consent_blackbar {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
}

#truste-consent-track {
    min-height: 60px !important;
}

.new {
    margin: 0 !important;
    height: 0 !important;
}
/*# sourceMappingURL=custom.css.map */
