@font-face {
    font-family: 'AkkuratLL-Regular';
    src: url('/content/dam/spglobal/commodity-insights/en/content-design/infographics/common/fonts/AkkuratLL-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratLL-Light';
    src: url('/content/dam/spglobal/commodity-insights/en/content-design/infographics/common/fonts/AkkuratLL-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratLL-Bold';
    src: url('/content/dam/spglobal/commodity-insights/en/content-design/infographics/common/fonts/AkkuratLL-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    margin-block-start: 0;
    margin-block-end: 0
}

html,
body {
    background-color: #0A0A0A;
    line-height: normal !important;
}

.final-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 82%;
    padding: 2rem;
}

.hero-container .header {
    display: flex;
    align-items: center;
}

.hero-container .header>img {
    width: 6.67vw;
    margin: 0 4rem 0 0;
}

.hero-container .header .title {
    color: #FFF;
    font-size: 1.5vw;
    font-family: "AkkuratLL-Regular";
    font-weight: unset;
}

.hero-container .pdf-section {
    color: #FFF;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.hero-container .pdf-section .content-wrapper {
    display: flex;
    flex-direction: column;
    width: 85%;
    height: 100%;
    margin-left: calc(6.67vw + 4rem);
}

.hero-container .pdf-section .pdf-title {
    font-family: "AkkuratLL-Regular";
    color: #FFF;
    font-size: 1.08vw;
    width: 100%;
    margin: .5rem 0;
}

.hero-container .pdf-section .pdf-iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 70vh !important;
    border: none;
}

.explanation-and-qr {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    width: 100%;
    height: auto;
}

.explanation-and-qr .text-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: "AkkuratLL-Light";
}

.explanation-and-qr .text-wrapper .text {
    position: relative;
    color: #fff;
    text-align: justify;
    font-size: .85vw;
    padding-right: 5.5rem;
}

.explanation-and-qr .text-wrapper .qr-text {
    position: relative;
    color: #FFF;
    text-align: justify;
    font-size: 0.8vw;
    margin-top: .5rem;
}

.explanation-and-qr .qr-code {
    position: relative;
    width: 5vw;
    height: 5vw;
    background-color: white;
}

.navigation-container {
    position: relative;
    width: 18%;
    padding: 2rem 2rem 1rem 0;
    display: flex;
    flex-direction: column;
}

.navigation-container .nav-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.navigation-container .nav-wrapper .nav-item {
    display: flex;
    align-items: center;
    margin: .5rem .5rem 0 0;
    opacity: 1;
    cursor: pointer;
    transition: 0.5s ease;
}

.navigation-container .nav-wrapper .nav-item:first-child {
    margin-top: 0;
}

.navigation-container .nav-wrapper .nav-item .nav-image {
    width: 5.5vw;
    height: 9.5vh;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease;
}

.navigation-container .nav-wrapper .nav-item:hover .nav-image,
.navigation-container .nav-wrapper .nav-item.active .nav-image {
    width: 8.5vw;
    height: 15vh;
}

.navigation-container .nav-wrapper .nav-item .nav-name {
    color: #EDF86F;
    font-family: "AkkuratLL-Light";
    padding: 0 .7rem 0 0;
    font-size: 0.8vw;
    transition: all 0.5s ease;
}

.navigation-container .nav-wrapper .nav-item:hover .nav-name {
    text-decoration: underline;
    font-size: 0.85vw;
}

.navigation-container .nav-wrapper .nav-item.active .nav-name {
    font-size: .95vw;
    color: #fff;
}