.dx8-tabs {
    background-color: #dbdbdb;
}
@media screen and (min-width:37.5em) {
    .dx8-tabs {
        height: auto;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
    }
}
.dx8-tabs li a {
    color: #000;
    background: #cecece;
    display: block;
    font-size: 0.929em;
    padding: 11px 20px;
}
.dx8-tabs li a:hover {
    background: #b3b3b3;
}
.dx8-tabs li.is-active a {
    background: #f1f1f1;
    pointer-events: none;
}
@media screen and (max-width:37.5em) {
    .dx8-tabs li {
        display: block;
        margin: 0;
    }
}
@media screen and (min-width:37.5em) {
    .dx8-tabs li {
        display: block;
        float: left;
        vertical-align: bottom;
        margin: 0 1px 0 0;
    }
    [dir="rtl"] .dx8-tabs li {
        margin: 0 0 0 1px;
        float: right;
    }
}
#user-login-form, #user-register-form, #user-pass, #search-form, #search-block-form {
    border: 1px solid #dbdbdb;
    margin-top: -1px;
    margin-bottom: 15px;
    padding: 15px 30px;
}
#user-login-form .form-item, #user-register-form .form-item, #user-pass .form-item, #search-form .form-item, #search-block-form .form-item {
    padding: 15px 0;
}
#user-login-form .form-item .description, #user-register-form .form-item .description, #user-pass .form-item .description, #search-form .form-item .description, #search-block-form .form-item .description {
    margin-top: 10px;
}
#user-login-form .form-actions, #user-register-form .form-actions, #user-pass .form-actions, #search-form .form-actions, #search-block-form .form-actions {
    padding: 15px 0;
}
#user-login-form label, #user-register-form label, #user-pass label, #search-form label, #search-block-form label {
    display: table;
    margin-bottom: 10px;
}
#user-login-form input, #user-login-form select, #user-register-form input, #user-register-form select, #user-pass input, #user-pass select, #search-form input, #search-form select, #search-block-form input, #search-block-form select {
    max-width: 100%;
}
#user-login-form details.form-wrapper, #user-register-form details.form-wrapper, #user-pass details.form-wrapper, #search-form details.form-wrapper, #search-block-form details.form-wrapper {
    border-bottom-width: 0;
    margin: 15px 0;
}
#user-login-form details.form-wrapper .dx8-details-content, #user-register-form details.form-wrapper .dx8-details-content, #user-pass details.form-wrapper .dx8-details-content, #search-form details.form-wrapper .dx8-details-content, #search-block-form details.form-wrapper .dx8-details-content {
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 15px 30px;
}
#user-login-form details.form-wrapper .dx8-details-content fieldset, #user-register-form details.form-wrapper .dx8-details-content fieldset, #user-pass details.form-wrapper .dx8-details-content fieldset, #search-form details.form-wrapper .dx8-details-content fieldset, #search-block-form details.form-wrapper .dx8-details-content fieldset {
    border: 0;
}
#user-login-form details.form-wrapper .dx8-details-content legend, #user-register-form details.form-wrapper .dx8-details-content legend, #user-pass details.form-wrapper .dx8-details-content legend, #search-form details.form-wrapper .dx8-details-content legend, #search-block-form details.form-wrapper .dx8-details-content legend {
    position: relative;
    top: 15px;
    padding: 10px 0;
}
#user-login-form details.form-wrapper .dx8-details-content > fieldset > legend, #user-register-form details.form-wrapper .dx8-details-content > fieldset > legend, #user-pass details.form-wrapper .dx8-details-content > fieldset > legend, #search-form details.form-wrapper .dx8-details-content > fieldset > legend, #search-block-form details.form-wrapper .dx8-details-content > fieldset > legend {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}
#user-login-form details.form-wrapper summary, #user-register-form details.form-wrapper summary, #user-pass details.form-wrapper summary, #search-form details.form-wrapper summary, #search-block-form details.form-wrapper summary {
    padding: 10px;
    background: #dbdbdb;
}
#user-login-form .form-type-checkbox label, #user-register-form .form-type-checkbox label, #user-pass .form-type-checkbox label, #search-form .form-type-checkbox label, #search-block-form .form-type-checkbox label {
    margin-bottom: 0;
}
#user-login-form .form-checkbox, #user-register-form .form-checkbox, #user-pass .form-checkbox, #search-form .form-checkbox, #search-block-form .form-checkbox {
    margin-right: 10px;
    float: left;
}
#edit-help-link {
    display: block;
    margin-top: 10px;
}
.search-block-form {
    padding: 15px 0;
}
.search-block-form h2 {
    margin-bottom: 10px;
}
#search-block-form {
    padding: 0;
    border: 0;
}
#search-block-form:before, #search-block-form:after {
    content: "";
    display: table;
}
#search-block-form:after {
    clear: both;
}
#search-block-form .form-item {
    margin-right: 15px;
}
#search-block-form .form-item, #search-block-form .form-actions {
    float: left;
    padding: 0;
}
#search-block-form input {
    margin: 0;
}
.node-preview-container {
    background-color: #dbdbdb;
}
.node-preview-container .node-preview-backlink {
    display: inline-block;
    line-height: 14px;
    padding: 4px 15px;
    background: #0071b8 linear-gradient(to bottom, #007bc6, #0071b8);
    border: 1px solid #1e5c90;
    border-radius: 20px;
    font: 700 14px Arial;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.node-preview-container .node-preview-backlink:hover, .node-preview-container .node-preview-backlink:focus {
    background: #2369a6 linear-gradient(to bottom, #0c97ed, #1f86c7);
    border-color: #1f86c7;
}
.node-preview-container .node-preview-backlink:hover {
    box-shadow: 0 1px 2px rgba(23, 26, 28, 0.25);
}
.node-preview-container .node-preview-backlink:focus {
    border-color: #1280df;
}
.node-preview-container .node-preview-backlink:active {
    background: #0071b8 linear-gradient(to bottom, #08639b, #0071b8);
    border-color: #144b78;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.node-preview-container .node-preview-backlink:before {
    content: '\00AB';
    margin-right: 5px;
    font-size: 16px;
}
html {
    text-size-adjust: 100%;
    line-height: 1.15
}
body {
    margin: 0
}
main {
    display: block
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=button], [type=reset], [type=submit], button {
    appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    appearance: none
}
::-webkit-file-upload-button {
    appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
[hidden], template {
    display: none
}
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: .75rem;
    padding-right: .75rem
}
@media print, screen and (min-width:30em) {
    .grid-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}
.grid-container.fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: .75rem;
    padding-right: .75rem
}
@media print, screen and (min-width:30em) {
    .grid-container.fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}
.grid-container.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}
.grid-x {
    display: flex;
    flex-flow: row wrap
}
.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}
.cell.auto {
    flex: 1 1 0
}
.cell.shrink {
    flex: 0 0 auto
}
.grid-x > .auto, .grid-x > .shrink {
    width: auto
}
.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
    flex-basis: auto
}
@media print, screen and (min-width:30em) {
    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
        flex-basis: auto
    }
}
@media print, screen and (min-width:64em) {
    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:90em) {
    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:120em) {
    .grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-full, .grid-x > .xxlarge-shrink {
        flex-basis: auto
    }
}
.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9 {
    flex: 0 0 auto
}
.grid-x > .small-1 {
    width: 8.3333333333%
}
.grid-x > .small-2 {
    width: 16.6666666667%
}
.grid-x > .small-3 {
    width: 25%
}
.grid-x > .small-4 {
    width: 33.3333333333%
}
.grid-x > .small-5 {
    width: 41.6666666667%
}
.grid-x > .small-6 {
    width: 50%
}
.grid-x > .small-7 {
    width: 58.3333333333%
}
.grid-x > .small-8 {
    width: 66.6666666667%
}
.grid-x > .small-9 {
    width: 75%
}
.grid-x > .small-10 {
    width: 83.3333333333%
}
.grid-x > .small-11 {
    width: 91.6666666667%
}
.grid-x > .small-12 {
    width: 100%
}
@media print, screen and (min-width:30em) {
    .grid-x > .medium-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
        flex: 0 0 auto
    }
    .grid-x > .medium-shrink {
        width: auto
    }
    .grid-x > .medium-1 {
        width: 8.3333333333%
    }
    .grid-x > .medium-2 {
        width: 16.6666666667%
    }
    .grid-x > .medium-3 {
        width: 25%
    }
    .grid-x > .medium-4 {
        width: 33.3333333333%
    }
    .grid-x > .medium-5 {
        width: 41.6666666667%
    }
    .grid-x > .medium-6 {
        width: 50%
    }
    .grid-x > .medium-7 {
        width: 58.3333333333%
    }
    .grid-x > .medium-8 {
        width: 66.6666666667%
    }
    .grid-x > .medium-9 {
        width: 75%
    }
    .grid-x > .medium-10 {
        width: 83.3333333333%
    }
    .grid-x > .medium-11 {
        width: 91.6666666667%
    }
    .grid-x > .medium-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .grid-x > .large-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
        flex: 0 0 auto
    }
    .grid-x > .large-shrink {
        width: auto
    }
    .grid-x > .large-1 {
        width: 8.3333333333%
    }
    .grid-x > .large-2 {
        width: 16.6666666667%
    }
    .grid-x > .large-3 {
        width: 25%
    }
    .grid-x > .large-4 {
        width: 33.3333333333%
    }
    .grid-x > .large-5 {
        width: 41.6666666667%
    }
    .grid-x > .large-6 {
        width: 50%
    }
    .grid-x > .large-7 {
        width: 58.3333333333%
    }
    .grid-x > .large-8 {
        width: 66.6666666667%
    }
    .grid-x > .large-9 {
        width: 75%
    }
    .grid-x > .large-10 {
        width: 83.3333333333%
    }
    .grid-x > .large-11 {
        width: 91.6666666667%
    }
    .grid-x > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .grid-x > .xlarge-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-shrink {
        flex: 0 0 auto
    }
    .grid-x > .xlarge-shrink {
        width: auto
    }
    .grid-x > .xlarge-1 {
        width: 8.3333333333%
    }
    .grid-x > .xlarge-2 {
        width: 16.6666666667%
    }
    .grid-x > .xlarge-3 {
        width: 25%
    }
    .grid-x > .xlarge-4 {
        width: 33.3333333333%
    }
    .grid-x > .xlarge-5 {
        width: 41.6666666667%
    }
    .grid-x > .xlarge-6 {
        width: 50%
    }
    .grid-x > .xlarge-7 {
        width: 58.3333333333%
    }
    .grid-x > .xlarge-8 {
        width: 66.6666666667%
    }
    .grid-x > .xlarge-9 {
        width: 75%
    }
    .grid-x > .xlarge-10 {
        width: 83.3333333333%
    }
    .grid-x > .xlarge-11 {
        width: 91.6666666667%
    }
    .grid-x > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .grid-x > .xxlarge-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-shrink {
        flex: 0 0 auto
    }
    .grid-x > .xxlarge-shrink {
        width: auto
    }
    .grid-x > .xxlarge-1 {
        width: 8.3333333333%
    }
    .grid-x > .xxlarge-2 {
        width: 16.6666666667%
    }
    .grid-x > .xxlarge-3 {
        width: 25%
    }
    .grid-x > .xxlarge-4 {
        width: 33.3333333333%
    }
    .grid-x > .xxlarge-5 {
        width: 41.6666666667%
    }
    .grid-x > .xxlarge-6 {
        width: 50%
    }
    .grid-x > .xxlarge-7 {
        width: 58.3333333333%
    }
    .grid-x > .xxlarge-8 {
        width: 66.6666666667%
    }
    .grid-x > .xxlarge-9 {
        width: 75%
    }
    .grid-x > .xxlarge-10 {
        width: 83.3333333333%
    }
    .grid-x > .xxlarge-11 {
        width: 91.6666666667%
    }
    .grid-x > .xxlarge-12 {
        width: 100%
    }
}
.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}
.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}
.grid-margin-x {
    margin-left: -.375rem;
    margin-right: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-margin-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}
.grid-margin-x > .cell {
    margin-left: .375rem;
    margin-right: .375rem;
    width: calc(100% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-x > .cell {
        margin-left: .75rem;
        margin-right: .75rem;
        width: calc(100% - 1.5rem)
    }
}
.grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto
}
.grid-margin-x > .small-1 {
    width: calc(8.33333% - .75rem)
}
.grid-margin-x > .small-2 {
    width: calc(16.66667% - .75rem)
}
.grid-margin-x > .small-3 {
    width: calc(25% - .75rem)
}
.grid-margin-x > .small-4 {
    width: calc(33.33333% - .75rem)
}
.grid-margin-x > .small-5 {
    width: calc(41.66667% - .75rem)
}
.grid-margin-x > .small-6 {
    width: calc(50% - .75rem)
}
.grid-margin-x > .small-7 {
    width: calc(58.33333% - .75rem)
}
.grid-margin-x > .small-8 {
    width: calc(66.66667% - .75rem)
}
.grid-margin-x > .small-9 {
    width: calc(75% - .75rem)
}
.grid-margin-x > .small-10 {
    width: calc(83.33333% - .75rem)
}
.grid-margin-x > .small-11 {
    width: calc(91.66667% - .75rem)
}
.grid-margin-x > .small-12 {
    width: calc(100% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-x > .auto, .grid-margin-x > .shrink {
        width: auto
    }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
        width: auto
    }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
        width: auto
    }
    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .large-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .large-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .large-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .large-12 {
        width: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-x > .xlarge-auto, .grid-margin-x > .xlarge-shrink {
        width: auto
    }
    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-x > .xxlarge-auto, .grid-margin-x > .xxlarge-shrink {
        width: auto
    }
    .grid-margin-x > .xxlarge-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-12 {
        width: calc(100% - 1.5rem)
    }
}
.grid-padding-x .grid-padding-x {
    margin-left: -.375rem;
    margin-right: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-x .grid-padding-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}
.grid-container:not(.full) > .grid-padding-x {
    margin-left: -.375rem;
    margin-right: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}
.grid-padding-x > .cell {
    padding-left: .375rem;
    padding-right: .375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-x > .cell {
        padding-left: .75rem;
        padding-right: .75rem
    }
}
.small-up-1 > .cell {
    width: 100%
}
.small-up-2 > .cell {
    width: 50%
}
.small-up-3 > .cell {
    width: 33.3333333333%
}
.small-up-4 > .cell {
    width: 25%
}
.small-up-5 > .cell {
    width: 20%
}
.small-up-6 > .cell {
    width: 16.6666666667%
}
.small-up-7 > .cell {
    width: 14.2857142857%
}
.small-up-8 > .cell {
    width: 12.5%
}
@media print, screen and (min-width:30em) {
    .medium-up-1 > .cell {
        width: 100%
    }
    .medium-up-2 > .cell {
        width: 50%
    }
    .medium-up-3 > .cell {
        width: 33.3333333333%
    }
    .medium-up-4 > .cell {
        width: 25%
    }
    .medium-up-5 > .cell {
        width: 20%
    }
    .medium-up-6 > .cell {
        width: 16.6666666667%
    }
    .medium-up-7 > .cell {
        width: 14.2857142857%
    }
    .medium-up-8 > .cell {
        width: 12.5%
    }
}
@media print, screen and (min-width:64em) {
    .large-up-1 > .cell {
        width: 100%
    }
    .large-up-2 > .cell {
        width: 50%
    }
    .large-up-3 > .cell {
        width: 33.3333333333%
    }
    .large-up-4 > .cell {
        width: 25%
    }
    .large-up-5 > .cell {
        width: 20%
    }
    .large-up-6 > .cell {
        width: 16.6666666667%
    }
    .large-up-7 > .cell {
        width: 14.2857142857%
    }
    .large-up-8 > .cell {
        width: 12.5%
    }
}
@media screen and (min-width:90em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }
    .xlarge-up-2 > .cell {
        width: 50%
    }
    .xlarge-up-3 > .cell {
        width: 33.3333333333%
    }
    .xlarge-up-4 > .cell {
        width: 25%
    }
    .xlarge-up-5 > .cell {
        width: 20%
    }
    .xlarge-up-6 > .cell {
        width: 16.6666666667%
    }
    .xlarge-up-7 > .cell {
        width: 14.2857142857%
    }
    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}
@media screen and (min-width:120em) {
    .xxlarge-up-1 > .cell {
        width: 100%
    }
    .xxlarge-up-2 > .cell {
        width: 50%
    }
    .xxlarge-up-3 > .cell {
        width: 33.3333333333%
    }
    .xxlarge-up-4 > .cell {
        width: 25%
    }
    .xxlarge-up-5 > .cell {
        width: 20%
    }
    .xxlarge-up-6 > .cell {
        width: 16.6666666667%
    }
    .xxlarge-up-7 > .cell {
        width: 14.2857142857%
    }
    .xxlarge-up-8 > .cell {
        width: 12.5%
    }
}
.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - .75rem)
}
.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - .75rem)
}
.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - .75rem)
}
.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - .75rem)
}
.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - .75rem)
}
.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - .75rem)
}
.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - .75rem)
}
.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
.small-margin-collapse, .small-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
}
.small-margin-collapse > .small-1 {
    width: 8.3333333333%
}
.small-margin-collapse > .small-2 {
    width: 16.6666666667%
}
.small-margin-collapse > .small-3 {
    width: 25%
}
.small-margin-collapse > .small-4 {
    width: 33.3333333333%
}
.small-margin-collapse > .small-5 {
    width: 41.6666666667%
}
.small-margin-collapse > .small-6 {
    width: 50%
}
.small-margin-collapse > .small-7 {
    width: 58.3333333333%
}
.small-margin-collapse > .small-8 {
    width: 66.6666666667%
}
.small-margin-collapse > .small-9 {
    width: 75%
}
.small-margin-collapse > .small-10 {
    width: 83.3333333333%
}
.small-margin-collapse > .small-11 {
    width: 91.6666666667%
}
.small-margin-collapse > .small-12 {
    width: 100%
}
@media print, screen and (min-width:30em) {
    .small-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .medium-3 {
        width: 25%
    }
    .small-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .medium-6 {
        width: 50%
    }
    .small-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .medium-9 {
        width: 75%
    }
    .small-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .small-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .large-3 {
        width: 25%
    }
    .small-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .large-6 {
        width: 50%
    }
    .small-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .large-9 {
        width: 75%
    }
    .small-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .small-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .small-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .small-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .small-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .small-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .small-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .small-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
.small-padding-collapse {
    margin-left: 0;
    margin-right: 0
}
.small-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
}
@media print, screen and (min-width:30em) {
    .medium-margin-collapse, .medium-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .medium-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .small-3 {
        width: 25%
    }
    .medium-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .small-6 {
        width: 50%
    }
    .medium-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .small-9 {
        width: 75%
    }
    .medium-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .small-12 {
        width: 100%
    }
    .medium-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .medium-3 {
        width: 25%
    }
    .medium-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .medium-6 {
        width: 50%
    }
    .medium-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .medium-9 {
        width: 75%
    }
    .medium-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .large-3 {
        width: 25%
    }
    .medium-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .large-6 {
        width: 50%
    }
    .medium-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .large-9 {
        width: 75%
    }
    .medium-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .medium-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .medium-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .medium-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .medium-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .medium-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .medium-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .medium-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
@media print, screen and (min-width:30em) {
    .medium-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .medium-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
@media print, screen and (min-width:64em) {
    .large-margin-collapse, .large-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .large-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .small-3 {
        width: 25%
    }
    .large-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .small-6 {
        width: 50%
    }
    .large-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .small-9 {
        width: 75%
    }
    .large-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .small-12 {
        width: 100%
    }
    .large-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .medium-3 {
        width: 25%
    }
    .large-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .medium-6 {
        width: 50%
    }
    .large-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .medium-9 {
        width: 75%
    }
    .large-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .medium-12 {
        width: 100%
    }
    .large-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .large-3 {
        width: 25%
    }
    .large-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .large-6 {
        width: 50%
    }
    .large-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .large-9 {
        width: 75%
    }
    .large-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .large-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .large-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .large-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .large-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .large-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .large-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .large-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .large-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .large-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
@media screen and (min-width:90em) {
    .xlarge-margin-collapse, .xlarge-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .xlarge-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .small-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .small-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .small-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .small-12 {
        width: 100%
    }
    .xlarge-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .medium-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .medium-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .medium-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .medium-12 {
        width: 100%
    }
    .xlarge-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .large-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .large-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .large-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .large-12 {
        width: 100%
    }
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .xlarge-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .xlarge-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .xlarge-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
@media screen and (min-width:120em) {
    .xxlarge-margin-collapse, .xxlarge-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .xxlarge-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .small-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .small-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .small-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .small-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .medium-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .medium-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .medium-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .medium-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .large-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .large-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .large-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .large-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
    .xxlarge-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .xxlarge-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
.small-offset-0 {
    margin-left: 0
}
.grid-margin-x > .small-offset-0 {
    margin-left: .375rem
}
.small-offset-1 {
    margin-left: 8.3333333333%
}
.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .375rem)
}
.small-offset-2 {
    margin-left: 16.6666666667%
}
.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .375rem)
}
.small-offset-3 {
    margin-left: 25%
}
.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .375rem)
}
.small-offset-4 {
    margin-left: 33.3333333333%
}
.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .375rem)
}
.small-offset-5 {
    margin-left: 41.6666666667%
}
.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .375rem)
}
.small-offset-6 {
    margin-left: 50%
}
.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .375rem)
}
.small-offset-7 {
    margin-left: 58.3333333333%
}
.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .375rem)
}
.small-offset-8 {
    margin-left: 66.6666666667%
}
.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .375rem)
}
.small-offset-9 {
    margin-left: 75%
}
.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .375rem)
}
.small-offset-10 {
    margin-left: 83.3333333333%
}
.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .375rem)
}
.small-offset-11 {
    margin-left: 91.6666666667%
}
.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .375rem)
}
@media print, screen and (min-width:30em) {
    .medium-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: .75rem
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
@media print, screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: .75rem
    }
    .large-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }
    .large-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .large-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .large-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .large-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .large-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .large-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .large-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
@media screen and (min-width:90em) {
    .xlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .xlarge-offset-0 {
        margin-left: .75rem
    }
    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }
    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
@media screen and (min-width:120em) {
    .xxlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .xxlarge-offset-0 {
        margin-left: .75rem
    }
    .xxlarge-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }
    .xxlarge-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .xxlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .xxlarge-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .xxlarge-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .xxlarge-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .xxlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .xxlarge-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .xxlarge-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .xxlarge-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .xxlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .xxlarge-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .xxlarge-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .xxlarge-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
.grid-y {
    display: flex;
    flex-flow: column nowrap
}
.grid-y > .cell {
    height: auto;
    max-height: none
}
.grid-y > .auto, .grid-y > .shrink {
    height: auto
}
.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
    flex-basis: auto
}
@media print, screen and (min-width:30em) {
    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
        flex-basis: auto
    }
}
@media print, screen and (min-width:64em) {
    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:90em) {
    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:120em) {
    .grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-full, .grid-y > .xxlarge-shrink {
        flex-basis: auto
    }
}
.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9 {
    flex: 0 0 auto
}
.grid-y > .small-1 {
    height: 8.3333333333%
}
.grid-y > .small-2 {
    height: 16.6666666667%
}
.grid-y > .small-3 {
    height: 25%
}
.grid-y > .small-4 {
    height: 33.3333333333%
}
.grid-y > .small-5 {
    height: 41.6666666667%
}
.grid-y > .small-6 {
    height: 50%
}
.grid-y > .small-7 {
    height: 58.3333333333%
}
.grid-y > .small-8 {
    height: 66.6666666667%
}
.grid-y > .small-9 {
    height: 75%
}
.grid-y > .small-10 {
    height: 83.3333333333%
}
.grid-y > .small-11 {
    height: 91.6666666667%
}
.grid-y > .small-12 {
    height: 100%
}
@media print, screen and (min-width:30em) {
    .grid-y > .medium-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
        flex: 0 0 auto
    }
    .grid-y > .medium-shrink {
        height: auto
    }
    .grid-y > .medium-1 {
        height: 8.3333333333%
    }
    .grid-y > .medium-2 {
        height: 16.6666666667%
    }
    .grid-y > .medium-3 {
        height: 25%
    }
    .grid-y > .medium-4 {
        height: 33.3333333333%
    }
    .grid-y > .medium-5 {
        height: 41.6666666667%
    }
    .grid-y > .medium-6 {
        height: 50%
    }
    .grid-y > .medium-7 {
        height: 58.3333333333%
    }
    .grid-y > .medium-8 {
        height: 66.6666666667%
    }
    .grid-y > .medium-9 {
        height: 75%
    }
    .grid-y > .medium-10 {
        height: 83.3333333333%
    }
    .grid-y > .medium-11 {
        height: 91.6666666667%
    }
    .grid-y > .medium-12 {
        height: 100%
    }
}
@media print, screen and (min-width:64em) {
    .grid-y > .large-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
        flex: 0 0 auto
    }
    .grid-y > .large-shrink {
        height: auto
    }
    .grid-y > .large-1 {
        height: 8.3333333333%
    }
    .grid-y > .large-2 {
        height: 16.6666666667%
    }
    .grid-y > .large-3 {
        height: 25%
    }
    .grid-y > .large-4 {
        height: 33.3333333333%
    }
    .grid-y > .large-5 {
        height: 41.6666666667%
    }
    .grid-y > .large-6 {
        height: 50%
    }
    .grid-y > .large-7 {
        height: 58.3333333333%
    }
    .grid-y > .large-8 {
        height: 66.6666666667%
    }
    .grid-y > .large-9 {
        height: 75%
    }
    .grid-y > .large-10 {
        height: 83.3333333333%
    }
    .grid-y > .large-11 {
        height: 91.6666666667%
    }
    .grid-y > .large-12 {
        height: 100%
    }
}
@media screen and (min-width:90em) {
    .grid-y > .xlarge-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-shrink {
        flex: 0 0 auto
    }
    .grid-y > .xlarge-shrink {
        height: auto
    }
    .grid-y > .xlarge-1 {
        height: 8.3333333333%
    }
    .grid-y > .xlarge-2 {
        height: 16.6666666667%
    }
    .grid-y > .xlarge-3 {
        height: 25%
    }
    .grid-y > .xlarge-4 {
        height: 33.3333333333%
    }
    .grid-y > .xlarge-5 {
        height: 41.6666666667%
    }
    .grid-y > .xlarge-6 {
        height: 50%
    }
    .grid-y > .xlarge-7 {
        height: 58.3333333333%
    }
    .grid-y > .xlarge-8 {
        height: 66.6666666667%
    }
    .grid-y > .xlarge-9 {
        height: 75%
    }
    .grid-y > .xlarge-10 {
        height: 83.3333333333%
    }
    .grid-y > .xlarge-11 {
        height: 91.6666666667%
    }
    .grid-y > .xlarge-12 {
        height: 100%
    }
}
@media screen and (min-width:120em) {
    .grid-y > .xxlarge-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-shrink {
        flex: 0 0 auto
    }
    .grid-y > .xxlarge-shrink {
        height: auto
    }
    .grid-y > .xxlarge-1 {
        height: 8.3333333333%
    }
    .grid-y > .xxlarge-2 {
        height: 16.6666666667%
    }
    .grid-y > .xxlarge-3 {
        height: 25%
    }
    .grid-y > .xxlarge-4 {
        height: 33.3333333333%
    }
    .grid-y > .xxlarge-5 {
        height: 41.6666666667%
    }
    .grid-y > .xxlarge-6 {
        height: 50%
    }
    .grid-y > .xxlarge-7 {
        height: 58.3333333333%
    }
    .grid-y > .xxlarge-8 {
        height: 66.6666666667%
    }
    .grid-y > .xxlarge-9 {
        height: 75%
    }
    .grid-y > .xxlarge-10 {
        height: 83.3333333333%
    }
    .grid-y > .xxlarge-11 {
        height: 91.6666666667%
    }
    .grid-y > .xxlarge-12 {
        height: 100%
    }
}
.grid-padding-y .grid-padding-y {
    margin-bottom: -.375rem;
    margin-top: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-y .grid-padding-y {
        margin-bottom: -.75rem;
        margin-top: -.75rem
    }
}
.grid-padding-y > .cell {
    padding-bottom: .375rem;
    padding-top: .375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-y > .cell {
        padding-bottom: .75rem;
        padding-top: .75rem
    }
}
.grid-frame {
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100vw
}
.cell .grid-frame {
    width: 100%
}
.cell-block {
    max-width: 100%;
    overflow-x: auto
}
.cell-block, .cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto
}
.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}
.cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%
}
@media print, screen and (min-width:30em) {
    .medium-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .medium-grid-frame {
        width: 100%
    }
    .medium-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .medium-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .medium-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
@media print, screen and (min-width:64em) {
    .large-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .large-grid-frame {
        width: 100%
    }
    .large-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .large-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .large-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
@media screen and (min-width:90em) {
    .xlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .xlarge-grid-frame {
        width: 100%
    }
    .xlarge-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .xlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .xlarge-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .xlarge-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
@media screen and (min-width:120em) {
    .xxlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .xxlarge-grid-frame {
        width: 100%
    }
    .xxlarge-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .xxlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .xxlarge-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .xxlarge-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
.grid-y.grid-frame {
    align-items: stretch;
    flex-wrap: nowrap;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: auto
}
@media print, screen and (min-width:30em) {
    .grid-y.medium-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
@media print, screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
@media screen and (min-width:90em) {
    .grid-y.xlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
@media screen and (min-width:120em) {
    .grid-y.xxlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
.cell .grid-y.grid-frame {
    height: 100%
}
@media print, screen and (min-width:30em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}
@media print, screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}
@media screen and (min-width:90em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}
@media screen and (min-width:120em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}
.grid-margin-y {
    margin-bottom: -.375rem;
    margin-top: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-margin-y {
        margin-bottom: -.75rem;
        margin-top: -.75rem
    }
}
.grid-margin-y > .cell {
    height: calc(100% - .75rem);
    margin-bottom: .375rem;
    margin-top: .375rem
}
@media print, screen and (min-width:30em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.5rem);
        margin-bottom: .75rem;
        margin-top: .75rem
    }
}
.grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto
}
.grid-margin-y > .small-1 {
    height: calc(8.33333% - .75rem)
}
.grid-margin-y > .small-2 {
    height: calc(16.66667% - .75rem)
}
.grid-margin-y > .small-3 {
    height: calc(25% - .75rem)
}
.grid-margin-y > .small-4 {
    height: calc(33.33333% - .75rem)
}
.grid-margin-y > .small-5 {
    height: calc(41.66667% - .75rem)
}
.grid-margin-y > .small-6 {
    height: calc(50% - .75rem)
}
.grid-margin-y > .small-7 {
    height: calc(58.33333% - .75rem)
}
.grid-margin-y > .small-8 {
    height: calc(66.66667% - .75rem)
}
.grid-margin-y > .small-9 {
    height: calc(75% - .75rem)
}
.grid-margin-y > .small-10 {
    height: calc(83.33333% - .75rem)
}
.grid-margin-y > .small-11 {
    height: calc(91.66667% - .75rem)
}
.grid-margin-y > .small-12 {
    height: calc(100% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-y > .auto, .grid-margin-y > .shrink {
        height: auto
    }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.5rem)
    }
    .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
        height: auto
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
        height: auto
    }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
        height: auto
    }
    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-y > .xxlarge-auto, .grid-margin-y > .xxlarge-shrink {
        height: auto
    }
    .grid-margin-y > .xxlarge-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-12 {
        height: calc(100% - 1.5rem)
    }
}
.grid-frame.grid-margin-y {
    height: calc(100vh + .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media print, screen and (min-width:30em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1
}
.clearfix:after {
    clear: both
}
.align-left {
    justify-content: flex-start
}
.align-right {
    justify-content: flex-end
}
.align-center {
    justify-content: center
}
.align-justify {
    justify-content: space-between
}
.align-spaced {
    justify-content: space-around
}
.align-left.vertical.menu > li > a {
    justify-content: flex-start
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end
}
.align-center.vertical.menu > li > a {
    justify-content: center
}
.align-top {
    align-items: flex-start
}
.align-self-top {
    align-self: flex-start
}
.align-bottom {
    align-items: flex-end
}
.align-self-bottom {
    align-self: flex-end
}
.align-middle {
    align-items: center
}
.align-self-middle {
    align-self: center
}
.align-stretch {
    align-items: stretch
}
.align-self-stretch {
    align-self: stretch
}
.align-center-middle {
    align-content: center;
    align-items: center;
    justify-content: center
}
.small-order-1 {
    order: 1
}
.small-order-2 {
    order: 2
}
.small-order-3 {
    order: 3
}
.small-order-4 {
    order: 4
}
.small-order-5 {
    order: 5
}
.small-order-6 {
    order: 6
}
@media print, screen and (min-width:30em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}
@media print, screen and (min-width:64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}
@media screen and (min-width:90em) {
    .xlarge-order-1 {
        order: 1
    }
    .xlarge-order-2 {
        order: 2
    }
    .xlarge-order-3 {
        order: 3
    }
    .xlarge-order-4 {
        order: 4
    }
    .xlarge-order-5 {
        order: 5
    }
    .xlarge-order-6 {
        order: 6
    }
}
@media screen and (min-width:120em) {
    .xxlarge-order-1 {
        order: 1
    }
    .xxlarge-order-2 {
        order: 2
    }
    .xxlarge-order-3 {
        order: 3
    }
    .xxlarge-order-4 {
        order: 4
    }
    .xxlarge-order-5 {
        order: 5
    }
    .xxlarge-order-6 {
        order: 6
    }
}
.flex-container {
    display: flex
}
.flex-child-auto {
    flex: 1 1 auto
}
.flex-child-grow {
    flex: 1 0 auto
}
.flex-child-shrink {
    flex: 0 1 auto
}
.flex-dir-row {
    flex-direction: row
}
.flex-dir-row-reverse {
    flex-direction: row-reverse
}
.flex-dir-column {
    flex-direction: column
}
.flex-dir-column-reverse {
    flex-direction: column-reverse
}
@media print, screen and (min-width:30em) {
    .medium-flex-container {
        display: flex
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
@media print, screen and (min-width:64em) {
    .large-flex-container {
        display: flex
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
@media screen and (min-width:90em) {
    .xlarge-flex-container {
        display: flex
    }
    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }
    .xlarge-flex-dir-row {
        flex-direction: row
    }
    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xlarge-flex-dir-column {
        flex-direction: column
    }
    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
@media screen and (min-width:120em) {
    .xxlarge-flex-container {
        display: flex
    }
    .xxlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xxlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xxlarge-flex-child-shrink {
        flex: 0 1 auto
    }
    .xxlarge-flex-dir-row {
        flex-direction: row
    }
    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xxlarge-flex-dir-column {
        flex-direction: column
    }
    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
.hide {
    display: none !important
}
.invisible {
    visibility: hidden
}
.visible {
    visibility: visible
}
@media print, screen and (max-width:29.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}
@media screen and (max-width:0em), screen and (min-width:30em) {
    .show-for-small-only {
        display: none !important
    }
}
@media print, screen and (min-width:30em) {
    .hide-for-medium {
        display: none !important
    }
}
@media screen and (max-width:29.99875em) {
    .show-for-medium {
        display: none !important
    }
}
@media print, screen and (min-width:30em)and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}
@media screen and (max-width:29.99875em), screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}
@media print, screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}
@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}
@media print, screen and (min-width:64em)and (max-width:89.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}
@media screen and (max-width:63.99875em), screen and (min-width:90em) {
    .show-for-large-only {
        display: none !important
    }
}
@media screen and (min-width:90em) {
    .hide-for-xlarge {
        display: none !important
    }
}
@media screen and (max-width:89.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}
@media screen and (min-width:90em)and (max-width:119.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}
@media screen and (max-width:89.99875em), screen and (min-width:120em) {
    .show-for-xlarge-only {
        display: none !important
    }
}
@media screen and (min-width:120em) {
    .hide-for-xxlarge {
        display: none !important
    }
}
@media screen and (max-width:119.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}
@media screen and (min-width:120em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}
@media screen and (max-width:119.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}
.show-for-sr, .show-on-focus {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}
.show-on-focus:active, .show-on-focus:focus {
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    white-space: normal !important;
    width: auto !important
}
.hide-for-portrait, .show-for-landscape {
    display: block !important
}
@media screen and (orientation:landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}
@media screen and (orientation:portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }
}
.hide-for-landscape, .show-for-portrait {
    display: none !important
}
@media screen and (orientation:landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}
@media screen and (orientation:portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}
.show-for-dark-mode {
    display: none
}
.hide-for-dark-mode {
    display: block
}
@media screen and (prefers-color-scheme:dark) {
    .show-for-dark-mode {
        display: block !important
    }
    .hide-for-dark-mode {
        display: none !important
    }
}
.show-for-ie {
    display: none
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .show-for-ie {
        display: block !important
    }
    .hide-for-ie {
        display: none !important
    }
}
.show-for-sticky {
    display: none
}
.is-stuck .show-for-sticky {
    display: block
}
.is-stuck .hide-for-sticky {
    display: none
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/custom/undpglobal/design-system/fonts/proximanova-regular-webfont.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/proximanova-regular-webfont.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/undpglobal/design-system/fonts/proximanova-regularit-webfont.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/proximanova-regularit-webfont.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    font-style: normal;
    font-weight: 600;
    src: url(/themes/custom/undpglobal/design-system/fonts/proximanova-semibold-webfont.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/proximanova-semibold-webfont.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    font-style: italic;
    font-weight: 600;
    src: url(/themes/custom/undpglobal/design-system/fonts/proximanova-semiboldit-webfont.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/proximanova-semiboldit-webfont.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/undpglobal/design-system/fonts/proximanova-bold-webfont.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/proximanova-bold-webfont.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/undpglobal/design-system/fonts/proximanova-boldit-webfont.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/proximanova-boldit-webfont.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: SohneBreit;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-dreiviertelfett.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-dreiviertelfett.woff) format("woff");
    unicode-range: u+0000-024f, u+1e??, u+2000-206f, u+2070-209f
}
@font-face {
    font-display: swap;
    font-family: SohneBreit;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-dreiviertelfett-kursiv.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-dreiviertelfett-kursiv.woff) format("woff");
    unicode-range: u+0000-024f, u+1e??, u+2000-206f, u+2070-209f
}
@font-face {
    font-display: swap;
    font-family: SohneBreit;
    font-style: normal;
    font-weight: 800;
    src: url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-fett.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-fett.woff) format("woff");
    unicode-range: u+0000-024f, u+1e??, u+2000-206f, u+2070-209f
}
@font-face {
    font-display: swap;
    font-family: SohneBreit;
    font-style: italic;
    font-weight: 800;
    src: url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-fett-kursiv.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/soehne-breit-web-fett-kursiv.woff) format("woff");
    unicode-range: u+0000-024f, u+1e??, u+2000-20cf
}
@font-face {
    font-display: swap;
    font-family: NotoSans;
    font-weight: 300;
    src: url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-Light.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-Light.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: NotoSans;
    font-weight: 400;
    src: url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-Regular.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-Regular.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: NotoSans;
    font-weight: 500;
    src: url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-Medium.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-Medium.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: NotoSans;
    font-weight: 600;
    src: url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-SemiBold.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/NotoSansMyanmar-SemiBold.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: UNBangla;
    font-weight: 100;
    src: url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Thin.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Thin.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: UNBangla;
    font-style: italic;
    font-weight: 100;
    src: url(/themes/custom/undpglobal/design-system/fonts/UNBangla-ThinItalic.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/UNBangla-ThinItalic.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: UNBangla;
    font-weight: 400;
    src: url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Regular.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Regular.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: UNBangla;
    font-style: italic;
    font-weight: 400;
    src: url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Italic.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Italic.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: UNBangla;
    font-weight: 700;
    src: url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Bold.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/UNBangla-Bold.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: UNBangla;
    font-style: italic;
    font-weight: 700;
    src: url(/themes/custom/undpglobal/design-system/fonts/UNBangla-BoldItalic.woff2) format("woff2"), url(/themes/custom/undpglobal/design-system/fonts/UNBangla-BoldItalic.woff) format("woff")
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 1rem;
    line-height: 1.4
}
@media(min-width:48em) {
    body {
        font-size: 1.25rem
    }
}
button {
    font-family: ProximaNova, sans-serif
}
caption, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .75rem;
    padding: 0
}
@media(min-width:48em) {
    caption, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1rem
    }
}
h1 {
    font-family: SohneBreit, ProximaNova, sans-serif;
    font-size: 2.938rem;
    font-weight: 700;
    letter-spacing: .06rem;
    line-height: 1.08;
    text-transform: uppercase
}
@media(min-width:48em) {
    h1 {
        font-size: 5.125rem
    }
}
@media(min-width:64em) {
    h1 {
        font-size: 6.25rem
    }
}
h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1
}
@media(min-width:48em) {
    h2 {
        font-size: 2.813rem
    }
}
@media(min-width:64em) {
    h2 {
        font-size: 3.438rem
    }
}
h3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.15
}
@media(min-width:48em) {
    h3 {
        font-size: 2.188rem
    }
}
h4 {
    font-size: 1.563rem;
    font-weight: 400;
    line-height: 1.15
}
@media(min-width:48em) {
    h4 {
        font-size: 2.188rem
    }
}
h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.15
}
@media(min-width:48em) {
    h5 {
        font-size: 1.563rem
    }
}
h6 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03rem;
    line-height: 1.15;
    text-transform: uppercase
}
p {
    margin-top: 0
}
ol, ul {
    margin: 0;
    padding-left: 1.125rem
}
@media(min-width:48em) {
    ol, ul {
        padding-left: 1.313rem
    }
}
ol li, ul li {
    margin-bottom: 1rem;
    padding-left: .875rem
}
@media(min-width:48em) {
    ol li, ul li {
        margin-bottom: 1.5rem;
        padding-left: .75rem
    }
}
ul li::marker {
    font-size: 1.125rem
}
@media(min-width:48em) {
    ul li::marker {
        font-size: 1.313rem
    }
}
ol li {
    margin-bottom: 1.063rem
}
dl {
    font-size: .875rem;
    line-height: 1.37;
    margin: 0
}
@media(min-width:48em) {
    dl {
        font-size: 1.25rem
    }
}
dt {
    margin-bottom: .5rem
}
dd {
    margin-bottom: 1rem;
    margin-inline-start: 2.5rem
}
@media(min-width:48em) {
    dd {
        margin-bottom: 1.5rem;
        margin-inline-start: 3rem
    }
}
hr {
    border: 1px solid #000
}
@keyframes lineLoop-animation {
    0% {
        background-position: 100% 100%, -30px 100%;
        background-size: 100% 2px, 0 2px
    }
    to {
        background-position: calc(100% + 30px) 100%, 0 100%;
        background-size: 0 2px, 100% 2px
    }
}
a {
    color: #000;
    text-decoration: none
}
:lang(my) body, :lang(my) button {
    font-family: NotoSans, sans-serif;
    line-height: 1.7
}
:lang(my) h1, :lang(my) h2, :lang(my) h3, :lang(my) h4, :lang(my) h5, :lang(my) h6 {
    line-height: 1.7
}
:lang(my) h1 {
    font-family: NotoSans, sans-serif;
    font-size: 2.625rem
}
@media(min-width:48em) {
    :lang(my) h1 {
        font-size: 3.875rem
    }
}
@media(min-width:64em) {
    :lang(my) h1 {
        font-size: 5rem
    }
}
:lang(my) h2 {
    font-size: 2rem
}
@media(min-width:48em) {
    :lang(my) h2 {
        font-size: 2.188rem
    }
}
@media(min-width:64em) {
    :lang(my) h2 {
        font-size: 2.813rem
    }
}
:lang(my) h4 {
    font-size: 1.3rem
}
@media(min-width:48em) {
    :lang(my) h4 {
        font-size: 1.8rem
    }
}
:lang(my) h5 {
    font-size: 1.25rem
}
@media(min-width:48em) {
    :lang(my) h5 {
        font-size: 1.375rem
    }
}
:lang(my) p {
    font-size: .875rem;
    line-height: 1.7
}
@media(min-width:48em) {
    :lang(my) p {
        font-size: 1rem
    }
}
:lang(my) dl, :lang(my) ol li, :lang(my) ul li {
    font-size: .875rem;
    line-height: 1.9
}
@media(min-width:48em) {
    :lang(my) dl, :lang(my) ol li, :lang(my) ul li {
        font-size: 1.125rem
    }
}
:lang(my) .sbdocs .sbdocs-content, :lang(my) .sbdocs h1, :lang(my) .sbdocs h2, :lang(my) .sbdocs h3, :lang(my) .sbdocs h4, :lang(my) .sbdocs h5, :lang(my) .sbdocs h6, :lang(my) .sbdocs p {
    font-family: NotoSans, sans-serif
}
:lang(my) .sbdocs .sbdocs-h1 {
    font-size: 2rem
}
[dir=rtl] ol, [dir=rtl] ul {
    padding-left: 0;
    padding-right: 1.125rem
}
@media(min-width:48em) {
    [dir=rtl] ol, [dir=rtl] ul {
        padding-right: 1.313rem
    }
}
[dir=rtl] ol li, [dir=rtl] ul li {
    padding-left: 0;
    padding-right: .875rem
}
@media(min-width:48em) {
    [dir=rtl] ol li, [dir=rtl] ul li {
        padding-right: .75rem
    }
}
:lang(be) h1, :lang(bg) h1, :lang(kk) h1, :lang(ky) h1, :lang(mk) h1, :lang(mn) h1, :lang(ru) h1, :lang(sr) h1, :lang(uk) h1 {
    font-family: ProximaNova, sans-serif
}
:lang(bn) body, :lang(bn) h1 {
    font-family: UNBangla, sans-serif
}
.color-white {
    color: #fff
}
.color-black {
    color: #000
}
.show-large {
    display: none
}
@media(min-width:48em) {
    .show-large {
        display: block
    }
}
.show-small {
    display: block
}
@media(min-width:48em) {
    .show-small {
        display: none
    }
}
.height-full {
    height: 100%
}
.overlay-grey:before {
    background: rgba(0, 0, 0, .2)
}
.delay-1 {
    transition-delay: .1s
}
.delay-2 {
    transition-delay: .2s
}
.delay-3 {
    transition-delay: .3s
}
.delay-4 {
    transition-delay: .4s
}
.delay-5 {
    transition-delay: .5s
}
.scale-up.inviewport {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: scale(1)
}
.expand-to-size {
    max-width: calc(100% - 1.5rem)
}
@media(min-width:48em) {
    .expand-to-size {
        max-width: calc(100% - 3rem)
    }
}
.overflow-hidden {
    overflow: hidden
}
.background-yellow {
    background-color: #ffe17e
}
.background-red {
    background-color: #ffbcb7
}
.background-green {
    background-color: #b8ecb6
}
.background-blue {
    background-color: #b5d5f5
}
.background-gray {
    background-color: #fafafa
}
.background-white {
    background-color: #fff
}
.accent-yellow .card-thumbnail__image:hover:before, .yellow .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .bio-card:hover .card-thumbnail__image:before, .yellow .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
.accent-yellow .author__img:hover:before, .yellow .author__img:hover:before {
    background: linear-gradient(45deg, rgba(255, 235, 0, .8), transparent 53%)
}
.accent-yellow .publication-thumbnail__image:hover:after, .yellow .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .download-card:hover .card-thumbnail__image:before, .accent-yellow .download-card:hover .publication-thumbnail__image:after, .accent-yellow .publication-card:hover .publication-thumbnail__image:after, .yellow .download-card:hover .card-thumbnail__image:before, .yellow .download-card:hover .publication-thumbnail__image:after, .yellow .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
.accent-yellow .stats-panel:hover:after, .yellow .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(255, 235, 0, .8), transparent 140%)
}
.accent-yellow .stats-panel:hover .stats-card, .yellow .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-yellow .wide-card__image a:hover:before, .yellow .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
.accent-yellow .feature__card-slide:before, .yellow .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(255, 235, 0, .8), transparent 67%)
}
.accent-yellow .content-card .image:before, .yellow .content-card .image:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .image-reveal-card:hover .image:before, .yellow .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
.accent-red .card-thumbnail__image:hover:before, .red .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .bio-card:hover .card-thumbnail__image:before, .red .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
.accent-red .author__img:hover:before, .red .author__img:hover:before {
    background: linear-gradient(45deg, rgba(230, 45, 45, .78), transparent 53%)
}
.accent-red .publication-thumbnail__image:hover:after, .red .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .download-card:hover .card-thumbnail__image:before, .accent-red .download-card:hover .publication-thumbnail__image:after, .accent-red .publication-card:hover .publication-thumbnail__image:after, .red .download-card:hover .card-thumbnail__image:before, .red .download-card:hover .publication-thumbnail__image:after, .red .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
.accent-red .stats-panel:hover:after, .red .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(230, 45, 45, .78), transparent 140%)
}
.accent-red .stats-panel:hover .stats-card, .red .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-red .wide-card__image a:hover:before, .red .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
.accent-red .feature__card-slide:before, .red .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(230, 45, 45, .78), transparent 67%)
}
.accent-red .content-card .image:before, .red .content-card .image:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .image-reveal-card:hover .image:before, .red .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
.accent-green .card-thumbnail__image:hover:before, .green .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .bio-card:hover .card-thumbnail__image:before, .green .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
.accent-green .author__img:hover:before, .green .author__img:hover:before {
    background: linear-gradient(45deg, rgba(92, 222, 83, .82), transparent 53%)
}
.accent-green .publication-thumbnail__image:hover:after, .green .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .download-card:hover .card-thumbnail__image:before, .accent-green .download-card:hover .publication-thumbnail__image:after, .accent-green .publication-card:hover .publication-thumbnail__image:after, .green .download-card:hover .card-thumbnail__image:before, .green .download-card:hover .publication-thumbnail__image:after, .green .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
.accent-green .stats-panel:hover:after, .green .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(92, 222, 83, .82), transparent 140%)
}
.accent-green .stats-panel:hover .stats-card, .green .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-green .wide-card__image a:hover:before, .green .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
.accent-green .feature__card-slide:before, .green .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(92, 222, 83, .82), transparent 67%)
}
.accent-green .content-card .image:before, .green .content-card .image:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .image-reveal-card:hover .image:before, .green .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
.accent-blue .card-thumbnail__image:hover:before, .blue .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .bio-card:hover .card-thumbnail__image:before, .blue .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
.accent-blue .author__img:hover:before, .blue .author__img:hover:before {
    background: linear-gradient(45deg, rgba(94, 232, 246, .82), transparent 53%)
}
.accent-blue .publication-thumbnail__image:hover:after, .blue .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .download-card:hover .card-thumbnail__image:before, .accent-blue .download-card:hover .publication-thumbnail__image:after, .accent-blue .publication-card:hover .publication-thumbnail__image:after, .blue .download-card:hover .card-thumbnail__image:before, .blue .download-card:hover .publication-thumbnail__image:after, .blue .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
.accent-blue .stats-panel:hover:after, .blue .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(94, 232, 246, .82), transparent 140%)
}
.accent-blue .stats-panel:hover .stats-card, .blue .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-blue .wide-card__image a:hover:before, .blue .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
.accent-blue .feature__card-slide:before, .blue .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(94, 232, 246, .82), transparent 67%)
}
.accent-blue .content-card .image:before, .blue .content-card .image:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .image-reveal-card:hover .image:before, .blue .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-yellow .card-thumbnail__image:hover:before, [dir=rtl] .yellow .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(255, 235, 0, .8), transparent 61.11%)
}
[dir=rtl] .accent-yellow .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-yellow .download-card:hover .card-thumbnail__image:before, [dir=rtl] .yellow .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .yellow .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-yellow .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-yellow .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .yellow .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .yellow .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-yellow .wide-card__image a:hover:before, [dir=rtl] .yellow .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-yellow .feature__card-slide:before, [dir=rtl] .yellow .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 67.25%)
}
[dir=rtl] .accent-red .card-thumbnail__image:hover:before, [dir=rtl] .red .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(230, 45, 45, .78), transparent 61.11%)
}
[dir=rtl] .accent-red .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-red .download-card:hover .card-thumbnail__image:before, [dir=rtl] .red .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .red .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-red .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-red .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .red .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .red .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-red .wide-card__image a:hover:before, [dir=rtl] .red .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-red .feature__card-slide:before, [dir=rtl] .red .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 67.25%)
}
[dir=rtl] .accent-green .card-thumbnail__image:hover:before, [dir=rtl] .green .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(92, 222, 83, .82), transparent 61.11%)
}
[dir=rtl] .accent-green .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-green .download-card:hover .card-thumbnail__image:before, [dir=rtl] .green .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .green .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-green .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-green .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .green .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .green .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-green .wide-card__image a:hover:before, [dir=rtl] .green .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-green .feature__card-slide:before, [dir=rtl] .green .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 67.25%)
}
[dir=rtl] .accent-blue .card-thumbnail__image:hover:before, [dir=rtl] .blue .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(94, 232, 246, .82), transparent 61.11%)
}
[dir=rtl] .accent-blue .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-blue .download-card:hover .card-thumbnail__image:before, [dir=rtl] .blue .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .blue .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-blue .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-blue .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .blue .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .blue .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-blue .wide-card__image a:hover:before, [dir=rtl] .blue .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-blue .feature__card-slide:before, [dir=rtl] .blue .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 67.25%)
}
.accent-yellow .stats-card:hover, .yellow .stats-card:hover {
    background-color: #ffeb00
}
.accent-yellow .progress-bar, .yellow .progress-bar {
    background: #ffeb00
}
.accent-yellow .blockquote, .accent-yellow .content-card.card:hover, .yellow .blockquote, .yellow .content-card.card:hover {
    background-color: #ffeb00
}
.accent-yellow .content-card.card:hover .cta--space:after, .yellow .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-yellow .content-card.card-color:hover, .accent-yellow .content-card.card-emphasize:hover, .yellow .content-card.card-color:hover, .yellow .content-card.card-emphasize:hover {
    background-color: #ffeb00
}
.accent-yellow .feature__card-slide, .yellow .feature__card-slide {
    background: #ffeb00
}
.accent-red .stats-card:hover, .red .stats-card:hover {
    background-color: #ee402d
}
.accent-red .progress-bar, .red .progress-bar {
    background: #ee402d
}
.accent-red .blockquote, .accent-red .content-card.card:hover, .red .blockquote, .red .content-card.card:hover {
    background-color: #ee402d
}
.accent-red .content-card.card:hover .cta--space:after, .red .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-red .content-card.card-color:hover, .accent-red .content-card.card-emphasize:hover, .red .content-card.card-color:hover, .red .content-card.card-emphasize:hover {
    background-color: #ee402d
}
.accent-red .feature__card-slide, .red .feature__card-slide {
    background: #ee402d
}
.accent-green .stats-card:hover, .green .stats-card:hover {
    background-color: #6de354
}
.accent-green .progress-bar, .green .progress-bar {
    background: #6de354
}
.accent-green .blockquote, .accent-green .content-card.card:hover, .green .blockquote, .green .content-card.card:hover {
    background-color: #6de354
}
.accent-green .content-card.card:hover .cta--space:after, .green .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-green .content-card.card-color:hover, .accent-green .content-card.card-emphasize:hover, .green .content-card.card-color:hover, .green .content-card.card-emphasize:hover {
    background-color: #6de354
}
.accent-green .feature__card-slide, .green .feature__card-slide {
    background: #6de354
}
.accent-blue .stats-card:hover, .blue .stats-card:hover {
    background-color: #60d4f2
}
.accent-blue .progress-bar, .blue .progress-bar {
    background: #60d4f2
}
.accent-blue .blockquote, .accent-blue .content-card.card:hover, .blue .blockquote, .blue .content-card.card:hover {
    background-color: #60d4f2
}
.accent-blue .content-card.card:hover .cta--space:after, .blue .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-blue .content-card.card-color:hover, .accent-blue .content-card.card-emphasize:hover, .blue .content-card.card-color:hover, .blue .content-card.card-emphasize:hover {
    background-color: #60d4f2
}
.accent-blue .feature__card-slide, .blue .feature__card-slide {
    background: #60d4f2
}
.accent-yellow .content-card.card-emphasize, .yellow .content-card.card-emphasize {
    background-color: #ffe17e
}
.accent-red .content-card.card-emphasize, .red .content-card.card-emphasize {
    background-color: #ffbcb7
}
.accent-green .content-card.card-emphasize, .green .content-card.card-emphasize {
    background-color: #b8ecb6
}
.accent-blue .content-card.card-emphasize, .blue .content-card.card-emphasize {
    background-color: #a2daf3
}
abbr[title] {
    border-bottom: 2px dashed #d12800;
    text-decoration: none
}
blockquote {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.16;
    margin: 0
}
@media(min-width:48em) {
    blockquote {
        font-size: 2.188rem;
        line-height: 1.15
    }
}
blockquote a {
    font-size: inherit
}
:lang(my) blockquote {
    line-height: 1.7
}
cite {
    display: block;
    font-style: inherit;
    font-weight: 400;
    margin-top: 1.125rem
}
code {
    background: #f7f7f7;
    padding: 0 .25rem .25rem
}
mark {
    background: #ffe17e;
    font-size: .875rem;
    padding: .125rem
}
@media(min-width:48em) {
    mark {
        font-size: 1.25rem
    }
}
q {
    font-style: italic
}
div.card-thumbnail__image {
    display: inline-flex;
    position: relative
}
div.card-thumbnail__image:before {
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}
div.card-thumbnail__image:hover:before {
    opacity: .75
}
.accent-yellow div.card-thumbnail__image:hover.accent-yellow:before, .accent-yellow div.card-thumbnail__image:hover.yellow:before, div.card-thumbnail__image:hover.accent-yellow:before, div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-yellow div.card-thumbnail__image:hover.accent-red:before, .accent-yellow div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-yellow div.card-thumbnail__image:hover.accent-green:before, .accent-yellow div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-yellow div.card-thumbnail__image:hover.accent-blue:before, .accent-yellow div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
div.card-thumbnail__image:hover.accent-red:before, div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red div.card-thumbnail__image:hover.accent-yellow:before, .accent-red div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-red div.card-thumbnail__image:hover.accent-red:before, .accent-red div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red div.card-thumbnail__image:hover.accent-green:before, .accent-red div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-red div.card-thumbnail__image:hover.accent-blue:before, .accent-red div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
div.card-thumbnail__image:hover.accent-green:before, div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green div.card-thumbnail__image:hover.accent-yellow:before, .accent-green div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-green div.card-thumbnail__image:hover.accent-red:before, .accent-green div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-green div.card-thumbnail__image:hover.accent-green:before, .accent-green div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green div.card-thumbnail__image:hover.accent-blue:before, .accent-green div.card-thumbnail__image:hover.blue:before, div.card-thumbnail__image:hover.accent-blue:before, div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-blue div.card-thumbnail__image:hover.accent-yellow:before, .accent-blue div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-blue div.card-thumbnail__image:hover.accent-red:before, .accent-blue div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-blue div.card-thumbnail__image:hover.accent-green:before, .accent-blue div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-blue div.card-thumbnail__image:hover.accent-blue:before, .accent-blue div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before, .accent-yellow [dir=rtl] div.card-thumbnail__image:hover.yellow:before, [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before, [dir=rtl] div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-red:before, .accent-yellow [dir=rtl] div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-green:before, .accent-yellow [dir=rtl] div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
.accent-yellow [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before, .accent-yellow [dir=rtl] div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] div.card-thumbnail__image:hover.accent-red:before, [dir=rtl] div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before, .accent-red [dir=rtl] div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-red:before, .accent-red [dir=rtl] div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-green:before, .accent-red [dir=rtl] div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
.accent-red [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before, .accent-red [dir=rtl] div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] div.card-thumbnail__image:hover.accent-green:before, [dir=rtl] div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before, .accent-green [dir=rtl] div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-red:before, .accent-green [dir=rtl] div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-green:before, .accent-green [dir=rtl] div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
.accent-green [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before, .accent-green [dir=rtl] div.card-thumbnail__image:hover.blue:before, [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before, [dir=rtl] div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-yellow:before, .accent-blue [dir=rtl] div.card-thumbnail__image:hover.yellow:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-red:before, .accent-blue [dir=rtl] div.card-thumbnail__image:hover.red:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-green:before, .accent-blue [dir=rtl] div.card-thumbnail__image:hover.green:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
.accent-blue [dir=rtl] div.card-thumbnail__image:hover.accent-blue:before, .accent-blue [dir=rtl] div.card-thumbnail__image:hover.blue:before {
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
div.publication-thumbnail__image {
    background: linear-gradient(180deg, #c9d0d6 70%, #c9d0d6 0, #414648 70.5%, #9ea5ac 0, #9ea5ac);
    display: inline-flex;
    padding: 2.188rem 2.938rem;
    position: relative;
    z-index: 1
}
div.publication-thumbnail__image:before {
    background: #7b8085;
    border-radius: 21%;
    bottom: 37px;
    content: "";
    filter: blur(4px);
    height: 27px;
    left: 32px;
    position: absolute;
    right: 20px;
    transform: skewX(64deg);
    width: calc(100% - 100px);
    z-index: -2
}
div.publication-thumbnail__image:after {
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    z-index: 1
}
div.publication-thumbnail__image:hover:after {
    opacity: .75
}
.accent-yellow div.publication-thumbnail__image:hover.accent-yellow:before, .accent-yellow div.publication-thumbnail__image:hover.yellow:before, div.publication-thumbnail__image:hover.accent-yellow:after, div.publication-thumbnail__image:hover.yellow:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-yellow div.publication-thumbnail__image:hover.accent-red:before, .accent-yellow div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-yellow div.publication-thumbnail__image:hover.accent-green:before, .accent-yellow div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-yellow div.publication-thumbnail__image:hover.accent-blue:before, .accent-yellow div.publication-thumbnail__image:hover.blue:before {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
div.publication-thumbnail__image:hover.accent-red:after, div.publication-thumbnail__image:hover.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-red div.publication-thumbnail__image:hover.accent-yellow:before, .accent-red div.publication-thumbnail__image:hover.yellow:before {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-red div.publication-thumbnail__image:hover.accent-red:before, .accent-red div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-red div.publication-thumbnail__image:hover.accent-green:before, .accent-red div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-red div.publication-thumbnail__image:hover.accent-blue:before, .accent-red div.publication-thumbnail__image:hover.blue:before {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
div.publication-thumbnail__image:hover.accent-green:after, div.publication-thumbnail__image:hover.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-green div.publication-thumbnail__image:hover.accent-yellow:before, .accent-green div.publication-thumbnail__image:hover.yellow:before {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-green div.publication-thumbnail__image:hover.accent-red:before, .accent-green div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-green div.publication-thumbnail__image:hover.accent-green:before, .accent-green div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-green div.publication-thumbnail__image:hover.accent-blue:before, .accent-green div.publication-thumbnail__image:hover.blue:before, div.publication-thumbnail__image:hover.accent-blue:after, div.publication-thumbnail__image:hover.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-blue div.publication-thumbnail__image:hover.accent-yellow:before, .accent-blue div.publication-thumbnail__image:hover.yellow:before {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-blue div.publication-thumbnail__image:hover.accent-red:before, .accent-blue div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-blue div.publication-thumbnail__image:hover.accent-green:before, .accent-blue div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-blue div.publication-thumbnail__image:hover.accent-blue:before, .accent-blue div.publication-thumbnail__image:hover.blue:before {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before, .accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.yellow:before, [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:after, [dir=rtl] div.publication-thumbnail__image:hover.yellow:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before, .accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before, .accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
.accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before, .accent-yellow [dir=rtl] div.publication-thumbnail__image:hover.blue:before {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] div.publication-thumbnail__image:hover.accent-red:after, [dir=rtl] div.publication-thumbnail__image:hover.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before, .accent-red [dir=rtl] div.publication-thumbnail__image:hover.yellow:before {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before, .accent-red [dir=rtl] div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before, .accent-red [dir=rtl] div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
.accent-red [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before, .accent-red [dir=rtl] div.publication-thumbnail__image:hover.blue:before {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] div.publication-thumbnail__image:hover.accent-green:after, [dir=rtl] div.publication-thumbnail__image:hover.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before, .accent-green [dir=rtl] div.publication-thumbnail__image:hover.yellow:before {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before, .accent-green [dir=rtl] div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before, .accent-green [dir=rtl] div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
.accent-green [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before, .accent-green [dir=rtl] div.publication-thumbnail__image:hover.blue:before, [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:after, [dir=rtl] div.publication-thumbnail__image:hover.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-yellow:before, .accent-blue [dir=rtl] div.publication-thumbnail__image:hover.yellow:before {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-red:before, .accent-blue [dir=rtl] div.publication-thumbnail__image:hover.red:before {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-green:before, .accent-blue [dir=rtl] div.publication-thumbnail__image:hover.green:before {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
.accent-blue [dir=rtl] div.publication-thumbnail__image:hover.accent-blue:before, .accent-blue [dir=rtl] div.publication-thumbnail__image:hover.blue:before {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
.color-wrapper {
    display: block
}
@media(min-width:48em) {
    .color-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }
}
.color__row {
    width: 100%
}
@media(min-width:48em) {
    .color__row {
        width: calc(50% - 10px)
    }
}
.color__row.full {
    width: 100%
}
.color__row .color__title {
    color: #000;
    font-size: .813rem;
    min-height: 28px
}
@media(min-width:48em) {
    .color__row .color__title {
        font-size: 1rem
    }
}
.color__row .color__define_wrapper {
    display: block
}
.Primary-text {
    color: #000;
    font-size: .75rem;
    margin-top: -1.538rem;
    text-align: center
}
@media(min-width:48em) {
    .Primary-text {
        margin-top: -1.55rem
    }
}
.Primary-text .polygon img {
    display: block;
    margin: 0 auto;
    width: 10px
}
.color__define {
    display: flex;
    margin-bottom: 1.25rem
}
.color__define .color__name {
    flex-basis: 0;
    flex-grow: 1;
    margin: .5rem 0;
    text-align: center
}
@media(min-width:48em) {
    .color__define .color__name {
        flex-basis: 0;
        flex-grow: 1
    }
}
.color__define .color__name .color__box {
    height: 48px;
    margin-bottom: .625rem;
    width: 100%
}
@media(min-width:48em) {
    .color__define .color__name .color__box {
        height: 70px;
        height: 85px;
        width: 100%
    }
}
.color__define .color__name .color__box.p-blue-100 {
    background-color: #b5d5f5
}
.color__define .color__name .color__box.p-blue-200 {
    background-color: #94c4f5
}
.color__define .color__name .color__box.p-blue-300 {
    background-color: #6babeb
}
.color__define .color__name .color__box.p-blue-400 {
    background-color: #4f95dd
}
.color__define .color__name .color__box.p-blue-500 {
    background-color: #3288ce
}
.color__define .color__name .color__box.p-blue-600 {
    background-color: #006eb5
}
.color__define .color__name .color__box.p-blue-700 {
    background-color: #1f5a95
}
.color__define .color__name .color__box.p-gray-100 {
    background-color: #fafafa
}
.color__define .color__name .color__box.p-gray-200 {
    background-color: #f7f7f7
}
.color__define .color__name .color__box.p-gray-300 {
    background-color: #edeff0
}
.color__define .color__name .color__box.p-gray-400 {
    background-color: #d4d6d8
}
.color__define .color__name .color__box.p-gray-500 {
    background-color: #a9b1b7
}
.color__define .color__name .color__box.p-gray-600 {
    background-color: #55606e
}
.color__define .color__name .color__box.p-gray-700 {
    background-color: #232e3d
}
.color__define .color__name .color__box.light-yellow {
    background-color: #ffe17e
}
.color__define .color__name .color__box.yellow {
    background-color: #ffeb00
}
.color__define .color__name .color__box.dark-yellow {
    background-color: #fbc412
}
.color__define .color__name .color__box.light-red {
    background-color: #ffbcb7
}
.color__define .color__name .color__box.red {
    background-color: #ee402d
}
.color__define .color__name .color__box.dark-red {
    background-color: #d12800
}
.color__define .color__name .color__box.light-green {
    background-color: #b8ecb6
}
.color__define .color__name .color__box.green {
    background-color: #6de354
}
.color__define .color__name .color__box.dark-green {
    background-color: #59ba47
}
.color__define .color__name .color__box.light-azure {
    background-color: #a2daf3
}
.color__define .color__name .color__box.azure {
    background-color: #60d4f2
}
.color__define .color__name .color__box.dark-azure {
    background-color: #00c1ff
}
.color__define .color__name .color__code {
    font-size: .563rem
}
@media(min-width:48em) {
    .color__define .color__name .color__code {
        display: flex;
        font-size: .625rem
    }
}
.color__define_balance {
    display: flex;
    width: 100%
}
.color__define_balance .color__name {
    margin: .5rem 0;
    text-align: center
}
.color__define_balance .color__name .color__box {
    height: 100%;
    height: 48px;
    margin-bottom: .625rem
}
@media(min-width:64em) {
    .color__define_balance .color__name .color__box {
        height: 70px
    }
}
@media(min-width:48em) {
    .color__define_balance .color__name .color__box {
        height: 85px;
        width: 100%
    }
}
.color__define_balance .color__name .color__box.p-gray-100 {
    background-color: #fafafa
}
.color__define_balance .color__name .color__box.p-gray-200 {
    background-color: #f7f7f7
}
.color__define_balance .color__name .color__box.p-gray-400 {
    background-color: #d4d6d8
}
.color__define_balance .color__name .color__box.p-gray-700 {
    background-color: #232e3d
}
.color__define_balance .color__name .color__box.p-blue-600 {
    background-color: #006eb5
}
.color__define_balance .color__name .color__box.dark-red {
    background-color: #d12800
}
.color__define_balance .color__name .color__code {
    font-size: .625rem
}
.color__define_balance .color__name.bl-1 {
    height: 75px;
    width: 45%
}
.color__define_balance .color__name.bl-2 {
    height: 75px;
    width: 12%
}
.color__define_balance .color__name.bl-3 {
    height: 75px;
    width: 15%
}
.color__define_balance .color__name.bl-4 {
    height: 75px;
    width: 18%
}
.color__define_balance .color__name.bl-5 {
    height: 75px;
    width: 8%
}
.color__define_balance .color__name.bl-6 {
    height: 75px;
    width: 5%
}
.icon--bar {
    cursor: pointer
}
.chevron-right-animated {
    display: inline-block;
    max-width: 6rem;
    width: 100%
}
.external-link-animated {
    box-shadow: -2px 2px 0 0 #d12800, -4px 0 0 -2px #d12800, -3px 3px 0 -1px #d12800;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: .75rem;
    margin-inline-start: -2px;
    position: relative;
    width: .75rem
}
.external-link-animated:before {
    background: #d12800;
    height: 2px;
    inset-block-start: 3.5px;
    inset-inline-end: 0;
    -webkit-transform: rotate(-45deg) translate(0);
    -moz-transform: rotate(-45deg) translate(0);
    -ms-transform: rotate(-45deg) translate(0);
    -o-transform: rotate(-45deg) translate(0);
    transition: rotate(-45deg) translate(0, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: .625rem
}
.external-link-animated:after {
    border-block-start: 2px solid #d12800;
    border-inline-end: 2px solid #d12800;
    height: .5rem;
    inset-block-start: 0;
    inset-inline-end: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: translate(0, 0);
    width: .5rem
}
.external-link-animated:hover:after {
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    transition: translate(5px, -5px)
}
.external-link-animated:hover:before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px, 0)
}
.download-animated {
    align-items: flex-end;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 12px;
    position: relative
}
.download-animated i {
    border: 2px solid #d12800;
    border-block-start: 0;
    box-sizing: content-box;
    display: block;
    height: 6px;
    width: 1.125rem
}
.download-animated:after {
    border-block-end: 2px solid #d12800;
    border-inline-start: 2px solid #d12800;
    height: 8px;
    inset-block-end: 6px;
    inset-inline-start: 7px;
    -webkit-transform: rotate(-45deg) translate(0);
    -moz-transform: rotate(-45deg) translate(0);
    -ms-transform: rotate(-45deg) translate(0);
    -o-transform: rotate(-45deg) translate(0);
    transition: rotate(-45deg) translate(0, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 8px
}
.download-animated:before {
    background: #d12800;
    height: 10px;
    inset-block-end: 7px;
    inset-inline-start: 10px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transition: translate(0, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 2px
}
.download-animated:hover:after {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transition: rotate(-45deg) translate(7px, -7px)
}
.download-animated:hover:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: translate(0, -10px)
}
[dir=rtl] .chevron-right-animated {
    -webkit-transform: translate(0) rotate(180deg);
    -moz-transform: translate(0) rotate(180deg);
    -ms-transform: translate(0) rotate(180deg);
    -o-transform: translate(0) rotate(180deg);
    transition: translate(0) rotate(180deg)
}
[dir=rtl] .chevron-right-animated:hover {
    -webkit-transform: translate(-10px) rotate(180deg);
    -moz-transform: translate(-10px) rotate(180deg);
    -ms-transform: translate(-10px) rotate(180deg);
    -o-transform: translate(-10px) rotate(180deg);
    transition: translate(-10px) rotate(180deg)
}
[dir=rtl] .external-link-animated, [dir=rtl] .external-link-animated:hover {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transition: rotate(270deg)
}
.icons-container {
    display: flex;
    flex-wrap: wrap
}
.icons-container > div > div {
    margin: 0 auto
}
.icons-container > div p {
    font-family: ProximaNova, sans-serif;
    font-size: 14px;
    margin-top: 10px
}
.icons-container > div {
    align-items: center;
    background: #edeff0;
    border: 1px solid #d4d6d8;
    box-shadow: 2px 2px 4px #edeff0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 1rem 2rem;
    padding: 1rem .5rem;
    text-align: center;
    width: calc(100% - 2rem)
}
@media(min-width:48em) {
    .icons-container > div {
        width: calc(25% - 2rem)
    }
}
div.author__img {
    border-radius: 50%;
    height: 80px;
    min-width: 80px;
    overflow: hidden;
    position: relative;
    width: 80px
}
div.author__img:before {
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}
div.author__img:hover:before {
    opacity: .75
}
div.author__img:hover.accent-yellow:before, div.author__img:hover.yellow:before, div.author__img:hover:before {
    background: linear-gradient(45deg, #ffeb00, transparent 53%)
}
div.author__img:hover.accent-red:before, div.author__img:hover.red:before {
    background: linear-gradient(45deg, #ee402d, transparent 53%)
}
div.author__img:hover.accent-green:before, div.author__img:hover.green:before {
    background: linear-gradient(45deg, #6de354, transparent 53%)
}
div.author__img:hover.accent-blue:before, div.author__img:hover.blue:before {
    background: linear-gradient(45deg, #60d4f2, transparent 53%)
}
div.author__img.large {
    height: 180px;
    width: 180px
}
div.author__img.large:before {
    height: 180px
}
.accent-yellow div.author__img:hover.accent-yellow:before, .accent-yellow div.author__img:hover.yellow:before, .accent-yellow div.author__img:hover:before {
    background: linear-gradient(45deg, #ffeb00, transparent 53%)
}
.accent-yellow div.author__img:hover.accent-red:before, .accent-yellow div.author__img:hover.red:before {
    background: linear-gradient(45deg, #ee402d, transparent 53%)
}
.accent-yellow div.author__img:hover.accent-green:before, .accent-yellow div.author__img:hover.green:before {
    background: linear-gradient(45deg, #6de354, transparent 53%)
}
.accent-yellow div.author__img:hover.accent-blue:before, .accent-yellow div.author__img:hover.blue:before {
    background: linear-gradient(45deg, #60d4f2, transparent 53%)
}
.accent-red div.author__img:hover:before {
    background: linear-gradient(45deg, #ee402d, transparent 53%)
}
.accent-red div.author__img:hover.accent-yellow:before, .accent-red div.author__img:hover.yellow:before {
    background: linear-gradient(45deg, #ffeb00, transparent 53%)
}
.accent-red div.author__img:hover.accent-red:before, .accent-red div.author__img:hover.red:before {
    background: linear-gradient(45deg, #ee402d, transparent 53%)
}
.accent-red div.author__img:hover.accent-green:before, .accent-red div.author__img:hover.green:before {
    background: linear-gradient(45deg, #6de354, transparent 53%)
}
.accent-red div.author__img:hover.accent-blue:before, .accent-red div.author__img:hover.blue:before {
    background: linear-gradient(45deg, #60d4f2, transparent 53%)
}
.accent-green div.author__img:hover:before {
    background: linear-gradient(45deg, #6de354, transparent 53%)
}
.accent-green div.author__img:hover.accent-yellow:before, .accent-green div.author__img:hover.yellow:before {
    background: linear-gradient(45deg, #ffeb00, transparent 53%)
}
.accent-green div.author__img:hover.accent-red:before, .accent-green div.author__img:hover.red:before {
    background: linear-gradient(45deg, #ee402d, transparent 53%)
}
.accent-green div.author__img:hover.accent-green:before, .accent-green div.author__img:hover.green:before {
    background: linear-gradient(45deg, #6de354, transparent 53%)
}
.accent-blue div.author__img:hover:before, .accent-green div.author__img:hover.accent-blue:before, .accent-green div.author__img:hover.blue:before {
    background: linear-gradient(45deg, #60d4f2, transparent 53%)
}
.accent-blue div.author__img:hover.accent-yellow:before, .accent-blue div.author__img:hover.yellow:before {
    background: linear-gradient(45deg, #ffeb00, transparent 53%)
}
.accent-blue div.author__img:hover.accent-red:before, .accent-blue div.author__img:hover.red:before {
    background: linear-gradient(45deg, #ee402d, transparent 53%)
}
.accent-blue div.author__img:hover.accent-green:before, .accent-blue div.author__img:hover.green:before {
    background: linear-gradient(45deg, #6de354, transparent 53%)
}
.accent-blue div.author__img:hover.accent-blue:before, .accent-blue div.author__img:hover.blue:before {
    background: linear-gradient(45deg, #60d4f2, transparent 53%)
}
[dir=rtl] .author__img:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transition: scaleX(-1)
}
img, picture {
    height: auto;
    max-width: 100%
}
  a :hover{background: hsla(359,71%,48%,1.00)
col#fff;}
picture {
    display: block
}
figure {
    display: ;
    flex-wrap: wrap;
    justify-content: ;
    margin: 0px 25px;
}
figure, figure img, figure > div {
    width: 80%
}
figure figcaption {
    line-height: 1.4;
    margin: 1rem 0.0rem 3rem!important;
	font-family: "Noto Kufi Arabic", "Roboto", sans-serif !important;
}
@media(min-width:48em) {
    figure figcaption {
        margin: 2rem 0;
        max-width: 64rem;
        width: 100%
    }
}
figure.medium {
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem
}
@media(min-width:48em) {
    figure.medium {
        margin: 0 auto;
        width: 100%
    }
    figure.medium > div {
        width: 100%
    }
    figure.medium img {
        max-width: 100%
    }
    figure.medium figcaption {
        line-height: 1.4;
        width: 100%
    }
}
figure.portrait {
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto
}
@media(min-width:48em) {
    figure.portrait {
        flex-direction: row
    }
    figure.portrait img {
        width: 100%
    }
    figure.portrait > div, figure.portrait > img {
        width: 50%
    }
    figure.portrait figcaption {
        display: block;
        margin: 0 0 0 1.5rem;
        max-width: 64rem;
        padding-bottom: 0;
        width: 50%
    }
    figure.portrait figcaption p {
        margin-bottom: 1rem;
        padding: 0
    }
    figure.portrait figcaption p + .credits {
        border-top: 1px solid #a9b1b7;
        margin-left: 0;
        padding: 1rem 0 0
    }
}
figure.portrait .credits {
    border-left: 0;
    border-right: 0;
    margin-bottom: 1rem
}
figure.portrait .author__caption {
    font-size: .875rem;
    line-height: 1.5
}
.image-figcaption__cart img {
    display: block
}
@media(min-width:48em) {
    [dir=rtl] figure.portrait figcaption {
        margin: 0 1.5rem 0 0
    }
    [dir=rtl] figure.portrait .credits {
        border-right: 0;
        margin-right: 0;
        padding: 1rem 0
    }
}
.credits {
    font-size: .875rem;
    line-height: 1.4;
    margin-left: auto
}
@media(min-width:48em) {
    .credits {
        font-size: 1rem
    }
}
.grid_name {
    color: #000;
    font-size: 1.375rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    min-height: 28px
}
@media(max-width:47.9375em) {
    .grid_name {
        font-size: 1.625rem
    }
}
.grid_name span {
    font-size: .875rem
}
.grid_description {
    color: #000;
    margin-bottom: 1.25rem
}
.grid--layout {
    background-color: #edeff0;
    height: 3rem;
    margin-bottom: .5rem
}
.grid--layout:nth-child(odd) {
    background-color: #f7f7f7
}
.grid--layout .column {
    font-size: .813rem;
    padding: .625rem
}
.spacing-wrapper .spacing__row .spacing__title.Primary {
    font-size: 3.438rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 4rem;
    margin-top: .5rem
}
.spacing__define .spacing__name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%
}
.spacing__define .spacing__name .spacing__label, .spacing__define .spacing__name .spacing__size {
    height: 100px;
    width: 100px
}
@media(min-width:48em) {
    .spacing__define .spacing__name .spacing__size {
        margin: 0 11rem
    }
}
.spacing__define .spacing__name .spacing-1, .spacing__define .spacing__name .spacing-10, .spacing__define .spacing__name .spacing-11, .spacing__define .spacing__name .spacing-12, .spacing__define .spacing__name .spacing-13, .spacing__define .spacing__name .spacing-2, .spacing__define .spacing__name .spacing-3, .spacing__define .spacing__name .spacing-4, .spacing__define .spacing__name .spacing-5, .spacing__define .spacing__name .spacing-6, .spacing__define .spacing__name .spacing-7, .spacing__define .spacing__name .spacing-8, .spacing__define .spacing__name .spacing-9 {
    background-color: #006eb5
}
.spacing__define .spacing__name .spacing-1 {
    height: 2px;
    width: 2px
}
.spacing__define .spacing__name .spacing-2 {
    height: 4px;
    width: 4px
}
.spacing__define .spacing__name .spacing-3 {
    height: 8px;
    width: 8px
}
.spacing__define .spacing__name .spacing-4 {
    height: 12px;
    width: 12px
}
.spacing__define .spacing__name .spacing-5 {
    height: 16px;
    width: 16px
}
.spacing__define .spacing__name .spacing-6 {
    height: 24px;
    width: 24px
}
.spacing__define .spacing__name .spacing-7 {
    height: 32px;
    width: 32px
}
.spacing__define .spacing__name .spacing-8 {
    height: 40px;
    width: 40px
}
.spacing__define .spacing__name .spacing-9 {
    height: 48px;
    width: 48px
}
.spacing__define .spacing__name .spacing-10 {
    height: 64px;
    width: 64px
}
.spacing__define .spacing__name .spacing-11 {
    height: 80px;
    width: 80px
}
.spacing__define .spacing__name .spacing-12 {
    height: 96px;
    width: 96px
}
.spacing__define .spacing__name .spacing-13 {
    height: 160px;
    width: 160px
}
.breadcrumb__item {
    color: #d12800;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}
.breadcrumb__item:hover {
    color: #ee402d
}
.language__item {
    display: inline-block;
    line-height: .9;
    min-width: 100px;
    padding: .75rem 1rem
}
.menu li a {
    border: none;
    display: inline;
    letter-spacing: .03em;
    text-transform: uppercase
}
.menu li a:hover {
    color: #55606e;
    cursor: pointer
}
.menu li a.selected {
    border-bottom: 2px solid #d12800;
    padding-bottom: .25rem
}
.progress-container {
    background: #edeff0;
    height: .75rem;
    width: 100%
}
@media(min-width:48em) {
    .progress-container {
        height: 1rem
    }
}
.progress-container .progress-bar {
    background: #ffeb00
}
.progress-container.small {
    height: .625rem
}
@media(min-width:48em) {
    .progress-container.small {
        height: .75rem
    }
}
.progress-container.small .progress-bar {
    height: .625rem
}
@media(min-width:48em) {
    .progress-container.small .progress-bar {
        height: .75rem
    }
}
.progress-container.accent-yellow .progress-bar, .progress-container.yellow .progress-bar {
    background: #ffeb00
}
.progress-container.accent-red .progress-bar, .progress-container.red .progress-bar {
    background: #ee402d
}
.progress-container.accent-green .progress-bar, .progress-container.green .progress-bar {
    background: #6de354
}
.progress-container.accent-blue .progress-bar, .progress-container.blue .progress-bar {
    background: #60d4f2
}
.accent-yellow .progress-container .progress-bar, .accent-yellow .progress-container.accent-yellow .progress-bar, .accent-yellow .progress-container.yellow .progress-bar, .yellow .progress-container .progress-bar, .yellow .progress-container.accent-yellow .progress-bar, .yellow .progress-container.yellow .progress-bar {
    background: #ffeb00
}
.accent-yellow .progress-container.accent-red .progress-bar, .accent-yellow .progress-container.red .progress-bar, .yellow .progress-container.accent-red .progress-bar, .yellow .progress-container.red .progress-bar {
    background: #ee402d
}
.accent-yellow .progress-container.accent-green .progress-bar, .accent-yellow .progress-container.green .progress-bar, .yellow .progress-container.accent-green .progress-bar, .yellow .progress-container.green .progress-bar {
    background: #6de354
}
.accent-yellow .progress-container.accent-blue .progress-bar, .accent-yellow .progress-container.blue .progress-bar, .yellow .progress-container.accent-blue .progress-bar, .yellow .progress-container.blue .progress-bar {
    background: #60d4f2
}
.accent-red .progress-container .progress-bar, .red .progress-container .progress-bar {
    background: #ee402d
}
.accent-red .progress-container.accent-yellow .progress-bar, .accent-red .progress-container.yellow .progress-bar, .red .progress-container.accent-yellow .progress-bar, .red .progress-container.yellow .progress-bar {
    background: #ffeb00
}
.accent-red .progress-container.accent-red .progress-bar, .accent-red .progress-container.red .progress-bar, .red .progress-container.accent-red .progress-bar, .red .progress-container.red .progress-bar {
    background: #ee402d
}
.accent-red .progress-container.accent-green .progress-bar, .accent-red .progress-container.green .progress-bar, .red .progress-container.accent-green .progress-bar, .red .progress-container.green .progress-bar {
    background: #6de354
}
.accent-red .progress-container.accent-blue .progress-bar, .accent-red .progress-container.blue .progress-bar, .red .progress-container.accent-blue .progress-bar, .red .progress-container.blue .progress-bar {
    background: #60d4f2
}
.accent-green .progress-container .progress-bar, .green .progress-container .progress-bar {
    background: #6de354
}
.accent-green .progress-container.accent-yellow .progress-bar, .accent-green .progress-container.yellow .progress-bar, .green .progress-container.accent-yellow .progress-bar, .green .progress-container.yellow .progress-bar {
    background: #ffeb00
}
.accent-green .progress-container.accent-red .progress-bar, .accent-green .progress-container.red .progress-bar, .green .progress-container.accent-red .progress-bar, .green .progress-container.red .progress-bar {
    background: #ee402d
}
.accent-green .progress-container.accent-green .progress-bar, .accent-green .progress-container.green .progress-bar, .green .progress-container.accent-green .progress-bar, .green .progress-container.green .progress-bar {
    background: #6de354
}
.accent-blue .progress-container .progress-bar, .accent-green .progress-container.accent-blue .progress-bar, .accent-green .progress-container.blue .progress-bar, .blue .progress-container .progress-bar, .green .progress-container.accent-blue .progress-bar, .green .progress-container.blue .progress-bar {
    background: #60d4f2
}
.accent-blue .progress-container.accent-yellow .progress-bar, .accent-blue .progress-container.yellow .progress-bar, .blue .progress-container.accent-yellow .progress-bar, .blue .progress-container.yellow .progress-bar {
    background: #ffeb00
}
.accent-blue .progress-container.accent-red .progress-bar, .accent-blue .progress-container.red .progress-bar, .blue .progress-container.accent-red .progress-bar, .blue .progress-container.red .progress-bar {
    background: #ee402d
}
.accent-blue .progress-container.accent-green .progress-bar, .accent-blue .progress-container.green .progress-bar, .blue .progress-container.accent-green .progress-bar, .blue .progress-container.green .progress-bar {
    background: #6de354
}
.accent-blue .progress-container.accent-blue .progress-bar, .accent-blue .progress-container.blue .progress-bar, .blue .progress-container.accent-blue .progress-bar, .blue .progress-container.blue .progress-bar {
    background: #60d4f2
}
.progress-bar {
    height: .75rem;
    min-width: 1%;
    position: fixed;
    -webkit-transition: width .2s linear;
    -moz-transition: width .2s linear;
    -ms-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear;
    width: 34%;
    z-index: 1
}
@media(min-width:48em) {
    .progress-bar {
        height: 1rem
    }
}
.progress-top {
    top: 0
}
.sidebar_item:hover {
    background-color: #f7f7f7
}
.sidebar_item.open .arrow {
    transform: rotate(180deg);
    transition: all .1s ease
}
.sidebar_item h6 {
    margin-bottom: 0
}
details summary {
    list-style-type: none;
    outline: 0
}
details summary::-webkit-details-marker {
    display: none
}
details summary:before {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-small-right.svg) no-repeat 0;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: .25rem;
    width: 14px
}
details[open] summary {
    margin-bottom: .5rem
}
details[open] summary:before {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-small-down.svg) no-repeat 0;
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px
}
[dir=rtl] details summary:before {
    margin-left: .25rem;
    margin-right: 0;
    -webkit-transform: translate(0) rotate(180deg);
    -moz-transform: translate(0) rotate(180deg);
    -ms-transform: translate(0) rotate(180deg);
    -o-transform: translate(0) rotate(180deg);
    transition: translate(0) rotate(180deg)
}
[dir=rtl] details[open] summary:before {
    -webkit-transform: translate(0) rotate(0deg);
    -moz-transform: translate(0) rotate(0deg);
    -ms-transform: translate(0) rotate(0deg);
    -o-transform: translate(0) rotate(0deg);
    transition: translate(0) rotate(0deg)
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}
@media(min-width:48em) {
    table {
        width: auto
    }
}
table.small td, table.small th {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem
}
table.striped tr:nth-child(2n) {
    background-color: #f7f7f7
}
table.border {
    border-collapse: collapse
}
table.border td, table.border th {
    border: 1px solid #d4d6d8
}
table.stacked td, table.stacked th {
    display: block
}
@media(min-width:48em) {
    table.stacked td, table.stacked th {
        display: table-cell
    }
}
table.stacked thead tr {
    display: none
}
@media(min-width:48em) {
    table.stacked thead tr {
        display: table-row
    }
}
table.stacked.border tr {
    border: 1px solid #d4d6d8
}
@media(min-width:48em) {
    table.stacked.border tr td, table.stacked.border tr th {
        border: 1px solid #d4d6d8
    }
}
td, th {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: .75rem;
    vertical-align: top
}
@media(min-width:48em) {
    td, th {
        padding: .75rem 2.5rem .75rem .75rem
    }
}
thead tr th {
    background-color: #edeff0;
    font-weight: 600;
    text-align: left
}
.scroll {
    overflow-x: auto
}
.scroll thead th {
    white-space: nowrap
}
.scroll td, .scroll th {
    -webkit-text-size-adjust: 100%
}
[dir=rtl] td, [dir=rtl] th {
    text-align: right
}
@media(min-width:48em) {
    [dir=rtl] td, [dir=rtl] th {
        padding: .75rem .75rem .75rem 2.5rem
    }
}
:lang(my) td, :lang(my) th {
    line-height: 1.7
}
.grid_description, .menu li a, small {
    font-size: .75rem
}
@media(min-width:48em) {
    .grid_description, .menu li a, small {
        font-size: .875rem
    }
}
.language__item, details p {
    font-size: .875rem;
    line-height: 1.4
}
@media(min-width:48em) {
    .language__item, details p {
        font-size: 1rem
    }
}
abbr[title], code, details summary, mark, q {
    font-size: 1rem
}
@media(min-width:48em) {
    abbr[title], code, details summary, mark, q {
        font-size: 1.25rem
    }
}
cite {
    font-size: 1.25rem;
    line-height: 1.1
}
@media(min-width:48em) {
    cite {
        font-size: 1.5rem
    }
}
.language__item, .sidebar_item, tbody tr {
    border-bottom: 1px solid #d4d6d8
}
.image-figcaption__cart img, div.author__img img {
    height: 100%;
    object-fit: cover;
    padding: 0;
    width: 100%
}
.breadcrumb__item, table.stacked.border tr td, table.stacked.border tr th, table.striped tr {
    border: none
}
.sidebar_item {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 1rem;
    position: relative
}
@media(min-width:48em) {
    .sidebar_item {
        padding: 1.5rem
    }
}
.sidebar_item.selected {
    background-color: #006eb5
}
.sidebar_item.selected h6 {
    color: #fff
}
.sidebar_item.selected:hover {
    background-color: #006eb5
}
.overlay-grey:before, div.author__img:before, div.card-thumbnail__image:before, div.publication-thumbnail__image:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.breadcrumb__item, .menu li a, table.stacked.border tr td, table.stacked.border tr th, table.striped tr {
    background-image: none
}
[data-viewport=true] {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transition: translateX(-100px);
    -webkit-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    visibility: hidden
}
[data-viewport=true].inviewport, [dir=rtl] [data-viewport=true].inviewport {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0);
    visibility: visible
}
[dir=rtl] [data-viewport=true] {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transition: translateX(100px)
}
.scale-up {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transition: scale(.9);
    -webkit-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: transform 1.2s cubic-bezier(.34, .41, .03, 1)
}
.opacity-only {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1)
}
.opacity-only.inviewport {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0)
}
:lang(my) .language__item, :lang(my) details p, details :lang(my) p {
    font-size: .75rem;
    line-height: 1.7
}
@media(min-width:48em) {
    :lang(my) .language__item, :lang(my) details p, details :lang(my) p {
        font-size: .875rem
    }
}
:lang(my) abbr[title], :lang(my) code, :lang(my) details summary, :lang(my) mark, :lang(my) q, details :lang(my) summary {
    font-size: .875rem
}
@media(min-width:48em) {
    :lang(my) abbr[title], :lang(my) code, :lang(my) details summary, :lang(my) mark, :lang(my) q, details :lang(my) summary {
        font-size: 1rem
    }
}
:lang(my) cite {
    font-size: 1.25rem;
    line-height: 1.1
}
@media(min-width:48em) {
    :lang(my) cite {
        font-size: 1.5rem
    }
}
.chevron-right-animated i:after, .chevron-right-animated i:before, .download-animated:after, .download-animated:before, .external-link-animated:after, .external-link-animated:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute
}
.chevron-right-animated i {
    box-sizing: border-box;
    display: block;
    height: 1rem;
    left: 1.25rem;
    position: relative;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 0
}
.chevron-right-animated i:before {
    background-color: #ee402d;
    display: none;
    height: 2px;
    right: 0;
    top: 7px;
    width: 100%
}
.chevron-right-animated i:after {
    border-right: 2px solid #ee402d;
    border-top: 2px solid #ee402d;
    height: .75rem;
    right: 0;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: rotate(45deg);
    width: .75rem
}
.chevron-right-animated:hover i {
    width: 5rem
}
.chevron-right-animated:hover i:before {
    display: unset
}

.custom-scrollbar {
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #000 transparent;
    scrollbar-width: thin
}
.custom-scrollbar::-webkit-scrollbar {
    border-radius: 0;
    height: 5px;
    width: 5px
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #000;
    background-clip: padding-box;
    border: 2px solid #fff
}
.custom-scrollbar::-webkit-scrollbar-corner {
    display: none
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #000
}
video {
    object-fit: cover
}
.accordion li button {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase
}
@media(min-width:48em) {
    .accordion li button {
        display: inline-flex
    }
}
.accordion {
    background-color: #fff
}
.accordion li :lang(my) button, :lang(my) .accordion li button {
    font-size: .875rem
}
.accordion {
    padding: 0;
    position: relative
}
.accordion li {
    border-bottom: 1px solid #a9b1b7;
    cursor: pointer;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 0;
    position: relative
}
.accordion li button {
    font-size: 1.563rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 auto;
    padding: 1rem 0 1.5rem;
    text-align: left;
    width: 100%
}
.accordion li button:before {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-down.svg) no-repeat 50%;
    border-top-color: #f3f3f3;
    content: "";
    height: 1.25rem;
    margin-left: 1.5rem;
    position: absolute;
    right: 0;
    top: 1.5rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 1.25rem
}
.accordion li button.accordion--active:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: rotateZ(-180deg)
}
.accordion li p:last-of-type {
    margin-bottom: 0
}
[dir=rtl] .accordion li button {
    text-align: right
}
[dir=rtl] .accordion li button:before {
    left: 0;
    margin-left: 0;
    right: unset
}
[dir=rtl] .accordion li button.accordion--active {
    padding-right: 0
}
[dir=rtl] .accordion li button.accordion--active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotateZ(180deg)
}
.accordion__panel {
    display: none;
    height: auto;
    padding: 2rem
}
@media(min-width:48em) {
    .accordion__panel {
        padding: 2.5rem
    }
    [data-accordion=mobile] .desktop-visible {
        display: block !important
    }
    [data-accordion=mobile] .desktop-event-none {
        pointer-events: none
    }
}
:lang(my) .accordion li button {
    font-family: 
}
.author-card a {
    background: none;
    border-top: 2px solid #000;
    display: block;
    margin-bottom: 3rem;
    padding-top: 1.5rem;
    word-break: break-word
}
@media(min-width:48em) {
    .author-card a {
        margin-bottom: 3.75rem
    }
}
.author-card a:hover .cta__link:after {
    -webkit-transform: translate(70%);
    -moz-transform: translate(70%);
    -ms-transform: translate(70%);
    -o-transform: translate(70%);
    transition: translate(70%, 0)
}
.author-card a:hover .author__img:before {
    opacity: .75
}
.author-card p {
    font-size: .875rem;
    line-height: 1.4;
    margin-bottom: 1.5rem
}
@media(min-width:48em) {
    .author-card p {
        font-size: 1rem
    }
}
@media(max-width:47.9375em) {
    .author-card h6 {
        font-size: .875rem;
        line-height: 1.2
    }
}
[dir=rtl] .author-card a:hover .cta__link:after {
    -webkit-transform: translate(-50%) rotate(180deg);
    -moz-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    -o-transform: translate(-50%) rotate(180deg);
    transition: translate(-50%, 0) rotate(180deg)
}
.author-box a {
    background-image: none
}
.author-box {
    margin-bottom: 1.5rem;
    width: 100%
}
.author-box, .author-box a {
    display: inline-flex
}
.author-box:hover .author__img:before {
    opacity: .75
}
.author__img {
    margin-right: 1.5rem
}
.author-label {
    padding-top: .25rem
}
.author-label h6 {
    margin-bottom: .5rem;
    text-transform: uppercase
}
.author-label p {
    font-size: .875rem;
    margin-bottom: 0
}
@media(min-width:48em) {
    .author-label p {
        font-size: 1rem
    }
}
[dir=rtl] .author-label {
    padding-left: 0
}
[dir=rtl] .author__img {
    margin-left: 1.5rem;
    margin-right: 0
}
.author-summary {
    border-top: 2px solid #000;
    padding-top: 2rem
}
@media(min-width:48em) {
    .author-summary {
        display: flex;
        justify-content: space-between
    }
}
.author-summary-wrapper h4 {
    margin-bottom: 2.438rem
}
.author-summary-left {
    display: flex
}
@media(max-width:47.9375em) {
    .author-summary-left {
        align-items: flex-start;
        justify-content: space-between
    }
}
@media(min-width:48em) {
    .author-summary-left {
        width: 50%
    }
}
.author-summary-left .author__img {
    margin-right: 0
}
@media(max-width:47.9375em) {
    .author-summary-left .author__img.large {
        height: 100%
    }
}
@media(min-width:48em) {
    .author-summary-left .author__img.large {
        height: fit-content;
        width: 40%
    }
}
@media(min-width:64em) {
    .author-summary-left .author__img.large {
        width: 11.25rem
    }
}
.author-summary-left .author__img:hover.yellow:before {
    background: none
}
@media(max-width:47.9375em) {
    .author-summary-right {
        margin-top: .75rem
    }
}
@media(min-width:48em) {
    .author-summary-right {
        width: 40%
    }
}
.author-summary-text {
    margin-left: .75rem;
    margin-top: 0
}
@media(min-width:48em) {
    .author-summary-text {
        width: calc(100% - 13.875rem)
    }
}
@media(min-width:64em) {
    .author-summary-text {
        margin-left: 2.5rem
    }
}
.author-summary-text h2 {
    hyphens: manual;
    margin-bottom: .5rem;
    overflow-wrap: break-word
}
@media(min-width:48em) {
    [dir=rtl] .author-summary-text {
        margin-left: 0;
        margin-right: 2.5rem
    }
}
.bio-card .bio-card__content p, .bio-card-content p.small {
    font-size: .875rem;
    line-height: 1.4
}
@media(min-width:48em) {
    .bio-card .bio-card__content p, .bio-card-content p.small {
        font-size: 1rem
    }
}
.bio-card .bio-card__content :lang(my) p, .bio-card-content :lang(my) p.small, :lang(my) .bio-card .bio-card__content p, :lang(my) .bio-card-content p.small {
    font-size: .75rem;
    line-height: 1.7
}
@media(min-width:48em) {
    .bio-card .bio-card__content :lang(my) p, .bio-card-content :lang(my) p.small, :lang(my) .bio-card .bio-card__content p, :lang(my) .bio-card-content p.small {
        font-size: .875rem
    }
}
.bio-card-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-color: #000 transparent;
    scrollbar-width: thin
}
.bio-card-wrapper::-webkit-scrollbar {
    border-radius: 0;
    height: 5px;
    width: 5px
}
.bio-card-wrapper::-webkit-scrollbar-track {
    background: #000;
    background-clip: padding-box;
    border: 2px solid #fff
}
.bio-card-wrapper::-webkit-scrollbar-corner {
    display: none
}
.bio-card-wrapper::-webkit-scrollbar-thumb {
    background: #000
}
.bio-card a {
    background: #f7f7f7;
    display: block;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease
}
.bio-card .card-thumbnail__image img {
    height: auto;
    width: 100%
}
.bio-card:hover .cta--arrow i {
    width: 5rem
}
.bio-card:hover .cta--arrow i:before {
    display: unset
}
.accent-yellow .bio-card:hover .card-thumbnail__image:before, .accent-yellow .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-yellow .bio-card:hover.yellow .card-thumbnail__image:before, .bio-card:hover .card-thumbnail__image:before, .bio-card:hover.yellow .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
.accent-yellow .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-yellow .bio-card:hover.red .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
.accent-yellow .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-yellow .bio-card:hover.green .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
.accent-yellow .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-yellow .bio-card:hover.blue .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    opacity: .75
}
.accent-red .bio-card:hover .card-thumbnail__image:before, .bio-card:hover.red .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
.accent-red .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-red .bio-card:hover.yellow .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
.accent-red .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-red .bio-card:hover.red .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
.accent-red .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-red .bio-card:hover.green .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
.accent-red .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-red .bio-card:hover.blue .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    opacity: .75
}
.accent-green .bio-card:hover .card-thumbnail__image:before, .bio-card:hover.green .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
.accent-green .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-green .bio-card:hover.yellow .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
.accent-green .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-green .bio-card:hover.red .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
.accent-green .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-green .bio-card:hover.green .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
.accent-blue .bio-card:hover .card-thumbnail__image:before, .accent-green .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-green .bio-card:hover.blue .card-thumbnail__image:before, .bio-card:hover.blue .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    opacity: .75
}
.accent-blue .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-blue .bio-card:hover.yellow .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
.accent-blue .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-blue .bio-card:hover.red .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
.accent-blue .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-blue .bio-card:hover.green .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
.accent-blue .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-blue .bio-card:hover.blue .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    opacity: .75
}
.bio-card .bio-card__content {
    background: #fafafa;
    flex-direction: column;
    order: 2;
    overflow: hidden;
    position: relative
}
@media(min-width:48em) {
    .bio-card .bio-card__content {
        background: none;
        display: flex;
        order: inherit
    }
}
.bio-card .bio-card__content .bio-card__description {
    padding: 2rem 1.5rem 0
}
.bio-card .bio-card__content .card-thumbnail__image {
    order: 1
}
@media(min-width:48em) {
    .bio-card .bio-card__content .card-thumbnail__image {
        order: inherit
    }
}
.bio-card .bio-card__content .card-thumbnail__image:before {
    opacity: 0
}
.bio-card .bio-card__content h5 {
    margin-bottom: 1.125rem
}
@media(min-width:48em) {
    .bio-card .bio-card__content h5 {
        margin-bottom: .75rem
    }
}
.bio-card .bio-card__content p {
    margin-bottom: 2.063rem
}
@media(min-width:48em) {
    .bio-card .bio-card__content p {
        margin-bottom: 1.5rem
    }
}
.bio-card .bio-card__content .cta__link {
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding: 0 1.5rem 2rem
}
@media(min-width:48em) {
    .bio-card .bio-card__content .cta__link {
        margin-top: auto
    }
}
.modal {
    visibility: hidden
}
.modal.open {
    visibility: visible
}
.bio-card-wrapper {
    display: block;
    height: 100%;
    overflow-y: scroll;
    overflow-y: auto
}
@media(min-width:48em) {
    .bio-card-wrapper {
        display: flex
    }
}
.bio-card-image {
    width: 100%
}
@media(min-width:48em) {
    .bio-card-image {
        min-width: 338px
    }
}
.bio-card-image img {
    width: 100%
}
@media(min-width:48em) {
    .bio-card-image img {
        width: auto
    }
}
.bio-card-content {
    padding: 2rem 1.5rem
}
@media(min-width:48em) {
    .bio-card-content {
        padding: 0 1.5rem
    }
}
.bio-card-content p {
    margin-bottom: 2rem
}
[dir=rtl] .bio-card:hover .cta--arrow:after {
    -webkit-transform: translate(0) rotate(180deg);
    -moz-transform: translate(0) rotate(180deg);
    -ms-transform: translate(0) rotate(180deg);
    -o-transform: translate(0) rotate(180deg);
    transition: translate(0, 0) rotate(180deg)
}
.accent-yellow [dir=rtl] .bio-card:hover .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before, .accent-yellow [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before, [dir=rtl] .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
.accent-red [dir=rtl] .bio-card:hover .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before, .accent-red [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before, [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
.accent-green [dir=rtl] .bio-card:hover .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before, .accent-green [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before, [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
.accent-blue [dir=rtl] .bio-card:hover .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.accent-blue .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.accent-green .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.accent-red .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.accent-yellow .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.green .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.red .card-thumbnail__image:before, .accent-blue [dir=rtl] .bio-card:hover.yellow .card-thumbnail__image:before, [dir=rtl] .bio-card:hover.blue .card-thumbnail__image:before {
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
div.blockquote {
    background-color: none;
    padding: 2rem 1.5rem
}
@media(min-width:48em) {
    div.blockquote {
        padding: 5.313rem 6rem
    }
}
.accent-yellow div.blockquote {
    background-color: #ffeb00
}
.accent-red div.blockquote {
    background-color: #ee402d
}
.accent-green div.blockquote {
    background-color: #6de354
}
.accent-blue div.blockquote {
    background-color: #60d4f2
}
div.blockquote.accent-yellow, div.blockquote.yellow {
    background-color: #ffeb00
}
div.blockquote.accent-red, div.blockquote.red {
    background-color: #ee402d
}
div.blockquote.accent-green, div.blockquote.green {
    background-color: #6de354
}
div.blockquote.accent-blue, div.blockquote.blue {
    background-color: #60d4f2
}
div.blockquote.accent-gray, div.blockquote.gray {
    background-color: #f7f7f7
}
.breadcrumb ul {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: .75rem;
    padding: 0
}
.breadcrumb ul li {
    display: inline-block;
    margin: .75rem 1.5rem .75rem 0;
    padding-left: 0;
    position: relative
}
.breadcrumb ul li:after {
    color: #d12800;
    content: "/";
    font-weight: 700;
    position: absolute;
    right: -12px;
    top: 0
}
.breadcrumb ul li:first-of-type {
    margin-left: 0
}
.breadcrumb ul li:last-of-type {
    font-weight: 600;
    letter-spacing: .03em;
    margin-right: 0;
    max-width: calc(100vw - 2rem);
    text-transform: uppercase
}
.breadcrumb ul li:last-of-type:after {
    display: none
}
.breadcrumb ul li a {
    background: none;
    color: #d12800;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    transition: opacity .2s ease
}
.breadcrumb ul li a:hover {
    color: #ee402d
}
.breadcrumb.white li a, .breadcrumb.white li:after {
    color: #fff
}
.breadcrumb.white li a:hover {
    color: #fff;
    opacity: .7
}
.breadcrumb.white li:last-of-type, .breadcrumb.white:last-of-type {
    color: #fff
}
[dir=rtl] .breadcrumb ul {
    padding: 0
}
[dir=rtl] .breadcrumb li {
    margin: .75rem 0 .75rem 1.5rem;
    padding-right: 0
}
[dir=rtl] .breadcrumb li a {
    margin: 0
}
[dir=rtl] .breadcrumb li:first-of-type {
    margin-left: 1.5rem;
    margin-right: 0
}
[dir=rtl] .breadcrumb li:last-of-type {
    margin-left: 0;
    margin-right: 0
}
[dir=rtl] .breadcrumb li:after {
    left: -14px;
    right: unset;
    top: 63%;
    -webkit-transform: translateY(-63%) rotate(140deg);
    -moz-transform: translateY(-63%) rotate(140deg);
    -ms-transform: translateY(-63%) rotate(140deg);
    -o-transform: translateY(-63%) rotate(140deg);
    transition: translate(0, -63%) rotate(140deg)
}
:lang(my) .breadcrumb li:last-of-type {
    font-size: .75rem
}
.button {
    align-items: center;
    background: transparent;
    border: none;
    display: block;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase
}
@media(min-width:48em) {
    .button {
        display: inline-flex
    }
}
:lang(my) .button {
    font-size: .875rem
}
.button {
    color: #fff;
    cursor: pointer;
    justify-content: center;
    padding: 1rem 1.5rem
}
.button:focus-visible {
    box-shadow: 0 0 4px #0468b1;
    outline: 0
}
button:focus-visible {
    box-shadow: 0 0 4px #0468b1;
    outline: 0
}
.button.button-primary {
    background-color: #d12800
}
.button.button-primary:hover {
    background-color: #ee402d
}
.button.button-primary.button-arrow:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-right-black.svg) no-repeat 0;
    content: "";
    height: 20px;
    margin-left: .75rem;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    width: 13px
}
.button.button-primary.button-arrow:hover:after {
    -webkit-transform: translate(70%);
    -moz-transform: translate(70%);
    -ms-transform: translate(70%);
    -o-transform: translate(70%);
    transition: translate(70%, 0)
}
.button.button-primary.button-arrow.disabled:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-right-white.svg) no-repeat 0;
    content: ""
}
.button.button-primary.button-external-link {
    align-items: baseline
}
.button.button-primary .external-link-animated {
    box-shadow: -2px 2px 0 0 #000, -4px 0 0 -2px #000, -3px 3px 0 -1px #000;
    margin-left: 1rem
}
.button.button-primary .external-link-animated:before {
    background: #000
}
.button.button-primary .external-link-animated:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000
}
.button.button-primary:hover .external-link-animated:after {
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    transition: translate(5px, -5px)
}
.button.button-primary:hover .external-link-animated:before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px, 0)
}
.button.button-primary.disabled .external-link-animated {
    box-shadow: -2px 2px 0 0 #edeff0, -4px 0 0 -2px #edeff0, -3px 3px 0 -1px #edeff0
}
.button.button-primary.disabled .external-link-animated:before {
    background: #edeff0
}
.button.button-primary.disabled .external-link-animated:after {
    border-right: 2px solid #edeff0;
    border-top: 2px solid #edeff0
}
.button.button-primary.button-download {
    align-items: baseline;
    padding: 1.25rem 1.5rem
}
.button.button-primary .download-animated {
    margin-left: 1rem
}
.button.button-primary .download-animated i {
    border: 2px solid #000;
    border-top: 0
}
.button.button-primary .download-animated:after {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000
}
.button.button-primary .download-animated:before {
    background: #000
}
.button.button-primary:hover .download-animated:after {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transition: rotate(-45deg) translate(7px, -7px)
}
.button.button-primary:hover .download-animated:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: translate(0, -10px)
}
.button.button-primary.disabled .download-animated i {
    border: 2px solid #edeff0;
    border-top: 0
}
.button.button-primary.disabled .download-animated:after {
    border-bottom: 2px solid #edeff0;
    border-left: 2px solid #edeff0
}
.button.button-primary.disabled .download-animated:before {
    background: #edeff0
}
.button.button-secondary {
    background-color: #006eb5
}
.button.button-secondary:hover {
    background-color: #4f95dd
}
.button.button-secondary.button-arrow:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-right-white.svg) no-repeat 0;
    content: "";
    height: 20px;
    margin-left: .75rem;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    width: 13px
}
.button.button-secondary.button-arrow:hover:after {
    -webkit-transform: translate(70%);
    -moz-transform: translate(70%);
    -ms-transform: translate(70%);
    -o-transform: translate(70%);
    transition: translate(70%, 0)
}
.button.button-secondary.button-arrow.disabled:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-right-white.svg) no-repeat 0;
    content: ""
}
.button.button-secondary.button-external-link {
    align-items: baseline
}
.button.button-secondary .external-link-animated {
    box-shadow: -2px 2px 0 0 #fff, -4px 0 0 -2px #fff, -3px 3px 0 -1px #fff;
    margin-left: 1rem
}
.button.button-secondary .external-link-animated:before {
    background: #fff
}
.button.button-secondary .external-link-animated:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}
.button.button-secondary:hover .external-link-animated:after {
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    transition: translate(5px, -5px)
}
.button.button-secondary:hover .external-link-animated:before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px, 0)
}
.button.button-secondary.disabled .external-link-animated {
    box-shadow: -2px 2px 0 0 #edeff0, -4px 0 0 -2px #edeff0, -3px 3px 0 -1px #edeff0
}
.button.button-secondary.disabled .external-link-animated:before {
    background: #edeff0
}
.button.button-secondary.disabled .external-link-animated:after {
    border-right: 2px solid #edeff0;
    border-top: 2px solid #edeff0
}
.button.button-secondary.button-download {
    align-items: baseline;
    padding: 1.25rem 1.5rem
}
.button.button-secondary .download-animated {
    margin-left: 1rem
}
.button.button-secondary .download-animated i {
    border: 2px solid #fff;
    border-top: 0
}
.button.button-secondary .download-animated:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}
.button.button-secondary .download-animated:before {
    background: #fff
}
.button.button-secondary:hover .download-animated:after {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transition: rotate(-45deg) translate(7px, -7px)
}
.button.button-secondary:hover .download-animated:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: translate(0, -10px)
}
.button.button-secondary.disabled .download-animated i {
    border: 2px solid #edeff0;
    border-top: 0
}
.button.button-secondary.disabled .download-animated:after {
    border-bottom: 2px solid #edeff0;
    border-left: 2px solid #edeff0
}
.button.button-secondary.disabled .download-animated:before {
    background: #edeff0
}
.button.disabled {
    background-color: #d4d6d8;
    color: #edeff0;
    pointer-events: none
}
[dir=rtl] .button.button-primary.button-arrow:after, [dir=rtl] .button.button-secondary.button-arrow:after {
    margin-left: 0;
    margin-right: .75rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotate(180deg)
}
[dir=rtl] .button.button-primary.button-arrow:hover:after, [dir=rtl] .button.button-secondary.button-arrow:hover:after {
    -webkit-transform: translate(-50%) rotate(180deg);
    -moz-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    -o-transform: translate(-50%) rotate(180deg);
    transition: translate(-50%, 0) rotate(180deg)
}
[dir=rtl] .button.button-primary .download-animated, [dir=rtl] .button.button-primary .external-link-animated, [dir=rtl] .button.button-secondary .download-animated, [dir=rtl] .button.button-secondary .external-link-animated {
    margin-left: 0;
    margin-right: 1rem
}
input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #d12800;
    cursor: pointer;
    height: 16px;
    margin: 0;
    width: 16px
}
input[type=checkbox]:hover {
    border-color: #ffb4ae
}
input[type=checkbox]:focus-visible {
    box-shadow: 0 0 4px #0468b1;
    outline: 0
}
.form-check {
    align-items: center;
    display: flex;
    position: relative
}
.form-check label {
    cursor: pointer;
    font-size: 1rem;
    padding: 0 7px
}
input[type=checkbox] {
    border-radius: 0
}
input[type=checkbox]:checked {
    background: url(/themes/custom/undpglobal/design-system/images/icon-check.svg) 1px 0 no-repeat
}
.chip {
    align-items: center;
    background: #f7f7f7;
    border: none;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    display: inline-flex;
    min-height: 1.875rem;
    padding: .25rem 1rem
}
.chip:hover {
    background-color: #edeff0
}
.chip.chip__cross:before {
    background: url(/themes/custom/undpglobal/design-system/images/times-red.svg) no-repeat 0;
    content: "";
    display: inline-flex;
    height: 22px;
    margin-left: -.25rem;
    margin-right: .5rem;
    padding-right: 1.375rem;
    position: relative;
    top: 0;
    width: auto
}
[dir=rtl] .chip__cross:before {
    margin-left: .5rem;
    margin-right: -.25rem
}
:lang(my) .chip {
    align-items: flex-end
}
:lang(my) .chip__cross {
    align-items: baseline
}
:lang(my) .chip__cross:before {
    top: 5px
}
.content-data > div {
    margin-bottom: 2rem
}
.content-data .cta-container {
    margin-top: 5.75rem
}
div.content-card .image:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
div.content-card h6 {
    color: #000;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .48px;
    line-height: .84;
    margin-bottom: 1rem;
    text-transform: uppercase
}
:lang(my) div.content-card h6, div.content-card :lang(my) h6 {
    font-size: 1rem
}
div.content-card {
    background-color: #fff;
    border-top: 2px solid #000;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    word-break: break-word
}
div.content-card > a {
    background: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding-bottom: 2.625rem;
    position: relative
}
div.content-card h6 {
    margin-bottom: 0;
    padding: 1rem 1.5rem 1.625rem
}
div.content-card.card h6 {
    padding-bottom: 1rem
}
div.content-card .image {
    position: relative;
    width: 100%
}
div.content-card .image img {
    display: block;
    width: 100%
}
div.content-card .image:before {
    opacity: 0;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s
}
div.content-card p {
    font-size: 1rem;
    margin: 0;
    padding-top: 1rem
}
div.content-card.card:hover {
    background-color: #fafafa
}
div.content-card.card-emphasize {
    background-color: #ffe17e
}
div.content-card.card-emphasize:hover {
    background-color: #ffeb00
}
div.content-card.card-emphasize:hover.red .cta--space:after, div.content-card.card:hover.red .cta--space:after {
    filter: invert(0) brightness(0)
}
div.content-card.card-emphasize:hover.red .cta--arrow:after, div.content-card.card:hover.red .cta--arrow:after {
    background-image: url(/themes/custom/undpglobal/design-system/images/arrow-right.svg)
}
div.content-card.card-emphasize:hover.accent-yellow, div.content-card.card-emphasize:hover.yellow, div.content-card.card:hover.accent-yellow, div.content-card.card:hover.yellow {
    background-color: #ffeb00
}
div.content-card.card-emphasize:hover.accent-red, div.content-card.card-emphasize:hover.red, div.content-card.card:hover.accent-red, div.content-card.card:hover.red {
    background-color: #ee402d
}
div.content-card.card-emphasize:hover.accent-green, div.content-card.card-emphasize:hover.green, div.content-card.card:hover.accent-green, div.content-card.card:hover.green {
    background-color: #6de354
}
div.content-card.card-emphasize:hover.accent-blue, div.content-card.card-emphasize:hover.blue, div.content-card.card:hover.accent-blue, div.content-card.card:hover.blue {
    background-color: #60d4f2
}
div.content-card.card-emphasize:hover.accent-gray, div.content-card.card-emphasize:hover.gray, div.content-card.card:hover.accent-gray, div.content-card.card:hover.gray {
    background-color: #fafafa
}
div.content-card.card-emphasize.accent-yellow, div.content-card.card-emphasize.yellow {
    background-color: #ffe17e
}
div.content-card.card-emphasize.accent-red, div.content-card.card-emphasize.red {
    background-color: #ffbcb7
}
div.content-card.card-emphasize.accent-green, div.content-card.card-emphasize.green {
    background-color: #b8ecb6
}
div.content-card.card-emphasize.accent-blue, div.content-card.card-emphasize.blue {
    background-color: #a2daf3
}
div.content-card.card-emphasize.accent-gray, div.content-card.card-emphasize.gray, div.content-card:hover {
    background-color: #fafafa
}
div.content-card:hover .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
div.content-card:hover .cta--space:after {
    -webkit-transform: translate(70%);
    -moz-transform: translate(70%);
    -ms-transform: translate(70%);
    -o-transform: translate(70%);
    transition: translate(70%, 0)
}
div.content-card:hover .cta--arrow i {
    width: 5rem
}
div.content-card:hover .cta--arrow i:before {
    display: unset
}
div.content-card-wrapper > div {
    margin-bottom: 2rem
}
div.content-card .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
div.content-card.accent-yellow .image:before, div.content-card.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
div.content-card.accent-red .image:before, div.content-card.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
div.content-card.accent-green .image:before, div.content-card.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
div.content-card.accent-blue .image:before, div.content-card.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
div.content-card.accent-gray .image:before, div.content-card.gray .image:before {
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
.accent-yellow div.content-card.card-emphasize, .accent-yellow div.content-card.card-emphasize.accent-yellow, .accent-yellow div.content-card.card-emphasize.yellow {
    background-color: #ffe17e
}
.accent-yellow div.content-card.card-emphasize.accent-red, .accent-yellow div.content-card.card-emphasize.red {
    background-color: #ffbcb7
}
.accent-yellow div.content-card.card-emphasize.accent-green, .accent-yellow div.content-card.card-emphasize.green {
    background-color: #b8ecb6
}
.accent-yellow div.content-card.card-emphasize.accent-blue, .accent-yellow div.content-card.card-emphasize.blue {
    background-color: #a2daf3
}
.accent-yellow div.content-card.card-emphasize.accent-gray, .accent-yellow div.content-card.card-emphasize.gray {
    background-color: #fafafa
}
.accent-red div.content-card.card-emphasize {
    background-color: #ffbcb7
}
.accent-red div.content-card.card-emphasize.accent-yellow, .accent-red div.content-card.card-emphasize.yellow {
    background-color: #ffe17e
}
.accent-red div.content-card.card-emphasize.accent-red, .accent-red div.content-card.card-emphasize.red {
    background-color: #ffbcb7
}
.accent-red div.content-card.card-emphasize.accent-green, .accent-red div.content-card.card-emphasize.green {
    background-color: #b8ecb6
}
.accent-red div.content-card.card-emphasize.accent-blue, .accent-red div.content-card.card-emphasize.blue {
    background-color: #a2daf3
}
.accent-red div.content-card.card-emphasize.accent-gray, .accent-red div.content-card.card-emphasize.gray {
    background-color: #fafafa
}
.accent-green div.content-card.card-emphasize {
    background-color: #b8ecb6
}
.accent-green div.content-card.card-emphasize.accent-yellow, .accent-green div.content-card.card-emphasize.yellow {
    background-color: #ffe17e
}
.accent-green div.content-card.card-emphasize.accent-red, .accent-green div.content-card.card-emphasize.red {
    background-color: #ffbcb7
}
.accent-green div.content-card.card-emphasize.accent-green, .accent-green div.content-card.card-emphasize.green {
    background-color: #b8ecb6
}
.accent-green div.content-card.card-emphasize.accent-blue, .accent-green div.content-card.card-emphasize.blue {
    background-color: #a2daf3
}
.accent-green div.content-card.card-emphasize.accent-gray, .accent-green div.content-card.card-emphasize.gray {
    background-color: #fafafa
}
.accent-blue div.content-card.card-emphasize {
    background-color: #a2daf3
}
.accent-blue div.content-card.card-emphasize.accent-yellow, .accent-blue div.content-card.card-emphasize.yellow {
    background-color: #ffe17e
}
.accent-blue div.content-card.card-emphasize.accent-red, .accent-blue div.content-card.card-emphasize.red {
    background-color: #ffbcb7
}
.accent-blue div.content-card.card-emphasize.accent-green, .accent-blue div.content-card.card-emphasize.green {
    background-color: #b8ecb6
}
.accent-blue div.content-card.card-emphasize.accent-blue, .accent-blue div.content-card.card-emphasize.blue {
    background-color: #a2daf3
}
.accent-blue div.content-card.card-emphasize.accent-gray, .accent-blue div.content-card.card-emphasize.gray, .accent-gray div.content-card.card-emphasize {
    background-color: #fafafa
}
.accent-gray div.content-card.card-emphasize.accent-yellow, .accent-gray div.content-card.card-emphasize.yellow {
    background-color: #ffe17e
}
.accent-gray div.content-card.card-emphasize.accent-red, .accent-gray div.content-card.card-emphasize.red {
    background-color: #ffbcb7
}
.accent-gray div.content-card.card-emphasize.accent-green, .accent-gray div.content-card.card-emphasize.green {
    background-color: #b8ecb6
}
.accent-gray div.content-card.card-emphasize.accent-blue, .accent-gray div.content-card.card-emphasize.blue {
    background-color: #a2daf3
}
.accent-gray div.content-card.card-emphasize.accent-gray, .accent-gray div.content-card.card-emphasize.gray {
    background-color: #fafafa
}
.accent-yellow div.content-card .image:before, .accent-yellow div.content-card.accent-yellow .image:before, .accent-yellow div.content-card.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-yellow div.content-card.accent-red .image:before, .accent-yellow div.content-card.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-yellow div.content-card.accent-green .image:before, .accent-yellow div.content-card.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-yellow div.content-card.accent-blue .image:before, .accent-yellow div.content-card.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-yellow div.content-card.accent-gray .image:before, .accent-yellow div.content-card.gray .image:before {
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
.accent-yellow div.content-card.card:hover {
    background-color: #fafafa
}
.accent-yellow div.content-card.card-emphasize:hover, .accent-yellow div.content-card.card-emphasize:hover.accent-yellow, .accent-yellow div.content-card.card-emphasize:hover.yellow {
    background-color: #ffeb00
}
.accent-yellow div.content-card.card-emphasize:hover.accent-red, .accent-yellow div.content-card.card-emphasize:hover.red {
    background-color: #ee402d
}
.accent-yellow div.content-card.card-emphasize:hover.accent-green, .accent-yellow div.content-card.card-emphasize:hover.green {
    background-color: #6de354
}
.accent-yellow div.content-card.card-emphasize:hover.accent-blue, .accent-yellow div.content-card.card-emphasize:hover.blue {
    background-color: #60d4f2
}
.accent-yellow div.content-card.card-emphasize:hover.accent-gray, .accent-yellow div.content-card.card-emphasize:hover.gray {
    background-color: #fafafa
}
.accent-red div.content-card .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red div.content-card.accent-yellow .image:before, .accent-red div.content-card.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-red div.content-card.accent-red .image:before, .accent-red div.content-card.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red div.content-card.accent-green .image:before, .accent-red div.content-card.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-red div.content-card.accent-blue .image:before, .accent-red div.content-card.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-red div.content-card.accent-gray .image:before, .accent-red div.content-card.gray .image:before {
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
.accent-red div.content-card.card:hover {
    background-color: #fafafa
}
.accent-red div.content-card.card-emphasize:hover {
    background-color: #ee402d
}
.accent-red div.content-card.card-emphasize:hover.accent-yellow, .accent-red div.content-card.card-emphasize:hover.yellow {
    background-color: #ffeb00
}
.accent-red div.content-card.card-emphasize:hover.accent-red, .accent-red div.content-card.card-emphasize:hover.red {
    background-color: #ee402d
}
.accent-red div.content-card.card-emphasize:hover.accent-green, .accent-red div.content-card.card-emphasize:hover.green {
    background-color: #6de354
}
.accent-red div.content-card.card-emphasize:hover.accent-blue, .accent-red div.content-card.card-emphasize:hover.blue {
    background-color: #60d4f2
}
.accent-red div.content-card.card-emphasize:hover.accent-gray, .accent-red div.content-card.card-emphasize:hover.gray {
    background-color: #fafafa
}
.accent-green div.content-card .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green div.content-card.accent-yellow .image:before, .accent-green div.content-card.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-green div.content-card.accent-red .image:before, .accent-green div.content-card.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-green div.content-card.accent-green .image:before, .accent-green div.content-card.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green div.content-card.accent-blue .image:before, .accent-green div.content-card.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-green div.content-card.accent-gray .image:before, .accent-green div.content-card.gray .image:before {
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
.accent-green div.content-card.card:hover {
    background-color: #fafafa
}
.accent-green div.content-card.card-emphasize:hover {
    background-color: #6de354
}
.accent-green div.content-card.card-emphasize:hover.accent-yellow, .accent-green div.content-card.card-emphasize:hover.yellow {
    background-color: #ffeb00
}
.accent-green div.content-card.card-emphasize:hover.accent-red, .accent-green div.content-card.card-emphasize:hover.red {
    background-color: #ee402d
}
.accent-green div.content-card.card-emphasize:hover.accent-green, .accent-green div.content-card.card-emphasize:hover.green {
    background-color: #6de354
}
.accent-green div.content-card.card-emphasize:hover.accent-blue, .accent-green div.content-card.card-emphasize:hover.blue {
    background-color: #60d4f2
}
.accent-green div.content-card.card-emphasize:hover.accent-gray, .accent-green div.content-card.card-emphasize:hover.gray {
    background-color: #fafafa
}
.accent-blue div.content-card .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-blue div.content-card.accent-yellow .image:before, .accent-blue div.content-card.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-blue div.content-card.accent-red .image:before, .accent-blue div.content-card.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-blue div.content-card.accent-green .image:before, .accent-blue div.content-card.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-blue div.content-card.accent-blue .image:before, .accent-blue div.content-card.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-blue div.content-card.accent-gray .image:before, .accent-blue div.content-card.gray .image:before {
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
.accent-blue div.content-card.card:hover {
    background-color: #fafafa
}
.accent-blue div.content-card.card-emphasize:hover {
    background-color: #60d4f2
}
.accent-blue div.content-card.card-emphasize:hover.accent-yellow, .accent-blue div.content-card.card-emphasize:hover.yellow {
    background-color: #ffeb00
}
.accent-blue div.content-card.card-emphasize:hover.accent-red, .accent-blue div.content-card.card-emphasize:hover.red {
    background-color: #ee402d
}
.accent-blue div.content-card.card-emphasize:hover.accent-green, .accent-blue div.content-card.card-emphasize:hover.green {
    background-color: #6de354
}
.accent-blue div.content-card.card-emphasize:hover.accent-blue, .accent-blue div.content-card.card-emphasize:hover.blue {
    background-color: #60d4f2
}
.accent-blue div.content-card.card-emphasize:hover.accent-gray, .accent-blue div.content-card.card-emphasize:hover.gray {
    background-color: #fafafa
}
.accent-gray div.content-card .image:before {
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
.accent-gray div.content-card.accent-yellow .image:before, .accent-gray div.content-card.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-gray div.content-card.accent-red .image:before, .accent-gray div.content-card.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-gray div.content-card.accent-green .image:before, .accent-gray div.content-card.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-gray div.content-card.accent-blue .image:before, .accent-gray div.content-card.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-gray div.content-card.accent-gray .image:before, .accent-gray div.content-card.gray .image:before {
    background: linear-gradient(67.76deg, #fafafa, transparent 61.11%)
}
.accent-gray div.content-card.card-emphasize:hover, .accent-gray div.content-card.card:hover {
    background-color: #fafafa
}
.accent-gray div.content-card.card-emphasize:hover.accent-yellow, .accent-gray div.content-card.card-emphasize:hover.yellow {
    background-color: #ffeb00
}
.accent-gray div.content-card.card-emphasize:hover.accent-red, .accent-gray div.content-card.card-emphasize:hover.red {
    background-color: #ee402d
}
.accent-gray div.content-card.card-emphasize:hover.accent-green, .accent-gray div.content-card.card-emphasize:hover.green {
    background-color: #6de354
}
.accent-gray div.content-card.card-emphasize:hover.accent-blue, .accent-gray div.content-card.card-emphasize:hover.blue {
    background-color: #60d4f2
}
.accent-gray div.content-card.card-emphasize:hover.accent-gray, .accent-gray div.content-card.card-emphasize:hover.gray {
    background-color: #fafafa
}
.content-caption {
    padding: 1rem 1.5rem 1.5rem
}
.content-caption h4, .content-caption h5 {
    margin-bottom: 0
}
.content-caption .cta__link {
    bottom: 1.5rem;
    position: absolute
}
.content-caption_cart {
    height: 100%
}
.content-caption_cart h5 {
    margin-bottom: 1rem
}
[dir=rtl] .content-card .image:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transition: scaleX(-1)
}
[dir=rtl] .content-card:hover .cta--space:after {
    -webkit-transform: translate(-50%) rotate(180deg);
    -moz-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    -o-transform: translate(-50%) rotate(180deg);
    transition: translate(-50%, 0) rotate(180deg)
}
[dir=rtl] .content-card:hover .cta--arrow:after {
    margin-left: 0;
    margin-right: .25rem
}
:lang(my) h6 {
    font-size: 1rem
}
.pagehero-cards-box img {
    height: 100%;
    object-fit: cover;
    padding: 0;
    width: 100%
}
@media(min-width:64em) {
    .pagehero-cards-wrap.swiper-wrapper {
        flex-wrap: wrap
    }
    .pagehero-cards-box {
        box-shadow: 0 1px 0 1px #fff;
        flex: 0 0 calc(25% - 1.5rem);
        margin-left: .75rem;
        margin-right: .75rem;
        margin-top: 6rem;
        max-width: calc(25% - 1.5rem)
    }
    .pagehero-cards-box.swiper-slide a {
        overflow: hidden;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        transition: translateY(0)
    }
    .pagehero-cards-box.swiper-slide:hover a {
        overflow: visible;
        -webkit-transform: translateY(-3.125rem);
        -moz-transform: translateY(-3.125rem);
        -ms-transform: translateY(-3.125rem);
        -o-transform: translateY(-3.125rem);
        transition: translateY(-3.125rem)
    }
    .pagehero-cards-box:hover .pagehero-cards__caption {
        transform: translateY(calc(-100% + 2.75rem))
    }
    .pagehero-cards-box:hover .pagehero-cards__caption p {
        opacity: 1
    }
}
.pagehero-cards-box:hover .cta__link {
    padding: 0;
    width: 100%
}
.pagehero-cards-box:hover .cta__link i {
    left: 1rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    width: 5rem
}
@media(min-width:64em) {
    .pagehero-cards-box:hover .cta__link i {
        width: 30%
    }
}
.pagehero-cards-box:hover .cta__link i:before {
    display: inline-block
}
.pagehero-cards-box a {
    display: block;
    height: 100%;
    position: relative
}
.pagehero-cards-box img {
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.pagehero-cards__caption {
    background: #fff;
    box-shadow: 0 1px 0 1px #fff;
    box-sizing: border-box;
    left: 0;
    padding-top: 1.5rem;
    position: absolute;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: translateY(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    z-index: 2
}
.pagehero-cards__caption p {
    margin: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
.pagehero-cards__caption .cta__link {
    font-weight: 700;
    margin-top: 2rem
}
.pagehero-cards .swiper-initialized .pagehero-cards__caption {
    bottom: 0;
    box-shadow: 0 1px 0 1px #fff;
    box-sizing: border-box;
    opacity: 0
}
.pagehero-cards .swiper-initialized .pagehero-cards__caption, .pagehero-cards .swiper-initialized .pagehero-cards__caption p {
    -webkit-transition: all .5s cubic-bezier(.64, .05, .35, 1.05);
    -moz-transition: all .5s cubic-bezier(.64, .05, .35, 1.05);
    -ms-transition: all .5s cubic-bezier(.64, .05, .35, 1.05);
    -o-transition: all .5s cubic-bezier(.64, .05, .35, 1.05);
    transition: all .5s cubic-bezier(.64, .05, .35, 1.05);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
.pagehero-cards .swiper-initialized .swiper-slide {
    height: auto;
    margin-left: 0
}
.pagehero-cards .swiper-initialized .swiper-slide-active .pagehero-cards__caption, .pagehero-cards .swiper-initialized .swiper-slide-active .pagehero-cards__caption p {
    opacity: 1
}
.pagehero-cards .swiper-initialized .swiper-slide-active .cta__link i:before {
    display: inline-block
}
@media(min-width:48em) {
    .pagehero-cards .swiper-initialized .swiper-slide-active + .swiper-slide .pagehero-cards__caption, .pagehero-cards .swiper-initialized .swiper-slide-active + .swiper-slide .pagehero-cards__caption p {
        opacity: 1
    }
    .pagehero-cards .swiper-initialized .swiper-slide-active + .swiper-slide .cta__link i:before {
        display: inline-block
    }
}
[dir=rtl] .pagehero-cards-box {
    text-align: right
}
[dir=rtl] .pagehero-cards-box.swiper-slide-active .cta__link i, [dir=rtl] .pagehero-cards-box:hover .cta__link i {
    left: unset;
    right: 1rem
}
.country-header .header .icon-globe, .country-header .header .icon-search {
    background-color: #006eb5;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 26px;
    margin-inline-end: .5rem;
    min-width: 25px;
    padding: 0;
    width: 25px
}
@media(max-width:47.9375em) {
    .country-header .header .icon-globe, .country-header .header .icon-search {
        margin-inline-end: 0;
        -webkit-mask: inherit;
        mask: inherit
    }
}
.country-header .header .icon-globe:hover, .country-header .header .icon-search:hover {
    background-color: #4f95dd
}
.country-header .header .top-left .logo {
    background-image: none
}
.country-header .header {
    height: 7.1875rem;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9
}
.country-header .header .top-left .logo img {
    min-width: 60px;
    -webkit-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -moz-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -ms-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -o-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    transition: all .4s cubic-bezier(.64, .05, .35, 1.05)
}
@media(min-width:64em) {
    .country-header .header .top-left .logo img {
        height: 122px
    }
    .country-header .header .top-left .logo img.scrolled {
        height: 115px
    }
}
@media(max-width:63.9375em) {
    .country-header .header .top-left .logo img {
        height: 82px;
        min-width: 40px
    }
    .country-header .header .top-left .logo img.scrolled {
        height: 75px
    }
}
.country-header {
    height: 7.1875rem
}
@media(max-width:63.9375em) {
    .country-header {
        height: 4.6875rem
    }
}
.country-header .header {
    background-color: #fafafa;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    height: unset;
    min-height: 7.1875rem;
    position: fixed
}
@media(max-width:63.9375em) {
    .country-header .header {
        min-height: 4.6875rem
    }
}
.country-header .header .grid-container.fluid > .grid-margin-x {
    justify-content: space-between;
    margin-inline: -1.5rem
}
@media(max-width:47.9375em) {
    .country-header .header .grid-container.fluid > .grid-margin-x {
        margin-inline: -.75rem
    }
}
.country-header .header .site-title {
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.142;
    margin-block-start: -.25rem;
    margin-inline-end: 1.5rem;
    padding: .438rem 0
}
@media(max-width:63.9375em) {
    .country-header .header .site-title {
        width: calc(100% - 64px)
    }
}
@media(min-width:90em) {
    .country-header .header .site-title {
        font-size: 1.25rem;
        margin-inline-end: auto;
        width: auto
    }
}
.country-header .header .site-title span:first-of-type:not(:last-of-type) {
    border-bottom: 1px solid #a9b1b7;
    color: #55606e;
    display: inline-block;
    font-size: .75rem;
    margin: 0;
    padding-block-end: 1px
}
.country-header .header .site-title span {
    display: flex;
    margin-block-start: .3rem
}
.country-header .header .site-title span a {
    background: none;
    font-size: inherit
}
.country-header .header .top-left {
    align-items: center;
    display: flex;
    order: 1
}
@media(min-width:64em) {
    .country-header .header .top-left:not(.large-9) {
        max-width: 14rem;
        width: auto
    }
}
@media(max-width:63.9375em) {
    .country-header .header .top-left:not(.large-9) {
        width: auto
    }
}
.country-header .header .top-left.large-9 .site-title {
    margin-inline-end: 1.5rem
}
.country-header .header .top-left.large-9 .menu {
    margin: 0 auto
}
@media(max-width:63.9375em) {
    .country-header .header .top-left.large-9 .menu {
        margin: 0 auto
    }
}
.country-header .header .top-left .logo {
    align-items: flex-start;
    display: flex;
    height: 7.1875rem;
    margin-inline-end: 1.5rem;
    position: relative;
    z-index: 2
}
@media(max-width:63.9375em) {
    .country-header .header .top-left .logo {
        height: 4.6875rem
    }
}
@media(max-width:47.9375em) {
    .country-header .header .top-left .logo {
        margin-inline-end: .75rem
    }
}
.country-header .header .top-center {
    justify-content: center;
    order: 2
}
.country-header .header .align-content-middle {
    align-items: center;
    display: flex;
    position: relative
}
.country-header .header .menu {
    align-items: stretch;
    align-self: stretch;
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0;
    min-height: 7.1875rem
}
@media(max-width:63.9375em) {
    .country-header .header .menu {
        display: none
    }
}
@media(min-width:64em) {
    .country-header .header .menu {
        margin: 0
    }
}
@media(min-width:90em) {
    .country-header .header .menu {
        margin: 0
    }
}
.country-header .header .menu > ul {
    align-items: center;
    column-gap: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 auto;
    padding-inline: 0;
    position: relative
}
@media(min-width:90em) {
    .country-header .header .menu > ul {
        column-gap: 0
    }
}
.country-header .header .menu > ul > li {
    align-items: stretch;
    align-self: stretch;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-inline: 0;
    word-break: keep-all
}
@media(min-width:90em) {
    .country-header .header .menu > ul > li {
        margin: 0
    }
}
.country-header .header .menu > ul > li:first-of-type {
    margin-inline-start: 0
}
.country-header .header .menu > ul > li > a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
    text-align: center;
    white-space: nowrap;
    width: 100%
}
.country-header .header .menu.menu__overflow__container > ul {
    margin: 0 auto
}
.country-header .header .top-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    order: 3
}
@media(min-width:64em) {
    .country-header .header .top-right {
        flex: 0 1 auto
    }
}
@media(min-width:90em) {
    .country-header .header .top-right {
        box-sizing: border-box
    }
    .country-header .header .top-right > :last-child {
        margin-inline-end: 4rem
    }
}
.country-header .header .dropdown-language {
    align-items: center;
    display: flex;
    justify-self: flex-end
}
@media(max-width:63.9375em) {
    .country-header .header .dropdown-language {
        display: none
    }
}
.country-header .header .icon-search {
    margin-inline-start: 1rem;
    -webkit-mask: url(/themes/custom/undpglobal/design-system/images/search.svg) no-repeat left center;
    mask: url(/themes/custom/undpglobal/design-system/images/search.svg) no-repeat left center
}
@media(max-width:47.9375em) {
    .country-header .header .icon-search {
        background: transparent url(/themes/custom/undpglobal/design-system/images/search.svg) no-repeat 0
    }
}
.country-header .header .icon-globe {
    margin-inline-start: 1.75rem;
    -webkit-mask: url(/themes/custom/undpglobal/design-system/images/globe.svg) no-repeat left center;
    mask: url(/themes/custom/undpglobal/design-system/images/globe.svg) no-repeat left center
}
@media(max-width:63.9375em) {
    .country-header .header .icon-globe {
        display: none
    }
}
.country-header .header .button {
    display: block;
    margin-inline-start: 1rem
}
@media(max-width:63.9375em) {
    .country-header .header .button {
        display: none
    }
}
.country-header .header .menu, .country-header .header .site-title, .country-header .header .top-right {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.country-header.country-load-animation .header .top-left .logo {
    left: 50%;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}
.country-header.country-load-animation .menu, .country-header.country-load-animation .site-title, .country-header.country-load-animation .top-right {
    opacity: 0
}
.country-header.run-animation .header .top-left .logo {
    inset-inline-start: .75rem;
    position: fixed;
    transform: translateX(0)
}
.country-header.show-content .menu, .country-header.show-content .site-title, .country-header.show-content .top-right {
    opacity: 1
}
[dir=rtl] .country-header .top-left .logo {
    margin-right: 0
}
[dir=rtl] .country-header .top-left .logo img {
    margin-left: 1.5rem;
    margin-right: 0
}
[dir=rtl] .country-header .site-title {
    margin-inline-end: 0;
    margin-inline-start: 1.5rem
}
@media(min-width:90em) {
    [dir=rtl] .country-header .site-title {
        margin-inline-end: 0;
        margin-inline-start: 2rem
    }
    [dir=rtl] .country-header .top-right {
        padding-inline: 0
    }
}
[dir=rtl] .country-header .menu > ul, [dir=rtl] .country-header .menu > ul > li {
    padding-inline: 0
}
.cta-block h4 {
    font-weight: 600;
    margin-bottom: 1.5rem
}
@media(min-width:64em) {
    .cta-block h4 {
        margin-bottom: 3rem
    }
}
.cta-block .cta__link {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}
.cta-block p {
    margin-bottom: 2.5rem
}
.cta__link {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase
}
@media(min-width:48em) {
    .cta__link {
        display: inline-flex
    }
}
.cta__link.cta--space:after {
    content: "";
    height: 1.188rem;
    margin-left: .75rem;
    margin-top: 2px;
    width: .813rem
}
@media(min-width:48em) {
    .cta__link.cta--space:after {
        margin-top: 0
    }
}
.cta__link {
    background-image: none
}
:lang(my) .cta__link {
    font-size: .875rem
}
.cta__link.cta--arrow i:after, .cta__link.cta--arrow i:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute
}
.cta__link.cta--arrow i {
    box-sizing: border-box;
    display: block;
    height: 1rem;
    left: 1.25rem;
    position: relative;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 0
}
.cta__link.cta--arrow i:before {
    background-color: #ee402d;
    display: none;
    height: 2px;
    right: 0;
    top: 7px;
    width: 100%
}
.cta__link.cta--arrow i:after {
    border-right: 2px solid #ee402d;
    border-top: 2px solid #ee402d;
    height: .75rem;
    right: 0;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: rotate(45deg);
    width: .75rem
}
.cta__link.cta--arrow:hover i {
    width: 5rem
}
.cta__link.cta--arrow:hover i:before {
    display: unset
}
.cta__link {
    color: #000
}
.cta__link.cta--arrow {
    padding-left: 0;
    padding-right: 1.5rem
}
.cta__link.cta--space:after {
    background: url(/themes/custom/undpglobal/design-system/images/arrow-left-expand-defaut.svg) no-repeat 0;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}
.cta__link.cta--space:hover:after {
    -webkit-transform: translate(70%);
    -moz-transform: translate(70%);
    -ms-transform: translate(70%);
    -o-transform: translate(70%);
    transition: translate(70%, 0)
}
[dir=rtl] .cta__link {
    align-items: flex-end
}
[dir=rtl] .cta__link.cta--space:after {
    margin-left: 0;
    margin-right: .75rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotate(180deg)
}
[dir=rtl] .cta__link.cta--space:hover:after {
    -webkit-transform: translate(-50%) rotate(180deg);
    -moz-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    -o-transform: translate(-50%) rotate(180deg);
    transition: translate(-50%, 0) rotate(180deg)
}
[dir=rtl] .cta__link.cta--arrow {
    padding-left: 1.5rem;
    padding-right: 0
}
[dir=rtl] .cta__link.cta--arrow i {
    left: 0;
    right: 1.25rem;
    -webkit-transform: translate(0) rotate(180deg);
    -moz-transform: translate(0) rotate(180deg);
    -ms-transform: translate(0) rotate(180deg);
    -o-transform: translate(0) rotate(180deg);
    transition: translate(0) rotate(180deg)
}
.select-box button:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-down.svg) no-repeat 50%;
    content: "";
    float: right;
    height: 13px;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 20px
}
.select-box button {
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin: 0;
    padding: 1rem 3.125rem 1rem 1rem;
    position: relative;
    text-transform: uppercase;
    width: 100%
}
.select-box ul {
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    min-height: 100px;
    padding: 0 1rem;
    width: 100%
}
.select-box ul:focus {
    box-shadow: 0 0 4px #0468b1;
    outline: 0
}
[dir=rtl] .select-box button {
    padding-left: 3.125rem;
    padding-right: 1rem;
    text-align: right
}
[dir=rtl] .select-box button:after {
    left: 16px;
    margin: 0;
    right: auto
}
.select-box ul.active {
    background-color: #fff
}
.select-box ul li {
    border-top: 1px solid #d4d6d8;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0
}
.select-box {
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    height: 52px;
    max-width: 18.5rem;
    position: relative
}
.select-box.expanded button:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transition: translateY(-50%) rotate(-180deg)
}
.select-box button {
    background: #fff;
    display: flex
}
.select-box ul {
    background-color: #fff;
    order: 1;
    position: absolute;
    top: 51px;
    -webkit-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -moz-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -ms-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -o-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    z-index: 20
}
.select-box ul.active {
    border-top: 0;
    display: block;
    overflow-y: auto
}
.select-box ul::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .3);
    width: 4px
}
.select-box ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .6)
}
.select-box ul li {
    display: block;
    position: relative
}
.select-box ul li span {
    display: block;
    font-size: 1rem;
    margin: 0 -1rem;
    padding: 1rem
}
.select-box ul li span:hover {
    background-color: #fafafa
}
[dir=rtl] .select-box ul {
    padding: 0 1rem
}
[dir=rtl] .select-box ul li {
    padding-right: 0
}
:lang(my) .options-container {
    top: 52px
}
:lang(my) .select-box button {
    font-family: NotoSans, sans-serif
}
div.download-card .download, div.download-card .format {
    font-size: .875rem;
    line-height: 1.4
}
@media(min-width:48em) {
    div.download-card .download, div.download-card .format {
        font-size: 1rem
    }
}
div.download-card .title {
    font-size: 1rem
}
@media(min-width:48em) {
    div.download-card .title {
        font-size: 1.25rem
    }
}
:lang(my) div.download-card .download, :lang(my) div.download-card .format, div.download-card :lang(my) .download, div.download-card :lang(my) .format {
    font-size: .75rem;
    line-height: 1.7
}
@media(min-width:48em) {
    :lang(my) div.download-card .download, :lang(my) div.download-card .format, div.download-card :lang(my) .download, div.download-card :lang(my) .format {
        font-size: .875rem
    }
}
:lang(my) div.download-card .title, div.download-card :lang(my) .title {
    font-size: .875rem
}
@media(min-width:48em) {
    :lang(my) div.download-card .title, div.download-card :lang(my) .title {
        font-size: 1rem
    }
}
div.download-card {
    display: inline-block
}
@media(min-width:48em) {
    div.download-card {
        min-width: 330px
    }
}
div.download-card > a {
    background: none
}
div.download-card:hover div.publication-thumbnail__image.accent-yellow, div.download-card:hover div.publication-thumbnail__image.yellow:after, div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%);
    opacity: .75
}
div.download-card:hover div.publication-thumbnail__image.accent-red, div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%);
    opacity: .75
}
div.download-card:hover div.publication-thumbnail__image.accent-green, div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%);
    opacity: .75
}
div.download-card:hover div.publication-thumbnail__image.accent-blue, div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%);
    opacity: .75
}
div.download-card:hover div.card-thumbnail__image.accent-yellow:before, div.download-card:hover div.card-thumbnail__image.yellow:before, div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
div.download-card:hover div.card-thumbnail__image.accent-red:before, div.download-card:hover div.card-thumbnail__image.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
div.download-card:hover div.card-thumbnail__image.accent-green:before, div.download-card:hover div.card-thumbnail__image.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
div.download-card:hover div.card-thumbnail__image.accent-blue:before, div.download-card:hover div.card-thumbnail__image.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    opacity: .75
}
div.download-card:hover .download-animated:after {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transition: rotate(-45deg) translate(7px, -7px)
}
div.download-card:hover .download-animated:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: translate(0, -10px)
}
div.download-card:hover .external-link-animated:after {
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    transition: translate(5px, -5px)
}
div.download-card:hover .external-link-animated:before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px, 0)
}
div.download-card .description {
    background: #fafafa;
    padding: 1.5rem
}
div.download-card .title {
    margin-bottom: .25rem
}
div.download-card .format {
    color: #55606e;
    margin-bottom: 1rem
}
div.download-card .download {
    align-items: center;
    background-image: none;
    display: flex;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}
div.download-card .download .download-animated {
    margin-left: .75rem
}
div.download-card .download .external-link-animated {
    margin-bottom: .5rem;
    margin-left: .75rem
}
[dir=rtl] div.download-card .download-animated, [dir=rtl] div.download-card .external-link-animated {
    margin-left: 0;
    margin-right: .75rem
}
[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] div.download-card:hover div.publication-thumbnail__image.yellow:after, [dir=rtl] div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] div.download-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-yellow:before, [dir=rtl] div.download-card:hover div.card-thumbnail__image.yellow:before, [dir=rtl] div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-red:before, [dir=rtl] div.download-card:hover div.card-thumbnail__image.red:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-green:before, [dir=rtl] div.download-card:hover div.card-thumbnail__image.green:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] div.download-card:hover div.card-thumbnail__image.accent-blue:before, [dir=rtl] div.download-card:hover div.card-thumbnail__image.blue:before {
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] div.download-card div.download-card__download .download-animated, [dir=rtl] div.download-card div.download-card__download:after {
    margin-left: 0;
    margin-right: .75rem
}
.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-yellow, .accent-yellow div.download-card:hover div.publication-thumbnail__image.yellow:after, .accent-yellow div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-red, .accent-yellow div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-green, .accent-yellow div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-blue, .accent-yellow div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-yellow:before, .accent-yellow div.download-card:hover div.card-thumbnail__image.yellow:before, .accent-yellow div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-red:before, .accent-yellow div.download-card:hover div.card-thumbnail__image.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-green:before, .accent-yellow div.download-card:hover div.card-thumbnail__image.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-yellow div.download-card:hover div.card-thumbnail__image.accent-blue:before, .accent-yellow div.download-card:hover div.card-thumbnail__image.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.yellow:after, [dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-yellow div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.accent-yellow:before, [dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.yellow:before, [dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
[dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.accent-yellow:before, [dir=rtl] .accent-yellow div.download-card:hover div.card-thumbnail__image.yellow:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%);
    background: linear-gradient(297deg, #6de354, transparent 61.11%);
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-red div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-red div.download-card:hover div.publication-thumbnail__image.accent-yellow, .accent-red div.download-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-red div.download-card:hover div.publication-thumbnail__image.accent-red, .accent-red div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-red div.download-card:hover div.publication-thumbnail__image.accent-green, .accent-red div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-red div.download-card:hover div.publication-thumbnail__image.accent-blue, .accent-red div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-red div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red div.download-card:hover div.card-thumbnail__image.accent-yellow:before, .accent-red div.download-card:hover div.card-thumbnail__image.yellow:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-red div.download-card:hover div.card-thumbnail__image.accent-red:before, .accent-red div.download-card:hover div.card-thumbnail__image.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red div.download-card:hover div.card-thumbnail__image.accent-green:before, .accent-red div.download-card:hover div.card-thumbnail__image.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-red div.download-card:hover div.card-thumbnail__image.accent-blue:before, .accent-red div.download-card:hover div.card-thumbnail__image.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-red div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-red div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] .accent-red div.download-card:hover div.card-thumbnail__image.accent-red:before, [dir=rtl] .accent-red div.download-card:hover div.card-thumbnail__image.red:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%);
    background: linear-gradient(297deg, #ee402d, transparent 61.11%);
    background: linear-gradient(297deg, #6de354, transparent 61.11%);
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-green div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-green div.download-card:hover div.publication-thumbnail__image.accent-yellow, .accent-green div.download-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-green div.download-card:hover div.publication-thumbnail__image.accent-red, .accent-green div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-green div.download-card:hover div.publication-thumbnail__image.accent-green, .accent-green div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-green div.download-card:hover div.publication-thumbnail__image.accent-blue, .accent-green div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-green div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green div.download-card:hover div.card-thumbnail__image.accent-yellow:before, .accent-green div.download-card:hover div.card-thumbnail__image.yellow:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-green div.download-card:hover div.card-thumbnail__image.accent-red:before, .accent-green div.download-card:hover div.card-thumbnail__image.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-green div.download-card:hover div.card-thumbnail__image.accent-green:before, .accent-green div.download-card:hover div.card-thumbnail__image.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green div.download-card:hover div.card-thumbnail__image.accent-blue:before, .accent-green div.download-card:hover div.card-thumbnail__image.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-green div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-green div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] .accent-green div.download-card:hover div.card-thumbnail__image.accent-green:before, [dir=rtl] .accent-green div.download-card:hover div.card-thumbnail__image.green:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%);
    background: linear-gradient(297deg, #ee402d, transparent 61.11%);
    background: linear-gradient(297deg, #6de354, transparent 61.11%);
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-blue div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-yellow, .accent-blue div.download-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-red, .accent-blue div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-green, .accent-blue div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-blue div.download-card:hover div.publication-thumbnail__image.accent-blue, .accent-blue div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-blue div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-blue div.download-card:hover div.card-thumbnail__image.accent-yellow:before, .accent-blue div.download-card:hover div.card-thumbnail__image.yellow:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-blue div.download-card:hover div.card-thumbnail__image.accent-red:before, .accent-blue div.download-card:hover div.card-thumbnail__image.red:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-blue div.download-card:hover div.card-thumbnail__image.accent-green:before, .accent-blue div.download-card:hover div.card-thumbnail__image.green:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-blue div.download-card:hover div.card-thumbnail__image.accent-blue:before, .accent-blue div.download-card:hover div.card-thumbnail__image.blue:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-blue div.download-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-blue div.download-card:hover div.card-thumbnail__image:before {
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-blue div.download-card:hover div.card-thumbnail__image.accent-blue:before, [dir=rtl] .accent-blue div.download-card:hover div.card-thumbnail__image.blue:before {
    background: linear-gradient(297deg, #ffeb00, transparent 61.11%);
    background: linear-gradient(297deg, #ee402d, transparent 61.11%);
    background: linear-gradient(297deg, #6de354, transparent 61.11%);
    background: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.download-list {
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #000 transparent;
    scrollbar-width: thin
}
.download-list::-webkit-scrollbar {
    border-radius: 0;
    height: 5px;
    width: 5px
}
.download-list::-webkit-scrollbar-track {
    background: #000;
    background-clip: padding-box;
    border: 2px solid #fff
}
.download-list::-webkit-scrollbar-corner {
    display: none
}
.download-list::-webkit-scrollbar-thumb {
    background: #000
}
.download-body {
    display: flex
}
@media(max-width:47.9375em) {
    .download-body {
        height: calc(100% - 80px)
    }
}
.download-content {
    width: 100%
}
@media(min-width:48em) {
    .download-content {
        padding-left: 1.5rem;
        width: calc(100% - 358px)
    }
}
.download-content .select-box {
    margin-bottom: 2rem;
    max-width: 100%
}
.download-content .select-box .selected {
    min-width: 100%
}
.download-list {
    max-height: calc(100% - 82px)
}
@media(min-width:48em) {
    .download-list {
        max-height: 473px;
        padding-right: 1.563rem
    }
}
.download-list .download-row.hide {
    display: none
}
.download-footer {
    margin-top: 2rem;
    text-align: right
}
@media(min-width:48em) {
    .download-footer {
        padding-right: 1.5rem
    }
}
.list-language {
    max-height: 100%
}
@media(min-width:48em) {
    .list-language {
        max-height: 404px
    }
}
.modal-download .modal-content {
    max-width: 633px
}
.modal-download .download-content {
    padding: 0;
    width: 100%
}
@media(min-width:48em) {
    [dir=rtl] .download-list {
        padding-left: 1.563rem;
        padding-right: 0
    }
    [dir=rtl] .download-content {
        padding-left: 0;
        padding-right: 1.5rem
    }
}
[dir=rtl] .download-footer {
    text-align: left
}
@media(min-width:48em) {
    [dir=rtl] .download-footer {
        padding-left: 1.5rem;
        padding-right: 0
    }
}
.download-row {
    background-color: #fff;
    padding: 0 1rem
}
.download-row:hover {
    background-color: #fafafa
}
.download-row__main {
    align-items: center;
    border-bottom: 1px solid #d4d6d8;
    display: flex;
    justify-content: space-between;
    position: relative
}
.download-row__main .form-check {
    position: absolute;
    right: 0
}
.download-row__data {
    cursor: pointer;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 1rem 2rem 1rem 0;
    text-transform: inherit
}
.download-row__data span {
    color: #a9b1b7;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 4px
}
.download-row .external-link-animated {
    margin: 1rem 0 1.188rem 1rem
}
[dir=rtl] .download-row__data {
    padding-left: 2rem;
    padding-right: 0
}
[dir=rtl] .download-row__main .form-check {
    left: 0;
    right: auto
}
[dir=rtl] .download-icon, [dir=rtl] .download-row .external-link-animated {
    margin-left: 0
}
.featured-card-container > div {
    row-gap: 1.5rem
}
.featured-card-container .feature__card-title {
    display: block;
    margin-bottom: 2.25rem
}
@media(min-width:48em) {
    .featured-card-container .feature__card-title {
        margin-bottom: 0;
        margin-top: 2rem
    }
}
.featured-card-container .feature__card--large, .featured-card-container .feature__card--medium {
    margin-bottom: 1.875rem
}
.featured-card-container .feature__card.without-image .feature__card-image {
    display: none
}
.featured-card-container .feature__card.without-image.yellow .feature__card-slide {
    background: #ffeb00
}
@media(max-width:47.9375em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left: .375rem;
        margin-right: calc(8.33333% + .375rem)
    }
}
@media(min-width:48em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left: .375rem;
        margin-right: calc(8.33333% + .875rem)
    }
}
@media(min-width:64em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left: .75rem;
        margin-right: calc(8.33333% + .75rem)
    }
}
.feature__card-content, .feature__card-slide, .feature__card-slide:before {
    left: 0;
    top: 0;
    width: 100%
}
.feature__card {
    margin-block-end: 0
}
@media(min-width:48em) {
    .feature__card {
        margin-block-end: 0
    }
    .feature__card .cta__link.cta--arrow {
        width: 100%
    }
    .feature__card .cta__link.cta--arrow i {
        max-width: 6.25rem
    }
    .feature__card .cta__link.cta--arrow i:after {
        background-position: 100% 0
    }
    .feature__card .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .feature__card.accent-yellow .feature__card-slide, .feature__card.yellow .feature__card-slide {
        background: #ffe17e
    }
    .feature__card.accent-yellow .feature__card-slide:before, .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-yellow .feature__card.accent-yellow .feature__card-slide, .accent-yellow .feature__card.yellow .feature__card-slide {
        background: #ffe17e
    }
    .accent-yellow .feature__card.accent-yellow .feature__card-slide:before, .accent-yellow .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-yellow .feature__card.accent-red .feature__card-slide, .accent-yellow .feature__card.red .feature__card-slide {
        background: #ffbcb7
    }
    .accent-yellow .feature__card.accent-red .feature__card-slide:before, .accent-yellow .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-yellow .feature__card.accent-green .feature__card-slide, .accent-yellow .feature__card.green .feature__card-slide {
        background: #b8ecb6
    }
    .accent-yellow .feature__card.accent-green .feature__card-slide:before, .accent-yellow .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-yellow .feature__card.accent-blue .feature__card-slide, .accent-yellow .feature__card.blue .feature__card-slide {
        background: #a2daf3
    }
    .accent-yellow .feature__card.accent-blue .feature__card-slide:before, .accent-yellow .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-yellow .feature__card.accent-gray .feature__card-slide, .accent-yellow .feature__card.gray .feature__card-slide {
        background: #fafafa
    }
    .accent-yellow .feature__card.accent-gray .feature__card-slide:before, .accent-yellow .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    .feature__card.accent-red .feature__card-slide, .feature__card.red .feature__card-slide {
        background: #ffbcb7
    }
    .feature__card.accent-red .feature__card-slide:before, .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-red .feature__card.accent-yellow .feature__card-slide, .accent-red .feature__card.yellow .feature__card-slide {
        background: #ffe17e
    }
    .accent-red .feature__card.accent-yellow .feature__card-slide:before, .accent-red .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-red .feature__card.accent-red .feature__card-slide, .accent-red .feature__card.red .feature__card-slide {
        background: #ffbcb7
    }
    .accent-red .feature__card.accent-red .feature__card-slide:before, .accent-red .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-red .feature__card.accent-green .feature__card-slide, .accent-red .feature__card.green .feature__card-slide {
        background: #b8ecb6
    }
    .accent-red .feature__card.accent-green .feature__card-slide:before, .accent-red .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-red .feature__card.accent-blue .feature__card-slide, .accent-red .feature__card.blue .feature__card-slide {
        background: #a2daf3
    }
    .accent-red .feature__card.accent-blue .feature__card-slide:before, .accent-red .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-red .feature__card.accent-gray .feature__card-slide, .accent-red .feature__card.gray .feature__card-slide {
        background: #fafafa
    }
    .accent-red .feature__card.accent-gray .feature__card-slide:before, .accent-red .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    .feature__card.accent-green .feature__card-slide, .feature__card.green .feature__card-slide {
        background: #b8ecb6
    }
    .feature__card.accent-green .feature__card-slide:before, .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-green .feature__card.accent-yellow .feature__card-slide, .accent-green .feature__card.yellow .feature__card-slide {
        background: #ffe17e
    }
    .accent-green .feature__card.accent-yellow .feature__card-slide:before, .accent-green .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-green .feature__card.accent-red .feature__card-slide, .accent-green .feature__card.red .feature__card-slide {
        background: #ffbcb7
    }
    .accent-green .feature__card.accent-red .feature__card-slide:before, .accent-green .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-green .feature__card.accent-green .feature__card-slide, .accent-green .feature__card.green .feature__card-slide {
        background: #b8ecb6
    }
    .accent-green .feature__card.accent-green .feature__card-slide:before, .accent-green .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-green .feature__card.accent-blue .feature__card-slide, .accent-green .feature__card.blue .feature__card-slide {
        background: #a2daf3
    }
    .accent-green .feature__card.accent-blue .feature__card-slide:before, .accent-green .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-green .feature__card.accent-gray .feature__card-slide, .accent-green .feature__card.gray .feature__card-slide {
        background: #fafafa
    }
    .accent-green .feature__card.accent-gray .feature__card-slide:before, .accent-green .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    .feature__card.accent-blue .feature__card-slide, .feature__card.blue .feature__card-slide {
        background: #a2daf3
    }
    .feature__card.accent-blue .feature__card-slide:before, .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-blue .feature__card.accent-yellow .feature__card-slide, .accent-blue .feature__card.yellow .feature__card-slide {
        background: #ffe17e
    }
    .accent-blue .feature__card.accent-yellow .feature__card-slide:before, .accent-blue .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-blue .feature__card.accent-red .feature__card-slide, .accent-blue .feature__card.red .feature__card-slide {
        background: #ffbcb7
    }
    .accent-blue .feature__card.accent-red .feature__card-slide:before, .accent-blue .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-blue .feature__card.accent-green .feature__card-slide, .accent-blue .feature__card.green .feature__card-slide {
        background: #b8ecb6
    }
    .accent-blue .feature__card.accent-green .feature__card-slide:before, .accent-blue .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-blue .feature__card.accent-blue .feature__card-slide, .accent-blue .feature__card.blue .feature__card-slide {
        background: #a2daf3
    }
    .accent-blue .feature__card.accent-blue .feature__card-slide:before, .accent-blue .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-blue .feature__card.accent-gray .feature__card-slide, .accent-blue .feature__card.gray .feature__card-slide {
        background: #fafafa
    }
    .accent-blue .feature__card.accent-gray .feature__card-slide:before, .accent-blue .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    .feature__card.accent-gray .feature__card-slide, .feature__card.gray .feature__card-slide {
        background: #fafafa
    }
    .feature__card.accent-gray .feature__card-slide:before, .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    .accent-gray .feature__card.accent-yellow .feature__card-slide, .accent-gray .feature__card.yellow .feature__card-slide {
        background: #ffe17e
    }
    .accent-gray .feature__card.accent-yellow .feature__card-slide:before, .accent-gray .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-gray .feature__card.accent-red .feature__card-slide, .accent-gray .feature__card.red .feature__card-slide {
        background: #ffbcb7
    }
    .accent-gray .feature__card.accent-red .feature__card-slide:before, .accent-gray .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-gray .feature__card.accent-green .feature__card-slide, .accent-gray .feature__card.green .feature__card-slide {
        background: #b8ecb6
    }
    .accent-gray .feature__card.accent-green .feature__card-slide:before, .accent-gray .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-gray .feature__card.accent-blue .feature__card-slide, .accent-gray .feature__card.blue .feature__card-slide {
        background: #a2daf3
    }
    .accent-gray .feature__card.accent-blue .feature__card-slide:before, .accent-gray .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-gray .feature__card.accent-gray .feature__card-slide, .accent-gray .feature__card.gray .feature__card-slide {
        background: #fafafa
    }
    .accent-gray .feature__card.accent-gray .feature__card-slide:before, .accent-gray .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
}
@media(min-width:64em) {
    .feature__card .cta__link.cta--arrow i:after {
        margin-left: .75rem;
        width: .813rem
    }
}
.feature__card.red a:hover .cta__link.cta--arrow i:before {
    background-color: #000
}
.feature__card.red a:hover .cta__link.cta--arrow i:after {
    border-color: #000
}
.feature__card a {
    background: #f7f7f7;
    height: 100%;
    overflow: hidden;
    position: relative
}
@media(min-width:48em) {
    .feature__card a {
        display: flex
    }
}
.feature__card a:hover .feature__card-slide {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0)
}
.feature__card a:hover .cta__link.cta--arrow i {
    width: 5rem
}
@media(min-width:48em) {
    .feature__card a:hover .cta__link.cta--arrow i {
        width: calc(100% - 6.25rem)
    }
}
@media(min-width:64em) {
    .feature__card a:hover .cta__link.cta--arrow i {
        width: calc(100% - 6.25rem)
    }
}
.feature__card a:hover .cta__link.cta--arrow i:before {
    display: unset
}
.feature__card.without-image .feature__card-slide {
    z-index: 0
}
.feature__card.without-image .feature__card-slide:before {
    display: none
}
.feature__card.without-image.yellow .feature__card-slide {
    background: #ffeb00
}
.accent-yellow .feature__card.without-image .feature__card-slide, .accent-yellow .feature__card.without-image.accent-yellow .feature__card-slide, .accent-yellow .feature__card.without-image.yellow .feature__card-slide {
    background: #ffe17e
}
.accent-yellow .feature__card.without-image.accent-red .feature__card-slide, .accent-yellow .feature__card.without-image.red .feature__card-slide {
    background: #ffbcb7
}
.accent-yellow .feature__card.without-image.accent-green .feature__card-slide, .accent-yellow .feature__card.without-image.green .feature__card-slide {
    background: #b8ecb6
}
.accent-yellow .feature__card.without-image.accent-blue .feature__card-slide, .accent-yellow .feature__card.without-image.blue .feature__card-slide {
    background: #a2daf3
}
.accent-yellow .feature__card.without-image.accent-gray .feature__card-slide, .accent-yellow .feature__card.without-image.gray .feature__card-slide {
    background: #fafafa
}
.accent-yellow .feature__card-slide {
    background: #ffe17e
}
.accent-yellow .feature__card-slide:before {
    background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
}
.accent-red .feature__card.without-image .feature__card-slide {
    background: #ffbcb7
}
.accent-red .feature__card.without-image.accent-yellow .feature__card-slide, .accent-red .feature__card.without-image.yellow .feature__card-slide {
    background: #ffe17e
}
.accent-red .feature__card.without-image.accent-red .feature__card-slide, .accent-red .feature__card.without-image.red .feature__card-slide {
    background: #ffbcb7
}
.accent-red .feature__card.without-image.accent-green .feature__card-slide, .accent-red .feature__card.without-image.green .feature__card-slide {
    background: #b8ecb6
}
.accent-red .feature__card.without-image.accent-blue .feature__card-slide, .accent-red .feature__card.without-image.blue .feature__card-slide {
    background: #a2daf3
}
.accent-red .feature__card.without-image.accent-gray .feature__card-slide, .accent-red .feature__card.without-image.gray .feature__card-slide {
    background: #fafafa
}
.accent-red .feature__card-slide {
    background: #ffbcb7
}
.accent-red .feature__card-slide:before {
    background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
}
.accent-green .feature__card.without-image .feature__card-slide {
    background: #b8ecb6
}
.accent-green .feature__card.without-image.accent-yellow .feature__card-slide, .accent-green .feature__card.without-image.yellow .feature__card-slide {
    background: #ffe17e
}
.accent-green .feature__card.without-image.accent-red .feature__card-slide, .accent-green .feature__card.without-image.red .feature__card-slide {
    background: #ffbcb7
}
.accent-green .feature__card.without-image.accent-green .feature__card-slide, .accent-green .feature__card.without-image.green .feature__card-slide {
    background: #b8ecb6
}
.accent-green .feature__card.without-image.accent-blue .feature__card-slide, .accent-green .feature__card.without-image.blue .feature__card-slide {
    background: #a2daf3
}
.accent-green .feature__card.without-image.accent-gray .feature__card-slide, .accent-green .feature__card.without-image.gray .feature__card-slide {
    background: #fafafa
}
.accent-green .feature__card-slide {
    background: #b8ecb6
}
.accent-green .feature__card-slide:before {
    background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
}
.accent-blue .feature__card.without-image .feature__card-slide {
    background: #a2daf3
}
.accent-blue .feature__card.without-image.accent-yellow .feature__card-slide, .accent-blue .feature__card.without-image.yellow .feature__card-slide {
    background: #ffe17e
}
.accent-blue .feature__card.without-image.accent-red .feature__card-slide, .accent-blue .feature__card.without-image.red .feature__card-slide {
    background: #ffbcb7
}
.accent-blue .feature__card.without-image.accent-green .feature__card-slide, .accent-blue .feature__card.without-image.green .feature__card-slide {
    background: #b8ecb6
}
.accent-blue .feature__card.without-image.accent-blue .feature__card-slide, .accent-blue .feature__card.without-image.blue .feature__card-slide {
    background: #a2daf3
}
.accent-blue .feature__card.without-image.accent-gray .feature__card-slide, .accent-blue .feature__card.without-image.gray .feature__card-slide {
    background: #fafafa
}
.accent-blue .feature__card-slide {
    background: #a2daf3
}
.accent-blue .feature__card-slide:before {
    background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
}
.accent-gray .feature__card.without-image .feature__card-slide {
    background: #fafafa
}
.accent-gray .feature__card.without-image.accent-yellow .feature__card-slide, .accent-gray .feature__card.without-image.yellow .feature__card-slide {
    background: #ffe17e
}
.accent-gray .feature__card.without-image.accent-red .feature__card-slide, .accent-gray .feature__card.without-image.red .feature__card-slide {
    background: #ffbcb7
}
.accent-gray .feature__card.without-image.accent-green .feature__card-slide, .accent-gray .feature__card.without-image.green .feature__card-slide {
    background: #b8ecb6
}
.accent-gray .feature__card.without-image.accent-blue .feature__card-slide, .accent-gray .feature__card.without-image.blue .feature__card-slide {
    background: #a2daf3
}
.accent-gray .feature__card-slide, .accent-gray .feature__card.without-image.accent-gray .feature__card-slide, .accent-gray .feature__card.without-image.gray .feature__card-slide {
    background: #fafafa
}
.accent-gray .feature__card-slide:before {
    background: linear-gradient(207deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
}
.feature__card-slide {
    position: relative
}
@media(min-width:48em) {
    .feature__card-slide {
        background: #ffe17e;
        display: none;
        height: 100%;
        position: absolute;
        -webkit-transform: translateX(-105%);
        -moz-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        -o-transform: translateX(-105%);
        transition: translateX(-105%);
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        z-index: 0
    }
}
@media(min-width:64em) {
    .feature__card-slide {
        display: inherit
    }
}
.feature__card-slide:before {
    bottom: 0;
    content: ""
}
@media(min-width:48em) {
    .feature__card-slide:before {
        height: 100%;
        position: absolute
    }
}
.feature__card-slide .feature__card-image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}
.feature__card-slide .feature__card-image img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%
}
.image .feature__card-slide {
    z-index: 1
}
.feature__card-content {
    background: #fafafa;
    flex-direction: column;
    height: auto;
    padding: 2rem 1.5rem;
    position: relative;
    width: auto
}
@media(min-width:48em) {
    .feature__card-content {
        background: none;
        display: flex
    }
}
.feature__card-content h6 {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.17;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}
@media(min-width:48em) {
    .feature__card-content h6 {
        margin-bottom: 3rem
    }
}
.feature__card-content .feature__card-description {
    margin-bottom: 3rem
}
@media(min-width:48em) {
    .feature__card-content .feature__card-description {
        margin-bottom: 4.688rem
    }
}
.feature__card-content h4, .feature__card-content h5 {
    margin-bottom: 1.5rem
}
@media(min-width:48em) {
    .feature__card-content h4, .feature__card-content h5 {
        margin-bottom: 2rem
    }
}
.feature__card-content p {
    font-size: .875rem
}
@media(min-width:48em) {
    .feature__card-content p {
        font-size: 1.25rem
    }
}
.feature__card-content .cta__link {
    margin-bottom: 0;
    margin-top: 2.5rem;
    z-index: 2
}
@media(min-width:48em) {
    .feature__card-content .cta__link {
        margin-top: auto
    }
    [dir=rtl] .feature__card .cta__link.cta--arrow {
        width: 100%
    }
    [dir=rtl] .feature__card .cta__link.cta--arrow i:after {
        margin-left: inherit
    }
    [dir=rtl] .feature__card.accent-yellow.image .feature__card-slide, [dir=rtl] .feature__card.yellow.image .feature__card-slide {
        background-color: #ffe17e
    }
    [dir=rtl] .feature__card.accent-yellow.image .feature__card-slide:before, [dir=rtl] .feature__card.yellow.image .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide, .accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide {
        background-color: #ffe17e
    }
    .accent-yellow [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before, .accent-yellow [dir=rtl] .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide, .accent-yellow [dir=rtl] .feature__card.red .feature__card-slide {
        background-color: #ffbcb7
    }
    .accent-yellow [dir=rtl] .feature__card.accent-red .feature__card-slide:before, .accent-yellow [dir=rtl] .feature__card.red .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide, .accent-yellow [dir=rtl] .feature__card.green .feature__card-slide {
        background-color: #b8ecb6
    }
    .accent-yellow [dir=rtl] .feature__card.accent-green .feature__card-slide:before, .accent-yellow [dir=rtl] .feature__card.green .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide, .accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide {
        background-color: #a2daf3
    }
    .accent-yellow [dir=rtl] .feature__card.accent-blue .feature__card-slide:before, .accent-yellow [dir=rtl] .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide, .accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide {
        background-color: #fafafa
    }
    .accent-yellow [dir=rtl] .feature__card.accent-gray .feature__card-slide:before, .accent-yellow [dir=rtl] .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    [dir=rtl] .feature__card.accent-red.image .feature__card-slide, [dir=rtl] .feature__card.red.image .feature__card-slide {
        background-color: #ffbcb7
    }
    [dir=rtl] .feature__card.accent-red.image .feature__card-slide:before, [dir=rtl] .feature__card.red.image .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide, .accent-red [dir=rtl] .feature__card.yellow .feature__card-slide {
        background-color: #ffe17e
    }
    .accent-red [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before, .accent-red [dir=rtl] .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide, .accent-red [dir=rtl] .feature__card.red .feature__card-slide {
        background-color: #ffbcb7
    }
    .accent-red [dir=rtl] .feature__card.accent-red .feature__card-slide:before, .accent-red [dir=rtl] .feature__card.red .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide, .accent-red [dir=rtl] .feature__card.green .feature__card-slide {
        background-color: #b8ecb6
    }
    .accent-red [dir=rtl] .feature__card.accent-green .feature__card-slide:before, .accent-red [dir=rtl] .feature__card.green .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide, .accent-red [dir=rtl] .feature__card.blue .feature__card-slide {
        background-color: #a2daf3
    }
    .accent-red [dir=rtl] .feature__card.accent-blue .feature__card-slide:before, .accent-red [dir=rtl] .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide, .accent-red [dir=rtl] .feature__card.gray .feature__card-slide {
        background-color: #fafafa
    }
    .accent-red [dir=rtl] .feature__card.accent-gray .feature__card-slide:before, .accent-red [dir=rtl] .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    [dir=rtl] .feature__card.accent-green.image .feature__card-slide, [dir=rtl] .feature__card.green.image .feature__card-slide {
        background-color: #b8ecb6
    }
    [dir=rtl] .feature__card.accent-green.image .feature__card-slide:before, [dir=rtl] .feature__card.green.image .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide, .accent-green [dir=rtl] .feature__card.yellow .feature__card-slide {
        background-color: #ffe17e
    }
    .accent-green [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before, .accent-green [dir=rtl] .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide, .accent-green [dir=rtl] .feature__card.red .feature__card-slide {
        background-color: #ffbcb7
    }
    .accent-green [dir=rtl] .feature__card.accent-red .feature__card-slide:before, .accent-green [dir=rtl] .feature__card.red .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide, .accent-green [dir=rtl] .feature__card.green .feature__card-slide {
        background-color: #b8ecb6
    }
    .accent-green [dir=rtl] .feature__card.accent-green .feature__card-slide:before, .accent-green [dir=rtl] .feature__card.green .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide, .accent-green [dir=rtl] .feature__card.blue .feature__card-slide {
        background-color: #a2daf3
    }
    .accent-green [dir=rtl] .feature__card.accent-blue .feature__card-slide:before, .accent-green [dir=rtl] .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide, .accent-green [dir=rtl] .feature__card.gray .feature__card-slide {
        background-color: #fafafa
    }
    .accent-green [dir=rtl] .feature__card.accent-gray .feature__card-slide:before, .accent-green [dir=rtl] .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    [dir=rtl] .feature__card.accent-blue.image .feature__card-slide, [dir=rtl] .feature__card.blue.image .feature__card-slide {
        background-color: #a2daf3
    }
    [dir=rtl] .feature__card.accent-blue.image .feature__card-slide:before, [dir=rtl] .feature__card.blue.image .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide, .accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide {
        background-color: #ffe17e
    }
    .accent-blue [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before, .accent-blue [dir=rtl] .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide, .accent-blue [dir=rtl] .feature__card.red .feature__card-slide {
        background-color: #ffbcb7
    }
    .accent-blue [dir=rtl] .feature__card.accent-red .feature__card-slide:before, .accent-blue [dir=rtl] .feature__card.red .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide, .accent-blue [dir=rtl] .feature__card.green .feature__card-slide {
        background-color: #b8ecb6
    }
    .accent-blue [dir=rtl] .feature__card.accent-green .feature__card-slide:before, .accent-blue [dir=rtl] .feature__card.green .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide, .accent-blue [dir=rtl] .feature__card.blue .feature__card-slide {
        background-color: #a2daf3
    }
    .accent-blue [dir=rtl] .feature__card.accent-blue .feature__card-slide:before, .accent-blue [dir=rtl] .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide, .accent-blue [dir=rtl] .feature__card.gray .feature__card-slide {
        background-color: #fafafa
    }
    .accent-blue [dir=rtl] .feature__card.accent-gray .feature__card-slide:before, .accent-blue [dir=rtl] .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    [dir=rtl] .feature__card.accent-gray.image .feature__card-slide, [dir=rtl] .feature__card.gray.image .feature__card-slide {
        background-color: #fafafa
    }
    [dir=rtl] .feature__card.accent-gray.image .feature__card-slide:before, [dir=rtl] .feature__card.gray.image .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
    .accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide, .accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide {
        background-color: #ffe17e
    }
    .accent-gray [dir=rtl] .feature__card.accent-yellow .feature__card-slide:before, .accent-gray [dir=rtl] .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffe17e)
    }
    .accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide, .accent-gray [dir=rtl] .feature__card.red .feature__card-slide {
        background-color: #ffbcb7
    }
    .accent-gray [dir=rtl] .feature__card.accent-red .feature__card-slide:before, .accent-gray [dir=rtl] .feature__card.red .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #ffbcb7)
    }
    .accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide, .accent-gray [dir=rtl] .feature__card.green .feature__card-slide {
        background-color: #b8ecb6
    }
    .accent-gray [dir=rtl] .feature__card.accent-green .feature__card-slide:before, .accent-gray [dir=rtl] .feature__card.green .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #b8ecb6)
    }
    .accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide, .accent-gray [dir=rtl] .feature__card.blue .feature__card-slide {
        background-color: #a2daf3
    }
    .accent-gray [dir=rtl] .feature__card.accent-blue .feature__card-slide:before, .accent-gray [dir=rtl] .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #a2daf3)
    }
    .accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide, .accent-gray [dir=rtl] .feature__card.gray .feature__card-slide {
        background-color: #fafafa
    }
    .accent-gray [dir=rtl] .feature__card.accent-gray .feature__card-slide:before, .accent-gray [dir=rtl] .feature__card.gray .feature__card-slide:before {
        background: linear-gradient(153deg, hsla(0, 0%, 100%, .2) 30%, #fafafa)
    }
}
@media(min-width:48em)and (min-width:48em) {
    [dir=rtl] .feature__card .feature__card-slide {
        -webkit-transform: translateX(105%);
        -moz-transform: translateX(105%);
        -ms-transform: translateX(105%);
        -o-transform: translateX(105%);
        transition: translateX(105%)
    }
    [dir=rtl] .feature__card .feature__card-slide:hover {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transition: translateX(0)
    }
}
.sort-filter-search.button {
    display: none;
    text-transform: uppercase;
    width: 100%
}
@media(max-width:47.9375em) {
    .sort-filter-search.button {
        display: block
    }
}
.sort-filter-search.button span {
    display: none;
    font-size: 1rem
}
.sort-filter-search.button.close {
    background-color: #edeff0;
    color: #000;
    font-size: 0
}
.sort-filter-search.button.close:hover {
    background-color: #edeff0
}
.sort-filter-search.button.close span {
    display: block
}
@media(max-width:47.9375em) {
    .search-filter {
        display: none
    }
    .search-filter.show-filter {
        display: block
    }
}
.search-filter .expand-search {
    max-width: 296px
}
.search-filter .select-wrapper .multi-select {
    padding-top: 1.5rem
}
.search-filter .selected-chips {
    max-width: 296px;
    padding-top: 1.5rem
}
.search-filter .selected-chips .chip {
    cursor: pointer;
    margin: 0 .75rem .75rem 0
}
.search-filter .chip {
    font-size: 1rem
}
.search-filter .clear-search-filter {
    background: none;
    border: 0;
    border-bottom: 1px solid #ee402d;
    cursor: pointer;
    display: none;
    font-size: 1rem;
    padding: 0
}
.search-filter .clear-search-filter.show-clear {
    display: inline-block
}
.search-filter .active-filter {
    color: #55606e;
    display: none;
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 1rem;
    text-transform: uppercase
}
.search-filter .active-filter.show-activefilter {
    display: block
}
[dir=rtl] .selected-chips .chip {
    margin: 0 0 .75rem .75rem
}
.fixed-carousel .slider-arrows [class*=swiper-button-] {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 2.75rem;
    padding: 0;
    vertical-align: bottom;
    width: 2.75rem
}
.fixed-carousel .slide-content-wrap h6 {
    color: #000;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .48px;
    line-height: .84;
    margin-bottom: 1rem;
    text-transform: uppercase
}
.fixed-carousel .slide-content-wrap h4 {
    font-weight: 400;
    margin-bottom: 1rem
}
.fixed-carousel .slide-content-wrap p {
    font-size: 1rem;
    margin-bottom: 1.5rem
}
.fixed-carousel .swiper-scrollbar {
    margin-bottom: 3rem
}
@media(min-width:48em) {
    .fixed-carousel .slider-slide {
        display: flex
    }
}
.fixed-carousel .slide-content-wrap :lang(my) h6, :lang(my) .fixed-carousel .slide-content-wrap h6 {
    font-size: 1rem
}
.fixed-carousel {
    overflow: hidden
}
.fixed-carousel__image {
    display: block;
    object-fit: contain
}
@media(min-width:48em) {
    .fixed-carousel__image {
        flex: 0 0 18rem;
        max-width: 18rem
    }
}
@media(min-width:64em) {
    .fixed-carousel__image {
        flex: 0 0 23.563rem;
        max-width: 23.563rem
    }
}
@media(min-width:90em) {
    .fixed-carousel__image {
        flex: 0 0 28rem;
        max-width: 28rem
    }
}
@media(max-width:47.9375em) {
    .fixed-carousel__image {
        max-width: 10.625rem
    }
}
.fixed-carousel h2 {
    margin-bottom: 3.125rem;
    margin-top: 5rem
}
@media(min-width:48em) {
    .fixed-carousel .slide-content {
        align-content: space-between;
        display: flex;
        flex-wrap: wrap;
        padding-left: 3rem;
        padding-right: 1.5rem
    }
}
@media(min-width:64em) {
    .fixed-carousel .slide-content {
        padding-left: 8.875rem;
        padding-right: 4rem
    }
}
@media(min-width:90em) {
    .fixed-carousel .slide-content {
        padding-right: 6rem
    }
}
@media(max-width:47.9375em) {
    .fixed-carousel .slide-content {
        margin-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 2rem
    }
}
.fixed-carousel .slide-content > div {
    width: 100%
}
.fixed-carousel .slide-content .button {
    text-transform: uppercase
}
@media(max-width:47.9375em) {
    .fixed-carousel .slide-content .button {
        display: inline-flex
    }
}
@media(min-width:48em) {
    .fixed-carousel .slide-content-wrap h4 {
        margin-bottom: 2rem
    }
}
@media(min-width:64em) {
    .fixed-carousel .slide-content-wrap p {
        margin-bottom: 3.375rem
    }
}
@media(max-width:47.9375em) {
    .fixed-carousel .slide-content-wrap p {
        font-size: .875rem
    }
}
@media(min-width:48em) {
    .fixed-carousel__button-wrap {
        display: inline-flex
    }
}
.fixed-carousel .slider-arrows {
    align-items: center;
    display: flex;
    margin-left: 2.5rem
}
@media(min-width:64em) {
    .fixed-carousel .slider-arrows {
        margin-left: 4rem
    }
}
.fixed-carousel .slider-arrows [class*=swiper-button-]:first-of-type {
    margin-right: .75rem
}
.fixed-carousel .slider-arrows [class*=swiper-button-]:last-of-type {
    margin-left: .75rem
}
.fixed-carousel .slider-arrows [class*=swiper-button-] img {
    vertical-align: bottom;
    width: 2.813rem
}
@media(min-width:48em) {
    [dir=rtl] .fixed-carousel .slide-content {
        padding-left: 1.5rem;
        padding-right: 3rem
    }
}
@media(min-width:64em) {
    [dir=rtl] .fixed-carousel .slide-content {
        padding-left: 4rem;
        padding-right: 8.875rem
    }
}
@media(min-width:90em) {
    [dir=rtl] .fixed-carousel .slide-content {
        padding-left: 6rem
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .fixed-carousel .slide-content {
        padding-left: 2rem;
        padding-right: 1.5rem
    }
}
[dir=rtl] .fixed-carousel .slider-arrows {
    margin-left: 0;
    margin-right: 2.5rem
}
@media(min-width:64em) {
    [dir=rtl] .fixed-carousel .slider-arrows {
        margin-right: 4rem
    }
}
[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:first-of-type {
    margin-left: .75rem;
    margin-right: 0
}
[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:first-of-type img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotate(180deg)
}
[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:last-of-type {
    margin-left: 0;
    margin-right: .75rem
}
[dir=rtl] .fixed-carousel .slider-arrows [class*=swiper-button-]:last-of-type img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: rotate(-180deg)
}
.fluid-carousel .slider-arrows [class*=swiper-button-] {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 2.75rem;
    padding: 0;
    vertical-align: bottom;
    width: 2.75rem
}
.fluid-carousel .slide-content h6 {
    color: #000;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .48px;
    line-height: .84;
    margin-bottom: 1rem;
    text-transform: uppercase
}
.fluid-carousel .slide-content h4 {
    font-weight: 400;
    margin-bottom: 1rem
}
.fluid-carousel .slide-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem
}
.fluid-carousel .swiper-scrollbar {
    margin-bottom: 3rem
}
@media(min-width:48em) {
    .fluid-carousel .slider-slide {
        display: flex
    }
}
.fluid-carousel .slide-content :lang(my) h6, :lang(my) .fluid-carousel .slide-content h6 {
    font-size: 1rem
}
.fluid-carousel {
    overflow: hidden
}
.fluid-carousel__image {
    display: block;
    height: 31rem;
    max-width: 55%;
    object-fit: cover
}
@media(min-width:64em) {
    .fluid-carousel__image {
        max-width: 65%
    }
}
@media(min-width:90em) {
    .fluid-carousel__image {
        max-width: 70%
    }
}
@media(max-width:47.9375em) {
    .fluid-carousel__image {
        height: 18rem;
        max-width: 100%;
        width: auto
    }
}
.fluid-carousel .slide-content {
    box-sizing: border-box;
    padding-left: 1.5rem
}
@media(min-width:48em) {
    .fluid-carousel .slide-content {
        flex: 0 0 45%;
        max-width: 45%;
        position: relative
    }
}
@media(min-width:64em) {
    .fluid-carousel .slide-content {
        flex: 0 0 35%;
        max-width: 35%
    }
}
@media(min-width:90em) {
    .fluid-carousel .slide-content {
        flex: 0 0 30%;
        max-width: 30%
    }
}
@media(max-width:47.9375em) {
    .fluid-carousel .slide-content {
        margin-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 2rem
    }
}
@media(min-width:64em) {
    .fluid-carousel .slide-content p {
        margin-bottom: 3rem
    }
}
@media(max-width:47.9375em) {
    .fluid-carousel .slide-content p {
        font-size: .875rem
    }
}
.fluid-carousel .slide-content .cta__link {
    text-transform: uppercase
}
@media(min-width:48em) {
    .fluid-carousel .slide-content__button-wrap {
        display: inline-flex
    }
}
.fluid-carousel .slider-arrows {
    bottom: 0;
    position: absolute;
    right: 0
}
.fluid-carousel .slider-arrows [class*=swiper-button-]:first-of-type {
    margin-right: .344rem
}
.fluid-carousel .slider-arrows [class*=swiper-button-]:last-of-type {
    margin-left: .344rem
}
.fluid-carousel .slider-arrows [class*=swiper-button-] img {
    vertical-align: bottom;
    width: 2.813rem
}
[dir=rtl] .fluid-carousel .slide-content {
    padding-left: 0;
    padding-right: 1.5rem
}
@media(max-width:47.9375em) {
    [dir=rtl] .fluid-carousel .slide-content {
        padding-right: 1.5rem
    }
}
[dir=rtl] .fluid-carousel .slider-arrows {
    left: 0;
    right: auto
}
[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:first-of-type {
    margin-left: .344rem;
    margin-right: 0
}
[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:first-of-type img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotate(180deg)
}
[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:last-of-type {
    margin-left: 0;
    margin-right: .344rem
}
[dir=rtl] .fluid-carousel .slider-arrows [class*=swiper-button-]:last-of-type img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: rotate(-180deg)
}

.icons-search {
    margin: 2rem 1rem 0;
    text-align: left
}
@media(min-width:48em) {
    .icons-search {
        margin: 0 0 2rem;
        text-align: right
    }
}
.icons-search span {
    display: inline-flex
}
.icons-search .icon-globe {
    margin-right: 1rem
}
[dir=rtl] .icons-search {
    text-align: right
}
@media(min-width:48em) {
    [dir=rtl] .icons-search {
        text-align: left
    }
}
[dir=rtl] .icons-search .icon-globe {
    margin-left: 1rem;
    margin-right: 0
}
.frosted-background:before {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px)
}
.frosted-background {
    position: relative
}
.frosted-background:before {
    background: hsla(0, 0%, 97%, .9);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9
}
.frosted-background img {
    display: block;
    object-fit: cover;
    opacity: .5
}
@supports(-webkit-backdrop-filter:none) or (backdrop-filter:none) {
    .frosted-background img {
        opacity: 1
    }
}
.global-header .header .top-right .icon-globe, .global-header .header .top-right .icon-search {
    background-color: #006eb5;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 26px;
    margin-inline-end: .5rem;
    min-width: 25px;
    padding: 0;
    width: 25px
}
@media(max-width:47.9375em) {
    .global-header .header .top-right .icon-globe, .global-header .header .top-right .icon-search {
        margin-inline-end: 0;
        -webkit-mask: inherit;
        mask: inherit
    }
}
.global-header .header .top-right .icon-globe:hover, .global-header .header .top-right .icon-search:hover {
    background-color: #4f95dd
}
.global-header .header .mid-nav .logo {
    background-image: none
}
.global-header .header {
    background-color: #fafafa;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9
}
.global-header .header .mid-nav .logo img {
    min-width: 60px;
    -webkit-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -moz-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -ms-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    -o-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
    transition: all .4s cubic-bezier(.64, .05, .35, 1.05)
}
@media(min-width:64em) {
    .global-header .header .mid-nav .logo img {
        height: 122px
    }
    .global-header .header .mid-nav .logo img.scrolled {
        height: 115px
    }
}
@media(max-width:63.9375em) {
    .global-header .header .mid-nav .logo img {
        height: 82px;
        min-width: 40px
    }
    .global-header .header .mid-nav .logo img.scrolled {
        height: 75px
    }
}
.global-header {
    height: 7.1875rem
}
@media(max-width:63.9375em) {
    .global-header {
        height: 4.6875rem
    }
}
.global-header .header {
    height: 7.1875rem;
    position: fixed
}
@media(max-width:63.9375em) {
    .global-header .header {
        height: 4.6875rem
    }
}
.global-header .header .fluid {
    height: 7.1875rem
}
@media(min-width:90em) {
    .global-header .header .fluid {
        margin: 0 4.375rem
    }
}
@media(max-width:63.9375em) {
    .global-header .header .fluid {
        height: 4.6875rem
    }
}
@media(min-width:90em) {
    .global-header .header .top-left {
        margin-bottom: 0
    }
}
@media(max-width:63.9375em) {
    .global-header .header .top-left {
        display: flex;
        margin-bottom: 0
    }
    .global-header .header .top-left .dropdown-language {
        display: none
    }
}
.global-header .header .top-left .dropdown-language {
    align-items: center;
    display: flex;
    margin-left: .75rem
}
@media(max-width:63.9375em) {
    .global-header .header .top-left .dropdown-language {
        display: none
    }
}
.global-header .header .mid-nav {
    display: flex;
    height: 7.1875rem;
    justify-content: center;
    position: relative
}
@media(max-width:63.9375em) {
    .global-header .header .mid-nav, .global-header .header .mid-nav nav {
        height: 4.6875rem
    }
}
.global-header .header .mid-nav ul {
    align-items: stretch;
    display: flex;
    height: 100%;
    left: 50%;
    max-height: 7.1875rem;
    padding-left: 3.375rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: translateY(-50%);
    width: 50%;
    z-index: 9
}
@media(min-width:90em) {
    .global-header .header .mid-nav ul {
        padding-left: 4.375rem
    }
}
@media(max-width:63.9375em) {
    .global-header .header .mid-nav ul {
        display: none
    }
}
.global-header .header .mid-nav ul:first-of-type {
    justify-content: right;
    left: inherit;
    padding-left: 0;
    padding-right: 3.375rem;
    right: 50%
}
@media(min-width:90em) {
    .global-header .header .mid-nav ul:first-of-type {
        padding-right: 4.375rem
    }
}
.global-header .header .mid-nav ul li {
    align-items: stretch;
    display: flex;
    margin: 0 1.5rem
}
@media(min-width:90em) {
    .global-header .header .mid-nav ul li {
        margin: 0 2.1875rem
    }
}
.global-header .header .mid-nav ul li a {
    align-items: center;
    display: flex
}
@media(min-width:90em) {
    .global-header .header .mid-nav ul li a {
        margin-top: 0
    }
}
.global-header .header .mid-nav .logo {
    position: relative;
    z-index: 10
}
@media(min-width:90em) {
    .global-header .header .mid-nav .logo {
        left: 50%;
        position: fixed;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transition: translateX(-50%);
        z-index: 10
    }
}
@media(max-width:63.9375em) {
    .global-header .header .mid-nav .logo {
        height: 4.6875rem;
        margin: 0
    }
}
.global-header .header .align-content-middle {
    align-items: center;
    position: relative
}
.global-header .header .top-right {
    display: flex;
    justify-content: flex-end
}
@media(min-width:90em) {
    .global-header .header .top-right {
        margin-bottom: 0
    }
}
@media(max-width:63.9375em) {
    .global-header .header .top-right {
        margin-bottom: 0
    }
    .global-header .header .top-right .icon-globe {
        display: none
    }
}
.global-header .header .top-right .icon-globe {
    margin-left: 1.75rem;
    -webkit-mask: url(/themes/custom/undpglobal/design-system/images/globe.svg) no-repeat left center;
    mask: url(/themes/custom/undpglobal/design-system/images/globe.svg) no-repeat left center
}
@media(max-width:63.9375em) {
    .global-header .header .top-right .icon-globe {
        display: none
    }
}
.global-header .header .top-right .icon-search {
    margin-left: 1rem;
    margin-right: .75rem;
    -webkit-mask: url(/themes/custom/undpglobal/design-system/images/search.svg) no-repeat left center;
    mask: url(/themes/custom/undpglobal/design-system/images/search.svg) no-repeat left center
}
@media(max-width:47.9375em) {
    .global-header .header .top-right .icon-search {
        background: transparent url(/themes/custom/undpglobal/design-system/images/search.svg) no-repeat 0;
        margin-left: 0;
        margin-right: 0;
        -webkit-mask: inherit;
        mask: inherit
    }
    .global-header .header .top-right .icon-search:hover {
        background-color: transparent
    }
}
.global-header .header .mid-nav ul, .global-header .header .top-left, .global-header .header .top-right {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.global-header.global-load-animation .header .mid-nav .logo {
    left: .75rem;
    position: fixed;
    top: 0;
    transform: translateX(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}
.global-header.global-load-animation .mid-nav ul, .global-header.global-load-animation .top-left, .global-header.global-load-animation .top-right {
    opacity: 0
}
.global-header.run-animation .header .mid-nav .logo {
    left: 50%;
    position: fixed;
    transform: translateX(-50%)
}
.global-header.show-content .mid-nav ul, .global-header.show-content .top-left, .global-header.show-content .top-right {
    opacity: 1
}
.global-header .mega-nav-option {
    top: 7.125rem
}
[dir=rtl] .global-header .mid-nav ul {
    left: inherit;
    padding-left: 0;
    padding-right: 4.375rem;
    right: 50%
}
[dir=rtl] .global-header .mid-nav ul li {
    padding-right: 0
}
[dir=rtl] .global-header .mid-nav ul:first-of-type {
    justify-content: left;
    left: 50%;
    padding-left: 4.375rem;
    padding-right: 0;
    right: inherit
}
[dir=rtl] .global-header .top-right .icon-globe {
    margin-left: 0;
    margin-right: 1.75rem
}
[dir=rtl] .global-header .top-right .icon-search {
    margin-left: 0
}
[dir=rtl] .global-header .top-left .dropdown-language {
    margin-left: 0;
    margin-right: .75rem
}
[dir=rtl] .global-header .top-left .icon-bar {
    margin-right: .75rem
}
[dir=rtl] .global-header.global-load-animation .header .mid-nav .logo {
    left: inherit;
    right: .75rem
}
[dir=rtl] .global-header.run-animation .header .mid-nav .logo {
    left: inherit;
    right: 50%;
    transform: translateX(50%)
}
.heading-big {
    justify-content: center;
    opacity: 1;
    padding: 9.375rem 0 10.938rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 5
}
@media(min-width:48em) {
    .heading-big {
        padding: 25rem 0 20rem
    }
}
.heading-big h2 {
    color: #fff;
    margin-bottom: 3rem
}
@media(min-width:48em) {
    .heading-big h2 {
        margin-bottom: 0
    }
}
.heading-big h4 {
    color: #fff
}
.heading-big ul {
    color: #fff;
    margin-top: 2.5rem
}
.color-blue {
    background-color: #232e3e;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}
.change-background {
    opacity: 1
}
:root {
    --light: $color-white;
    --blue: #232e3e
}
body {
    background: var(--light)
}
.color-blue {
    color: #fff
}
.homepage-hero-full img, .homepage-hero-full video, .homepage-hero-image img, .homepage-hero-image video {
    height: 100%;
    object-fit: cover;
    padding: 0;
    width: 100%
}
.homepage-hero-full .overlay-grey, .homepage-hero-full video {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.homepage-hero-full {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    -webkit-transition: max-width .5s ease;
    -moz-transition: max-width .5s ease;
    -ms-transition: max-width .5s ease;
    -o-transition: max-width .5s ease;
    transition: max-width .5s ease
}
.homepage-hero-full h1 {
    margin-bottom: 2.5rem
}
.homepage-hero-full h4 {
    margin-bottom: 0;
    padding-bottom: 4rem
}
.homepage-hero-full .button {
    margin-bottom: 1.5rem
}
@media(min-width:48em) {
    .homepage-hero-full .button {
        margin-bottom: 10.188rem
    }
}
@media(max-width:47.9375em) {
    .homepage-hero-full .button {
        margin-top: 4rem
    }
    .homepage-hero-content {
        padding: 0 1.5rem
    }
}
.homepage-hero-content > div {
    padding-top: 10.438rem;
    position: relative
}
@media(min-width:48em) {
    .homepage-hero-content > div {
        padding-top: 13.688rem
    }
    .homepage-hero-tall-content, .homepage-hero-wide-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center
    }
}
.homepage-hero-tall {
    word-break: break-word
}
.homepage-hero-tall-content h1 {
    margin-bottom: 1rem
}
@media(min-width:48em) {
    .homepage-hero-tall-content h1 {
        margin-bottom: 2.5rem
    }
}
.homepage-hero-tall-content h4 {
    margin-bottom: 2rem
}
@media(min-width:48em) {
    .homepage-hero-tall-content h4 {
        margin-bottom: 4rem
    }
}
.homepage-hero-image {
    width: 100%
}
@media(max-width:47.9375em) {
    .homepage-hero-image {
        margin-bottom: 2rem;
        padding-bottom: 100%;
        position: relative;
        width: 100%
    }
}
@media(min-width:48em) {
    .homepage-hero-image {
        height: 100%
    }
}
.homepage-hero-image picture {
    display: initial
}
@media(max-width:47.9375em) {
    .homepage-hero-image img, .homepage-hero-image video {
        position: absolute
    }
}
.homepage-hero-wide {
    position: relative
}
@media(min-width:48em) {
    .homepage-hero-wide {
        border-left: 3rem solid #edeff0
    }
}
.homepage-hero-wide-content {
    justify-content: space-between
}
.homepage-hero-wide h1 {
    margin-bottom: 1rem
}
@media(min-width:48em) {
    .homepage-hero-wide h1 {
        margin-bottom: 5rem;
        padding-top: 4.688rem
    }
}
.homepage-hero-wide h3 {
    margin-bottom: 1.5rem
}
.homepage-hero-wide h3 + h1 {
    padding-top: 0
}
.homepage-hero-wide h5 {
    margin-bottom: 2rem
}
@media(min-width:48em) {
    .homepage-hero-wide h5 {
        margin-bottom: 7.75rem;
        padding-right: 1.625rem
    }
    [dir=rtl] .homepage-hero-tall-content {
        padding-left: 1.375rem;
        padding-right: 0
    }
    [dir=rtl] .homepage-hero-wide {
        border-left: 0;
        border-right: 3rem solid #edeff0
    }
    [dir=rtl] .homepage-hero-wide h5 {
        padding-left: 1.625rem;
        padding-right: 0
    }
}
figcaption {
    border-bottom: 2px solid #000;
    color: ;
    font-size: 1rem;
	max-width: 250px!;
}
@media(min-width:48em) {
    figcaption {
        display: flex;
        justify-content: space-between;
        padding-bottom: 2rem;
		text-align: center;
    }
}
figcaption .credits {
    border-top: 1px solid #a9b1b7;
    color: #000;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-top: 1rem
}
@media(min-width:48em) {
    figcaption .credits {
        border-top: 0;
        display: block;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        padding-left: 0;
        padding-top: 0
    }
}
figcaption .credits strong {
    margin-left: .25rem
}
@media(min-width:48em) {
    figcaption .credits strong {
        margin-left: 0
    }
}
figcaption p {
    color: #;
    margin-bottom: 1rem
}
figcaption p:hover {
    color: #6772e5;
   
}
@media(min-width:48em) {
    figcaption p {
        border: 0;
        margin: 0
    }
    figcaption p + .credits {
        border-left: 1px solid #a9b1b7;
        margin-left: 2rem;
        padding-left: 2rem
    }
    [dir=rtl] figcaption p {
        padding-right: 0
    }
    [dir=rtl] figcaption .credits {
        border-left: none;
        border-right: 1px solid #a9b1b7;
        border-top: 0;
        display: block;
        margin-left: 0;
        margin-right: 2rem;
        padding-left: 0;
        padding-right: 2rem;
        padding-top: 0
    }
}
[dir=rtl] figcaption .credits strong {
    margin-right: .25rem
}
@media(min-width:48em) {
    [dir=rtl] figcaption .credits strong {
        margin-right: 0
    }
}
:lang(my) figcaption .credits, :lang(my) figcaption p {
    line-height: 1.7
}
.image-carousel .slider-arrows [class*=swiper-button-] {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 2.75rem;
    padding: 0;
    vertical-align: bottom;
    width: 2.75rem
}
.image-carousel .swiper-scrollbar {
    margin-bottom: 3rem
}
@media(min-width:48em) {
    .image-carousel .slider-slide {
        display: flex
    }
}
.image-carousel {
    overflow: hidden
}
.image-carousel__image {
    height: 30rem;
    max-width: 65%;
    object-fit: cover;
    width: auto
}
@media(min-width:64em) {
    .image-carousel__image {
        height: 38.75rem
    }
}
@media(max-width:47.9375em) {
    .image-carousel__image {
        height: 21.875rem;
        max-width: 100%
    }
}
.image-carousel .slider-arrows {
    align-self: flex-end;
    margin-left: 4rem
}
.image-carousel .slider-arrows [class*=swiper-button-]:first-of-type {
    margin-right: .75rem
}
.image-carousel .slider-arrows [class*=swiper-button-]:last-of-type {
    margin-left: .75rem
}
.image-carousel .slider-arrows [class*=swiper-button-] img {
    vertical-align: bottom;
    width: 2.813rem
}
[dir=rtl] .image-carousel .slider-arrows {
    margin-left: 0;
    margin-right: 4rem
}
[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:first-of-type {
    margin-left: .75rem;
    margin-right: 0
}
[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:first-of-type img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotate(180deg)
}
[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:last-of-type {
    margin-left: 0;
    margin-right: .75rem
}
[dir=rtl] .image-carousel .slider-arrows [class*=swiper-button-]:last-of-type img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: rotate(-180deg)
}
@media(max-width:47.9375em) {
    .image-reveal-card {
        margin-top: 3.75rem
    }
}
.reveal-head {
    margin-bottom: 1.5rem
}
@media(min-width:48em) {
    .reveal-head {
        margin-bottom: 2.5rem
    }
}
.image-reveal-card .image-reveal-card__content .image:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.image-reveal-card {
    background-image: none;
    background: #fff;
    border: 0;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative
}
.image-reveal-card > a {
    background: none
}
.image-reveal-card .image-reveal-card__content {
    overflow: hidden;
    position: relative
}
.image-reveal-card .image-reveal-card__content img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}
.image-reveal-card .image-reveal-card__content h5 {
    margin-bottom: 0;
    padding: 1.5rem 1.5rem 0
}
@media(min-width:48em) {
    .image-reveal-card .image-reveal-card__content h5 {
        padding: 2rem 1.5rem 0
    }
}
@media(min-width:64em) {
    .image-reveal-card .image-reveal-card__content h5 {
        background: #fff;
        bottom: -1px;
        box-sizing: border-box;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: translate(0, 100%);
        -webkit-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
        -moz-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
        -ms-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
        -o-transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
        transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
        transition-delay: .2s;
        width: 100%
    }
}
.image-reveal-card .image-reveal-card__content .image {
    position: relative;
    width: 100%
}
.image-reveal-card .image-reveal-card__content .image img {
    display: block;
    width: 100%
}
.image-reveal-card .image-reveal-card__content .image:before {
    opacity: 0;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s
}
.image-reveal-card .cta__link {
    margin: 2rem 0 0 1.5rem;
    width: 100%
}
@media(min-width:64em) {
    .image-reveal-card .cta__link {
        box-sizing: border-box;
        margin-left: 0;
        padding-left: 1.5rem
    }
    .image-reveal-card:hover .image-reveal-card__content h5 {
        height: auto;
        opacity: 1;
        transform: translateY(0)
    }
}
.image-reveal-card:hover .image-reveal-card__content .image:before, .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before, .image-reveal-card:hover .image-reveal-card__content.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
.image-reveal-card:hover .image-reveal-card__content.accent-red .image:before, .image-reveal-card:hover .image-reveal-card__content.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
.image-reveal-card:hover .image-reveal-card__content.accent-green .image:before, .image-reveal-card:hover .image-reveal-card__content.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
.image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before, .image-reveal-card:hover .image-reveal-card__content.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    opacity: .75
}
.image-reveal-card:hover .cta__link i {
    width: 5rem
}
.image-reveal-card:hover .cta__link i:before {
    display: unset
}
.image-reveal-card:hover .image:before {
    opacity: .75
}
.accent-yellow .image-reveal-card:hover .image-reveal-card__content .image:before, .accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before, .accent-yellow .image-reveal-card:hover .image-reveal-card__content.yellow .image:before, .image-reveal-card.accent-yellow .image:before, .image-reveal-card.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before, .accent-yellow .image-reveal-card:hover .image-reveal-card__content.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before, .accent-yellow .image-reveal-card:hover .image-reveal-card__content.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-yellow .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before, .accent-yellow .image-reveal-card:hover .image-reveal-card__content.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-red .image-reveal-card:hover .image-reveal-card__content .image:before, .image-reveal-card.accent-red .image:before, .image-reveal-card.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before, .accent-red .image-reveal-card:hover .image-reveal-card__content.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before, .accent-red .image-reveal-card:hover .image-reveal-card__content.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before, .accent-red .image-reveal-card:hover .image-reveal-card__content.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-red .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before, .accent-red .image-reveal-card:hover .image-reveal-card__content.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-green .image-reveal-card:hover .image-reveal-card__content .image:before, .image-reveal-card.accent-green .image:before, .image-reveal-card.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before, .accent-green .image-reveal-card:hover .image-reveal-card__content.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before, .accent-green .image-reveal-card:hover .image-reveal-card__content.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-green .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before, .accent-green .image-reveal-card:hover .image-reveal-card__content.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-blue .image-reveal-card:hover .image-reveal-card__content .image:before, .accent-green .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before, .accent-green .image-reveal-card:hover .image-reveal-card__content.blue .image:before, .image-reveal-card.accent-blue .image:before, .image-reveal-card.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-yellow .image:before, .accent-blue .image-reveal-card:hover .image-reveal-card__content.yellow .image:before {
    background: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-red .image:before, .accent-blue .image-reveal-card:hover .image-reveal-card__content.red .image:before {
    background: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-green .image:before, .accent-blue .image-reveal-card:hover .image-reveal-card__content.green .image:before {
    background: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-blue .image-reveal-card:hover .image-reveal-card__content.accent-blue .image:before, .accent-blue .image-reveal-card:hover .image-reveal-card__content.blue .image:before {
    background: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
@media(min-width:48em) {
    .small.image-reveal-card {
        max-width: 13.25rem
    }
    .small.image-reveal-card .cta__link {
        width: 100%
    }
}
.small.image-reveal-card h5 {
    font-size: 1.25rem
}
@media(min-width:48em) {
    .small.image-reveal-card h5 {
        font-size: 1rem
    }
    .small.image-reveal-card:hover .cta__link.cta--arrow i {
        margin-left: 0;
        width: 4rem
    }
}
@media(min-width:64em) {
    .small.image-reveal-card:hover .cta__link.cta--arrow i {
        width: calc(100% - 6rem)
    }
}
[dir=rtl] .image-reveal-card .cta__link {
    margin-right: 0;
    margin-top: 2rem;
    padding-right: 1.5rem
}
@media(min-width:48em) {
    [dir=rtl] .image-reveal-card .cta__link {
        margin-right: 0;
        padding-right: 1.5rem
    }
}
[dir=rtl] .image-reveal-card .image:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transition: scaleX(-1)
}
label, label.error {
    font-size: 1rem
}
@media(min-width:48em) {
    label, label.error {
        font-size: 1.25rem
    }
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
    background-color: #fff
}
:lang(my) label {
    font-size: .875rem
}
@media(min-width:48em) {
    :lang(my) label {
        font-size: 1rem
    }
}
label {
    display: block
}
label.error {
    color: #000;
    margin-top: 0
}
label.disabled {
    color: #d4d6d8
}
.help {
    color: #a9b1b7;
    display: block;
    font-size: .875rem
}
.error, .help {
    margin-bottom: 0;
    margin-top: .5rem
}
.error {
    color: #ee402d;
    font-size: 1rem
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-size: 1rem;
    height: 46px;
    margin-top: .5rem;
    padding: .625rem;
    width: 100%
}
input[type=date]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, textarea::placeholder {
    color: #a9b1b7
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 4px #0468b1;
    outline: 0
}
input[type=date] input[type=date], input[type=date] input[type=search], input[type=email] input[type=date], input[type=email] input[type=search], input[type=number] input[type=date], input[type=number] input[type=search], input[type=password] input[type=date], input[type=password] input[type=search], input[type=search] input[type=date], input[type=search] input[type=search], input[type=tel] input[type=date], input[type=tel] input[type=search], input[type=text] input[type=date], input[type=text] input[type=search], textarea input[type=date], textarea input[type=search] {
    padding-left: 2.5rem;
    position: relative
}
input[type=date].disabled, input[type=email].disabled, input[type=number].disabled, input[type=password].disabled, input[type=search].disabled, input[type=tel].disabled, input[type=text].disabled, textarea.disabled {
    background-color: #fff;
    border: 2px solid #d4d6d8;
    color: #d4d6d8
}
input[type=date].disabled::placeholder, input[type=email].disabled::placeholder, input[type=number].disabled::placeholder, input[type=password].disabled::placeholder, input[type=search].disabled::placeholder, input[type=tel].disabled::placeholder, input[type=text].disabled::placeholder, textarea.disabled::placeholder {
    color: #d4d6d8
}
input[type=date].error, input[type=email].error, input[type=number].error, input[type=password].error, input[type=search].error, input[type=tel].error, input[type=text].error, textarea.error {
    border: 2px solid #ee402d
}
input[type=date] {
    background: url(/themes/custom/undpglobal/design-system/images/calender-black.svg) no-repeat left 14px bottom 12px;
    background-color: #fff;
    color: #a9b1b7;
    padding-left: 2.5rem
}
input[type=date].disabled {
    background-image: url(/themes/custom/undpglobal/design-system/images/date-disabled.svg)
}
input[type=search] {
    background: url(/themes/custom/undpglobal/design-system/images/search-black.svg) no-repeat left 14px bottom 12px;
    color: #a9b1b7;
    padding-left: 2.5rem
}
input[type=search].disabled {
    background-image: url(/themes/custom/undpglobal/design-system/images/search-gray.svg)
}
.help.disabled {
    color: #d4d6d8
}
textarea {
    height: auto;
    max-width: 100%;
    resize: vertical
}
input[type=date]::-webkit-calendar-picker-indicator {
    appearance: none;
    left: 3px;
    opacity: 0;
    position: absolute
}
@media(hover:none)and (pointer:coarse) {
    [dir=rtl] input[type=date] input[type=date], [dir=rtl] input[type=email] input[type=date], [dir=rtl] input[type=number] input[type=date], [dir=rtl] input[type=password] input[type=date], [dir=rtl] input[type=search] input[type=date], [dir=rtl] input[type=tel] input[type=date], [dir=rtl] input[type=text] input[type=date], [dir=rtl] textarea input[type=date] {
        padding-right: 1.5rem
    }
}
[dir=rtl] input[type=date], [dir=rtl] input[type=search] {
    background: url(/themes/custom/undpglobal/design-system/images/calender-black.svg) no-repeat right 14px bottom 12px;
    background-color: #fff;
    padding-left: .635rem;
    padding-right: 2.5rem;
    text-align: right
}
[dir=rtl] input[type=search] {
    background: url(/themes/custom/undpglobal/design-system/images/search-black.svg) no-repeat right 14px bottom 12px
}
[dir=rtl] input[type=date].disabled {
    background-image: url(/themes/custom/undpglobal/design-system/images/date-disabled.svg)
}
[dir=rtl] input[type=date]::-webkit-calendar-picker-indicator {
    left: inherit;
    position: absolute;
    right: 27px
}
[dir=rtl] input::-webkit-date-and-time-value {
    margin-right: 0;
    text-align: right
}
:lang(my) .error {
    line-height: 1.7
}
:lang(my) input[type=date], :lang(my) input[type=email], :lang(my) input[type=number], :lang(my) input[type=password], :lang(my) input[type=search], :lang(my) input[type=tel], :lang(my) input[type=text], :lang(my) textarea {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.dropdown-language button, .dropdown-language ul li a {
    border: none;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase
}
.dropdown-language {
    display: inline-block;
    position: relative
}
.dropdown-language ul {
    height: 0;
    left: 1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: calc(100% + 3px);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 9
}
.dropdown-language ul li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}
.dropdown-language ul li a {
    background: #f7f7f7;
    border-bottom: 1px solid #d4d6d8;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    display: block;
    padding: .75rem 1rem
}
.dropdown-language ul li a:hover {
    color: #55606e
}
.dropdown-language.active button:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotateZ(180deg)
}
.dropdown-language.active ul {
    height: auto
}
.dropdown-language button {
    align-items: center;
    background-color: transparent;
    color: #006eb5;
    cursor: pointer;
    display: flex;
    padding: 0
}
.dropdown-language button:before {
    background-color: #006eb5;
    content: "";
    height: 26px;
    margin-right: .5rem;
    -webkit-mask: url(/themes/custom/undpglobal/design-system/images/language.svg) no-repeat left center;
    mask: url(/themes/custom/undpglobal/design-system/images/language.svg) no-repeat left center;
    width: 25px
}
@media(max-width:47.9375em) {
    .dropdown-language button:before {
        background: transparent url(/themes/custom/undpglobal/design-system/images/language.svg) no-repeat 0;
        -webkit-mask: inherit;
        mask: inherit
    }
}
.dropdown-language button:after {
    background-color: #006eb5;
    content: "";
    height: 10px;
    margin-left: .5rem;
    -webkit-mask: url(/themes/custom/undpglobal/design-system/images/arrow-blue.svg) no-repeat left center;
    mask: url(/themes/custom/undpglobal/design-system/images/arrow-blue.svg) no-repeat left center;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 15px
}
@media(max-width:47.9375em) {
    .dropdown-language button:after {
        background: transparent url(/themes/custom/undpglobal/design-system/images/arrow-blue.svg) no-repeat 0;
        -webkit-mask: inherit;
        mask: inherit
    }
}
.dropdown-language button:hover {
    color: #4f95dd
}
.dropdown-language button:hover:after, .dropdown-language button:hover:before {
    background-color: #4f95dd
}
.dropdown-language button.white {
    color: #fff
}
.dropdown-language button.white:before {
    background: url(/themes/custom/undpglobal/design-system/images/language-white.svg) no-repeat 0
}
.dropdown-language button.white:after {
    background: url(/themes/custom/undpglobal/design-system/images/arrow-white-down.svg) no-repeat 0
}
[dir=rtl] .dropdown-language ul {
    left: unset;
    padding-right: 0;
    right: 16px
}
[dir=rtl] .dropdown-language ul li {
    padding-right: 0
}
[dir=rtl] .dropdown-language button:before {
    margin-left: .5rem;
    margin-right: 0;
    transform: scaleX(-1)
}
[dir=rtl] .dropdown-language button:after {
    margin-left: 0;
    margin-right: .5rem
}
:lang(my) .dropdown-language button {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description .gdesc-inner figcaption {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0);
    visibility: visible
}
.goverlay {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: hsla(0, 0%, 97%, .8);
    height: calc(100vh + 1px);
    top: -1px;
    will-change: opacity
}
.glightbox-container, .goverlay {
    left: 0;
    position: fixed;
    width: 100%
}
.glightbox-container {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    outline: none;
    overflow: hidden;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 9
}
.glightbox-container.inactive {
    display: none
}
.glightbox-container .gcontainer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10
}
.glightbox-container .gcontainer.frosted-background:before {
    z-index: 0
}
.glightbox-container .gcontainer .gclose, .glightbox-container .gcontainer .gnext, .glightbox-container .gcontainer .gprev {
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 45px;
    justify-content: center;
    width: 45px;
    z-index: 3
}
.glightbox-container .gcontainer .gclose svg, .glightbox-container .gcontainer .gnext svg, .glightbox-container .gcontainer .gprev svg {
    display: none
}
.glightbox-container .gcontainer .gclose.disabled, .glightbox-container .gcontainer .gnext.disabled, .glightbox-container .gcontainer .gprev.disabled {
    opacity: .1
}
.glightbox-container .gcontainer .gprev {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-left-circle.svg) no-repeat 0;
    left: 3px;
    position: absolute;
    top: 47%
}
@media(min-width:48em) {
    .glightbox-container .gcontainer .gprev {
        left: 20px;
        top: 45%
    }
}
@media(min-width:90em) {
    .glightbox-container .gcontainer .gprev {
        left: 40px
    }
}
.glightbox-container .gcontainer .gnext {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-right-circle.svg) no-repeat 0;
    position: absolute;
    right: 3px;
    top: 47%
}
@media(min-width:48em) {
    .glightbox-container .gcontainer .gnext {
        right: 20px;
        top: 45%
    }
}
@media(min-width:90em) {
    .glightbox-container .gcontainer .gnext {
        right: 40px
    }
}
.glightbox-container .gcontainer .gclose {
    background: url(/themes/custom/undpglobal/design-system/images/times-circle.svg) no-repeat 0;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 45px;
    position: absolute;
    right: 19px;
    top: 16px;
    width: 45px
}
.glightbox-container .gcontainer .gslider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.glightbox-container .gcontainer .gslider, .glightbox-container .gcontainer .gslider .gslide {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    width: 100%
}
.glightbox-container .gcontainer .gslider .gslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.glightbox-container .gcontainer .gslider .gslide.current {
    opacity: 1;
    position: relative;
    z-index: 9
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content {
    width: 100%
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container {
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100vh;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%
}
@media(min-width:48em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container {
        display: inherit;
        height: auto
    }
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-height: 200px;
    overflow: hidden
}
@media(min-width:48em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image {
        display: contents;
        margin-top: 40px;
        max-height: inherit;
        width: auto
    }
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
    display: block;
    height: 100%;
    margin: auto
}
@media(min-width:48em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
        height: auto;
        margin-top: 1.5rem
    }
}
@media(min-width:90em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
        max-height: calc(100vh - 150px)
    }
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}
@media(min-width:64em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description {
        position: relative
    }
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description.description-bottom {
    margin: 0 auto;
    max-width: 100%;
    max-width: 800px !important
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description .gdesc-inner {
    padding: 48px 20px
}
@media(min-width:64em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description .gdesc-inner {
        padding: 32px 20px
    }
}
.glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-description p {
    margin-bottom: 12px
}
.glightbox-container.glightbox-closing .gclose, .glightbox-container.glightbox-closing .gnext, .glightbox-container.glightbox-closing .gprev {
    opacity: 0 !important
}
.glightbox-mobile .glightbox-container .gslide-description {
    position: absolute;
    top: calc(50% + 65px)
}
@media(min-width:48em) {
    .glightbox-mobile .glightbox-container .gslide-description {
        position: relative
    }
}
.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}
.glightbox-mobile .glightbox-container .gslide-desc a {
    font-weight: 700
}
.gfadeIn {
    -webkit-animation: gfadein .5s ease;
    animation: gfadeIn .5s ease
}
.gfadeOut {
    -webkit-animation: gfadeout 0s ease;
    animation: gfadeOut 0s ease
}
.gslideOutLeft {
    -webkit-animation: gslideoutleft .3s ease;
    animation: gslideOutLeft .3s ease
}
.gslideInLeft {
    -webkit-animation: gslideinleft .3s ease;
    animation: gslideInLeft .3s ease
}
.gslideOutRight {
    -webkit-animation: gslideoutright .3s ease;
    animation: gslideOutRight .3s ease
}
.gslideInRight {
    -webkit-animation: gslideinright .3s ease;
    animation: gslideInRight .3s ease
}
.gzoomIn {
    -webkit-animation: gzoomin .5s ease;
    animation: gzoomIn .5s ease
}
.gzoomOut {
    -webkit-animation: gzoomout 0s ease;
    animation: gzoomOut 0s ease
}
@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes gfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes gfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@-webkit-keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}
@keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}
@-webkit-keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}
@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}
@-webkit-keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@-webkit-keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}
@keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}
@-webkit-keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 1
    }
}
@keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes gzoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
@keyframes gzoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
[dir=rtl] .glightbox-container .gcontainer .gclose {
    left: 19px;
    right: inherit
}
.lightbox-gallery__right .lightbox-gallery-images li a {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}
.lightbox-gallery__left {
    align-items: center;
    display: flex
}
@media(max-width:47.9375em) {
    .lightbox-gallery__left {
        margin-bottom: .75rem
    }
}
.lightbox-gallery__content {
    padding: 0 .75rem 1.5rem
}
@media(min-width:48em) {
    .lightbox-gallery__content {
        margin: auto;
        max-width: 28rem;
        padding: 1.5rem .5rem
    }
}
@media(min-width:90em) {
    .lightbox-gallery__content {
        padding: 0
    }
}
.lightbox-gallery__content h5 {
    margin-bottom: 2rem
}
@media(max-width:47.9375em) {
    .lightbox-gallery__content h5 {
        margin-bottom: 1rem
    }
}
.lightbox-gallery__content p {
    font-size: 1rem;
    margin-bottom: 3rem
}
@media(max-width:47.9375em) {
    .lightbox-gallery__content p {
        font-size: .875rem;
        margin-bottom: 2rem
    }
}
.lightbox-gallery__content .cta__link {
    text-transform: uppercase
}
.lightbox-gallery__right {
    position: relative
}
.lightbox-gallery__right .lightbox-gallery-images {
    column-count: 2;
    column-gap: .75rem;
    margin: auto;
    padding-left: 0;
    width: 100%
}
@media(min-width:90em) {
    .lightbox-gallery__right .lightbox-gallery-images {
        column-count: 3;
        column-gap: 1.5rem
    }
}
.lightbox-gallery__right .lightbox-gallery-images li {
    list-style: none;
    margin-bottom: .75rem;
    padding-left: 0;
    position: relative;
    width: 100%
}
@media(min-width:90em) {
    .lightbox-gallery__right .lightbox-gallery-images li {
        margin-bottom: 1.5rem
    }
}
.lightbox-gallery__right .lightbox-gallery-images li a {
    background-image: none;
    display: block
}
.lightbox-gallery__right .lightbox-gallery-images li figure {
    margin: 0
}
.lightbox-gallery__right .lightbox-gallery-images li:focus, .lightbox-gallery__right .lightbox-gallery-images li:focus-within, .lightbox-gallery__right .lightbox-gallery-images li:hover {
    outline: 0
}
@media(min-width:90em) {
    .lightbox-gallery__right .lightbox-gallery-images li:focus .image:before, .lightbox-gallery__right .lightbox-gallery-images li:focus-within .image:before, .lightbox-gallery__right .lightbox-gallery-images li:hover .image:before {
        background-color: #000;
        content: "";
        height: 100%;
        left: 0;
        opacity: .4;
        position: absolute;
        top: 0;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        width: 100%;
        z-index: 1
    }
}
.lightbox-gallery__right .lightbox-gallery-images li:focus .image__description, .lightbox-gallery__right .lightbox-gallery-images li:focus-within .image__description, .lightbox-gallery__right .lightbox-gallery-images li:hover .image__description {
    opacity: 1;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.lightbox-gallery__right .lightbox-gallery-images li .image {
    line-height: 0
}
@media(min-width:48em) {
    .lightbox-gallery__right .lightbox-gallery-images li .image {
        overflow: hidden
    }
}
@media(min-width:90em) {
    .lightbox-gallery__right .lightbox-gallery-images li .image {
        min-height: 200px
    }
}
.lightbox-gallery__right .lightbox-gallery-images li .image img {
    max-width: 100%;
    padding-bottom: 0
}
@media(min-width:64em) {
    .lightbox-gallery__right .lightbox-gallery-images li .image img {
        max-width: none;
        min-height: 200px;
        object-fit: cover
    }
}
.lightbox-gallery__right .image__description {
    bottom: 0;
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2
}
@media(min-width:90em) {
    .lightbox-gallery__right .image__description {
        display: block
    }
}
.lightbox-gallery__right .image__description figcaption {
    width: auto
}
@media(min-width:90em) {
    .lightbox-gallery__right .image__description figcaption {
        border-bottom: 0;
        display: block;
        margin-top: 0;
        padding: 2rem 1.5rem
    }
}
.lightbox-gallery__right .image__description figcaption p {
    color: #fff;
    margin-bottom: 1rem;
    padding-right: 0
}
@media(min-width:64em) {
    .lightbox-gallery__right .image__description figcaption p + .credits {
        margin-left: 0
    }
}
.lightbox-gallery__right .image__description figcaption .credits {
    border-left: 0;
    color: #fff;
    padding-left: 0
}
.lightbox-gallery__right .image__description.caption_on_top {
    bottom: inherit;
    height: 100%;
    -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent);
    mask-image: linear-gradient(180deg, #000 50%, transparent);
    overflow-y: hidden;
    top: 0
}
[dir=rtl] .lightbox-gallery__right .lightbox-gallery-images, [dir=rtl] .lightbox-gallery__right .lightbox-gallery-images li {
    padding-right: 0
}
[dir=rtl] .lightbox-gallery__right .credits {
    border-right: 0;
    color: #fff;
    margin-right: 0;
    padding-right: 0
}
[dir=rtl] .lightbox-gallery__right figcaption p + .credits {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}
@keyframes loader-animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
.loader {
    -webkit-animation: loader-animation 2s linear infinite;
    -moz-animation: loader-animation 2s linear infinite;
    -ms-animation: loader-animation 2s linear infinite;
    -o-animation: loader-animation 2s linear infinite;
    animation: loader-animation 2s linear infinite;
    border: 8px solid #006eb5;
    border-radius: 50%;
    border-top-color: #edeff0;
    height: 40px;
    width: 40px
}
@media(min-width:48em) {
    .loader {
        border: 14px solid #006eb5;
        border-top-color: #edeff0;
        height: 96px;
        width: 96px
    }
}
.mega-nav-option {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: hsla(0, 0%, 97%, .9);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-sizing: border-box;
    display: none;
    left: 50%;
    max-width: 75.5rem;
    min-height: 37.5rem;
    padding: 4rem 0 0 3rem;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: translateX(-50%);
    z-index: 8
}
.mega-nav-option.float-higher {
    z-index: 16
}
.mega-nav-option.show-mega {
    display: block
}
.mega-nav-option .submenu {
    margin: 0;
    padding: 0
}
.mega-nav-option .submenu li {
    list-style: none;
    margin-block-end: 0;
    padding-inline-end: 3rem;
    padding-inline-start: 0
}
.mega-nav-option .submenu li.active a {
    background: #006eb5;
    color: #fff
}
.mega-nav-option .submenu li.active a .external-link-animated {
    box-shadow: -2px 2px 0 0 #fff, -4px 0 0 -2px #fff, -3px 3px 0 -1px #fff
}
.mega-nav-option .submenu li.active a .external-link-animated:before {
    background: #fff
}
.mega-nav-option .submenu li.active a .external-link-animated:after {
    border-block-start: 2px solid #fff;
    border-inline-end: 2px solid #fff
}
.mega-nav-option .submenu li.active a:hover .external-link-animated:after {
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    transition: translate(5px, -5px)
}
.mega-nav-option .submenu li.active a:hover .external-link-animated:before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px, 0)
}
.mega-nav-option .submenu li:focus {
    outline: 0
}
.mega-nav-option .submenu li a {
    background: none;
    border-block-end: 1px solid #d4d6d8;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.5rem;
    text-transform: uppercase
}
.mega-nav-option .submenu li a .external-link-animated {
    margin: 2px 0 0 1rem
}
.mega-nav-option .submenu li a:hover {
    background: #006eb5;
    color: #fff
}
.mega-nav-option .sub-menu-content {
    display: none;
    min-height: 31.25rem
}
.mega-nav-option .sub-menu-content .sub-sub-menu {
    display: flex;
    margin-block-start: 3rem
}
.mega-nav-option .sub-menu-content .sub-sub-menu ul {
    margin: 0;
    padding: 0;
    width: 50%
}
.mega-nav-option .sub-menu-content .sub-sub-menu ul li {
    line-height: 0;
    list-style-type: none;
    margin-block-end: 1.5rem;
    text-transform: uppercase
}
.mega-nav-option .sub-menu-content h3 {
    margin-block-end: 1.5rem
}
.mega-nav-option .sub-menu-content .mega-image {
    box-sizing: border-box;
    padding-inline-start: 3rem
}
.mega-nav-option .sub-menu-content .mega-image img {
    height: 100%;
    object-fit: cover;
    object-position: top
}
.mega-nav-option .sub-menu-content.active-content {
    display: flex
}
.mega-nav-option .show-on-focus {
    background: url(/themes/custom/undpglobal/design-system/images/times.svg) no-repeat 50%;
    border: 0;
    color: #000;
    font-size: 0;
    height: 2.5rem;
    opacity: .3;
    position: absolute;
    right: .625rem;
    top: .625rem;
    width: 2.5rem;
    z-index: 9
}
.mega-nav-option .show-on-focus:focus, .mega-nav-option .show-on-focus:hover {
    opacity: 1
}
.country-header .mega-nav-option, .global-header .mega-nav-option {
    animation-fill-mode: backwards
}
.country-header .mega-nav-option.show-mega, .global-header .mega-nav-option.show-mega {
    -webkit-animation: circle-square-transition .3s cubic-bezier(.25, .27, .11, .99) forwards;
    -moz-animation: circle-square-transition .3s cubic-bezier(.25, .27, .11, .99) forwards;
    -ms-animation: circle-square-transition .3s cubic-bezier(.25, .27, .11, .99) forwards;
    -o-animation: circle-square-transition .3s cubic-bezier(.25, .27, .11, .99) forwards;
    animation: circle-square-transition .3s cubic-bezier(.25, .27, .11, .99) forwards
}
.country-header .mega-nav-option.show-mega > div, .global-header .mega-nav-option.show-mega > div {
    -webkit-animation: transition-opacity .3s .3s forwards;
    -moz-animation: transition-opacity .3s .3s forwards;
    -ms-animation: transition-opacity .3s .3s forwards;
    -o-animation: transition-opacity .3s .3s forwards;
    animation: transition-opacity .3s .3s forwards
}
.country-header .mega-nav-option.show-mega-back, .global-header .mega-nav-option.show-mega-back {
    -webkit-animation: circle-square-transition-back .3s cubic-bezier(.25, .27, .11, .99) forwards;
    -moz-animation: circle-square-transition-back .3s cubic-bezier(.25, .27, .11, .99) forwards;
    -ms-animation: circle-square-transition-back .3s cubic-bezier(.25, .27, .11, .99) forwards;
    -o-animation: circle-square-transition-back .3s cubic-bezier(.25, .27, .11, .99) forwards;
    animation: circle-square-transition-back .3s cubic-bezier(.25, .27, .11, .99) forwards;
    box-shadow: none;
    display: block
}
.country-header .mega-nav-option.show-mega-back > div, .global-header .mega-nav-option.show-mega-back > div {
    animation-direction: reverse
}
.country-header .mega-nav-option.no-effect, .country-header .mega-nav-option.no-effect > div, .global-header .mega-nav-option.no-effect, .global-header .mega-nav-option.no-effect > div {
    -webkit-animation: 0s 0s none;
    -moz-animation: 0s 0s none;
    -ms-animation: 0s 0s none;
    -o-animation: 0s 0s none;
    animation: 0s 0s none
}
.country-header .mega-nav-option.no-effect > div, .global-header .mega-nav-option.no-effect > div {
    opacity: 1
}
.country-header .mega-nav-option > div, .global-header .mega-nav-option > div {
    opacity: 0
}
[dir=rtl] .mega-nav-option {
    padding: 4rem 3rem 0 0
}
[dir=rtl] .mega-nav-option .submenu li {
    padding-left: 3rem;
    padding-right: 0
}
[dir=rtl] .mega-nav-option .submenu li a .external-link-animated {
    margin: 2px 1rem 0 0
}
[dir=rtl] .mega-nav-option .mega-image {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 3rem
}
@-webkit-keyframes circle-square-transition {
    0% {
        border-radius: 50%;
        height: 3.125rem;
        margin-top: -4.375rem;
        opacity: .4;
        width: 6.25rem
    }
    15% {
        border-radius: 50%;
        height: 9.375rem;
        margin-top: -4.375rem;
        opacity: .25;
        width: 11.25rem
    }
    30% {
        border-radius: 50%;
        height: 37.5rem;
        margin-top: -20.625rem;
        opacity: .5;
        width: 37.5rem
    }
    45% {
        border-radius: 45%;
        height: 44.0625rem;
        margin-top: -20.625rem;
        width: 44.0625rem
    }
    60% {
        border-radius: 0 0 80% 80%/0 0 70% 70%;
        height: 52.5rem;
        margin-top: -20.625rem;
        width: 56.25rem
    }
    75% {
        border-radius: 0 0 50% 50%/0 0 20% 20%;
        height: 56.25rem;
        margin-top: -20.625rem;
        max-width: 68.5rem
    }
    to {
        border-radius: 0;
        opacity: 1
    }
}
@keyframes circle-square-transition {
    0% {
        border-radius: 50%;
        height: 3.125rem;
        margin-top: -4.375rem;
        opacity: .4;
        width: 6.25rem
    }
    15% {
        border-radius: 50%;
        height: 9.375rem;
        margin-top: -4.375rem;
        opacity: .25;
        width: 11.25rem
    }
    30% {
        border-radius: 50%;
        height: 37.5rem;
        margin-top: -20.625rem;
        opacity: .5;
        width: 37.5rem
    }
    45% {
        border-radius: 45%;
        height: 44.0625rem;
        margin-top: -20.625rem;
        width: 44.0625rem
    }
    60% {
        border-radius: 0 0 80% 80%/0 0 70% 70%;
        height: 52.5rem;
        margin-top: -20.625rem;
        width: 56.25rem
    }
    75% {
        border-radius: 0 0 50% 50%/0 0 20% 20%;
        height: 56.25rem;
        margin-top: -20.625rem;
        max-width: 68.5rem
    }
    to {
        border-radius: 0;
        opacity: 1
    }
}
@-webkit-keyframes circle-square-transition-back {
    0% {
        border-radius: 0;
        opacity: 1
    }
    15% {
        border-radius: 0 0 50% 50%/0 0 20% 20%;
        height: 56.25rem;
        margin-top: -20.625rem;
        max-width: 68.5rem
    }
    30% {
        border-radius: 0 0 80% 80%/0 0 70% 70%;
        height: 52.5rem;
        margin-top: -20.625rem;
        width: 56.25rem
    }
    45% {
        border-radius: 45%;
        height: 44.0625rem;
        margin-top: -20.625rem;
        width: 44.0625rem
    }
    60% {
        border-radius: 50%;
        height: 37.5rem;
        margin-top: -20.625rem;
        opacity: .5;
        width: 37.5rem
    }
    75% {
        border-radius: 50%;
        height: 9.375rem;
        margin-top: -4.375rem;
        opacity: .25;
        width: 11.25rem
    }
    to {
        border-radius: 50%;
        height: 3.125rem;
        margin-top: -4.375rem;
        opacity: .4;
        width: 6.25rem
    }
}
@keyframes circle-square-transition-back {
    0% {
        border-radius: 0;
        opacity: 1
    }
    15% {
        border-radius: 0 0 50% 50%/0 0 20% 20%;
        height: 56.25rem;
        margin-top: -20.625rem;
        max-width: 68.5rem
    }
    30% {
        border-radius: 0 0 80% 80%/0 0 70% 70%;
        height: 52.5rem;
        margin-top: -20.625rem;
        width: 56.25rem
    }
    45% {
        border-radius: 45%;
        height: 44.0625rem;
        margin-top: -20.625rem;
        width: 44.0625rem
    }
    60% {
        border-radius: 50%;
        height: 37.5rem;
        margin-top: -20.625rem;
        opacity: .5;
        width: 37.5rem
    }
    75% {
        border-radius: 50%;
        height: 9.375rem;
        margin-top: -4.375rem;
        opacity: .25;
        width: 11.25rem
    }
    to {
        border-radius: 50%;
        height: 3.125rem;
        margin-top: -4.375rem;
        opacity: .4;
        width: 6.25rem
    }
}
@-webkit-keyframes transition-opacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes transition-opacity {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.color-white {
    color: #fff
}
.color-black {
    color: #000
}
.show-large {
    display: none
}
@media(min-width:48em) {
    .show-large {
        display: block
    }
}
.show-small {
    display: block
}
@media(min-width:48em) {
    .show-small {
        display: none
    }
}
.height-full {
    height: 100%
}
.overlay-grey:before {
    background: rgba(0, 0, 0, .2)
}
.delay-1 {
    transition-delay: .1s
}
.delay-2 {
    transition-delay: .2s
}
.delay-3 {
    transition-delay: .3s
}
.delay-4 {
    transition-delay: .4s
}
.delay-5 {
    transition-delay: .5s
}
.scale-up.inviewport {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: scale(1)
}
.expand-to-size {
    max-width: calc(100% - 1.5rem)
}
@media(min-width:48em) {
    .expand-to-size {
        max-width: calc(100% - 3rem)
    }
}
.overflow-hidden {
    overflow: hidden
}
.background-yellow {
    background-color: #ffe17e
}
.background-red {
    background-color: #ffbcb7
}
.background-green {
    background-color: #b8ecb6
}
.background-blue {
    background-color: #b5d5f5
}
.background-gray {
    background-color: #fafafa
}
.background-white {
    background-color: #fff
}
.accent-yellow .card-thumbnail__image:hover:before, .yellow .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .bio-card:hover .card-thumbnail__image:before, .yellow .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
.accent-yellow .author__img:hover:before, .yellow .author__img:hover:before {
    background: linear-gradient(45deg, rgba(255, 235, 0, .8), transparent 53%)
}
.accent-yellow .publication-thumbnail__image:hover:after, .yellow .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .download-card:hover .card-thumbnail__image:before, .accent-yellow .download-card:hover .publication-thumbnail__image:after, .accent-yellow .publication-card:hover .publication-thumbnail__image:after, .yellow .download-card:hover .card-thumbnail__image:before, .yellow .download-card:hover .publication-thumbnail__image:after, .yellow .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
.accent-yellow .stats-panel:hover:after, .yellow .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(255, 235, 0, .8), transparent 140%)
}
.accent-yellow .stats-panel:hover .stats-card, .yellow .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-yellow .wide-card__image a:hover:before, .yellow .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
.accent-yellow .feature__card-slide:before, .yellow .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(255, 235, 0, .8), transparent 67%)
}
.accent-yellow .content-card .image:before, .yellow .content-card .image:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .image-reveal-card:hover .image:before, .yellow .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
.accent-red .card-thumbnail__image:hover:before, .red .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .bio-card:hover .card-thumbnail__image:before, .red .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
.accent-red .author__img:hover:before, .red .author__img:hover:before {
    background: linear-gradient(45deg, rgba(230, 45, 45, .78), transparent 53%)
}
.accent-red .publication-thumbnail__image:hover:after, .red .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .download-card:hover .card-thumbnail__image:before, .accent-red .download-card:hover .publication-thumbnail__image:after, .accent-red .publication-card:hover .publication-thumbnail__image:after, .red .download-card:hover .card-thumbnail__image:before, .red .download-card:hover .publication-thumbnail__image:after, .red .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
.accent-red .stats-panel:hover:after, .red .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(230, 45, 45, .78), transparent 140%)
}
.accent-red .stats-panel:hover .stats-card, .red .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-red .wide-card__image a:hover:before, .red .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
.accent-red .feature__card-slide:before, .red .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(230, 45, 45, .78), transparent 67%)
}
.accent-red .content-card .image:before, .red .content-card .image:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .image-reveal-card:hover .image:before, .red .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
.accent-green .card-thumbnail__image:hover:before, .green .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .bio-card:hover .card-thumbnail__image:before, .green .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
.accent-green .author__img:hover:before, .green .author__img:hover:before {
    background: linear-gradient(45deg, rgba(92, 222, 83, .82), transparent 53%)
}
.accent-green .publication-thumbnail__image:hover:after, .green .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .download-card:hover .card-thumbnail__image:before, .accent-green .download-card:hover .publication-thumbnail__image:after, .accent-green .publication-card:hover .publication-thumbnail__image:after, .green .download-card:hover .card-thumbnail__image:before, .green .download-card:hover .publication-thumbnail__image:after, .green .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
.accent-green .stats-panel:hover:after, .green .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(92, 222, 83, .82), transparent 140%)
}
.accent-green .stats-panel:hover .stats-card, .green .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-green .wide-card__image a:hover:before, .green .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
.accent-green .feature__card-slide:before, .green .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(92, 222, 83, .82), transparent 67%)
}
.accent-green .content-card .image:before, .green .content-card .image:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .image-reveal-card:hover .image:before, .green .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
.accent-blue .card-thumbnail__image:hover:before, .blue .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .bio-card:hover .card-thumbnail__image:before, .blue .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
.accent-blue .author__img:hover:before, .blue .author__img:hover:before {
    background: linear-gradient(45deg, rgba(94, 232, 246, .82), transparent 53%)
}
.accent-blue .publication-thumbnail__image:hover:after, .blue .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .download-card:hover .card-thumbnail__image:before, .accent-blue .download-card:hover .publication-thumbnail__image:after, .accent-blue .publication-card:hover .publication-thumbnail__image:after, .blue .download-card:hover .card-thumbnail__image:before, .blue .download-card:hover .publication-thumbnail__image:after, .blue .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
.accent-blue .stats-panel:hover:after, .blue .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(94, 232, 246, .82), transparent 140%)
}
.accent-blue .stats-panel:hover .stats-card, .blue .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-blue .wide-card__image a:hover:before, .blue .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
.accent-blue .feature__card-slide:before, .blue .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(94, 232, 246, .82), transparent 67%)
}
.accent-blue .content-card .image:before, .blue .content-card .image:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .image-reveal-card:hover .image:before, .blue .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-yellow .card-thumbnail__image:hover:before, [dir=rtl] .yellow .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(255, 235, 0, .8), transparent 61.11%)
}
[dir=rtl] .accent-yellow .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-yellow .download-card:hover .card-thumbnail__image:before, [dir=rtl] .yellow .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .yellow .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-yellow .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-yellow .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .yellow .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .yellow .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-yellow .wide-card__image a:hover:before, [dir=rtl] .yellow .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-yellow .feature__card-slide:before, [dir=rtl] .yellow .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 67.25%)
}
[dir=rtl] .accent-red .card-thumbnail__image:hover:before, [dir=rtl] .red .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(230, 45, 45, .78), transparent 61.11%)
}
[dir=rtl] .accent-red .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-red .download-card:hover .card-thumbnail__image:before, [dir=rtl] .red .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .red .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-red .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-red .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .red .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .red .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-red .wide-card__image a:hover:before, [dir=rtl] .red .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-red .feature__card-slide:before, [dir=rtl] .red .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 67.25%)
}
[dir=rtl] .accent-green .card-thumbnail__image:hover:before, [dir=rtl] .green .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(92, 222, 83, .82), transparent 61.11%)
}
[dir=rtl] .accent-green .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-green .download-card:hover .card-thumbnail__image:before, [dir=rtl] .green .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .green .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-green .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-green .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .green .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .green .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-green .wide-card__image a:hover:before, [dir=rtl] .green .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-green .feature__card-slide:before, [dir=rtl] .green .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 67.25%)
}
[dir=rtl] .accent-blue .card-thumbnail__image:hover:before, [dir=rtl] .blue .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(94, 232, 246, .82), transparent 61.11%)
}
[dir=rtl] .accent-blue .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-blue .download-card:hover .card-thumbnail__image:before, [dir=rtl] .blue .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .blue .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-blue .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-blue .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .blue .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .blue .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-blue .wide-card__image a:hover:before, [dir=rtl] .blue .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-blue .feature__card-slide:before, [dir=rtl] .blue .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 67.25%)
}
.accent-yellow .stats-card:hover, .yellow .stats-card:hover {
    background-color: #ffeb00
}
.accent-yellow .progress-bar, .yellow .progress-bar {
    background: #ffeb00
}
.accent-yellow .blockquote, .accent-yellow .content-card.card:hover, .yellow .blockquote, .yellow .content-card.card:hover {
    background-color: #ffeb00
}
.accent-yellow .content-card.card:hover .cta--space:after, .yellow .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-yellow .content-card.card-color:hover, .accent-yellow .content-card.card-emphasize:hover, .yellow .content-card.card-color:hover, .yellow .content-card.card-emphasize:hover {
    background-color: #ffeb00
}
.accent-yellow .feature__card-slide, .yellow .feature__card-slide {
    background: #ffeb00
}
.accent-red .stats-card:hover, .red .stats-card:hover {
    background-color: #ee402d
}
.accent-red .progress-bar, .red .progress-bar {
    background: #ee402d
}
.accent-red .blockquote, .accent-red .content-card.card:hover, .red .blockquote, .red .content-card.card:hover {
    background-color: #ee402d
}
.accent-red .content-card.card:hover .cta--space:after, .red .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-red .content-card.card-color:hover, .accent-red .content-card.card-emphasize:hover, .red .content-card.card-color:hover, .red .content-card.card-emphasize:hover {
    background-color: #ee402d
}
.accent-red .feature__card-slide, .red .feature__card-slide {
    background: #ee402d
}
.accent-green .stats-card:hover, .green .stats-card:hover {
    background-color: #6de354
}
.accent-green .progress-bar, .green .progress-bar {
    background: #6de354
}
.accent-green .blockquote, .accent-green .content-card.card:hover, .green .blockquote, .green .content-card.card:hover {
    background-color: #6de354
}
.accent-green .content-card.card:hover .cta--space:after, .green .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-green .content-card.card-color:hover, .accent-green .content-card.card-emphasize:hover, .green .content-card.card-color:hover, .green .content-card.card-emphasize:hover {
    background-color: #6de354
}
.accent-green .feature__card-slide, .green .feature__card-slide {
    background: #6de354
}
.accent-blue .stats-card:hover, .blue .stats-card:hover {
    background-color: #60d4f2
}
.accent-blue .progress-bar, .blue .progress-bar {
    background: #60d4f2
}
.accent-blue .blockquote, .accent-blue .content-card.card:hover, .blue .blockquote, .blue .content-card.card:hover {
    background-color: #60d4f2
}
.accent-blue .content-card.card:hover .cta--space:after, .blue .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-blue .content-card.card-color:hover, .accent-blue .content-card.card-emphasize:hover, .blue .content-card.card-color:hover, .blue .content-card.card-emphasize:hover {
    background-color: #60d4f2
}
.accent-blue .feature__card-slide, .blue .feature__card-slide {
    background: #60d4f2
}
.accent-yellow .content-card.card-emphasize, .yellow .content-card.card-emphasize {
    background-color: #ffe17e
}
.accent-red .content-card.card-emphasize, .red .content-card.card-emphasize {
    background-color: #ffbcb7
}
.accent-green .content-card.card-emphasize, .green .content-card.card-emphasize {
    background-color: #b8ecb6
}
.accent-blue .content-card.card-emphasize, .blue .content-card.card-emphasize {
    background-color: #a2daf3
}
.overlay-grey:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
[data-viewport=true] {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transition: translateX(-100px);
    -webkit-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    visibility: hidden
}
[data-viewport=true].inviewport, [dir=rtl] [data-viewport=true].inviewport {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0);
    visibility: visible
}
[dir=rtl] [data-viewport=true] {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transition: translateX(100px)
}
.scale-up {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transition: scale(.9);
    -webkit-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: transform 1.2s cubic-bezier(.34, .41, .03, 1)
}
.opacity-only {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1)
}
.opacity-only.inviewport {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0)
}

.custom-scrollbar {
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #000 transparent;
    scrollbar-width: thin
}
.custom-scrollbar::-webkit-scrollbar {
    border-radius: 0;
    height: 5px;
    width: 5px
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #000;
    background-clip: padding-box;
    border: 2px solid #fff
}
.custom-scrollbar::-webkit-scrollbar-corner {
    display: none
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #000
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    color: #000;
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-size: 1rem;
    line-height: 1.4
}
@media(min-width:48em) {
    body {
        font-size: 1.25rem
    }
}
button {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
caption, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .75rem;
    padding: 0
}
@media(min-width:48em) {
    caption, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1rem
    }
}
h1 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-size: 2.938rem;
    font-weight: 700;
    letter-spacing: .06rem;
    line-height: 1.08;
    text-transform: uppercase
}
@media(min-width:48em) {
    h1 {
        font-size: 5.125rem
    }
}
@media(min-width:64em) {
    h1 {
        font-size: 6.25rem
    }
}
h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1
}
@media(min-width:48em) {
    h2 {
        font-size: 2.813rem
    }
}
@media(min-width:64em) {
    h2 {
        font-size: 3.438rem
    }
}
h3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.15
}
@media(min-width:48em) {
    h3 {
        font-size: 2.188rem
    }
}
h4 {
    font-size: 1.563rem;
    font-weight: 400;
    line-height: 1.15
}
@media(min-width:48em) {
    h4 {
        font-size: 2.188rem
    }
}
h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.15
}
@media(min-width:48em) {
    h5 {
        font-size: 1.563rem
    }
}
h6 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03rem;
    line-height: 1.15;
    text-transform: uppercase
}
p {
    margin-top: 0
}
ol, ul {
    margin: 0;
    padding-left: 1.125rem
}
@media(min-width:48em) {
    ol, ul {
        padding-left: 1.313rem
    }
}
ol li, ul li {
    margin-bottom: 1rem;
    padding-left: .875rem
}
@media(min-width:48em) {
    ol li, ul li {
        margin-bottom: 1.5rem;
        padding-left: .75rem
    }
}
ul li::marker {
    font-size: 1.125rem
}
@media(min-width:48em) {
    ul li::marker {
        font-size: 1.313rem
    }
}
ol li {
    margin-bottom: 1.063rem
}
dl {
    font-size: .875rem;
    line-height: 1.37;
    margin: 0
}
@media(min-width:48em) {
    dl {
        font-size: 1.25rem
    }
}
dt {
    margin-bottom: .5rem
}
dd {
    margin-bottom: 1rem;
    margin-inline-start: 2.5rem
}
@media(min-width:48em) {
    dd {
        margin-bottom: 1.5rem;
        margin-inline-start: 3rem
    }
}
hr {
    border: 1px solid #000
}
@keyframes lineLoop-animation {
    0% {
        background-position: 100% 100%, -30px 100%;
        background-size: 100% 2px, 0 2px
    }
    to {
        background-position: calc(100% + 30px) 100%, 0 100%;
        background-size: 0 2px, 100% 2px
    }
}
a {
    color: #000;
    text-decoration: none
}
:lang(my) body, :lang(my) button {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    line-height: 1.7
}
:lang(my) h1, :lang(my) h2, :lang(my) h3, :lang(my) h4, :lang(my) h5, :lang(my) h6 {
    line-height: 1.7
}
:lang(my) h1 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-size: 2.625rem
}
@media(min-width:48em) {
    :lang(my) h1 {
        font-size: 3.875rem
    }
}
@media(min-width:64em) {
    :lang(my) h1 {
        font-size: 5rem
    }
}
:lang(my) h2 {
    font-size: 2rem
}
@media(min-width:48em) {
    :lang(my) h2 {
        font-size: 2.188rem
    }
}
@media(min-width:64em) {
    :lang(my) h2 {
        font-size: 2.813rem
    }
}
:lang(my) h4 {
    font-size: 1.3rem
}
@media(min-width:48em) {
    :lang(my) h4 {
        font-size: 1.8rem
    }
}
:lang(my) h5 {
    font-size: 1.25rem
}
@media(min-width:48em) {
    :lang(my) h5 {
        font-size: 1.375rem
    }
}
:lang(my) p {
    font-size: .875rem;
    line-height: 1.7
}
@media(min-width:48em) {
    :lang(my) p {
        font-size: 1rem
    }
}
:lang(my) dl, :lang(my) ol li, :lang(my) ul li {
    font-size: .875rem;
    line-height: 1.9
}
@media(min-width:48em) {
    :lang(my) dl, :lang(my) ol li, :lang(my) ul li {
        font-size: 1.125rem
    }
}
:lang(my) .sbdocs .sbdocs-content, :lang(my) .sbdocs h1, :lang(my) .sbdocs h2, :lang(my) .sbdocs h3, :lang(my) .sbdocs h4, :lang(my) .sbdocs h5, :lang(my) .sbdocs h6, :lang(my) .sbdocs p {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
:lang(my) .sbdocs .sbdocs-h1 {
    font-size: 2rem
}
[dir=rtl] ol, [dir=rtl] ul {
    padding-left: 0;
    padding-right: 1.125rem
}
@media(min-width:48em) {
    [dir=rtl] ol, [dir=rtl] ul {
        padding-right: 1.313rem
    }
}
[dir=rtl] ol li, [dir=rtl] ul li {
    padding-left: 0;
    padding-right: .875rem
}
@media(min-width:48em) {
    [dir=rtl] ol li, [dir=rtl] ul li {
        padding-right: .75rem
    }
}
:lang(be) h1, :lang(bg) h1, :lang(kk) h1, :lang(ky) h1, :lang(mk) h1, :lang(mn) h1, :lang(ru) h1, :lang(sr) h1, :lang(uk) h1 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
:lang(bn) body, :lang(bn) h1 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.menu ul {
    padding: 0
}
.menu ul li {
    display: inline-block;
    margin: ;
    padding-left: 0
}
.menu ul li:last-of-type {
    margin-right: 0
}
[dir=rtl] .menu ul li {
    margin-left: ;
    margin-right: ;
}
[dir=rtl] .menu ul li a {
    margin: 0
}
[dir=rtl] .menu ul li:last-of-type {
    margin-left: 0
}
.mobile-nav {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: hsla(0, 0%, 97%, .9)
}
.mobile-nav .back-nav, .mobile-nav .mobile-nav-options a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    text-transform: uppercase
}
.mobile-nav .mob-sub-lang .sub-sub-lang li a, .mobile-nav .mobile-nav-options a, .mobile-nav .mobile-sub-menu .sub-sub-menus li a {
    background-image: none
}
.mobile-nav {
    box-sizing: border-box;
    display: none;
    height: calc(100vh - 4.6875rem);
    left: 0;
    margin: 0;
    overflow-y: auto;
    padding: 0 1.5rem;
    position: absolute;
    top: 100%;
    width: 100%
}
.mobile-nav.show {
    display: block
}
.mobile-nav .mobile-links {
    padding: 5.625rem 0 3.75rem
}
.mobile-nav .mobile-links.hide {
    display: none;
    pointer-events: none
}
.mobile-nav .mobile-links ul {
    border-bottom: 1px solid #a9b1b7;
    margin-bottom: 2.25rem;
    padding: 0
}
.mobile-nav .mobile-links ul li {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 2.25rem;
    padding-left: 0;
    text-transform: uppercase
}
.mobile-nav .mobile-nav-options a {
    color: #006eb5;
    margin-bottom: 1.58125rem
}
.mobile-nav .mobile-nav-options a img {
    margin-right: .625rem
}
.mobile-nav .mobile-nav-options a.button {
    color: #fff;
    display: flex;
    margin-inline: 0
}
.mobile-nav .mobile-sub-menu {
    display: none;
    padding: 2.0625rem 0
}
.mobile-nav .mobile-sub-menu.show {
    display: block;
    height: calc(100vh - 9.1875rem)
}
.mobile-nav .mobile-sub-menu .sub-heading {
    margin-bottom: 0;
    padding: 2.5625rem 0 2.25rem;
    text-transform: uppercase
}
.mobile-nav .mobile-sub-menu .sub-sub-menus {
    margin: 0;
    padding: 0
}
.mobile-nav .mobile-sub-menu .sub-sub-menus li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}
.mobile-nav .mobile-sub-menu .sub-sub-menus li span {
    font-size: 1rem
}
.mobile-nav .mobile-sub-menu .sub-sub-menus li ul {
    margin: 0;
    padding: 1.5rem 1.6875rem
}
.mobile-nav .mobile-sub-menu .sub-sub-menus li ul li {
    margin-bottom: .46875rem
}
.mobile-nav .mobile-sub-menu .sub-sub-menus li ul li:last-of-type {
    margin-bottom: 0
}
.mobile-nav .mobile-sub-menu .sub-sub-menus li a {
    font-size: .875rem;
    padding: .46875rem 0
}
.mobile-nav .back-nav {
    background: none;
    border: 0;
    padding: 0
}
.mobile-nav .back-nav img {
    margin-right: .46875rem
}
.mobile-nav .mob-sub-lang {
    display: none;
    padding: 2.25rem 0;
    pointer-events: none
}
.mobile-nav .mob-sub-lang.show {
    display: block;
    pointer-events: all
}
.mobile-nav .mob-sub-lang .sub-heading {
    padding: 2.25rem 0 1.25rem;
    text-transform: uppercase
}
.mobile-nav .mob-sub-lang .sub-sub-lang {
    margin: 2.5rem 0 0;
    padding: 0
}
.mobile-nav .mob-sub-lang .sub-sub-lang li {
    list-style: none;
    padding-left: 0
}
.mobile-nav .mob-sub-lang .sub-sub-lang li span {
    font-size: 1rem
}
.mobile-nav .mob-sub-lang .sub-sub-lang li ul {
    margin: 0;
    padding: 1rem 1.6875rem
}
.mobile-nav .mob-sub-lang .sub-sub-lang li a {
    font-size: .875rem;
    padding: .46875rem 0
}
.mobile-nav .mobile-mega-content {
    display: none
}
.mobile-nav .mobile-mega-content.show-content {
    display: block
}
.mobile-nav .cta__link.cta--space.no-submenu:after {
    display: none
}
.menu-hamburger {
    background: none;
    border: 0;
    cursor: pointer;
    display: none;
    font-size: 0;
    min-height: 1.75rem;
    position: relative;
    width: 1.375rem;
    z-index: 25
}
@media(max-width:63.9375em) {
    .menu-hamburger {
        display: block
    }
}
.top-right .menu-hamburger {
    margin-left: 0
}
.menu-hamburger.is-active .hamburger-line.line-top {
    transform: translateY(0) rotate(45deg)
}
.menu-hamburger.is-active .hamburger-line.line-middle {
    opacity: 0;
    transform: translateX(6.33px)
}
.menu-hamburger.is-active .hamburger-line.line-bottom {
    transform: translateY(0) rotate(-45deg)
}
.menu-hamburger .hamburger-line {
    background-color: #006eb5;
    display: block;
    height: .125rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: .75rem;
    transition: .2s ease-out;
    width: 100%
}
.menu-hamburger .hamburger-line.line-top {
    transform: translateY(-6.5px)
}
.menu-hamburger .hamburger-line.line-bottom {
    transform: translateY(6.5px)
}
[dir=rtl] .mobile-nav .mobile-nav-options a img {
    margin-left: .625rem;
    margin-right: 0
}
[dir=rtl] .mobile-nav .mob-sub-lang .sub-sub-lang li {
    padding-right: 0
}
[dir=rtl] .mobile-nav .back-nav img {
    margin-left: .46875rem;
    margin-right: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: rotateY(180deg)
}
[dir=rtl] .mobile-nav .mobile-links ul li, [dir=rtl] .mobile-nav .mobile-sub-menu ul li {
    padding-right: 0
}
[dir=rtl] .menu-hamburger {
    margin-left: 0
}
.modal {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: hsla(0, 0%, 97%, .9)
}
.modal-close-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}
.modal-content {
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #000 transparent;
    scrollbar-width: thin
}
.modal-content::-webkit-scrollbar {
    border-radius: 0;
    height: 5px;
    width: 5px
}
.modal-content::-webkit-scrollbar-track {
    background: #000;
    background-clip: padding-box;
    border: 2px solid #fff
}
.modal-content::-webkit-scrollbar-corner {
    display: none
}
.modal-content::-webkit-scrollbar-thumb {
    background: #000
}
.modal {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
    z-index: 99
}
@media(min-width:48em) {
    .modal {
        align-items: center
    }
}
.modal-content {
    background: #fff;
    max-width: 64rem;
    padding: 4rem .75rem .75rem;
    position: relative;
    width: 100%
}
@media(min-width:48em) {
    .modal-content {
        margin-left: 5rem;
        margin-right: 5rem;
        max-height: calc(100vh - 291px);
        padding: 4rem
    }
}
.modal-close-button {
    background: url(/themes/custom/undpglobal/design-system/images/times-circle.svg) no-repeat 0;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 45px;
    position: absolute;
    right: .75rem;
    top: .75rem;
    width: 45px
}
@media(min-width:48em) {
    .modal-close-button {
        right: 1rem;
        top: 1rem
    }
}
.modal.open {
    opacity: 1;
    visibility: visible
}
[dir=rtl] .modal-close-button {
    left: 16px;
    right: unset
}
:lang(my) .modal-close-button {
    font-size: 0
}
.multi-select ul .has-submenu button:after, .multi-select > button:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-down.svg) no-repeat 50%;
    content: "";
    float: right;
    height: 13px;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 20px
}
.multi-select > button {
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin: 0;
    padding: 1rem 3.125rem 1rem 1rem;
    position: relative;
    text-transform: uppercase;
    width: 100%
}
.multi-select ul {
    border: 2px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    min-height: 100px;
    padding: 0 1rem;
    width: 100%
}
.multi-select ul:focus {
    box-shadow: 0 0 4px #0468b1;
    outline: 0
}
[dir=rtl] .multi-select button {
    padding-left: 3.125rem;
    padding-right: 1rem;
    text-align: right
}
[dir=rtl] .multi-select button:after {
    left: 16px;
    margin: 0;
    right: auto
}
.multi-select ul > li {
    border-top: 1px solid #d4d6d8;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0
}
.multi-select {
    max-width: 18.5rem;
    position: relative
}
.multi-select.open > button {
    border-bottom: 0
}
.multi-select.open > button:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transition: translateY(-50%) rotate(-180deg)
}
.multi-select.open ul {
    background-color: #fff;
    border-top: 0;
    display: block
}
.multi-select.open ul.fix-height {
    max-height: 18.75rem
}
.multi-select.open ul ul {
    border: 0;
    display: none;
    overflow: hidden;
    padding: 0 0 0 2.5rem
}
.multi-select.open ul li {
    margin-bottom: 0
}
.multi-select > button {
    background: #fff;
    display: flex;
    max-width: 100%;
    text-align: left
}
.multi-select > button span {
    padding-left: .3125rem
}
.multi-select ul {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: auto
}
.multi-select ul > li {
    list-style: none
}
.multi-select ul > li .form-check:hover {
    background-color: #fafafa
}
.multi-select ul .has-submenu {
    position: relative
}
.multi-select ul .has-submenu.open ul {
    border: 0;
    border-top: 1px solid #d4d6d8;
    display: block;
    overflow: visible;
    padding: 0 0 0 2.5rem
}
.multi-select ul .has-submenu.open button:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transition: translateY(-50%) rotate(-180deg)
}
.multi-select ul .has-submenu button {
    background: #fff;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    margin: 0 -1rem;
    padding: 1rem;
    position: relative;
    text-align: left;
    width: calc(100% + 2rem)
}
.multi-select ul .has-submenu button:hover {
    background-color: #fafafa
}
.multi-select ul .has-submenu button:after {
    right: .875rem
}
.multi-select ul .sub-menu {
    display: none;
    list-style: none
}
.multi-select ul .sub-menu > li {
    border-top: 1px solid #d4d6d8;
    margin-bottom: 0
}
.multi-select ul .sub-menu > li:first-of-type {
    border-top: 0
}
.multi-select ul .sub-menu > li > .checkbox-wrapper:hover {
    background-color: #fafafa
}
.multi-select ul::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .3);
    width: 4px
}
.multi-select ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .6)
}
.multi-select ul .form-check {
    justify-content: space-between;
    margin: 0 -1rem;
    padding: 0 1rem
}
.multi-select ul .form-check label {
    padding: 1rem 0;
    width: 100%
}
.multi-select ul .form-check input {
    position: absolute;
    right: 1rem
}
:lang(my) .multi-select button, :lang(my) .multi-select ul li {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
[dir=rtl] .multi-select button span {
    padding-left: 0;
    padding-right: .3125rem
}
[dir=rtl] .multi-select ul {
    padding: 0 1rem
}
[dir=rtl] .multi-select ul li {
    padding-right: 0
}
[dir=rtl] .multi-select ul .form-check input {
    left: 1rem;
    right: inherit
}
[dir=rtl] .multi-select .has-submenu button {
    text-align: right
}
[dir=rtl] .multi-select .has-submenu button:after, [dir=rtl] .multi-select.open .radio span {
    left: 1rem;
    right: inherit
}
[dir=rtl] .multi-select.open ul ul {
    padding: 0 2.5rem 0 0
}
.sign-up label {
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: .75rem;
    text-align: left;
    text-transform: none
}
@media(min-width:48em) {
    .sign-up label {
        text-align: right
    }
}
.sign-up--field {
    display: flex;
    justify-content: flex-end;
    position: relative
}
.sign-up--field .input-group {
    margin-top: 0;
    width: calc(100% - 86px)
}
@media(min-width:48em) {
    .sign-up--field .input-group {
        width: calc(100% - 107px)
    }
}
.sign-up--field input[type=email] {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    height: 54px;
    margin: 0;
    outline: none
}
.sign-up--field input[type=email]::placeholder {
    color: #fff
}
.sign-up .form-submit {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 0;
    color: #006eb5;
    height: 54px;
    margin: 0;
    min-width: 86px;
    padding: 0;
    text-transform: uppercase
}
@media(min-width:48em) {
    .sign-up .form-submit {
        min-width: 107px
    }
}
.sign-up.inverted {
    color: #fff
}
.sign-up.inverted label {
    color: #000
}
.sign-up.inverted input[type=email] {
    background-color: #fff;
    border-color: #000;
    color: #000
}
.sign-up.inverted input[type=email]::placeholder {
    color: #000
}
.sign-up.inverted .form-submit {
    background-color: #d12800;
    color: #fff
}
[dir=rtl] .sign-up label {
    text-align: right
}
[dir=rtl] .sign-up--field {
    justify-content: flex-start
}
:lang(my) .sign-up label {
    line-height: 1.7
}
@media(min-width:64em) {
    .our-expertise {
        background: #f7f7f7
    }
}
.our-expertise .intro {
    align-items: center;
    display: flex
}
.our-expertise .intro > div {
    margin: 1.5rem
}
@media(min-width:64em) {
    .our-expertise .intro > div {
        margin: 2.5rem
    }
}
.our-expertise .swiper {
    background: #fff;
    overflow: hidden
}
.our-expertise .swiper .swiper-slide {
    cursor: grab;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: calc(100vh - 75px)
}
@media(min-width:90em) {
    .our-expertise .swiper .swiper-slide {
        min-height: calc(100vh - 115px)
    }
}
.our-expertise .swiper .swiper-slide .image {
    height: 40vh;
    overflow: hidden;
    position: relative;
    width: 100%
}
.our-expertise .swiper .swiper-slide .image img {
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover
}
.our-expertise .swiper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 6rem .75rem
}
.our-expertise .swiper .swiper-slide .content p {
    color: #55606e
}
@media(min-width:64em) {
    .our-expertise .swiper .swiper-slide .content {
        padding: 6rem 2.5rem
    }
    .our-expertise .swiper .swiper-slide .content p {
        max-width: calc(50vw - 200px);
        width: 75%
    }
}
.our-expertise .swiper-initialized {
    padding-right: 0
}
.our-expertise .stripe {
    height: .75rem;
    margin-top: 4rem;
    width: 100%
}
@media(min-width:64em) {
    .our-expertise .stripe {
        bottom: 0;
        height: 1rem;
        position: absolute
    }
}
.our-expertise .navigation {
    bottom: 2rem;
    left: .75rem;
    position: absolute
}
@media(min-width:64em) {
    .our-expertise .navigation {
        left: auto;
        right: 1rem
    }
}
.our-expertise .navigation .next, .our-expertise .navigation .prev {
    background: hsla(0, 0%, 100%, 0);
    border: 0;
    display: inline-block
}
.our-expertise .navigation .next img, .our-expertise .navigation .prev img {
    cursor: pointer
}
.our-expertise .navigation .next.swiper-button-disabled img, .our-expertise .navigation .prev.swiper-button-disabled img {
    cursor: default
}
.our-expertise .swiper-tabs {
    border-bottom: 2px solid #edeff0;
    display: flex;
    inset-inline-start: .75rem;
    position: absolute;
    top: calc(40vh + 1.5rem)
}
@media(min-width:64em) {
    .our-expertise .swiper-tabs {
        inset-inline-start: 2.5rem;
        margin-inline-end: 6rem;
        top: calc(40vh + 2.5rem)
    }
}
.our-expertise .swiper-tabs div {
    cursor: pointer;
    font-size: .875rem;
    font-weight: 700;
    margin-inline-end: 1.5rem;
    position: relative;
    text-transform: uppercase
}
.our-expertise .swiper-tabs div:last-of-type {
    margin-inline-end: 0
}
@media(min-width:64em) {
    .our-expertise .swiper-tabs div {
        font-size: 1rem
    }
}
.our-expertise .swiper-tabs div:after {
    border-bottom: 2px solid #edeff0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.our-expertise .swiper-counter {
    bottom: 2.5rem;
    font-size: .875rem;
    font-weight: 700;
    position: absolute;
    right: .75rem;
    text-transform: uppercase;
    white-space: nowrap
}
@media(min-width:64em) {
    .our-expertise .swiper-counter {
        bottom: auto;
        font-size: 1rem;
        right: 2.5rem;
        top: calc(40vh + 2.5rem)
    }
}
[dir=rtl] .our-expertise .swiper-initialized {
    padding-left: 0
}
[dir=rtl] .our-expertise .navigation {
    left: 1rem;
    right: auto
}
[dir=rtl] .our-expertise .swiper-counter {
    left: .75rem;
    right: auto
}
@media(min-width:64em) {
    [dir=rtl] .our-expertise .swiper-counter {
        left: 2.5rem
    }
}
.page-title h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}
.page-title h4 {
    font-weight: 400;
    margin-bottom: .5rem
}
.page-title.white h2, .page-title.white h4 {
    color: #fff
}
:lang(my) .page-title h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
:lang(be) .page-title h2, :lang(bg) .page-title h2, :lang(kk) .page-title h2, :lang(ky) .page-title h2, :lang(mk) .page-title h2, :lang(mn) .page-title h2, :lang(ru) .page-title h2, :lang(sr) .page-title h2, :lang(uk) .page-title h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.pagehero-full img, .pagehero-full video, .pagehero-image img, .pagehero-image video {
    height: 100%;
    object-fit: cover;
    padding: 0;
    width: 100%
}
.overlay-grey:before, .pagehero-full .overlay-grey, .pagehero-full video {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
[data-viewport=true] {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transition: translateX(-100px);
    -webkit-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: transform 1.2s cubic-bezier(.34, .41, .03, 1), opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    visibility: hidden
}
[data-viewport=true].inviewport, [dir=rtl] [data-viewport=true].inviewport {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0);
    visibility: visible
}
.scale-up {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transition: scale(.9);
    -webkit-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: transform 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: transform 1.2s cubic-bezier(.34, .41, .03, 1)
}
.opacity-only {
    opacity: 0;
    -webkit-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -moz-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -ms-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    -o-transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1);
    transition: opacity 1.2s cubic-bezier(.34, .41, .03, 1)
}
.opacity-only.inviewport {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0)
}
.pagehero-full {
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: max-width .5s ease;
    -moz-transition: max-width .5s ease;
    -ms-transition: max-width .5s ease;
    -o-transition: max-width .5s ease;
    transition: max-width .5s ease
}
.custom-scrollbar {
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #000 transparent;
    scrollbar-width: thin
}
.custom-scrollbar::-webkit-scrollbar {
    border-radius: 0;
    height: 5px;
    width: 5px
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #000;
    background-clip: padding-box;
    border: 2px solid #fff
}
.custom-scrollbar::-webkit-scrollbar-corner {
    display: none
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #000
}
.color-white {
    color: #fff
}
.color-black {
    color: #000
}
.show-large {
    display: none
}
@media(min-width:48em) {
    .show-large {
        display: block
    }
}
.show-small {
    display: block
}
@media(min-width:48em) {
    .show-small {
        display: none
    }
}
.height-full {
    height: 100%
}
.overlay-grey:before {
    background: rgba(0, 0, 0, .2)
}
.delay-1 {
    transition-delay: .1s
}
.delay-2 {
    transition-delay: .2s
}
.delay-3 {
    transition-delay: .3s
}
.delay-4 {
    transition-delay: .4s
}
.delay-5 {
    transition-delay: .5s
}
.scale-up.inviewport {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: scale(1)
}
.expand-to-size {
    max-width: calc(100% - 1.5rem)
}
@media(min-width:48em) {
    .expand-to-size {
        max-width: calc(100% - 3rem)
    }
}
[dir=rtl] [data-viewport=true] {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transition: translateX(100px)
}
.overflow-hidden {
    overflow: hidden
}
.background-yellow {
    background-color: #ffe17e
}
.background-red {
    background-color: #ffbcb7
}
.background-green {
    background-color: #b8ecb6
}
.background-blue {
    background-color: #b5d5f5
}
.background-gray {
    background-color: #fafafa
}
.background-white {
    background-color: #fff
}
.accent-yellow .card-thumbnail__image:hover:before, .yellow .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .bio-card:hover .card-thumbnail__image:before, .yellow .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
.accent-yellow .author__img:hover:before, .yellow .author__img:hover:before {
    background: linear-gradient(45deg, rgba(255, 235, 0, .8), transparent 53%)
}
.accent-yellow .publication-thumbnail__image:hover:after, .yellow .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .download-card:hover .card-thumbnail__image:before, .accent-yellow .download-card:hover .publication-thumbnail__image:after, .accent-yellow .publication-card:hover .publication-thumbnail__image:after, .yellow .download-card:hover .card-thumbnail__image:before, .yellow .download-card:hover .publication-thumbnail__image:after, .yellow .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
.accent-yellow .stats-panel:hover:after, .yellow .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(255, 235, 0, .8), transparent 140%)
}
.accent-yellow .stats-panel:hover .stats-card, .yellow .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-yellow .wide-card__image a:hover:before, .yellow .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
.accent-yellow .feature__card-slide:before, .yellow .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(255, 235, 0, .8), transparent 67%)
}
.accent-yellow .content-card .image:before, .yellow .content-card .image:before {
    background: linear-gradient(42deg, rgba(255, 235, 0, .8), transparent 80%)
}
.accent-yellow .image-reveal-card:hover .image:before, .yellow .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
.accent-red .card-thumbnail__image:hover:before, .red .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .bio-card:hover .card-thumbnail__image:before, .red .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
.accent-red .author__img:hover:before, .red .author__img:hover:before {
    background: linear-gradient(45deg, rgba(230, 45, 45, .78), transparent 53%)
}
.accent-red .publication-thumbnail__image:hover:after, .red .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .download-card:hover .card-thumbnail__image:before, .accent-red .download-card:hover .publication-thumbnail__image:after, .accent-red .publication-card:hover .publication-thumbnail__image:after, .red .download-card:hover .card-thumbnail__image:before, .red .download-card:hover .publication-thumbnail__image:after, .red .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
.accent-red .stats-panel:hover:after, .red .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(230, 45, 45, .78), transparent 140%)
}
.accent-red .stats-panel:hover .stats-card, .red .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-red .wide-card__image a:hover:before, .red .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
.accent-red .feature__card-slide:before, .red .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(230, 45, 45, .78), transparent 67%)
}
.accent-red .content-card .image:before, .red .content-card .image:before {
    background: linear-gradient(42deg, rgba(230, 45, 45, .78), transparent 80%)
}
.accent-red .image-reveal-card:hover .image:before, .red .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
.accent-green .card-thumbnail__image:hover:before, .green .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .bio-card:hover .card-thumbnail__image:before, .green .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
.accent-green .author__img:hover:before, .green .author__img:hover:before {
    background: linear-gradient(45deg, rgba(92, 222, 83, .82), transparent 53%)
}
.accent-green .publication-thumbnail__image:hover:after, .green .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .download-card:hover .card-thumbnail__image:before, .accent-green .download-card:hover .publication-thumbnail__image:after, .accent-green .publication-card:hover .publication-thumbnail__image:after, .green .download-card:hover .card-thumbnail__image:before, .green .download-card:hover .publication-thumbnail__image:after, .green .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
.accent-green .stats-panel:hover:after, .green .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(92, 222, 83, .82), transparent 140%)
}
.accent-green .stats-panel:hover .stats-card, .green .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-green .wide-card__image a:hover:before, .green .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
.accent-green .feature__card-slide:before, .green .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(92, 222, 83, .82), transparent 67%)
}
.accent-green .content-card .image:before, .green .content-card .image:before {
    background: linear-gradient(42deg, rgba(92, 222, 83, .82), transparent 80%)
}
.accent-green .image-reveal-card:hover .image:before, .green .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
.accent-blue .card-thumbnail__image:hover:before, .blue .card-thumbnail__image:hover:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .bio-card:hover .card-thumbnail__image:before, .blue .bio-card:hover .card-thumbnail__image:before {
    background: linear-gradient(67.76deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
.accent-blue .author__img:hover:before, .blue .author__img:hover:before {
    background: linear-gradient(45deg, rgba(94, 232, 246, .82), transparent 53%)
}
.accent-blue .publication-thumbnail__image:hover:after, .blue .publication-thumbnail__image:hover:after {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .download-card:hover .card-thumbnail__image:before, .accent-blue .download-card:hover .publication-thumbnail__image:after, .accent-blue .publication-card:hover .publication-thumbnail__image:after, .blue .download-card:hover .card-thumbnail__image:before, .blue .download-card:hover .publication-thumbnail__image:after, .blue .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
.accent-blue .stats-panel:hover:after, .blue .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(94, 232, 246, .82), transparent 140%)
}
.accent-blue .stats-panel:hover .stats-card, .blue .stats-panel:hover .stats-card {
    background-color: transparent
}
.accent-blue .wide-card__image a:hover:before, .blue .wide-card__image a:hover:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
.accent-blue .feature__card-slide:before, .blue .feature__card-slide:before {
    background: linear-gradient(45deg, rgba(94, 232, 246, .82), transparent 67%)
}
.accent-blue .content-card .image:before, .blue .content-card .image:before {
    background: linear-gradient(42deg, rgba(94, 232, 246, .82), transparent 80%)
}
.accent-blue .image-reveal-card:hover .image:before, .blue .image-reveal-card:hover .image:before {
    background: linear-gradient(67.76deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-yellow .card-thumbnail__image:hover:before, [dir=rtl] .yellow .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(255, 235, 0, .8), transparent 61.11%)
}
[dir=rtl] .accent-yellow .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-yellow .download-card:hover .card-thumbnail__image:before, [dir=rtl] .yellow .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .yellow .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(255, 235, 0, .8), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-yellow .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-yellow .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .yellow .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .yellow .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-yellow .wide-card__image a:hover:before, [dir=rtl] .yellow .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-yellow .feature__card-slide:before, [dir=rtl] .yellow .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(255, 235, 0, .8), transparent 67.25%)
}
[dir=rtl] .accent-red .card-thumbnail__image:hover:before, [dir=rtl] .red .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(230, 45, 45, .78), transparent 61.11%)
}
[dir=rtl] .accent-red .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-red .download-card:hover .card-thumbnail__image:before, [dir=rtl] .red .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .red .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(230, 45, 45, .78), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-red .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-red .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .red .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .red .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-red .wide-card__image a:hover:before, [dir=rtl] .red .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-red .feature__card-slide:before, [dir=rtl] .red .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(230, 45, 45, .78), transparent 67.25%)
}
[dir=rtl] .accent-green .card-thumbnail__image:hover:before, [dir=rtl] .green .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(92, 222, 83, .82), transparent 61.11%)
}
[dir=rtl] .accent-green .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-green .download-card:hover .card-thumbnail__image:before, [dir=rtl] .green .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .green .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(92, 222, 83, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-green .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-green .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .green .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .green .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-green .wide-card__image a:hover:before, [dir=rtl] .green .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-green .feature__card-slide:before, [dir=rtl] .green .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(92, 222, 83, .82), transparent 67.25%)
}
[dir=rtl] .accent-blue .card-thumbnail__image:hover:before, [dir=rtl] .blue .card-thumbnail__image:hover:before {
    background: linear-gradient(297deg, rgba(94, 232, 246, .82), transparent 61.11%)
}
[dir=rtl] .accent-blue .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .accent-blue .download-card:hover .card-thumbnail__image:before, [dir=rtl] .blue .bio-card:hover .card-thumbnail__image:before, [dir=rtl] .blue .download-card:hover .card-thumbnail__image:before {
    background: linear-gradient(297deg, rgba(94, 232, 246, .82), transparent 61.11%);
    opacity: .75
}
[dir=rtl] .accent-blue .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .accent-blue .publication-card:hover .publication-thumbnail__image:after, [dir=rtl] .blue .download-card:hover .publication-thumbnail__image:after, [dir=rtl] .blue .publication-card:hover .publication-thumbnail__image:after {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 70.49%);
    opacity: .75
}
[dir=rtl] .accent-blue .wide-card__image a:hover:before, [dir=rtl] .blue .wide-card__image a:hover:before {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 80%);
    opacity: .75
}
[dir=rtl] .accent-blue .feature__card-slide:before, [dir=rtl] .blue .feature__card-slide:before {
    background: linear-gradient(318deg, rgba(94, 232, 246, .82), transparent 67.25%)
}
.accent-yellow .stats-card:hover, .yellow .stats-card:hover {
    background-color: #ffeb00
}
.accent-yellow .progress-bar, .yellow .progress-bar {
    background: #ffeb00
}
.accent-yellow .blockquote, .accent-yellow .content-card.card:hover, .yellow .blockquote, .yellow .content-card.card:hover {
    background-color: #ffeb00
}
.accent-yellow .content-card.card:hover .cta--space:after, .yellow .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-yellow .content-card.card-color:hover, .accent-yellow .content-card.card-emphasize:hover, .yellow .content-card.card-color:hover, .yellow .content-card.card-emphasize:hover {
    background-color: #ffeb00
}
.accent-yellow .feature__card-slide, .yellow .feature__card-slide {
    background: #ffeb00
}
.accent-red .stats-card:hover, .red .stats-card:hover {
    background-color: #ee402d
}
.accent-red .progress-bar, .red .progress-bar {
    background: #ee402d
}
.accent-red .blockquote, .accent-red .content-card.card:hover, .red .blockquote, .red .content-card.card:hover {
    background-color: #ee402d
}
.accent-red .content-card.card:hover .cta--space:after, .red .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-red .content-card.card-color:hover, .accent-red .content-card.card-emphasize:hover, .red .content-card.card-color:hover, .red .content-card.card-emphasize:hover {
    background-color: #ee402d
}
.accent-red .feature__card-slide, .red .feature__card-slide {
    background: #ee402d
}
.accent-green .stats-card:hover, .green .stats-card:hover {
    background-color: #6de354
}
.accent-green .progress-bar, .green .progress-bar {
    background: #6de354
}
.accent-green .blockquote, .accent-green .content-card.card:hover, .green .blockquote, .green .content-card.card:hover {
    background-color: #6de354
}
.accent-green .content-card.card:hover .cta--space:after, .green .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-green .content-card.card-color:hover, .accent-green .content-card.card-emphasize:hover, .green .content-card.card-color:hover, .green .content-card.card-emphasize:hover {
    background-color: #6de354
}
.accent-green .feature__card-slide, .green .feature__card-slide {
    background: #6de354
}
.accent-blue .stats-card:hover, .blue .stats-card:hover {
    background-color: #60d4f2
}
.accent-blue .progress-bar, .blue .progress-bar {
    background: #60d4f2
}
.accent-blue .blockquote, .accent-blue .content-card.card:hover, .blue .blockquote, .blue .content-card.card:hover {
    background-color: #60d4f2
}
.accent-blue .content-card.card:hover .cta--space:after, .blue .content-card.card:hover .cta--space:after {
    filter: invert(0) brightness(0)
}
.accent-blue .content-card.card-color:hover, .accent-blue .content-card.card-emphasize:hover, .blue .content-card.card-color:hover, .blue .content-card.card-emphasize:hover {
    background-color: #60d4f2
}
.accent-blue .feature__card-slide, .blue .feature__card-slide {
    background: #60d4f2
}
.accent-yellow .content-card.card-emphasize, .yellow .content-card.card-emphasize {
    background-color: #ffe17e
}
.accent-red .content-card.card-emphasize, .red .content-card.card-emphasize {
    background-color: #ffbcb7
}
.accent-green .content-card.card-emphasize, .green .content-card.card-emphasize {
    background-color: #b8ecb6
}
.accent-blue .content-card.card-emphasize, .blue .content-card.card-emphasize {
    background-color: #a2daf3
}
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: .75rem;
    padding-right: .75rem
}
@media print, screen and (min-width:30em) {
    .grid-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}
.grid-container.fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: .75rem;
    padding-right: .75rem
}
@media print, screen and (min-width:30em) {
    .grid-container.fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}
.grid-container.full {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}
.grid-x {
    display: flex;
    flex-flow: row wrap
}
.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}
.cell.auto {
    flex: 1 1 0
}
.cell.shrink {
    flex: 0 0 auto
}
.grid-x > .auto, .grid-x > .shrink {
    width: auto
}
.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
    flex-basis: auto
}
@media print, screen and (min-width:30em) {
    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
        flex-basis: auto
    }
}
@media print, screen and (min-width:64em) {
    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:90em) {
    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-full, .grid-x > .xlarge-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:120em) {
    .grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-full, .grid-x > .xxlarge-shrink {
        flex-basis: auto
    }
}
.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9 {
    flex: 0 0 auto
}
.grid-x > .small-1 {
    width: 8.3333333333%
}
.grid-x > .small-2 {
    width: 16.6666666667%
}
.grid-x > .small-3 {
    width: 25%
}
.grid-x > .small-4 {
    width: 33.3333333333%
}
.grid-x > .small-5 {
    width: 41.6666666667%
}
.grid-x > .small-6 {
    width: 50%
}
.grid-x > .small-7 {
    width: 58.3333333333%
}
.grid-x > .small-8 {
    width: 66.6666666667%
}
.grid-x > .small-9 {
    width: 75%
}
.grid-x > .small-10 {
    width: 83.3333333333%
}
.grid-x > .small-11 {
    width: 91.6666666667%
}
.grid-x > .small-12 {
    width: 100%
}
@media print, screen and (min-width:30em) {
    .grid-x > .medium-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
        flex: 0 0 auto
    }
    .grid-x > .medium-shrink {
        width: auto
    }
    .grid-x > .medium-1 {
        width: 8.3333333333%
    }
    .grid-x > .medium-2 {
        width: 16.6666666667%
    }
    .grid-x > .medium-3 {
        width: 25%
    }
    .grid-x > .medium-4 {
        width: 33.3333333333%
    }
    .grid-x > .medium-5 {
        width: 41.6666666667%
    }
    .grid-x > .medium-6 {
        width: 50%
    }
    .grid-x > .medium-7 {
        width: 58.3333333333%
    }
    .grid-x > .medium-8 {
        width: 66.6666666667%
    }
    .grid-x > .medium-9 {
        width: 75%
    }
    .grid-x > .medium-10 {
        width: 83.3333333333%
    }
    .grid-x > .medium-11 {
        width: 91.6666666667%
    }
    .grid-x > .medium-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .grid-x > .large-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
        flex: 0 0 auto
    }
    .grid-x > .large-shrink {
        width: auto
    }
    .grid-x > .large-1 {
        width: 8.3333333333%
    }
    .grid-x > .large-2 {
        width: 16.6666666667%
    }
    .grid-x > .large-3 {
        width: 25%
    }
    .grid-x > .large-4 {
        width: 33.3333333333%
    }
    .grid-x > .large-5 {
        width: 41.6666666667%
    }
    .grid-x > .large-6 {
        width: 50%
    }
    .grid-x > .large-7 {
        width: 58.3333333333%
    }
    .grid-x > .large-8 {
        width: 66.6666666667%
    }
    .grid-x > .large-9 {
        width: 75%
    }
    .grid-x > .large-10 {
        width: 83.3333333333%
    }
    .grid-x > .large-11 {
        width: 91.6666666667%
    }
    .grid-x > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .grid-x > .xlarge-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .xlarge-1, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-shrink {
        flex: 0 0 auto
    }
    .grid-x > .xlarge-shrink {
        width: auto
    }
    .grid-x > .xlarge-1 {
        width: 8.3333333333%
    }
    .grid-x > .xlarge-2 {
        width: 16.6666666667%
    }
    .grid-x > .xlarge-3 {
        width: 25%
    }
    .grid-x > .xlarge-4 {
        width: 33.3333333333%
    }
    .grid-x > .xlarge-5 {
        width: 41.6666666667%
    }
    .grid-x > .xlarge-6 {
        width: 50%
    }
    .grid-x > .xlarge-7 {
        width: 58.3333333333%
    }
    .grid-x > .xlarge-8 {
        width: 66.6666666667%
    }
    .grid-x > .xlarge-9 {
        width: 75%
    }
    .grid-x > .xlarge-10 {
        width: 83.3333333333%
    }
    .grid-x > .xlarge-11 {
        width: 91.6666666667%
    }
    .grid-x > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .grid-x > .xxlarge-auto {
        flex: 1 1 0;
        width: auto
    }
    .grid-x > .xxlarge-1, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-shrink {
        flex: 0 0 auto
    }
    .grid-x > .xxlarge-shrink {
        width: auto
    }
    .grid-x > .xxlarge-1 {
        width: 8.3333333333%
    }
    .grid-x > .xxlarge-2 {
        width: 16.6666666667%
    }
    .grid-x > .xxlarge-3 {
        width: 25%
    }
    .grid-x > .xxlarge-4 {
        width: 33.3333333333%
    }
    .grid-x > .xxlarge-5 {
        width: 41.6666666667%
    }
    .grid-x > .xxlarge-6 {
        width: 50%
    }
    .grid-x > .xxlarge-7 {
        width: 58.3333333333%
    }
    .grid-x > .xxlarge-8 {
        width: 66.6666666667%
    }
    .grid-x > .xxlarge-9 {
        width: 75%
    }
    .grid-x > .xxlarge-10 {
        width: 83.3333333333%
    }
    .grid-x > .xxlarge-11 {
        width: 91.6666666667%
    }
    .grid-x > .xxlarge-12 {
        width: 100%
    }
}
.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}
.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}
.grid-margin-x {
    margin-left: -.375rem;
    margin-right: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-margin-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}
.grid-margin-x > .cell {
    margin-left: .375rem;
    margin-right: .375rem;
    width: calc(100% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-x > .cell {
        margin-left: .75rem;
        margin-right: .75rem;
        width: calc(100% - 1.5rem)
    }
}
.grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto
}
.grid-margin-x > .small-1 {
    width: calc(8.33333% - .75rem)
}
.grid-margin-x > .small-2 {
    width: calc(16.66667% - .75rem)
}
.grid-margin-x > .small-3 {
    width: calc(25% - .75rem)
}
.grid-margin-x > .small-4 {
    width: calc(33.33333% - .75rem)
}
.grid-margin-x > .small-5 {
    width: calc(41.66667% - .75rem)
}
.grid-margin-x > .small-6 {
    width: calc(50% - .75rem)
}
.grid-margin-x > .small-7 {
    width: calc(58.33333% - .75rem)
}
.grid-margin-x > .small-8 {
    width: calc(66.66667% - .75rem)
}
.grid-margin-x > .small-9 {
    width: calc(75% - .75rem)
}
.grid-margin-x > .small-10 {
    width: calc(83.33333% - .75rem)
}
.grid-margin-x > .small-11 {
    width: calc(91.66667% - .75rem)
}
.grid-margin-x > .small-12 {
    width: calc(100% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-x > .auto, .grid-margin-x > .shrink {
        width: auto
    }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
        width: auto
    }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
        width: auto
    }
    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .large-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .large-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .large-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .large-12 {
        width: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-x > .xlarge-auto, .grid-margin-x > .xlarge-shrink {
        width: auto
    }
    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-x > .xxlarge-auto, .grid-margin-x > .xxlarge-shrink {
        width: auto
    }
    .grid-margin-x > .xxlarge-1 {
        width: calc(8.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-2 {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-3 {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-4 {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-5 {
        width: calc(41.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-6 {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-7 {
        width: calc(58.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-8 {
        width: calc(66.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-9 {
        width: calc(75% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-10 {
        width: calc(83.33333% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-11 {
        width: calc(91.66667% - 1.5rem)
    }
    .grid-margin-x > .xxlarge-12 {
        width: calc(100% - 1.5rem)
    }
}
.grid-padding-x .grid-padding-x {
    margin-left: -.375rem;
    margin-right: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-x .grid-padding-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}
.grid-container:not(.full) > .grid-padding-x {
    margin-left: -.375rem;
    margin-right: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}
.grid-padding-x > .cell {
    padding-left: .375rem;
    padding-right: .375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-x > .cell {
        padding-left: .75rem;
        padding-right: .75rem
    }
}
.small-up-1 > .cell {
    width: 100%
}
.small-up-2 > .cell {
    width: 50%
}
.small-up-3 > .cell {
    width: 33.3333333333%
}
.small-up-4 > .cell {
    width: 25%
}
.small-up-5 > .cell {
    width: 20%
}
.small-up-6 > .cell {
    width: 16.6666666667%
}
.small-up-7 > .cell {
    width: 14.2857142857%
}
.small-up-8 > .cell {
    width: 12.5%
}
@media print, screen and (min-width:30em) {
    .medium-up-1 > .cell {
        width: 100%
    }
    .medium-up-2 > .cell {
        width: 50%
    }
    .medium-up-3 > .cell {
        width: 33.3333333333%
    }
    .medium-up-4 > .cell {
        width: 25%
    }
    .medium-up-5 > .cell {
        width: 20%
    }
    .medium-up-6 > .cell {
        width: 16.6666666667%
    }
    .medium-up-7 > .cell {
        width: 14.2857142857%
    }
    .medium-up-8 > .cell {
        width: 12.5%
    }
}
@media print, screen and (min-width:64em) {
    .large-up-1 > .cell {
        width: 100%
    }
    .large-up-2 > .cell {
        width: 50%
    }
    .large-up-3 > .cell {
        width: 33.3333333333%
    }
    .large-up-4 > .cell {
        width: 25%
    }
    .large-up-5 > .cell {
        width: 20%
    }
    .large-up-6 > .cell {
        width: 16.6666666667%
    }
    .large-up-7 > .cell {
        width: 14.2857142857%
    }
    .large-up-8 > .cell {
        width: 12.5%
    }
}
@media screen and (min-width:90em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }
    .xlarge-up-2 > .cell {
        width: 50%
    }
    .xlarge-up-3 > .cell {
        width: 33.3333333333%
    }
    .xlarge-up-4 > .cell {
        width: 25%
    }
    .xlarge-up-5 > .cell {
        width: 20%
    }
    .xlarge-up-6 > .cell {
        width: 16.6666666667%
    }
    .xlarge-up-7 > .cell {
        width: 14.2857142857%
    }
    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}
@media screen and (min-width:120em) {
    .xxlarge-up-1 > .cell {
        width: 100%
    }
    .xxlarge-up-2 > .cell {
        width: 50%
    }
    .xxlarge-up-3 > .cell {
        width: 33.3333333333%
    }
    .xxlarge-up-4 > .cell {
        width: 25%
    }
    .xxlarge-up-5 > .cell {
        width: 20%
    }
    .xxlarge-up-6 > .cell {
        width: 16.6666666667%
    }
    .xxlarge-up-7 > .cell {
        width: 14.2857142857%
    }
    .xxlarge-up-8 > .cell {
        width: 12.5%
    }
}
.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - .75rem)
}
.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - .75rem)
}
.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - .75rem)
}
.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - .75rem)
}
.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - .75rem)
}
.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - .75rem)
}
.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - .75rem)
}
.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }
    .grid-margin-x.xxlarge-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}
.small-margin-collapse, .small-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0
}
.small-margin-collapse > .small-1 {
    width: 8.3333333333%
}
.small-margin-collapse > .small-2 {
    width: 16.6666666667%
}
.small-margin-collapse > .small-3 {
    width: 25%
}
.small-margin-collapse > .small-4 {
    width: 33.3333333333%
}
.small-margin-collapse > .small-5 {
    width: 41.6666666667%
}
.small-margin-collapse > .small-6 {
    width: 50%
}
.small-margin-collapse > .small-7 {
    width: 58.3333333333%
}
.small-margin-collapse > .small-8 {
    width: 66.6666666667%
}
.small-margin-collapse > .small-9 {
    width: 75%
}
.small-margin-collapse > .small-10 {
    width: 83.3333333333%
}
.small-margin-collapse > .small-11 {
    width: 91.6666666667%
}
.small-margin-collapse > .small-12 {
    width: 100%
}
@media print, screen and (min-width:30em) {
    .small-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .medium-3 {
        width: 25%
    }
    .small-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .medium-6 {
        width: 50%
    }
    .small-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .medium-9 {
        width: 75%
    }
    .small-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .small-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .large-3 {
        width: 25%
    }
    .small-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .large-6 {
        width: 50%
    }
    .small-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .large-9 {
        width: 75%
    }
    .small-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .small-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .small-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .small-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .small-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .small-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .small-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .small-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
.small-padding-collapse {
    margin-left: 0;
    margin-right: 0
}
.small-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0
}
@media print, screen and (min-width:30em) {
    .medium-margin-collapse, .medium-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .medium-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .small-3 {
        width: 25%
    }
    .medium-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .small-6 {
        width: 50%
    }
    .medium-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .small-9 {
        width: 75%
    }
    .medium-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .small-12 {
        width: 100%
    }
    .medium-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .medium-3 {
        width: 25%
    }
    .medium-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .medium-6 {
        width: 50%
    }
    .medium-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .medium-9 {
        width: 75%
    }
    .medium-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .large-3 {
        width: 25%
    }
    .medium-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .large-6 {
        width: 50%
    }
    .medium-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .large-9 {
        width: 75%
    }
    .medium-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .medium-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .medium-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .medium-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .medium-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .medium-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .medium-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .medium-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
@media print, screen and (min-width:30em) {
    .medium-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .medium-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
@media print, screen and (min-width:64em) {
    .large-margin-collapse, .large-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .large-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .small-3 {
        width: 25%
    }
    .large-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .small-6 {
        width: 50%
    }
    .large-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .small-9 {
        width: 75%
    }
    .large-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .small-12 {
        width: 100%
    }
    .large-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .medium-3 {
        width: 25%
    }
    .large-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .medium-6 {
        width: 50%
    }
    .large-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .medium-9 {
        width: 75%
    }
    .large-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .medium-12 {
        width: 100%
    }
    .large-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .large-3 {
        width: 25%
    }
    .large-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .large-6 {
        width: 50%
    }
    .large-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .large-9 {
        width: 75%
    }
    .large-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .large-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .large-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .large-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .large-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .large-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .large-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .large-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .large-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
@media print, screen and (min-width:64em) {
    .large-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .large-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
@media screen and (min-width:90em) {
    .xlarge-margin-collapse, .xlarge-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .xlarge-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .small-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .small-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .small-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .small-12 {
        width: 100%
    }
    .xlarge-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .medium-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .medium-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .medium-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .medium-12 {
        width: 100%
    }
    .xlarge-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .large-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .large-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .large-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .large-12 {
        width: 100%
    }
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:120em) {
    .xlarge-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .xlarge-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .xlarge-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .xlarge-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .xlarge-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .xlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
}
@media screen and (min-width:90em) {
    .xlarge-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .xlarge-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
@media screen and (min-width:120em) {
    .xxlarge-margin-collapse, .xxlarge-margin-collapse > .cell {
        margin-left: 0;
        margin-right: 0
    }
    .xxlarge-margin-collapse > .small-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .small-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .small-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .small-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .small-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .small-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .small-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .small-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .small-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .small-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .small-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .small-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .medium-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .medium-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .medium-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .medium-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .large-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .large-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .large-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .large-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .large-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .large-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .large-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .large-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .large-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .large-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .large-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .large-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .xlarge-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .xlarge-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .xlarge-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .xlarge-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .xlarge-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .xlarge-12 {
        width: 100%
    }
    .xxlarge-margin-collapse > .xxlarge-1 {
        width: 8.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-2 {
        width: 16.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-3 {
        width: 25%
    }
    .xxlarge-margin-collapse > .xxlarge-4 {
        width: 33.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-5 {
        width: 41.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-6 {
        width: 50%
    }
    .xxlarge-margin-collapse > .xxlarge-7 {
        width: 58.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-8 {
        width: 66.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-9 {
        width: 75%
    }
    .xxlarge-margin-collapse > .xxlarge-10 {
        width: 83.3333333333%
    }
    .xxlarge-margin-collapse > .xxlarge-11 {
        width: 91.6666666667%
    }
    .xxlarge-margin-collapse > .xxlarge-12 {
        width: 100%
    }
    .xxlarge-padding-collapse {
        margin-left: 0;
        margin-right: 0
    }
    .xxlarge-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0
    }
}
.small-offset-0 {
    margin-left: 0
}
.grid-margin-x > .small-offset-0 {
    margin-left: .375rem
}
.small-offset-1 {
    margin-left: 8.3333333333%
}
.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .375rem)
}
.small-offset-2 {
    margin-left: 16.6666666667%
}
.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .375rem)
}
.small-offset-3 {
    margin-left: 25%
}
.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .375rem)
}
.small-offset-4 {
    margin-left: 33.3333333333%
}
.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .375rem)
}
.small-offset-5 {
    margin-left: 41.6666666667%
}
.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .375rem)
}
.small-offset-6 {
    margin-left: 50%
}
.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .375rem)
}
.small-offset-7 {
    margin-left: 58.3333333333%
}
.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .375rem)
}
.small-offset-8 {
    margin-left: 66.6666666667%
}
.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .375rem)
}
.small-offset-9 {
    margin-left: 75%
}
.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .375rem)
}
.small-offset-10 {
    margin-left: 83.3333333333%
}
.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .375rem)
}
.small-offset-11 {
    margin-left: 91.6666666667%
}
.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .375rem)
}
@media print, screen and (min-width:30em) {
    .medium-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: .75rem
    }
    .medium-offset-1, .pagehero-full .breadcrumb {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .medium-offset-1, .pagehero-full .grid-margin-x > .breadcrumb {
        margin-left: calc(8.33333% + .75rem)
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
@media print, screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: .75rem
    }
    .large-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }
    .large-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .large-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .large-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .large-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .large-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .large-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .large-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
@media screen and (min-width:90em) {
    .xlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .xlarge-offset-0 {
        margin-left: .75rem
    }
    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }
    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
@media screen and (min-width:120em) {
    .xxlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x > .xxlarge-offset-0 {
        margin-left: .75rem
    }
    .xxlarge-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-1 {
        margin-left: calc(8.33333% + .75rem)
    }
    .xxlarge-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-2 {
        margin-left: calc(16.66667% + .75rem)
    }
    .xxlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x > .xxlarge-offset-3 {
        margin-left: calc(25% + .75rem)
    }
    .xxlarge-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-4 {
        margin-left: calc(33.33333% + .75rem)
    }
    .xxlarge-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-5 {
        margin-left: calc(41.66667% + .75rem)
    }
    .xxlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x > .xxlarge-offset-6 {
        margin-left: calc(50% + .75rem)
    }
    .xxlarge-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-7 {
        margin-left: calc(58.33333% + .75rem)
    }
    .xxlarge-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-8 {
        margin-left: calc(66.66667% + .75rem)
    }
    .xxlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x > .xxlarge-offset-9 {
        margin-left: calc(75% + .75rem)
    }
    .xxlarge-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x > .xxlarge-offset-10 {
        margin-left: calc(83.33333% + .75rem)
    }
    .xxlarge-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x > .xxlarge-offset-11 {
        margin-left: calc(91.66667% + .75rem)
    }
}
.grid-y {
    display: flex;
    flex-flow: column nowrap
}
.grid-y > .cell {
    height: auto;
    max-height: none
}
.grid-y > .auto, .grid-y > .shrink {
    height: auto
}
.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
    flex-basis: auto
}
@media print, screen and (min-width:30em) {
    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
        flex-basis: auto
    }
}
@media print, screen and (min-width:64em) {
    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:90em) {
    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-full, .grid-y > .xlarge-shrink {
        flex-basis: auto
    }
}
@media screen and (min-width:120em) {
    .grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-full, .grid-y > .xxlarge-shrink {
        flex-basis: auto
    }
}
.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9 {
    flex: 0 0 auto
}
.grid-y > .small-1 {
    height: 8.3333333333%
}
.grid-y > .small-2 {
    height: 16.6666666667%
}
.grid-y > .small-3 {
    height: 25%
}
.grid-y > .small-4 {
    height: 33.3333333333%
}
.grid-y > .small-5 {
    height: 41.6666666667%
}
.grid-y > .small-6 {
    height: 50%
}
.grid-y > .small-7 {
    height: 58.3333333333%
}
.grid-y > .small-8 {
    height: 66.6666666667%
}
.grid-y > .small-9 {
    height: 75%
}
.grid-y > .small-10 {
    height: 83.3333333333%
}
.grid-y > .small-11 {
    height: 91.6666666667%
}
.grid-y > .small-12 {
    height: 100%
}
@media print, screen and (min-width:30em) {
    .grid-y > .medium-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
        flex: 0 0 auto
    }
    .grid-y > .medium-shrink {
        height: auto
    }
    .grid-y > .medium-1 {
        height: 8.3333333333%
    }
    .grid-y > .medium-2 {
        height: 16.6666666667%
    }
    .grid-y > .medium-3 {
        height: 25%
    }
    .grid-y > .medium-4 {
        height: 33.3333333333%
    }
    .grid-y > .medium-5 {
        height: 41.6666666667%
    }
    .grid-y > .medium-6 {
        height: 50%
    }
    .grid-y > .medium-7 {
        height: 58.3333333333%
    }
    .grid-y > .medium-8 {
        height: 66.6666666667%
    }
    .grid-y > .medium-9 {
        height: 75%
    }
    .grid-y > .medium-10 {
        height: 83.3333333333%
    }
    .grid-y > .medium-11 {
        height: 91.6666666667%
    }
    .grid-y > .medium-12 {
        height: 100%
    }
}
@media print, screen and (min-width:64em) {
    .grid-y > .large-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
        flex: 0 0 auto
    }
    .grid-y > .large-shrink {
        height: auto
    }
    .grid-y > .large-1 {
        height: 8.3333333333%
    }
    .grid-y > .large-2 {
        height: 16.6666666667%
    }
    .grid-y > .large-3 {
        height: 25%
    }
    .grid-y > .large-4 {
        height: 33.3333333333%
    }
    .grid-y > .large-5 {
        height: 41.6666666667%
    }
    .grid-y > .large-6 {
        height: 50%
    }
    .grid-y > .large-7 {
        height: 58.3333333333%
    }
    .grid-y > .large-8 {
        height: 66.6666666667%
    }
    .grid-y > .large-9 {
        height: 75%
    }
    .grid-y > .large-10 {
        height: 83.3333333333%
    }
    .grid-y > .large-11 {
        height: 91.6666666667%
    }
    .grid-y > .large-12 {
        height: 100%
    }
}
@media screen and (min-width:90em) {
    .grid-y > .xlarge-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .xlarge-1, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-shrink {
        flex: 0 0 auto
    }
    .grid-y > .xlarge-shrink {
        height: auto
    }
    .grid-y > .xlarge-1 {
        height: 8.3333333333%
    }
    .grid-y > .xlarge-2 {
        height: 16.6666666667%
    }
    .grid-y > .xlarge-3 {
        height: 25%
    }
    .grid-y > .xlarge-4 {
        height: 33.3333333333%
    }
    .grid-y > .xlarge-5 {
        height: 41.6666666667%
    }
    .grid-y > .xlarge-6 {
        height: 50%
    }
    .grid-y > .xlarge-7 {
        height: 58.3333333333%
    }
    .grid-y > .xlarge-8 {
        height: 66.6666666667%
    }
    .grid-y > .xlarge-9 {
        height: 75%
    }
    .grid-y > .xlarge-10 {
        height: 83.3333333333%
    }
    .grid-y > .xlarge-11 {
        height: 91.6666666667%
    }
    .grid-y > .xlarge-12 {
        height: 100%
    }
}
@media screen and (min-width:120em) {
    .grid-y > .xxlarge-auto {
        flex: 1 1 0;
        height: auto
    }
    .grid-y > .xxlarge-1, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-shrink {
        flex: 0 0 auto
    }
    .grid-y > .xxlarge-shrink {
        height: auto
    }
    .grid-y > .xxlarge-1 {
        height: 8.3333333333%
    }
    .grid-y > .xxlarge-2 {
        height: 16.6666666667%
    }
    .grid-y > .xxlarge-3 {
        height: 25%
    }
    .grid-y > .xxlarge-4 {
        height: 33.3333333333%
    }
    .grid-y > .xxlarge-5 {
        height: 41.6666666667%
    }
    .grid-y > .xxlarge-6 {
        height: 50%
    }
    .grid-y > .xxlarge-7 {
        height: 58.3333333333%
    }
    .grid-y > .xxlarge-8 {
        height: 66.6666666667%
    }
    .grid-y > .xxlarge-9 {
        height: 75%
    }
    .grid-y > .xxlarge-10 {
        height: 83.3333333333%
    }
    .grid-y > .xxlarge-11 {
        height: 91.6666666667%
    }
    .grid-y > .xxlarge-12 {
        height: 100%
    }
}
.grid-padding-y .grid-padding-y {
    margin-bottom: -.375rem;
    margin-top: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-y .grid-padding-y {
        margin-bottom: -.75rem;
        margin-top: -.75rem
    }
}
.grid-padding-y > .cell {
    padding-bottom: .375rem;
    padding-top: .375rem
}
@media print, screen and (min-width:30em) {
    .grid-padding-y > .cell {
        padding-bottom: .75rem;
        padding-top: .75rem
    }
}
.grid-frame {
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100vw
}
.cell .grid-frame {
    width: 100%
}
.cell-block {
    max-width: 100%;
    overflow-x: auto
}
.cell-block, .cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.cell-block-y {
    max-height: 100%;
    min-height: 100%;
    overflow-y: auto
}
.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}
.cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%
}
@media print, screen and (min-width:30em) {
    .medium-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .medium-grid-frame {
        width: 100%
    }
    .medium-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .medium-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .medium-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
@media print, screen and (min-width:64em) {
    .large-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .large-grid-frame {
        width: 100%
    }
    .large-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .large-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .large-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
@media screen and (min-width:90em) {
    .xlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .xlarge-grid-frame {
        width: 100%
    }
    .xlarge-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .xlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .xlarge-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .xlarge-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
@media screen and (min-width:120em) {
    .xxlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        width: 100vw
    }
    .cell .xxlarge-grid-frame {
        width: 100%
    }
    .xxlarge-cell-block {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-width: 100%;
        overflow-x: auto
    }
    .xxlarge-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }
    .xxlarge-cell-block-container > .grid-x {
        flex-wrap: nowrap;
        max-height: 100%
    }
    .xxlarge-cell-block-y {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        max-height: 100%;
        min-height: 100%;
        overflow-y: auto
    }
}
.grid-y.grid-frame {
    align-items: stretch;
    flex-wrap: nowrap;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: auto
}
@media print, screen and (min-width:30em) {
    .grid-y.medium-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
@media print, screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
@media screen and (min-width:90em) {
    .grid-y.xlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
@media screen and (min-width:120em) {
    .grid-y.xxlarge-grid-frame {
        align-items: stretch;
        flex-wrap: nowrap;
        height: 100vh;
        overflow: hidden;
        position: relative;
        width: auto
    }
}
.cell .grid-y.grid-frame {
    height: 100%
}
@media print, screen and (min-width:30em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}
@media print, screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}
@media screen and (min-width:90em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}
@media screen and (min-width:120em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}
.grid-margin-y {
    margin-bottom: -.375rem;
    margin-top: -.375rem
}
@media print, screen and (min-width:30em) {
    .grid-margin-y {
        margin-bottom: -.75rem;
        margin-top: -.75rem
    }
}
.grid-margin-y > .cell {
    height: calc(100% - .75rem);
    margin-bottom: .375rem;
    margin-top: .375rem
}
@media print, screen and (min-width:30em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.5rem);
        margin-bottom: .75rem;
        margin-top: .75rem
    }
}
.grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto
}
.grid-margin-y > .small-1 {
    height: calc(8.33333% - .75rem)
}
.grid-margin-y > .small-2 {
    height: calc(16.66667% - .75rem)
}
.grid-margin-y > .small-3 {
    height: calc(25% - .75rem)
}
.grid-margin-y > .small-4 {
    height: calc(33.33333% - .75rem)
}
.grid-margin-y > .small-5 {
    height: calc(41.66667% - .75rem)
}
.grid-margin-y > .small-6 {
    height: calc(50% - .75rem)
}
.grid-margin-y > .small-7 {
    height: calc(58.33333% - .75rem)
}
.grid-margin-y > .small-8 {
    height: calc(66.66667% - .75rem)
}
.grid-margin-y > .small-9 {
    height: calc(75% - .75rem)
}
.grid-margin-y > .small-10 {
    height: calc(83.33333% - .75rem)
}
.grid-margin-y > .small-11 {
    height: calc(91.66667% - .75rem)
}
.grid-margin-y > .small-12 {
    height: calc(100% - .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-margin-y > .auto, .grid-margin-y > .shrink {
        height: auto
    }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.5rem)
    }
    .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
        height: auto
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
        height: auto
    }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-y > .xlarge-auto, .grid-margin-y > .xlarge-shrink {
        height: auto
    }
    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-y > .xxlarge-auto, .grid-margin-y > .xxlarge-shrink {
        height: auto
    }
    .grid-margin-y > .xxlarge-1 {
        height: calc(8.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-2 {
        height: calc(16.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-3 {
        height: calc(25% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-4 {
        height: calc(33.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-5 {
        height: calc(41.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-6 {
        height: calc(50% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-7 {
        height: calc(58.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-8 {
        height: calc(66.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-9 {
        height: calc(75% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-10 {
        height: calc(83.33333% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-11 {
        height: calc(91.66667% - 1.5rem)
    }
    .grid-margin-y > .xxlarge-12 {
        height: calc(100% - 1.5rem)
    }
}
.grid-frame.grid-margin-y {
    height: calc(100vh + .75rem)
}
@media print, screen and (min-width:30em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}
@media print, screen and (min-width:30em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
@media print, screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:90em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
@media screen and (min-width:120em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    flex-basis: 0;
    order: 1
}
.clearfix:after {
    clear: both
}
.align-left {
    justify-content: flex-start
}
.align-right {
    justify-content: flex-end
}
.align-center {
    justify-content: center
}
.align-justify {
    justify-content: space-between
}
.align-spaced {
    justify-content: space-around
}
.align-left.vertical.menu > li > a {
    justify-content: flex-start
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end
}
.align-center.vertical.menu > li > a {
    justify-content: center
}
.align-top {
    align-items: flex-start
}
.align-self-top {
    align-self: flex-start
}
.align-bottom {
    align-items: flex-end
}
.align-self-bottom {
    align-self: flex-end
}
.align-middle {
    align-items: center
}
.align-self-middle {
    align-self: center
}
.align-stretch {
    align-items: stretch
}
.align-self-stretch {
    align-self: stretch
}
.align-center-middle {
    align-content: center;
    align-items: center;
    justify-content: center
}
.small-order-1 {
    order: 1
}
.small-order-2 {
    order: 2
}
.small-order-3 {
    order: 3
}
.small-order-4 {
    order: 4
}
.small-order-5 {
    order: 5
}
.small-order-6 {
    order: 6
}
@media print, screen and (min-width:30em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}
@media print, screen and (min-width:64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}
@media screen and (min-width:90em) {
    .xlarge-order-1 {
        order: 1
    }
    .xlarge-order-2 {
        order: 2
    }
    .xlarge-order-3 {
        order: 3
    }
    .xlarge-order-4 {
        order: 4
    }
    .xlarge-order-5 {
        order: 5
    }
    .xlarge-order-6 {
        order: 6
    }
}
@media screen and (min-width:120em) {
    .xxlarge-order-1 {
        order: 1
    }
    .xxlarge-order-2 {
        order: 2
    }
    .xxlarge-order-3 {
        order: 3
    }
    .xxlarge-order-4 {
        order: 4
    }
    .xxlarge-order-5 {
        order: 5
    }
    .xxlarge-order-6 {
        order: 6
    }
}
.flex-container {
    display: flex
}
.flex-child-auto {
    flex: 1 1 auto
}
.flex-child-grow {
    flex: 1 0 auto
}
.flex-child-shrink {
    flex: 0 1 auto
}
.flex-dir-row {
    flex-direction: row
}
.flex-dir-row-reverse {
    flex-direction: row-reverse
}
.flex-dir-column {
    flex-direction: column
}
.flex-dir-column-reverse {
    flex-direction: column-reverse
}
@media print, screen and (min-width:30em) {
    .medium-flex-container {
        display: flex
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
@media print, screen and (min-width:64em) {
    .large-flex-container {
        display: flex
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
@media screen and (min-width:90em) {
    .xlarge-flex-container {
        display: flex
    }
    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }
    .xlarge-flex-dir-row {
        flex-direction: row
    }
    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xlarge-flex-dir-column {
        flex-direction: column
    }
    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
@media screen and (min-width:120em) {
    .xxlarge-flex-container {
        display: flex
    }
    .xxlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xxlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xxlarge-flex-child-shrink {
        flex: 0 1 auto
    }
    .xxlarge-flex-dir-row {
        flex-direction: row
    }
    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xxlarge-flex-dir-column {
        flex-direction: column
    }
    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}
.hide {
    display: none !important
}
.invisible {
    visibility: hidden
}
.visible {
    visibility: visible
}
@media print, screen and (max-width:29.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}
@media screen and (max-width:0em), screen and (min-width:30em) {
    .show-for-small-only {
        display: none !important
    }
}
@media print, screen and (min-width:30em) {
    .hide-for-medium {
        display: none !important
    }
}
@media screen and (max-width:29.99875em) {
    .show-for-medium {
        display: none !important
    }
}
@media print, screen and (min-width:30em)and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}
@media screen and (max-width:29.99875em), screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}
@media print, screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}
@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important
    }
}
@media print, screen and (min-width:64em)and (max-width:89.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}
@media screen and (max-width:63.99875em), screen and (min-width:90em) {
    .show-for-large-only {
        display: none !important
    }
}
@media screen and (min-width:90em) {
    .hide-for-xlarge {
        display: none !important
    }
}
@media screen and (max-width:89.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}
@media screen and (min-width:90em)and (max-width:119.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}
@media screen and (max-width:89.99875em), screen and (min-width:120em) {
    .show-for-xlarge-only {
        display: none !important
    }
}
@media screen and (min-width:120em) {
    .hide-for-xxlarge {
        display: none !important
    }
}
@media screen and (max-width:119.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}
@media screen and (min-width:120em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}
@media screen and (max-width:119.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}
.show-for-sr, .show-on-focus {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}
.show-on-focus:active, .show-on-focus:focus {
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    white-space: normal !important;
    width: auto !important
}
.hide-for-portrait, .show-for-landscape {
    display: block !important
}
@media screen and (orientation:landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}
@media screen and (orientation:portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }
}
.hide-for-landscape, .show-for-portrait {
    display: none !important
}
@media screen and (orientation:landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}
@media screen and (orientation:portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}
.show-for-dark-mode {
    display: none
}
.hide-for-dark-mode {
    display: block
}
@media screen and (prefers-color-scheme:dark) {
    .show-for-dark-mode {
        display: block !important
    }
    .hide-for-dark-mode {
        display: none !important
    }
}
.show-for-ie {
    display: none
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .show-for-ie {
        display: block !important
    }
    .hide-for-ie {
        display: none !important
    }
}
.show-for-sticky {
    display: none
}
.is-stuck .show-for-sticky {
    display: block
}
.is-stuck .hide-for-sticky {
    display: none
}
.pagehero-full {
    background-color: #f7f7f7;
    min-height: 642px;
    overflow: hidden;
    position: relative;
    word-break: break-word
}
@media(min-width:48em) {
    .pagehero-full {
        min-height: 746px
    }
}
.pagehero-full .pagehero-content {
    align-items: center;
    display: flex;
    height: 100%;
    padding-top: 0;
    position: absolute;
    top: 0
}
@media(min-width:48em) {
    .pagehero-full .pagehero-content {
        flex-direction: row;
        padding-top: 0
    }
}
.pagehero-full .pagehero-content h4 {
    padding-top: 0
}
.pagehero-full .pagehero-content h2 {
    margin-top: 0
}
@media(min-width:48em) {
    .pagehero-full .content-box {
        width: 65%
    }
}
.pagehero-full .breadcrumb {
    padding-top: 5rem
}
@media(max-width:47.9375em) {
    .pagehero-full .breadcrumb {
        padding-left: .75rem;
        padding-right: .75rem;
        padding-top: 5rem
    }
}
.pagehero-full .breadcrumb ul li {
    margin-bottom: 0
}
@media(max-width:47.9375em) {
    .pagehero-content {
        height: auto;
        padding-left: .75rem;
        padding-right: .75rem
    }
}
.pagehero-content h4 {
    margin-bottom: .5rem;
    padding-top: 6.313rem
}
@media(min-width:48em) {
    .pagehero-content h4 {
        padding-top: 0
    }
}
.pagehero-content h4 + h2 {
    margin-top: 0
}
.pagehero-content h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}
.pagehero-content .subtitle {
    font-size: 1.563rem;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 0;
    margin-top: 1rem
}
@media(min-width:48em) {
    .pagehero-content .subtitle {
        font-size: 2.188rem
    }
}
.pagehero-content a.button {
    bottom: 1.5rem;
    left: .75rem;
    position: absolute;
    right: .75rem
}
@media(min-width:48em) {
    .pagehero-content a.button {
        inset: unset;
        margin-bottom: 0;
        margin-top: 3rem;
        position: relative
    }
}
.pagehero-image {
    width: 100%
}
@media(max-width:47.9375em) {
    .pagehero-image {
        padding-bottom: 100%;
        position: relative;
        width: 100%
    }
}
@media(min-width:48em) {
    .pagehero-image {
        height: 100%
    }
}
@media(max-width:47.9375em) {
    .pagehero-image img, .pagehero-image video {
        position: absolute
    }
}
.pagehero-tall {
    position: relative
}
.pagehero-tall .pagehero-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    word-break: break-word
}
@media(max-width:47.9375em) {
    .pagehero-tall .pagehero-content {
        height: auto;
        padding: 0 0 2.5rem
    }
    .pagehero-tall .pagehero-content h4 {
        padding-top: 0
    }
}
@media(min-width:48em) {
    .pagehero-tall .pagehero-content {
        padding-bottom: 0;
        padding-right: 1.438rem
    }
}
.pagehero-tall .pagehero-content a.button {
    bottom: 1.5rem;
    left: 0;
    position: absolute;
    right: 0
}
@media(min-width:48em) {
    .pagehero-tall .pagehero-content a.button {
        display: block;
        inset: unset;
        margin-top: 1.5rem;
        position: relative
    }
}
.pagehero-tall.no-background .pagehero-content {
    min-height: 650px
}
.pagehero-tall .hero-placeholder, .pagehero-tall .homepage-hero-image {
    overflow: hidden
}
@media(min-width:48em) {
    .pagehero-tall .hero-placeholder, .pagehero-tall .homepage-hero-image {
        overflow: visible
    }
}
.pagehero-tall .hero-placeholder a.button, .pagehero-tall .homepage-hero-image a.button {
    display: none;
    margin: 2rem 0 1rem
}
.pagehero-tall .breadcrumb {
    margin-bottom: 5rem;
    margin-top: 5rem;
    position: static
}
@media(min-width:48em) {
    .pagehero-tall .breadcrumb {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        top: 30px
    }
}
@media(min-width:64em) {
    .pagehero-tall .breadcrumb {
        position: absolute;
        top: 80px
    }
}
.pagehero-tall .breadcrumb ul li {
    margin-bottom: 0;
    margin-top: 0
}
.pagehero-tall.has-cta .homepage-hero-image {
    margin-bottom: 6.5rem
}
@media(min-width:48em) {
    .pagehero-tall.has-cta .homepage-hero-image {
        margin-bottom: unset
    }
    [dir=rtl] .pagehero-tall .pagehero-content {
        padding-left: 1.438rem;
        padding-right: 0
    }
}
:lang(my) .pagehero-content h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
:lang(be) .pagehero-content h2, :lang(bg) .pagehero-content h2, :lang(kk) .pagehero-content h2, :lang(ky) .pagehero-content h2, :lang(mk) .pagehero-content h2, :lang(mn) .pagehero-content h2, :lang(ru) .pagehero-content h2, :lang(sr) .pagehero-content h2, :lang(uk) .pagehero-content h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.wide-card a {
    background-image: none
}
.wide-card {
    border-top: 2px solid #000
}
.wide-card__wrapper {
    position: relative
}
@media(max-width:47.9375em) {
    .wide-card__wrapper {
        display: flex;
        flex-direction: column-reverse
    }
}
.wide-card h6 {
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 1rem 1rem 1.125rem
}
@media(min-width:48em) {
    .wide-card h6 {
        padding: 1rem 1.5rem
    }
    .wide-card .button-primary {
        margin: 0 1.5rem
    }
    .wide-card__description {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}
.wide-card__description h4 {
    margin: 1rem
}
@media(min-width:48em) {
    .wide-card__description h4 {
        margin: 3rem 1.5rem 2rem
    }
}
.wide-card__description h4 a {
    font-size: inherit
}
.wide-card__description p {
    margin: 1rem 1rem 2rem
}
@media(min-width:48em) {
    .wide-card__description p {
        margin: 0 1.5rem 2rem
    }
    .wide-card__description .button-arrow {
        margin-left: 1.5rem
    }
}
div.wide-card__image {
    position: relative
}
@media(min-width:48em) {
    div.wide-card__image a:before {
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        width: 100%
    }
}
div.wide-card__image img {
    height: 100%;
    object-fit: cover;
    width: 100%
}
div.wide-card__image:hover a:before, div.wide-card__image:hover.accent-yellow a:before, div.wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(67.76deg, #ffeb00, transparent 61.11%);
    opacity: .75
}
div.wide-card__image:hover.accent-red a:before, div.wide-card__image:hover.red a:before {
    background-image: linear-gradient(67.76deg, #ee402d, transparent 61.11%);
    opacity: .75
}
div.wide-card__image:hover.accent-green a:before, div.wide-card__image:hover.green a:before {
    background-image: linear-gradient(67.76deg, #6de354, transparent 61.11%);
    opacity: .75
}
div.wide-card__image:hover.accent-blue a:before, div.wide-card__image:hover.blue a:before {
    background-image: linear-gradient(67.76deg, #60d4f2, transparent 61.11%);
    opacity: .75
}
@media(min-width:48em) {
    [dir=rtl] .wide-card__description .button-arrow {
        margin-left: 0;
        margin-right: 1.5rem
    }
}
[dir=rtl] .wide-card__image:hover a:before, [dir=rtl] .wide-card__image:hover.accent-yellow a:before, [dir=rtl] .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
[dir=rtl] .wide-card__image:hover.accent-red a:before, [dir=rtl] .wide-card__image:hover.red a:before {
    background-image: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] .wide-card__image:hover.accent-green a:before, [dir=rtl] .wide-card__image:hover.green a:before {
    background-image: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] .wide-card__image:hover.accent-blue a:before, [dir=rtl] .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-yellow .wide-card__image:hover a:before, .accent-yellow .wide-card__image:hover.accent-yellow a:before, .accent-yellow .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-yellow .wide-card__image:hover.accent-red a:before, .accent-yellow .wide-card__image:hover.red a:before {
    background-image: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-yellow .wide-card__image:hover.accent-green a:before, .accent-yellow .wide-card__image:hover.green a:before {
    background-image: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-yellow .wide-card__image:hover.accent-blue a:before, .accent-yellow .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-yellow .wide-card__image:hover a:before, [dir=rtl] .accent-yellow .wide-card__image:hover.accent-yellow a:before, [dir=rtl] .accent-yellow .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
[dir=rtl] .accent-yellow .wide-card__image:hover.accent-red a:before, [dir=rtl] .accent-yellow .wide-card__image:hover.red a:before {
    background-image: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] .accent-yellow .wide-card__image:hover.accent-green a:before, [dir=rtl] .accent-yellow .wide-card__image:hover.green a:before {
    background-image: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] .accent-yellow .wide-card__image:hover.accent-blue a:before, [dir=rtl] .accent-yellow .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-red .wide-card__image:hover a:before {
    background-image: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red .wide-card__image:hover.accent-yellow a:before, .accent-red .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-red .wide-card__image:hover.accent-red a:before, .accent-red .wide-card__image:hover.red a:before {
    background-image: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-red .wide-card__image:hover.accent-green a:before, .accent-red .wide-card__image:hover.green a:before {
    background-image: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-red .wide-card__image:hover.accent-blue a:before, .accent-red .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-red .wide-card__image:hover a:before {
    background-image: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] .accent-red .wide-card__image:hover.accent-yellow a:before, [dir=rtl] .accent-red .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
[dir=rtl] .accent-red .wide-card__image:hover.accent-red a:before, [dir=rtl] .accent-red .wide-card__image:hover.red a:before {
    background-image: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] .accent-red .wide-card__image:hover.accent-green a:before, [dir=rtl] .accent-red .wide-card__image:hover.green a:before {
    background-image: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] .accent-red .wide-card__image:hover.accent-blue a:before, [dir=rtl] .accent-red .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-green .wide-card__image:hover a:before {
    background-image: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green .wide-card__image:hover.accent-yellow a:before, .accent-green .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-green .wide-card__image:hover.accent-red a:before, .accent-green .wide-card__image:hover.red a:before {
    background-image: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-green .wide-card__image:hover.accent-green a:before, .accent-green .wide-card__image:hover.green a:before {
    background-image: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-green .wide-card__image:hover.accent-blue a:before, .accent-green .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-green .wide-card__image:hover a:before {
    background-image: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] .accent-green .wide-card__image:hover.accent-yellow a:before, [dir=rtl] .accent-green .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
[dir=rtl] .accent-green .wide-card__image:hover.accent-red a:before, [dir=rtl] .accent-green .wide-card__image:hover.red a:before {
    background-image: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] .accent-green .wide-card__image:hover.accent-green a:before, [dir=rtl] .accent-green .wide-card__image:hover.green a:before {
    background-image: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] .accent-green .wide-card__image:hover.accent-blue a:before, [dir=rtl] .accent-green .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.accent-blue .wide-card__image:hover a:before {
    background-image: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
.accent-blue .wide-card__image:hover.accent-yellow a:before, .accent-blue .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(67.76deg, #ffeb00, transparent 61.11%)
}
.accent-blue .wide-card__image:hover.accent-red a:before, .accent-blue .wide-card__image:hover.red a:before {
    background-image: linear-gradient(67.76deg, #ee402d, transparent 61.11%)
}
.accent-blue .wide-card__image:hover.accent-green a:before, .accent-blue .wide-card__image:hover.green a:before {
    background-image: linear-gradient(67.76deg, #6de354, transparent 61.11%)
}
.accent-blue .wide-card__image:hover.accent-blue a:before, .accent-blue .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(67.76deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-blue .wide-card__image:hover a:before {
    background-image: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
[dir=rtl] .accent-blue .wide-card__image:hover.accent-yellow a:before, [dir=rtl] .accent-blue .wide-card__image:hover.yellow a:before {
    background-image: linear-gradient(297deg, #ffeb00, transparent 61.11%)
}
[dir=rtl] .accent-blue .wide-card__image:hover.accent-red a:before, [dir=rtl] .accent-blue .wide-card__image:hover.red a:before {
    background-image: linear-gradient(297deg, #ee402d, transparent 61.11%)
}
[dir=rtl] .accent-blue .wide-card__image:hover.accent-green a:before, [dir=rtl] .accent-blue .wide-card__image:hover.green a:before {
    background-image: linear-gradient(297deg, #6de354, transparent 61.11%)
}
[dir=rtl] .accent-blue .wide-card__image:hover.accent-blue a:before, [dir=rtl] .accent-blue .wide-card__image:hover.blue a:before {
    background-image: linear-gradient(297deg, #60d4f2, transparent 61.11%)
}
.pagehero-cards-subhead:before, .pagehero-cards-top > :nth-child(2):before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
@media(max-width:47.9375em) {
    .pagehero-cards-items .swiper-wrapper {
        margin-left: 0;
        margin-right: 0
    }
    .pagehero-cards-items {
        overflow: hidden
    }
}
@media(min-width:64em) {
    .pagehero-cards-items .pagehero-cards-box {
        flex: 0 0 calc(16.66667% - 1.5rem);
        max-width: calc(16.66667% - 1.5rem)
    }
    .pagehero-cards-items .pagehero-cards-box.large {
        flex: 0 0 calc(25% - 1.5rem);
        max-width: calc(25% - 1.5rem)
    }
}
@media(max-width:47.9375em) {
    .pagehero-cards-items .pagehero-cards-box {
        margin-left: 0
    }
}
@media(min-width:48em) {
    .pagehero-cards-box {
        margin-bottom: 1.5rem
    }
    .pagehero-cards-box.swiper-slide {
        height: auto;
        margin-left: 0;
        margin-right: 1.25rem
    }
}
.pagehero-cards-top {
    justify-content: center;
    position: relative
}
.pagehero-cards-top h2 {
    padding-bottom: 1.875rem;
    text-transform: uppercase
}
@media(min-width:48em) {
    .pagehero-cards-top h2 {
        margin-right: .75rem
    }
}
@media(min-width:64em) {
    .pagehero-cards-top h2 {
        padding-bottom: 0
    }
}
.pagehero-cards-top h3 {
    font-size: 1.563rem;
    font-weight: 700;
    margin-bottom: 2.188rem;
    padding-top: 1.25rem
}
@media(min-width:64em) {
    .pagehero-cards-top h3 {
        font-size: 1.875rem;
        padding-top: 0
    }
}
.pagehero-cards-top > :nth-child(2) {
    position: relative
}
@media(min-width:64em) {
    .pagehero-cards-top > :nth-child(2) {
        margin-left: 4rem
    }
}
.pagehero-cards-top > :nth-child(2):before {
    background-color: #d12800;
    height: 7rem;
    left: 3.5rem;
    top: -4rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: rotate(90deg);
    width: 3px
}
@media(min-width:64em) {
    .pagehero-cards-top > :nth-child(2):before {
        height: 80%;
        left: -60px;
        top: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transition: rotate(0)
    }
}
.pagehero-cards-subhead {
    margin-left: 0;
    position: relative
}
@media(min-width:48em) {
    .pagehero-cards-subhead {
        margin-left: 4rem
    }
}
.pagehero-cards-subhead:before {
    background: #d12800;
    height: 7rem;
    left: 3.5rem;
    top: -4rem;
    transform: rotate(90deg);
    width: 3px
}
@media(min-width:48em) {
    .pagehero-cards-subhead:before {
        height: 80%;
        left: -60px;
        top: 0;
        transform: rotate(0)
    }
}
.pagehero-cards .swiper-initialized {
    padding-right: 4rem
}
@media(min-width:48em) {
    .pagehero-cards .swiper-initialized {
        padding-right: 10rem
    }
}
.pagehero-cards .swiper-initialized .swiper-scrollbar {
    padding-right: 4rem
}
@media(min-width:48em) {
    .pagehero-cards .swiper-initialized .swiper-scrollbar {
        padding-right: 10rem
    }
}
@media(min-width:64em) {
    [dir=rtl] .pagehero-cards-top > :nth-child(2) {
        margin-right: 4rem
    }
}
[dir=rtl] .pagehero-cards-top > :nth-child(2):before {
    right: 3.5rem
}
@media(min-width:64em) {
    [dir=rtl] .pagehero-cards-top > :nth-child(2):before {
        right: -60px
    }
}
@media(min-width:48em) {
    [dir=rtl] .pagehero-cards-top h2 {
        margin-left: .75rem;
        margin-right: 0
    }
}
[dir=rtl] .pagehero-cards .swiper-initialized {
    padding-left: 4rem;
    padding-right: 0
}
@media(min-width:48em) {
    [dir=rtl] .pagehero-cards .swiper-initialized {
        padding-left: 10rem
    }
}
[dir=rtl] .pagehero-cards .swiper-initialized .swiper-scrollbar {
    padding-left: 4rem;
    padding-right: 0
}
@media(min-width:48em) {
    [dir=rtl] .pagehero-cards .swiper-initialized .swiper-scrollbar {
        padding-left: 10rem
    }
}
[dir=rtl] .pagehero-cards .swiper-initialized .swiper-slide-active + .swiper-slide .cta__link i {
    left: unset;
    right: 1rem
}
.pagination ul li a {
    background-image: none
}
.pagination ul {
    align-items: center;
    display: flex;
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    padding-left: 0
}
.pagination ul li {
    display: flex;
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
    padding-left: 0;
    position: relative
}
.pagination ul li a {
    border-bottom: 0;
    color: #000;
    font-size: 1rem;
    text-decoration: none
}
.pagination ul li span {
    margin: 0 .375rem
}
.pagination ul li span:last-of-type {
    margin-right: 0
}
.pagination ul li:first-of-type, .pagination ul li:last-of-type {
    cursor: pointer
}
.pagination ul li:first-of-type a, .pagination ul li:last-of-type a {
    font-size: 0;
    height: 45px;
    width: 45px
}
.pagination ul li:first-of-type a:before, .pagination ul li:last-of-type a:before {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-left-circle.svg) no-repeat 50%;
    content: " ";
    display: block;
    height: 45px;
    width: 45px
}
.pagination ul li.disabled a:before {
    opacity: .3
}
.pagination ul li:last-of-type {
    margin-right: 0
}
.pagination ul li:last-of-type a:before {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-right-circle.svg) no-repeat 50%
}
[dir=rtl] .pagination ul {
    padding-right: 0
}
[dir=rtl] .pagination li {
    margin-left: 1.5rem;
    margin-right: 0;
    padding-right: 0
}
[dir=rtl] .pagination li:first-of-type a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotateZ(180deg)
}
[dir=rtl] .pagination li:last-of-type {
    margin-left: 0
}
[dir=rtl] .pagination li:last-of-type a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: rotateZ(180deg)
}
[dir=rtl] .pagination li span:last-of-type {
    margin-left: 0;
    margin-right: .375rem
}
.parallax-card__image img {
    height: 100%;
    object-fit: cover;
    padding: 0;
    width: 100%
}
.parallax-card .cta__link, .parallax-card__content > a {
    background-image: none
}
.parallax-card {
    align-items: center
}
.parallax-card__content > a {
    display: block
}
@media(max-width:47.9375em) {
    .parallax-card__content > a {
        padding: 1.5rem 0 0 1.5rem
    }
}
@media(min-width:48em) {
    .parallax-card__content > a {
        padding-right: .75rem
    }
}
.parallax-card__content > a:hover .cta__link:after {
    -webkit-transform: translate(70%);
    -moz-transform: translate(70%);
    -ms-transform: translate(70%);
    -o-transform: translate(70%);
    transition: translate(70%, 0)
}
.parallax-card__image img {
    display: block
}
@media(max-width:47.9375em) {
    .parallax-card__image img {
        height: 17.875rem
    }
}
@media(min-width:48em) {
    .parallax-card .cta__link {
        padding-left: 1.5rem
    }
}
.parallax-card h3 {
    margin-bottom: 1.5rem
}
@media(min-width:48em) {
    .parallax-card h3 {
        padding-left: 1.5rem
    }
}
.parallax-card p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}
@media(min-width:48em) {
    .parallax-card p {
        border-bottom: 2px solid #000;
        padding: 0 0 1.5rem 1.5rem
    }
}
.parallax-card.text-left .parallax-card__content {
    order: -1
}
@media(min-width:48em) {
    .parallax-card.text-left .parallax-card__content > a {
        padding-left: .75rem;
        padding-right: 0
    }
    .parallax-card.text-left .parallax-card__content .cta__link, .parallax-card.text-left .parallax-card__content h3 {
        padding-left: 0;
        padding-right: 1.5rem
    }
    .parallax-card.text-left .parallax-card__content p {
        padding: 0 1.5rem 1.5rem 0
    }
    .parallax-card.image-right {
        flex-direction: row-reverse
    }
    .parallax-card.image-right .cta__link, .parallax-card.image-right h3 {
        padding-left: 0;
        padding-right: 1.5rem
    }
    .parallax-card.image-right p {
        padding: 0 1.5rem 1.5rem 0
    }
    .parallax-card.image-right .parallax-card__content > a {
        padding-left: .75rem;
        padding-right: 0
    }
    .parallax-card.image-right.text-left .parallax-card__content > a {
        padding-left: 0;
        padding-right: .75rem
    }
    .parallax-card.image-right.text-left .parallax-card__content .cta__link, .parallax-card.image-right.text-left .parallax-card__content h3 {
        padding-left: 1.5rem;
        padding-right: 0
    }
    .parallax-card.image-right.text-left .parallax-card__content p {
        padding: 0 0 1.5rem 1.5rem
    }
    [dir=rtl] .parallax-card h3 {
        padding-left: 0;
        padding-right: 1.5rem
    }
    [dir=rtl] .parallax-card p {
        padding: 0 1.5rem 1.5rem 0
    }
    [dir=rtl] .parallax-card .cta__link {
        padding-right: 1.5rem
    }
    [dir=rtl] .parallax-card.image-right .cta__link, [dir=rtl] .parallax-card.image-right h3, [dir=rtl] .parallax-card.text-left .cta__link, [dir=rtl] .parallax-card.text-left h3 {
        padding-left: 1.5rem;
        padding-right: 0
    }
    [dir=rtl] .parallax-card.image-right p, [dir=rtl] .parallax-card.text-left p {
        padding: 0 0 1.5rem 1.5rem
    }
    [dir=rtl] .parallax-card.image-right .parallax-card__content > a, [dir=rtl] .parallax-card.text-left .parallax-card__content > a {
        padding-left: 0;
        padding-right: .75rem
    }
    [dir=rtl] .parallax-card__content > a {
        padding-left: .75rem;
        padding-right: 0
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .parallax-card__content > a {
        padding: 1.5rem 1.5rem 0 0
    }
}
[dir=rtl] .parallax-card__content > a:hover .cta__link:after {
    -webkit-transform: translate(-50%) rotate(180deg);
    -moz-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    -o-transform: translate(-50%) rotate(180deg);
    transition: translate(-50%, 0) rotate(180deg)
}
.parallax {
    position: relative
}
@media(max-width:47.9375em) {
    .parallax {
        overflow: hidden
    }
}
@media(min-width:48em) {
    .parallax {
        background-image: linear-gradient(90deg, #d4d6d8 1px, hsla(210, 5%, 84%, 0) 0);
        background-size: 25%;
        border-right: 1px solid #d4d6d8
    }
}
.parallax__heading {
    margin-bottom: 2rem
}
@media(min-width:48em) {
    .parallax__heading {
        margin-bottom: 0;
        position: absolute;
        top: 15rem
    }
}
.parallax__heading h2 {
    margin: 0
}
@media(max-width:47.9375em) {
    .parallax-card {
        box-sizing: border-box;
        padding-right: 1.25rem
    }
}
.parallax .swiper-wrapper {
    display: flex
}
@media(min-width:48em) {
    .parallax .swiper-wrapper {
        display: block;
        padding-bottom: 3.125rem;
        padding-top: 10rem
    }
}
[dir=rtl] .parallax__heading {
    margin-left: 0;
    margin-right: 8.33333%
}
@media(max-width:47.9375em) {
    [dir=rtl] .parallax-card {
        padding-left: 1.25rem;
        padding-right: 0
    }
}
.parallax-gallery-left {
    display: flex
}
@media(max-width:47.9375em) {
    .parallax-gallery-left {
        margin-bottom: .75rem
    }
}
.parallax-gallery-left.gray {
    background: #f7f7f7
}
.parallax-gallery-right {
    overflow: hidden;
    position: relative
}
@media(max-width:47.9375em) {
    .parallax-gallery-content {
        padding: 1.5rem 1rem
    }
}
@media(min-width:48em) {
    .parallax-gallery-content {
        margin: auto 2.5rem;
        max-width: 28rem
    }
}
@media(min-width:64em) {
    .parallax-gallery-content {
        margin: auto 7.375rem
    }
}
.parallax-gallery-content h5 {
    margin-bottom: 2rem
}
@media(max-width:47.9375em) {
    .parallax-gallery-content h5 {
        margin-bottom: 1rem
    }
}
.parallax-gallery-content p {
    font-size: 1rem;
    margin-bottom: 3rem
}
@media(max-width:47.9375em) {
    .parallax-gallery-content p {
        font-size: .875rem;
        margin-bottom: 2rem
    }
}
.parallax-gallery-content .cta__link {
    text-transform: uppercase
}
.parallax-gallery-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative
}
.parallax-gallery-images {
    display: flex;
    margin: -5.313rem auto
}
.parallax-gallery-images .column {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - .5rem)
}
@media(min-width:48em) {
    .parallax-gallery-images .column:first-of-type {
        margin-right: .5rem
    }
    .parallax-gallery-images .column:last-of-type {
        margin-left: .5rem
    }
}
@media(min-width:64em) {
    .parallax-gallery-images .column {
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - .75rem)
    }
    .parallax-gallery-images .column:first-of-type {
        margin-right: .75rem
    }
    .parallax-gallery-images .column:last-of-type {
        margin-left: .75rem
    }
}
@media(max-width:47.9375em) {
    .parallax-gallery-images .column {
        flex: 0 0 calc(50% - 0.375rem);
        max-width: calc(50% - .375rem)
    }
    .parallax-gallery-images .column:first-of-type {
        margin-right: .375rem
    }
    .parallax-gallery-images .column:last-of-type {
        margin-left: .375rem
    }
}
.parallax-gallery-images img {
    display: block;
    font-size: 0;
    height: 16rem;
    margin-bottom: 1rem;
    object-fit: cover;
    width: 100%
}
@media(min-width:64em) {
    .parallax-gallery-images img {
        height: 25.313rem;
        margin-bottom: 1.5rem
    }
}
@media(max-width:47.9375em) {
    .parallax-gallery-images img {
        height: 13.875rem;
        margin-bottom: .75rem
    }
}
.parallax-gallery-images img:last-of-type {
    margin-bottom: 0
}
@media(min-width:48em) {
    [dir=rtl] .parallax-gallery-images .column:first-of-type {
        margin-left: .5rem;
        margin-right: 0
    }
    [dir=rtl] .parallax-gallery-images .column:last-of-type {
        margin-left: 0;
        margin-right: .5rem
    }
}
@media(min-width:64em) {
    [dir=rtl] .parallax-gallery-images .column:first-of-type {
        margin-left: .75rem;
        margin-right: 0
    }
    [dir=rtl] .parallax-gallery-images .column:last-of-type {
        margin-left: 0;
        margin-right: .75rem
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .parallax-gallery-images .column:first-of-type {
        margin-left: .375rem;
        margin-right: 0
    }
    [dir=rtl] .parallax-gallery-images .column:last-of-type {
        margin-left: 0;
        margin-right: .375rem
    }
}
.post-wrapper h2 {
    margin-bottom: 1rem
}
.post-wrapper h5 {
    color: #55606e;
    margin-bottom: 3rem
}
.post-wrapper {
    margin-top: 1rem
}
@media(min-width:48em) {
    .post-wrapper {
        margin-top: 4.563rem
    }
}
progress {
    border: 2px solid #000;
    border-radius: 7px;
    height: 14px;
    width: 50%
}
progress::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 7px
}
progress::-webkit-progress-value {
    background-color: #000
}
progress::-moz-progress-bar {
    background-color: #fff
}
.project-detail {
    border-bottom: 1px solid #d4d6d8
}
.project-detail-4 {
    border-bottom: 0
}
.project-detail h2 {
    border-bottom: 2px solid #000;
    margin-bottom: 0;
    padding-bottom: 2rem
}
.project-detail-list > div {
    margin-top: 2rem
}
@media(max-width:47.9375em) {
    .project-detail-list > div {
        border-bottom: 1px solid #d4d6d8
    }
}
.project-detail-list > div p {
    color: #232e3d;
    line-height: 2;
    margin-bottom: 2rem
}
.project-detail-list > div h6 {
    margin-bottom: .25rem
}
.project-data {
    border-bottom: 1px solid #d4d6d8
}
@media(min-width:48em) {
    .project-data {
        border: 0
    }
}
.project-data__col {
    display: inline-block;
    margin-bottom: 2rem;
    width: 50%
}
@media(min-width:48em) {
    .project-data__col {
        width: 100%
    }
}
.project-data__label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.15;
    margin-bottom: .25rem
}
.project-data__text {
    color: #232e3d
}
div.publication-card .download, div.publication-card .format, div.publication-card .readmore {
    font-size: .875rem;
    line-height: 1.4
}
@media(min-width:48em) {
    div.publication-card .download, div.publication-card .format, div.publication-card .readmore {
        font-size: 1rem
    }
}
div.publication-card .title {
    font-size: 1rem
}
@media(min-width:48em) {
    div.publication-card .title {
        font-size: 1.25rem
    }
}
:lang(my) div.publication-card .download, :lang(my) div.publication-card .format, :lang(my) div.publication-card .readmore, div.publication-card :lang(my) .download, div.publication-card :lang(my) .format, div.publication-card :lang(my) .readmore {
    font-size: .75rem;
    line-height: 1.7
}
@media(min-width:48em) {
    :lang(my) div.publication-card .download, :lang(my) div.publication-card .format, :lang(my) div.publication-card .readmore, div.publication-card :lang(my) .download, div.publication-card :lang(my) .format, div.publication-card :lang(my) .readmore {
        font-size: .875rem
    }
}
:lang(my) div.publication-card .title, div.publication-card :lang(my) .title {
    font-size: .875rem
}
@media(min-width:48em) {
    :lang(my) div.publication-card .title, div.publication-card :lang(my) .title {
        font-size: 1rem
    }
}
div.publication-card {
    display: inline-block
}
@media(min-width:48em) {
    div.publication-card {
        min-width: 20.625rem
    }
}
div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, div.publication-card:hover div.publication-thumbnail__image.yellow:after, div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%);
    opacity: .75
}
div.publication-card:hover div.publication-thumbnail__image.accent-red:after, div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%);
    opacity: .75
}
div.publication-card:hover div.publication-thumbnail__image.accent-green:after, div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%);
    opacity: .75
}
div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%);
    opacity: .75
}
div.publication-card .description {
    align-items: center;
    background: #fafafa;
    padding: 1.5rem
}
div.publication-card .description > div {
    align-items: center;
    flex-wrap: unset
}
div.publication-card .description > div:first-of-type {
    text-align: left
}
div.publication-card .description > div > :not(:first-of-type) {
    border-left: .125rem solid #ced0d3;
    text-align: right
}
div.publication-card .title {
    margin-bottom: .25rem
}
div.publication-card .format {
    color: #55606e;
    margin-bottom: 1rem
}
div.publication-card .download {
    align-items: center;
    background-image: none;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}
div.publication-card .download .download-animated {
    margin-left: .75rem
}
div.publication-card .download:hover {
    color: #55606f
}
div.publication-card .download:hover .download-animated:after {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transition: rotate(-45deg) translate(7px, -7px)
}
div.publication-card .download:hover .download-animated:before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: translate(0, -10px)
}
div.publication-card .readmore {
    align-items: center;
    background-image: none;
    cursor: pointer;
    display: inline;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase
}
div.publication-card .readmore .external-link-animated {
    display: inline-block;
    margin-left: .75rem
}
div.publication-card .readmore:hover {
    color: #55606f
}
div.publication-card .readmore:hover .external-link-animated:after {
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    transition: translate(5px, -5px)
}
div.publication-card .readmore:hover .external-link-animated:before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px, 0)
}
[dir=rtl] .publication-card .download .download-animated, [dir=rtl] .publication-card .readmore .external-link-animated {
    margin-left: 0;
    margin-right: .75rem
}
[dir=rtl] .publication-card .description > div:first-of-type {
    text-align: right
}
[dir=rtl] .publication-card .description > div > :not(:first-of-type) {
    border-left: 0;
    border-right: .125rem solid #ced0d3;
    text-align: left
}
.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, .accent-yellow div.publication-card:hover div.publication-thumbnail__image.yellow:after, .accent-yellow div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-red:after, .accent-yellow div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-green:after, .accent-yellow div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, .accent-yellow div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.yellow:after, [dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-yellow div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
.accent-red div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, .accent-red div.publication-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-red:after, .accent-red div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-green:after, .accent-red div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-red div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, .accent-red div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-red div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
.accent-green div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, .accent-green div.publication-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-red:after, .accent-green div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-green:after, .accent-green div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-green div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, .accent-green div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-green div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
.accent-blue div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, .accent-blue div.publication-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(27.66deg, #ffeb00, transparent 70.49%)
}
.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-red:after, .accent-blue div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(27.66deg, #ee402d, transparent 70.49%)
}
.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-green:after, .accent-blue div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(27.66deg, #6de354, transparent 70.49%)
}
.accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, .accent-blue div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(27.66deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-yellow:after, [dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.yellow:after {
    background: linear-gradient(318deg, #ffeb00, transparent 70.49%)
}
[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-red:after, [dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.red:after {
    background: linear-gradient(318deg, #ee402d, transparent 70.49%)
}
[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-green:after, [dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.green:after {
    background: linear-gradient(318deg, #6de354, transparent 70.49%)
}
[dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.accent-blue:after, [dir=rtl] .accent-blue div.publication-card:hover div.publication-thumbnail__image.blue:after {
    background: linear-gradient(318deg, #60d4f2, transparent 70.49%)
}
input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #d12800;
    cursor: pointer;
    height: 16px;
    margin: 0;
    width: 16px
}
input[type=radio]:hover {
    border-color: #ffb4ae
}
input[type=radio]:focus-visible {
    box-shadow: 0 0 4px #0468b1;
    outline: 0
}
input[type=radio] {
    background-color: transparent;
    border-radius: 100%;
    box-shadow: inset 0 0 0 #fff
}
input[type=radio]:checked {
    background-color: #d12800;
    box-shadow: inset 0 0 0 3px #fff
}
.scrollbar-horizontal-wrapper {
    float: left;
    line-height: normal;
    max-width: 37.5rem;
    width: 100%
}
@supports(scrollbar-width:thin) {
    .scrollbar-horizontal-wrapper {
        box-shadow: inset 0 -4px 0 0 #fff, inset 0 -5px 0 0 #000
    }
}
.scrollbar-data {
    visibility: hidden;
    width: 1000px
}
.scrollbar-vertical-wrapper {
    height: 70vh;
    position: relative;
    width: 65px
}
@supports(scrollbar-width:thin) {
    .scrollbar-vertical-wrapper {
        box-shadow: inset -4px 0 0 0 #fff, inset -5px 0 0 0 #000
    }
}
.scrollbar-data__vertical {
    min-height: 100vh
}
[dir=rtl] .scrollbar-horizontal-wrapper, [dir=rtl] .scrollbar-vertical-wrapper {
    float: right
}
.sdg-card {
    border: none
}
.sdg-image:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.sdg-card {
    align-items: center;
    background-image: none;
    display: block;
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-weight: 700;
    min-height: 210px;
    padding: 2.188rem 1.5rem 1rem;
    position: relative
}
@media(min-width:48em) {
    .sdg-card {
        cursor: url(/themes/custom/undpglobal/design-system/images/arrow-right-white.svg), auto;
        display: flex;
        min-height: 160px;
        padding: 0
    }
}
.sdg-card strong {
    color: #fff;
    display: inline-block;
    font-size: 2.938rem
}
@media(min-width:48em) {
    .sdg-card strong {
        font-size: 6.875rem;
        padding-left: 6.313rem
    }
}
.sdg-card h4 {
    color: #fff;
    font-size: 1.563rem;
    letter-spacing: .078rem;
    margin: 1.375rem 0 0;
    text-transform: uppercase;
    z-index: 1
}
@media(min-width:48em) {
    .sdg-card h4 {
        font-size: 1.875rem;
        left: 18rem;
        letter-spacing: .094rem;
        margin: 0;
        position: absolute
    }
    .sdg-card-link {
        cursor: url(/themes/custom/undpglobal/design-system/images/arrow-right.svg), auto
    }
}
.sdg-card-link h4 {
    color: #000
}
.sdg-card-link img {
    height: 50px;
    width: 50px
}
@media(min-width:48em) {
    .sdg-card-link img {
        height: 130px;
        padding-left: 6.313rem;
        width: 130px
    }
}
.sdg-card.sdg-color-1 {
    background-color: #e5243b
}
.sdg-card.sdg-color-1 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(228, 37, 58, 0), rgba(228, 37, 58, 0) 10%, #e5243b)
}
.sdg-card.sdg-color-2 {
    background-color: #dda63a
}
.sdg-card.sdg-color-2 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(222, 168, 60, 0), rgba(222, 168, 60, 0) 80%, #dda63a)
}
.sdg-card.sdg-color-3 {
    background-color: #4c9f38
}
.sdg-card.sdg-color-3 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(78, 159, 56, 0), rgba(78, 159, 56, 0) 80%, #4c9f38)
}
.sdg-card.sdg-color-4 {
    background-color: #c5192d
}
.sdg-card.sdg-color-4 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(197, 26, 45, 0), rgba(197, 26, 45, 0) 80%, #c5192d)
}
.sdg-card.sdg-color-5 {
    background-color: #ff3a21
}
.sdg-card.sdg-color-5 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(255, 60, 35, 0), rgba(255, 60, 35, 0) 80%, #ff3a21)
}
.sdg-card.sdg-color-6 {
    background-color: #26bde2
}
.sdg-card.sdg-color-6 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(39, 189, 227, 0), rgba(39, 189, 227, 0) 80%, #26bde2)
}
.sdg-card.sdg-color-7 {
    background-color: #fcc30b
}
.sdg-card.sdg-color-7 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(253, 195, 10, 0), rgba(253, 195, 10, 0) 80%, #fcc30b)
}
.sdg-card.sdg-color-8 {
    background-color: #a21942
}
.sdg-card.sdg-color-8 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(162, 24, 67, 0), rgba(162, 24, 67, 0) 80%, #a21942)
}
.sdg-card.sdg-color-9 {
    background-color: #fd6925
}
.sdg-card.sdg-color-9 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(254, 105, 36, 0), rgba(254, 105, 36, 0) 80%, #fd6925)
}
.sdg-card.sdg-color-10 {
    background-color: #dd1367
}
.sdg-card.sdg-color-10 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(222, 21, 104, 0), rgba(222, 21, 104, 0) 80%, #dd1367)
}
.sdg-card.sdg-color-11 {
    background-color: #fd9d24
}
.sdg-card.sdg-color-11 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(254, 156, 37, 0), rgba(254, 156, 37, 0) 80%, #fd9d24)
}
.sdg-card.sdg-color-12 {
    background-color: #bf8b2e
}
.sdg-card.sdg-color-12 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(191, 139, 46, 0), rgba(191, 139, 46, 0) 80%, #bf8b2e)
}
.sdg-card.sdg-color-13 {
    background-color: #3f7e44
}
.sdg-card.sdg-color-13 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(62, 128, 69, 0), rgba(62, 128, 69, 0) 80%, #3f7e44)
}
.sdg-card.sdg-color-14 {
    background-color: #0a97d9
}
.sdg-card.sdg-color-14 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(12, 152, 218, 0), rgba(12, 152, 218, 0) 80%, #0a97d9)
}
.sdg-card.sdg-color-15 {
    background-color: #56c02b
}
.sdg-card.sdg-color-15 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(88, 193, 44, 0), rgba(88, 193, 44, 0) 80%, #56c02b)
}
.sdg-card.sdg-color-16 {
    background-color: #00689d
}
.sdg-card.sdg-color-16 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(3, 104, 157, 0), rgba(3, 104, 157, 0) 80%, #00689d)
}
.sdg-card.sdg-color-17 {
    background-color: #19486a
}
.sdg-card.sdg-color-17 .sdg-image:before {
    background-image: linear-gradient(270deg, rgba(26, 73, 107, 0), rgba(26, 73, 107, 0) 80%, #19486a)
}
.sdg-card.color-white {
    background-color: #fff
}
.sdg-card:hover .sdg-image img {
    opacity: .3
}
.sdg-image {
    margin-left: auto;
    max-width: 650px;
    position: relative;
    width: 100%;
    z-index: 0
}
.sdg-image:before {
    -webkit-transition: background-color .5s linear;
    -moz-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    -o-transition: background-color .5s linear;
    transition: background-color .5s linear;
    z-index: 1
}
.sdg-image img {
    display: none;
    height: 160px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    width: 100%
}
@media(min-width:48em) {
    .sdg-image img {
        display: block
    }
    [dir=rtl] .sdg-card {
        cursor: url(/themes/custom/undpglobal/design-system/images/arrow-left-white.svg), auto
    }
    [dir=rtl] .sdg-card strong {
        padding: 0 8.75rem 0 0
    }
    [dir=rtl] .sdg-card h4 {
        left: unset;
        right: 22rem
    }
    [dir=rtl] .sdg-card-link {
        cursor: url(/themes/custom/undpglobal/design-system/images/arrow-left.svg), auto
    }
    [dir=rtl] .sdg-card-link img {
        padding: 0 8.75rem 0 0
    }
    [dir=rtl] .sdg-image {
        margin-left: unset;
        margin-right: auto
    }
    [dir=rtl] .sdg-image:before {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transition: scaleX(-1)
    }
}
:lang(my) .sdg-card h4 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
:lang(be) .sdg-card h4, :lang(bg) .sdg-card h4, :lang(kk) .sdg-card h4, :lang(ky) .sdg-card h4, :lang(mk) .sdg-card h4, :lang(mn) .sdg-card h4, :lang(ru) .sdg-card h4, :lang(sr) .sdg-card h4, :lang(uk) .sdg-card h4 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.sdg-container .description img {
    height: 100%;
    object-fit: cover;
    padding: 0;
    width: 100%
}
.sdg-container .heading h2 {
    font-size: 1.563rem
}
@media(min-width:48em) {
    .sdg-container .heading h2 {
        font-size: 3.438rem;
        padding-left: 1rem
    }
}
.sdg-container .heading h3 {
    font-size: 1.25rem
}
@media(min-width:48em) {
    .sdg-container .heading h3 {
        font-size: 2.188rem
    }
}
.modal-sdg {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    height: calc(100vh - 7.1875rem);
    opacity: 1;
    overflow-x: hidden;
    position: fixed;
    top: 7.1875rem;
    -webkit-transition: transform .4s linear;
    -moz-transition: transform .4s linear;
    -ms-transition: transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    visibility: visible;
    width: 100%;
    z-index: 1
}
@media(max-width:63.9375em) {
    .modal-sdg {
        height: calc(100vh - 4.6875rem);
        top: 4.6875rem
    }
}
@media(max-width:47.9375em) {
    .modal-sdg {
        padding-left: .75rem;
        width: calc(100% - .75rem)
    }
}
.modal-sdg .sdg-modal-dialog {
    height: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
@media(min-width:48em) {
    .modal-sdg .modal-header {
        padding-top: 3.75rem
    }
}
@media(max-width:47.9375em) {
    .modal-sdg .modal-header {
        padding: 1.25rem 1.25rem 0 0;
        position: absolute;
        right: 0;
        z-index: 10
    }
}
.modal-sdg .modal-header .close {
    background: url(/themes/custom/undpglobal/design-system/images/times-circle.svg) no-repeat 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 45px;
    margin: 0 auto;
    width: 45px
}
.modal-sdg-content {
    background-color: #fff;
    box-shadow: -3px 0 6px rgba(0, 0, 0, .16);
    height: 100%;
    overflow-y: auto
}
.modal-sdg .sdg-card-link {
    display: none
}
body.sdgmodal-open {
    overflow: hidden
}
.sdg-container {
    overflow-x: hidden;
    padding: 4.375rem .75rem 0;
    word-break: break-word
}
@media(min-width:48em) {
    .sdg-container {
        padding: 0 1.5rem 0 2rem
    }
}
.sdg-container .heading {
    margin: 0 0 0 1.875rem
}
@media(min-width:48em) {
    .sdg-container .heading {
        margin: 6rem 0 0 6rem
    }
}
.sdg-container .heading h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase
}
.sdg-container .description {
    margin-top: 2.5rem;
    padding: 1rem 1rem 5rem
}
@media(min-width:48em) {
    .sdg-container .description {
        margin-top: 5rem;
        padding: 4.375rem 3.75rem 5.625rem 6rem
    }
    .sdg-container .description p {
        margin-right: 5rem
    }
    .sdg-container .description img {
        height: auto
    }
}
@media(max-width:47.9375em) {
    .sdg-container .description > div {
        flex-direction: column-reverse
    }
    .sdg-container .description > div > div:first-of-type {
        margin-top: 1.5rem
    }
}
.sdg-container .stats-card:hover h2 {
    -webkit-text-stroke: unset;
    color: #fff;
    text-shadow: none
}
.sdg-container .sdg-content:hover .cta__link, .sdg-container .sdg-content:hover h4, .sdg-container .sdg-content:hover h5, .sdg-container .sdg-content:hover h6, .sdg-container .sdg-content:hover p, .sdg-container .stats-card:hover h4, .sdg-container .stats-card:hover p {
    color: #fff
}
.sdg-container .sdg-content:hover .cta__link i:before, .sdg-container .sdg-content:hover h4 i:before, .sdg-container .sdg-content:hover h5 i:before, .sdg-container .sdg-content:hover h6 i:before, .sdg-container .sdg-content:hover p i:before {
    background-color: #fff
}
.sdg-container .sdg-content:hover .cta__link i:after, .sdg-container .sdg-content:hover h4 i:after, .sdg-container .sdg-content:hover h5 i:after, .sdg-container .sdg-content:hover h6 i:after, .sdg-container .sdg-content:hover p i:after {
    border-color: #fff
}
.sdg-container .sdg-content.color {
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}
.sdg-container.sdg-color-1 .heading h2, .sdg-container.sdg-color-1 .heading h3 {
    color: #e5243b
}
.sdg-container.sdg-color-1 .description, .sdg-container.sdg-color-1 .stats-card:hover {
    background-color: #e5243b
}
.sdg-container.sdg-color-1 .sdg-content.color {
    background-color: #dc9099
}
.sdg-container.sdg-color-1 .sdg-content:hover {
    background-color: #e5243b
}
.sdg-container.sdg-color-1 .image:before {
    background: linear-gradient(42deg, #e5243b, transparent 80%)
}
.sdg-container.sdg-color-2 .heading h2, .sdg-container.sdg-color-2 .heading h3 {
    color: #dda63a
}
.sdg-container.sdg-color-2 .description, .sdg-container.sdg-color-2 .stats-card:hover {
    background-color: #dda63a
}
.sdg-container.sdg-color-2 .sdg-content.color {
    background-color: #d3bb8a
}
.sdg-container.sdg-color-2 .sdg-content:hover {
    background-color: #dda63a
}
.sdg-container.sdg-color-2 .image:before {
    background: linear-gradient(42deg, #dda63a, transparent 80%)
}
.sdg-container.sdg-color-3 .heading h2, .sdg-container.sdg-color-3 .heading h3 {
    color: #4c9f38
}
.sdg-container.sdg-color-3 .description, .sdg-container.sdg-color-3 .stats-card:hover {
    background-color: #4c9f38
}
.sdg-container.sdg-color-3 .sdg-content.color {
    background-color: #9fd092
}
.sdg-container.sdg-color-3 .sdg-content:hover {
    background-color: #4c9f38
}
.sdg-container.sdg-color-3 .image:before {
    background: linear-gradient(42deg, #4c9f38, transparent 80%)
}
.sdg-container.sdg-color-4 .heading h2, .sdg-container.sdg-color-4 .heading h3 {
    color: #c5192d
}
.sdg-container.sdg-color-4 .description, .sdg-container.sdg-color-4 .stats-card:hover {
    background-color: #c5192d
}
.sdg-container.sdg-color-4 .sdg-content.color {
    background-color: #ce8f97
}
.sdg-container.sdg-color-4 .sdg-content:hover {
    background-color: #c5192d
}
.sdg-container.sdg-color-4 .image:before {
    background: linear-gradient(42deg, #c5192d, transparent 80%)
}
.sdg-container.sdg-color-5 .heading h2, .sdg-container.sdg-color-5 .heading h3 {
    color: #ff3a21
}
.sdg-container.sdg-color-5 .description, .sdg-container.sdg-color-5 .stats-card:hover {
    background-color: #ff3a21
}
.sdg-container.sdg-color-5 .sdg-content.color {
    background-color: #ce9890
}
.sdg-container.sdg-color-5 .sdg-content:hover {
    background-color: #ff3a21
}
.sdg-container.sdg-color-5 .image:before {
    background: linear-gradient(42deg, #ff3a21, transparent 80%)
}
.sdg-container.sdg-color-6 .heading h2, .sdg-container.sdg-color-6 .heading h3 {
    color: #26bde2
}
.sdg-container.sdg-color-6 .description, .sdg-container.sdg-color-6 .stats-card:hover {
    background-color: #26bde2
}
.sdg-container.sdg-color-6 .sdg-content.color {
    background-color: #9ac8d3
}
.sdg-container.sdg-color-6 .sdg-content:hover {
    background-color: #26bde2
}
.sdg-container.sdg-color-6 .image:before {
    background: linear-gradient(42deg, #26bde2, transparent 80%)
}
.sdg-container.sdg-color-7 .heading h2, .sdg-container.sdg-color-7 .heading h3 {
    color: #fcc30b
}
.sdg-container.sdg-color-7 .description, .sdg-container.sdg-color-7 .stats-card:hover {
    background-color: #fcc30b
}
.sdg-container.sdg-color-7 .sdg-content.color {
    background-color: #d3c79d
}
.sdg-container.sdg-color-7 .sdg-content:hover {
    background-color: #fcc30b
}
.sdg-container.sdg-color-7 .image:before {
    background: linear-gradient(42deg, #fcc30b, transparent 80%)
}
.sdg-container.sdg-color-8 .heading h2, .sdg-container.sdg-color-8 .heading h3 {
    color: #a21942
}
.sdg-container.sdg-color-8 .description, .sdg-container.sdg-color-8 .stats-card:hover {
    background-color: #a21942
}
.sdg-container.sdg-color-8 .sdg-content.color {
    background-color: #ce94a6
}
.sdg-container.sdg-color-8 .sdg-content:hover {
    background-color: #a21942
}
.sdg-container.sdg-color-8 .image:before {
    background: linear-gradient(42deg, #a21942, transparent 80%)
}
.sdg-container.sdg-color-9 .heading h2, .sdg-container.sdg-color-9 .heading h3 {
    color: #fd6925
}
.sdg-container.sdg-color-9 .description, .sdg-container.sdg-color-9 .stats-card:hover {
    background-color: #fd6925
}
.sdg-container.sdg-color-9 .sdg-content.color {
    background-color: #d2aa98
}
.sdg-container.sdg-color-9 .sdg-content:hover {
    background-color: #fd6925
}
.sdg-container.sdg-color-9 .image:before {
    background: linear-gradient(42deg, #fd6925, transparent 80%)
}
.sdg-container.sdg-color-10 .heading h2, .sdg-container.sdg-color-10 .heading h3 {
    color: #dd1367
}
.sdg-container.sdg-color-10 .description, .sdg-container.sdg-color-10 .stats-card:hover {
    background-color: #dd1367
}
.sdg-container.sdg-color-10 .sdg-content.color {
    background-color: #c994aa
}
.sdg-container.sdg-color-10 .sdg-content:hover {
    background-color: #dd1367
}
.sdg-container.sdg-color-10 .image:before {
    background: linear-gradient(42deg, #dd1367, transparent 80%)
}
.sdg-container.sdg-color-11 .heading h2, .sdg-container.sdg-color-11 .heading h3 {
    color: #fd9d24
}
.sdg-container.sdg-color-11 .description, .sdg-container.sdg-color-11 .stats-card:hover {
    background-color: #fd9d24
}
.sdg-container.sdg-color-11 .sdg-content.color {
    background-color: #c7b094
}
.sdg-container.sdg-color-11 .sdg-content:hover {
    background-color: #fd9d24
}
.sdg-container.sdg-color-11 .image:before {
    background: linear-gradient(42deg, #fd9d24, transparent 80%)
}
.sdg-container.sdg-color-12 .heading h2, .sdg-container.sdg-color-12 .heading h3 {
    color: #bf8b2e
}
.sdg-container.sdg-color-12 .description, .sdg-container.sdg-color-12 .stats-card:hover {
    background-color: #bf8b2e
}
.sdg-container.sdg-color-12 .sdg-content.color {
    background-color: #ceba98
}
.sdg-container.sdg-color-12 .sdg-content:hover {
    background-color: #bf8b2e
}
.sdg-container.sdg-color-12 .image:before {
    background: linear-gradient(42deg, #bf8b2e, transparent 80%)
}
.sdg-container.sdg-color-13 .heading h2, .sdg-container.sdg-color-13 .heading h3 {
    color: #3f7e44
}
.sdg-container.sdg-color-13 .description, .sdg-container.sdg-color-13 .stats-card:hover {
    background-color: #3f7e44
}
.sdg-container.sdg-color-13 .sdg-content.color {
    background-color: #a2d7a6
}
.sdg-container.sdg-color-13 .sdg-content:hover {
    background-color: #3f7e44
}
.sdg-container.sdg-color-13 .image:before {
    background: linear-gradient(42deg, #3f7e44, transparent 80%)
}
.sdg-container.sdg-color-14 .heading h2, .sdg-container.sdg-color-14 .heading h3 {
    color: #0a97d9
}
.sdg-container.sdg-color-14 .description, .sdg-container.sdg-color-14 .stats-card:hover {
    background-color: #0a97d9
}
.sdg-container.sdg-color-14 .sdg-content.color {
    background-color: #a1c6d7
}
.sdg-container.sdg-color-14 .sdg-content:hover {
    background-color: #0a97d9
}
.sdg-container.sdg-color-14 .image:before {
    background: linear-gradient(42deg, #0a97d9, transparent 80%)
}
.sdg-container.sdg-color-15 .heading h2, .sdg-container.sdg-color-15 .heading h3 {
    color: #56c02b
}
.sdg-container.sdg-color-15 .description, .sdg-container.sdg-color-15 .stats-card:hover {
    background-color: #56c02b
}
.sdg-container.sdg-color-15 .sdg-content.color {
    background-color: #abce9e
}
.sdg-container.sdg-color-15 .sdg-content:hover {
    background-color: #56c02b
}
.sdg-container.sdg-color-15 .image:before {
    background: linear-gradient(42deg, #56c02b, transparent 80%)
}
.sdg-container.sdg-color-16 .heading h2, .sdg-container.sdg-color-16 .heading h3 {
    color: #00689d
}
.sdg-container.sdg-color-16 .description, .sdg-container.sdg-color-16 .stats-card:hover {
    background-color: #00689d
}
.sdg-container.sdg-color-16 .sdg-content.color {
    background-color: #748f9d
}
.sdg-container.sdg-color-16 .sdg-content:hover {
    background-color: #00689d
}
.sdg-container.sdg-color-16 .image:before {
    background: linear-gradient(42deg, #00689d, transparent 80%)
}
.sdg-container.sdg-color-17 .heading h2, .sdg-container.sdg-color-17 .heading h3 {
    color: #19486a
}
.sdg-container.sdg-color-17 .description, .sdg-container.sdg-color-17 .stats-card:hover {
    background-color: #19486a
}
.sdg-container.sdg-color-17 .sdg-content.color {
    background-color: #a2c2d8
}
.sdg-container.sdg-color-17 .sdg-content:hover {
    background-color: #19486a
}
.sdg-container.sdg-color-17 .image:before {
    background: linear-gradient(42deg, #19486a, transparent 80%)
}
.ndg-container {
    padding-left: 2rem
}
@media(min-width:48em) {
    .ndg-container .sdg-card strong {
        padding-left: 2rem
    }
    .ndg-container .sdg-card h4 {
        left: 15rem
    }
}
@media(max-width:47.9375em) {
    .ndg-container {
        padding-bottom: .75rem;
        padding-left: .75rem
    }
    .ndg-container .sdg-card {
        display: flex;
        min-height: 85px;
        padding: 0 1.5rem;
        position: relative
    }
    .ndg-container .sdg-card strong {
        font-size: .938rem;
        margin-right: 1rem
    }
    .ndg-container .sdg-card h4 {
        font-size: .938rem;
        margin: 0;
        width: calc(100% - 4rem)
    }
    .ndg-container .sdg-card:after {
        background: url(/themes/custom/undpglobal/design-system/images/chevron-right-white.svg) no-repeat 50%;
        content: "";
        height: 20px;
        position: absolute;
        right: 1.5rem;
        width: 13px
    }
}
.ndg-container .sdg-image {
    display: none
}
.bulleted-list {
    margin: 5rem 0 0
}
@media(min-width:48em) {
    .bulleted-list {
        margin: 6rem 0 0 5rem
    }
}
.bulleted-list ul {
    margin-left: .5rem;
    padding-top: 3.125rem
}
@media(min-width:48em) {
    .bulleted-list ul {
        margin-left: 0;
        padding: 0
    }
}
.bulleted-list ul li {
    font-size: 1.25rem;
    padding-left: 2rem;
    position: relative
}
.bulleted-list ul li:not(:last-of-type) {
    margin-bottom: 4rem
}
.sdg-content-cards, .sdg-stats {
    margin-top: 6rem
}
.sdg-content-cards .content-data {
    margin-top: 1.5rem
}
.sdg-content-cards .content-data > div {
    margin-bottom: 1.5rem
}
.sdg-content-cards .button {
    margin: 1.5rem 0 2rem
}
@media(min-width:48em) {
    .sdg-content-cards .button {
        margin: 5rem 0 4rem
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .modal-sdg {
        padding-left: 0;
        padding-right: .75rem
    }
}
[dir=rtl] .modal-sdg .modal-header {
    left: 0;
    right: unset
}
@media(max-width:47.9375em) {
    [dir=rtl] .modal-sdg .modal-header {
        padding-left: 1.25rem;
        padding-right: 0
    }
}
@media(min-width:48em) {
    [dir=rtl] .sdg-container {
        padding: 0 2rem 0 1.5rem
    }
    [dir=rtl] .sdg-container .description {
        padding: 4.375rem 6rem 5.625rem 3.75rem
    }
    [dir=rtl] .sdg-container .description p {
        margin-left: 5rem;
        margin-right: 0
    }
}
[dir=rtl] .sdg-container .heading {
    margin-left: 0;
    margin-right: 1.875rem
}
@media(min-width:48em) {
    [dir=rtl] .sdg-container .heading {
        margin-left: 0;
        margin-right: 6rem
    }
    [dir=rtl] .sdg-container .heading h2 {
        padding-left: 0;
        padding-right: 1rem
    }
}
[dir=rtl] .ndg-container {
    padding-left: 0;
    padding-right: 2rem
}
@media(min-width:48em) {
    [dir=rtl] .ndg-container .sdg-card strong {
        padding-left: 0;
        padding-right: 2rem
    }
    [dir=rtl] .ndg-container .sdg-card h4 {
        left: unset;
        right: 15rem
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .ndg-container {
        padding-right: .75rem
    }
    [dir=rtl] .ndg-container .sdg-card strong {
        margin-left: 1rem;
        margin-right: 0
    }
    [dir=rtl] .ndg-container .sdg-card:after {
        left: 1.5rem;
        right: unset;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transition: rotateY(180deg)
    }
}
[dir=rtl] .bulleted-list {
    margin-left: 0;
    margin-right: 0
}
@media(min-width:48em) {
    [dir=rtl] .bulleted-list {
        margin-left: 0;
        margin-right: 5rem
    }
}
[dir=rtl] .bulleted-list ul {
    margin-left: unset;
    margin-right: .5rem
}
@media(min-width:48em) {
    [dir=rtl] .bulleted-list ul {
        margin-right: 0;
        padding-right: 0
    }
}
[dir=rtl] .bulleted-list ul li {
    padding-left: 0;
    padding-right: 2rem
}
[dir=rtl] .bulleted-list ul li:before {
    left: 0;
    right: 0
}
@media(min-width:48em) {
    [dir=rtl] .bulleted-list ul li:before {
        right: -1rem
    }
}
:lang(my) .sdg-container .heading h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
:lang(be) .sdg-container .heading h2, :lang(bg) .sdg-container .heading h2, :lang(kk) .sdg-container .heading h2, :lang(ky) .sdg-container .heading h2, :lang(mk) .sdg-container .heading h2, :lang(mn) .sdg-container .heading h2, :lang(ru) .sdg-container .heading h2, :lang(sr) .sdg-container .heading h2, :lang(uk) .sdg-container .heading h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.expand-search button, .expand-search input[type=text] {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    cursor: pointer
}
.expand-search {
    align-items: flex-end;
    display: flex;
    position: relative
}
.expand-search input[type=text] {
    background-color: #fff;
    box-sizing: border-box;
    font-size: .875rem;
    height: 2.675rem;
    padding: 0;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 0
}
.expand-search input[type=text]:focus {
    box-shadow: none;
    outline: none
}
.expand-search.open input {
    outline: none;
    padding-left: .8125rem;
    padding-right: 1.5rem;
    width: calc(100% - 1.6875rem);
    z-index: 1
}
.expand-search button {
    background: none;
    height: 2.625rem;
    padding: 0 0 1px;
    width: 1.6875rem;
    z-index: 2
}
.expand-search button img {
    width: 27px
}
.expand-search button.close-button {
    border: 0;
    display: none;
    position: absolute;
    right: 0
}
.expand-search button.close-button.show {
    display: block
}
.expand-search button.close-button img {
    max-width: 30px
}
[dir=rtl] .expand-search .icon-search-black {
    left: inherit;
    right: 0
}
[dir=rtl] .expand-search.open input {
    padding-left: 1.5rem;
    padding-right: .8125rem
}
[dir=rtl] .expand-search .close-button {
    left: 0;
    right: inherit
}
.header__wrapper h2 {
    margin-bottom: 1.5rem
}
.select-default {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/themes/custom/undpglobal/design-system/images/chevron-down.svg) no-repeat right 22px center;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin: 0;
    padding: 1rem 3.125rem 1rem 1rem;
    position: relative;
    text-transform: uppercase;
    width: 100%
}
[dir=rtl] .select-default {
    background-position: left 22px center;
    padding: 1rem 1rem 1rem 3.125rem;
    text-align: right
}
.sidebar-accordion ul > li button {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase
}
@media(min-width:48em) {
    .sidebar-accordion ul > li button {
        display: inline-flex
    }
}
.sidebar-accordion h6:after, .sidebar-accordion ul > li button:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-down.svg) no-repeat 50%;
    content: "";
    height: .813rem;
    position: absolute;
    right: 1.188rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transition: translateY(-50%);
    width: 20px
}
.sidebar-accordion ul ul.accordion__panel li a {
    background-image: none
}
.sidebar-accordion {
    background-color: #fff
}
.sidebar-accordion ul > li :lang(my) button, :lang(my) .sidebar-accordion ul > li button {
    font-size: .875rem
}
.sidebar-accordion {
    padding: 0;
    position: relative
}
.sidebar-accordion.show-medium h6 {
    border-bottom: 2px solid #000
}
.sidebar-accordion.show-medium h6:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transition: translateY(-50%) rotateZ(-180deg)
}
.sidebar-accordion.show-medium ul {
    display: block;
    padding: 0
}
.sidebar-accordion li, .sidebar-accordion ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}
@media(min-width:64em) {
    .sidebar-accordion li a:hover, .sidebar-accordion ul a:hover {
        background-color: #edeff0
    }
}
.sidebar-accordion h6 {
    background-color: #edeff0;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding: 1rem;
    position: relative
}
@media(min-width:64em) {
    .sidebar-accordion h6 {
        display: none
    }
}
.sidebar-accordion ul {
    display: none;
    padding: 0
}
@media(min-width:64em) {
    .sidebar-accordion ul {
        display: block
    }
}
.sidebar-accordion ul > .active {
    border-bottom: none
}
.sidebar-accordion ul > .active button:after {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-down-white.svg) no-repeat 50%
}
@media(min-width:64em) {
    .sidebar-accordion ul > .active button:after {
        background: url(/themes/custom/undpglobal/design-system/images/chevron-down-white.svg) no-repeat 50%
    }
}
.sidebar-accordion ul > .active > a {
    background-color: #006eb5;
    color: #fff
}
@media(min-width:64em) {
    .sidebar-accordion ul > .active > a {
        background-color: #006eb5;
        color: #fff
    }
}
.sidebar-accordion ul > .active > button:after {
    top: 1.125rem;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: rotateZ(-180deg)
}
@media(min-width:64em) {
    .sidebar-accordion ul > .active > button:after {
        top: 1.5rem
    }
}
.sidebar-accordion ul > li {
    background-color: #edeff0;
    position: relative
}
@media(min-width:64em) {
    .sidebar-accordion ul > li {
        background-color: transparent;
        padding: 0
    }
}
.sidebar-accordion ul > li button {
    float: right;
    height: 1.25rem;
    margin-right: 1.188rem;
    margin-top: -2.188rem;
    width: 1.25rem
}
@media(min-width:64em) {
    .sidebar-accordion ul > li button {
        margin-top: -2.688rem;
        top: 2.063rem
    }
}
.sidebar-accordion ul > li button:after {
    top: 1.5rem
}
@media(min-width:64em) {
    .sidebar-accordion ul > li button:after {
        top: 2.063rem
    }
}
.sidebar-accordion ul ul.accordion__panel {
    display: none;
    height: auto;
    padding: 0
}
.sidebar-accordion ul ul.accordion__panel li a {
    border: none;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    padding: 1rem 1.5rem 1rem 2rem
}
@media(min-width:64em) {
    .sidebar-accordion ul ul.accordion__panel li a {
        font-size: 1rem;
        padding-left: 3rem
    }
}
.sidebar-accordion ul ul.accordion__panel li:first-of-type a {
    background-color: transparent;
    color: #000
}
@media(min-width:64em) {
    .sidebar-accordion ul ul.accordion__panel li:first-of-type a:hover {
        background-color: #edeff0
    }
}
.sidebar-accordion ul ul.accordion__panel li:last-of-type a {
    margin-bottom: 0
}
@media(min-width:64em) {
    .sidebar-accordion.narrow ul.accordion__panel li a {
        font-size: .875rem;
        padding-left: 2rem
    }
    .sidebar-accordion.narrow ul.accordion__panel li:last-of-type a {
        margin-bottom: 2.5rem
    }
    .sidebar-accordion.narrow ul > li button:after {
        top: 1.625rem
    }
    .sidebar-accordion.narrow li.active button:after {
        top: 1.125rem
    }
}
[dir=rtl] .sidebar-accordion h6:after, [dir=rtl] .sidebar-accordion ul li > button:after {
    left: 24px;
    right: unset
}
[dir=rtl] .sidebar-accordion li, [dir=rtl] .sidebar-accordion ul {
    padding-right: 0
}
[dir=rtl] .sidebar-accordion button {
    float: left;
    margin-left: 1.5rem;
    margin-right: 0
}
@media(min-width:64em) {
    [dir=rtl] .sidebar-accordion.narrow ul.accordion__panel li a {
        padding-left: 1.5rem;
        padding-right: 2rem
    }
}
.sidebar-accordion li > a {
    background-image: none;
    border: none;
    border-bottom: 1px solid #a9b1b7;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
    padding: 1rem
}
@media(min-width:48em) {
    .sidebar-accordion li > a {
        padding: 1.5rem
    }
    .sidebar-accordion.narrow li > a {
        padding: 1rem
    }
}
[dir=rtl] .sidebar-accordion .accordion__panel li > a {
    padding-left: 1.5rem;
    padding-right: 2rem
}
@media(min-width:48em) {
    [dir=rtl] .sidebar-accordion .accordion__panel li > a {
        padding-right: 3rem
    }
}
.smallcopy__box {
    margin-bottom: .25rem
}
.smallcopy__box-locale {
    margin-bottom: 2rem
}
.smallcopy__box-locale strong {
    font-size: 1rem;
    letter-spacing: .03em
}
.smallcopy__box strong {
    margin-right: .25rem
}
.stats-grid {
    background-color: #232e3d
}
div.stats-card {
    background-color: #f7f7f7;
    box-sizing: border-box;
    overflow-wrap: break-word;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
@media(max-width:47.9375em) {
    div.stats-card {
        max-width: 21.938rem;
        padding: 2.5rem
    }
}
div.stats-card h3 {
    font-weight: 600;
    margin-bottom: 2.5rem
}
@media(min-width:48em) {
    div.stats-card h3 {
        margin-bottom: 5rem
    }
}
div.stats-card h2 {
    color: #f7f7f7;
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: .05rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
@supports(-webkit-text-stroke:2px #000) {
    div.stats-card h2 {
        -webkit-text-stroke: 2px #000;
        text-shadow: none
    }
}
@media(min-width:48em) {
    div.stats-card h2 {
        font-size: 6.875rem;
        line-height: 1.09;
        margin-bottom: 2rem
    }
}
div.stats-card h4 {
    letter-spacing: 0;
    line-height: 1.15;
    margin-bottom: .5rem
}
@media(min-width:48em) {
    div.stats-card h4 {
        margin-bottom: 1rem
    }
}
div.stats-card p {
    margin: 0
}
@media(min-width:48em) {
    div.stats-card p {
        font-size: 1.563rem
    }
}
div.stats-card.x-large {
    padding: 2.5rem
}
@media(min-width:48em) {
    div.stats-card.x-large {
        max-width: 42.75rem;
        padding: 6rem
    }
}
div.stats-card.x-large h2 {
    font-size: 5.625rem
}
@media(min-width:48em) {
    div.stats-card.x-large h2 {
        font-size: 7.5rem
    }
}
div.stats-card.x-large h3 {
    font-size: 2.5rem;
    font-weight: 700
}
@media(min-width:48em) {
    div.stats-card.x-large h3 {
        font-size: 3.438rem
    }
}
div.stats-card.x-large h4 {
    font-weight: 600
}
@media(max-width:47.9375em) {
    div.stats-card.x-large h4 {
        font-size: 1.875rem
    }
}
@media(min-width:48em) {
    div.stats-card.large {
        max-width: 28rem;
        padding: 6rem 4rem
    }
}
div.stats-card.medium {
    padding: 3rem
}
@media(min-width:48em) {
    div.stats-card.medium {
        max-width: 20.625rem
    }
    div.stats-card.medium h4 {
        font-weight: 600
    }
}
div.stats-card.medium p {
    font-size: 1.25rem
}
div.stats-card.small {
    max-width: 10.625rem;
    padding: 1.5rem
}
@media(min-width:48em) {
    div.stats-card.small {
        max-width: 13.25rem;
        padding: 2rem
    }
}
div.stats-card.small h2 {
    font-size: 3.125rem;
    height: 4rem;
    white-space: nowrap
}
@media(min-width:48em) {
    div.stats-card.small h2 {
        font-size: 4.375rem
    }
}
div.stats-card.small h4 {
    font-size: 1.25rem
}
@media(min-width:48em) {
    div.stats-card.small h4 {
        font-size: 1.563rem
    }
}
div.stats-card.small p {
    font-size: .875rem;
    word-break: normal
}
@media(min-width:48em) {
    div.stats-card.small p {
        font-size: 1rem
    }
}
div.stats-card:hover {
    background-color: #ffeb00
}
div.stats-card:hover h2 {
    color: #000
}
div.stats-card:hover.accent-yellow, div.stats-card:hover.yellow {
    background-color: #ffeb00
}
div.stats-card:hover.accent-red, div.stats-card:hover.red {
    background-color: #ee402d
}
div.stats-card:hover.accent-green, div.stats-card:hover.green {
    background-color: #6de354
}
div.stats-card:hover.accent-blue, div.stats-card:hover.blue {
    background-color: #60d4f2
}
.accent-yellow div.stats-card:hover, .accent-yellow div.stats-card:hover.accent-yellow, .accent-yellow div.stats-card:hover.yellow {
    background-color: #ffeb00
}
.accent-yellow div.stats-card:hover.accent-red, .accent-yellow div.stats-card:hover.red {
    background-color: #ee402d
}
.accent-yellow div.stats-card:hover.accent-green, .accent-yellow div.stats-card:hover.green {
    background-color: #6de354
}
.accent-yellow div.stats-card:hover.accent-blue, .accent-yellow div.stats-card:hover.blue {
    background-color: #60d4f2
}
.accent-red div.stats-card:hover {
    background-color: #ee402d
}
.accent-red div.stats-card:hover.accent-yellow, .accent-red div.stats-card:hover.yellow {
    background-color: #ffeb00
}
.accent-red div.stats-card:hover.accent-red, .accent-red div.stats-card:hover.red {
    background-color: #ee402d
}
.accent-red div.stats-card:hover.accent-green, .accent-red div.stats-card:hover.green {
    background-color: #6de354
}
.accent-red div.stats-card:hover.accent-blue, .accent-red div.stats-card:hover.blue {
    background-color: #60d4f2
}
.accent-green div.stats-card:hover {
    background-color: #6de354
}
.accent-green div.stats-card:hover.accent-yellow, .accent-green div.stats-card:hover.yellow {
    background-color: #ffeb00
}
.accent-green div.stats-card:hover.accent-red, .accent-green div.stats-card:hover.red {
    background-color: #ee402d
}
.accent-green div.stats-card:hover.accent-green, .accent-green div.stats-card:hover.green {
    background-color: #6de354
}
.accent-blue div.stats-card:hover, .accent-green div.stats-card:hover.accent-blue, .accent-green div.stats-card:hover.blue {
    background-color: #60d4f2
}
.accent-blue div.stats-card:hover.accent-yellow, .accent-blue div.stats-card:hover.yellow {
    background-color: #ffeb00
}
.accent-blue div.stats-card:hover.accent-red, .accent-blue div.stats-card:hover.red {
    background-color: #ee402d
}
.accent-blue div.stats-card:hover.accent-green, .accent-blue div.stats-card:hover.green {
    background-color: #6de354
}
.accent-blue div.stats-card:hover.accent-blue, .accent-blue div.stats-card:hover.blue {
    background-color: #60d4f2
}
:lang(my) div.stats-card h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
:lang(be) div.stats-card h2, :lang(bg) div.stats-card h2, :lang(kk) div.stats-card h2, :lang(ky) div.stats-card h2, :lang(mk) div.stats-card h2, :lang(mn) div.stats-card h2, :lang(ru) div.stats-card h2, :lang(sr) div.stats-card h2, :lang(uk) div.stats-card h2 {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.stats-slider .stats-card.small {
    max-width: 100%
}
.stats-slider .stats-card.small:hover.yellow {
    background-color: #ffeb00
}
.stats-slider .stats-card.small:hover.red {
    background-color: #ee402d
}
.stats-slider .stats-card.small:hover.green {
    background-color: #6de354
}
.stats-slider .stats-card.small:hover.blue {
    background-color: #60d4f2
}
.stats-slider .stats-card.small:hover.gray {
    background-color: #fafafa
}
@media(min-width:48em) {
    .stats-slider .swiper-scrollbar {
        padding-right: 2.75rem
    }
    [dir=rtl] .stats-slider.swiper-initialized .swiper-scrollbar {
        padding-left: 2.75rem
    }
}
.stats-panel img, .stats-panel.active:after, .stats-panel:hover:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.stats-panel {
    align-items: center;
    background-color: #232e3d;
    display: flex;
    justify-content: center;
    min-height: 378px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
@media(min-width:48em) {
    .stats-panel {
        min-height: 787px
    }
}
.stats-panel img {
    object-fit: cover;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.stats-panel.active img, .stats-panel.active:after, .stats-panel:hover img, .stats-panel:hover:after {
    opacity: 1
}
.stats-panel.active:after, .stats-panel:hover:after {
    background: linear-gradient(0deg, rgba(255, 235, 0, .8), transparent 140%);
    -webkit-transition: opacity .4s cubic-bezier(.64, .05, .35, 1.05);
    -moz-transition: opacity .4s cubic-bezier(.64, .05, .35, 1.05);
    -ms-transition: opacity .4s cubic-bezier(.64, .05, .35, 1.05);
    -o-transition: opacity .4s cubic-bezier(.64, .05, .35, 1.05);
    transition: opacity .4s cubic-bezier(.64, .05, .35, 1.05)
}
.stats-panel.active div.stats-card, .stats-panel:hover div.stats-card {
    color: #232e3d
}
.stats-panel.active div.stats-card h2, .stats-panel:hover div.stats-card h2 {
    color: #232e3d;
    text-shadow: -1px -1px 0 #232e3d, 1px -1px 0 #232e3d, -1px 1px 0 #232e3d, 1px 1px 0 #232e3d
}
@supports(-webkit-text-stroke:2px #232e3d) {
    .stats-panel.active div.stats-card h2, .stats-panel:hover div.stats-card h2 {
        -webkit-text-stroke: transparent;
        text-shadow: none
    }
}
.stats-panel div.stats-card {
    color: #fff;
    max-width: 100%;
    padding: 0 1.5rem;
    width: 100%;
    word-break: unset;
    z-index: 1
}
.stats-panel div.stats-card, .stats-panel div.stats-card:hover {
    background-color: transparent
}
@media(min-width:48em) {
    .stats-panel div.stats-card {
        padding: 0 1rem
    }
}
@media(min-width:64em) {
    .stats-panel div.stats-card {
        padding: 0 3rem
    }
}
@media(max-width:47.9375em) {
    .stats-panel div.stats-card h4 {
        font-size: 2.188rem;
        margin-bottom: .75rem
    }
}
.stats-panel div.stats-card h2 {
    color: #232e3d;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}
@media(min-width:48em) {
    .stats-panel div.stats-card h2 {
        font-size: 6rem
    }
}
@media(min-width:64em) {
    .stats-panel div.stats-card h2 {
        font-size: 6.875rem
    }
}
@media(max-width:47.9375em) {
    .stats-panel div.stats-card h2 {
        margin-bottom: 1rem
    }
}
@supports(-webkit-text-stroke:2px #fff) {
    .stats-panel div.stats-card h2 {
        -webkit-text-stroke: 2px #fff;
        text-shadow: none
    }
}
.stats-panel div.stats-card p {
    height: 6.25rem
}
.accent-yellow .stats-panel.accent-yellow:after, .accent-yellow .stats-panel.yellow:after, .accent-yellow .stats-panel:after, .stats-panel.accent-yellow:after, .stats-panel.yellow:after {
    background: -webkit-linear-gradient(15deg, #ffeb00);
    background: -moz-linear-gradient(15deg, #ffeb00);
    background: -o-linear-gradient(15deg, #ffeb00);
    background: linear-gradient(15deg, #ffeb00)
}
.accent-yellow .stats-panel.accent-red:after, .accent-yellow .stats-panel.red:after {
    background: -webkit-linear-gradient(15deg, #ee402d);
    background: -moz-linear-gradient(15deg, #ee402d);
    background: -o-linear-gradient(15deg, #ee402d);
    background: linear-gradient(15deg, #ee402d)
}
.accent-yellow .stats-panel.accent-green:after, .accent-yellow .stats-panel.green:after {
    background: -webkit-linear-gradient(15deg, #6de354);
    background: -moz-linear-gradient(15deg, #6de354);
    background: -o-linear-gradient(15deg, #6de354);
    background: linear-gradient(15deg, #6de354)
}
.accent-yellow .stats-panel.accent-blue:after, .accent-yellow .stats-panel.blue:after {
    background: -webkit-linear-gradient(15deg, #60d4f2);
    background: -moz-linear-gradient(15deg, #60d4f2);
    background: -o-linear-gradient(15deg, #60d4f2);
    background: linear-gradient(15deg, #60d4f2)
}
.accent-red .stats-panel:after, .stats-panel.accent-red:after, .stats-panel.red:after {
    background: -webkit-linear-gradient(15deg, #ee402d);
    background: -moz-linear-gradient(15deg, #ee402d);
    background: -o-linear-gradient(15deg, #ee402d);
    background: linear-gradient(15deg, #ee402d)
}
.accent-red .stats-panel.accent-yellow:after, .accent-red .stats-panel.yellow:after {
    background: -webkit-linear-gradient(15deg, #ffeb00);
    background: -moz-linear-gradient(15deg, #ffeb00);
    background: -o-linear-gradient(15deg, #ffeb00);
    background: linear-gradient(15deg, #ffeb00)
}
.accent-red .stats-panel.accent-red:after, .accent-red .stats-panel.red:after {
    background: -webkit-linear-gradient(15deg, #ee402d);
    background: -moz-linear-gradient(15deg, #ee402d);
    background: -o-linear-gradient(15deg, #ee402d);
    background: linear-gradient(15deg, #ee402d)
}
.accent-red .stats-panel.accent-green:after, .accent-red .stats-panel.green:after {
    background: -webkit-linear-gradient(15deg, #6de354);
    background: -moz-linear-gradient(15deg, #6de354);
    background: -o-linear-gradient(15deg, #6de354);
    background: linear-gradient(15deg, #6de354)
}
.accent-red .stats-panel.accent-blue:after, .accent-red .stats-panel.blue:after {
    background: -webkit-linear-gradient(15deg, #60d4f2);
    background: -moz-linear-gradient(15deg, #60d4f2);
    background: -o-linear-gradient(15deg, #60d4f2);
    background: linear-gradient(15deg, #60d4f2)
}
.accent-green .stats-panel:after, .stats-panel.accent-green:after, .stats-panel.green:after {
    background: -webkit-linear-gradient(15deg, #6de354);
    background: -moz-linear-gradient(15deg, #6de354);
    background: -o-linear-gradient(15deg, #6de354);
    background: linear-gradient(15deg, #6de354)
}
.accent-green .stats-panel.accent-yellow:after, .accent-green .stats-panel.yellow:after {
    background: -webkit-linear-gradient(15deg, #ffeb00);
    background: -moz-linear-gradient(15deg, #ffeb00);
    background: -o-linear-gradient(15deg, #ffeb00);
    background: linear-gradient(15deg, #ffeb00)
}
.accent-green .stats-panel.accent-red:after, .accent-green .stats-panel.red:after {
    background: -webkit-linear-gradient(15deg, #ee402d);
    background: -moz-linear-gradient(15deg, #ee402d);
    background: -o-linear-gradient(15deg, #ee402d);
    background: linear-gradient(15deg, #ee402d)
}
.accent-green .stats-panel.accent-green:after, .accent-green .stats-panel.green:after {
    background: -webkit-linear-gradient(15deg, #6de354);
    background: -moz-linear-gradient(15deg, #6de354);
    background: -o-linear-gradient(15deg, #6de354);
    background: linear-gradient(15deg, #6de354)
}
.accent-blue .stats-panel:after, .accent-green .stats-panel.accent-blue:after, .accent-green .stats-panel.blue:after, .stats-panel.accent-blue:after, .stats-panel.blue:after {
    background: -webkit-linear-gradient(15deg, #60d4f2);
    background: -moz-linear-gradient(15deg, #60d4f2);
    background: -o-linear-gradient(15deg, #60d4f2);
    background: linear-gradient(15deg, #60d4f2)
}
.accent-blue .stats-panel.accent-yellow:after, .accent-blue .stats-panel.yellow:after {
    background: -webkit-linear-gradient(15deg, #ffeb00);
    background: -moz-linear-gradient(15deg, #ffeb00);
    background: -o-linear-gradient(15deg, #ffeb00);
    background: linear-gradient(15deg, #ffeb00)
}
.accent-blue .stats-panel.accent-red:after, .accent-blue .stats-panel.red:after {
    background: -webkit-linear-gradient(15deg, #ee402d);
    background: -moz-linear-gradient(15deg, #ee402d);
    background: -o-linear-gradient(15deg, #ee402d);
    background: linear-gradient(15deg, #ee402d)
}
.accent-blue .stats-panel.accent-green:after, .accent-blue .stats-panel.green:after {
    background: -webkit-linear-gradient(15deg, #6de354);
    background: -moz-linear-gradient(15deg, #6de354);
    background: -o-linear-gradient(15deg, #6de354);
    background: linear-gradient(15deg, #6de354)
}
.accent-blue .stats-panel.accent-blue:after, .accent-blue .stats-panel.blue:after {
    background: -webkit-linear-gradient(15deg, #60d4f2);
    background: -moz-linear-gradient(15deg, #60d4f2);
    background: -o-linear-gradient(15deg, #60d4f2);
    background: linear-gradient(15deg, #60d4f2)
}
[dir=rtl] .stats .stats-panel:hover.accent-blue:after, [dir=rtl] .stats .stats-panel:hover.accent-green:after, [dir=rtl] .stats .stats-panel:hover.accent-red:after, [dir=rtl] .stats .stats-panel:hover.accent-yellow:after, [dir=rtl] .stats .stats-panel:hover.blue:after, [dir=rtl] .stats .stats-panel:hover.green:after, [dir=rtl] .stats .stats-panel:hover.red:after, [dir=rtl] .stats .stats-panel:hover.yellow:after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transition: scaleX(-1)
}
.swiper {
    box-sizing: border-box;
    max-width: 100%;
    position: relative
}
.swiper * {
    box-sizing: inherit
}
[class*=swiper-slider-] {
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    position: relative
}
.swiper-wrapper {
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    position: relative;
    touch-action: pan-y;
    transform-style: preserve-3d;
    transition-property: transform;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}
.swiper-slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 100%;
    user-select: none;
    white-space: normal;
    width: 100%
}
.swiper-slide a {
    -webkit-user-drag: none;
    user-select: none
}
.swiper [class*=swiper-button-] {
    -webkit-touch-callout: none;
    cursor: pointer;
    display: none;
    user-select: none
}
.swiper [class*=swiper-button-] img, .swiper-arrows [class*=swiper-button-] {
    cursor: pointer
}
.swiper-button-disabled {
    cursor: default;
    opacity: .5
}
.swiper-button-disabled img {
    cursor: default
}
[dir=rtl] .swiper {
    direction: rtl
}
.swiper-scrollbar {
    background: transparent;
    cursor: pointer;
    display: block;
    height: 4px;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    width: 100%
}
.swiper-scrollbar:after {
    border-bottom: 1px solid #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 1
}
.swiper-scrollbar-drag {
    background: #000;
    height: 100%
}
.swiper-notification {
    display: none
}
.swiper-initialized {
    padding-right: 2.75rem
}
@media(max-width:47.9375em) {
    .swiper-initialized, .swiper-initialized .swiper-scrollbar {
        padding-right: 2.5rem
    }
}
[dir=rtl] .swiper-initialized {
    padding-left: 2.75rem;
    padding-right: 0
}
@media(max-width:47.9375em) {
    [dir=rtl] .swiper-initialized {
        padding-left: 2.5rem;
        padding-right: 0
    }
}
[dir=rtl] .swiper-initialized .swiper-scrollbar {
    padding-right: 0
}
@media(max-width:47.9375em) {
    [dir=rtl] .swiper-initialized .swiper-scrollbar {
        padding-left: 2.5rem;
        padding-right: 0
    }
}
@media(min-width:48em) {
    .stats-card-slider .swiper-wrapper {
        display: block
    }
    .stats-card-slider .swiper-slide {
        padding-left: .75rem;
        padding-right: .75rem;
        width: auto
    }
}
@media(max-width:47.9375em) {
    .stats-card-slider .stats-card.small {
        max-width: 100%;
        pointer-events: none
    }
    .stats-card-slider .swiper-slide-active .stats-card, .stats-card-slider .swiper-slide-active .stats-card.accent-yellow, .stats-card-slider .swiper-slide-active .stats-card.yellow {
        background-color: #ffeb00
    }
    .stats-card-slider .swiper-slide-active .stats-card.accent-red, .stats-card-slider .swiper-slide-active .stats-card.red {
        background-color: #ee402d
    }
    .stats-card-slider .swiper-slide-active .stats-card.accent-green, .stats-card-slider .swiper-slide-active .stats-card.green {
        background-color: #6de354
    }
    .stats-card-slider .swiper-slide-active .stats-card.accent-blue, .stats-card-slider .swiper-slide-active .stats-card.blue {
        background-color: #60d4f2
    }
    .stats-card-slider .swiper-slide-active .stats-card.accent-gray, .stats-card-slider .swiper-slide-active .stats-card.gray {
        background-color: #fafafa
    }
    .stats-card-slider .swiper-slide-active .stats-card h2 {
        color: #000
    }
}
.stats-card-slider .stats-card-parallax {
    margin-bottom: .75rem;
    min-width: 100%;
    width: -moz-fit-content;
    width: fit-content
}
@media(min-width:48em) {
    .stats-card-slider .stats-card-parallax {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem
    }
}
.stats-card-slider .stats-card-parallax:last-of-type {
    margin-bottom: 0
}
@media(min-width:64em) {
    .stats-card-slider .stats-card.small {
        box-sizing: border-box;
        max-width: 18.75rem;
        width: 100%
    }
}
.stats-card-slider .stats-card:hover, .stats-card-slider .stats-card:hover.accent-yellow, .stats-card-slider .stats-card:hover.yellow {
    background-color: #ffeb00
}
.stats-card-slider .stats-card:hover.accent-red, .stats-card-slider .stats-card:hover.red {
    background-color: #ee402d
}
.stats-card-slider .stats-card:hover.accent-green, .stats-card-slider .stats-card:hover.green {
    background-color: #6de354
}
.stats-card-slider .stats-card:hover.accent-blue, .stats-card-slider .stats-card:hover.blue {
    background-color: #60d4f2
}
.stats-card-slider .stats-card:hover.accent-gray, .stats-card-slider .stats-card:hover.gray {
    background-color: #fafafa
}
@media(max-width:47.9375em) {
    .stats-card-slider.swiper-initialized, .stats-card-slider.swiper-initialized .swiper-scrollbar {
        padding-right: 4rem
    }
    [dir=rtl] .stats-card-slider.swiper-initialized, [dir=rtl] .stats-card-slider.swiper-initialized .swiper-scrollbar {
        padding-left: 4rem;
        padding-right: 0
    }
}
.swiper {
    box-sizing: border-box;
    max-width: 100%;
    position: relative
}
.swiper * {
    box-sizing: inherit
}
[class*=swiper-slider-] {
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    position: relative
}
.swiper-wrapper {
    backface-visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    position: relative;
    touch-action: pan-y;
    transform-style: preserve-3d;
    transition-property: transform;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}
.swiper-slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
    flex-shrink: 0;
    height: 100%;
    user-select: none;
    white-space: normal;
    width: 100%
}
.swiper-slide a {
    -webkit-user-drag: none;
    user-select: none
}
.swiper [class*=swiper-button-] {
    -webkit-touch-callout: none;
    cursor: pointer;
    display: none;
    user-select: none
}
.swiper [class*=swiper-button-] img, .swiper-arrows [class*=swiper-button-] {
    cursor: pointer
}
.swiper-button-disabled {
    cursor: default;
    opacity: .5
}
.swiper-button-disabled img {
    cursor: default
}
[dir=rtl] .swiper {
    direction: rtl
}
.swiper-scrollbar {
    background: transparent;
    cursor: pointer;
    display: block;
    height: 4px;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    width: 100%
}
.swiper-scrollbar:after {
    border-bottom: 1px solid #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 1
}
.swiper-scrollbar-drag {
    background: #000;
    height: 100%
}
.swiper-notification {
    display: none
}
.swiper-initialized {
    padding-right: 2.75rem
}
@media(max-width:47.9375em) {
    .swiper-initialized, .swiper-initialized .swiper-scrollbar {
        padding-right: 2.5rem
    }
}
[dir=rtl] .swiper-initialized {
    padding-left: 2.75rem;
    padding-right: 0
}
@media(max-width:47.9375em) {
    [dir=rtl] .swiper-initialized {
        padding-left: 2.5rem;
        padding-right: 0
    }
}
[dir=rtl] .swiper-initialized .swiper-scrollbar {
    padding-right: 0
}
@media(max-width:47.9375em) {
    [dir=rtl] .swiper-initialized .swiper-scrollbar {
        padding-left: 2.5rem;
        padding-right: 0
    }
}
.tabs > ul li a {
    background-image: none
}
.tabs > ul {
    background-color: #fff;
    border-bottom: 2px solid #edeff0;
    list-style: none;
    padding-left: 0
}
@media(min-width:48em) {
    .tabs > ul {
        padding-left: 3rem
    }
}
.tabs > ul li {
    border-bottom: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: -.125rem;
    margin-right: 1.5rem;
    margin-top: .75rem;
    padding-bottom: .5rem;
    padding-left: 0;
    text-transform: uppercase
}
.tabs > ul li.is-active {
    border-bottom: 2px solid #d12800
}
@media(min-width:64em) {
    .tabs > ul li:hover {
        border-bottom: 2px solid #a9b1b7
    }
}
.tabs > ul li a {
    font-size: 1rem
}
.tabs .tabs-content {
    background-color: #fff
}
.tabs .tabs-content .tabs-panel {
    display: none;
    padding-top: 1rem
}
@media(min-width:48em) {
    .tabs .tabs-content .tabs-panel {
        padding-top: 2.5rem
    }
}
.tabs .tabs-content .tabs-panel.is-active {
    display: inherit
}
[dir=rtl] .tabs > ul {
    padding-right: 0
}
@media(min-width:48em) {
    [dir=rtl] .tabs > ul {
        padding-right: 3rem
    }
}
[dir=rtl] .tabs > ul li {
    margin-left: 1.5rem;
    margin-right: 0;
    padding-right: 0
}
.tertiary h4 {
    font-weight: 600;
    margin-bottom: 1.5rem
}
@media(min-width:48em) {
    .tertiary h4 {
        margin-bottom: 3rem
    }
}
.tertiary h5 {
    margin-bottom: .75rem
}
@media(min-width:48em) {
    .tertiary h5 {
        margin-bottom: 1.5rem
    }
}
.form-wrapper .text-panel .button {
    margin-top: 1.5rem
}
@media(max-width:47.9375em) {
    .form-wrapper .text-panel .button {
        margin-top: 2rem
    }
}
.form-wrapper h2 {
    margin-bottom: 2.5rem
}
@media(max-width:47.9375em) {
    .form-wrapper h2 {
        margin-bottom: .75rem
    }
    .form-wrapper p {
        margin-bottom: .5rem
    }
}
.form-wrapper .input-group .input__controls {
    border-radius: 0;
    margin: .9375rem 0
}
.form-wrapper .form-photo img {
    height: 100%;
    object-fit: cover
}
.form-wrapper .form-photo .stacked-form {
    height: inherit
}
.form-wrapper .form-photo .stacked-form h2 {
    margin-bottom: 1rem
}
@media(max-width:47.9375em) {
    .form-wrapper .form-photo .stacked-form h2 {
        margin-bottom: .75rem
    }
}
.form-wrapper .form-photo .stacked-form p {
    margin-bottom: 3rem
}
@media(max-width:47.9375em) {
    .form-wrapper .form-photo .stacked-form p {
        margin-bottom: 2rem
    }
}
.form-wrapper .form-photo .stacked-form .button {
    margin-top: 3rem
}
@media(max-width:47.9375em) {
    .form-wrapper .form-photo .stacked-form .button {
        margin-top: 2rem
    }
}
.form-wrapper .form-bg {
    background: #fafafa;
    box-sizing: border-box;
    padding: 6rem 0
}
@media(max-width:47.9375em) {
    .form-wrapper .form-bg {
        padding: 3rem 1.5rem
    }
    .form-wrapper .button {
        width: 100%
    }
}
.form-wrapper .wide-form h2 {
    margin-bottom: 1.5rem
}
@media(max-width:47.9375em) {
    .form-wrapper .wide-form h2 {
        margin-bottom: .5rem
    }
}
.form-wrapper .wide-form .input-group .input__controls {
    margin: .75rem 0
}
.form-wrapper .wide-form .button {
    margin-top: 3rem
}
@media(max-width:47.9375em) {
    .form-wrapper .wide-form .button {
        margin-top: 2rem
    }
}
.form-wrapper .stacked-form h2 {
    margin-bottom: 1rem
}
@media(max-width:47.9375em) {
    .form-wrapper .stacked-form h2 {
        margin-bottom: .75rem
    }
}
.form-wrapper .stacked-form p {
    margin-bottom: 3rem
}
@media(max-width:47.9375em) {
    .form-wrapper .stacked-form p {
        margin-bottom: 2rem
    }
}
.form-wrapper .stacked-form .input-group .input__controls {
    margin: .75rem 0
}
.form-wrapper .stacked-form .button {
    margin-top: 3rem
}
@media(max-width:47.9375em) {
    .form-wrapper .stacked-form .button {
        margin-top: 2rem
    }
}
.form-wrapper input {
    margin-top: 1.5rem
}
@media print, screen and (min-width:64em) {
    [dir=rtl] .text-panel > :first-child {
        margin-left: .75rem;
        margin-right: calc(8.33333% + .75rem)
    }
}
:lang(my) .form-wrapper .button {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.heading-container {
    background-color: #232e3e;
    color: #fff;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 6rem;
    padding-top: 6rem
}
.heading-container h4 {
    margin-top: 3.125rem
}
@media(min-width:48em) {
    .heading-container h4 {
        margin-top: 0
    }
}
@media(max-width:47.9375em) {
    .heading-container h2, .heading-container h4 {
        padding: 0 1.5rem
    }
}
.trusted-partnerships__container {
    padding: 3rem 1.5rem 6rem
}
.trusted-partnerships--header p {
    margin-top: 2.5rem
}
@media(min-width:48em) {
    .trusted-partnerships--header p {
        margin-top: 5rem
    }
}
.trusted-partnerships--header .button-arrow {
    margin-top: 2.5rem
}
@media(max-width:47.9375em) {
    .trusted-partnerships--header .button-arrow {
        display: inline-flex
    }
}
@media(min-width:48em) {
    .trusted-partnerships--header .button-arrow {
        margin-top: 4rem
    }
}
.tweet-card {
    -webkit-font-smoothing: antialiased
}
@media(max-width:47.9375em) {
    .tweet-card {
        margin-bottom: 6rem
    }
}
.tweet-card a {
    align-items: flex-start;
    background: none;
    display: inline-flex;
    text-decoration: none
}
.tweet-card a img {
    border-radius: 50%;
    height: 44px;
    margin-right: 1rem;
    min-width: 44px;
    width: 44px
}
.tweet-card p {
    margin-bottom: 0;
    word-break: break-word
}
.tweet-card__header {
    color: #fff;
    font-weight: 400
}
.tweet-card__header--subtitle {
    font-size: .875rem;
    font-weight: 600
}
.tweet-card__body {
    border-top: 3px solid #fff;
    margin-top: 2rem;
    padding: 1.5rem .313rem 0 0
}
.tweet-card__body a, .tweet-card__body p, .tweet-card__body time {
    color: #a9b1b7;
    font-size: .875rem;
    font-weight: 700
}
.tweet-card__body a, .tweet-card__body p {
    color: #fff;
    font-weight: 400
}
.tweet-card__body time {
    margin-top: 1rem
}
.tweet-card__body p {
    margin-bottom: 1.125rem
}
.tweet-card .cta__link {
    color: #fff;
    font-size: .938rem
}
.tweet-card .cta__link:hover {
    color: #d4d6d8
}
.tweet-card .cta__link:after {
    margin-top: -.125rem
}
[dir=rtl] .tweet-card img {
    margin-left: 1rem;
    margin-right: 0
}
[dir=rtl] .tweet-card__body {
    padding: 1.5rem 0 0 .313rem
}
.twitter-panel {
    background-color: #232e3e;
    overflow: hidden;
    padding: 6rem 1.5rem
}
.twitter-panel .twitter {
    background: url(/themes/custom/undpglobal/design-system/images/tweet-white.svg) no-repeat bottom;
    display: block;
    font-size: 0;
    height: 36px;
    margin-bottom: .25rem;
    width: 36px
}
@media(min-width:48em) {
    .twitter-panel .twitter {
        margin-bottom: .375rem
    }
}
.twitter-panel h2 {
    align-items: flex-end;
    color: #fff;
    display: flex;
    margin-bottom: 2.5rem
}
.twitter-panel a {
    text-decoration: none
}
:lang(my) .twitter-panel span {
    margin-bottom: .875rem
}
.article-page .progress-container {
    position: fixed;
    top: 4.7rem;
    z-index: 5
}
@media(min-width:64em) {
    .article-page .progress-container {
        top: 7.1875rem
    }
}
.article-page .progress-top {
    top: inherit
}
.article-page .progress-bar {
    width: 0
}
.article-page .large-article-image {
    margin-top: 1rem
}
@media(min-width:48em) {
    .article-page .large-article-image {
        margin-top: 2rem
    }
}
.article-page .author-section {
    border-bottom: 1px solid #d4d6d8;
    margin-bottom: 4.375rem;
    padding-top: 2rem
}
@media(min-width:48em) {
    .article-page .author-section {
        margin-bottom: 5.5rem
    }
}
@media(max-width:63.9375em) {
    .article-page .author-section {
        border-top: 2px solid #000
    }
}
.article-page .mt-h {
    margin-top: 1.5rem
}
@media(min-width:90em) {
    .article-page .mt-h {
        margin-top: 5rem
    }
}
.article-page .blockq {
    margin-bottom: 5rem;
    margin-top: 2.82rem
}
@media(min-width:64em) {
    .article-page .blockq {
        margin-bottom: 2.125rem;
        margin-top: 2.563rem
    }
}
.article-page .section-head {
    margin-top: 2.983rem
}
.article-page .image-caption {
    padding-top: 2rem
}
@media(max-width:63.9375em) {
    .article-page .image-caption .image__caption {
        border-bottom: 0
    }
}
.article-page .image-caption .image__caption {
    padding-left: 6rem
}
@media(min-width:48em) {
    .article-page .image-caption .image__caption {
        padding-left: 0
    }
}
.article-page .large-article-image img {
    width: 100%
}
.article-page .middle-image {
    margin-bottom: 2rem;
    margin-top: 3.063rem
}
@media(min-width:48em) {
    .article-page .middle-image {
        margin-top: 2.813rem
    }
}
.article-page .middle-image img {
    width: 100%
}
.article-page .middle-caption {
    margin-bottom: 3.125rem
}
@media(min-width:48em) {
    .article-page .middle-caption {
        margin-bottom: 6.125rem
    }
}
.article-page .list-section {
    margin-bottom: 3rem;
    margin-top: 2.25rem
}
@media(min-width:48em) {
    .article-page .list-section {
        margin-bottom: 11.25rem
    }
}
.article-page .list-section li {
    margin-top: 1.5rem
}
.article-page .list-section li:first-of-type {
    margin-top: 0
}
.featured-card-container {
    margin-bottom: 2rem
}
@media(min-width:48em) {
    .featured-card-container {
        margin-bottom: 4rem
    }
}
header ~ .featured-card-container > div {
    margin-left: 0;
    margin-right: 0
}
@media(min-width:48em) {
    [dir=rtl] .medium-offset-1 {
        margin-left: 0;
        margin-right: 8.33333%
    }
    [dir=rtl] .medium-offset-2 {
        margin-left: 0;
        margin-right: 16.66667%
    }
}
[dir=rtl] .section-head {
    text-align: right
}
[dir=rtl] .author-wrapper--3 .author-wrapper__box:first-of-type, [dir=rtl] .author-wrapper--3 .author-wrapper__box:last-of-type {
    margin-left: 0;
    margin-right: 0
}
.author-page .authorheading {
    display: none
}
@media(max-width:47.9375em) {
    .author-page .authorheading {
        display: block;
        font-weight: 700;
        padding: 0 1.5rem 1rem
    }
}
.author-page .breadcrumb {
    margin: 1rem 0 2.563rem
}
@media(min-width:48em) {
    .author-page .breadcrumb {
        margin: 4.25rem 0 3.5625rem
    }
}
.author-page .author-content {
    margin-bottom: 8rem;
    margin-top: 5rem
}
@media(max-width:47.9375em) {
    .author-page .author-content {
        margin-bottom: 2.375rem
    }
    .author-page .author-content h2 {
        font-weight: 600
    }
    .author-page .author-content .button {
        margin: 0 1.5rem
    }
    [dir=rtl] .author-page .medium-offset-1 {
        margin-left: 0;
        margin-right: 0
    }
}
.authors-page .author__label p {
    font-size: 1rem
}
@media(max-width:47.9375em) {
    .authors-page .author__label p {
        font-size: .875rem
    }
}
.authors-page .breadcrumb {
    margin-top: 5rem
}
@media(max-width:47.9375em) {
    .authors-page .breadcrumb {
        margin-top: 1.5rem
    }
}
.authors-page .align-center {
    align-items: flex-end;
    display: flex
}
.authors-page .align-center .exoandablesearch {
    width: 100%
}
@media(min-width:64em) {
    .authors-page .align-center .exoandablesearch {
        margin-left: -.3125rem;
        margin-right: -.3125rem
    }
}
.authors-page .mobile-author-filter {
    display: none
}
@media(max-width:47.9375em) {
    .authors-page .mobile-author-filter {
        display: block
    }
    .authors-page .author-filter {
        display: none
    }
    .authors-page .author-filter.author-filter-show {
        display: block
    }
    .authors-page .author-filter.author-filter-show .expand-search {
        margin: 1.5rem 0
    }
}
.authors-page .hide-sort {
    display: none
}
.authors-page .sort-filter {
    width: 100%
}
.authors-page .sort-filter span {
    display: none;
    font-size: 1rem
}
.authors-page .sort-filter.close {
    background-color: #edeff0;
    color: #000;
    font-size: 0
}
.authors-page .sort-filter.close span {
    display: block
}
.authors-page .button {
    text-transform: uppercase
}
.authors-page .authors-heading {
    margin: 6.125rem 0 4.1875rem
}
@media(max-width:47.9375em) {
    .authors-page .authors-heading {
        margin: 3.3125rem 0 4rem
    }
}
.authors-page .author-content {
    margin-bottom: 8.5rem;
    margin-top: 5rem
}
.authors-page .author-card {
    margin-top: 4.75rem
}
@media(max-width:47.9375em) {
    .authors-page .author-card {
        margin-top: 0
    }
    .authors-page .author-card > div {
        display: none
    }
    .authors-page .author-card > div:nth-child(-n+6) {
        display: block
    }
    .authors-page .author-card h6 {
        font-size: 1rem
    }
}
@media(max-width:47.9375em)and (max-width:47.9375em) {
    .authors-page .author-card h6 h6 {
        font-size: 1rem
    }
}
@media(max-width:47.9375em)and (max-width:47.9375em)and (max-width:47.9375em) {
    .authors-page .author-card h6 h6 {
        font-size: .875rem
    }
}
@media(max-width:47.9375em) {
    .authors-page .author-card > div:first-of-type a {
        border-top: 0
    }
}
.authors-page .view-btn-cell {
    margin-bottom: 4.188rem
}
@media(min-width:48em) {
    .authors-page .view-btn-cell {
        margin-bottom: 13.563rem
    }
}
.authors-page .select-box {
    height: auto;
    max-width: 100%
}
.authors-page .select-box.author-select .selected {
    min-width: 100%;
    width: 100%
}
.authors-page .select-box .options-container {
    min-width: inherit
}
@media(max-width:47.9375em) {
    [dir=rtl] .authors-page .medium-offset-1 {
        margin-left: 0;
        margin-right: 0
    }
}
@media print, screen and (min-width:48em) {
    [dir=rtl] .authors-page .grid-margin-x > .medium-offset-3 {
        margin-left: .625rem;
        margin-right: calc(25% + .75rem)
    }
    [dir=rtl] .authors-page .medium-offset-3 {
        margin-left: .625rem;
        margin-right: 25%
    }
}
.country-page-wrapper {
    margin-bottom: 4.375rem
}
.country-page-wrapper .wide-card {
    margin-top: 2.688rem;
    padding-top: 1.25rem
}
.country-page-wrapper .wide-card h6 {
    padding-top: 0
}
.country-page-wrapper .hero-container {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
}
@media(min-width:48em) {
    .country-page-wrapper .hero-container {
        padding-bottom: 3.125rem;
        padding-top: 4.375rem
    }
}
@media(max-width:47.9375em) {
    .country-page-wrapper .hero-container .homepage-hero-wide {
        border-left: 1rem solid #edeff0;
        padding-left: calc(8.33333% + .75rem)
    }
}
.country-page-wrapper .hero-container h1 {
    font-size: 1.8rem
}
@media(min-width:48em) {
    .country-page-wrapper .hero-container h1 {
        font-size: 4rem
    }
}
.country-page-wrapper .featured-card-container {
    margin-bottom: 1.5rem;
    margin-top: 7.5rem
}
@media(min-width:48em) {
    .country-page-wrapper .featured-card-container {
        margin-top: 1.5rem
    }
}
.country-page-wrapper .wide-card-heading {
    margin-bottom: 2.5rem;
    margin-top: 5.563rem
}
.country-page-wrapper .our-impact {
    margin-top: 8.313rem
}
@media(max-width:47.9375em) {
    .country-page-wrapper .our-impact {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}
.country-page-wrapper .our-impact > div:first-of-type {
    margin-bottom: 4.125rem
}
.country-page-wrapper .reveal-head {
    margin-top: 7.313rem;
    text-align: center
}
@media(min-width:48em) {
    .country-page-wrapper .reveal-head {
        margin-top: 9.375rem
    }
}
.country-page-wrapper .reveal-cards {
    margin-top: 3.75rem
}
@media(min-width:48em) {
    .country-page-wrapper .reveal-cards {
        margin-top: 2.5rem
    }
}
.country-page-wrapper .cta-container {
    margin-top: 3.75rem
}
@media(max-width:47.9375em) {
    [dir=rtl] .hero-container .homepage-hero-wide {
        border-left: none;
        border-right: 1rem solid #edeff0;
        padding-left: 0;
        padding-right: calc(8.33333% + .75rem)
    }
}
@media(min-width:48em) {
    [dir=rtl] .country-page-wrapper .large-offset-1 {
        margin-left: 0;
        margin-right: calc(8.33333% + .75rem)
    }
}
.footer .form-submit, .footer.blue .footer-subtitle {
    text-transform: uppercase
}
.publication-menu .menu li a {
    background-image: linear-gradient(#d12800, #d12800), linear-gradient(#d12800, #d12800);
    background-position: 100% 100%, -30px 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px, 0 1px
}
.publication-menu .menu li a:hover {
    -webkit-animation: lineLoop-animation 2s linear infinite;
    -moz-animation: lineLoop-animation 2s linear infinite;
    -ms-animation: lineLoop-animation 2s linear infinite;
    -o-animation: lineLoop-animation 2s linear infinite;
    animation: lineLoop-animation 2s linear infinite
}
.border-top-2 {
    border-top: 2px solid #000
}
.related-publication {
    margin-top: 2rem
}
.related-publication .cell.medium-4 {
    padding: .75rem 0;
    width: 100%
}
@media(min-width:48em) {
    .related-publication .cell.medium-4 {
        width: calc(50% - 1.5rem)
    }
}
.related-publication .content-card {
    border: none;
    margin-bottom: 0;
    padding-top: .5rem
}
.related-publication h2 {
    margin-bottom: .75rem;
    margin-top: 3rem
}
@media(min-width:64em) {
    .related-publication h2 {
        margin-bottom: 2.25rem;
        margin-top: 5rem
    }
}
@media(max-width:47.9375em) {
    .related-publication .grid-x.grid-margin-x {
        padding: 0 .75rem .75rem 0
    }
}
.margin-top-24 {
    margin-top: 1.5rem
}
.margin-top-36 {
    margin-top: 2.25rem
}
.margin-top-40 {
    margin-top: 2.5rem
}
.margin-top-48 {
    margin-top: 3rem
}
.margin-top-64 {
    margin-top: 4rem
}
.margin-top-72 {
    margin-top: 4.5rem
}
.margin-top-80 {
    margin-top: 5rem
}
.margin-top-136 {
    margin-top: 8.5rem
}
.margin-bottom-24 {
    margin-bottom: 1.5rem
}
.margin-bottom-36 {
    margin-bottom: 2.25rem
}
.margin-bottom-40 {
    margin-bottom: 2.5rem
}
.margin-bottom-48 {
    margin-bottom: 3rem
}
.margin-bottom-64 {
    margin-bottom: 4rem
}
.margin-bottom-72 {
    margin-bottom: 4.5rem
}
.margin-bottom-80 {
    margin-bottom: 5rem
}
.margin-bottom-136 {
    margin-bottom: 8.5rem
}
.content-bottom {
    margin-bottom: 3rem
}
@media(min-width:64em) {
    .content-bottom {
        margin-bottom: 6rem
    }
}
.publication-card__title h2 {
    display: none
}
@media(min-width:64em) {
    .publication-card__title h2 {
        display: block;
        margin-bottom: 1.5rem
    }
}
.publication-card__title h2 > p {
    margin-top: 2.25rem
}
.publication-card__title h6 {
    margin-top: 2.5rem
}
@media(min-width:64em) {
    .publication-card__title h6 {
        margin-top: .5rem
    }
}
.publication-page {
    margin-bottom: 3.313rem
}
@media(min-width:90em) {
    .publication-page {
        margin-bottom: 4.688rem
    }
}
.publication-page .breadcrumb {
    margin-top: 1.063rem
}
@media(min-width:64em) {
    .publication-page .breadcrumb {
        margin-top: 4.563rem
    }
}
.publication-block {
    margin-top: 2.563rem;
    scroll-behavior: auto
}
@media(min-width:64em) {
    .publication-block {
        margin-top: 3.625rem
    }
}
.publication .download-card {
    margin-bottom: 2.5rem
}
.publication-menu {
    margin-top: 3.125rem
}
@media(min-width:64em) {
    .publication-menu {
        margin-top: 5rem
    }
}
.publication-menu h6 {
    margin-top: .75rem
}
@media(min-width:64em) {
    .publication-menu h6 {
        margin-top: 1rem
    }
}
.publication-menu .menu-item {
    margin-top: .125rem
}
@media(min-width:64em) {
    .publication-menu .menu-item {
        margin-top: 0
    }
}
.publication-menu .menu li {
    margin-right: 1.25rem;
    margin-top: .375rem
}
.publication-menu .menu li a {
    font-size: 1rem;
    text-transform: none
}
.sticky {
    position: relative;
    z-index: 1
}
@media(max-width:47.9375em) {
    .sticky {
        display: flex;
        justify-content: center
    }
}
@media(max-width:63.9375em) {
    .sticky {
        text-align: center
    }
}
.title-mobile {
    display: block
}
@media(min-width:64em) {
    .title-mobile {
        display: none
    }
}
.title-mobile h2 {
    margin-bottom: 1.5rem
}
@media(min-width:64em) {
    [dir=rtl] .related-publication .large-offset-6 {
        margin-left: 0;
        margin-right: calc(50% + .5rem)
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .related-publication .grid-x.grid-margin-x {
        padding: 0 0 .75rem .75rem
    }
}
@media(min-width:64em) {
    [dir=rtl] .publication-page .large-offset-1 {
        margin-left: 0;
        margin-right: calc(8.33333% + .75rem)
    }
}
[dir=rtl] .publication-page .menu li {
    margin-left: 1.25rem;
    margin-right: 0;
    padding-right: 0
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.publication-post-header {
    margin-top: 1.813rem
}
@media(min-width:64em) {
    .publication-post-header {
        margin-top: 5rem
    }
}
.margin-top-69 {
    margin-top: 4.3rem
}
.margin-top-32 {
    margin-top: 2rem
}
.landing-page .multi-select {
    max-width: 100%
}
.landing-page .multi-select .options, .landing-page .multi-select .select-control {
    min-width: 100%
}
.landing-page .content-card-container {
    margin-top: 1.5rem
}
@media(min-width:48em) {
    .landing-page .content-card-container {
        margin-top: 4.313rem
    }
}
@media(max-width:47.9375em) {
    .landing-page .content-card-container .button {
        margin: 0 1rem
    }
    .landing-page .pagehero-content h2 {
        margin-top: 1.75rem
    }
}
.landing-page .search-filter .expand-search {
    max-width: 100%
}
.generic-page .progress-container {
    position: fixed;
    top: 4.7rem;
    z-index: 5
}
@media(min-width:64em) {
    .generic-page .progress-container {
        top: 7.1875rem
    }
}
.publication-menu .menu li a {
    background-image: linear-gradient(#d12800, #d12800), linear-gradient(#d12800, #d12800);
    background-position: 100% 100%, -30px 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px, 0 1px
}
.publication-menu .menu li a:hover {
    -webkit-animation: lineLoop-animation 2s linear infinite;
    -moz-animation: lineLoop-animation 2s linear infinite;
    -ms-animation: lineLoop-animation 2s linear infinite;
    -o-animation: lineLoop-animation 2s linear infinite;
    animation: lineLoop-animation 2s linear infinite
}
.border-top-2 {
    border-top: 2px solid #000
}
.related-publication {
    margin-top: 2rem
}
.related-publication .cell.medium-4 {
    padding: .75rem 0;
    width: 100%
}
@media(min-width:48em) {
    .related-publication .cell.medium-4 {
        width: calc(50% - 1.5rem)
    }
}
.related-publication .content-card {
    border: none;
    margin-bottom: 0;
    padding-top: .5rem
}
.related-publication h2 {
    margin-bottom: .75rem;
    margin-top: 3rem
}
@media(min-width:64em) {
    .related-publication h2 {
        margin-bottom: 2.25rem;
        margin-top: 5rem
    }
}
@media(max-width:47.9375em) {
    .related-publication .grid-x.grid-margin-x {
        padding: 0 .75rem .75rem 0
    }
}
.margin-top-24 {
    margin-top: 1.5rem
}
.margin-top-36 {
    margin-top: 2.25rem
}
.margin-top-40 {
    margin-top: 2.5rem
}
.margin-top-48 {
    margin-top: 3rem
}
.margin-top-64 {
    margin-top: 4rem
}
.margin-top-72 {
    margin-top: 4.5rem
}
.margin-top-80 {
    margin-top: 5rem
}
.margin-top-136 {
    margin-top: 8.5rem
}
.margin-bottom-24 {
    margin-bottom: 1.5rem
}
.margin-bottom-36 {
    margin-bottom: 2.25rem
}
.margin-bottom-40 {
    margin-bottom: 2.5rem
}
.margin-bottom-48 {
    margin-bottom: 3rem
}
.margin-bottom-64 {
    margin-bottom: 4rem
}
.margin-bottom-72 {
    margin-bottom: 4.5rem
}
.margin-bottom-80 {
    margin-bottom: 5rem
}
.margin-bottom-136 {
    margin-bottom: 8.5rem
}
.content-bottom {
    margin-bottom: 3rem
}
@media(min-width:64em) {
    .content-bottom {
        margin-bottom: 6rem
    }
}
.publication-card__title h2 {
    display: none
}
@media(min-width:64em) {
    .publication-card__title h2 {
        display: block;
        margin-bottom: 1.5rem
    }
}
.publication-card__title h2 > p {
    margin-top: 2.25rem
}
.publication-card__title h6 {
    margin-top: 2.5rem
}
@media(min-width:64em) {
    .publication-card__title h6 {
        margin-top: .5rem
    }
}
.publication-page {
    margin-bottom: 3.313rem
}
@media(min-width:90em) {
    .publication-page {
        margin-bottom: 4.688rem
    }
}
.publication-page .breadcrumb {
    margin-top: 1.063rem
}
@media(min-width:64em) {
    .publication-page .breadcrumb {
        margin-top: 4.563rem
    }
}
.publication-block {
    margin-top: 2.563rem;
    scroll-behavior: auto
}
@media(min-width:64em) {
    .publication-block {
        margin-top: 3.625rem
    }
}
.publication .download-card {
    margin-bottom: 2.5rem
}
.publication-menu {
    margin-top: 3.125rem
}
@media(min-width:64em) {
    .publication-menu {
        margin-top: 5rem
    }
}
.publication-menu h6 {
    margin-top: .75rem
}
@media(min-width:64em) {
    .publication-menu h6 {
        margin-top: 1rem
    }
}
.publication-menu .menu-item {
    margin-top: .125rem
}
@media(min-width:64em) {
    .publication-menu .menu-item {
        margin-top: 0
    }
}
.publication-menu .menu li {
    margin-right: 1.25rem;
    margin-top: .375rem
}
.publication-menu .menu li a {
    font-size: 1rem;
    text-transform: none
}
.sticky {
    position: relative;
    z-index: 1
}
@media(max-width:47.9375em) {
    .sticky {
        display: flex;
        justify-content: center
    }
}
@media(max-width:63.9375em) {
    .sticky {
        text-align: center
    }
}
.title-mobile {
    display: block
}
@media(min-width:64em) {
    .title-mobile {
        display: none
    }
}
.title-mobile h2 {
    margin-bottom: 1.5rem
}
@media(min-width:64em) {
    [dir=rtl] .related-publication .large-offset-6 {
        margin-left: 0;
        margin-right: calc(50% + .5rem)
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .related-publication .grid-x.grid-margin-x {
        padding: 0 0 .75rem .75rem
    }
}
@media(min-width:64em) {
    [dir=rtl] .publication-page .large-offset-1 {
        margin-left: 0;
        margin-right: calc(8.33333% + .75rem)
    }
}
[dir=rtl] .publication-page .menu li {
    margin-left: 1.25rem;
    margin-right: 0;
    padding-right: 0
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.publication-post-header {
    margin-top: 1.813rem
}
@media(min-width:64em) {
    .publication-post-header {
        margin-top: 5rem
    }
}
@media(min-width:48em) {
    .generic-page .button-secondary {
        margin-left: .75rem
    }
    .generic-page .sidebar-width .sidebar-accordion {
        margin-top: .8rem;
        width: 90%
    }
}
.generic-page .sidebar-width .sidebar-accordion.show-medium {
    display: block
}
.generic-page .sidebar-width .sidebar-accordion.scrollbar {
    height: calc(100vh - 9.375rem);
    overflow-y: auto
}
.generic-page .sidebar-width ul {
    list-style: none
}
.generic-page .sidebar-mobile {
    display: none;
    margin-bottom: .75rem;
    margin-top: 1rem
}
@media(max-width:1023px) {
    .generic-page .sidebar-mobile {
        display: block
    }
    .generic-page .sidebar-mobile .sidebar-accordion {
        width: 100%
    }
    .generic-page .sidebar-mobile .sidebar-accordion ul {
        display: none
    }
    .generic-page .sidebar-mobile .sidebar-accordion.show-medium ul {
        display: block
    }
}
.generic-page .sidebar-desktop {
    display: block
}
@media(max-width:1023px) {
    .generic-page .sidebar-desktop {
        display: none
    }
}
@media(min-width:64em) {
    .generic-page .sidebar-desktop .sidebar-accordion h6 {
        display: none
    }
}
.generic-page .margin-top-32 {
    margin-top: 2rem
}
.generic-page .margin-top-72 {
    margin-top: 4.5rem
}
.generic-page .progress-top {
    top: inherit
}
.generic-page .progress-bar {
    width: 0
}
@media(min-width:90em) {
    .generic-page .pagehero-full {
        margin-top: 0
    }
}
.generic-page .pagehero-full .content-box {
    width: auto
}
@media(max-width:47.9375em) {
    .generic-page .pagehero-full .breadcrumb {
        padding-top: .75rem
    }
}
@media(min-width:90em) {
    .generic-page .fluid-carousel .slide-content {
        flex: 1 0 40%;
        max-width: 100%
    }
}
.generic-page .genric-slider {
    margin-right: -.75rem
}
@media(max-width:47.9375em) {
    .generic-page .genric-slider .swiper-initialized .swiper-scrollbar {
        padding-right: 0
    }
}
@media(min-width:48em) {
    [dir=rtl] .generic-page .button-secondary {
        margin-left: unset;
        margin-right: .75rem
    }
}
[dir=rtl] .generic-page .genric-slider {
    margin-left: -.75rem;
    margin-right: 0
}
@media(max-width:47.9375em) {
    [dir=rtl] .generic-page .genric-slider {
        margin-left: -1.5rem;
        margin-right: 0
    }
    [dir=rtl] .generic-page .genric-slider .swiper-initialized .swiper-scrollbar {
        padding-left: 0
    }
}
@media(max-width:47.9375em) {
    .glabal-page .homepage-hero-tall {
        margin-top: 1rem
    }
}
.glabal-page .featured-card-container {
    margin-top: 7rem
}
@media(min-width:48em) {
    .glabal-page .featured-card-container {
        margin-top: 1.5rem
    }
}
.glabal-page .featured-card-container h2 {
    margin-bottom: 2rem
}
.glabal-page .parallax {
    margin-top: -5rem;
    overflow: hidden;
    padding-bottom: 5rem;
    position: relative
}
@media(min-width:48em) {
    .glabal-page .parallax {
        background-image: none;
        border-right: none;
        transition: none
    }
    .glabal-page .parallax.lines-background {
        background-image: linear-gradient(90deg, #d4d6d8 1px, hsla(210, 5%, 84%, 0) 0);
        border-right: 1px solid #d4d6d8;
        transition: opacity .1s ease-out
    }
}
.glabal-page .stats-grid {
    border-top: 1px solid hsla(0, 0%, 100%, .23)
}
.glabal-page .footer {
    margin-top: 0
}
.glabal-page .fixedcarousel {
    background-color: #f7f7f7;
    padding-bottom: 5rem
}
@media(max-width:47.9375em) {
    .glabal-page .fixedcarousel h2 {
        margin-left: .938rem;
        margin-right: .938rem
    }
}
@media(min-width:48em) {
    .glabal-page .fixedcarousel .swiper-initialized .swiper-scrollbar {
        width: calc(100% - 5rem)
    }
}
.no-gap {
    margin-left: -.75rem;
    margin-right: -.75rem
}
.project-page {
    margin-top: 4.688rem;
    overflow-x: hidden;
    padding-bottom: 5.563rem
}
@media(min-width:48em) {
    .project-page {
        margin-top: 5.625rem;
        padding-bottom: 5.563rem
    }
}
.project-page .copy-text {
    margin-top: 2.375rem
}
@media(min-width:48em) {
    .project-page .copy-text {
        margin-top: 4.25rem
    }
}
.project-page .download-card {
    min-width: 0;
    width: 100%
}
.project-page .heading-big ul li {
    margin-bottom: 0;
    margin-top: 2.5rem
}
.project-page .heading-big a {
    color: #fff;
    font-size: inherit
}
.project-page .heading-big h4 {
    font-size: 1.5rem
}
@media(max-width:47.9375em) {
    .project-page-hero .breadcrumb {
        padding-top: .75rem
    }
}
.project-page-hero .pagehero-full .content-box {
    width: auto
}
.project-page .project-detail {
    border-bottom: none
}
.project-impact {
    background: #fafafa;
    margin-top: 0;
    padding-bottom: 2.5rem;
    padding-top: 6.25rem
}
.project-impact .project-data__title {
    padding-bottom: 3.313rem
}
.project-impact .project-data__wrapper {
    border-bottom: none
}
.project-material {
    padding-bottom: 7.188rem
}
.project-material h2 {
    margin-bottom: 2.813rem
}
.project-support {
    margin-top: 6rem
}
.project-support .stats-slider {
    margin-top: 4.375rem
}
@media(min-width:48em) {
    .project-support .stats-slider {
        margin-top: 5.438rem
    }
}
.project-support .stats-slider .stats-card.small {
    align-items: center;
    display: flex;
    max-width: 100%;
    min-height: 16.875rem
}
@media(min-width:48em) {
    .project-support .stats-slider .stats-card.small {
        max-width: 100%
    }
}
.project-support .stats-slider .stats-card__box {
    padding: 2.5rem 2.188rem
}
@media(min-width:48em) {
    .project-support .stats-slider .swiper-scrollbar {
        padding-right: 6rem
    }
}
.project-support .swiper-initialized {
    overflow: visible;
    padding-right: 3rem
}
@media(min-width:48em) {
    .project-support .swiper-initialized {
        padding-right: 8rem
    }
}
.project-explore {
    margin-top: 15.313rem
}
.project-explore .content-data {
    margin-top: 2.5rem
}
.project-explore .content-data .cell {
    margin-bottom: 1.875rem
}
.project-explore .cta-container {
    margin-top: 1.875rem
}
@media(min-width:48em) {
    .project-explore .cta-container {
        margin-left: 0;
        margin-top: 2.5rem
    }
    [dir=rtl] .project-page .large-offset-6 {
        margin-left: 0;
        margin-right: calc(50% + .5rem)
    }
    [dir=rtl] .project-page .large-offset-3 {
        margin-left: 0;
        margin-right: calc(25% + .75rem)
    }
    [dir=rtl] .project-page .large-offset-1 {
        margin-left: 0;
        margin-right: calc(8.33333% + .75rem)
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .project-page .small-offset-1 {
        margin-left: 0;
        margin-right: calc(8.33333% + .375rem)
    }
}
[dir=rtl] .project-page-hero .breadcrumb {
    padding-left: 0;
    padding-right: 1rem
}
[dir=rtl] .project-page-hero .pagehero-wrapper__title {
    font-size: 2rem
}
@media(min-width:48em) {
    [dir=rtl] .project-page-hero .pagehero-wrapper__title {
        font-size: 3rem
    }
}
[dir=rtl] .project-support .stats-slider .swiper-scrollbar {
    padding-left: 4rem
}
@media(min-width:48em) {
    [dir=rtl] .project-support .stats-slider .swiper-scrollbar {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% + 6rem)
    }
}
[dir=rtl] .project-support .swiper-initialized {
    padding-left: 5rem;
    padding-right: 0
}
@media(min-width:48em) {
    [dir=rtl] .project-support .swiper-initialized {
        padding-left: 8rem
    }
    [dir=rtl] .project-explore .cta-container {
        margin-right: 0
    }
}
.publication-menu .menu li a {
    background-image: linear-gradient(#d12800, #d12800), linear-gradient(#d12800, #d12800);
    background-position: 100% 100%, -30px 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px, 0 1px
}
.publication-menu .menu li a:hover {
    -webkit-animation: lineLoop-animation 2s linear infinite;
    -moz-animation: lineLoop-animation 2s linear infinite;
    -ms-animation: lineLoop-animation 2s linear infinite;
    -o-animation: lineLoop-animation 2s linear infinite;
    animation: lineLoop-animation 2s linear infinite
}
.border-top-2 {
    border-top: 2px solid #000
}
.related-publication {
    margin-top: 2rem
}
.related-publication .cell.medium-4 {
    padding: .75rem 0;
    width: 100%
}
@media(min-width:48em) {
    .related-publication .cell.medium-4 {
        width: calc(50% - 1.5rem)
    }
}
.related-publication .content-card {
    border: none;
    margin-bottom: 0;
    padding-top: .5rem
}
.related-publication h2 {
    margin-bottom: .75rem;
    margin-top: 3rem
}
@media(min-width:64em) {
    .related-publication h2 {
        margin-bottom: 2.25rem;
        margin-top: 5rem
    }
}
@media(max-width:47.9375em) {
    .related-publication .grid-x.grid-margin-x {
        padding: 0 .75rem .75rem 0
    }
}
.margin-top-24 {
    margin-top: 1.5rem
}
.margin-top-36 {
    margin-top: 2.25rem
}
.margin-top-40 {
    margin-top: 2.5rem
}
.margin-top-48 {
    margin-top: 3rem
}
.margin-top-64 {
    margin-top: 4rem
}
.margin-top-72 {
    margin-top: 4.5rem
}
.margin-top-80 {
    margin-top: 5rem
}
.margin-top-136 {
    margin-top: 8.5rem
}
.margin-bottom-24 {
    margin-bottom: 1.5rem
}
.margin-bottom-36 {
    margin-bottom: 2.25rem
}
.margin-bottom-40 {
    margin-bottom: 2.5rem
}
.margin-bottom-48 {
    margin-bottom: 3rem
}
.margin-bottom-64 {
    margin-bottom: 4rem
}
.margin-bottom-72 {
    margin-bottom: 4.5rem
}
.margin-bottom-80 {
    margin-bottom: 5rem
}
.margin-bottom-136 {
    margin-bottom: 8.5rem
}
.content-bottom {
    margin-bottom: 3rem
}
@media(min-width:64em) {
    .content-bottom {
        margin-bottom: 6rem
    }
}
.publication-card__title h2 {
    display: none
}
@media(min-width:64em) {
    .publication-card__title h2 {
        display: block;
        margin-bottom: 1.5rem
    }
}
.publication-card__title h2 > p {
    margin-top: 2.25rem
}
.publication-card__title h6 {
    margin-top: 2.5rem
}
@media(min-width:64em) {
    .publication-card__title h6 {
        margin-top: .5rem
    }
}
.publication-page {
    margin-bottom: 3.313rem
}
@media(min-width:90em) {
    .publication-page {
        margin-bottom: 4.688rem
    }
}
.publication-page .breadcrumb {
    margin-top: 1.063rem
}
@media(min-width:64em) {
    .publication-page .breadcrumb {
        margin-top: 4.563rem
    }
}
.publication-block {
    margin-top: 2.563rem;
    scroll-behavior: auto
}
@media(min-width:64em) {
    .publication-block {
        margin-top: 3.625rem
    }
}
.publication .download-card {
    margin-bottom: 2.5rem
}
.publication-menu {
    margin-top: 3.125rem
}
@media(min-width:64em) {
    .publication-menu {
        margin-top: 5rem
    }
}
.publication-menu h6 {
    margin-top: .75rem
}
@media(min-width:64em) {
    .publication-menu h6 {
        margin-top: 1rem
    }
}
.publication-menu .menu-item {
    margin-top: .125rem
}
@media(min-width:64em) {
    .publication-menu .menu-item {
        margin-top: 0
    }
}
.publication-menu .menu li {
    margin-right: 1.25rem;
    margin-top: .375rem
}
.publication-menu .menu li a {
    font-size: 1rem;
    text-transform: none
}
.sticky {
    position: relative;
    z-index: 1
}
@media(max-width:47.9375em) {
    .sticky {
        display: flex;
        justify-content: center
    }
}
@media(max-width:63.9375em) {
    .sticky {
        text-align: center
    }
}
.title-mobile {
    display: block
}
@media(min-width:64em) {
    .title-mobile {
        display: none
    }
}
.title-mobile h2 {
    margin-bottom: 1.5rem
}
@media(min-width:64em) {
    [dir=rtl] .related-publication .large-offset-6 {
        margin-left: 0;
        margin-right: calc(50% + .5rem)
    }
}
@media(max-width:47.9375em) {
    [dir=rtl] .related-publication .grid-x.grid-margin-x {
        padding: 0 0 .75rem .75rem
    }
}
@media(min-width:64em) {
    [dir=rtl] .publication-page .large-offset-1 {
        margin-left: 0;
        margin-right: calc(8.33333% + .75rem)
    }
}
[dir=rtl] .publication-page .menu li {
    margin-left: 1.25rem;
    margin-right: 0;
    padding-right: 0
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.publication-post-header {
    margin-top: 1.813rem
}
@media(min-width:64em) {
    .publication-post-header {
        margin-top: 5rem
    }
}
.what-goal {
    padding: 6rem 0;
    word-break: break-word
}
@media(min-width:48em) {
    .what-goal {
        padding: 10rem 0
    }
}
@media(max-width:47.9375em) {
    .what-goal h4 {
        margin-top: 4rem
    }
}
.sdg-card-list + .footer {
    margin-top: 0
}
.sdg-card-list .modal-sdg {
    opacity: 0;
    visibility: hidden
}
.sdg-card-list .modal-sdg .sdg-modal-dialog {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: translateX(100%)
}
.sdg-card-list .modal-sdg.sdg-open {
    opacity: 1;
    visibility: visible
}
.sdg-card-list .modal-sdg.sdg-open .sdg-modal-dialog {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0)
}
.sdg-card-list .modal-sdg.sdg-open.animation-out .sdg-modal-dialog {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: translateX(100%)
}
@media(max-width:47.9375em) {
    .sdg-banner .pagehero-full .breadcrumb {
        padding-top: .75rem
    }
}
[dir=rtl] .what-goal > div {
    margin-left: 0;
    margin-right: 8.33333%
}
[dir=rtl] .sdg-card-list .modal-sdg .sdg-modal-dialog {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: translateX(-100%)
}
[dir=rtl] .sdg-card-list .modal-sdg.sdg-open .sdg-modal-dialog {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: translateX(0)
}
p, h1, h2, h3, h4, h5, h6, li, div, span {
    overflow-wrap: break-word;
}
@media (min-width:48em) {
    [dir=rtl] .coh-col-sm-offset-1, [dir=rtl] .medium-offset-1 {
        margin-right: 8.33333%;
        margin-left: 0;
    }
    [dir=rtl] .coh-col-sm-offset-2, [dir=rtl] .medium-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}
@media (min-width:64em) {
    [dir=rtl] .coh-col-md-offset-1 {
        margin-right: 8.33333%;
        margin-left: 0;
    }
    [dir=rtl] .coh-col-md-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}
@media (min-width:75em) {
    [dir=rtl] .coh-col-lg-offset-1, [dir=rtl] .large-offset-1 {
        margin-right: 8.33333%;
        margin-left: 0;
    }
    [dir=rtl] .coh-col-lg-offset-2, [dir=rtl] .large-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}
@media (min-width:90em) {
    [dir=rtl] .coh-col-xl-offset-1 {
        margin-right: 8.33333%;
        margin-left: 0;
    }
    [dir=rtl] .coh-col-xl-offset-2 {
        margin-right: 16.6666666667%;
        margin-left: 0;
    }
}
.coh-style-padding-top-large, .coh-style-padding-top-bottom-large {
    padding-top: 1.5rem;
}
.coh-style-padding-bottom-large, .coh-style-padding-top-bottom-large {
    padding-bottom: 1.5rem;
}
@media (max-width:47.9999em) {
    .coh-style-padding-top-large, .coh-style-padding-top-bottom-large {
        padding-top: 0.75rem;
    }
    .coh-style-padding-bottom-large, .coh-style-padding-top-bottom-large {
        padding-bottom: 0.75rem;
    }
}
.dropdown-language ul li, .mobile-nav ul li, .footer-icons li, .footer-links li, .mega-nav-option .submenu li, .mega-nav-option .sub-sub-menu ul li {
    margin-left: 0;
}
.global-header .mid-nav .logo {
    display: block;
}
.country-header .site-title a {
    background: none;
}
.country-header .header .site-title {
    max-width: 100%;
}
.country-header .header .top-left.small-8 {
    width: calc(66.66667% - 0.75rem);
    min-width: 12rem;
}
@media (min-width:30em) {
    .country-header .header .top-left.small-8 {
        width: calc(66.66667% - 1.5rem);
    }
}
.icons-search .icon-globe, .icons-search .icon {
    cursor: pointer;
}
.input-search + .search-clear {
    top: 20px;
}
.global-header .top-right .icon-globe.active {
    background-size: 24px !important;
}
header .mega-wrapper .cta__link {
    line-height: 1.2;
    width: 100%;
    display: block;
}
header .mega-wrapper .cta__link.cta--space:after {
    display: inline-block;
    vertical-align: text-bottom;
}
.mega-nav-option .submenu li a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem;
    font-size: 0.889rem;
}
.mega-nav-option .sub-menu-content .mega-title a {
    background: none;
    font-size: inherit;
}
.mega-nav-option .sub-menu-content .mega-title .external-link-animated {
    margin: 0 1rem 2px;
}
.menu-hamburger {
    margin-left: 0.75rem;
}
.global-header .header .top-right {
    z-index: 9;
}
.global-header .header .mid-nav ul li {
    margin-right: 2.8rem;
    margin-left: 0;
}
.global-header .header .mid-nav ul li:last-child {
    margin-right: 0;
}
.global-header .header .mid-nav ul + ul {
    left: 80%;
}
.global-header .header .mid-nav ul:first-child + ul {
    left: -50px;
}
.country-header .header .menu li {
    margin-left: 2.88rem;
}
.modal-search-offices .grid-container.fluid {
    padding: 0;
}
.twitter-panel h2 {
    display: block;
}
.twitter-panel h2 span.twitter {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom;
}
@media screen and (max-width:768px) {
    .twitter-panel .coh-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.mega-nav-option .sub-menu-content .mega-image img {
    width: 100%;
}
.mega-nav-option .sub-menu-content .sub-sub-menu ul {
    width: auto;
}
.disabled {
    pointer-events: none;
}
.mega-wrapper div:not(.two-div) > .large-6 {
    width: 100%;
    flex: auto;
    padding-right: 1rem;
}
.mega-wrapper div:not(.two-div) > .large-6 p {
    padding-right: 10rem;
}

.mailchimp-signup-subscribe-form {
    margin-top: 1.5rem;
}
.mailchimp-signup-subscribe-form form[id^='undp-mailchimp'], [id^='undp-mailchimp-signup-subscribe'] {
    display: flex;
    position: relative;
    width: 100%;
}
.mailchimp-signup-subscribe-form input[type='submit'] {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    margin: 0;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 0;
    color: #006eb5;
    height: 54px;
    min-width: 86px;
    text-transform: uppercase;
}
.mailchimp-signup-subscribe-form h2 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal;
    text-align: right;
}
.mailchimp-signup-subscribe-form input[type='submit']:hover {
    background: white;
    color: #006eb5;
}
.mailchimp-signup-subscribe-form, .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields, .mailchimp-signup-subscribe-form .form-type-email {
    width: 100%;
}
.mailchimp-signup-subscribe-form .messages {
    position: absolute;
    bottom: -55px;
    font-size: 1rem;
    z-index: 1;
}
.mailchimp-signup-subscribe-form .messages.messages--status {
    background-color: #006eb5;
    text-align: right;
    padding: 20px 0 20px 150px;
    border: 0;
    color: white;
    box-shadow: none;
    background-image: none;
    left: -10px;
    width: calc(100% + 12px);
}
.mailchimp-signup-subscribe-form .messages.messages--status ul, .mailchimp-signup-subscribe-form .messages.messages--status li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mailchimp-signup-subscribe-form .messages.messages--warning {
    bottom: -70px;
    left: -65px;
    width: calc(100% + 65px);
    background: transparent;
    box-shadow: none;
    border: 0;
    color: white;
}
.mailchimp-signup-subscribe-form .messages.messages--error {
    bottom: -70px;
    border: 0;
    box-shadow: none;
    padding: 11px;
    background: transparent;
    color: #fff;
    width: calc(100% + 40px);
    left: -30px;
    text-align: center;
    z-index: 1;
}
@media screen and (min-width:91em) {
    .mailchimp-signup-subscribe-form .messages.messages--status {
        padding-left: 240px;
    }
}
@media screen and (max-width:48em) {
    .mailchimp-signup-subscribe-form .messages.messages--error {
        bottom: -70px;
    }
    .mailchimp-signup-subscribe-form .messages.messages--status {
        bottom: -30px;
        text-align: left;
        padding: 12px 50px 12px 10px;
    }
    .mailchimp-signup-subscribe-form h2 {
        text-align: left;
    }
}
.mailchimp-signup-subscribe-form .messages.messages--error .placeholder {
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}
@media screen and (max-width:47em) {
    .mailchimp-signup-subscribe-form .messages.messages--warning {
        bottom: -80px;
        left: -5px;
        width: auto;
        padding: 10px;
    }
    .mailchimp-signup-subscribe-form .messages.messages--error .placeholder {
        max-width: 120px;
    }
}
@media screen and (min-width:47em) and (max-width:80em) {
    .mailchimp-signup-subscribe-form .messages.messages--warning {
        bottom: -72px;
        left: -130px;
        padding: 2px;
        width: calc(100% + 140px);
    }
    .mailchimp-signup-subscribe-form .messages.messages--status {
        padding: 10px 0 10px 20px;
        text-align: right;
        bottom: -35px;
    }
    .mailchimp-signup-subscribe-form .messages.messages--error {
        padding: 4px;
        bottom: -65px;
        left: -130px;
        width: calc(100% + 130px);
    }
    .mailchimp-signup-subscribe-form .messages.messages--error .placeholder {
        max-width: 50px;
    }
}
.mailchimp-signup-subscribe-form .js-form-type-email label, body svg.ext, .mailchimp-signup-subscribe-form .messages.messages--status li:last-child {
    display: none;
}
.mailchimp-signup-subscribe-form .ajax-progress-throbber {
    transition: all 0.3s;
    position: absolute;
    height: 35px;
    top: 10px;
    left: -40px;
    width: 35px;
    border: 5px solid #4f95dd;
    border-top-color: #fff;
}
@media screen and (max-width:48em) {
    .mailchimp-signup-subscribe-form .ajax-progress-throbber {
        left: calc(100% - 250px);
    }
}
.mailchimp-signup-subscribe-form .ajax-progress-throbber .throbber + div, .mailchimp-signup-subscribe-form .ajax-progress-throbber .throbber {
    display: none;
}
.mailchimp-signup-subscribe-form .js-form-type-email input {
    border-style: solid;
    margin-top: 0;
}
.mailchimp-signup-subscribe-form form.validation-error input[type='email'] {
    border: 2px solid #ee402d;
}
.mailchimp-signup-subscribe-form form input[type='email'] {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    height: 54px;
    margin: 0;
    outline: none;
}
.footer .external-link-animated {
    margin: 2px 0 0 0.2rem;
    box-shadow: 0 0 0 0 #fff, -1px 0 0 -1px #fff, -2px 2px 0 -1px #fff;
}
.footer .external-link-animated::before {
    background-color: #fff;
    width: 0.525rem;
    height: 1px;
}
.footer .external-link-animated::after {
    border-color: #fff;
    height: 0.35rem;
    width: 0.35rem;
    border-width: 1px;
}
.footer .footer-icons .external-link-animated, .external-link-animated ~ .external-link-animated {
    display: none;
}
.footer .footer-links .external-link-animated {
    margin-left: 0.5rem;
}
@media screen and (min-width:768px) {
    .flexible .footer-item {
        flex: 1 1 0;
    }
}
#block-mainpagecontent .moderation-sidebar-container {
    margin: 0 2rem;
}
@media screen and (min-width:768px) {
    #block-mainpagecontent .moderation-sidebar-container {
        width: calc(100% - 20rem);
        margin: auto;
    }
}
.footer-logo h5 p {
    font-size: inherit;
}
.social-wall ul li {
    margin: 0;
    padding: 0;
}
.tweet-card > a {
    background: none;
}
.project-material .download-card .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-detail-list .delivery-year {
    border-bottom: 1px solid #d4d6d8;
    margin-bottom: 0.5rem;
}
.project-detail-list .delivery-year span {
    float: right;
}
.download-animated i {
    box-sizing: content-box;
}
.feature__card a .feature__card-content {
    flex-basis: 100%;
}
.feature__card a .media--image {
    height: 100%;
}
.feature__card-slide .feature__card-image picture {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.news-centre-cards .search-filter .select-wrapper .multi-select {
    padding-top: 0;
}
.publication-page .related-items-content {
    display: flex;
    flex-wrap: wrap;
}
.publication-page .related-items-content .feature__card {
    padding: 0.75rem;
}
.publication-read-more {
    border-left: 0.125rem solid #ced0d3;
    text-align: right;
}
.publication-page .related-items-content {
    display: flex;
    flex-wrap: wrap;
}
.publication-page .related-items-content .feature__card {
    padding: 0.75rem;
}
.download-body .download-content .chapter-list.download-list {
    padding: 0;
}
.download-body .download-content .chapter-list.download-list li {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.document-size {
    text-transform: uppercase;
}
.document-size span {
    margin: 0;
}
.download-controls .select-box ul li {
    margin: 0;
}
.download-row__data span.icon {
    margin-left: 0.75rem;
}
.download-row__data .external-link-animated {
    margin: 3px 0.75rem;
}
.download-content .select-box {
    margin-right: auto;
    max-width: auto;
}
.download-content .select-box .selected {
    min-width: auto;
    width: auto;
}
.path-user .settings-tray-editable [role='navigation'], .path-user #block-tabs + div form .description, .path-user .top-left .dropdown-language, .path-user.modal-open .mob-lang-switcher {
    display: none;
}
.path-user #block-tabs + div {
    position: relative;
    margin-top: 150px;
}
.path-user #block-tabs + div form {
    background: transparent;
    width: 450px;
    max-width: 85%;
    padding: 0;
}
.user-login-form {
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.openid-connect-login-form__wrapper {
    margin-bottom: 3rem;
}
.openid-connect-login-form__container {
    display: flex;
    align-items: center;
}
.openid-connect-login-form {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:48em) {
    .openid-connect-login-form h1 {
        font-size: 3.375rem;
    }
}
.path-user #block-tabs + div input[type="submit"] {
    width: 100%;
    background: #d12800;
    font-size: 1rem;
    font-weight: 700;
    transition: none;
    padding: 1rem 1.5rem;
    letter-spacing: 0.03em;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.path-user #block-tabs + div input[type="submit"]:hover {
    background: #ee402d;
}
.path-user #block-tabs + div form h2 {
    font-size: 2.15rem;
}
.path-user #block-tabs + div form h2 + p {
    font-size: 1rem;
    margin-bottom: 100px;
}
.path-user #block-tabs + div form h2 + p + p {
    text-align: center;
    font-style: italic;
    position: relative;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.path-user #block-tabs + div form h2 + p + p:before {
    content: '';
    width: 45%;
    display: block;
    height: 1px;
    background: black;
    position: absolute;
    top: 12px;
    left: 0;
}
.path-user #block-tabs + div form h2 + p + p:after {
    content: '';
    width: 45%;
    display: block;
    height: 1px;
    background: black;
    position: absolute;
    top: 12px;
    right: 0;
}
@media screen and (max-width:1439px) {
    .path-user #block-tabs + div {
        margin-top: 110px;
    }
}
@media all and (max-width:1024px) {
    .project-impact {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.sidebar-accordion ul.contextual-links[hidden], .breadcrumb ul.contextual-links[hidden] {
    display: none;
}
.sidebar-accordion ul > li ul li {
    margin-left: 0;
}
.sidebar-accordion ul > li ul {
    margin-top: 0;
}
.sidebar-accordion .accordion__panel > li > a {
    padding-block: 2rem 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.side-nav-content.grid-container {
    position: relative;
}
@media (min-width:48em) {
    .sidebar-accordion .menus > li > a {
        padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    }
}
.generic-modal-box .coh-modal-inner {
    height: 100%;
}
.generic-modal-box .modal-content {
    height: 100%;
}
.generic-modal-box .modal-content-inner {
    position: relative;
    overflow: auto;
    z-index: 1;
    max-height: 100%;
    pointer-events: auto;
    height: auto;
}
@media (min-width:48em) {
    .generic-modal-box {
        pointer-events: initial;
        padding-top: 5rem;
        overflow: auto;
        height: 100%;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        background-color: rgba(247, 247, 247, 0.8);
    }
    .generic-modal-box .coh-modal-overlay {
        display: none;
        opacity: 0;
        background: transparent;
        z-index: 99;
    }
    .generic-modal-box .coh-modal-inner {
        max-width: 72rem;
        width: 100%;
        margin: auto;
        height: auto;
    }
    .generic-modal-box .modal-content {
        max-width: 90%;
        margin: auto;
        max-height: initial;
        height: auto;
    }
}
@media (min-width:90em) {
    .generic-modal-box .modal-content {
        max-width: 72rem;
        margin: 0;
    }
}
.generic-modal-box .coh-row {
    overflow: hidden;
}
.cta__link, .button-primary, .button-secondary {
    text-transform: uppercase;
}
.scroll-up.button-secondary {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
html {
    scroll-behavior: smooth;
}
.scroll-up.button-secondary img {
    transform: rotate(180deg);
}
#view-more-news-center .coh-column {
    margin-bottom: 1.875rem;
}
.arrow-up-icon {
    background: url(/themes/custom/undpglobal/design-system/images/chevron-down-white.svg) no-repeat center center;
    height: 13px;
    width: 20px;
    display: block;
    transform: rotate(180deg);
}
a:-webkit-any-link:focus-visible {
    outline-offset: 1px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
.mobile-nav {
    height: auto;
    max-height: calc(100vh - 4.6875rem);
}
.mobile-nav .mobile-sub-menu.show {
    max-height: calc(100vh - 4.6875rem);
}
.publication-block {
    position: relative;
}
.coh-row-xl > .coh-row-inner > .coh-column.related-publications-view-more {
    padding: 0 0 0 1rem;
}
.publication-description-readmore {
    border-left: 0.125rem solid #ced0d3;
    text-align: right;
}
.related-publication h2 {
    max-width: 500px;
}
@media (max-width:1024px) {
    .related-publication h2 {
        max-width: 300px;
    }
    .publication-page .coh-row-inner {
        margin-left: 0;
        margin-right: 0;
    }
    .publication-card__title h2 {
        display: none;
    }
    .publication-page .title-mobile {
        display: block;
    }
}
.publication-block .publication-card__title p {
    margin-bottom: 20px;
}
@media (min-width:1025px) {
    .publication-page .coh-row-inner {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .publication-card__title h2 {
        display: block;
    }
    .publication-page .title-mobile {
        display: none;
    }
}
.publication-card__title h2 {
    word-break: break-word;
}
.coh-row-xl > .coh-row-inner > .coh-column.related-items-content {
    padding: 0;
}
.publication-menu .coh-row-xl > .coh-row-inner > .coh-column {
    padding: 0 0.75rem;
}
@media (max-width:767px) {
    .publication-menu .coh-row-xl > .coh-row-inner > .coh-column:first-child {
        padding-left: 0.2rem;
    }
}
@media (max-width:480px) {
    .publication-block .publication-card__title p {
        margin-bottom: 16px;
    }
    .related-publications-view-more .publication-view-more {
        width: 100%;
    }
    .publication-page .related-items-content .feature__card {
        padding: 0.75rem 0;
    }
    .coh-row-xl > .coh-row-inner > .coh-column.related-publications-view-more {
        padding: 0;
    }
    .publication-page .coh-row-inner {
        margin-right: -0.1875rem;
        margin-left: -0.1875rem;
    }
    .publication-page .related-publications .cta-button {
        margin-right: 0;
    }
}
.page-node-type-publications .download-content .download-animated {
    height: auto;
}
.page-node-type-publications .download-content .download-row__data .text-link {
    font-size: 16px;
    justify-content: space-between;
}
.page-node-type-publications .download-content .download-row__data .download-animated {
    padding-right: 0px;
    margin-top: 0px;
}
.page-node-type-publications .modal .modal-content::-webkit-scrollbar {
    display: none;
}
.page-node-type-publications .select-box ul.active {
    height: 250px;
}
.page-node-type-publications #downloadModal {
    z-index: 999;
}
.page-node-type-publications #downloadModal .modal-content {
    max-height: calc(100vh - 100px);
}
.page-node-type-publications.modal-body-open {
    overflow: hidden;
}
.stats-panel img {
    content: inherit;
}
.stats-slider .stats-card:hover.yellow {
    background-color: #ffeb00;
}
.stats-slider .stats-card:hover.red {
    background-color: #ee402d;
}
.stats-slider .stats-card:hover.green {
    background-color: #6de354;
}
.stats-slider .stats-card:hover.blue {
    background-color: #60d4f2;
}
.stats-slider .swiper-initialized, .swiper-initialized .swiper-scrollbar {
    width: calc(100% + 2.5rem);
}
@media (max-width:767px) {
    .stats-slider div.stats-card {
        max-width: 100%;
    }
}
.swiper-wrapper .stats-card:hover {
    background-color: #ffeb00;
}
@media (min-width:1024px) and (max-width:1040px) {
    .pagehero-cards-top .coh-col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .pagehero-cards-top .coh-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
.fluid-carousel .media--blazy picture {
    width: 100%;
    max-width: 100%;
}
.fluid-carousel .media--blazy {
    display: block;
    height: auto;
    object-fit: cover;
}
.fluid-carousel .media--blazy picture {
    height: 100%;
}
.fluid-carousel .media--blazy img {
    height: 100%;
    object-fit: cover;
}
.fixed-carousel .media--blazy img {
    height: auto;
}
.fixed-carousel .media--blazy {
    display: block;
    object-fit: contain;
}
.image-carousel img {
    width: auto;
    height: auto;
}
@media (max-width:47.9375em) {
    .fluid-carousel .media--blazy {
        height: 18rem;
        max-width: 100%;
        width: auto;
    }
    .fixed-carousel .media--blazy {
        max-width: 10.625rem;
    }
    .homepage-hero-full {
        min-height: calc(100vh - 15rem);
        display: flex;
    }
}
@media (min-width:48em) {
    .fixed-carousel .media--blazy {
        flex: 0 0 18rem;
        max-width: 18rem;
    }
    .image-carousel .swiper-wrapper .slider-arrows {
        margin-left: 0;
        min-width: 7rem;
    }
}
@media (min-width:64em) {
    .fluid-carousel .media--blazy {
        max-width: 65%;
    }
    .fixed-carousel .media--blazy {
        flex: 0 0 23.563rem;
        max-width: 23.563rem;
    }
}
@media (min-width:90em) {
    .fluid-carousel .media--blazy {
        max-width: 70%;
    }
    .fixed-carousel .media--blazy {
        flex: 0 0 28rem;
        max-width: 28rem;
    }
}
.parallax-gallery-images > div > div img {
    margin-bottom: 1.5rem !important;
}
@media all and (max-width:767px) {
    .parallax-gallery-images > div > div img {
        margin-bottom: 0.75rem !important;
    }
}
.parallax-gallery-images > div > div:last-child img {
    margin-bottom: 0 !important;
}
.featured-card-container .coh-row-xl > .coh-row-inner {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.featured-card-container .feature__card a {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.featured-card-container .coh-row-xl > .coh-row-inner > .feature__card.coh-column {
    padding-left: 0;
    padding-right: 0;
}
.featured-card-container .feature__card.coh-column {
    margin-block-end: 0.75rem
}
@media all and (min-width:48em) {
    .featured-card-container .feature__card.coh-column {
        margin-block-end: 1.5rem
    }
}
@keyframes loader-animation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.ajax-progress-fullscreen {
    background-color: transparent;
    background-image: none;
    left: 47.5%;
}
.ajax-progress {
    -webkit-animation: loader-animation 2s linear infinite;
    -moz-animation: loader-animation 2s linear infinite;
    -ms-animation: loader-animation 2s linear infinite;
    -o-animation: loader-animation 2s linear infinite;
    animation: loader-animation 2s linear infinite;
    border-radius: 50%;
    border: 8px solid #006eb5;
    border-top-color: #edeff0;
    height: 40px;
    width: 40px;
}
@media (min-width:48em) {
    .ajax-progress {
        border: 14px solid #006eb5;
        border-top-color: #edeff0;
        height: 96px;
        width: 96px;
    }
}
.article-page .progress-container {
    z-index: 5 !important;
}
.bio-card {
    cursor: pointer;
}
.swiper-wrapper {
    align-items: stretch;
}
.swiper-wrapper .swiper-slide {
    height: auto;
}
.page-node-type-sdg-landing-page.user-logged-in .modal-sdg {
    top: 11rem;
}
.sdg-container .heading h2 {
    padding-left: 0;
}
.sdg-wheel h4 {
    z-index: 0;
}
.modal-sdg {
    z-index: 3;
}
@media (min-width:48em) {
    .pagehero-tall video, .homepage-hero-tall video {
        min-height: calc(80vh - 7.2rem);
    }
}
@media (min-width:64em) {
    .pagehero-tall video, .homepage-hero-tall video {
        min-height: calc(100vh - 7.2rem);
    }
}
.wide-card__image a > div, .wide-card__image a picture {
    height: 100%;
}
.pagehero-full .blazy, .pagehero-full .media--blazy, .homepage-hero-full .blazy, .homepage-hero-full .media--blazy {
    height: inherit;
}
.pagehero-full .blazy picture, .pagehero-full .media--blazy picture, .homepage-hero-full .blazy picture, .homepage-hero-full .media--blazy picture {
    height: inherit;
}
.pagehero-full .pagehero-content {
    left: 0;
    right: 0;
}
.homepage-hero-full .b-responsive, .homepage-hero-full .b-lazy, .pagehero-full .b-responsive, .pagehero-full .b-lazy {
    min-height: 0;
}
.project-page .sdg-stats .stats-slider {
    margin-top: 4.375rem;
    overflow: visible;
}
.project-page section.news-centre-cards {
    margin-top: 15.313rem;
}
.generic-page .news-centre-cards .coh-column {
    margin-bottom: 1.875rem;
}
.generic-page section.news-centre-cards {
    margin-top: 3rem;
}
.generic-page .fluid-carousel {
    margin: 80px 0;
}
.project-page .pagehero-full {
    margin-top: 0.688rem;
    margin-bottom: 3rem;
}
.project-page .news-centre-cards h2 {
    margin-left: 8.33%;
}
.article-page .mt-h .custom-breadcrumb {
    margin-bottom: 1rem;
}
.article-page .article-authors {
    margin-bottom: 0;
    margin-top: 0;
}
.landing-page section.news-centre-cards {
    margin-top: 3rem;
}
.group--group-sites .wide-card {
    margin-bottom: 2.5rem;
    margin-top: 5.563rem;
}
.group--group-sites .stats-cards-two-row {
    margin-bottom: 7.313rem;
}
@media (min-width:48em) {
    .project-page .sdg-stats .stats-slider {
        margin-top: 5.438rem;
    }
    .article-page .mt-h .custom-breadcrumb {
        margin-bottom: 4.563rem;
    }
    .landing-page section.news-centre-cards {
        margin-top: 8.438rem;
    }
    .article-page .fluid.mt-h {
        margin-top: 3rem;
    }
    .group--group-sites .featured-stories {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .generic-page .custom-space {
        margin-top: 1.5rem;
    }
}
@media (min-width:64em) {
    .generic-page .pagehero-full {
        margin-top: 0;
    }
    .generic-page .custom-space {
        margin-top: 4.5rem;
    }
    .generic-page .custom-space:last-child {
        margin-bottom: 6rem;
    }
}
@media (min-width:90em) {
    .article-page .fluid.mt-h {
        margin-top: 5rem;
    }
}
.project-page .stats-slider .stats-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width:768px) {
    .stats-cards-two-row .stats-card-slider.desktop-hidden {
        display: none;
    }
}
.stats-cards-two-row .yellow .stats-card.swiper-slide-active, .yellow .stats-card.swiper-slide:hover, .swiper-wrapper .yellow.stats-card.swiper-slide:hover, .stats-cards-two-row .swiper-wrapper .yellow.stats-card.swiper-slide-active, .stats-card-slider .yellow.swiper-slide:hover {
    background-color: #ffeb00;
}
.stats-cards-two-row .red .stats-card.swiper-slide-active, .red .stats-card.swiper-slide:hover, .swiper-wrapper .red.stats-card.swiper-slide:hover, .stats-cards-two-row .swiper-wrapper .red.stats-card.swiper-slide-active, .stats-card-slider .red.stats-card:hover {
    background-color: #ee402d;
}
.stats-cards-two-row .green .stats-card.swiper-slide-active, .green .stats-card.swiper-slide:hover, .swiper-wrapper .green.stats-card.swiper-slide:hover, .stats-cards-two-row .swiper-wrapper .green.stats-card.swiper-slide-active, .stats-card-slider .green.swiper-slide:hover {
    background-color: #6de354;
}
.stats-cards-two-row .blue .stats-card.swiper-slide-active, .blue .stats-card.swiper-slide:hover, .swiper-wrapper .blue.stats-card.swiper-slide:hover, .stats-cards-two-row .swiper-wrapper .blue.stats-card.swiper-slide-active, .stats-card-slider .blue.stats-card:hover {
    background-color: #60d4f2;
}
@media (max-width:767px) {
    .stats-cards-two-row .stats-card-slider.mobile-hidden {
        display: none;
    }
    .stats-card-slider .stats-card.small {
        pointer-events: auto;
    }
    .stats-cards-two-row .stats-card-slider.desktop-hidden .swiper-slide {
        margin: 0;
    }
    .stats-cards-two-row .stats-card-slider.desktop-hidden .swiper-scrollbar {
        box-sizing: content-box;
    }
    .stats-cards-two-row .stats-card-slider .swiper-slide-active.stats-card h2 {
        color: #000;
    }
}
.stats-card-slider.mobile-hidden .swiper-scrollbar {
    display: none;
}
.stats-cards-two-row .stats-card-slider .swiper-slide {
    margin: 0 0.75rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width:480px) {
    .stats-panel img {
        height: auto;
    }
    .stats-panel {
        overflow: hidden;
    }
}
@media (max-width:89.9375em) {
    .article-page .author-section {
        border-top: 0px solid #000;
    }
}
@media (min-width:48em) {
    .article-page .pargraph-text, .project-page .pargraph-text {
        margin-left: 16.66667%;
        padding: 0;
    }
    [dir="rtl"] .article-page .pargraph-text, [dir="rtl"] .project-page .pargraph-text {
        margin-left: 0;
        margin-right: 16.66667%;
    }
    .article-page .section-head, .project-page .section-head {
        margin-left: 8.33333%;
    }
    .article-page .list-section {
        margin-left: 16.66667%;
    }
    [dir="rtl"] .article-page .section-head, [dir="rtl"] .project-page .section-head {
        margin-left: 0;
        margin-right: 8.33333%;
    }
    [dir="rtl"] .article-page .list-section {
        margin-left: 0;
        margin-right: 16.66667%;
    }
    .article-page .blog-paragraph-text .coh-wysiwyg p {
        margin-left: 16.66667%;
        width: 58.33333%;
    }
    [dir="rtl"] .article-page .blog-paragraph-text .coh-wysiwyg p {
        margin-left: 0;
        margin-right: 16.66667%;
    }
    .article-page .blog-paragraph-text .coh-wysiwyg ul {
        margin-left: 16.66667%;
        width: 58.33333%;
    }
    [dir="rtl"] .article-page .blog-paragraph-text .coh-wysiwyg ul {
        margin-left: 0;
        margin-right: 16.66667%;
    }
    .article-page .coh-wysiwyg ul li {
        margin-left: 0;
    }
    [dir="rtl"] .article-page .coh-wysiwyg ul li {
        margin-right: 0;
    }
    .article-page .large-article-image {
        margin-top: 2rem;
    }
    .generic-page.fluid .sidebar-width .sidebar-accordion {
        margin-top: 0.5rem;
        margin-bottom: 2.5rem;
    }
}
@media (max-width:47.5em) {
    .pagehero-tall .breadcrumb {
        margin-top: 1rem;
    }
    .article-page .fluid.grid-container .grid-container {
        padding-left: 0;
        padding-right: 0;
    }
    .article-page .author-section {
        padding-top: 2rem;
    }
    .generic-page .news-centre-cards .coh-column {
        margin-top: 0;
    }
    .country-page-wrapper .image-reveal-card {
        margin-top: 0;
    }
}
.author-lang-switch-block {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.48px;
}
.author-lang-switch-block label {
    font-size: 1rem;
    display: inline-block;
    margin-right: 0.5em;
}
.author-lang-switch-block a {
    font-size: 1rem;
    font-weight: normal;
    margin: 0 1em 0 0;
}
.author-page .author-content div.content-card {
    margin: 0 0.375rem 0.5rem;
}
.author-page {
    padding: 0.75rem;
}
@media (min-width:48em) {
    .author-summary-text {
        width: calc(100% - 5.875rem);
    }
    .news-centre-cards .content-card {
        margin: 0 0.375rem 0rem;
    }
    .article-page .author-section {
        padding-top: 0;
    }
    .page-hero-tall-breadcrumb.breadcrumb .breadcrumb {
        position: relative;
        top: auto;
        margin-top: 0;
    }
}
@media (min-width:64em) {
    .author-lang-switch-block label {
        margin-right: 1.5em;
    }
    .author-lang-switch-block a {
        margin: 0 1.5em 0 0;
    }
    .author-summary-text {
        width: calc(100% - 13.875rem);
    }
    .article-page .posted-date {
        margin-bottom: 2rem;
    }
}
.bottom-btn-set {
    position: relative;
    min-height: 48px;
}
.stats-cards-two-row .stats-card-slider {
    margin: 2rem 0;
}
@media all and (max-width:767px) {
    .stats-cards-two-row .stats-card-slider.desktop-hidden {
        margin: 2rem 0;
    }
    .stats-cards-two-row .stats-card-slider .swiper-slide {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .news-centre-cards .search-filter {
        display: block;
    }
    .landing-page .pagehero-tall .breadcrumb {
        margin-top: 3rem;
    }
}
.pagehero-full .breadcrumb {
    position: relative;
    z-index: 2;
}
.pagehero-full .breadcrumb ul li a, .hero-container .breadcrumb ul li a {
    color: #ffffff;
}
.pagehero-full .breadcrumb ul li:after, .hero-container .breadcrumb ul li:after {
    color: #ffffff;
}
.dialog-off-canvas-main-canvas {
    overflow: hidden;
}
.global-header .header .mid-nav .logo {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: translateX(-50%);
}
.homepage-hero-full, .pagehero-full {
    width: 100vw;
    margin: 0 -1.5rem;
    max-width: none;
    transition: all .5s ease;
}
.homepage-hero-full.expand-to-size, .pagehero-full.expand-to-size {
    width: 100%;
    margin: 0;
}
@media (max-width:47.9375em) {
    .homepage-hero-full, .pagehero-full {
        margin: 0 -0.75rem;
    }
}
.homepage-hero-full .coh-row {
    margin: auto 0;
    width: 100%;
}
.homepage-hero-full .homepage-hero-content > div {
    padding-top: 0;
}
.homepage-hero-full .homepage-hero-content .button {
    margin-bottom: 0;
}
@media (min-width:48em) {
    .homepage-hero-full {
        min-height: calc(100vh - 5.1rem);
        display: flex;
    }
    div.bio-card .bio-card__content {
        overflow: hidden;
    }
}
@media (min-width:90em) {
    .homepage-hero-full {
        min-height: calc(100vh - 7.1rem);
        display: flex;
    }
}
@media all and (min-width:768px) and (max-width:991px) {
    .news-centre-cards .search-filter.coh-col-sm-3, .news-centre-cards .cards-container.coh-col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media all and (min-width:992px) and (max-width:1024px) {
    .news-centre-cards .search-filter.coh-col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .news-centre-cards .cards-container.coh-col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-centre-cards .search-filter + .cards-container.coh-col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.glabal-page .cta-block.trusted-partnerships__container p {
    margin-bottom: 4.5rem;
}
.glabal-page.fluid .parallax {
    background-image: linear-gradient(90deg, #d4d6d8 1px, rgba(212, 214, 216, 0) 0);
    border-right: 1px solid #d4d6d8;
}
.country-page-wrapper .wide-card-heading {
    margin-bottom: 0;
}
.country-page-wrapper .reveal-head {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.country-page-wrapper .homepage-hero-wide {
    display: inline-block;
    width: 100%;
}
@media (max-width:47.5em) {
    .country-page-wrapper .homepage-hero-wide {
        border-left: 1rem solid #edeff0;
        padding-left: calc(8.33333% + 1.5rem / 2);
    }
    .country-page-wrapper .homepage-hero-wide h1, .homepage-hero-full h1, .homepage-hero-tall h1, .pagehero-full h1, .pagehero-tall h1 {
        font-size: 1.8rem;
        word-break: break-word;
    }
    .country-page-wrapper .stats-cards-two-row {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .country-page-wrapper .our-impact-title {
        margin-top: 6.813rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .country-page-wrapper .homepage-hero-wide {
        margin-bottom: 1.875rem;
        margin-top: 1.875rem;
    }
    .homepage-hero-full .blazy .media, .homepage-hero-tall .blazy .media, .pagehero-full .blazy .media, .pagehero-tall .blazy .media, .homepage-hero-image .blazy .media {
        position: static;
    }
}
@media (min-width:48em) {
    .country-page-wrapper .homepage-hero-wide h1 {
        font-size: 4rem;
        padding-top: 0;
    }
    .country-page-wrapper .homepage-hero-wide {
        margin-bottom: 3.125rem;
        margin-top: 4.375rem;
    }
    .country-page-wrapper .our-impact-title {
        margin-top: 6.813rem;
        margin-bottom: 0;
        margin-left: 8.33333%;
        padding-left: 0;
    }
    .country-page-wrapper .reveal-head {
        margin-left: 0;
    }
}
@media (min-width:64em) {
    .country-page-wrapper .our-impact-title {
        margin-left: 8.33333%;
    }
}
a.active-lang {
    font-style: italic;
    border: 0;
}
@media (min-width:48em) {
    .feature__card.yellow .feature__card-slide {
        background: #ffeb00;
    }
    .feature__card.yellow .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, 0.2) 30%, #ffeb00);
    }
    .feature__card.red .feature__card-slide {
        background: #ee402d;
    }
    .feature__card.red .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, 0.2) 30%, #ee402d);
    }
    .feature__card.green .feature__card-slide {
        background: #6de354;
    }
    .feature__card.green .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, 0.2) 30%, #6de354);
    }
    .feature__card.blue .feature__card-slide {
        background: #60d4f2;
    }
    .feature__card.blue .feature__card-slide:before {
        background: linear-gradient(207deg, hsla(0, 0%, 100%, 0.2) 30%, #60d4f2);
    }
}
.publication-download .chapter-title a {
    font-weight: normal;
}
.publication-download .chapter-item a {
    background: none;
}
.publication-download .icon {
    position: absolute;
    right: 0;
    top: 30px;
}
@media all and (min-width:300px) and (max-width:768px) {
    .publication-download .icon {
        top: 40px;
    }
}
.publication-download .external-publication {
    align-items: center;
    border-bottom: 1px solid #d4d6d8;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.publication-download .external-publication .external-publication-link {
    padding: 1rem 2rem 1rem 0;
    flex-grow: 1;
    font-weight: 400;
    text-transform: inherit;
    font-size: 1rem;
    line-height: 1.25;
    cursor: pointer;
}
.publication-download .external-publication .external-publication-link .icon {
    top: 3px;
}
@media all and (min-width:300px) and (max-width:810px) {
    .publication-download .external-publication .external-publication-link .icon {
        top: 15px;
    }
}
.publication-download .text-link.arrow-3.download-btn.flex-container {
    display: flex;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.event-section {
    margin-bottom: 4.375rem;
    padding-top: 2rem;
}
.event-details {
    border-bottom: 1px solid #d4d6d8;
    margin-bottom: 4.5rem;
    padding-bottom: 1.375rem;
}
.event-details label {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03rem;
    line-height: 1.15;
}
.event-details p {
    font-size: 1rem;
}
.event-details .column {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width:64em) {
    .event-details {
        display: flex;
    }
    .event-details .column {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width:63.5em) {
    .news-centre-cards .cards-container {
        margin-top: 4rem;
    }
}
.empty-child-menu {
    display: none !important;
}
@media screen and (min-width:1660px) and (max-width:1668px) {
    .author-box {
        margin: 1.5rem;
    }
    .author-card {
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
}
@media (min-width:64em) {
    .generic-page .pagehero-full .pagehero-content .content-box {
        width: 65%;
    }
    .generic-page .sidebar-width {
        max-width: 25%;
        position: static;
    }
    .generic-page .sidebar-desktop {
        width: 100%;
    }
    .generic-page .side-content {
        max-width: 75%;
    }
    .generic-page .side-content-without-navigation {
        max-width: 100%;
    }
    .imported-content {
        display: grid;
    }
}
@media (min-width:90em) {
    .imported-content {
        display: block;
    }
}
#toolbar-administration + div .author-page, #toolbar-administration + div .publication-page {
    margin-top: 4.6rem;
}
.parallax-gallery .parallax-gallery-images img {
    height: auto;
}
.publication-thumbnail__image .media.media--blazy {
    background: linear-gradient(180deg, #c9d0d6 70%, #c9d0d6 0, #414648 70.5%, #9ea5ac 0, #9ea5ac);
    display: inline-flex;
    padding: 2.188rem 2.938rem;
    position: relative;
    z-index: 1;
}
.publication-thumbnail__image .media.media--blazy:before {
    background: #7b8085;
    border-radius: 21%;
    bottom: 37px;
    content: '';
    filter: blur(4px);
    height: 27px;
    left: 32px;
    position: absolute;
    right: 20px;
    transform: skewX(64deg);
    width: calc(100% - 100px);
    z-index: -2;
}
.publication-thumbnail__image .media.media--blazy:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width:47.5em) {
    .publication-thumbnail__image .media.media--blazy {
        padding: 20px;
    }
    .publication-thumbnail__image .media.media--blazy:before {
        left: 4px;
        right: 50px;
        height: 16px;
        bottom: 20px;
        filter: blur(4px);
    }
}
.news-centre-hero .image-container {
    z-index: -1;
}
.generic-page .sidebar-accordion {
    margin-bottom: 2.5rem;
}
@media (min-width:64em) {
    .generic-page .sidebar-mobile {
        margin-top: 0;
    }
    .generic-page .sidebar-width .sidebar-accordion {
        overflow-y: auto;
        height: calc(100vh - 9.375rem);
    }
}
@media (max-width:63.9375em) {
    .generic-page .sidebar-desktop .sidebar-accordion h6 {
        display: block;
    }
    .generic-page .sidebar-mobile {
        margin-top: 0;
        display: block;
    }
    .generic-page .sidebar-width .sidebar-accordion.scrollbar {
        overflow-y: auto;
        height: auto;
    }
}
.overlay-grey.project-page-hero-image > div:first-child {
    height: inherit;
}
@media screen and (max-width:63.975em) {
    .project-page .news-centre-cards .coh-col-sm-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .leader-modal .coh-modal-inner {
        height: 100%;
        background: #fff;
    }
    .leader-modal .modal-content .content-wrapper {
        padding: 0;
        overflow-y: auto;
        pointer-events: auto;
        height: 100%;
    }
    .user-logged-in .leader-modal .modal-content {
        max-height: calc(100vh - 20px);
        overflow: hidden;
        height: 100%;
        padding: 1rem;
    }
    .leader-modal .modal-content {
        max-height: calc(100vh - 20px);
        overflow: hidden;
        height: 100%;
        padding: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
    .leader-modal.modal {
        z-index: 99;
        margin-top: 4.5rem;
        padding-bottom: 1rem;
        background: #ffffff;
    }
}
@media screen and (min-width:64em) {
    .leader-modal .modal-content {
        max-width: 1156px;
        padding: 0 20px 17px;
        margin-left: 0;
        margin-right: 0;
    }
    body .leader-modal.modal {
        padding-top: 115px;
    }
    body.user-logged-in .leader-modal {
        padding-top: 190px;
    }
    .leader-modal .leader-info .leader-titles {
        margin-top: 12px;
    }
    .leader-modal .leader-info .leader-bio {
        margin-top: 40px;
        font-size: 1rem;
    }
    .leader-modal.modal .leader-titles p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .leader-modal .modal-content {
        max-height: calc(100vh - 120px);
    }
    .user-logged-in .leader-modal .modal-content {
        max-height: calc(100vh - 220px);
    }
    @-moz-document url-prefix() {
        .mega-nav-option {
            background: hsla(0, 0%, 100%, 0.98);
        }
    }
}
@media all and (max-width:47.5em) {
    .article-page .fluid.mt-h {
        margin-top: 0;
    }
    .event-details {
        padding-bottom: 0;
    }
    .article-page .featured-card-container .feature__card a {
        display: inherit;
    }
}
@media (max-width:63.975rem) {
    .generic-page .sidebar-desktop .sidebar-accordion ul {
        display: none;
        padding: 0;
    }
    .generic-page .sidebar-desktop .sidebar-accordion h6 {
        display: block;
    }
    .generic-page .sidebar-desktop.sidebar-mobile {
        display: block;
        margin-top: 0;
    }
}
@media (min-width:63.975rem) {
    .generic-page .sidebar-desktop .sidebar-accordion h6 {
        display: none;
    }
}
.callout-article {
    margin-top: 70px;
    padding-top: 90px;
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 70px;
}
.callout-article .bg-container {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.accent-yellow .callout-article:not(.transparent) .bg-container, .callout-article:not(.transparent).accent-yellow .bg-container, .callout-article:not(.transparent) .bg-container {
    background: #ffe17e;
}
.accent-green .callout-article:not(.transparent) .bg-container, .callout-article:not(.transparent).accent-green .bg-container {
    background: #b8ecb6;
}
@media print, screen and (max-width:74.62375em) {
    .callout-article {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .callout-article.transparent {
        padding-top: 28px;
        padding-bottom: 28px;
        background: #f7f7f7;
    }
    .generic-page .standard-page {
        margin-top: 0;
    }
}
.callout-article.transparent {
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.callout-article .quote-author {
    margin-top: 30px;
}
.standard-page .standard-page-slider {
    margin-top: 50px;
}
.glide--slider .glide__bullets {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
}
.glide--slider .glide__bullets .glide__bullet, .glide--slider .glide__bullets .glide__bullet--active {
    margin: 0;
    width: 100%;
    height: 1px;
    cursor: pointer;
    border-radius: 0;
    background-color: #000;
}
.glide--slider .glide__bullets .glide__bullet--active:focus, .glide--slider .glide__bullets .glide__bullet:focus {
    outline: #000;
}
.glide--slider .glide__bullets .glide__bullet {
    position: relative;
}
.glide--slider .glide__bullets .glide__bullet:after {
    content: '';
    left: 0;
    top: -2px;
    opacity: 0;
    height: 4px;
    width: 100%;
    position: absolute;
}
.glide--slider .glide__bullets .control-slider, .glide--slider .glide__bullets .slider-control {
    left: 0;
    top: 50%;
    height: 4px;
    position: absolute;
    background: #000;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.64, 0.05, 0.35, 1.05);
}
.glide--slider .bullets-container {
    position: relative;
}
.glide--slider .control-slider, .glide--slider .slider-control {
    left: 0;
    top: 50%;
    height: 4px;
    position: absolute;
    background: #000;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.64, 0.05, 0.35, 1.05);
}
.faq .text-link.arrow-1, .faq .text-link.external-link {
    background: none !important;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
}
.text-link.arrow-1:hover {
    color: #55606f;
}
.text-link img, .text-link svg {
    margin-left: 12px;
    transition: transform 0.2s ease;
}
.text-link.arrow-1:hover img, .text-link.arrow-1:hover svg {
    transform: translateX(70%);
}
.faq .faq-item.question.accordion .answer .heading {
    margin-top: 4.5rem;
}
.faq .faq-item.question.accordion .answer h5.heading:first-of-type {
    margin-top: 2.5rem !important;
}
@media all and (max-width:767px) {
    .pagehero-full.expand-to-size {
        max-width: calc(100% - 0rem);
    }
}
.faq .faq-item .answer li {
    border-bottom: 0;
    cursor: auto;
    list-style: initial;
    overflow: initial;
}
.faq .question-button {
    padding: 40px 0 15px;
}
.faq .question-button .title p {
    margin-bottom: 0;
}
@media all and (max-width:51.24875em) {
    .generic-page .hero.contract {
        max-width: calc(100% - 0rem);
    }
}
.group--group-sites.country-page-wrapper .pagehero-full, .group--group-sites.country-page-wrapper .pagehero-tall {
    margin-bottom: 1.875rem;
}
@media (min-width:48em) {
    .generic-page .hero.contract {
        max-width: calc(100% - 1rem);
    }
    .group--group-sites.country-page-wrapper .pagehero-full, .group--group-sites.country-page-wrapper .pagehero-tall {
        margin-bottom: 3.125rem;
        min-height: 650px;
    }
}
@media print, screen and (min-width:74.625em) {
    .generic-page .side-content:not(.side-content-without-navigation) {
        min-height: calc(100vh - 20vh);
    }
}
.taxonomy-detail-heading {
    padding: 2em 1em;
}
.taxonomy-detail-heading .article-headings {
    margin-top: 2em;
    padding: 0;
}
.search-filter .select-wrapper {
    margin-bottom: 1em;
}
body.glightbox-open {
    overflow: hidden;
}
@media (max-width:47.975em) {
    .lightbox-gallery__right .lightbox-gallery-images li {
        margin-left: 0;
    }
}
@media (min-width:48em) {
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
        max-height: calc(100vh - 185px) !important;
    }
    .glightbox-container .gslider {
        padding-top: 35px;
    }
}
@media (min-width:90em) {
    .glightbox-container .gcontainer .gclose {
        top: 120px;
    }
    .glightbox-container .gslider {
        padding-top: 135px;
    }
    .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
        max-height: calc(100vh - 285px) !important;
    }
    .user-logged-in .glightbox-container .gslider {
        padding-top: 215px;
    }
    .user-logged-in .glightbox-container .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-image img {
        max-height: calc(100vh - 345px) !important;
    }
    .user-logged-in .glightbox-container .gcontainer .gclose {
        top: 220px;
    }
}
.fullWidthJumbo .content {
    background-color: #0265b5;
    background-position: center;
    background-size: cover;
    color: #fefefe;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    margin-bottom: 0.625rem;
}
.fullWidthJumbo .content .row {
    position: relative;
    z-index: 1;
}
@media print, screen and (min-width:64em) {
    .fullWidthJumbo .content {
        padding: 15rem 0;
    }
}
html:not(.no-js) .slide-up-fade-in-content {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
html:not(.no-js) .slide-up-fade-in-content.is-animating {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.programme-section .with-image {
    position: relative;
    overflow: hidden;
    width: 246px !important;
    height: 380px;
    margin: 1rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(138 138 138 / 20%), 0 2px 10px 0 rgb(138 138 138 / 10%);
    box-shadow: 0 2px 5px 0 rgb(138 138 138 / 20%), 0 2px 10px 0 rgb(138 138 138 / 10%);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0a0a0a;
}
.programme-section .with-image img {
    position: absolute;
    min-height: 100%;
    display: block;
    width: 600px;
}
.programme-section .with-image a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.programme-section .with-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.programme-section .with-image .programme-title {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    position: absolute;
    z-index: 1;
    color: #fefefe;
}
.migrate-iframe {
    width: 100%;
    height: 100vh;
    max-height: 400px;
}
.project-page-migration .featured-stories {
    margin-top: 15.313rem;
}
.project-page-migration-body {
    padding: 7.188rem 15px 0;
}
@media (max-width:767px) {
    .page-node-type-projects .pagehero-full .breadcrumb {
        padding-top: 0.75rem;
    }
}
.embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#covid19-menu .button-group {
    display: flex;
}
@media (min-width:48em) {
    #covid-hero h1 {
        font-size: 3em;
    }
}
#covid19-menu .button-group .button {
    font-size: 1.25rem;
    font-weight: normal;
    margin-right: 10px;
    background-color: #0265b5;
    max-width: calc(100% - 70px);
}
#covid19-menu .button-group .button.icon {
    background: #002a50;
}
.fullWidthJumbo .content {
    background-size: cover;
}
@media (min-width:64em) {
    .fullWidthJumbo .content {
        padding: 15rem 1rem;
    }
}
figcaption.embed-figcaption {
    font-style: italic;
    font-size: 80%;
    border-bottom: 2px solid #000;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.publication-page.no-body .sticky, .publication-page.min-body .sticky {
    top: initial !important;
    position: inherit !important;
}
[dir=rtl] .publication-download .icon {
    left: 0;
    right: auto;
}
.publication-card .format {
    text-transform: uppercase;
}
div.publication-card .publication-read-more.publication-read-more-with-link a.readmore {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
    padding: 1.5rem;
}
div.publication-card .publication-read-more.publication-read-more-with-link .readmore .external-link-animated {
    margin-bottom: 8px;
}
div.publication-card .title {
    word-break: break-word;
}
[dir=rtl] .country-header .top-right .icon-search {
    margin-right: 1rem;
    margin-left: 1rem;
}
[dir=rtl] .search-input.big-search input {
    margin-top: 0;
    padding: 5px 40px 5px 20px;
}
[dir=rtl] .search-clear {
    top: 7px;
    width: 10px;
    left: 0;
    right: auto;
}
[dir=rtl] .modal-popular-search .search-input.big-search .icon {
    top: 15px;
    left: 0;
    right: 1rem;
}
@media (max-width:64em) {
    [dir=rtl] .user-logged-in .modal-popular-search {
        top: 12rem;
        padding: 0 0 0 1em;
    }
}
@media (min-width:48em) {
    [dir=rtl] .modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input {
        margin-right: 0;
        margin-left: 30px;
    }
    [dir=rtl] .modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-select-group:not(:last-child) {
        margin-right: 0;
        margin-left: 30px;
    }
    [dir=rtl] .modal-popular-search .modal-content .modal-body {
        margin-left: 5rem;
    }
    [dir=rtl] .modal-popular-search .search-input.big-search .icon {
        top: 15px;
        left: 0;
        right: 2rem;
    }
    [dir=rtl] .search-input.big-search input {
        padding: 10px 75px 12px 20px;
    }
}
.coh-wysiwyg h1 a, .coh-wysiwyg h2 a, .coh-wysiwyg h3 a, .coh-wysiwyg h4 a, .coh-wysiwyg h5 a, .coh-wysiwyg h6 a, .coh-wysiwyg small a {
    font-size: inherit;
}
.coh-wysiwyg ul {
    list-style: initial;
}
.coh-wysiwyg li > ul, .coh-wysiwyg li > ol {
    margin-top: 1rem;
}
.m-content.coh-wysiwyg table {
    margin-bottom: 1.2rem;
}
.m-content.coh-wysiwyg .button.primary {
    background: #006eb5;
    margin-bottom: 1em;
    color: #ffffff;
}
.m-content.coh-wysiwyg img {
    margin-left: auto;
    margin-right: auto;
}
.project-page-hero-wrapper .tagline-heading {
    max-height: 5.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.project-page-hero-wrapper .title-heading {
    max-height: 18rem;
}
@media (max-width:47.975em) {
    .project-page-hero-wrapper .tagline-heading {
        max-height: 7rem;
    }
    .project-page-hero-wrapper .title-heading {
        max-height: 12rem;
        margin-bottom: 1rem;
    }
    .project-page-hero-wrapper .tagline-heading.heading-spacing {
        margin-top: 2rem;
    }
}
@media (min-width:64em) {
    .project-page-hero-wrapper .tagline-heading {
        margin-bottom: 1.5rem;
    }
    .project-page-hero-wrapper .title-heading h2 {
        line-height: initial;
    }
}
.m-content.coh-wysiwyg iframe {
    max-width: 100%;
}
.coh-accordion-title a {
    background: none;
}
.image-reveal-card .image-reveal-card__content {
    white-space: normal;
}
.text-link.arrow-2 .link-arrow {
    height: 16px;
    stroke: #d12800;
    margin-top: -1px;
    margin-left: 4px;
    overflow: hidden;
    fill: transparent;
    vertical-align: middle;
}
.small-leader-card > .content-wrapper:hover .link-arrow-group {
    transform: translateX(0);
}
.text-link.arrow-2 .link-arrow-group {
    transform: translateX(-31px);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
}
.text-link.arrow-2 .link-arrow-group .arrow-line {
    display: none;
}
.text-link.arrow-2 {
    display: inline-flex;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.text-link.arrow-3 {
    display: inline-flex;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}
.text-link.arrow-3 svg {
    margin-left: 12px;
}
.small-leader-card > .content-wrapper:hover .link-arrow-group .arrow-line {
    display: unset;
}
.small-leader-card .coh-style-medium-copy {
    font-size: 1.25rem;
}
.breadcrumb.left-right {
    opacity: 1;
    visibility: visible;
    transform: unset;
}
.cpt-article-content-element .coh-wysiwyg .btn {
    border: none;
    color: #ffffff;
    cursor: pointer;
    background: #d12800;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: uppercase;
    padding: 14px 25px 14px 25px;
}
.cpt-article-content-element .coh-wysiwyg .btn > span:not([class]) {
    flex: 1 0 auto;
}
.cpt-article-content-element .coh-wysiwyg .btn.full {
    width: 100%;
    justify-content: center;
}
.cpt-article-content-element .coh-wysiwyg .btn.not-flex {
    display: inherit;
}
.cpt-article-content-element .coh-wysiwyg .btn svg, .cpt-article-content-element .coh-wysiwyg .btn img {
    margin-left: 14px;
    transition: transform 0.2s ease;
}
.cpt-article-content-element .coh-wysiwyg .btn:hover {
    color: #ffffff;
    background: #ff7265;
}
.cpt-article-content-element .coh-wysiwyg .btn:hover svg, .cpt-article-content-element .coh-wysiwyg .btn:hover img {
    transform: translateX(70%);
}
.cpt-article-content-element .coh-wysiwyg .btn.disabled, .cpt-article-content-element .coh-wysiwyg .btn:disabled {
    color: #eaedee;
    pointer-events: none;
    background: #ced0d3 !important;
}
.cpt-article-content-element .coh-wysiwyg .btn.disabled svg path, .cpt-article-content-element .coh-wysiwyg .btn:disabled svg path {
    stroke: #eaedee;
}
.cpt-article-content-element .coh-wysiwyg .btn.blue {
    background: #006eb5;
}
.cpt-article-content-element .coh-wysiwyg .btn.blue:hover {
    background: #3288ce;
}
.cpt-article-content-element .coh-wysiwyg .btn.no-arrow {
    padding: 14px 35px;
}
@media screen and (max-width:767px) {
    .cpt-article-content-element .coh-wysiwyg .btn.no-arrow {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
.cpt-article-content-element .coh-wysiwyg .btn.light {
    background: #ffffff;
    color: #232e3e;
}
.cpt-article-content-element .coh-wysiwyg .btn.light:hover {
    background: #ffd1ce;
}
.cpt-article-content-element .coh-wysiwyg a:not(.button) {
    background-repeat: no-repeat;
    background-size: 100% 2px, 0 1px;
    background-position: 100% 100%, -30px 100%;
    background-image: linear-gradient(#d12800, #d12800), linear-gradient(#d12800, #d12800);
}
.cpt-article-content-element .coh-wysiwyg a:not(.button):hover {
    -webkit-animation: lineLoop-animation 2s linear infinite;
    -moz-animation: lineLoop-animation 2s linear infinite;
    -ms-animation: lineLoop-animation 2s linear infinite;
    -o-animation: lineLoop-animation 2s linear infinite;
    animation: lineLoop-animation 2s linear infinite;
}
.cpt-article-content-element .coh-wysiwyg a.button {
    background-color: #0265b5;
    border-radius: 4px;
    transition: all .3s;
}
.cpt-article-content-element .coh-wysiwyg a.button:hover {
    background-color: #02569a;
}
.coh-wysiwyg table.unstriped td {
    padding: 4px;
    width: 200px;
    vertical-align: middle;
}
.standard-page .side-nav-content .side-content .content-wrapper .downloadable-content .download-btn, .standard-page .side-nav-content .side-content .content-wrapper .social-icon {
    background: none !important;
}
.advanced-content-wrapper .pager__item a.button {
    background-color: #006eb5;
}
.advanced-content-listing {
    margin-top: 1rem;
}
.advanced-content-search-wrapper {
    position: relative;
    margin-top: 2rem;
}
.advanced-content-search-filter {
    position: static;
}
.advanced-content-wrapper .js-pager__items.pager {
    padding-left: 0;
}
.search-filter.advanced-content-search .expand-search {
    max-width: 100%;
}
.search-filter.advanced-content-search li {
    list-style-type: none;
    width: 100%;
}
.views-exposed-form.bef-exposed-form {
    position: static;
}
.advanced-content-wrapper .coh-column .coh-col-xl {
    padding-bottom: 0;
}
.advanced-content-wrapper p {
    margin-bottom: 0.5rem;
}
.advanced-content-wrapper .pager__item {
    list-style-type: none;
    margin-top: 2rem;
    margin-left: 0;
    padding-left: 0;
}
.advanced-content-search .select-wrapper .custom-advanced-sort-filters {
    display: none;
}
.advanced-content-wrapper .advanced-content-sortby li {
    list-style-type: none;
}
.advanced-content-results {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .48px;
    margin-bottom: 1rem;
}
.advanced-content-search .has-submenu .advance-button-select-sub .form-checkbox {
    right: -18px;
}
.advanced-content-search .has-submenu button.advance-button-select-sub:after {
    right: 3rem;
    top: 29px;
}
.advanced-content-search .multi-select ul .has-submenu.open button:after {
    top: 29px;
}
@media (max-width:47.975em) {
    .advanced-content-sortby #edit-sort-by--2--wrapper {
        display: block;
    }
    .advanced-content-search-filter .select-wrapper {
        margin-bottom: 1em;
        margin-top: -1rem;
    }
    .search-filter.advanced-content-search .multi-select {
        max-width: 25rem;
    }
    .advanced-content-wrapper .breadcrumb {
        margin-bottom: 1rem;
    }
    .advanced-content-listing .cards-container {
        padding: 0;
    }
    .advanced-content-wrapper .pager__item {
        padding-left: 0;
    }
    .advanced-content-listing .views-infinite-scroll-content-wrapper > .coh-column {
        padding-bottom: 0.75rem;
    }
}
@media (max-width:63.975em) {
    .advanced-content-search .expand-search .form-item-combine input {
        padding-left: 0.8125rem;
        padding-right: 1.5rem;
        width: 100%;
    }
    .advanced-content-sortby {
        max-width: 100%;
        height: 100%;
        background: #ffffff;
    }
    .search-filter.advanced-content-search .multi-select {
        max-width: 100%;
    }
    .advanced-content-search .select-wrapper .selected-chips {
        max-width: 100%;
    }
    .advanced-content-search-filter, .advanced-content-listing {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .advanced-content-search-filter .search-filter {
        display: none;
    }
    .advanced-content-search-filter .search-filter.show-filter {
        display: block;
    }
    .advanced-content-search-filter .sort-filter-search.button {
        display: block;
        text-align: center;
    }
}
@media (min-width:48em) {
    .advanced-content-wrapper {
        padding-top: 5rem;
    }
    .advanced-content-sortby .custom-advanced-sort-filters {
        display: block;
    }
    .search-filter.advanced-content-search {
        margin-block-start: 1.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .advanced-content-wrapper .breadcrumb {
        margin-bottom: 4.563rem;
    }
    .advanced-content-results {
        margin-top: 1.2rem;
    }
    .advanced-content-listing .views-infinite-scroll-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .advanced-content-listing .views-infinite-scroll-content-wrapper > .coh-column {
        padding-bottom: 1.5rem;
    }
    .sort-filter-search.button {
        text-align: center;
    }
}
@media (min-width:64em) {
    .advanced-content-wrapper .advanced-content-sortby {
        position: absolute;
        top: -2.8rem;
        right: 1.5rem;
        left: auto;
        max-width: 20rem;
        width: 100%;
        z-index: 1;
    }
    .search-filter.advanced-content-search .multi-select {
        max-width: 20rem;
    }
    .sort-filter-search-btn {
        display: none;
    }
}
.advanced-content-search .multi-select.open ul:not(ul.sub-menu) {
    max-height: 12em;
}
.advanced-content-search .form-wrapper input.form-checkbox {
    margin-top: 0;
}
.advanced-content-search .multi-select ul .form-check label {
    padding-right: 1.5rem;
}
.advanced-content-search .has-submenu button.advance-button-select-sub {
    padding: 0rem 3.125rem 0rem 0.25rem;
}
.advanced-content-search ul li ul {
    margin: 0;
}
.sort-filter-search.advance-button-select.close {
    background-color: #006eb5;
    color: #fff;
    font-size: 0;
}
.sort-filter-search.advance-button-select:hover, .sort-filter-search.advance-button-select.close:hover {
    background-color: #006eb5;
}
.multi-select ul .has-submenu .sub-menu .has-submenu:not(open) ul.sub-menu {
    display: none;
}
.multi-select ul .has-submenu .sub-menu .has-submenu.open ul.sub-menu {
    display: block;
}
.multi-select ul .has-submenu .sub-menu .has-submenu:not(open) button:after {
    top: 22px;
    transform: translateY(0%) rotate(0deg);
}
.multi-select ul .has-submenu .sub-menu .has-submenu.open button:after {
    top: 29px;
    transform: translateY(-50%) rotate(-180deg);
}
.advanced-select .form-radios:not(.expanded) {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-right: 1em;
    min-height: 1.7em;
    max-height: 1.7em;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: none;
    transition: 0.3s all ease-in-out;
    border: solid 2px #000;
}
.advanced-select .form-radios.expanded {
    border: solid 2px #000;
    background: #fff;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
    min-height: 5em;
    max-height: 4em;
    position: relative;
    transition: 0.2s all ease-in-out;
    width: 100%;
}
.advanced-select .form-radios input {
    width: 100%;
    height: 52px;
    display: inline-block;
    position: absolute;
    opacity: 0;
    z-index: 1;
    border-radius: 0;
    margin-top: 0;
}
.advanced-select .form-radios label {
    border-top: 0.06em solid #d9d9d9;
    display: block;
    height: 3em;
    line-height: 3.2em;
    padding-left: 1em;
    padding-right: 3em;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
}
.advanced-select .form-radios input:checked + label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 48px;
}
.advanced-select .form-radios::after {
    content: "";
    position: absolute;
    top: 0.68em;
    transition: 0.4s all ease-in-out;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE5IDEtOSAxMEwxIDEiIHN0cm9rZT0iI0VFNDAyRCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%;
    float: right;
    height: 13px;
    right: 14px;
    width: 20px;
}
.advanced-content-search .multi-select .has-submenu {
    position: relative;
}
.advanced-content-search .multi-select .has-submenu input {
    top: 29px;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
}
.advanced-content-search .multi-select .has-submenu .sub-menu .has-submenu input {
    right: 0;
}
.advanced-content-search .multi-select .has-submenu ul.sub-menu li input, .advanced-content-search .multi-select .has-submenu .sub-menu .has-submenu .sub-menu input {
    right: 1rem;
}
.advanced-select .form-radios.expanded label {
    border-top: 0.06em solid #d9d9d9;
}
.advanced-select .form-radios.expanded::after {
    transform: rotate(-180deg);
}
.advanced-select .form-item-sort-by {
    position: relative;
    top: 54px;
    width: 100%;
    display: block;
    height: 3rem;
}
.advanced-select .form-item-sort-by.active {
    position: absolute;
    top: 1px;
}
.advanced-select .form-item-sort-by.active label.option {
    font-weight: 600;
    text-transform: uppercase;
}
.advanced-select span.expand-sorting {
    width: 100%;
    height: 44px;
    display: inline-block;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 99;
    cursor: pointer;
}
.advanced-select .fieldset-legend {
    font-size: 1rem;
}
.eventdisabled {
    pointer-events: none;
}
.sort-filter-search-btn {
    width: 100%;
}
.sort-filter-search-btn.button.close {
    background-color: #edeff0;
    color: #000;
    font-size: 0;
}
.sort-filter-search-btn.button.close:hover {
    background-color: #edeff0;
}
.sort-sf {
    color: #fff;
    text-align: center;
}
span.close-class {
    display: none;
}
.sort-sf.inactive {
    background-color: #edeff0;
    color: #000;
    font-size: 0;
}
span.close-class.close {
    color: #000000;
    display: block;
    font-size: 16px;
}
.pagehero-no-image {
    background: #F7F7F7;
    padding: 5rem 1.5rem;
}
.pagehero-no-image .breadcrumb {
    margin-block-end: 5rem;
}
@media (min-width:64em) {
    .pagehero-no-image h1 {
        font-size: 3.5rem;
    }
}
.pagehero-content h2 {
    margin-bottom: 0.5rem;
}
@media(min-width:48em) {
    .fluid-carousel .slide-content {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .fluid-carousel .slider-slide {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
}
.coh-column .download-card, .cell .download-card {
    min-width: auto;
}
.spacer.fixed-space {
    margin: 0;
}
.spacer.fixed-space.spacing-01 {
    height: 0.125rem;
}
.spacer.fixed-space.spacing-02 {
    height: 0.25rem;
}
.spacer.fixed-space.spacing-03 {
    height: 0.5rem;
}
.spacer.fixed-space.spacing-04 {
    height: 0.75rem;
}
.spacer.fixed-space.spacing-05 {
    height: 1rem;
}
.spacer.fixed-space.spacing-06 {
    height: 1.5rem;
}
.spacer.fixed-space.spacing-07 {
    height: 2rem;
}
.spacer.fixed-space.spacing-08 {
    height: 2.5rem;
}
.spacer.fixed-space.spacing-09 {
    height: 3rem;
}
.spacer.fixed-space.spacing-10 {
    height: 4rem;
}
.spacer.fixed-space.spacing-11 {
    height: 5rem;
}
.spacer.fixed-space.spacing-12 {
    height: 6rem;
}
.spacer.fixed-space.spacing-13 {
    height: 10rem;
}
.spacer.margin-collapse {
    height: 2px;
}
.spacer.margin-collapse.spacing-02 {
    margin: calc(0.125rem - 1px) 0;
}
.spacer.margin-collapse.spacing-03 {
    margin: calc(0.25rem - 1px) 0;
}
.spacer.margin-collapse.spacing-04 {
    margin: calc(0.375rem - 1px) 0;
}
.spacer.margin-collapse.spacing-05 {
    margin: calc(0.5rem - 1px) 0;
}
.spacer.margin-collapse.spacing-06 {
    margin: calc(0.75rem - 1px) 0;
}
.spacer.margin-collapse.spacing-07 {
    margin: calc(1rem - 1px) 0;
}
.spacer.margin-collapse.spacing-08 {
    margin: calc(1.25rem - 1px) 0;
}
.spacer.margin-collapse.spacing-09 {
    margin: calc(1.5rem - 1px) 0;
}
.spacer.margin-collapse.spacing-10 {
    margin: calc(2rem - 1px) 0;
}
.spacer.margin-collapse.spacing-11 {
    margin: calc(2.5rem - 1px) 0;
}
.spacer.margin-collapse.spacing-12 {
    margin: calc(3rem - 1px) 0;
}
.spacer.margin-collapse.spacing-13 {
    margin: calc(5rem - 1px) 0;
}
.feature__card-description p {
    max-height: 8.75rem;
    overflow: hidden;
}
@media(max-width:47.9375em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left: 0;
        margin-right: 0;
    }
}
@media(min-width:48em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left: 0;
        margin-right: 0;
    }
}
@media(min-width:64em) {
    [dir=rtl] .featured-card-container .feature__card-title {
        margin-left: 0;
        margin-right: 0;
    }
}
.mobile-nav-options {
    display: flex;
    gap: 15px;
}
main .our-expertise.coh-row-inner > .coh-column {
    padding: 0;
}
@media(min-width:90em) {
    .landing-page .fluid-carousel .slide-content {
        flex: 1 0 40%;
        max-width: 100%;
    }
}
@media(min-width:48em) {
    .group--group-sites .fluid-carousel .slide-content {
        position: relative;
        flex: 1 0 40%;
        max-width: 100%;
    }
}
.glightbox-container {
    z-index: 101;
}
.lightbox-gallery__right .lightbox-gallery-images li figure {
    display: inline-grid;
    position: relative;
}
#user-pass, #user-form, #user-pass-reset {
    border: none;
    margin-top: 150px;
    margin-bottom: 250px;
    float: center;
    padding: 15px 30px;
}
#user-form, #user-pass-reset {
    text-align: left;
}
#user-pass {
    text-align: center;
}
@media screen and (max-width:1025px) {
    #user-pass {
        border: none;
        margin-top: 64px;
        margin-bottom: 80px;
        float: center;
        padding: 15px 30px;
        text-align: center;
    }
    #user-form, #user-pass-reset {
        border: none;
        float: center;
        padding: 15px 30px;
        text-align: left;
    }
}
#user-pass .button.button-primary {
    width: 100%;
    margin-top: 1rem;
}
#user-form .button.button-primary {
    width: 100%;
    margin-top: 43px;
}
#user-pass-reset .form-actions, #user-form .form-actions {
    display: none;
}
#user-form .form-wrapper input {
    margin-top: 8px;
    margin-bottom: 15px;
}
#user-form .password-strength__title {
    display: block;
    margin-bottom: 15px;
}
#user-form .details {
    margin-top: 15px
}
#user-form .form-select {
    min-width: 100%;
}
#user-pass-reset .button.button-primary {
    width: 100%;
    margin-top: 43px;
    padding-top: 1.4rem;
    padding-right: 1rem;
    padding-bottom: 1.4rem;
    padding-left: 1rem;
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: bold;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs {
    flex-wrap: wrap;
    gap: 24px;
}
.region-office-type {
    display: flex;
    gap: 24px;
    margin-right: 45px;
}
@media (max-width:96.813rem) {
    .region-office-type {
        width: calc(100% - 65px);
        position: relative !important;
        display: flex;
    }
    .display-group-region, .display-group-office {
        min-width: 50%;
    }
    .multi-select {
        max-width: 100%;
    }
    .multi-select regions-select {
        width: 100%;
        min-width: 100%;
    }
    .multi-select office-type-select {
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width:75em) {
    .region-office-type {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .display-group-region, .display-group-office {
        min-width: 100%;
    }
}
.external-link-animated {
    margin: 0 1rem 2px;
}
.cta__link.cta--space.ext::after {
    background: none;
}
.feature__card-image > div, .homepage-hero-full .image > div {
    height: 100%;
}
.coh-accordion-tabs-content {
    padding-top: 2.5rem;
}
.mobile-nav-options .mob-donate {
    min-width: 100%;
}
.grid-paragraph-text {
    margin-inline-start: 16.66667%;
    width: 100%;
}
@media (max-width:1024px) {
    .grid-paragraph-text {
        margin-inline-start: 0;
    }
}
@media (min-width:48em) {
    .grid-paragraph-text {
        margin-inline-start: 16.66667%;
        padding: 0;
    }
}
@media (max-width:480px) {
    .grid-paragraph-text {
        max-width: 100%;
    }
}
@media (max-width:48em) {
    .sdg-image {
        display: none;
    }
}
body.modal-open {
    overflow: hidden;
}
@media print, screen and (min-width:89.9375em) {
    .global-header .header {
        top: 0;
        width: 100%;
        position: fixed;
        z-index: 100;
        transform: translateY(0);
        height: 115px;
        background-color: #f7f7f7;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 3px 6px rgb(0 0 0 / 9%);
    }
}
.hide {
    display: none !important;
}
.modal-popular-search {
    width: 100%;
    position: fixed;
    overflow-y: auto;
    z-index: 8;
    top: 115px;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: hsla(0, 0%, 100%, .87);
    height: calc(100vh - 115px);
}
.modal-popular-search .modal-content {
    min-height: 100%;
    padding: 30px 0 0;
    margin-left: 0;
}
.modal-popular-search .modal-content {
    background: transparent;
    max-width: 100%;
    padding: 4rem 0.75rem 0.75rem;
    position: relative;
    width: 100%;
}
.modal-popular-search .modal-content .modal-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.search-input.big-search .search-icon {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(/themes/custom/undpglobal/images/icon-search.svg);
    background-position: center;
    background-size: 2.2rem;
    display: block;
}
.search-input.big-search .search-close, .input-search + .search-clear .search-close {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/themes/custom/undpglobal/images/icon-close.svg);
    background-position: center;
    background-size: 1.25rem;
    display: block;
}
@media print, screen and (min-width:48em) {
    .modal-popular-search .modal-content .modal-body {
        top: 50%;
        left: 50%;
        height: 50%;
        position: absolute;
        transition: all .4s cubic-bezier(.64, .05, .35, 1.05);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 1200px;
        padding-right: 24px;
        padding-left: 24px;
    }
    .search-input.big-search .icon {
        width: 35px;
        margin-left: 0;
        transform: none;
        display: inline-block;
    }
}
.search-input .icon {
    top: 50%;
    width: 26px;
    margin-left: 15px;
    position: absolute;
    transform: translateY(-50%);
}
.icon-search:focus-visible {
    box-shadow: none;
}
.header .top-right .icon-search, .header .top-right .icon-globe {
    mask: none !important;
    -webkit-mask: none !important;
    background-color: transparent !important;
}
.header .top-right .icon-globe {
    background-image: url(/themes/custom/undpglobal/design-system/images/globe.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.header .top-right .icon-search {
    background-image: url(/themes/custom/undpglobal/design-system/images/search.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.header .top-right .icon-search:focus-visible {
    box-shadow: 0 0 4px #0468b1 !important;
}
.header .top-right .icon-search:hover, .header .top-right .icon-globe:hover {
    opacity: 0.7;
}
@media print, screen and (max-width:74.62375em) {
    .search-input .icon {
        margin-left: 0;
    }
    .search-input:not(.big-search) {
        border-bottom: 1px solid #232e3e;
    }
}
.search-input {
    position: relative;
}
.search-input.big-search label {
    display: none;
}
.search-input.big-search input {
    position: relative;
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    box-shadow: none;
    font-weight: 500;
    padding: 13px 20px 14px 55px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #232e3e;
    color: #000;
    margin-top: 0;
}
.most-searched-keyword {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}
@media print, screen and (min-width:51.25em) {
    .search-input.big-search input {
        line-height: 1;
        font-size: 55px;
        font-weight: 400;
        padding: 10px 20px 12px 75px;
    }
}
.search-clear {
    position: absolute;
    right: 0;
    top: 40px;
    opacity: 0;
    cursor: pointer;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container {
    width: 100%;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container h3 {
    line-height: 1.2;
    font-size: 45px;
    ;
    font-weight: 300;
    margin-bottom: 0;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul {
    padding: 0;
    margin-top: 30px;
    list-style-type: none;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 0;
    position: relative;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li:not(:first-child) {
    margin-top: 18px;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a {
    font-size: 14px;
    padding: 0;
}
.modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a:hover {
    color: #000;
}
.quick-links-search a, .search-clear {
    background: none;
}
@media print, screen and (min-width:767px) and (max-width:1023px) {
    .modal-popular-search {
        top: 70px;
        height: calc(100vh - 50px);
        z-index: 1;
    }
    .modal-popular-search .modal-content {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-popular-search .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-input.big-search input {
        margin-top: 0;
        padding: 5px 20px 5px 55px;
    }
    .search-clear {
        top: 7px;
        width: 10px;
        right: 10px;
    }
}
@media print, screen and (min-width:820px) and (max-width:1180px) {
    .modal-popular-search {
        top: 70px;
        height: calc(100vh - 50px);
        z-index: 1;
    }
    .modal-popular-search .modal-content .modal-body .popular-search-wrapper {
        margin-top: 60px;
    }
}
@media print, screen and (max-width:768px) {
    .modal-popular-search {
        top: 70px;
        height: calc(100vh - 60px);
        z-index: 1;
    }
    .modal-popular-search .modal-content {
        padding: 50px 0 0;
    }
    .modal-popular-search .modal-content .modal-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-clear {
        top: 7px;
        width: 10px;
        right: 10px;
    }
    .search-input.big-search input {
        margin-top: 0;
        padding: 5px 20px 5px 55px;
    }
    .search-input.big-search .search-icon {
        width: 1.625rem;
        height: 1.625rem;
        background-size: 1.625rem;
    }
    .search-input.big-search .search-close, .input-search + .search-clear .search-close {
        width: 0.75rem;
        height: 0.75rem;
        background-size: 0.75rem;
    }
    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container h3 {
        font-size: 14px;
        font-weight: 400;
    }
    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul {
        margin-top: 20px;
        padding-left: 22px;
    }
    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li {
        text-transform: none;
        font-weight: 600;
        list-style-type: none;
        margin-left: 0;
    }
    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a {
        position: relative;
        display: inline-flex;
    }
    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container ul li a::after, .modal-popular-search .modal-content .modal-body .most-searched-keyword li::after {
        top: 0;
        width: 9px;
        content: "";
        right: -18px;
        height: 14px;
        display: block;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/themes/custom/undpglobal/images/btn-arrow-red.svg);
    }
    .modal-popular-search .modal-content .modal-body .popular-search-wrapper .popular-search-container .list-quicklinks:not(:first-child) {
        margin-top: 50px;
    }
}
.footer .icons-search .icon {
    display: inline-flex;
}
.global-header .header .top-right .icon-search {
    margin-left: 1rem;
    margin-right: 0.75rem;
}
.country-header .header .top-right .icon-search.active:hover {
    background-color: transparent;
}
.global-header .header .top-right .icon-search.active, .country-header .header .top-right .icon-search.active {
    background: url(/themes/custom/undpglobal/images/icon-close.svg) no-repeat;
    background-size: 24px;
    -webkit-mask: none;
    mask: none;
}
.search-input .form-actions {
    display: none;
}
footer .icons-search a {
    background: none;
}
#modal-google-cse-search .search-results-stats {
    padding-block-start: 2rem;
    padding-block-end: 2rem;
}
#modal-google-cse-search .marker {
    text-align: center;
    margin-block-end: 1rem;
}
#modal-google-cse-search .back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) url(/themes/custom/undpglobal/images/icon-arrow-down-red.svg) no-repeat center;
    transform: rotateX(180deg);
    margin-inline-start: auto;
}
#modal-google-cse-search .back-to-top:hover {
    animation: oneTurn 0.5s linear;
}
@keyframes oneTurn {
    0% {
        transform: rotateX(180deg);
    }
    100% {
        transform: rotateX(-180deg);
    }
}
#modal-google-cse-search .search-results-items .thumbnail {
    position: absolute;
    inset: 2rem 0.75rem 2rem auto;
    aspect-ratio: 1/1;
}
@media screen and (max-width:1024px) {
    #modal-google-cse-search .search-results-items .auto.cell {
        display: none;
    }
}
#modal-google-cse-search .search-results-items img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#modal-google-cse-search .search-results-items .cell {
    padding-top: 2rem;
    position: relative;
}
#modal-google-cse-search .search-results-items small a {
    background: none;
    color: #232E3D;
}
#modal-google-cse-search .searh-results-item-title {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 1rem
}
#modal-google-cse-search .ajax-progress.ajax-progress-throbber {
    position: fixed;
    inset: 50%;
}
#modal-google-cse-search .throbber {
    background: none;
}
#modal-google-cse-search .search-input.big-search .icon {
    left: auto;
}
#modal-google-cse-search .search-results-stats .cell {
    display: flex;
    align-items: center;
}
#modal-google-cse-search .did-you-mean, #modal-google-cse-search .search-results-stats, #modal-google-cse-search .search-results-filter {
    display: none;
}
#modal-google-cse-search .search-results-filter {
    margin-bottom: 2rem;
}
#modal-google-cse-search .search-results-filter > ul {
    background: none;
    padding-inline-start: 0.75rem;
}
.search-filters .facets-widget-checkbox .select-control {
    background-color: #fff;
    display: block;
    cursor: pointer;
    max-width: 100%;
    text-align: left;
    min-width: 230px;
    max-height: 52px;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 45px 15px 25px;
    border: 2px solid #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 16px;
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .search-filters .facets-widget-checkbox .select-control {
        font-size: 0.875rem;
    }
}
.search-filters .js-facets-checkbox-links {
    display: none;
    top: 50px;
    width: 100%;
    max-width: 100%;
    min-width: 230px;
    overflow-y: auto;
    list-style: none;
    min-height: 100px;
    max-height: 355px;
    z-index: 5;
    position: absolute;
    font-weight: 400;
    padding: 0 23px 0 25px;
    border: 2px solid #000;
    border-top: none;
    background-color: #fff;
}
.search-filters .facets-widget-checkbox {
    position: relative;
}
.facet-item {
    margin: 0;
    font-size: 1.25rem;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    list-style-type: none;
}
.facet-item label {
    padding: 15px 52px 15px 0;
}
.facet-item:not(.facet-item--expanded):hover {
    color: #4b5564;
}
.facet-item--expanded:hover {
    color: #4b5564;
}
.facet-item input {
    top: 17px;
    right: 0;
    height: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.select-control::after {
    top: 50%;
    content: "";
    right: 22px;
    width: 18px;
    height: 12px;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    background: url(/themes/custom/undpglobal/images/icon-arrow-down-red.svg) no-repeat;
    background-size: contain;
}
.facet-item--expanded {
    padding-right: 0;
}
.facet-item--expanded > label {
    display: block;
    position: relative;
    margin-right: 40px;
    z-index: 2;
}
.facet-item--expanded > label::after {
    top: 20px;
    content: "";
    right: -10px;
    width: 18px;
    height: 12px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    background: url(/themes/custom/undpglobal/images/icon-arrow-down-red.svg) no-repeat;
    background-size: contain;
}
.facet-item--expanded .facets-widget- {
    display: none;
}
.open-submenu .facets-widget- {
    display: block;
}
.open-submenu label::after {
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
}
.open-facet .select-control::after {
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
    top: 20px;
}
.open-facet .js-facets-checkbox-links {
    display: block;
}
.open-facet .select-control {
    border-bottom: 0 !important;
}
.facets-widget- ul {
    padding-left: 40px;
    color: #55606f;
}
.active-filters {
    margin-bottom: 20px;
}
.active-filters .tag {
    margin-bottom: 15px;
}
.active-filters .filter {
    font-size: 1rem;
    cursor: pointer;
    margin: 0 0.75rem 0.75rem 0;
}
.active-filters .tag {
    color: #55606e;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 1rem;
    text-transform: uppercase;
}
.facet-item::marker {
    content: "";
    display: none;
}
.mobile-filters-close, .open-filters .mobile-filters-open {
    display: none;
}
.search-filters.open-filters .mobile-filters-close {
    display: block;
}
.search-filters .btn {
    border: none;
    color: #fff;
    cursor: pointer;
    background: #d12800;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: uppercase;
    padding: 14px 25px;
    width: 100%;
}
.btn.blue {
    background: #006eb5;
}
@media screen and (min-width:767px) {
    .mobile-filters-open {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .search-filters:not(.open-filters) .block-facet--checkbox, .search-filters:not(.open-filters) .active-filters {
        display: none;
    }
}
.results-and-filters-container {
    display: flex;
    position: relative;
    padding-top: 150px;
    flex-wrap: wrap;
}
@media screen and (max-width:768px) {
    .results-and-filters-container {
        padding-top: 90px;
    }
}
.results-and-filters-container .search-results {
    padding-left: 25px;
    flex: 0 0 calc(100% - 22.16rem);
    max-width: calc(100% - 22.16rem);
}
@media screen and (max-width:768px) {
    .results-and-filters-container .search-results {
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .results-and-filters-container .search-results {
        flex: 0 0 calc(100% - 15.9375rem);
        max-width: calc(100% - 15.9375rem);
    }
}
.search-filters {
    flex: 0 0 22.16rem;
    max-width: 22.16rem;
}
@media screen and (max-width:768px) {
    .search-filters {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .search-filters {
        max-width: 15.9375rem;
        flex: 0 0 15.9375rem;
    }
}
.search-results .views-exposed-form {
    position: absolute;
    top: 0;
    right: 22px;
    left: 0;
    width: 100%;
}
.search-input {
    position: unset !important;
}
.search-input.big-search input {
    height: auto;
}
.search-input.big-search .icon {
    top: 15px;
    left: 0;
}
@media screen and (min-width:767px) and (max-width:1025px) {
    .search-input.big-search .icon {
        top: 30px;
    }
}
@media screen and (min-width:1025px) {
    .search-input.big-search .icon {
        top: 35px;
    }
}
.search-results .views-infinite-scroll-header {
    padding-bottom: 25px;
    font-size: 1rem;
}
.search-results .item-list li {
    padding: 22px 0 24px;
    border-top: 2px solid #000;
    margin-left: 0;
}
@media screen and(max-width:768px) {
    .search-results .item-list li {
        padding: 22px 25px 24px;
    }
}
.search-results .item-list li::marker {
    content: '';
}
.search-results .item-list ul {
    padding-left: 0;
}
.search-results .item-list .views-field-type-str {
    font-size: 0.75rem;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}
.search-results .item-list .views-field-title {
    margin-top: 10px;
    padding-right: 60px;
    display: block;
    line-height: 1.2;
    font-weight: 400;
}
@media screen and (max-width:1025px) {
    .search-results .item-list .views-field-title {
        padding-right: 0;
    }
}
.search-results .views-field-title a {
    font-size: 1.5625rem;
}
.search-results .views-field-search-api-excerpt {
    margin-top: 25px;
    padding-right: 50px;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 400;
}
@media screen and (max-width:1025px) {
    .search-results .views-field-search-api-excerpt {
        padding-right: 0;
    }
}
.search-results .item-list .views-field-title a:hover {
    color: #55606f;
}
.mobile-filters-open, .mobile-filters-close {
    margin-bottom: 30px;
}
.show-results .popular-search-blocks, .hide-popular-search .popular-search-blocks {
    display: none !important;
}
.modal-popular-search {
    overflow-x: hidden;
}
.modal-popular-search:not(.show-results) .mobile-filters-open, .modal-popular-search:not(.show-results) .mobile-filters-close {
    display: none;
}
.search-results .views-infinite-scroll-content-wrapper {
    padding-right: 30px;
    overflow-y: auto;
    max-height: calc(100vh - 345px);
}
@media screen and (max-width:768px) {
    .search-results .views-infinite-scroll-content-wrapper {
        padding-right: 30px;
    }
}
@media screen and (min-width:767px) {
    .modal-popular-search .results-and-filters-container .search-results .views-infinite-scroll-content-wrapper::-webkit-scrollbar-thumb {
        background-color: #000;
    }
    .modal-popular-search .results-and-filters-container .search-results .views-infinite-scroll-content-wrapper::-webkit-scrollbar {
        width: 5px;
        background: linear-gradient(90deg, transparent 10%, #000 33%, transparent 0);
    }
}
.search-results .views-exposed-form .js-form-type-select {
    display: none;
}
.modal-popular-search:not(.show-results) .country-checkbox, .country-checkbox:not(.show-checkbox), .modal-popular-search:not(.show-cname) .views-infinite-scroll-header .country-name, body:not(.path-group) .views-infinite-scroll-header .country-name {
    display: none;
}
.search-results .country-name {
    font-weight: bold;
}
.search-filters .country-name {
    padding-right: 0;
}
@media screen and (max-width:768px) {
    .show-results .grid-container {
        top: 30px !important;
    }
}
@media screen and (min-width:767px) {
    .show-results .grid-container {
        top: 30px !important;
        transform: translate(-50%) !important;
    }
}
.country-checkbox label {
    display: inline-block;
}
.views-field-mid {
    font-size: 0.75rem;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}
.search-results .js-pager__items {
    display: none;
}
.facet-item.show-checkbox {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
body:not(.path-group) .search-results.fullwidth-results {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
#toolbar-administration a, #toolbar-administration abbr[title], #toolbar-administration code, #toolbar-administration details summary, #toolbar-administration mark, q {
    font-size: 13px;
}
#toolbar-administration a {
    background: none;
}
#toolbar-administration + .dialog-off-canvas-main-canvas .mega-nav-option {
    top: 190px !important;
}
.user-logged-in .modal-popular-search {
    height: calc(100vh - 9rem);
}
@media screen and (min-width:767px) {
    .user-logged-in .modal-popular-search {
        height: calc(100vh - 11rem);
    }
}
#toolbar-administration + .dialog-off-canvas-main-canvas header .header {
    top: 79px;
}
.user-logged-in .country-header.country-load-animation .header .top-left .logo {
    top: 4.825rem;
}
#toolbar-administration + .dialog-off-canvas-main-canvas .article-page .progress-container {
    top: 12.1rem;
    z-index: 5 !important;
}
.modal-search-offices {
    width: 100%;
    position: fixed;
    overflow-y: auto;
    z-index: 8;
    top: 115px;
    height: calc(100vh - 115px);
}
.modal-search-offices .modal-content {
    overflow-y: unset;
    overflow-x: unset;
    max-width: 100%;
    max-height: 100%;
}
.modal-search-offices .grid-container {
    padding: 0;
    background-color: transparent;
}
.modal-search-offices .modal-body {
    height: 100%;
    position: relative;
    align-content: flex-start;
}
.modal-search-offices .modal-content .modal-body .cell-search {
    min-height: 100%;
    max-width: 525px;
    padding: 75px 60px;
    border-right: none;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: hsla(0, 0%, 96.9%, .86);
}
.modal-search-offices .modal-content .modal-body .cell-list-offices {
    padding: 80px 50px;
    position: relative;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: hsla(0, 0%, 100%, .87);
}
.modal-search-offices .modal-content .modal-body .cell-search .btn-back {
    padding-left: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
}
.modal-search-offices .tag {
    padding-top: 0;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-search-offices .modal-content .modal-body .cell-search .location-undp {
    color: #006eb5;
    margin-top: 15px;
    line-height: 1.14;
    font-weight: 600;
    font-size: 2rem;
}
.modal-search-offices .modal-content .modal-body .cell-search .header-modal .title {
    margin-top: 40px;
    font-size: 3.5rem;
    line-height: 1.09;
    font-weight: 700;
}
.modal-search-offices .modal-content .modal-body .cell-search .header-modal .description {
    margin-top: 40px;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
}
.modal-search-offices .modal-content .modal-body .cell-search .header-modal .tag-current-section {
    margin-top: 30px;
    font-size: 0.75rem;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-search-offices .modal-content .modal-body .cell-search .header-modal .text-link {
    margin-top: 25px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
}
.modal-search-offices a {
    background: none;
}
.text-link.arrow-3:hover {
    color: #55606f !important;
}
.text-link.text-link.arrow-3:hover .external-link-animated {
    box-shadow: -2px 2px 0 0 #d12800, -4px 0 0 -2px #d12800, -3px 3px 0 -1px #d12800;
}
.text-link.arrow-3:hover .external-link-animated::before {
    -webkit-transform: rotate(-45deg) translate(7px);
    -moz-transform: rotate(-45deg) translate(7px);
    -ms-transform: rotate(-45deg) translate(7px);
    -o-transform: rotate(-45deg) translate(7px);
    transition: rotate(-45deg) translate(7px, 0);
    background-color: #d12800;
}
.text-link.arrow-3:hover .external-link-animated::after {
    -webkit-transform: translate(5px, -5px);
    -moz-transform: translate(5px, -5px);
    -ms-transform: translate(5px, -5px);
    -o-transform: translate(5px, -5px);
    transition: translate(5px, -5px);
    border-right: 2px solid #d12800;
    border-top: 2px solid #d12800;
}
@media screen and(min-width:1024px) {
    .hide-for-large {
        display: none !important;
    }
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs {
    padding-right: 15px;
    display: flex;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input {
    flex: 1 0 auto;
    margin-right: 45px;
    position: relative !important;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-select-group:not(:last-child) {
    margin-right: 30px;
}
.show-for-sr {
    color: #fff;
    font-size: 12px;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input .input-search {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    box-shadow: none;
    font-weight: 500;
    padding: 13px 20px 14px 55px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #232e3e;
    color: #000;
}
.modal-search-offices input[type=search] {
    background: none;
}
.modal-search-offices .regions-select, .modal-search-offices .office-type-select {
    height: 52px;
    position: relative;
}
.multi-select .select-control {
    flex: 1;
    top: 0;
    display: block;
    cursor: pointer;
    max-width: 100%;
    text-align: left;
    min-width: 230px;
    max-height: 52px;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 45px 15px 25px;
    border: 2px solid #000;
    text-transform: uppercase;
    background-color: hsla(0, 0%, 96.9%, .86);
}
.modal-search-offices .modal-content .active-filters {
    flex-wrap: wrap;
    min-height: 36px;
    margin-top: 20px;
    color: #9fa8ae;
    position: relative;
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
}
.modal-search-offices .modal-content .active-filters .tag {
    margin: 0 15px 0 0;
}
.modal-search-offices .modal-content .active-filters .filter {
    margin: 6px 10px 10px 0;
}
.active-filters .filter-clear {
    color: #000;
    line-height: 1.5;
    margin-left: 12px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #d12800;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries {
    left: 0;
    right: 50px;
    padding: 0 50px;
    overflow-y: auto;
    position: absolute;
    margin: 44px 0 100px;
    max-height: calc(100% - 280px);
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 20px 25px 20px 5px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.flex-container {
    display: flex;
}
.align-justify {
    justify-content: space-between;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .country {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .languages {
    text-align: right;
    flex: 0 0 auto;
    max-width: 50%;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .text-link {
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    white-space: nowrap;
    text-transform: none;
}
.modal-search-offices .multi-select.open ul {
    position: absolute;
    z-index: 99;
}
.multi-select.open ul li {
    margin-left: 0;
}
.multi-select .options {
    background-color: hsla(0, 0%, 96.9%, .86);
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
    max-width: 100%;
    min-width: 230px;
    overflow-y: auto;
    list-style: none;
    min-height: 100px;
    max-height: 300px;
    position: absolute;
    z-index: 5;
    font-weight: 400;
    padding: 0 23px 0 25px;
    border: 2px solid #000;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.modal-search-offices .multi-select .options .checkbox-item {
    margin: 0;
    font-size: 1.25rem;
    padding: 15px 25px 15px 0;
    position: relative;
}
.multi-select .options .checkbox-item:hover {
    color: #4b5564;
}
.checkbox-item input {
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
}
.modal-search-offices-filters .modal-content .filters .filter-office-type, .modal-search-offices-filters .modal-content .filters .filter-region {
    margin-top: 18px;
    padding-top: 18px;
}
.modal-search-offices-filters .modal-content .filters .filter-office-type .checkbox-group, .modal-search-offices-filters .modal-content .filters .filter-region .checkbox-group {
    margin-top: 18px;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries::-webkit-scrollbar-thumb {
    background-color: #000;
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 10%, #000 33%, transparent 0);
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries::-webkit-scrollbar {
    width: 5px;
}
.global-header .header .top-right .icon-globe.active, .country-header .header .top-right .icon-globe.active {
    background: url(/themes/custom/undpglobal/images/icon-close.svg);
    background-repeat: no-repeat;
    color: black;
    mask: none !important;
    -webkit-mask: none !important;
    background-position: center;
    background-color: transparent;
}
.country-header .header .top-right .icon-globe.active:hover {
    background-color: transparent;
}
.country-header .top-right .icon-search {
    margin-left: 1rem;
}
.nav-item.icon-search:hover {
    opacity: 0.7;
}
.text-link.arrow-3 .external-link-animated {
    position: relative;
    margin-left: 10px;
    transition: transform .2s ease;
}
.user-logged-in .modal-search-offices {
    top: 11.825rem;
    height: calc(100vh - 11.825rem);
}
.user-logged-in .modal-popular-search {
    top: 11.825rem;
}
@media screen and (max-width:1025px) {
    .modal-search-offices {
        top: 4.6875rem;
        height: calc(100% - 4.6875rem);
        left: 0;
        -webkit-backdrop-filter: blur(21px);
        backdrop-filter: blur(21px);
        background-color: hsla(0, 0%, 100%, .87);
    }
    .modal-search-offices .modal-content .modal-body {
        flex-flow: column;
        flex-direction: column;
    }
    .modal-search-offices .modal-content .modal-body .cell-search {
        max-width: unset;
        box-shadow: unset;
        min-height: unset;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        padding: 25px 15px 0;
        background-color: transparent;
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices {
        height: 100%;
        flex: 0 1 auto;
        position: static;
        box-shadow: unset;
        padding: 0 0 0 15px;
        background-color: transparent;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
    }
    .modal-search-offices .modal-content .modal-body .cell-search .header-modal .title-undp {
        color: #006eb5;
        font-size: 1.25rem;
        margin-top: 10px;
        font-weight: 600;
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices .inputs .search-input {
        width: 100%;
        max-width: unset;
        margin-right: 0;
    }
    .search-input .input-search {
        border: none;
        font-size: 16px;
        font-weight: 400;
        padding: 10px 20px 10px 55px;
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices .countries {
        right: 0;
        width: 100%;
        flex: 0 1 auto;
        margin-bottom: 0;
        margin-top: 20px;
        position: static;
        max-height: none;
        padding: 0 10px 0 0;
        height: calc(100% - 160px);
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item {
        padding: 20px 0;
        font-size: 1rem;
        line-height: 1.18;
        font-weight: 600;
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices .filter-options {
        position: static;
        width: calc(100% - 15px);
        left: 15px;
        right: 15px;
        bottom: 15px;
        margin-left: 0;
        display: block !important;
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices .filter-options .btn-filters {
        height: 50px;
        color: #fff;
        background-color: #006eb5;
        width: 100%;
        justify-content: center;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices .filter-options .btn-filters .current-filters {
        width: 24px;
        height: 24px;
        color: #000;
        margin-left: 15px;
        border-radius: 50%;
        font-weight: 600;
        background-color: #ffeb00;
        display: inline;
        padding: 2px 8px;
    }
    .modal-search-offices-filters {
        top: 70px;
        left: 0;
        height: calc(100% - 70px);
        width: 100%;
        position: fixed;
        overflow-y: auto;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        z-index: 8;
        background-color: hsla(0, 0%, 100%, .98);
    }
    .modal-search-offices-filters .modal-content .custom-grid {
        height: 1px;
        min-height: 100%;
    }
    .modal-search-offices-filters .modal-content {
        min-height: 100%;
        position: relative;
        padding: 25px 15px 15px;
        align-content: flex-start;
    }
    .modal-search-offices-filters .modal-content .custom-grid .custom-cell {
        min-height: 100%;
        position: relative;
    }
    .modal-search-offices-filters .modal-content .header-modal {
        padding: 0 18px;
    }
    .show-for-large {
        display: none !important;
    }
    .btn-back {
        color: #000;
        display: flex;
        font-size: 0.875rem;
        font-weight: 700;
        align-items: center;
        text-transform: uppercase;
        pointer-events: all;
    }
    .btn-back .arrow-back {
        margin-right: 12px;
    }
    .modal-search-offices-filters .modal-content .header-modal .titles {
        margin-top: 40px;
    }
    .heading.h5 {
        font-size: 1.25rem;
        line-height: 1.04;
        font-weight: 400;
    }
    .btn-clear {
        font-size: 0.75rem;
        font-weight: 500;
        text-decoration: underline;
        color: #9b9b9b;
    }
    .modal-search-offices-filters .modal-content .filters {
        padding: 0 18px;
        position: relative;
        margin-bottom: 100px;
    }
    .modal-search-offices-filters .modal-content .btn-filters {
        left: 0;
        right: 0;
        bottom: 15px;
        position: absolute;
    }
    .modal-search-offices-filters .text-link {
        color: #000;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 700;
        align-items: center;
        display: inline-flex;
        text-transform: uppercase;
    }
    .checkbox-item:not(.displays-inline) {
        display: block;
        padding-right: 30px;
        position: relative;
    }
    .checkbox-item {
        padding: 15px 20px 15px 0;
    }
    .modal-search-offices-filters .modal-content .btn-filters .btn {
        height: 50px;
        border: none;
        color: #fff;
        cursor: pointer;
        background: #d12800;
        font-size: 0.875rem;
        font-weight: 700;
        text-align: center;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        text-transform: uppercase;
        font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
        padding: 14px 25px;
        width: 100%;
    }
    .modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .text-link {
        font-size: 1rem;
    }
    .mobile-nav.show-location {
        display: none;
    }
    .user-logged-in .modal-search-offices {
        top: 9rem;
        height: calc(100vh - 9rem);
    }
    .user-logged-in .modal-popular-search {
        top: 9rem;
    }
}
.modal-search-offices .modal-content .modal-body .cell-list-offices .countries .country-item .text-link:not(:first-child) {
    margin-left: 20px;
}
@media print, screen and (min-width:1025px) {
    .modal-search-offices .hide-for-large, .modal-search-offices-filters .hide-for-large {
        display: none !important;
    }
}
.modal-search-offices .chip {
    font-size: 0.875rem;
}
.header .top-right .icon-search:focus, .header .top-right .icon-globe:focus {
    background-color: #4F95DD;
}
.expand-search .form-item-combine {
    width: 100%;
}
.expand-search.open input {
    width: 100%;
}
@media screen and (max-width:767px) {
    .expand-search {
        margin: 1.5rem 0;
    }
}
.expand-search .form-item-combine input {
    outline: none;
    cursor: initial;
}
.author-filter .author-select .form-radios input {
    display: none;
}
.author-select .form-radios .js-form-type-radio:hover {
    background-color: #fafafa;
}
.author-select .form-radios .js-form-type-radio label {
    padding: 1rem 0;
    border-top: 1px solid #d4d6d8;
    font-size: 1rem;
}
.author-select legend {
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.125rem;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.author-select legend .fieldset-legend {
    padding: 1rem 3.125rem 1rem 1rem;
    display: block;
}
.author-select {
    position: relative;
}
.author-select legend.active {
    border-bottom: 0;
    padding-bottom: 2px;
}
.author-select legend.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transition: translateY(-50%) rotate(-180deg);
}
.author-cards .cta__link {
    text-transform: uppercase;
}
.author-select .form-radios {
    display: none;
    position: absolute;
    width: 100%;
}
.author-select .form-radios.expanded {
    display: block;
    border: 2px solid;
    border-top: 0;
    background-color: #fff;
    z-index: 99;
}
.author-select .form-radios .form-item-sort-by:first-child {
    display: none;
}
.author-select legend::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: url(/themes/custom/undpglobal/design-system/images/chevron-down.svg) no-repeat center center;
    content: "";
    float: right;
    height: 13px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 20px;
}
.author-select .form-radios .js-form-type-radio {
    cursor: pointer;
    display: block;
    font-size: 1rem;
    padding: 0 1rem;
}
.authour-no-result {
    margin: 3rem 0;
}
@media screen and (min-width:767px) {
    .author-cards {
        padding: 0;
    }
    .author-card a {
        margin-bottom: 6.5rem;
    }
    .author-cards .author-card {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    .author-card .card-item {
        max-width: calc(33.33333% - 1.5rem);
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        position: relative;
    }
    .author-cards .cta__link {
        position: absolute;
        bottom: 3.75rem;
        left: 0;
    }
    .authors-page .select-box {
        margin-left: 0.425rem;
    }
    .authour-no-result {
        margin: 0 0 4rem 1rem;
    }
}
.expand-button .search-expand {
    width: 26px;
    height: 26px;
    background-image: url(/themes/custom/undpglobal/design-system/images/search-black.svg);
    background-position: center;
    background-size: 26px;
    display: block;
}
.close-button .search-close {
    width: 26px;
    height: 26px;
    background-image: url(/themes/custom/undpglobal/design-system/images/times.svg);
    background-position: center;
    background-size: 26px;
    display: block;
}
.authors-page .pager {
    margin-bottom: 4.188rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: 0;
}
.authors-page .pager li {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.authors-page .pager .button {
    background-color: #006eb5;
}
.authors-page .pager .button:hover {
    background-color: #4f95dd;
}
@media screen and (min-width:767px) {
    .authors-page ul.pager {
        margin-left: 25%;
        margin-bottom: 13.563rem;
        padding-left: 0;
        padding-right: 0;
    }
}
.authors-page .author-card > div {
    display: block;
}
.align-left {
    justify-content: flex-start;
}
.align-right {
    justify-content: flex-end;
}
.align-center {
    justify-content: center;
}
.align-justify {
    justify-content: space-between;
}
.align-spaced {
    justify-content: space-around;
}
.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    justify-content: center;
}
.align-top {
    align-items: flex-start;
}
.align-self-top {
    align-self: flex-start;
}
.align-bottom {
    align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end;
}
.align-middle {
    align-items: center;
}
.align-self-middle {
    align-self: center;
}
.align-stretch {
    align-items: stretch;
}
.align-self-stretch {
    align-self: stretch;
}
.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
@media print, screen and (max-width:51.24875em) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and (max-width:0em), screen and (min-width:51.25em) {
    .show-for-small-only {
        display: none !important;
    }
}
@media print, screen and (min-width:51.25em) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and (max-width:51.24875em) {
    .show-for-medium {
        display: none !important;
    }
}
@media print, screen and (min-width:51.25em) and (max-width:74.62375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width:51.24875em), screen and (min-width:74.625em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media print, screen and (min-width:74.625em) {
    .hide-for-large {
        display: none !important;
    }
}
@media print, screen and (min-width:74.625em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width:74.62375em), screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important;
    }
}
@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important;
    }
}
@media screen and (max-width:74.99875em) {
    .show-for-xlarge {
        display: none !important;
    }
}
@media screen and (min-width:75em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (max-width:74.99875em), screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (min-width:90em) {
    .hide-for-xxlarge {
        display: none !important;
    }
}
@media screen and (max-width:89.99875em) {
    .show-for-xxlarge {
        display: none !important;
    }
}
@media screen and (min-width:90em) {
    .hide-for-xxlarge-only {
        display: none !important;
    }
}
@media screen and (max-width:89.99875em) {
    .show-for-xxlarge-only {
        display: none !important;
    }
}
.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}
.show-for-landscape, .hide-for-portrait {
    display: block !important;
}
@media screen and (orientation:landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation:portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important;
    }
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
@media screen and (orientation:landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation:portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important;
    }
}
.show-for-dark-mode {
    display: none;
}
.hide-for-dark-mode {
    display: block;
}
@media screen and (prefers-color-scheme:dark) {
    .show-for-dark-mode {
        display: block !important;
    }
    .hide-for-dark-mode {
        display: none !important;
    }
}
.show-for-ie {
    display: none;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .show-for-ie {
        display: block !important;
    }
    .hide-for-ie {
        display: none !important;
    }
}
.show-for-sticky {
    display: none;
}
.is-stuck .show-for-sticky {
    display: block;
}
.is-stuck .hide-for-sticky {
    display: none;
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.glide * {
    box-sizing: inherit;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}
.heading, .news-centre-hero .news-hero-container .title .subtitle, .stat-card.large .card-content .title, .stat-card.large .card-content .description, .stat-card.medium .card-content .title, .stat-card.medium .card-content .description {
    font-family: soleil, "Helvetica Neue", Arial, sans-serif!important;
}
.heading.light, .news-centre-hero .news-hero-container .title .light.subtitle, .stat-card.large .card-content .light.title, .stat-card.large .card-content .light.description, .stat-card.medium .card-content .light.title, .stat-card.medium .card-content .light.description {
    color: #FFFFFF;
}
.heading.dark, .news-centre-hero .news-hero-container .title .dark.subtitle, .stat-card.large .card-content .dark.title, .stat-card.large .card-content .dark.description, .stat-card.medium .card-content .dark.title, .stat-card.medium .card-content .dark.description {
    color: #000000;
}
.heading.h1, .news-centre-hero .news-hero-container .title .h1.subtitle, .stat-card.large .card-content .h1.title, .stat-card.large .card-content .h1.description, .stat-card.medium .card-content .h1.title, .stat-card.medium .card-content .h1.description {
    font-size: 7.5rem;
    line-height: 1.09;
    letter-spacing: 12px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "soleil, "Helvetica Neue", Arial, sans-serif!important;;
}
@media print, screen and (max-width:74.99875em) {
    .heading.h1, .news-centre-hero .news-hero-container .title .h1.subtitle, .stat-card.large .card-content .h1.title, .stat-card.large .card-content .h1.description, .stat-card.medium .card-content .h1.title, .stat-card.medium .card-content .h1.description {
        font-size: 5.125rem;
        line-height: 1.08;
        letter-spacing: 8.2px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .heading.h1, .news-centre-hero .news-hero-container .title .h1.subtitle, .stat-card.large .card-content .h1.title, .stat-card.large .card-content .h1.description, .stat-card.medium .card-content .h1.title, .stat-card.medium .card-content .h1.description {
        font-size: 3rem;
        letter-spacing: 4.7px;
    }
}
.heading.h2, .news-centre-hero .news-hero-container .title .h2.subtitle, .stat-card.large .card-content .h2.title, .stat-card.large .card-content .h2.description, .stat-card.medium .card-content .h2.title, .stat-card.medium .card-content .h2.description {
    font-size: 3.5rem;
    line-height: 1.09;
    font-weight: 700;
}
@media print, screen and (max-width:74.99875em) {
    .heading.h2, .news-centre-hero .news-hero-container .title .h2.subtitle, .stat-card.large .card-content .h2.title, .stat-card.large .card-content .h2.description, .stat-card.medium .card-content .h2.title, .stat-card.medium .card-content .h2.description {
        font-size: 2.5rem;
        line-height: 1.11;
    }
}
@media print, screen and (max-width:74.62375em) {
    .heading.h2, .news-centre-hero .news-hero-container .title .h2.subtitle, .stat-card.large .card-content .h2.title, .stat-card.large .card-content .h2.description, .stat-card.medium .card-content .h2.title, .stat-card.medium .card-content .h2.description {
        font-size: 2.5rem;
    }
}
.heading.h3, .news-centre-hero .news-hero-container .title .subtitle, .stat-card.large .card-content .title, .stat-card.large .card-content .h3.description, .stat-card.medium .card-content .title, .stat-card.medium .card-content .h3.description {
    font-size: 2.25rem;
    line-height: 1.14;
    font-weight: 600;
}
@media print, screen and (max-width:74.62375em) {
    .heading.h3, .news-centre-hero .news-hero-container .title .subtitle, .stat-card.large .card-content .title, .stat-card.large .card-content .h3.description, .stat-card.medium .card-content .title, .stat-card.medium .card-content .h3.description {
        font-size: 3rem;
        line-height: 1.16;
    }
}
.heading.h4, .news-centre-hero .news-hero-container .title .h4.subtitle, .stat-card.large .card-content .h4.title, .stat-card.large .card-content .h4.description, .stat-card.medium .card-content .h4.title, .stat-card.medium .card-content .h4.description {
    font-size: 3.5rem;
    line-height: 1.14;
    font-weight: 400;
}
@media print, screen and (max-width:74.62375em) {
    .heading.h4, .news-centre-hero .news-hero-container .title .h4.subtitle, .stat-card.large .card-content .h4.title, .stat-card.large .card-content .h4.description, .stat-card.medium .card-content .h4.title, .stat-card.medium .card-content .h4.description {
        font-size: 2.5rem;
    }
}
.heading.h5, .news-centre-hero .news-hero-container .title .h5.subtitle, .stat-card.large .card-content .h5.title, .stat-card.large .card-content .description, .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .description {
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 400;
}
@media print, screen and (max-width:74.62375em) {
    .heading.h5, .news-centre-hero .news-hero-container .title .h5.subtitle, .stat-card.large .card-content .h5.title, .stat-card.large .card-content .description, .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .description {
        font-size: 1.25rem;
        line-height: 1.04;
    }
}
.publication-featured-card .heading.h2, .publication-featured-card .news-centre-hero .news-hero-container .title .h2.subtitle, .news-centre-hero .news-hero-container .title .publication-featured-card .h2.subtitle, .publication-featured-card .stat-card.large .card-content .h2.title, .stat-card.large .card-content .publication-featured-card .h2.title, .publication-featured-card .stat-card.large .card-content .h2.description, .stat-card.large .card-content .publication-featured-card .h2.description, .publication-featured-card .stat-card.medium .card-content .h2.title, .stat-card.medium .card-content .publication-featured-card .h2.title, .publication-featured-card .stat-card.medium .card-content .h2.description, .stat-card.medium .card-content .publication-featured-card .h2.description, .multi-cta-featured-publication .heading.h2, .multi-cta-featured-publication .news-centre-hero .news-hero-container .title .h2.subtitle, .news-centre-hero .news-hero-container .title .multi-cta-featured-publication .h2.subtitle, .multi-cta-featured-publication .stat-card.large .card-content .h2.title, .stat-card.large .card-content .multi-cta-featured-publication .h2.title, .multi-cta-featured-publication .stat-card.large .card-content .h2.description, .stat-card.large .card-content .multi-cta-featured-publication .h2.description, .multi-cta-featured-publication .stat-card.medium .card-content .h2.title, .stat-card.medium .card-content .multi-cta-featured-publication .h2.title, .multi-cta-featured-publication .stat-card.medium .card-content .h2.description, .stat-card.medium .card-content .multi-cta-featured-publication .h2.description {
    display: none;
}
@media print, screen and (max-width:51.24875em) {
    .publication-featured-card .heading.h2, .publication-featured-card .news-centre-hero .news-hero-container .title .h2.subtitle, .news-centre-hero .news-hero-container .title .publication-featured-card .h2.subtitle, .publication-featured-card .stat-card.large .card-content .h2.title, .stat-card.large .card-content .publication-featured-card .h2.title, .publication-featured-card .stat-card.large .card-content .h2.description, .stat-card.large .card-content .publication-featured-card .h2.description, .publication-featured-card .stat-card.medium .card-content .h2.title, .stat-card.medium .card-content .publication-featured-card .h2.title, .publication-featured-card .stat-card.medium .card-content .h2.description, .stat-card.medium .card-content .publication-featured-card .h2.description, .multi-cta-featured-publication .heading.h2, .multi-cta-featured-publication .news-centre-hero .news-hero-container .title .h2.subtitle, .news-centre-hero .news-hero-container .title .multi-cta-featured-publication .h2.subtitle, .multi-cta-featured-publication .stat-card.large .card-content .h2.title, .stat-card.large .card-content .multi-cta-featured-publication .h2.title, .multi-cta-featured-publication .stat-card.large .card-content .h2.description, .stat-card.large .card-content .multi-cta-featured-publication .h2.description, .multi-cta-featured-publication .stat-card.medium .card-content .h2.title, .stat-card.medium .card-content .multi-cta-featured-publication .h2.title, .multi-cta-featured-publication .stat-card.medium .card-content .h2.description, .stat-card.medium .card-content .multi-cta-featured-publication .h2.description {
        display: block;
        margin-top: 40px;
        padding-left: 25px;
        margin-bottom: 30px;
    }
}
.expertise-card .text .heading.h3, .expertise-card .text .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .subtitle, .expertise-card .text .stat-card.large .card-content .title, .stat-card.large .card-content .expertise-card .text .title, .expertise-card .text .stat-card.large .card-content .h3.description, .stat-card.large .card-content .expertise-card .text .h3.description, .expertise-card .text .stat-card.medium .card-content .title, .stat-card.medium .card-content .expertise-card .text .title, .expertise-card .text .stat-card.medium .card-content .h3.description, .stat-card.medium .card-content .expertise-card .text .h3.description, .expertise-card .text .heading.medium-copy, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    padding: 0 24px;
}
@media print, screen and (max-width:74.99875em) {
    .expertise-card .text .heading.h3, .expertise-card .text .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .subtitle, .expertise-card .text .stat-card.large .card-content .title, .stat-card.large .card-content .expertise-card .text .title, .expertise-card .text .stat-card.large .card-content .h3.description, .stat-card.large .card-content .expertise-card .text .h3.description, .expertise-card .text .stat-card.medium .card-content .title, .stat-card.medium .card-content .expertise-card .text .title, .expertise-card .text .stat-card.medium .card-content .h3.description, .stat-card.medium .card-content .expertise-card .text .h3.description, .expertise-card .text .heading.medium-copy, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        padding: 0 20px;
    }
}
@media print, screen and (max-width:74.62375em) {
    .expertise-card .text .heading.h3, .expertise-card .text .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .subtitle, .expertise-card .text .stat-card.large .card-content .title, .stat-card.large .card-content .expertise-card .text .title, .expertise-card .text .stat-card.large .card-content .h3.description, .stat-card.large .card-content .expertise-card .text .h3.description, .expertise-card .text .stat-card.medium .card-content .title, .stat-card.medium .card-content .expertise-card .text .title, .expertise-card .text .stat-card.medium .card-content .h3.description, .stat-card.medium .card-content .expertise-card .text .h3.description, .expertise-card .text .heading.medium-copy, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        padding: 0 15px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .expertise-card .text .heading.h3, .expertise-card .text .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .subtitle, .expertise-card .text .stat-card.large .card-content .title, .stat-card.large .card-content .expertise-card .text .title, .expertise-card .text .stat-card.large .card-content .h3.description, .stat-card.large .card-content .expertise-card .text .h3.description, .expertise-card .text .stat-card.medium .card-content .title, .stat-card.medium .card-content .expertise-card .text .title, .expertise-card .text .stat-card.medium .card-content .h3.description, .stat-card.medium .card-content .expertise-card .text .h3.description, .expertise-card .text .heading.medium-copy, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        padding: 0;
    }
}
.expertise-card .text .heading.medium-copy, .expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.title, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.title, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.title, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.title, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    margin-top: 30px;
    overflow: hidden;
    max-height: 230px;
}
@media print, screen and (max-width:74.99875em) {
    .expertise-card .text .heading.medium-copy, .expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.title, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.title, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.title, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.title, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        max-height: 200px;
    }
}
@media print, screen and (max-width:74.62375em) {
    .expertise-card .text .heading.medium-copy, .expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.title, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.title, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.title, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.title, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        margin-top: 25px;
        max-height: 130px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .expertise-card .text .heading.medium-copy, .expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle, .news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle, .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker, .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker, .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker, .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.title, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.title, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.large .card-content .medium-copy.description, .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker, .stat-card.large .card-content .expertise-card .text .medium-copy.description, .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.title, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.title, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker, .expertise-card .text .stat-card.medium .card-content .medium-copy.description, .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker, .stat-card.medium .card-content .expertise-card .text .medium-copy.description, .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker, .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
        max-height: unset;
    }
}
.expertise-card .cta-container {
    padding: 0 24px;
    margin-top: 40px;
}
@media print, screen and (max-width:74.99875em) {
    .expertise-card .cta-container {
        padding: 0 20px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .expertise-card .cta-container {
        margin-top: 40px;
        padding: 0 15px 0 0;
    }
}
@media print, screen and (min-width:51.25em) {
    .table.bordered .table-row:not(.table-headings):not(:last-of-type) .table-column {
        border-bottom: 0;
    }
}
.table.bordered .table-row:not(.table-headings) .table-column {
    border: 1px solid #000000;
}
@media print, screen and (max-width:51.24875em) {
    .table.bordered .table-row:not(.table-headings) .table-column {
        padding: 35px 20px;
    }
}
@media print, screen and (min-width:51.25em) {
    .table.bordered .table-row:not(.table-headings) .table-column:not(:last-of-type) {
        border-right: 0;
    }
}
@media print, screen and (max-width:51.24875em) {
    .table.bordered .table-row:not(.table-headings) .table-column:not(:last-of-type) {
        border-bottom: 0;
    }
}
.table.bordered .table-row:not(.table-headings) .table-column:before {
    display: none;
}
.table.striped .table-row:not(.table-headings):nth-child(odd) {
    background: #F6F6F6;
}
.table.striped .table-row:not(.table-headings) .table-column {
    border-bottom: 0;
}
@media print, screen and (max-width:51.24875em) {
    .table.striped .table-row:not(.table-headings) .table-column {
        padding: 35px 20px;
    }
}
.table.striped .table-row:not(.table-headings) .table-column:before {
    left: -1px;
    width: 1px;
}
.table .table-headings {
    margin-top: 70px;
}
@media print, screen and (max-width:51.24875em) {
    .table .table-headings {
        margin-top: 35px;
    }
}
.table .table-contents {
    margin-top: 10px;
}
@media print, screen and (max-width:51.24875em) {
    .table .table-row {
        margin-top: 40px;
    }
}
.table .table-row .table-column {
    min-height: 70px;
    position: relative;
    padding: 49px 20px 18px;
    border-bottom: 1px solid #000000;
}
@media print, screen and (max-width:51.24875em) {
    .table .table-row .table-column {
        padding: 35px 0;
    }
}
.table .table-row .table-column:before {
    content: "";
    top: 1px;
    left: -2px;
    width: 2px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
}
@media print, screen and (max-width:51.24875em) {
    .table .table-row .table-column:before {
        display: none;
    }
}
.table .table-row .title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.table .table-row .text-content {
    font-size: 1.25rem;
}
.table .table-row .text-content .link-item {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 2px;
    display: inline-block;
    text-overflow: ellipsis;
}
.separator-line {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.separator-line.large {
    height: 3px;
}
.separator-line.medium {
    height: 2px;
}
.separator-line.red {
    background-color: #EB3828;
}
.separator-line.gray {
    background-color: #EAEDEE;
}
.components-index section.other-inputs .heading.h5, .components-index section.other-inputs .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .components-index section.other-inputs .h5.title, .components-index section.other-inputs .stat-card.large .card-content .h5.title, .stat-card.large .card-content .components-index section.other-inputs .h5.title, .components-index section.other-inputs .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .components-index section.other-inputs .h5.subtitle, .components-index section.other-inputs .stat-card.medium .card-content .description, .stat-card.medium .card-content .components-index section.other-inputs .description, .components-index section.other-inputs .stat-card.large .card-content .description, .stat-card.large .card-content .components-index section.other-inputs .description {
    margin: 20px 0;
}
.components-index .callout-article {
    margin-top: 0;
    margin-bottom: 0;
}
.leader-bio {
    margin-top: 121px;
}
.leader-bio .bio {
    margin-top: 44px;
}
@media print, screen and (max-width:51.24875em) {
    .leader-bio .bio {
        margin-top: 12px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .leader-bio .leader-photo {
        order: 0;
    }
}
.leader-bio .leader-photo img {
    width: 100%;
}
.leader-bio .leader-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media print, screen and (max-width:51.24875em) {
    .leader-bio .leader-info {
        order: 1;
        margin-top: 43px;
    }
}
.leader-bio .leader-info > * {
    max-width: 100%;
}
.leader-bio .leader-info .btn {
    color: #FFFFFF;
    margin-top: 120px;
}
@media print, screen and (max-width:51.24875em) {
    .leader-bio .leader-info .btn {
        margin-top: 43px;
    }
}
.leader-bio .leader-position {
    margin-top: 20px;
}
.leader-cards {
    padding-top: 96px;
    padding-bottom: 84px;
}
.leadership-heading {
    margin-top: 76px;
}
.leadership-heading .heading.h3, .leadership-heading .stat-card.medium .card-content .h3.description, .stat-card.medium .card-content .leadership-heading .h3.description, .leadership-heading .stat-card.large .card-content .h3.description, .stat-card.large .card-content .leadership-heading .h3.description, .leadership-heading .stat-card.medium .card-content .title, .stat-card.medium .card-content .leadership-heading .title, .leadership-heading .stat-card.large .card-content .title, .stat-card.large .card-content .leadership-heading .title, .leadership-heading .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .leadership-heading .subtitle {
    margin-top: 42px;
}
@media print, screen and (max-width:51.24875em) {
    .leadership-heading .heading.h3, .leadership-heading .stat-card.medium .card-content .h3.description, .stat-card.medium .card-content .leadership-heading .h3.description, .leadership-heading .stat-card.large .card-content .h3.description, .stat-card.large .card-content .leadership-heading .h3.description, .leadership-heading .stat-card.medium .card-content .title, .stat-card.medium .card-content .leadership-heading .title, .leadership-heading .stat-card.large .card-content .title, .stat-card.large .card-content .leadership-heading .title, .leadership-heading .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .leadership-heading .subtitle {
        margin-top: 49px;
    }
}
@media screen and (min-width:75em) {
    .article-card.large .content .heading.h5, .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle, .article-card.large .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.large .content .description, .article-card.large .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.large .content .description, .article-card.wide .content .heading.h5, .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle, .article-card.wide .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.wide .content .description, .article-card.wide .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.wide .content .description {
        font-size: 2.25rem;
    }
}
@media screen and (min-width:90em) {
    .article-card.large .content .heading.h5, .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle, .article-card.large .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.large .content .description, .article-card.large .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.large .content .description, .article-card.wide .content .heading.h5, .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle, .article-card.wide .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.wide .content .description, .article-card.wide .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.wide .content .description {
        font-size: 2.431vw;
    }
}
@media screen and (min-width:120em) {
    .article-card.large .content .heading.h5, .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle, .article-card.large .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.large .content .description, .article-card.large .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.large .content .description, .article-card.wide .content .heading.h5, .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle, .article-card.wide .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.wide .content .description, .article-card.wide .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.wide .content .description {
        font-size: 2.875rem;
    }
}
@media screen and (min-width:1200px) and (max-width:1350px) {
    .article-card.large .content .heading.h5, .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle, .article-card.large .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.large .content .description, .article-card.large .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.large .content .description, .article-card.wide .content .heading.h5, .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle, .article-card.wide .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.wide .content .description, .article-card.wide .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.wide .content .description {
        margin-top: 15px;
    }
}
@media print, screen and (max-width:74.99875em) {
    .article-card.large .content .heading.h5, .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle, .article-card.large .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.large .content .description, .article-card.large .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.large .content .h5.title, .article-card.large .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.large .content .description, .article-card.wide .content .heading.h5, .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle, .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle, .article-card.wide .content .stat-card.large .card-content .h5.title, .stat-card.large .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.large .card-content .description, .stat-card.large .card-content .article-card.wide .content .description, .article-card.wide .content .stat-card.medium .card-content .h5.title, .stat-card.medium .card-content .article-card.wide .content .h5.title, .article-card.wide .content .stat-card.medium .card-content .description, .stat-card.medium .card-content .article-card.wide .content .description {
        margin-top: 35px;
    }
}
.article-card.large .content .small-copy, .article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item, .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item, .article-card.wide .content .small-copy, .article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item, .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
    margin-top: 35px;
}
@media screen and (min-width:1200px) and (max-width:1350px) {
    .article-card.large .content .small-copy, .article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item, .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item, .article-card.wide .content .small-copy, .article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item, .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
        margin-top: 15px;
    }
}
@media print, screen and (max-width:74.99875em) {
    .article-card.large .content .small-copy, .article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item, .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item, .article-card.wide .content .small-copy, .article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item, .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
        margin-top: 20px;
    }
}
.stat-card {
    height: 100%;
    position: relative;
    color: #232E3E;
    background-color: #F7F7F7;
    transition: background-color 0.5s ease;
}
.stat-card.small {
    min-height: 270px;
}
.stat-card.small .card-content {
    padding: 40px 35px 40px;
}
@media print, screen and (min-width:51.25em) and (max-width:74.62375em) {
    .stat-card.small .card-content {
        padding: 20px 20px 15px;
    }
}
.stat-card.medium {
    min-height: 658px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.medium {
        min-height: 609px;
    }
}
.stat-card.medium .card-content {
    padding: 111px 68px 113px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.medium .card-content {
        padding: 60px 8.3333333333%;
    }
}
.stat-card.medium .card-content .description {
    margin-top: 35px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.medium .card-content .description {
        margin-top: 26px;
        line-height: 2.6rem;
    }
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.medium .card-content .heading.h3, .stat-card.medium .card-content .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .stat-card.medium .card-content .subtitle, .stat-card.medium .card-content .title, .stat-card.medium .card-content .h3.description {
        font-size: 2.25rem;
        font-weight: 700;
    }
}
.stat-card.medium .card-content .number {
    font-size: 6.575rem;
    margin-top: 112px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.medium .card-content .number {
        font-size: 5.875rem;
        margin-top: 126px;
    }
}
.stat-card.medium .card-content .title {
    margin-top: 24px;
    font-weight: 400;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.medium .card-content .title {
        margin-top: 15px;
    }
}
.stat-card.large {
    min-height: 658px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.large {
        min-height: 356px;
    }
}
.stat-card.large .card-content {
    padding: 90px 112px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.large .card-content {
        padding: 32px 8.3333333333% 42px;
    }
}
.stat-card.large .card-content .description {
    margin-top: 24px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.large .card-content .description {
        margin-top: 20px;
        font-size: 1rem;
        line-height: 2.2rem;
    }
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.large .card-content .heading.h2, .stat-card.large .card-content .news-centre-hero .news-hero-container .title .h2.subtitle, .news-centre-hero .news-hero-container .title .stat-card.large .card-content .h2.subtitle, .stat-card.large .card-content .h2.title, .stat-card.large .card-content .h2.description {
        font-size: 2.875rem;
        font-weight: 600;
    }
}
.stat-card.large .card-content .number {
    font-size: 7.5rem;
    margin-top: 100px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.large .card-content .number {
        margin-top: 21px;
        font-size: 5.875rem;
    }
}
.stat-card.large .card-content .title {
    margin-top: 30px;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card.large .card-content .title {
        font-size: 1.25rem;
        margin-top: 15px;
        font-weight: 400;
    }
}
.stat-card .card-content .number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #F7F7F7;
    text-transform: uppercase;
    font-family: "SohneBreit", sans-serif;
    -webkit-text-stroke: 2px #000000;
}
@media print, screen and (max-width:51.24875em) {
    .stat-card .card-content .number {
        font-size: 3.5rem;
    }
}
.stat-card .card-content .title {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}
.stat-card .card-content .description {
    margin-top: 20px;
    font-size: 1rem;
}
.stat-card:hover {
    background-color: #FFE17E;
}
.accent-yellow .stat-card:hover, .stat-card:hover.accent-yellow {
    background-color: #FFE17E;
}
.accent-green .stat-card:hover, .stat-card:hover.accent-green {
    background-color: #B8ECB6;
}
.accent-red .stat-card:hover, .stat-card:hover.accent-red {
    background-color: #FFBCB7;
}
.accent-blue .stat-card:hover, .stat-card:hover.accent-blue {
    background-color: #A2DAF3;
}
.stat-card:hover.color-1 {
    background-color: #E4253A;
}
.stat-card:hover.color-2 {
    background-color: #DEA83C;
}
.stat-card:hover.color-3 {
    background-color: #4E9F38;
}
.stat-card:hover.color-4 {
    background-color: #C51A2D;
}
.stat-card:hover.color-5 {
    background-color: #FF3C23;
}
.stat-card:hover.color-6 {
    background-color: #27BDE3;
}
.stat-card:hover.color-7 {
    background-color: #FDC30A;
}
.stat-card:hover.color-8 {
    background-color: #A21843;
}
.stat-card:hover.color-9 {
    background-color: #FE6924;
}
.stat-card:hover.color-10 {
    background-color: #DE1568;
}
.stat-card:hover.color-11 {
    background-color: #FE9C25;
}
.stat-card:hover.color-12 {
    background-color: #BF8B2E;
}
.stat-card:hover.color-13 {
    background-color: #3E8045;
}
.stat-card:hover.color-14 {
    background-color: #0C98DA;
}
.stat-card:hover.color-15 {
    background-color: #58C12C;
}
.stat-card:hover.color-16 {
    background-color: #03689D;
}
.stat-card:hover.color-17 {
    background-color: #1A496B;
}
.stat-card:hover .card-content .number {
    text-shadow: none;
    color: #232E3E;
    -webkit-text-stroke: unset;
}
.stat-card:hover.sdg {
    color: #FFFFFF;
}
.stat-card:hover.sdg .card-content .number {
    color: #FFFFFF;
    text-shadow: none;
    -webkit-text-stroke: unset;
}
.standard-page {
    padding-bottom: 89px;
    margin: 0 auto 0;
}
@media print, screen and (max-width:74.62375em) {
    .standard-page {
        padding: 26px 0 67px;
        margin-top: 70px;
    }
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .standard-page {
        overflow: hidden;
    }
}
.standard-page .side-nav-content {
    margin-top: 42px;
}
.standard-page .side-nav-content .side-navigation {
    display: flex;
    align-items: flex-start;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .standard-page .side-nav-content .side-navigation {
        display: block;
    }
}
@media print, screen and (min-width:74.625em) {
    .standard-page .side-nav-content .side-content .content-wrapper {
        overflow: hidden;
        padding-right: 14%;
        margin-right: -24px;
    }
}
.standard-page .side-nav-content .side-content .content-wrapper .h2 {
    margin-bottom: 28px;
    text-transform: capitalize;
}
.standard-page .side-nav-content .side-content .content-wrapper .big-copy {
    margin-top: 20px;
}
.standard-page .standard-page-slider {
    margin-top: 50px;
}
.standard-page .standard-page-slider .standard-page-slide {
    padding: 60px 0;
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide {
        padding: 28px 5px;
    }
}
.standard-page .standard-page-slider .standard-page-slide img {
    width: 40%;
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide img {
        width: 90%;
    }
}
.standard-page .standard-page-slider .standard-page-slide .slide-content {
    width: 38%;
    padding-left: 49px;
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide .slide-content {
        opacity: 0;
        width: 100%;
        padding-left: 0;
        margin-top: 29px;
        transition: opacity 100ms ease-in-out;
    }
}
.standard-page .standard-page-slider .standard-page-slide .big-copy {
    line-height: 2.6rem;
}
@media print, screen and (max-width:74.99875em) {
    .standard-page .standard-page-slider .standard-page-slide .big-copy {
        line-height: 1.3;
    }
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide .big-copy {
        font-size: 0.875rem;
        line-height: 2rem;
    }
}
.standard-page .standard-page-slider .standard-page-slide .heading, .standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .description, .stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .description, .standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .title, .stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .title, .standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .description, .stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .description, .standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .title, .stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .title, .standard-page .standard-page-slider .standard-page-slide .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .standard-page .standard-page-slider .standard-page-slide .subtitle {
    line-height: 4rem;
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .standard-page-slide .heading, .standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .description, .stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .description, .standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .title, .stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .title, .standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .description, .stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .description, .standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .title, .stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .title, .standard-page .standard-page-slider .standard-page-slide .news-centre-hero .news-hero-container .title .subtitle, .news-centre-hero .news-hero-container .title .standard-page .standard-page-slider .standard-page-slide .subtitle {
        font-size: 1.875rem;
        line-height: 3.5rem;
        font-weight: 600;
    }
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .glide__slide--active .slide-content {
        opacity: 1;
    }
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .glide__bullets {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}
.standard-page .standard-page-slider .glide__track {
    margin-right: -19.5%;
}
@media screen and (min-width:122.1875em) {
    .standard-page .standard-page-slider .glide__track {
        margin-right: 0;
    }
}
@media print, screen and (max-width:74.62375em) {
    .standard-page .standard-page-slider .glide__track {
        margin-right: -48px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .standard-page .standard-page-slider .glide__track {
        margin-right: -30px;
    }
}
.about-hero, .project-hero {
    height: 100vh;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    transition: max-width 0.5s ease;
}
.about-hero .overlay, .project-hero .overlay {
    width: 100%;
    opacity: 0.3;
    height: 100%;
    background: #000000;
    position: absolute;
}
.about-hero.no-image, .no-image.project-hero {
    background: linear-gradient(45deg, #1F5A95 0%, #60D4F2 60%);
}
.about-hero.small-height, .small-height.project-hero {
    max-height: 460px;
}
@media print, screen and (max-width:74.62375em) {
    .about-hero, .project-hero {
        margin-top: 28px;
    }
}
.about-hero .hero-container, .project-hero .hero-container, .about-hero .text-container, .project-hero .text-container {
    height: 100%;
}
.about-hero .hero-content, .project-hero .hero-content {
    color: #FFFFFF;
}
.about-hero .hero-content .breadcrumb, .project-hero .hero-content .breadcrumb {
    padding-top: 26px;
}
@media print, screen and (max-width:51.24875em) {
    .about-hero .hero-content .title, .project-hero .hero-content .title {
        font-size: 1.5rem;
        font-weight: 400;
    }
}
.about-hero .hero-content .subtitle, .project-hero .hero-content .subtitle {
    margin-top: 30px;
    text-transform: uppercase;
    font-family: "SohneBreit", sans-serif;
}
@media print, screen and (max-width:51.24875em) {
    .about-hero .hero-content .subtitle, .project-hero .hero-content .subtitle {
        margin-top: 18px;
        font-size: 1.5rem;
        font-weight: 700;
    }
}
.about-hero .hero-content .text-box, .project-hero .hero-content .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 170px);
}
@media print, screen and (max-width:51.24875em) {
    .about-hero .hero-content .text-box, .project-hero .hero-content .text-box {
        height: calc(100% - 220px);
    }
}
.flex-container {
    display: flex;
}
.flex-child-auto {
    flex: 1 1 auto;
}
.flex-child-grow {
    flex: 1 0 auto;
}
.flex-child-shrink {
    flex: 0 1 auto;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-row-reverse {
    flex-direction: row-reverse;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-dir-column-reverse {
    flex-direction: column-reverse;
}
@media print, screen and (min-width:51.25em) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media print, screen and (min-width:74.625em) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media screen and (min-width:75em) {
    .xlarge-flex-container {
        display: flex;
    }
    .xlarge-flex-child-auto {
        flex: 1 1 auto;
    }
    .xlarge-flex-child-grow {
        flex: 1 0 auto;
    }
    .xlarge-flex-child-shrink {
        flex: 0 1 auto;
    }
    .xlarge-flex-dir-row {
        flex-direction: row;
    }
    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .xlarge-flex-dir-column {
        flex-direction: column;
    }
    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media screen and (min-width:90em) {
    .xxlarge-flex-container {
        display: flex;
    }
    .xxlarge-flex-child-auto {
        flex: 1 1 auto;
    }
    .xxlarge-flex-child-grow {
        flex: 1 0 auto;
    }
    .xxlarge-flex-child-shrink {
        flex: 0 1 auto;
    }
    .xxlarge-flex-dir-row {
        flex-direction: row;
    }
    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .xxlarge-flex-dir-column {
        flex-direction: column;
    }
    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
@media print, screen and (max-width:51.24875em) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and (max-width:0em), screen and (min-width:51.25em) {
    .show-for-small-only {
        display: none !important;
    }
}
@media print, screen and (min-width:51.25em) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and (max-width:51.24875em) {
    .show-for-medium {
        display: none !important;
    }
}
@media print, screen and (min-width:51.25em) and (max-width:74.62375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width:51.24875em), screen and (min-width:74.625em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media print, screen and (min-width:74.625em) {
    .hide-for-large {
        display: none !important;
    }
}
@media print, screen and (min-width:74.625em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width:74.62375em), screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important;
    }
}
@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important;
    }
}
@media screen and (max-width:74.99875em) {
    .show-for-xlarge {
        display: none !important;
    }
}
@media screen and (min-width:75em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (max-width:74.99875em), screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (min-width:90em) {
    .hide-for-xxlarge {
        display: none !important;
    }
}
@media screen and (max-width:89.99875em) {
    .show-for-xxlarge {
        display: none !important;
    }
}
@media screen and (min-width:90em) {
    .hide-for-xxlarge-only {
        display: none !important;
    }
}
@media screen and (max-width:89.99875em) {
    .show-for-xxlarge-only {
        display: none !important;
    }
}
.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}
.show-for-landscape, .hide-for-portrait {
    display: block !important;
}
@media screen and (orientation:landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important;
    }
}
@media screen and (orientation:portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important;
    }
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
@media screen and (orientation:landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation:portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important;
    }
}
.show-for-dark-mode {
    display: none;
}
.hide-for-dark-mode {
    display: block;
}
@media screen and (prefers-color-scheme:dark) {
    .show-for-dark-mode {
        display: block !important;
    }
    .hide-for-dark-mode {
        display: none !important;
    }
}
.faq {
    margin-top: 110px;
    margin-bottom: 150px;
}
.faq .faq-item {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}
.faq .faq-item:first-child {
    margin-top: 0;
}
.faq .question-button {
    width: 100%;
    cursor: pointer;
    padding: 40px 0 25px;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}
.faq .question-button .title {
    width: 80%;
    line-height: 1.2;
    font-size: 1.5rem;
}
@media print, screen and (max-width:74.62375em) {
    .faq .questions-container {
        margin-top: 50px;
    }
}
.faq .arrow-down {
    transition: all 0.3s ease;
}
.faq .answer {
    opacity: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 40px 0 44px;
    transition: all 250ms 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
}
@media print, screen and (max-width:74.62375em) {
    .faq .answer {
        padding: 0 30px 0 30px;
    }
}
.faq .expanded .answer {
    opacity: 1;
    max-height: 1024px;
    padding: 16px 40px 23px 44px;
}
@media print, screen and (max-width:74.62375em) {
    .faq .expanded .answer {
        padding: 15px 30px;
    }
}
.faq .expanded .arrow-down {
    transform: rotate(-180deg);
}
.article-gallery {
    margin: 80px auto;
}
.article-gallery .gallery-container {
    display: flex;
    justify-content: center;
}
@media print, screen and (max-width:51.24875em) {
    .article-gallery .gallery-container {
        align-items: center;
        flex-direction: column;
    }
}
.article-gallery .gallery-container .image-item {
    margin-left: 25px;
}
@media print, screen and (max-width:51.24875em) {
    .article-gallery .gallery-container .image-item {
        margin-left: 0;
        margin-top: 15px;
        align-items: center;
    }
}
.article-gallery .gallery-container .image-item:first-child {
    margin-left: 0;
}
.leader-card {
    margin-bottom: 22px;
}
@media print, screen and (max-width:51.24875em) {
    .leader-card {
        max-width: 545px;
        margin: 0 auto 14px;
    }
}
.leader-card > .content-wrapper {
    cursor: pointer;
}
@media (hover:hover) and (pointer:fine), (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .leader-card > .content-wrapper:hover .text-link {
        color: #000000;
    }
    .leader-card > .content-wrapper:hover .link-arrow-group {
        transform: translateX(0);
    }
    [dir=rtl] .leader-card > .content-wrapper:hover .link-arrow-group {
        transform: rotate(180deg) translateX(0);
    }
    .leader-card > .content-wrapper:hover .link-arrow-group .arrow-line {
        display: unset;
    }
    .leader-card > .content-wrapper:hover .link-arrow-group .arrow-point {
        transform: translateX(31px);
    }
}
@media print, screen and (max-width:51.24875em) {
    .leader-card > .content-wrapper {
        flex-direction: column;
    }
}
.leader-card > .content-wrapper .cta-container {
    margin: auto 0 0;
}
.leader-card > .content-wrapper .cta-container .btn, .leader-card > .content-wrapper .cta-container .text-link {
    margin-top: 27px;
}
.leader-card > .content-wrapper .leader-info {
    background: #F7F7F7;
    padding: 38px 60px 41px 34px;
}
@media print, screen and (max-width:51.24875em) {
    .leader-card > .content-wrapper .leader-info {
        order: 1;
        padding: 30px 27px 29px;
    }
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .leader-card > .content-wrapper .leader-info {
        flex: 1;
    }
}
.leader-card > .content-wrapper .leader-info .leader-titles {
    margin-top: 12px;
    text-transform: none;
}
.leader-card > .content-wrapper .leader-photo {
    width: 330px;
    flex-shrink: 0;
}
@media print, screen and (max-width:51.24875em) {
    .leader-card > .content-wrapper .leader-photo {
        order: 0;
        width: 100%;
    }
}
.leader-card > .content-wrapper .leader-photo img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media print, screen and (max-width:51.24875em) {
    .leader-card > .content-wrapper .leader-photo img {
        height: auto;
    }
}
.small-leader-card {
    height: 100%;
    padding-bottom: 22px;
}
@media print, screen and (max-width:51.24875em) {
    .small-leader-card {
        height: auto;
        margin: 0 auto;
        max-width: 545px;
        padding-bottom: 14px;
    }
}
.small-leader-card > .content-wrapper {
    height: 100%;
    display: flex;
    cursor: pointer;
    flex-direction: column;
}
@media (hover:hover) and (pointer:fine), (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .small-leader-card > .content-wrapper:hover .text-link {
        color: #000000;
    }
    .small-leader-card > .content-wrapper:hover .link-arrow-group {
        transform: translateX(0);
    }
    [dir=rtl] .small-leader-card > .content-wrapper:hover .link-arrow-group {
        transform: rotate(180deg) translateX(0);
    }
    .small-leader-card > .content-wrapper:hover .link-arrow-group .arrow-line {
        display: unset;
    }
    .small-leader-card > .content-wrapper:hover .link-arrow-group .arrow-point {
        transform: translateX(31px);
    }
}
@media print, screen and (max-width:51.24875em) {
    .small-leader-card > .content-wrapper {
        height: auto;
    }
}
.small-leader-card > .content-wrapper .cta-container {
    margin: auto 0 0;
}
.small-leader-card > .content-wrapper .cta-container .text-link {
    margin-top: 27px;
}
.small-leader-card > .content-wrapper .leader-info {
    flex: 1 auto;
    width: 100%;
    height: auto;
    padding: 25px 25px 20px;
    background: #F7F7F7;
}
@media print, screen and (max-width:51.24875em) {
    .small-leader-card > .content-wrapper .leader-info {
        flex: 0;
        padding: 30px 27px 29px;
    }
}
.small-leader-card > .content-wrapper .leader-titles {
    margin-top: 12px;
    text-transform: none;
}
.small-leader-card > .content-wrapper .leader-photo {
    margin: 0;
    width: 100%;
    flex: 0 auto;
    height: 396px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (max-width:51.24875em) {
    .small-leader-card > .content-wrapper .leader-photo {
        height: 400px;
    }
}
.leader-modal .modal-content {
    max-width: 1156px;
    padding: 0 19px 17px;
}
.leader-modal .modal-content::-webkit-scrollbar {
    width: 5px;
}
.leader-modal .modal-content::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 10%, #000000 33%, transparent 0%);
}
.leader-modal .modal-content::-webkit-scrollbar-thumb {
    background-color: black;
}
@media print, screen and (max-width:51.24875em) {
    .leader-modal .modal-content {
        padding: 0 10px 0 15px;
    }
}
.leader-modal .modal-content .btn-close {
    top: auto;
    right: auto;
    outline: none;
    margin-left: auto;
    position: relative;
}
.leader-modal .modal-content .content-wrapper {
    overflow-y: auto;
    padding: 86px 99px 131px;
}
.leader-modal .modal-content .content-wrapper::-webkit-scrollbar {
    width: 5px;
}
.leader-modal .modal-content .content-wrapper::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 10%, #000000 33%, transparent 0%);
}
.leader-modal .modal-content .content-wrapper::-webkit-scrollbar-thumb {
    background-color: black;
}
@media print, screen and (max-width:51.24875em) {
    .leader-modal .modal-content .content-wrapper {
        padding: 0;
        margin-bottom: 32px;
    }
}
.leader-modal .modal-content .modal-heading {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    padding: 17px 0 0;
    background: #FFFFFF;
}
@media print, screen and (max-width:51.24875em) {
    .leader-modal .modal-content .modal-heading {
        padding: 9px 7px 8px;
        position: relative !important;
    }
}
.leader-modal .leader-info {
    max-width: 450px;
    margin-left: 25px;
}
@media print, screen and (max-width:51.24875em) {
    .leader-modal .leader-info {
        margin: 0 auto;
        max-width: none;
        padding: 33px 29px;
    }
}
.leader-modal .leader-info .leader-bio {
    margin-top: 40px;
}
@media print, screen and (max-width:51.24875em) {
    .leader-modal .leader-info .leader-bio {
        margin-top: 26px;
    }
}
.leader-modal .leader-info .leader-titles {
    margin-top: 12px;
}
.leader-modal .leader-photo {
    flex-shrink: 0;
}
@media print, screen and (max-width:51.24875em) {
    .leader-modal .leader-photo {
        text-align: center;
    }
}
.leader-modal .leader-photo img {
    width: 100%;
    max-width: 330px;
}
@media print, screen and (max-width:51.24875em) {
    .leader-modal .leader-photo img {
        max-width: 545px;
    }
}
.large-copy {
    font-size: 2.25rem;
    line-height: 1.14;
    font-weight: 400;
}
.big-copy {
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
}
@media print, screen and (max-width:74.62375em) {
    .big-copy {
        font-size: 1rem;
    }
}
.big-copy.light {
    color: #FFFFFF;
}
.big-copy.dark {
    color: #000000;
}
.medium-copy, .triple-column-gallery .image-caption .caption::marker {
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 400;
}
@media print, screen and (max-width:74.62375em) {
    .medium-copy, .triple-column-gallery .image-caption .caption::marker {
        line-height: 1.4;
        font-size: 0.875rem;
    }
}
.medium-copy.light, .triple-column-gallery .image-caption .light.caption::marker {
    color: #FFFFFF;
}
.medium-copy.dark, .triple-column-gallery .image-caption .dark.caption::marker {
    color: #000000;
}
.small-copy, .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
}
.small-copy.light, .modal-publication-download .download-controls .chapter-list .chapter-item .light.checkbox-item {
    color: #FFFFFF;
}
.small-copy.dark, .modal-publication-download .download-controls .chapter-list .chapter-item .dark.checkbox-item {
    color: #000000;
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.glide * {
    box-sizing: inherit;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide--rtl {
    direction: rtl;
}
.image-per-row-gallery, .three-image-gallery {
    margin-top: 75px;
}
@media print, screen and (max-width:51.24875em) {
    .image-per-row-gallery .gallery-text-content, .three-image-gallery .gallery-text-content {
        background: none;
        padding: 0 29px 31px;
    }
    .image-per-row-gallery .gallery-text-content .cta, .three-image-gallery .gallery-text-content .cta {
        margin-top: 44px;
    }
    .image-per-row-gallery .gallery-text-content .medium-copy:first-of-type, .three-image-gallery .gallery-text-content .medium-copy:first-of-type, .image-per-row-gallery .gallery-text-content .triple-column-gallery .image-caption .caption:first-of-type::marker, .three-image-gallery .gallery-text-content .triple-column-gallery .image-caption .caption:first-of-type::marker, .triple-column-gallery .image-caption .image-per-row-gallery .gallery-text-content .caption:first-of-type::marker, .triple-column-gallery .image-caption .three-image-gallery .gallery-text-content .caption:first-of-type::marker {
        margin-top: 0;
    }
}
.image-only-carousel {
    margin-top: 75px;
}
.image-only-carousel img {
    flex: 0;
    margin: 0 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media print, screen and (max-width:74.62375em) {
    .image-only-carousel img {
        min-width: 100%;
        max-height: 356px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .image-only-carousel img {
        padding: 0;
    }
}
@media screen and (max-width:29.6875em) {
    .image-only-carousel img {
        min-width: auto;
    }
}
.image-only-carousel img:first-of-type {
    padding-left: 0;
}
.image-only-carousel img:last-of-type {
    padding-right: 0;
}
.image-only-carousel .bullets-container {
    margin-top: 70px;
}
.image-only-carousel .glide__track {
    margin-top: 30px;
    margin-right: -100%;
}
.image-only-carousel .glide__track .glide__slides {
    overflow: visible;
}
.image-only-carousel .glide__track .glide__slide {
    height: auto;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .image-only-carousel .glide__track .glide__slide {
        display: inline;
    }
}
.publications {
    background-color: #F7F7F7;
}
@media print, screen and (max-width:51.24875em) {
    .publications {
        padding-bottom: 55px;
    }
}
.publications .publication-title-container {
    margin: 0 auto;
}
.publications .section-title {
    margin-top: 120px;
}
@media print, screen and (max-width:74.62375em) {
    .publications .section-title {
        margin-top: 80px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .publications .section-title {
        padding-left: 8.3%;
        margin: 125px 0 25px;
    }
}
@media screen and (max-width:22.5em) {
    .publications .section-title {
        margin-bottom: 25px;
    }
}
.publications .publications-slider {
    margin-top: 70px;
}
@media print, screen and (max-width:74.99875em) {
    .publications .publications-slider {
        margin-top: 80px;
    }
}
@media print, screen and (max-width:74.62375em) {
    .publications .publications-slider {
        margin-top: 70px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .publications .publications-slider {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
}
.publications .publications-slider .bullets-container {
    margin: 0 auto;
}
@media print, screen and (max-width:51.24875em) {
    .publications .publications-slider .glide--slider {
        display: flex;
        margin-bottom: 125px;
        flex-direction: column-reverse;
    }
}
.publication-featured-card .publication-image, .multi-cta-featured-publication .publication-image {
    max-width: 100%;
}
@media print, screen and (max-width:74.62375em) {
    .publication-featured-card .publication-image, .multi-cta-featured-publication .publication-image {
        padding: 40px;
        margin: 0 auto;
        max-width: 425px;
    }
    .publication-featured-card .publication-image::before, .multi-cta-featured-publication .publication-image::before {
        left: 25px;
        right: 70px;
        height: 15px;
        bottom: 40px;
        filter: blur(5px);
    }
}
.publication-featured-card .publication-image .image, .multi-cta-featured-publication .publication-image .image {
    min-height: 0;
    max-width: none;
}
.publication-image {
    width: 100%;
    z-index: -2;
    padding: 64px;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #c9d0d6 70%, #c9d0d6 70%, #414648 70.5%, #9ea5ac 69.5%, #9ea5ac 100%);
}
@media print, screen and (max-width:74.62375em) {
    .publication-image {
        max-width: 350px;
        padding: 50px 35px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .publication-image {
        padding: 20px;
    }
}
@media screen and (max-width:22.5em) {
    .publication-image {
        max-width: 150px;
    }
}
.publication-image .image {
    width: 100%;
    max-width: 450px;
    min-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
}
@media print, screen and (max-width:74.62375em) {
    .publication-image .image {
        max-width: 350px;
        min-height: 210px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .publication-image .image {
        min-height: auto;
    }
}
@media screen and (max-width:22.5em) {
    .publication-image .image {
        max-width: 200px;
    }
}
.publication-image::before {
    content: "";
    left: 36px;
    z-index: -1;
    right: 90px;
    height: 32px;
    bottom: 64px;
    filter: blur(8px);
    border-radius: 21%;
    position: absolute;
    transform: skewX(64deg);
    background: #7B8085;
}
@media print, screen and (max-width:74.62375em) {
    .publication-image::before {
        left: 14px;
        right: 60px;
        height: 23px;
        bottom: 50px;
        border-radius: 0;
    }
}
@media print, screen and (max-width:51.24875em) {
    .publication-image::before {
        left: 4px;
        right: 50px;
        height: 16px;
        bottom: 20px;
        filter: blur(4px);
    }
}
.big-copy-h1 {
    padding: 170px 0;
}
@media print, screen and (max-width:51.24875em) {
    .big-copy-h1 {
        padding: 112px 0;
    }
}
@media print, screen and (max-width:51.24875em) and (max-width:51.24875em) {
    .big-copy-h1 .cell:not(:first-child) {
        margin-top: 68px;
    }
}
.news-centre-hero {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media print, screen and (max-width:74.62375em) {
    .news-centre-hero {
        margin-top: 70px;
        padding-top: 40px;
    }
}
.news-centre-hero .news-hero-container {
    display: flex;
    position: relative;
    flex-direction: column;
}
.news-centre-hero .news-hero-container .title {
    width: 100%;
    position: absolute;
    top: calc(50% - 130px);
    text-transform: uppercase;
    font-family: "SohneBreit", sans-serif;
}
@media print, screen and (max-width:74.62375em) {
    .news-centre-hero .news-hero-container .title {
        top: auto;
        padding-left: 25px;
        position: relative;
    }
}
.news-centre-hero .news-hero-container .title .subtitle {
    text-transform: capitalize;
}
@media print, screen and (min-width:74.625em) {
    .news-centre-hero .news-hero-container .title .subtitle {
        width: 300px;
        overflow: hidden;
        position: absolute;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        bottom: calc(100% + 16px);
        -webkit-box-orient: vertical;
    }
}
@media print, screen and (max-width:74.62375em) {
    .news-centre-hero .news-hero-container .title .subtitle {
        margin-top: 40px;
        margin-bottom: 13px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .news-centre-hero .news-hero-container .title .subtitle {
        font-weight: normal;
    }
}
@media print, screen and (max-width:51.24875em) {
    .news-centre-hero .news-hero-container .title, .news-centre-hero .news-hero-container .subtitle {
        font-size: 25px !important;
    }
}
.news-centre-hero .hero-link {
    margin-top: auto;
    padding: 25px 30px;
    background: #F7F7F7;
}
@media print, screen and (max-width:74.62375em) {
    .news-centre-hero .hero-link {
        display: none;
    }
}
.news-centre-hero .hero-link.mobile {
    display: block;
}
.news-centre-hero .hero-link .link-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 400;
}
.news-centre-hero .hero-link .text-link {
    width: 100%;
    margin-top: 10px;
}
.news-centre-hero .news-hero-container-mobile {
    display: none;
}
@media print, screen and (max-width:74.62375em) {
    .news-centre-hero .news-hero-container-mobile {
        width: 100%;
        display: block;
    }
}
.news-centre-hero .news-hero-container-mobile .text-link {
    margin-left: 10px;
}
.news-centre-hero .image-container {
    padding-left: 25px;
}
.news-centre-hero .image-container img {
    width: 100%;
}
@media print, screen and (max-width:74.62375em) {
    .news-centre-hero .image-container {
        padding-left: 0;
        margin-top: 35px;
    }
}
.news-centre-hero .text-link .text {
    width: auto;
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}
.news-centre-hero .text-link img {
    flex: 0 1 auto;
    max-width: 12px;
}
.download-item {
    margin-top: 23px;
    font-size: 1.5rem;
    background: #F7F7F7;
}
@media print, screen and (max-width:74.62375em) {
    .download-item {
        font-size: 1.25rem;
        padding-bottom: 22px;
    }
}
.download-item .item-text-content {
    padding: 15px 30px 20px;
}
.download-item .item-text-content .title-text {
    min-height: 58px;
}
.downloadable-content .publication-image {
    z-index: 1;
}
@media print, screen and (max-width:74.62375em) {
    .downloadable-content .publication-image {
        display: flex;
        max-width: 100%;
        justify-content: center;
    }
}
@media print, screen and (max-width:51.24875em) {
    .downloadable-content .publication-image:before {
        left: 50%;
        width: 100%;
        height: 20px;
        max-width: 350px;
        transform: translateX(-55%) skewX(64deg);
    }
}
.downloadable-content .publication-image .image {
    min-height: 100%;
}
.global-hero-2.no-overlay, .no-overlay.country-hero-5 {
    color: #000000;
}
.global-hero-2.no-overlay:before, .no-overlay.country-hero-5:before {
    display: none;
}
.global-hero-2.video-background, .video-background.country-hero-5 {
    position: relative;
}
.global-hero-2.video-background video, .video-background.country-hero-5 video {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -o-object-position: center;
    object-position: center;
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-2.video-background video, .video-background.country-hero-5 video {
        -o-object-position: left center;
        object-position: left center;
    }
}
.global-hero-2 .title, .country-hero-5 .title {
    max-width: 100% !important;
    font-weight: 700;
    padding-bottom: 0 !important;
    font-family: "SohneBreit", sans-serif;
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-2 .title, .country-hero-5 .title {
        margin-top: 0 !important;
    }
    .global-hero-2 .title:after, .country-hero-5 .title:after {
        content: "";
        left: 0;
        height: 3px;
        width: 95px;
        bottom: -30px;
        background: #000000;
        position: absolute;
    }
}
.global-hero-2 .subtitle, .country-hero-5 .subtitle {
    font-size: 1.875rem;
    margin-top: 45px;
    font-weight: 700;
    font-family: "ProximaNova", sans-serif;
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-2 .subtitle, .country-hero-5 .subtitle {
        margin-top: 65px;
        font-size: 1.5rem;
        font-weight: 400;
    }
}
.global-hero-2 .cta-button, .country-hero-5 .cta-button {
    right: 50px;
    bottom: 50px;
    position: absolute;
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-2 .cta-button, .country-hero-5 .cta-button {
        right: 0;
        width: 100%;
        padding: 0 40px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-2 .cta-button .btn, .country-hero-5 .cta-button .btn {
        width: 100%;
    }
}
.global-hero-3, .global-hero-2, .country-hero-5 {
    width: 100%;
    height: 100vh;
    color: #FFFFFF;
    max-width: 100%;
    max-height: 805px;
    min-height: 790px;
    position: relative;
    background-size: cover;
    background-position: top;
    margin: 0 auto 0;
    background-repeat: no-repeat;
    font-family: "SohneBreit", sans-serif;
    transition: max-width 0.5s ease;
}
@media print, screen and (min-width:74.625em) {
    .global-hero-3, .global-hero-2, .country-hero-5 {
        max-height: 810px;
    }
}
@media print, screen and (min-width:51.25em) {
    .global-hero-3, .global-hero-2, .country-hero-5 {
        max-height: 880px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-3, .global-hero-2, .country-hero-5 {
        height: 815px;
    }
}
.global-hero-3:before, .global-hero-2:before, .country-hero-5:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}
@media print, screen and (max-width:74.62375em) {
    .global-hero-3, .global-hero-2, .country-hero-5 {
        margin-top: 70px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-3, .global-hero-2, .country-hero-5 {
        padding: 20px 0;
        min-height: 564px;
        background-position: 25%;
    }
    .global-hero-3 .grid-container, .global-hero-2 .grid-container, .country-hero-5 .grid-container {
        padding: 0;
    }
}
.global-hero-3 .breadcrumb, .global-hero-2 .breadcrumb, .country-hero-5 .breadcrumb {
    margin-top: 30px;
    position: absolute;
    z-index: 10;
}
.global-hero-3 .title, .global-hero-2 .title, .country-hero-5 .title {
    max-width: 810px;
    font-size: 6.875rem;
    line-height: 1.08;
    letter-spacing: 12px;
    padding: 222px 0 260px 0;
    text-transform: uppercase;
}
@media print, screen and (max-width:74.99875em) {
    .global-hero-3 .title, .global-hero-2 .title, .country-hero-5 .title {
        line-height: 1;
        font-size: 5.125rem;
        letter-spacing: 8.2px;
    }
}
@media print, screen and (max-width:51.24875em) {
    .global-hero-3 .title, .global-hero-2 .title, .country-hero-5 .title {
        max-width: 261px;
        line-height: 1.2;
        font-size: 1.5rem;
        margin-top: 195px;
        letter-spacing: 2.5px;
    }
}
.global-hero-3 .cta-arrow, .global-hero-2 .cta-arrow, .country-hero-5 .cta-arrow {
    left: 50%;
    bottom: 222px;
    position: absolute;
    transform: translateX(-50%);
}
.country-hero-5 .title-text {
    padding-top: 280px;
    text-transform: uppercase;
    font-family: "SohneBreit", sans-serif;
}
@media print, screen and (max-width:51.24875em) {
    .country-hero-5 .title-text {
        font-size: 1.5rem;
        line-height: 3rem;
    }
}
#modal-popular-search .gsc-control-cse a {
    color: #000;
}
#modal-popular-search .gsc-control-cse {
    font-family: ProximaNova, sans-serif !important;
    line-height: 1.3;
    background: none;
    border: 0;
    margin-top: 36px;
}
#modal-popular-search .gsc-control-cse .gs-result .gs-title *, #modal-popular-search .gsc-search-box input.gsc-input {
    font-size: 25px;
    line-height: 1.2;
}
#modal-popular-search .gsc-control-cse .gsc-result .gs-snippet {
    font-size: 16px;
}
#modal-popular-search .gsc-control-cse .gsc-url-top {
    margin-bottom: 8px;
    font-size: 16px;
}
#modal-popular-search .gsc-control-cse .gsc-search-box input.gsc-input {
    box-shadow: none;
    padding-inline-start: 30px !important;
    background: url(/themes/custom/undpglobal/images/search-background.png) left center/contain no-repeat rgba(255, 255, 255, 0) !important;
    font-size: 20px;
}
#modal-popular-search .gsc-control-cse .gsc-search-box input.gsc-input::placeholder {
    font-size: 20px;
}
@media print, screen and (min-width:48em) {
    #modal-popular-search .gsc-control-cse .gsc-search-box input.gsc-input {
        font-size: 55px;
        padding-inline-start: 80px !important;
    }
    #modal-popular-search .gsc-control-cse .gsc-search-box input.gsc-input::placeholder {
        font-size: 55px;
    }
}
#modal-popular-search .gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box, #modal-popular-search .gsc-above-wrapper-area, #modal-popular-search .gsc-control-cse .gs-result .gs-image, #modal-popular-search .gsc-webResult.gsc-result {
    border: 0;
    background: none;
}
#modal-popular-search .gsc-control-cse .gsc-search-box .gsc-search-button {
    display: none;
}
#modal-popular-search .gsc-control-cse .gsc-result .gs-title {
    height: 36px;
}
#modal-popular-search .gsst_a, #modal-popular-search .gcsc-more-maybe-branding-root a, #modal-popular-search .gcsc-branding-clickable, #modal-popular-search .gsc-webResult.gsc-result, #modal-popular-search .gsc-results .gsc-imageResult, #modal-popular-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: none;
}
#modal-popular-search .gcsc-find-more-on-google, #modal-popular-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page, #modal-popular-search .gs-webResult.gs-result a.gs-title b, #modal-popular-search .gsc-tabHeader.gsc-tabhActive, #modal-popular-search .gsc-tabHeader.gsc-tabhInactive {
    background: none;
    border-color: #000;
    color: #000;
}
#modal-popular-search .gsc-thumbnail .gs-web-image-box {
    margin-right: 10px;
}
#modal-popular-search .gs-imagePreviewArea .gs-previewLink {
    color: #eee;
}
#modal-popular-search .gsc-input-box tr {
    border: 0;
}