@font-face {
    font-family: CalibreLight;
    src: url(fonts/FeyCalibre-Light.woff2);
}

@font-face {
    font-family: CalibreRegular;
    src: url(fonts/FeyCalibre-Regular.woff2);
}

@font-face {
    font-family: CalibreBold;
    src: url(fonts/FeyCalibre-Bold.woff2);
}

:root {
    --font-family: 'Calibre', sans-serif;
    --font-family-title: 'Calibre', sans-serif;
    --color-black: #d8d8d8;
    --color-black-absolute: #000;
    --color-grey-dark: #666;
    --color-grey-light: #a4a4a4;
    --color-grey-lightest: #f4f4f4;
    --color-mercury: #e4e4e4;
    --color-slate: #ababab;
    --color-purple: #3b2d51;
    --color-white-absolute: #050606;
    --color-theme-climate: #f04371;
    ;
    --color-theme-communities: #ffdfc9;
    --color-theme-nature: #e4f4c9;
    --color-theme-waste: #d1dbeb;
    --color-theme-workers: #ffb7b2;
    --font-size-smallest: 0.75em;
    --font-size-small: 0.875em;
    --font-size-larger: 2.5em
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #050607;
}

ul[class] {
    list-style: none;
    margin: 0;
    padding: 0
}

.u-mr3 {
    margin-right: 0.75rem
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.overflow-hidden {
    overflow: hidden
}

.transparent {
    opacity: 0
}

.custom-1r9ij1o {
    position: absolute;
    background: radial-gradient(124.81% 118.49% at 50% 100%, rgb(31, 154, 110) 0%, rgba(31, 154, 110, 0) 100%), rgb(78, 190, 150);
    box-shadow: rgb(78 190 150 / 9%) 0px 0px 15px;
    border-radius: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 19px 24px 38px;
    width: 95%;
    top: -60px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.3s var(--ease-out);
}

.ProofPointCardList-item--theme1 .ProofPointCardContent-theme,
.ProofPointHeader--theme1 .ProofPointHeader-theme,
.ProofPointHeader--theme1::before,
.ThemeDetails--theme1 .ThemeFilter-anchor::before,
.ThemeDetails--theme1 .ThemeFilter-subAnchor::before,
.ThemeDetails--theme1>summary::before {
    background-color: #2f363c
}

.ProofPointCardList-item--theme2 .ProofPointCardContent-theme,
.ProofPointHeader--theme2 .ProofPointHeader-theme,
.ThemeDetails--theme2 .ThemeFilter-anchor::before,
.ThemeDetails--theme2 .ThemeFilter-subAnchor::before,
.ThemeDetails--theme2>summary::before {
    background-color: #2f363c
}

.ProofPointCardList-item--theme3 .ProofPointCardContent-theme,
.ProofPointHeader--theme3 .ProofPointHeader-theme,
.ThemeDetails--theme3 .ThemeFilter-anchor::before,
.ThemeDetails--theme3 .ThemeFilter-subAnchor::before,
.ThemeDetails--theme3>summary::before {
    background-color: #2f363c
}

.ProofPointCardList-item--theme4 .ProofPointCardContent-theme,
.ProofPointHeader--theme4 .ProofPointHeader-theme,
.ThemeDetails--theme4 .ThemeFilter-anchor::before,
.ThemeDetails--theme4 .ThemeFilter-subAnchor::before,
.ThemeDetails--theme4>summary::before {
    background-color: #2f363c
}

.ProofPointCardList-item--theme5 .ProofPointCardContent-theme,
.ProofPointHeader--theme5 .ProofPointHeader-theme,
.ThemeDetails--theme5 .ThemeFilter-anchor::before,
.ThemeDetails--theme5 .ThemeFilter-subAnchor::before,
.ThemeDetails--theme5>summary::before {
    background-color: #2f363c
}

.Theme--climate {
    background-color: #f0437100;
}

.Theme--waste {
    background-color: #f0437100;
}

.Theme--nature {
    background-color: #f0437100;
}

.Theme--workers {
    background-color: #f0437100;
}

.Theme--communities {
    background-color: #f0437100;
}

.Badge {
    border-radius: 24px;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 12px;
    position: relative
}

.Badge+.Badge {
    margin-left: 10px
}

.Badge--plain {
    border: 1px solid var(--color-black);
    color: var(--color-black)
}

.ClaimCategoryGroup {
    background: #f39b24;
    color: #fff;
    padding: 7px 16px 3px 32px
}

.ClaimCategoryGroup::before {
    background: var(--color-white-absolute);
    border-radius: 12px;
    content: '';
    display: inline-block;
    height: 18px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 18px
}

.ClaimCategoryGroup--present {
    background: #f39b24;
}

.ProofPointCardContent {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-right: 17px;
    max-width: 500px
}

.ProofPointCardContent-theme {
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 1.35;
    padding: 0 6px;
    text-transform: uppercase
}

.ProofPointCardListItem-theme:hover,
.ProofPointCardListItem-theme:focus {
    background-color: rgb(54, 54, 54);
}

.w-nav {
    background: radial-gradient(64% 124% at 50% 100%, rgb(24, 25, 32) 0%, rgba(28, 29, 37, 0) 100%), rgb(11, 11, 15);
    box-shadow: rgb(0 0 0 / 22%) 0px 30px 60px -10px, rgb(0 0 0 / 25%) 0px 18px 36px -18px;
}

.ProofPointCardContent-title {
    font-family: Calibre, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #b8b8bb;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin: 3px 0
}

.ProofPointCardContent-description {
    -webkit-box-orient: vertical;
    color: #656769;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    overflow: hidden;
}

ul.ProofPointCardList {
    margin: 0 10px;
    overflow: visible;
    padding-bottom: 15px
}

.ProofPointCardList-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 2px 2px 1px rgb(0 0 0 / 10%), 2px 8px 10px 1px #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0 15px;
    background: radial-gradient(64% 124% at 50% 100%, rgb(24, 25, 32) 0%, rgba(28, 29, 37, 0) 100%), rgb(11, 11, 15);
    position: relative;
    box-shadow: rgb(0 0 0 / 22%) 0px 30px 60px -10px, rgb(0 0 0 / 25%) 0px 18px 36px -18px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: border 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.5s;
    transition: border 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.5s;
    transition: border 0.3s, box-shadow 0.3s, transform 0.5s, opacity 0.3s;
    transition: border 0.3s, box-shadow 0.3s, transform 0.5s, opacity 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.5s
}

