.davos-climate-callout {
    margin: -.5px 0
}

.davos-climate-callout-wrapper {
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-wrapper.type-background {
        min-height: 640px
    }
}

.davos-climate-callout-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-wrapper.type-background .davos-climate-callout-inner {
        min-height: 640px
    }
}

.davos-climate-callout-content {
    padding: 20px 14px
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px 14px;
        height: 100%;
        min-height: 640px
    }
}

.davos-climate-callout-wrapper.type-background .davos-climate-callout-bkg {
    display: block;
    padding-top: 56.25%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-wrapper.type-background .davos-climate-callout-bkg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        height: auto
    }

    .davos-climate-callout-wrapper.header-fade .davos-climate-callout-bkg::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: linear-gradient(90deg, rgba(0, 0, 0, .75) 50%, rgba(0, 0, 0, .4) 66.6%, rgba(0, 0, 0, 0) 100%);
        z-index: 4
    }

    .davos-climate-callout-wrapper.bkg-white.header-fade .davos-climate-callout-bkg::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: linear-gradient(90deg, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .4) 66.6%, rgba(255, 255, 255, 0) 100%);
        z-index: 4
    }
}

.davos-climate-callout-text {
    padding: 20px 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-text {
        order: 1;
        width: 50%;
        padding: 20px 20px 20px 0;
        margin-top: 0
    }

    .davos-climate-callout-wrapper.thirds .davos-climate-callout-text {
        width: 66.666%
    }

    .davos-climate-callout-wrapper.image-first .davos-climate-callout-text {
        order: 2;
        padding: 20px 0 20px 20px
    }
}

.davos-climate-callout-image {
    padding: 20px 0;
    text-align: center;
    display: block;
    opacity: 0;
    transform: translateY(200px);
    transition: opacity .5s linear, transform .5s linear
}

.davos-climate-callout-image.active {
    opacity: 1;
    transform: translateY(0)
}

.davos-climate-callout-wrapper.type-background .davos-climate-callout-image {
    display: none
}

.davos-climate-callout-image img {
    max-width: 320px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-image {
        order: 2;
        width: 50%;
        padding: 20px 0 20px 20px;
        position: relative;
        max-height: unset
    }

    .davos-climate-callout-image img {
        max-width: 500px;
        width: 100%
    }

    .davos-climate-callout-wrapper.thirds .davos-climate-callout-image {
        width: 33.333%
    }

    .davos-climate-callout-wrapper.image-first .davos-climate-callout-image {
        order: 1;
        padding: 20px 20px 20px 0
    }
}

.davos-climate-callout h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 0
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-wrapper.type-background h2 {
        text-shadow: 0 0 10px rgba(0, 0, 0, .25)
    }

    .davos-climate-callout-wrapper.bkg-white.type-background h2 {
        text-shadow: none
    }
}

@media only screen and (min-width:1024px) {
    .davos-climate-callout h2 {
        font-size: 32px;
        line-height: 1.25em
    }
}

.davos-climate-callout h2.block {
    margin: 10px 0 30px 0;
    line-height: 1em
}

@media only screen and (min-width:768px) {

    .davos-climate-callout-wrapper.bkg-white.type-background h2.block,
    .davos-climate-callout-wrapper.type-background h2.block {
        text-shadow: none
    }
}

.davos-climate-callout h2.block span {
    display: table;
    padding: .15em .45em;
    line-height: 1.25em;
    background-color: #86BC25
}

.davos-climate-callout h2.block span:nth-child(1) {
    margin-left: .44em
}

.davos-climate-callout h2.block span:nth-child(2) {
    margin-left: 1.76em;
    background-color: #26890D
}

.davos-climate-callout h2.block span:nth-child(3) {
    margin-left: .88em
}

.davos-climate-callout h2.block.white span {
    color: #fff
}

.davos-climate-callout h2.block.black span {
    color: #000
}

.davos-climate-callout h2.accessible-green span {
    background-color: #26890D;
    box-shadow: .44em 0 0 #26890D, -.44em 0 0 #26890D
}

.davos-climate-callout h2.accessible-teal span {
    background-color: #0D8390;
    box-shadow: .44em 0 0 #0D8390, -.44em 0 0 #0D8390
}

.davos-climate-callout h2.accessible-blue span {
    background-color: #007CB0;
    box-shadow: .44em 0 0 #007CB0, -.44em 0 0 #007CB0
}

.davos-climate-callout h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 1em 0
}

