* {
    outline: none !important;
}
.container {
    max-width: 1816px;
    margin: 0 auto 40px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.w-full {
    width: 100%;
}
.d-inline-block {
    display: inline-block;
}

.overlay {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    background-image:
            radial-gradient(50% 50% at 50% 50%, rgba(0,0,0,0) 87.5%, rgba(0,0,0,0.5) 100%),
            url('../img/bg.png');
    transition: all .3s ease-in-out;
}
.overlay.hidden {
    opacity: 0;
    z-index: -1;
}

.alert {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21;
    width: 100%;
    padding: 15px;
    color: white;
    font-size: 25px;
    font-weight: 500;
    background-color: #FBAE33;
    text-align: center;
}
@media screen and (min-width: 1200px){
    .alert {
        display: none !important;
    }
}

body {
    box-sizing: border-box;
    padding: 80px 20px 20px;
    margin: 0;
    width: 100vw;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    background-image:
            linear-gradient(180deg, #000000 5%, rgba(0, 0, 0, 0) 30%),
            radial-gradient(50% 50% at 50% 50%, rgba(0,0,0,0) 87.5%, rgba(0,0,0,0.5) 100%),
            url('../img/bg.png');
    font-family: 'Maven Pro', Arial;
}
@media screen and (min-width: 1200px){
    body {
        padding-top: 20px;
    }
}
@media screen and (min-width: 1366px){
    body {
        padding: 20px 52px;
    }
}
@media screen and (min-height: 900px){
    body {
        padding-left:  65px;
        padding-right: 65px;
    }
}
body.locked {
    pointer-events: none;
}


header {
    padding: 0;
    box-sizing: border-box;
    z-index: 20;
    position: relative;
}
header .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .bottom {
    padding-top: 40px;
    padding-bottom: 30px;
}
header .back-link {
    position: relative;
    color: #f9a000;
    text-decoration: unset;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .015em;
    padding-left: 20px;
    transition: all .3s ease-in-out;
}
header .back-link:hover {
    color: #fff;
}
header .back-link:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(/img/icons/ghost-link.svg) no-repeat 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
header.container {
    margin-bottom: 71px;
}
body.stakeholders header.container {
    margin-bottom: 51px;
}

header .logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
header .logo {
    padding-right: 32px;
    margin-right: 38px;
    position: relative;
}
header .logo:last-child {
    padding-right: 0;
}
header .logo:not(:last-child):after {
    content: '';
    width: 2px;
    height: 30px;
    background: #7D7D7D;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-height: 900px){
    header .logo {
        max-width: unset;
    }
}

header nav button {
    border: 2px solid #D5D5D5;
    padding: 10px;
    background: none;
}
header nav ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    border: 2px solid #D5D5D5;
    background: black;
    position: absolute;
    right: 0;
    top: 64px;
    text-align: right;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: -1;
}
header nav ul.active {
    opacity: 1;
    z-index: 1;
}
@media screen and (min-width: 1200px){
    header nav button {
        display: none;
    }
    header nav ul {
        padding: 0;
        position: unset;
        right: unset;
        top: unset;
        z-index: unset;
        opacity: unset;
        text-align: unset;
        display: flex;
        align-items: center;
        text-align: center;
    }
}
header nav ul li {
    position: relative;
}
header nav ul li:not(:last-child):after {
    content: '';
    width: 2px;
    height: 30px;
    background: #7D7D7D;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}
header nav ul li a {
    padding: 13px;
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 105%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    background-color: transparent;
    transition: all .3s ease-in-out;
    white-space: nowrap;
}
@media screen and (min-width: 1450px) {
    header nav ul li a {
        padding: 20px;
        font-size: 20px;
    }
}
@media screen and (min-width: 1600px){
    header nav ul li a {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media screen and (min-width: 1700px){
    header nav ul li a {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media screen and (min-width: 1850px){
    header nav ul li a {
        padding-left: 60px;
        padding-right: 60px;
    }
}
header nav ul li:not(.active) a:hover {
    color: #FBAE33;
}
header nav ul li.active a {
    color: #FBAE33;
    font-weight: 500;
}


main {
    display: flex;
    justify-content: center;
}
main .wrap {
    position: relative;
}
main svg {
    max-width: 100%;
    height: auto;
}
main svg * {
    opacity: 1;
    transition: all .3s ease-in-out;
}
main svg .hidden {
    opacity: 0;
}

.group {
    position: absolute;
    z-index: 11;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    white-space: nowrap;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.group.show {
    opacity: 1;
}
@media screen and (min-height: 800px){
    .group {
        font-size: 24px;
    }
}
@media screen and (min-height: 900px){
    .group {
        font-size: 26px;
    }
}
.group.group-1 {
    left: 2%;
    top: -10%;
}
@media screen and (min-height: 800px){
    .group.group-1 {
        top: -8%;
    }
}
@media screen and (min-height: 1070px){
    .group.group-1 {
        top: -4%;
    }
}
.group.group-2 {
    left: 34%;
    top: 42%;
}
.group.group-3 {
    left: 61%;
    top: -5%;
}
.group.group-4 {
    left: 1%;
    top: 2%;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-4 {
        left: 2%;
        top: 5%;
    }
}
.group.group-5 {
    left: 48%;
    top: 21%;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-5 {
        left: 55%;
        top: 24%;
    }
}
.group.group-6 {
    left: 85%;
    top: 9%;
}
@media screen and (min-height: 800px){
    .group.group-6 {
        left: 83.5%;
    }
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-6 {
        left: 87%;
    }
}
.group.group-7 {
    left: 1%;
    top: 4%;
}
.group.group-8 {
    left: 50%;
    top: 28%;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-8 {
        left: 53%;
        top: 27%;
    }
}
.group.group-9 {
    left: 83%;
    top: 11%;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-9 {
        left: 86%;
    }
}

.group-title {
    border: 4px solid #FBAE33;
    background: black;
    border-radius: 4px;
    box-shadow: 0 0 13.8px 0 #FF8A00;
    box-shadow: 0 0 13.8px 0 #ff6a00;
    transition: all .3s ease-in-out;
}
.group:not(:hover) .group-title {
    animation: pulse 2s infinite;
}
.group-title > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 13.8px 0 rgba(255, 138, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 13.8px 20px rgba(255, 138, 0, 0);
    }
    100% {
        box-shadow: 0 0 13.8px 0 rgba(255, 138, 0, 0);
    }
}
.group-title > ul li {
    position: relative;
    padding: 15px 25px;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group-title > ul li {
        padding: 31px 35px;
    }
}
.group-title > ul li:not(:last-child):after {
    content: '';
    width: 2px;
    height: 30px;
    background: #7D7D7D;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}
body:not(.locked) .group-title {
    cursor: pointer;
}
.group-details {
    display: none;
    font-size: 12px;
    position: relative;
    z-index: 1;
    line-height: 105%;
    letter-spacing: -0.03em;
}
@media screen and (min-height: 800px){
    .group-details {
        font-size: 15px;
    }
}
@media screen and (min-height: 900px) and (min-width: 1750px) {
    .group-details {
        font-size: 17px;
    }
}

.group.group-1.active .group-title {
    border-bottom-left-radius: 0;
}
.group.group-1 .group-details {
    position: absolute;
    left: 0;
}
@media screen and (min-height: 900px) and (min-width: 1750px) {
    .group.group-1 .group-details {
        right: 0;
        left: unset;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 0;
    }
}

.group.group-2 .group-details.item-1 > ul {
    margin-top: 20px;
}
.group.group-2 .group-details.item-2 > ul {
    margin-bottom: 20px;
}
@media screen and (min-height: 900px) and (min-width: 1750px) {
    .group.group-2 .group-details.item-1 {
        margin-bottom: 0;
        top: 20px;
    }
    .group.group-2 .group-details.item-2 {
        margin-top: 0;
        bottom: 20px;
    }
    .group.group-2 .group-details.item-1 > ul {
        margin-top: 0;
    }
    .group.group-2 .group-details.item-2 > ul {
        margin-bottom: 0;
    }
}
.group.group-2 .group-details ul {
    margin: 0 25px;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-2 .group-details ul {
        margin: 0 40px;
    }
}

@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-3 .group-details {
        top: -10px;
    }
}
.group.group-3 .group-details ul {
    margin: 0 30px 20px;
}

.group.group-4.active .group-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.group.group-4 .group-details {
    position: absolute;
    left: 0;
}

.group.group-5 .group-details ul {
    margin: 20px 25px 0;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-5 .group-details {
        top: 25px;
    }
    .group.group-5 .group-details ul {
        margin: 0 38.5px 10px;
    }
}

.group.group-6 .group-details > ul {
    margin: 0 25px 20px;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group.group-6 .group-details {
        top: -8px;
    }
    .group.group-6 .group-details > ul {
        margin: 0 36px 22px;
    }
}

.group.group-7 .group-details .steps {
    row-gap: 7px;
}

.group-details .ul-wrap,
.group-details .steps {
    border: 4px solid #FBAE33;
    background: black;
    border-radius: 4px;
    box-shadow: 0px 0px 13.8px 0px #FF8A00;
    color: white;
    border-top: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px;
    box-sizing: border-box;
}
.group-details .steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    text-align: center;
}
@media screen and (min-height: 900px) and (min-width: 1750px){
    .group-details .steps {
        gap: 50px 70px;
    }
}
.group-details .step {
    padding: 11px 15px;
    border: 2px solid #D5D5D5;
    position: relative;
}
.group-details .step.arrow-l:before {
    content: '';
    display: block;
    position: absolute;
    left: -28px;
    top: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #D5D5D5 transparent transparent;
    transform: rotate(0deg) translateY(-50%);
}
.group-details .step.arrow-l:after {
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    background: #D5D5D5;
}
.group-details .step.arrow-l-from-r:before {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #D5D5D5 transparent transparent;
    transform: rotate(0deg) translateY(-50%);
}
.group-details .step.arrow-l-from-r:after {
    content: '';
    display: block;
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    background: #D5D5D5;
}
.group-details .step.arrow-t:before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: -29px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #D5D5D5 transparent;
    transform: rotate(0deg) translateX(50%);
}
.group-details .step.arrow-t:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -27px;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #D5D5D5;
}
.group-details .step.arrow-b:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -29px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #D5D5D5 transparent transparent transparent;
    transform: rotate(0deg) translateX(-50%);
}
.group-details .step.arrow-b:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #D5D5D5;
}
.group-details .step.arrow-b-from-t:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -17px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #D5D5D5 transparent transparent transparent;
    transform: rotate(0deg) translateX(-50%);
}
.group-details .step.arrow-b-from-t:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -29px;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #D5D5D5;
}
@media screen and (min-height: 800px){
    .group-details .ul-wrap {
        padding: 20px 30px;
    }
    .group-details .steps {
        padding: 20px;
    }
}
@media screen and (min-height: 900px) and (min-width: 1750px) {
    .group-details .ul-wrap {
        padding: 24px 33px 17px;
    }

    .group-details .step.arrow-l:before {
        left: -59px;
    }
    .group-details .step.arrow-l:after {
        left: -50px;
        width: 37px;
    }
    .group-details .step.arrow-l-from-r:before {
        right: -25px;
    }
    .group-details .step.arrow-l-from-r:after {
        right: -57px;
        width: 37px;
    }
    .group-details .step.arrow-t:before {
        top: -42px;
    }
    .group-details .step.arrow-t:after {
        top: -33px;
        height: 20px;
    }
    .group-details .step.arrow-b:before {
        bottom: -42px;
    }
    .group-details .step.arrow-b:after {
        bottom: -33px;
        height: 20px;
    }
    .group-details .step.arrow-b-from-t:before {
        top: -17px;
    }
    .group-details .step.arrow-b-from-t:after {
        top: -33px;
        width: 2px;
        height: 20px;
    }
}
.group-details > ul,
.ul-wrap > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 2px solid #D5D5D5;
}
.group-details > ul ul,
.ul-wrap > ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.group-details > ul ul li,
.ul-wrap > ul ul li {
    padding: 12px;
}
.group-details > ul ul li:nth-child(2n),
.ul-wrap > ul ul li:nth-child(2n) {
    border-left: 2px solid #D5D5D5;
}
.group-details > ul > li,
.ul-wrap > ul > li {
    padding: 7px 10px;
    border-bottom: 2px solid #D5D5D5;
}
@media screen and (min-height: 900px){
    .group-details > ul > li,
    .ul-wrap > ul > li {
        padding: 11px 20px;
    }
}
.group-details > ul > li.has-child,
.ul-wrap > ul > li.has-child {
    padding: 0;
}
.group-details > ul > li:last-child,
.ul-wrap > ul > li:last-child {
    border-bottom: unset;
}


.cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 63px 23px;
}
@media screen and (min-width: 1500px){
    .cards {
        column-gap: 50px;
    }
}
@media screen and (min-width: 1650px){
    .cards {
        column-gap: 109px;
    }
}
.card {
    display: flex;
    align-items: flex-start;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
}
body:not(.locked) .card {
    cursor: pointer;
}
.card-img {
    width: 165px;
    height: auto;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 1500px){
    .card-img {
        width: 200px;
    }
}
@media screen and (min-width: 1650px){
    .card-img {
        width: 244px;
    }
}
.card:nth-child(3) .card-img {
    right: -15px;
}
.card:nth-child(5) .card-img {
    top: -40px;
}
.card:nth-child(6) .card-img {
    top: -55px;
    right: -15px;
}
.card:nth-child(7) .card-img {
    top: -50px;
    left: 25px;
}
.card-title {
    padding: 16px 16px 16px 37px;
    font-size: 24px;
    border: 4px solid #FBAE33;
    background: #252525;
    border-radius: 4px;
    box-shadow: 0 0 13.8px 0 #ff6a00;
    transition: all .3s ease-in-out;
    position: relative;
}
@media screen and (min-width: 1450px){
    .card-title {
        font-size: 26px;
    }
}
.card-title:before {
    content: '';
    position: absolute;
    left: 17px;
    top: 27px;
    width: 7px;
    height: 7px;
    display: block;
    background: #FBAE33;
}
.card:not(:hover) .card-title {
    animation: pulse 2s infinite;
}
.card.active .card-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card-details-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-left: -40px;
}
.card-details-wrap > div {
    flex-grow: 1;
}
.card-description {
    font-size: 18px;
    display: none;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    width: 100%;
}
.card-description > ul {
    border: 2px solid #D5D5D5;
    border-top: unset;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 16px 22px 22px 37px;
    background: black;
    margin: 0;
}
.card-description > ul li:not(:last-child) {
    margin-bottom: 7px;
}