.ProofPointCardList-item:hover,
.ProofPointCardList-item:focus {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 16px rgba(20, 23, 48, 0.281)
}

.ProofPointCardList-item:hover .ProofPointCard-arrow,
.ProofPointCardList-item:focus .ProofPointCard-arrow {
    color: #308bfb;
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.ProofPointCardList-item:active {
    -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.08)
}

.ProofPointCardList-item+.ProofPointCardList-item {
    margin-top: 15px
}

.ProofPointCard {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    text-decoration: none
}

.ProofPointCard-arrow {
    display: block;
    min-width: 17px;
    position: absolute;
    right: 15px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.ProofPointHeader {
    background-color: var(--color-white-absolute)
}

.ProofPointHeader-icon {
    float: left
}

.ProofPointHeader-heading {
    margin-bottom: 36px;
    margin-left: 98px
}

.ProofPointHeader-title {
    font-family: inherit;
    background: linear-gradient(90.53deg, rgb(179, 174, 245) -10%, rgb(215, 203, 231) 25%, rgb(229, 200, 200) 50%, rgb(234, 168, 121) 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 42px;
    font-size: 42px !important;
    font-weight: 600;
}

.ProofPointHeader-description {
    line-height: 1.5;
    margin-top: 1em
}

.ProofPointHeader-link {
    border: 1px solid var(--color-purple);
    border-radius: 4px;
    color: var(--color-purple);
    font-size: var(--font-size-small);
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 8px;
    text-decoration: none;
    text-transform: uppercase
}

.ProofPointIcon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px
}

.ProofPointIcon,
.ProofPointHeader-icon {
    background-color: #222;
    border-radius: 50%;
    width: 44px !important;
    height: 44px !important;
    margin-top: 10px;
}

.SmallHeading,
.SecondaryContent h3 {
    color: var(--color-grey-light);
    font-family: var(--font-family);
    font-size: 1em;
    font-weight: normal
}

.SecondaryContent {
    color: var(--color-black)
}

.SecondaryContent a {
    color: inherit;
    font-weight: bold;
    text-decoration: none
}

.SecondaryContent a:hover {
    text-decoration: none;
}

.SecondaryContent h2 {
    margin: 42px 0 16px
}

.SecondaryContent p,
.SecondaryContent ul,
.SecondaryContent ol {
    line-height: 24px
}

.SecondaryContent ul>li+li,
.SecondaryContent ol>li+li {
    margin-top: 6px
}

.SecondaryContent img {
    max-width: 100%
}

.ThemeFilter a,
.ThemeFilter-subAnchor {
    text-decoration: none
}

.ThemeFilter-listItem {
    color: #bccbcc;
    font-size: var(--font-size-small);
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.ThemeFilter-listItem :checked+label {
    font-weight: bold
}

.ThemeFilter-listItem :active+label {
    outline: 1px solid rgba(0, 0, 0, 0)
}

.ThemeFilter-listItem+.ThemeFilter-listItem,
.ThemeDetails+.ThemeDetails {
    margin-top: 18px
}

.ThemeFilter-listItem>label,
.ThemeDetails>summary {
    cursor: pointer
}

.ThemeFilter-listItem>label:hover,
.ThemeDetails[open]>summary,
.ThemeFilter-listItem :checked+label {
    text-decoration: none;
}

.ThemeFilter-capsule {
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 20px;
    line-height: 1;
    padding: 0 12px 0 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.ThemeFilter-capsule p {
    margin: auto;
    padding-left: 0.25em;
    text-transform: uppercase
}

.ThemeFilter-capsule svg {
    height: 42px;
    width: 200px
}

.ThemeFilter-anchor,
.ThemeDetails>summary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: grid;
    font-weight: bold;
    grid-gap: 10px;
    grid-template-columns: 50px auto;
    text-transform: uppercase
}

.ThemeFilter input {
    display: none
}

.ThemeFilter-subListItem {
    letter-spacing: normal;
    margin-left: 28px;
    margin-top: 10px
}

.ThemeFilter-subAnchor {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 22px auto;
}

.custom-10uj70j2 {
    background: linear-gradient(90.53deg, #b3aef5 -10%, #d7cbe7 25%, #e5c8c8 50%, #eaa879 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 62px;
    font-size: 42px !important;
    font-weight: 600;
}

.ThemeFilter-subAnchor:active {
    font-weight: bold;
}

.ThemeFilter-subAnchor:hover,
.ThemeFilter-subAnchor:focus {
    text-decoration: none;
}

.ThemeFilter-subAnchor::before,
.ThemeDetails>summary::before {
    border-radius: 11px;
    content: '';
    display: inline-block;
    height: 2px;
}

.ThemeFilter-subListItem--active {
    font-weight: normal;
}

.ThemeFilter,
.ThemeDetailsList {
    display: none
}

.ThemeDetails>summary {
    background-image: url(../../img/plus.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: top;
    display: inline;
    letter-spacing: 1px;
    outline: none;
    text-transform: uppercase
}

.ThemeDetails>summary::before {
    margin-right: 10px;
    vertical-align: middle;
    width: 32px;
    opacity: 0
}

::-webkit-details-marker {
    display: none
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }
}

hr {
    border: 0;
    border-bottom: 1px solid var(--color-mercury);
    margin: 30px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-title)
}

h6 {
    margin: 8px 0 6px;
}

aside {
    margin: 0 0 15px 15px;
    padding-top: 15px
}

main {
    margin: 15px
}

.TransparencyFrameworkWrapper {
    font-family: var(--font-family);
    font-size: 16px
}

@media (min-width: 640px) {
    .TransparencyFrameworkWrapper {
        display: grid;
        gap: 5%;
        grid-template-columns: 220px minmax(0, 620px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 35px
    }
}

@media (min-width: 768px) {
    .ProofPointIcon,
    .ProofPointHeader-icon {
        background-color: #222;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        margin-top: 14px;
        margin-left: 12px;
    }
    .TransparencyFrameworkWrapper {
        grid-template-columns: 300px minmax(0, 620px);
        margin-top: 1em
    }
}

@media (min-width: 640px) {
    .ThemeFilter {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        top: 131px
    }
    ul.ProofPointCardList {
        max-width: 620px
    }
}

.ProofPointContent {
    margin: 15px 0;
    max-width: 720px
}

.TransparencyFrameworkProofPointBody main {
    margin: 15px 0;
    padding: 0 15px
}

@media (min-width: 640px) {
    .ProofPointIcon,
    .ProofPointHeader-icon {
        background-color: #222;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        margin-top: 14px;
        margin-left: 12px;
    }
    .ThemeDetailsList {
        display: block
    }
    .ProofPointHeader {
        max-width: 760px
    }
    .SecondaryContent {
        margin-bottom: 60px
    }
}

@media (min-width: 400px) {
    .ProofPointIcon,
    .ProofPointHeader-icon {
        background-color: #222;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        margin-top: 14px;
        margin-left: 12px;
    }
}

@media (min-width: 960px) {
    .ThemeFilter-subAnchor {
        font-size: 1rem
    }
}