@media only screen and (min-width:1024px) {
    .davos-climate-callout h3 {
        font-size: 24px;
        line-height: 1.25em
    }
}

.davos-climate-callout-text p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0
}

@media only screen and (min-width:768px) {

    .davos-climate-callout-wrapper.type-background .davos-climate-callout h3,
    .davos-climate-callout-wrapper.type-background .davos-climate-callout-text p {
        text-shadow: 0 0 10px rgba(0, 0, 0, .25)
    }

    .davos-climate-callout-wrapper.bkg-white.type-background .davos-climate-callout h3,
    .davos-climate-callout-wrapper.bkg-white.type-background .davos-climate-callout-text p {
        text-shadow: none
    }
}

.davos-climate-callout-text a.callout-link {
    border: solid 2px #26890D;
    border-radius: 3px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    margin: 20px auto;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    position: relative;
    min-width: 200px;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear
}

.davos-climate-callout-text a.callout-link span {
    flex: 0 1 auto;
    padding-right: 20px;
    align-self: center
}

.davos-climate-callout-text a.callout-link img {
    flex: 1 0 40px;
    max-width: 40px
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-text a.callout-link img {
        flex: 1 0 60px;
        width: 100%;
        max-width: 60px;
        align-self: center
    }
}

.davos-climate-callout-text a.callout-link:hover {
    background-color: #26890D;
    color: #fff
}

.davos-climate-callout-wrapper.full .davos-climate-callout-content {
    justify-content: center;
    width: 100%;
    flex-direction: column
}

.davos-climate-callout-wrapper.type-video .davos-climate-callout-text-inner {
    background: #000;
    padding: 0
}

.davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 50%;
    height: auto;
    display: block;
    right: 0;
    top: 0;
    left: 0;
    position: absolute
}

.davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .4) 33.333%, rgba(0, 0, 0, 0) 100%);
    z-index: 4
}

.davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg .type-video-js.vjs-fluid,
.davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg video-js {
    display: none
}

.davos-climate-callout-wrapper.type-video .davos-climate-callout-inner {
    padding-top: 33.333%
}

@media only screen and (min-width:768px) {
    .davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg {
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%
    }

    .davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg .type-video-js.vjs-fluid,
    .davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg video-js {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        padding-top: 0;
        overflow: hidden;
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg video.vjs-tech {
        position: absolute;
        top: 50% !important;
        bottom: 0;
        left: 50% !important;
        right: 0;
        transform: translate(-50%, -50%);
        width: 1920px;
        height: 1080px
    }

    .davos-climate-callout-wrapper.type-video .davos-climate-callout-bkg video .vjs-poster {
        display: none
    }

    .davos-climate-callout-wrapper.type-video .davos-climate-callout-inner {
        padding-top: 0
    }

    .davos-climate-callout-wrapper.type-video .davos-climate-callout-text {
        width: 75%
    }

    .davos-climate-callout-wrapper.type-video .davos-climate-callout-text-inner {
        padding: 20px 40px
    }

    .davos-climate-callout-wrapper.header-fade .davos-climate-callout-bkg::before {
        background: rgba(0, 0, 0, .4)
    }

    .davos-climate-callout-wrapper.full .davos-climate-callout-content {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width:1024px) {
    .davos-climate-callout-wrapper.type-video .davos-climate-callout-text {
        width: 60%
    }
}

#davosClimateLoopCTA .davos-climate-callout-wrapper.type-video .davos-climate-callout-text-inner {
    background: #fff;
    color: #000;
    padding: 20px 40px
}

#davosClimateLoopCTA .text-ctas {
    text-align: center
}

#davosClimateLoopCTA .text-ctas p {
    margin: 1em 0 .5em
}

.davos-climate-video {
    margin: -.5px 0
}

.davos-climate-video-wrapper {
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden
}

.davos-climate-video-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    padding: 40px 14px
}

@media only screen and (min-width:1024px) {
    .davos-climate-video-header {
        width: 66.666%
    }
}

.davos-climate-video-content {
    padding: 20px 0 0
}

@media only screen and (min-width:768px) {
    .davos-climate-video-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        height: 100%
    }

    .davos-climate-video-wrapper.full .davos-climate-video-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 960px;
        margin: 0 auto
    }
}

.davos-climate-video-text {
    padding: 0 0 20px;
    position: relative
}