.logos-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 105%;
    letter-spacing: -0.03em;
}
@media screen and (min-width: 1550px){
    .logos-wrap {
        padding-top: 24px;
    }
}
@media screen and (min-width: 1750px){
    .logos-wrap {
        grid-template-columns: 1fr 3fr;
    }
}
.logos-description {
    padding: 25px ;
}
@media screen and (min-width: 1450px){
    .logos-description {
        padding-right: 50px;
    }
}
.logos-description h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.logos-description p:not(:last-child) {
    margin-bottom: 15px;
}
.logos-description,
.logos-list-wrap .logos-list {
    border: 2px solid #D5D5D5;
    background: black;
}
.logos-list-wrap .logos-list:not(:last-child) {
    margin-bottom: 34px;
}
.logos {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
}
.logo-double,
.logo-wrap {
    display: flex;
    align-items: center;
}
.logos-title {
    padding: 21px 21px 21px 30px;
    position: relative;
    background: #252525;
    border-bottom: 2px solid #D5D5D5;
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    align-items: center;
}
.logos-title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
}
.logos-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    display: block;
    background: #FBAE33;
}
.logos-title h2:not(:first-child) {
    margin-left: 29px;
}
.logos-title h2:not(:first-child):after {
    content: '';
    width: 2px;
    height: 44px;
    background: #7D7D7D;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
}
.logos-list:nth-child(3) .logos-title h2:first-child:before {
    transform: unset;
    top: 8px;
}
.logos {
    padding: 24px 30px;
}
.logo-wrap span {
    margin-left: 20px;
}
.logos-list:nth-child(1) .logos .logo-wrap:nth-child(1) img {
    padding: 0 16px 0 6px;
}
.logos-list:nth-child(1) .logos .logo-wrap:nth-child(2) img {
    padding: 0 13px 0 27px;
}
.logos-list:nth-child(2) .logos .logo-wrap:nth-child(1) img {
    padding: 0 33px 0 13px;
}
.logos-list:nth-child(2) .logos .logo-wrap:nth-child(2) img {
    padding: 0 3px 0 0;
}
.logos-list:nth-child(3) .logos .logo-double .logo-wrap:nth-child(1) img {
    padding: 0 9px 0 3px;
}
.logos-list:nth-child(3) .logos > .logo-wrap img {
    padding-right: 30px;
}
@media screen and (min-width: 1450px){
    .logos-list:nth-child(3) .logos > .logo-wrap img {
        max-width: unset;
    }
}
.logos > .logo-wrap:last-child,
.logos > .logo-double {
    padding-left: 26px;
    position: relative;
    border-left: 2px solid #7D7D7D;
}
.logos .logo-double .logo-wrap:not(:last-child) {
    margin-right: 29px;
}