@media only screen and (min-width:768px) {
    .davos-climate-video-text {
        order: 1;
        width: 33.333%;
        padding: 0 20px 20px 0;
        margin-top: 0
    }

    .davos-climate-video-wrapper.video-first .davos-climate-video-text {
        order: 2;
        padding: 0 0 20px 20px
    }

    .davos-climate-video-wrapper.half .davos-climate-video-text {
        width: 50%
    }

    .davos-climate-video-wrapper.full .davos-climate-video-text {
        width: 100%;
        padding: 0 0 20px 0
    }
}

.davos-climate-video-video {
    padding: 0 0 20px;
    text-align: center;
    display: block
}

.davos-climate-video-video video-js {
    padding-top: 56.25%
}

.davos-climate-video-video .video-js .vjs-dock-text {
    display: none
}

.davos-climate-video-video video {
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .davos-climate-video-video {
        order: 1;
        width: 66.666%;
        padding: 0 0 20px 20px;
        align-self: flex-start;
        position: relative
    }

    .davos-climate-video-wrapper.video-first .davos-climate-video-video {
        order: 2;
        padding: 0 20px 20px 0
    }

    .davos-climate-video-wrapper.half .davos-climate-video-video {
        width: 50%
    }

    .davos-climate-video-wrapper.full .davos-climate-video-video {
        width: 100%;
        padding: 0 0 20px 0
    }
}

.davos-climate-video h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 0
}

@media only screen and (min-width:1024px) {
    .davos-climate-video h2 {
        font-size: 32px;
        line-height: 1.25em
    }
}

.davos-climate-video h2.block {
    margin: 10px 0 30px 0;
    line-height: 1em
}

.davos-climate-video .davos-climate-video-header h2.block {
    margin: 10px 0 10px 0;
    line-height: 1em
}

.davos-climate-video h2.block span {
    display: table;
    padding: .15em .45em;
    line-height: 1.25em;
    background-color: #86BC25
}

.davos-climate-video h2.block span:nth-child(1) {
    margin-left: .44em
}

.davos-climate-video h2.block span:nth-child(2) {
    margin-left: 1.76em;
    background-color: #26890D
}

.davos-climate-video h2.block span:nth-child(3) {
    margin-left: .88em
}

.davos-climate-video h2.block.white span {
    color: #fff
}

.davos-climate-video h2.block.black span {
    color: #000
}

.davos-climate-video h2.accessible-green span {
    background-color: #26890D;
    box-shadow: .44em 0 0 #26890D, -.44em 0 0 #26890D
}

.davos-climate-video h2.accessible-teal span {
    background-color: #0D8390;
    box-shadow: .44em 0 0 #0D8390, -.44em 0 0 #0D8390
}

.davos-climate-video h2.accessible-blue span {
    background-color: #007CB0;
    box-shadow: .44em 0 0 #007CB0, -.44em 0 0 #007CB0
}

.davos-climate-video h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 1em 0
}

@media only screen and (min-width:1024px) {
    .davos-climate-video h3 {
        font-size: 24px;
        line-height: 1.25em
    }
}

.davos-climate-video-text p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0
}

.davos-climate-video-item-wrapper.bkg .davos-climate-video-text p {
    text-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.davos-climate-video-text a.video-cta {
    border: solid 2px #26890D;
    border-radius: 3px;
    padding: 10px 50px 10px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    position: relative;
    min-width: 200px;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear
}

.davos-climate-video-text a.video-cta::after {
    top: 50%;
    right: 20px;
    color: #fff;
    transform: translateY(-50%);
    position: absolute;
    vertical-align: middle;
    font-family: Dcom-EDE !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    content: '\f105'
}

.davos-climate-video-text a.video-cta:hover {
    background-color: #26890D;
    color: #fff
}

.davos-climate-chart {
    margin: -.5px 0
}

.davos-climate-chart-wrapper {
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden
}

.davos-climate-chart-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    padding: 40px 14px
}

@media only screen and (min-width:1024px) {
    .davos-climate-chart-header {
        width: 66.666%
    }
}

.davos-climate-chart-content {
    padding: 20px 0 0
}

@media only screen and (min-width:768px) {
    .davos-climate-chart-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        height: 100%
    }

    .davos-climate-chart-wrapper.full .davos-climate-chart-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 960px;
        margin: 0 auto
    }
}

.davos-climate-chart-text {
    padding: 0 0 20px;
    position: relative;
    max-width: 960px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .davos-climate-chart-wrapper.half .davos-climate-chart-text {
        width: 50%
    }

    .davos-climate-chart-wrapper.full .davos-climate-chart-text {
        width: 100%;
        padding: 0 0 20px 0
    }
}

.davos-climate-chart h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 0
}

@media only screen and (min-width:1024px) {
    .davos-climate-chart h2 {
        font-size: 32px;
        line-height: 1.25em
    }
}

.davos-climate-chart h2.block {
    margin: 10px 0 30px 0;
    line-height: 1em
}

.davos-climate-chart .davos-climate-chart-header h2.block {
    margin: 10px 0 10px 0;
    line-height: 1em
}

.davos-climate-chart h2.block span {
    display: table;
    padding: .15em .45em;
    line-height: 1.25em;
    background-color: #86BC25
}

.davos-climate-chart h2.block span:nth-child(1) {
    margin-left: .44em
}

.davos-climate-chart h2.block span:nth-child(2) {
    margin-left: 1.76em;
    background-color: #26890D
}

.davos-climate-chart h2.block span:nth-child(3) {
    margin-left: .88em
}

.davos-climate-chart h2.block.white span {
    color: #fff
}

.davos-climate-chart h2.block.black span {
    color: #000
}

.davos-climate-chart h2.accessible-green span {
    background-color: #26890D;
    box-shadow: .44em 0 0 #26890D, -.44em 0 0 #26890D
}

.davos-climate-chart h2.accessible-teal span {
    background-color: #0D8390;
    box-shadow: .44em 0 0 #0D8390, -.44em 0 0 #0D8390
}

.davos-climate-chart h2.accessible-blue span {
    background-color: #007CB0;
    box-shadow: .44em 0 0 #007CB0, -.44em 0 0 #007CB0
}

.davos-climate-chart h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 1em 0
}

@media only screen and (min-width:1024px) {
    .davos-climate-chart h3 {
        font-size: 24px;
        line-height: 1.25em
    }
}

.davos-climate-chart h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 0;
    margin: 2em 0 1em 0
}

.davos-climate-chart-text p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0
}

.davos-climate-chart-item-wrapper.bkg .davos-climate-chart-text p {
    text-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.davos-climate-chart-container svg {
    width: 100%;
    height: auto;
    display: block;
    max-width: 960px;
    margin: 20px auto
}

.davos-climate-chart-filter {
    color: #000;
    padding: 20px;
    margin: 0 auto;
    max-width: 500px
}

.davos-climate-chart-filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row
}

.davos-climate-chart-filter li {
    margin: 0;
    padding: 0;
    flex: 1 0 50%
}

.davos-climate-chart-filter a,
.davos-climate-chart-filter a:visited {
    padding: 10px 20px;
    background-color: #fff;
    border: solid 1px #26890D;
    font-weight: 700;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.davos-climate-chart-filter a::after {
    content: ' >'
}

.davos-climate-chart-filter li:nth-child(1) a,
.davos-climate-chart-filter li:nth-child(1) a:visited {
    background-color: #26890D;
    color: #fff
}

.davos-climate-chart-filter li:nth-child(2) a,
.davos-climate-chart-filter li:nth-child(2) a:visited {
    background-color: #86BC25;
    color: #fff
}

.davos-climate-chart-filter li a.active {
    background-color: #fff !important;
    color: #000 !important
}

.davos-climate-chart-filter li a.active::after {
    content: ''
}

@media only screen and (max-width:767px) {
    .davos-climate-chart-filter {
        margin: 0 -14px
    }
}

.davos-climate-chart-percent-wrapper {
    display: block;
    margin: 20px 0;
    overflow: hidden
}

.davos-climate-chart-percent-header {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #86BC25;
    margin: 0 0 10px 0
}

#harderActions .davos-climate-chart-percent-header {
    border-bottom: solid 1px #43B02A
}

.davos-climate-chart-percent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.davos-climate-chart-percent-item {
    flex: 0 1 50%;
    padding: 0 10px 20px 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    transform: translateY(200px);
    opacity: 0;
    transition: opacity .5s linear, transform .5s linear
}

.davos-climate-chart-percent-item.active {
    transform: translateY(0);
    opacity: 1
}

@media only screen and (min-width:768px) {
    .davos-climate-chart-percent-item {
        flex: 0 1 33.333%;
        padding: 0 20px 20px 0
    }
}

@media only screen and (min-width:1024px) {
    .davos-climate-chart-percent-item {
        flex: 0 1 20%
    }
}

@media only screen and (min-width:1200px) {
    .davos-climate-chart-percent-item {
        flex: 0 1 20%
    }
}

.davos-climate-chart-percent-item-value,
.davos-climate-chart-percent-item-value-txt {
    font-size: 36px;
    line-height: 1.5em
}

.davos-climate-chart-percent-item-text {
    color: #86BC25
}

#harderActions .davos-climate-chart-percent-item-text {
    color: #43B02A
}

.davos-climate-icon-flex {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    flex-wrap: nowrap
}

.davos-climate-icon-flex-icon {
    display: block;
    flex: 1 0 80px;
    align-self: center;
    justify-self: center;
    max-width: 80px;
    width: 100%
}

.davos-climate-icon-flex-text {
    display: block;
    flex: 0 1 auto;
    padding: 0;
    align-self: center;
    width: 100%
}

@media only screen and (min-width:768px) {
    .davos-climate-icon-flex {
        flex-direction: row;
        margin: 20px
    }

    .davos-climate-icon-flex-icon {
        flex: 1 0 120px;
        max-width: 120px
    }

    .davos-climate-icon-flex-text {
        padding: 0 40px 0 20px
    }
}

.davos-climate-chart-agree-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.davos-climate-chart-agree-statement {
    padding: 0 0 10px 0
}

.davos-climate-chart-agree-response {
    padding: 0 0 10px 0;
    display: flex
}

.davos-climate-chart-agree-response-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    flex: 1 0 auto;
    align-items: center;
    justify-items: center
}

.davos-climate-chart-percent-item-value-wrapper {
    height: 120px;
    width: 120px;
    display: flex;
    position: relative
}

.davos-climate-chart-percent-item-label {
    color: #86BC25;
    font-size: .75em;
    line-height: 1.2em;
    margin: 10px 0;
    text-align: center
}

.davos-climate-chart-percent-item-value-txt {
    align-self: center;
    justify-content: center;
    display: flex;
    width: 100%
}

.davos-climate-chart-percent-item-value-bkg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.davos-climate-chart-percent-item-value-bkg svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}

@media only screen and (min-width:768px) {
    .davos-climate-chart-agree-wrapper {
        display: flex;
        flex-direction: row;
        margin: 20px 0
    }

    .davos-climate-chart-agree-wrapper:last-child {
        margin: 20px 0 40px
    }

    .davos-climate-chart-agree-statement {
        align-self: center;
        flex: 1 0 50%;
        width: 50%;
        padding: 0 20px 0 0
    }

    .davos-climate-chart-agree-response {
        padding: 0 10px 0;
        align-self: center;
        flex: 1 0 50%;
        width: 50%
    }
}

/* Updates */
#cxoVideoBC {
  display: none;
}

.cxoVideoOneTrust {
    background: #f7f7f6;
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
    display: block;
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback {
    background: #f7f7f6;
    display: flex;
    justify-content: center;
    padding: 24px;
    height: 100%;
  }
  @media (min-width: 768px) { 
      .cxoVideoOneTrust .cmp-video__cookie-fallback {
          padding: 56px 24px;
        }
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-self: flex-start;
    max-width: 545px;
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner p {
    color: #000;
    margin: 0;
    font-size: 0.875em;
    line-height: 1.5em;
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .cmp-text .cmp-text__regular {
    text-align: center;
    margin: 8px 0;
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback__thumbnail {
  
  }
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .thumbnail {
    display: flex;
    flex-direction: revert;
    border: 1px solid #53565a;
    padding: 8px;
    max-width: 310px;
    margin: 24px 0;
    background-color: #fff;
    text-align: left;
  }
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .thumbnail__text {
    flex-grow: 1;
    display: flex;
    margin-left: 12px;
    text-align: left;
    font-size: .875em;
    line-height: 1;
    color: #53565a;
  }
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .thumbnail__text .cmp-text .cmp-text__regular {
    text-align: left;
    margin: 0;
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .button {
    background: transparent;
    margin: 0 0 16px 0;
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .button-container {
    background-color: #1076a8 !important;
    border-color: #1076a8 !important;
    color: #fff !important;
    width: auto;
    border-radius: 6.25em;  
  }
  
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .button-container a,
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .button-container a:hover,
  .cxoVideoOneTrust .cmp-video__cookie-fallback__inner .button-container a:visited {
    font-weight: 600;
    color: #fff;
    padding: .75em 2.5em;
    display: block;
    text-decoration: none;
  }