body {
    color: #000;
    font-family: Neuemontreal, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 64px;
    font-weight: 700;
    line-height: 78px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.22222;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 400;
    line-height: 57px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
    line-height: 42.9px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.625;
}

.small-para {
    font-size: 16px;
    line-height: 19px;
}

.header-slide {
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: stretch;
    padding-top: 160px;
    padding-bottom: 82px;
    padding-left: 190px;
    display: flex;
    position: relative;
}

.button {
    color: #f9e745;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #1d6731;
    flex: none;
    padding-left: 34px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.button.big {
    padding-left: 42px;
}

.button.big.blue-variant {
    background-color: #1a2f3e;
}

.button.white-variant {
    color: #000;
    background-color: #fff;
}

.button.dark-blue-variant {
    color: #c2e636;
    background-color: #03141b;
}

.button.dark-blue-variant.yellow-text {
    color: #f9e745;
}

.button.dark-green-variant {
    color: #fff;
    background-color: #004010;
}

.button.dark-green-variant.small {
    max-height: 50px;
    padding-right: 0;
    font-size: 11px;
}

.button.white-text {
    color: #fff;
}

.button.white-text.green-bg {
    background-color: #1d6731;
}

.button.secondary {
    color: #fff;
    background-color: #226845;
    border: 1px solid #1d6731;
    padding: 22px 62px;
    font-size: 12px;
}

.button.secondary.transparent {
    color: #1d6731;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1d6731;
}

.button.small {
    color: #fff;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 34px;
    font-size: 16px;
    line-height: 1.4;
}

.button.secondary-blue {
    color: #fff;
    text-transform: none;
    background-color: #1a2f3e;
    padding: 20px 42px;
    font-size: 16px;
}

.button.secondary-blue.small {
    padding: 8px 30px;
    font-size: 14px;
}

.button__icon-wrapper {
    width: 45px;
    height: 50px;
    background-image: url('../images/button-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px;
    border-left: 1px solid #000;
    margin-left: 34px;
    padding: 24px;
}

.button__icon-wrapper.big {
    width: 65px;
    height: 70px;
    margin-left: 42px;
    padding-top: 27px;
    padding-bottom: 27px;
}

.button__icon-wrapper.big.dark-blue-variant {
    background-color: #03141b;
    background-image: url('../images/arrow-white.svg');
    border-left-color: #fff;
}

.button__icon-wrapper.big.blue-variant {
    background-color: #1a2f3e;
    background-image: url('../images/arrow-white.svg');
    border-left-color: #fff;
}

.button__icon-wrapper.dark-green-variant {
    background-image: url('../images/arrow-white.svg');
    border-left-color: #fff;
}

.home-hero__text {
    color: #fff;
    align-items: flex-end;
    margin-bottom: 35px;
    display: flex;
}

.hero-text {
    margin-bottom: 86px;
}

.slider-controls {
    z-index: 1;
    max-width: 747px;
    align-self: stretch;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 82px;
    left: 190px;
    right: 0%;
}

.slider-controls__arrow {
    width: 56px;
    height: 56px;
    cursor: pointer;
    background-color: #f9e745;
    background-image: url('../images/slider-arrow__black.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 7px;
    border-radius: 50%;
    flex: none;
    transition: all .5s ease-in-out;
}

.slider-controls__arrow:hover {
    background-position: 60%;
}

.slider-controls__arrow.left {
    margin-right: 8px;
    transform: rotate(180deg);
}

.slider-controls__arrows {
    flex: none;
    margin-right: 46px;
    display: flex;
}

.slider-controls__progress {
    height: 5px;
    background-color: #fff;
    flex: 1;
    position: relative;
}

.slider-controls__progress-active {
    width: 20%;
    background-color: #f9e745;
    margin-top: -2px;
    margin-bottom: -2px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.header {
    height: 100%;
    display: flex;
    position: relative;
    overflow: auto;
}

.header.secondary-pages {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 140px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
}

.header.secondary-pages.about {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.header.secondary-pages.contact {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/contact-header.jpeg');
}

.header.secondary-pages.businesses {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/businesses-header.jpeg');
}

.header.secondary-pages.opportunities {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/resilient.jpg');
}

.header.secondary-pages.sustainability {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/sustainability-header-image.jpg');
}

.header.secondary-pages.insights {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/insights-header.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.header.secondary-pages.legal {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/legal-header.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.header.secondary-pages.small {
    padding-top: 88px;
    font-size: 65px;
}

.header-slide__overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 64, 16, 0));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img.header-slide__img {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.img.mandate-image-wrapper__profitable {
    z-index: 3;
}

.img.align-right {
    object-position: 70% 50%;
}

.header-hero {
    z-index: 1;
    position: relative;
}

.why-nnpc-section {
    height: 100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 86px;
    display: flex;
    overflow: hidden;
}

.why-nnpc-section__inner {
    width: 90%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.why-nnpc-flex {
    align-items: center;
    display: flex;
}

.why-nnpc-flex__image {
    width: 286px;
    height: 411px;
    max-height: 52vh;
    background-image: url('../images/why-nnpc.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 32px;
}

.why-nnpc-flex__text-block {
    max-width: 769px;
    border-left: 1px solid rgba(0, 0, 0, .11);
    flex: 1;
    margin-top: 81px;
    margin-bottom: 81px;
    padding-left: 62px;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

.why-nnpc-flex__heading {
    color: rgba(3, 20, 27, .32);
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
}

.green-text {
    color: #1d6731;
}

.nnpc-stats-flex {
    border: 1px #000;
    justify-content: center;
    display: flex;
}

.nnpc-stat {
    width: 33.3333%;
    text-align: center;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    flex-direction: column;
    align-items: center;
    padding-top: 34px;
    padding-bottom: 45px;
    font-size: 20px;
    line-height: 28px;
    display: flex;
}

.nnpc-stat.last {
    border-left-style: none;
}

.nnpc-stat__icon-block {
    width: 117px;
    border-left: 1px solid rgba(3, 20, 27, .1);
    border-right: 1px solid rgba(3, 20, 27, .1);
    justify-content: center;
    margin-bottom: 32px;
    display: flex;
}

.nnpc-stat__icon {
    width: 67px;
    height: 55px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.nnpc-stat__icon.export {
    background-image: url('../images/export-value-icon.svg');
}

.nnpc-stat__icon.barrels {
    background-image: url('../images/barrels-icon.svg');
}

.nnpc-stat__icon.workers {
    background-image: url('../images/workers-icon.svg');
}

.nnpc-stat__main-text {
    margin-bottom: 6px;
    font-size: 65px;
    font-weight: 500;
    line-height: 78px;
    position: relative;
}

.section {
    height: 100vh;
    max-height: 850px;
    min-height: 729px;
    position: relative;
}

.section.secondary-header {
    min-height: 500px;
}

.section.home-header {
    min-height: 600px;
}

.section.mx-height-0 {
    height: auto;
    max-height: none;
}

.section.small-header {
    height: 516px;
    max-height: none;
    min-height: auto;
}

.yrs-of-existence {
    height: 100%;
    color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 46px;
    font-size: 24px;
    line-height: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.yrs-of-existence__stat-block {
    z-index: 1;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 500;
    position: relative;
}

.yrs-of-existence__text-block {
    z-index: 1;
    width: 100%;
    max-width: 415px;
    text-align: center;
    position: relative;
}

.yrs-of-existence__number {
    font-size: 180px;
    font-weight: 700;
    line-height: .9;
}

.news-section {
    width: 90%;
    height: 100%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-section__heading {
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
}

.news-cluster {
    display: flex;
}

.featured-news {
    width: 522px;
    max-width: 40.4%;
    margin-right: 3%;
    font-size: 30px;
    line-height: 42px;
}

.featured-news__image {
    width: 100%;
    height: 50vh;
    max-height: 413px;
}

.tag-and-date {
    color: rgba(0, 0, 0, .25);
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
}

.tag {
    color: #000;
    letter-spacing: 2px;
    background-color: #f9e745;
    padding: 19px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.news-grid {
    max-height: 469px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.featured-news__desc {
    line-height: 1.4;
}

.news-block {
    border-bottom: 1px solid #000;
    font-size: 20px;
    line-height: 28px;
    position: relative;
}

.news-block__img {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.news-block__img-overlay {
    background-color: #fff;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.news-block__text-block {
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: all .4s ease-in-out;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.news-block__text-block:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .6);
    padding: 15px;
}

.news-date {
    color: rgba(0, 0, 0, .25);
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.news-block__desc {
    color: #000;
}

.news-block-link {
    color: #1d6731;
    letter-spacing: 2px;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.news-block-link__arrow {
    width: 35px;
    height: 26px;
    background-image: url('../images/arrow-green.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.elongate {
    flex: 1;
}

.news-cta {
    justify-content: flex-end;
    margin-top: 61px;
    display: flex;
}

.bids-and-footer {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.bids-section {
    width: 90%;
    max-width: 1290px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.bids-section__heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 42px;
}

.bids-flex {
    display: flex;
}

.bids-flex__img {
    width: 55%;
    position: relative;
    overflow: hidden;
}

.bids-flex__text {
    background-color: rgba(3, 20, 27, .05);
    flex: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 70px;
}

.bids-flex__text-inner {
    width: 100%;
    max-width: 368px;
    font-size: 36px;
    line-height: 51px;
}

.bids-flex__cta {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    display: flex;
}

.bids-flex__cta-icon {
    width: 26px;
    height: 26px;
    background-image: url('../images/arrow-green.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 11px;
}

.bids-flex__img-inner {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url('../images/bids-image.jpg');
    background-position: 50%;
    background-size: cover;
    transition: all .5s;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.bids-flex__img-inner:hover {
    transform: scale(1.1);
}

.footer {
    color: #fff;
    background-color: #03141b;
    display: flex;
}

.footer__first-section {
    width: 36%;
    max-width: 423px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 36px 25px;
    display: flex;
}

.footer__first-section.fix {
    width: 50%;
}

.footer-logo-flex {
    align-items: center;
    margin-bottom: 29px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    display: flex;
}

.footer-logo {
    width: 59px;
    height: 59px;
    background-image: url('../images/nnpc-new-logo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.email-sub {
    grid-column-gap: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 31px;
    font-size: 18px;
    line-height: 25px;
    display: flex;
}

.email-sub__input {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-bottom: 1px solid #fff;
    flex: 1;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 0;
    font-size: 16px;
}

.email-sub__input:focus {
    border-bottom-color: #fff;
}

.email-sub__input::-ms-input-placeholder {
    color: #fff;
}

.email-sub__input::placeholder {
    color: #fff;
}

.email-sub-form {
    align-items: flex-end;
    display: flex;
}

.email-form-submit {
    width: 35px;
    height: 26px;
    background-image: url('../images/arrow-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 22px;
    margin-left: -35px;
}

.copyright-text {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 17px;
}

.copyright-text.mobile,
.display-none {
    display: none;
}

.product-slide {
    width: 228px;
    height: 228px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
}

.product-slide__header {
    background-color: #1d6731;
    padding: 11px 20px;
}

.product-slide__flex {
    background-color: rgba(255, 255, 255, .05);
    justify-content: space-around;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    display: flex;
}

.product-slide__stat {
    max-width: 33%;
    border-right: 1px solid rgba(255, 255, 255, .22);
    flex: 1;
    align-items: center;
    margin-right: 20px;
    display: flex;
}

.product-slide__stat.price {
    font-size: 22px;
    line-height: 28px;
}

.product-slide__stat.last {
    border-right-style: none;
}

.product-slide__stat.red {
    color: #ff0202;
}

.product-slide__stat.green {
    color: #18c246;
    border-right-style: none;
}

.product-slide-wrapper {
    max-height: 300px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 40px;
}

.product-slider-arrow {
    width: 9px;
    height: 17px;
    filter: invert();
    color: #fff;
    background-image: url('../images/slider-arrow__black.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 114px;
    margin-bottom: 0;
    margin-right: -18px;
}

.product-slider-arrow.left {
    margin-left: -18px;
    margin-right: 0;
    transform: rotate(180deg);
}

.product-slide__stat-icon {
    width: 16px;
    height: 14px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.product-slide__stat-icon.red {
    background-image: url('../images/change-icon-red.svg');
}

.product-slide__stat-icon.green {
    background-image: url('../images/change-icon-green.svg');
}

.footer-links-cluster {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    display: flex;
    position: relative;
    overflow: hidden;
}

.footer-links-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 10px;
    display: flex;
}

.footer-links-wrapper.temp {
    justify-content: flex-start;
}

.footer-links-block {
    color: #fff;
    justify-content: center;
    padding-top: 55px;
    padding-bottom: 41px;
}

.footer-links-block.hide-services {
    display: none;
}

.footer-links-block.temp {
    margin-left: 70px;
    margin-right: 70px;
}

.footer-links-block__heading {
    width: 160px;
    color: #f9e745;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 35px;
    padding-bottom: 26px;
    font-size: 12px;
    line-height: 14px;
}

.footer-links-block__heading.services {
    width: auto;
}

.footer-link {
    color: #fff;
    margin-bottom: 30px;
    text-decoration: none;
    transition: all .5s ease-in-out;
    display: block;
}

.footer-link:hover {
    color: #f9e745;
}

.footer-link.services {
    width: 50%;
}

.social-media-link {
    color: #fff;
    align-items: center;
    margin-bottom: 25px;
    text-decoration: none;
    transition: all .4s ease-in-out;
    display: flex;
}

.social-media-link:hover {
    color: #f9e745;
}

.social-media-link__icon {
    width: 22px;
    height: 22px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    flex: none;
    margin-right: 19px;
}

.social-media-link__icon.tx {
    background-image: url('../images/x-icon.svg');
}

.social-media-link__icon.tw {
    background-image: url('../images/twitter-icon.svg');
}

.social-media-link__icon.fb {
    background-image: url('../images/facebook-icon.svg');
}

.social-media-link__icon.ig {
    background-image: url('../images/instagram-icon.svg');
}

.social-media-link__icon.ln {
    background-image: url('../images/linkedin-icon.svg');
}

.social-media-link__icon.tr {
    background-image: url('../images/threads-icon.svg');
}

.terms-and-conditions {
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 65px;
    display: none;
    position: relative;
    overflow: hidden;
}

.terms-and-conditions__link {
    opacity: 0;
    color: rgba(255, 255, 255, .7);
    letter-spacing: 2px;
    margin-left: 60px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.terms-and-conditions__link:hover {
    color: #f9e745;
}

.yrs-of-existence__bg {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.yrs-of-existence__bg.landscape {
    background-image: url('../images/landscape.png');
}

.yrs-of-existence__bg.skyline {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/years-of-existence-cloud.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.yrs-of-existence__bg.yellow-strokes {
    background-image: url('../images/yellow-circle.png');
}

.yrs-of-existence__bg-wrapper {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.nav-bar {
    z-index: 3;
    background-color: #fff;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.logo {
    width: 100px;
    height: 133px;
    background-image: url('../images/nnpc-logo.png');
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin-bottom: -45px;
    position: relative;
}

.logo.coming-soon {
    margin-left: 70px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.logo.modal {
    width: 104px;
    height: 72px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/nnpc-logo.png');
    background-position: 50%;
    background-size: contain;
    position: fixed;
    top: 22px;
    bottom: auto;
    left: 40px;
    right: auto;
}

.nav-links-and-extra-blocks {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-left: 30px;
    display: flex;
}

.nav-links {
    align-items: center;
    display: flex;
}

.nav-links__link {
    color: #000;
    flex: none;
    margin-right: 30px;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.nav-links__link:hover {
    color: #1d6731;
}

.nav-links__link.w--current {
    color: #1d6731;
    font-weight: 500;
}

.button__icon {
    width: 35px;
    height: 26px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
}

.header-underline {
    width: 117px;
    height: 7px;
    opacity: 0;
    background-color: #f9e745;
    margin-top: 45px;
    position: relative;
}

.header-underline.show {
    opacity: 1;
}

.header-underline.blog {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 50px;
}

.header-underline.no-animation {
    opacity: 1;
}

.who-we-are-section {
    height: 100%;
    padding-top: 99px;
}

.who-we-are-section__text-block {
    width: 90%;
    max-width: 1093px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.madate-wrapper {
    margin-bottom: 60px;
    position: relative;
}

.madate-wrapper__inner {
    width: 90%;
    max-width: 1093px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.madate-text-block {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    margin-top: 35px;
    font-size: 30px;
    line-height: 1.41667;
    display: flex;
}

.mandate-image-wrapper {
    width: 100%;
    height: 499px;
    max-width: 42%;
    flex: none;
    align-self: flex-end;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(0, -50%);
}

.madate-text-block__heading-bg {
    background-color: rgba(0, 0, 0, .05);
    align-self: stretch;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
}

.madate-text-block__heading-bg.energy-scurity {
    height: 329px;
}

.madate-text-block__heading {
    max-width: 542px;
    margin-top: 54px;
    margin-bottom: 54px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1875;
}

.madate-text-block__heading.sustainable {
    width: 100%;
    max-width: 542px;
    margin-top: 65px;
    margin-bottom: 65px;
}

.madate-text-block__heading.energy-security {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 54px;
}

.madate-text-block__body-text {
    max-width: 527px;
    font-size: 40px;
    line-height: 1.425;
}

.team-section {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.4;
}

.team-tab-menu-wrapper {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 55px;
}

.team-tab-menu-wrapper__menu {
    min-width: 322px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    padding: 42px 70px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}

.team-tab-menu-wrapper__menu.w--current {
    background-color: #f9e745;
    font-weight: 700;
}

.team-tab-intro {
    max-width: 560px;
    margin-bottom: 50px;
}

.team-grid {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    display: grid;
}

.team-member {
    cursor: pointer;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.38889;
}

.team-member__image {
    height: 31vw;
    max-height: 457px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.team-member__linkedin {
    width: 88px;
    height: 88px;
    background-color: #f9e745;
    background-image: url('../images/linkedin-icon-black.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 33px;
    transition: all .4s ease-in-out;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(100%);
}

.team-member__bio {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.team-member__name {
    font-size: 24px;
    line-height: 1.41667;
}

.team-member__read-more {
    width: 4.4vw;
    height: 3.1vw;
    max-height: 45px;
    max-width: 64px;
    background-image: url('../images/arrow-green.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin-left: 20px;
    display: none;
}

.what-we-do__heading {
    width: 90%;
    max-width: 1290px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.what-we-do__item {
    width: 80%;
    max-width: 1167px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.what-we-do__item.sustainability {
    width: 90%;
    max-width: 1290px;
    border-top: 1px solid #000;
    padding-top: 74px;
    padding-left: 5%;
    padding-right: 5%;
}

.what-we-do__name-flex {
    flex: none;
    align-items: center;
    margin-top: 15px;
    font-size: 30px;
    line-height: 1.4;
    display: flex;
}

.what-we-do__name-flex.gas {
    margin-top: 0;
    margin-bottom: 47px;
}

.what-we-do__icon {
    width: 4.51vw;
    height: 4.51vw;
    max-height: 65px;
    max-width: 65px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin-right: 20px;
}

.what-we-do__icon.oil {
    background-image: url('../images/oil-icon.svg');
}

.what-we-do__icon.gas {
    background-image: url('../images/gas-icon.svg');
}

.what-we-do__icon.sustainablity {
    background-image: url('../images/sustainable-icon.svg');
}

.what-we-do__text {
    max-width: 711px;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.66667;
}

.what-we-do__text.oil {
    width: 58.2vw;
    max-width: 731px;
    font-size: 40px;
    line-height: 1.2;
}

.what-we-do-flex {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.what-we-do-flex.gas {
    margin-bottom: 84px;
}

.what-we-do-flex__first-child {
    width: 60%;
}

.what-we-do-flex__second-child {
    min-width: 568px;
    flex: 1;
}

.oil-image {
    height: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.oil-text {
    color: #fff;
    background-color: #004010;
    padding-top: 90px;
    padding-bottom: 90px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.7;
}

.yellow-text {
    color: #f9e745;
}

.gas-text {
    background-color: rgba(0, 64, 16, .05);
    padding-top: 77px;
    padding-bottom: 85px;
    font-size: 24px;
    line-height: 1.75;
}

.what-we-do__bg-image {
    height: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.what-we-do__bg-image.oil-bg {
    background-image: url('../images/oil-bg-image.jpeg');
}

.what-we-do__bg-image.gas-bg {
    background-image: url('../images/businesses-header.jpeg');
}

.what-we-do__bg-image.suistainablity {
    background-image: url('../images/sustainable-bg-img.jpeg');
}

.gast-text__inner {
    width: 80%;
    max-width: 621px;
    margin-left: auto;
    margin-right: auto;
}

.sustainabilty-text {
    color: #fff;
    background-color: #000;
    padding-top: 85px;
    padding-bottom: 85px;
    font-size: 30px;
    line-height: 1.76667;
}

.sustainabilty-text__inner {
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
}

.oil-text__inner {
    max-width: 369px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    width: 90%;
    height: 100%;
    max-width: 1290px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
}

.contact-info.contact-form {
    padding-top: 5vw;
}

.contact-info.form {
    padding-top: 3vw;
}

.contact-info__inner {
    align-items: center;
    margin-left: 46px;
    display: flex;
}

.address-block {
    width: 42.9vw;
    max-width: 618px;
    margin-right: 86px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.map-image {
    min-height: 595px;
    background-image: url('../images/map-img.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
}

.address-tab {
    margin-top: 3.6vw;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.41667;
}

.address-tab__menu-wrapper {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 3vw;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.address-tab__menu-item {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 35px;
    padding-bottom: 35px;
}

.address-tab__menu-item.w--current {
    background-color: #f9e745;
}

.address-tab-content {
    margin-bottom: 20px;
}

.address-link {
    color: #004010;
    letter-spacing: 2px;
    align-items: center;
    margin-top: 1.6vw;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.address-link__arrow {
    width: 35px;
    height: 26px;
    background-image: url('../images/arrow-green.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin-left: 15px;
}

.contact-form__heading {
    border-bottom: 1px solid #000;
    margin-bottom: 4vw;
    padding-bottom: 2.5vw;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.18182;
}

.contact-form-wrapper {
    justify-content: space-between;
    display: flex;
}

.contact-form-wrapper__image {
    width: 47%;
    background-image: url('../images/contact-form-image.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form {
    width: 47%;
}

.text-field {
    height: 5.2vw;
    max-height: 65px;
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    margin-bottom: 1.5vw;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
}

.text-field::-ms-input-placeholder {
    color: #000;
}

.text-field::placeholder {
    color: #000;
}

.text-field.big {
    height: 12vw;
    max-height: none;
}

.text-field.select {
    background-image: url('../images/select-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 25px;
}

.supplier{
    width: 90%;
    max-width: 1290px;
    border-top: 1px solid #000;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 105px auto 86px;
    padding-top: 40px;
    font-size: 24px;
    line-height: 1.41667;
    display: flex;
    padding: 12px 3.4vw;
}

.enquiry-channels {
    width: 90%;
    max-width: 1290px;
    border-top: 1px solid #000;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 105px auto 86px;
    padding-top: 40px;
    font-size: 24px;
    line-height: 1.41667;
    display: flex;
}

.enquiry-channels__item {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    flex: none;
    align-items: center;
    padding: 12px 3.4vw;
    display: flex;
}

.enquiry-channels__item.first,
.enquiry-channels__item.last {
    border-left-style: none;
    border-right-style: none;
}

.enquiry-channels-icon-flex {
    width: 28px;
    height: 26px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    margin-right: 20px;
    display: flex;
}

.enquiry-channels-icon-flex.phone {
    background-image: url('../images/phone-icon.svg');
}

.enquiry-channels-icon-flex.message {
    background-image: url('../images/message-icon.svg');
}

.mr-25 {
    margin-right: 25px;
}

.hamburger-menu {
    display: none;
}

.home-hero__text-sub-text {
    max-width: 285px;
    margin-bottom: 19px;
    margin-left: 46px;
    font-size: 22px;
    line-height: 1.54545;
}

.home-hero__text-sub-text.slide-3 {
    max-width: 360px;
}

.home-hero__text-sub-text.slide-4 {
    max-width: 400px;
}

.home-hero__text-sub-text.slide-5 {
    max-width: 440px;
}

.page-title {
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.page-title.show {
    opacity: 1;
}

.page-title.show.small {
    max-width: 80%;
}

.page-title.no-animation {
    opacity: 1;
    overflow: visible;
}

.profile-overlay {
    z-index: 4;
    height: 100vh;
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.profile-overlay.show {
    display: block;
}

.close-icon {
    width: 40px;
    height: 40px;
    filter: invert();
    cursor: pointer;
    background-color: #fff;
    background-image: url('../images/close-icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
}

.profile-open {
    width: 90%;
    height: 90vh;
    max-width: 1440px;
    margin: 130px auto 100px;
    display: flex;
}

.profile-open__image {
    width: 412px;
    height: 457px;
    max-height: 27vw;
    max-width: 27vw;
    margin-top: 99px;
    margin-right: 46px;
    position: relative;
}

.profile-open__text-block {
    max-height: 95%;
    background-color: #fff;
    border-left: 1px solid #000;
    flex: 1;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 1.4;
    overflow: auto;
}

.profile-opern__name {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.40909;
}

.profile-open__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.41667;
}

.nnpc-stat__indexed {
    font-size: 20px;
    font-weight: 400;
    line-height: .714286px;
    position: absolute;
    top: 40%;
    bottom: auto;
    left: -60px;
    right: 0%;
}

.opportunity-container {
    width: 90%;
    height: 100%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 60px;
}

.opportunity-container.last {
    padding-top: 0;
    padding-bottom: 100px;
}

.opportunity__heading {
    margin-bottom: 3.5vw;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.18462;
}

.opportunity {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 40px;
    line-height: 1.40909;
    display: flex;
}

.opportunity.no-border__top {
    border-top-style: none;
}

.opportunity__text-block {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
    display: flex;
}

.opportunity__text-block-inner {
    max-width: 562px;
    margin-bottom: 55px;
    margin-right: 90px;
    line-height: 1.4;
}

.opportunity__image {
    height: 616px;
    max-width: 44%;
    background-image: url('../images/nnpc-investment.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
}

.opportunity__image.careers {
    background-image: url('../images/career-opportunities.jpeg');
}

.opportunities-grid {
    width: 90%;
    height: 100%;
    max-width: 1290px;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.opportunity-block__heading {
    background-color: rgba(3, 20, 27, .05);
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 55px;
    font-size: 30px;
    line-height: 1.4;
}

.opportunity-block__image {
    height: 244px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.opportunity-block__image.nigerian-gas {
    background-image: url('../images/nigerian-gas.jpeg');
}

.opportunity-block__image.crude {
    background-image: url('../images/crude-oil-marketing.jpeg');
}

.opportunity-block__image.upstream {
    background-image: url('../images/upstream.jpg');
}

.opportunity-block__image.downstream {
    background-image: url('../images/downstream.jpg');
}

.opportunity-block__image.natural-gas {
    background-image: url('../images/natural-gas.jpg');
}

.opportunity-block__image.trading {
    background-image: url('../images/trading.jpg');
}

.opportunity-block__image.renewable-energy {
    background-image: url('../images/renewable-energy.jpg');
}

.businesses-accordion {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
}

.businesses-page__header {
    width: 90%;
    max-width: 1290px;
    border-top: 2px solid #000;
    margin-top: 81px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.businesses-page__header.no-border {
    border-top-style: none;
}

.business-block__heading {
    max-width: 1440px;
    cursor: pointer;
    background-color: #fff;
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 53px 75px;
    font-size: 44px;
    line-height: 1.40909;
    transition: all .8s ease-in-out;
    display: flex;
}

.business-block__heading:hover {
    filter: invert();
}

.business-block__image {
    height: 453px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.business-block__image.upstream {
    background-image: url('../images/upstream-img.jpg');
}

.business-block__image.gas-power {
    background-image: url('../images/blog-post-1.jpg');
}

.business-block__image.new-energy {
    background-image: url('../images/new-business.jpg');
}

.business-block__image.downstream {
    background-image: url('../images/refining.jpeg');
}

.business-block__image.nnpc-venture {
    background-image: url('../images/nnpc-ventures.jpeg');
}

.business-block__image.corporate-services {
    background-image: url('../images/corporate-services.jpeg');
}

.business-block__image.non-energy {
    background-image: url('../images/non-energy.jpg');
}

.business-block__other-options {
    width: 95%;
    max-width: 1149px;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-top: 47px;
    padding-bottom: 47px;
    font-size: 17px;
    line-height: 1.4;
    display: flex;
}

.business-block__other-options.left-aligned {
    justify-content: flex-start;
}

.business-block__option-links {
    color: #fff;
    border-bottom: 1px solid #f9e745;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    padding-bottom: 17px;
    text-decoration: none;
    transition: color .4s;
    display: flex;
}

.business-block__option-links:hover {
    color: #f9e745;
}

.business-block__option-links.last {
    border-bottom-style: none;
    margin-bottom: 0;
}

.business-block__option-links.left-spaced {
    padding-right: 6.5vw;
}

.business-block__option-link-img {
    width: 26px;
    height: 26px;
    background-image: url('../images/arrow-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin-left: 3.6vw;
}

.business-accordion__hidden {
    overflow: hidden;
}

.business-block__close {
    position: relative;
}

.business-block__close-line {
    width: 57px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 28.5px;
    left: -28.5px;
}

.business-block__close-line.vertical {
    width: 1px;
    height: 57px;
    position: static;
}

.business-block__option-block {
    max-width: 25%;
    min-width: 20%;
}

.business-block__option-block.smaller {
    margin-left: 2vw;
    margin-right: 1vw;
}

.business-block__option-block.left-spaced {
    margin-right: 105px;
}

.contact-cta {
    width: 100%;
}

.contact-cta__inner {
    display: flex;
}

.contact-cta__image {
    height: 453px;
    background-image: url('../images/learn-more-about-us.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
}

.contact-cta__link {
    color: #000;
    background-color: rgba(249, 231, 69, .16);
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 44px;
    padding-left: 60px;
    padding-right: 80px;
    font-size: 30px;
    line-height: 1.4;
    text-decoration: none;
    display: flex;
}

.contact-cta__arrow {
    width: 75px;
    height: 56px;
    background-image: url('../images/button-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 17px;
}

.madate-text-block__inner-text {
    width: 496px;
    margin-bottom: 47px;
}

.mandate-slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.hide {
    display: none;
}

.strategy-block {
    width: 90%;
    max-width: 1290px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
}

.strategy-block__heading {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.strategy-flex {
    align-items: flex-start;
    display: flex;
    position: relative;
}

.sticky-wrapper {
    position: sticky;
    top: 50px;
    max-width: 35%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.strategy-flex__left-block {
    background-color: rgba(0, 0, 0, .05);
    margin-right: 30px;
    padding: 10%;
    font-size: 30px;
    line-height: 1.3;
}

.strategy-flex__left-block--line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 165px;
}

.strategy-ethics__heading {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 60px;
}

.strategy-ethics__subheading {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 50px;
}

.strategies-wrapper {
    flex: 1;
}

.strategy {
    color: #fff;
    margin-bottom: 30px;
    padding: 8% 10%;
    font-size: 20px;
    line-height: 2.05;
}

.strategy.dark-blue {
    color: #fff;
    background-color: #03141b;
}

.strategy.green {
    background-color: #004010;
}

.strategy__icon-flex {
    align-items: flex-end;
    margin-bottom: 45px;
    display: flex;
}

.strategy__icon-flex.bottom-border {
    border-bottom: 1px solid #f9e745;
    padding-bottom: 76px;
}

.strategy__icon {
    width: 8vw;
    height: 9vw;
    max-height: 105px;
    max-width: 90px;
    background-image: url('../images/energy.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

.strategy__icon.industrial {
    background-image: url('../images/tractor.svg');
}

.strategy__line {
    height: 1px;
    background-color: #fff;
    flex: 1;
    margin-bottom: 13px;
    margin-left: 30px;
}

@media (max-width: 768px) {
    .strategy-flex {
        flex-direction: column;
    }
    .sticky-wrapper {
        position: static;
        max-width: 100%;
        margin-right: 0;
    }
    .strategy-flex__left-block {
        width: 100%;
        font-size: 22px;
    }
    .strategy-block {
        padding: 0 15px;
    }
}

.history-section {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 81px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    width: 90%;
    max-width: 1290px;
    border-top: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.section-heading.leadership {
    width: auto;
    max-width: none;
    border-top-style: none;
}

.section-heading.what-we-do {
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
}

.section-heading.strategy-section {
    width: auto;
    margin-bottom: 0;
}

.section-heading.full-w {
    width: auto;
}

.section-heading.businesses {
    margin-top: 81px;
}

.section-heading.no-border {
    border-top-style: none;
}

.section-heading.careers {
    color: #1a2f3e;
    border-top-style: none;
    padding-bottom: 30px;
}

.section-heading.opportunities {
    width: auto;
    color: #1a2f3e;
    border-top-style: none;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.section-heading.small {
    width: 90%;
    color: #1a2f3e;
    border-top-style: none;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.section-heading.small.no-border {
    border-bottom-style: none;
}

.section-heading.small.top-border {
    border-top-style: solid;
    border-bottom-style: none;
}

.history-stripe {
    border-top: 1px solid #000;
    display: flex;
}

.history-stripe.last {
    border-bottom: 1px solid #000;
}

.history-stripe__date {
    flex-direction: column;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    padding-top: 50px;
    padding-left: 75px;
    padding-right: 96px;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.41538;
    display: flex;
}

.history-stripe__vertical-line {
    width: 1px;
    height: 70%;
    background-color: #000;
    flex: none;
    margin-top: 30px;
}

.history-stripe__image {
    width: 530px;
    max-width: 36%;
    min-height: 415px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-stripe__image._1956 {
    background-image: url('../images/history-1956.jpg');
}

.history-stripe__image._1971 {
    background-image: url('../images/history-1971.jpg');
}

.history-stripe__image._1971-2 {
    background-image: url('../images/history-1971-2.jpg');
}

.history-stripe__image._1997 {
    background-image: url('../images/history-1977.jpg');
}

.history-stripe__image._2021 {
    background-image: url('../images/mandate-img.jpeg');
}

.history-stripe__image._2021-2 {
    background-image: url('../images/2021-2.jpg');
}

.history-stripe__image._2021-3 {
    background-image: url('../images/history-2021-2.jpg');
}

.history-stripe__text-block {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 30px;
    line-height: 1.4;
    display: flex;
}

.history-stripe__text-block--inner {
    width: 100%;
    max-width: 364px;
}

.history-stripe__text-block--inner.bigger {
    max-width: 483px;
}

.history-stripe__date--month {
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.38889;
}

.team-section__heading {
    padding-bottom: 53px;
    font-weight: 700;
}

.inpage-link {
    color: #000;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.inpage-link:hover,
.inpage-link.green-text {
    color: #1d6731;
}

.inpage-link.yellow-text {
    color: #f9e745;
}

.coming-soon-header {
    height: 100vh;
    color: #fff;
    text-align: center;
    background-image: url('../images/coming-soon-img.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    padding-top: 156px;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.21538;
    display: flex;
}

.coming-soon-hero {
    margin-bottom: 40px;
}

.values-flex {
    width: 90%;
    max-width: 1290px;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.value-block {
    width: 30%;
    border-top: 1px solid #000;
    flex-direction: column;
    padding-top: 35px;
    font-size: 24px;
    line-height: 1.41667;
    display: flex;
}

.value-block__img {
    height: 188px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.value-block__img.values {
    background-image: url('../images/values.jpg');
}

.value-block__img.mission {
    background-image: url('../images/mission.jpg');
}

.value-block__img.vision {
    background-image: url('../images/vision.jpg');
}

.value-block__text-block {
    background-color: rgba(0, 64, 16, .07);
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    padding: 45px 60px 45px 50px;
    display: flex;
}

.value-block__heading {
    color: #1d6731;
    margin-bottom: 39px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.value-block__item {
    background-color: rgba(0, 64, 16, .07);
    margin-bottom: 7px;
    padding: 23px 40px;
}

.value-block__item.last {
    margin-bottom: 0;
}

.site-credit {
    align-self: flex-start;
    margin-left: 10px;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 0%;
    transform: translate(100vw);
}

.site-credit.show {
    filter: invert();
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
    transform: none;
}

.business-block__inner {
    color: #fff;
    background-color: #03141b;
    padding-top: 78px;
    font-size: 24px;
    line-height: 1.41667;
}

.business-block__text {
    width: 95%;
    max-width: 1149px;
    border-bottom: 1px solid #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.links-flex {
    max-width: 300px;
    flex-wrap: wrap;
    display: flex;
}

.footer-links-wrapper__seperator {
    width: 1px;
    background-color: rgba(255, 255, 255, .15);
    align-self: stretch;
}

.sustainability-leader {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.sustainability-leader__first-child {
    max-width: 50%;
    flex: 1;
}

.sustainability-leader__title {
    justify-content: center;
    align-items: center;
    padding-top: 115px;
    padding-bottom: 94px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
}

.sustainability-leader__title-inner {
    width: 80%;
    max-width: 466px;
}

.sustainability-leader__image {
    height: 504px;
    background-image: url('../images/sustainablity-leader-image.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sustainability-leader__body {
    background-color: rgba(249, 231, 69, .07);
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.66667;
    display: flex;
}

.sustainability-leader__body-inner {
    width: 80%;
    max-width: 493px;
}

.energy-transition {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 124px 75px 107px;
}

.energy-transition-heading {
    color: #1a2f3e;
    border-left: 1px solid #000;
    margin-left: 67px;
    margin-right: 44px;
    padding-bottom: 103px;
    padding-left: 75px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
}

.energy-transition-flex {
    justify-content: space-between;
    display: flex;
}

.enegy-block {
    width: 30%;
    height: 349px;
    background-color: rgba(0, 64, 16, .07);
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 60px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.43;
    display: flex;
}

.enegy-block__icon {
    width: 5.6vw;
    height: 6.1vw;
    max-height: 88px;
    max-width: 81px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

.enegy-block__icon.renewable {
    background-image: url('../images/sustainability-renewable-icon.svg');
}

.enegy-block__icon.fuels {
    background-image: url('../images/sustainablity-fuels-and-gases-icon.svg');
}

.enegy-block__icon.efficiency {
    background-image: url('../images/sustainability-energy-efficiency-icon.svg');
}

.sustainability-strategy {
    max-width: 1440px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.sustainability-strategy.reverse-desktop {
    flex-direction: row-reverse;
}

.sustainability-strategy__image {
    width: 36%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    display: flex;
}

.sustainability-strategy__image.one {
    background-image: url('../images/sustainability-details-1.jpg');
}

.sustainability-strategy__image.two {
    background-image: url('../images/sustainability-details-2.jpg');
}

.sustainability-strategy__body {
    flex: 1;
    justify-content: center;
    padding-top: 76px;
    padding-bottom: 76px;
    font-size: 30px;
    line-height: 1.4;
    display: flex;
}

.sustainability-strategy__inner {
    width: 90%;
    max-width: 649px;
    flex: none;
}

.guiding-principles-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 75px 88px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.43333;
}

.guiding-principles {
    justify-content: space-between;
    margin-top: 55px;
    display: flex;
}

.guiding-principles__item {
    width: 48.9%;
    color: #fff;
    background-color: #1a2f3e;
    padding: 93px 75px 75px;
    font-size: 20px;
    font-weight: 400;
    line-height: 2.05;
}

.guiding-principles__inner {
    border-top: 1px solid #fff;
    padding-top: 77px;
}

.guiding-principles__inner.second {
    margin-bottom: 54px;
}

.pia-team-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -103px;
    margin-left: 48px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.66667;
    display: flex;
}

.pia-team-wrapper__line {
    width: 1px;
    height: 99px;
    background-color: #000;
    margin-top: 25px;
    margin-right: 30px;
}

.news-post-wrapper {
    width: 90%;
    max-width: 1288px;
    margin-top: 94px;
    margin-left: auto;
    margin-right: auto;
}

.news-post-wrapper.last {
    padding-bottom: 127px;
}

.news-post-wrapper.other-posts {
    padding-bottom: 64px;
}

.news-post-wrapper__heading {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.news-page-grid {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.blog {
    color: #000;
    font-size: 24px;
    line-height: 1.41667;
    text-decoration: none;
}

.blog__image {
    height: 315px;
}

.blog__tag-wrapper {
    color: rgba(0, 0, 0, .25);
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
}

.blog__type {
    color: #000;
    background-color: #f9e745;
    margin-right: 10px;
    padding: 15px 21px;
    font-size: 12px;
    line-height: 1.2;
}

.view-all-post-cta {
    justify-content: center;
    margin-top: 84px;
    display: flex;
}

.blog-header {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/blog-header.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    align-items: center;
    padding-top: 206px;
    padding-bottom: 120px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.425;
    display: flex;
    position: relative;
}

.blog-header__title {
    max-width: 864px;
    position: relative;
}

.blog-header__date {
    letter-spacing: 3px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}

.post-body {
    width: 90%;
    max-width: 1136px;
    margin: 120px auto 84px;
}

.blog-post-image-block {
    flex: 1;
    font-size: 16px;
    line-height: 1.625;
}

.blog-post-image-block__image {
    height: 400px;
    margin-bottom: 23px;
}

.post-image-wrapper {
    margin-top: 40px;
}

.post-image-wrapper.flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
}

.emil-sub-form-wrapper {
    max-width: 341px;
    flex: 1;
}

.legal-header {
    color: #1a2f3e;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 186px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    display: flex;
}

.legal-version-date {
    color: #000;
    margin-top: 100px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

.legal-body {
    width: 78.8%;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
    font-size: 16px;
    line-height: 1.625;
}

.cookie-popup {
    z-index: 10;
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-color: rgba(3, 20, 27, .6);
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.cookie-popup.hide {
    display: none;
}

.privacy-table {
    width: 100%;
    max-width: 1440px;
    color: #000;
    background-color: #fff;
    border-left: 1px solid #000;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    overflow: auto;
}

.privacy-table__cell {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    flex: 1;
    align-self: stretch;
    padding: 20px;
}

.privacy-table__cell.heading {
    color: #fff;
    background-color: #226845;
    border-bottom-style: none;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
}

.privacy-table__heading {
    background-color: rgba(0, 0, 0, .05);
}

.privacy-table__row {
    display: flex;
}

.privacy-table__row.even {
    background-color: rgba(0, 0, 0, .03);
}

.privacy-table__inner {
    min-width: 750px;
}

.cookie-popup__inner {
    width: 100%;
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-image: linear-gradient(rgba(0, 64, 16, .05), rgba(0, 64, 16, .05)), linear-gradient(#fff, #fff);
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    padding: 30px 45px 30px 73px;
    display: flex;
}

.cookie-popup__btn-wrps {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
}

.legal-content {
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 1.8;
}

.legal-content.intro {
    padding-top: 55px;
}

.legal-content__heading {
    width: 90%;
    max-width: 1290px;
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    display: flex;
}

.legal-content__heading.yellow-border {
    border-bottom-color: #f9e745;
}

.legal-content__body {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

.legal-content__body.full {
    width: 90%;
    max-width: 1290px;
}

.accordion-wrapper {
    font-size: 20px;
    line-height: 1.8;
}

.accordion-wrapper.alternate {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.accordion__title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    display: flex;
}

.accordion__title.even {
    background-color: rgba(0, 0, 0, .05);
}

.accordion__control {
    width: 1px;
    height: 27.62px;
    background-color: #000;
}

.accordion__control.x {
    position: absolute;
    transform: rotate(90deg);
}

.accordion__control.show {
    opacity: 0;
}

.accordion__control-wrap {
    position: relative;
}

.accordion__body {
    height: 0;
    color: #fff;
    background-color: #1a2f3e;
    overflow: hidden;
}

.accordion__body.show {
    height: auto;
}

.accordion__body-intro {
    width: 90%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.list-item {
    margin-bottom: 20px;
}

.list__heading {
    margin-bottom: 25px;
}

.list-wrapper {
    color: #f9e745;
    padding-left: 20px;
}

.white-text {
    color: #fff;
}

.accordion__body-inner {
    padding-top: 50px;
}

.legal-content__sub-title {
    margin-bottom: 35px;
    font-weight: 700;
    line-height: 1.5;
}

.accordion__title-inner {
    width: 90%;
    max-width: 1290px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.product-slide__header-alt {
    background-color: #1d6731;
    padding: 11px 20px;
}

.product-slide-2 {
    font-size: 16px;
    line-height: 22px;
}

.price-slider-wrapper-alt {
    width: 100%;
}

.product-slide-wrapper-alt {
    max-height: 108px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 40px;
}

.product-slider-arrow-alt {
    width: 9px;
    height: 17px;
    filter: invert();
    color: #fff;
    background-image: url('../images/slider-arrow__black.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 50px;
    margin-bottom: 0;
    margin-right: -18px;
}

.product-slider-arrow-alt.left {
    margin-left: -18px;
    margin-right: 0;
    transform: rotate(180deg);
}

.profile-open__ig-link {
    width: 89px;
    height: 89px;
    background-color: #f9e745;
    background-image: url('../images/green-ig.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40%;
    transition: all .4s ease-in-out;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.profile-open__ig-link:hover {
    width: 70px;
    height: 70px;
}

.header-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.header-img-overlay {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.employer-choice {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.employer-choice-title__inner {
    width: 80%;
    max-width: 466px;
    color: #03141b;
}

.employer-choice__title {
    justify-content: center;
    align-items: center;
    padding-top: 115px;
    padding-bottom: 94px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
}

.employer-choice__first-child {
    max-width: 50%;
    flex-direction: column;
    flex: 1;
    display: flex;
}

.post-header__image {
    height: 100%;
    max-height: 350px;
}

.post-header__image.large {
    max-height: none;
}

.employer-choice__body {
    color: #03141b;
    background-color: rgba(249, 231, 69, .07);
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 25px;
    line-height: 1.66667;
    display: flex;
}

.sustainability-leader__body-inner-copy {
    width: 80%;
    max-width: 493px;
}

.employer-choice__body-inner {
    width: 73%;
    max-width: 528px;
}

.bold-text {
    font-weight: 700;
}

.diversity-inclusion {
    max-width: 1440px;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.diversity-inclusion.reverse-desktop {
    flex-direction: row-reverse;
}

.diversity-inclusion__image {
    width: 36%;
    height: 50vh;
    max-height: 530px;
    flex: none;
    display: flex;
}

.diversity-inclusion__image.one {
    background-image: url('../images/diversity-inclusion-1-1.png');
}

.diversity-inclusion__image.two {
    background-image: url('../images/diversity-inclusion-2-1.png');
}

.diversity-inclusion__body {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 1.8;
    display: flex;
}

.diversity-inclusion__body.grey-bg {
    background-color: rgba(0, 64, 16, .05);
}

.diversity-inclusion__inner {
    width: 90%;
    max-width: 549px;
    color: #03141b;
    flex: none;
}

.diversity-inclusion__inner.full-width {
    max-width: 682px;
}

.diversity-inclusion__header {
    width: 90%;
    max-width: 682px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.growth-block {
    width: 90%;
    max-width: 1290px;
    border-top-width: 1px;
    border-top-color: #000;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 42px;
}

.growth-block__inner {
    width: 31%;
    height: 349px;
    background-color: rgba(0, 64, 16, .07);
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 35px 40px 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.41667;
    display: flex;
}

.grey-block__text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: rgba(0, 64, 16, .07);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 42px;
    padding: 45px 80px;
    font-size: 24px;
    line-height: 1.79167;
    display: flex;
}

.grey-block__text.small {
    width: 90%;
    max-width: 1290px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.growth-block__icon {
    width: 4.3vw;
    height: 6.1vw;
    max-height: 88px;
    max-width: 63px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

.growth-block__icon.renewable {
    background-image: url('../images/sustainability-renewable-icon.svg');
}

.growth-block__icon.fuels {
    background-image: url('../images/sustainablity-fuels-and-gases-icon.svg');
}

.growth-block__icon.efficiency {
    background-image: url('../images/sustainability-energy-efficiency-icon.svg');
}

.growth-block__icon.growth {
    background-image: url('../images/growth.svg');
}

.growth-block__icon.people {
    width: 10vw;
    max-width: 100px;
    background-image: url('../images/people.svg');
}

.growth-block__icon.planning {
    width: 5vw;
    max-width: 74px;
    background-image: url('../images/planning.svg');
}

.nav-search__input {
    background-image: url('../images/search-icon.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px #000;
    margin-bottom: 0;
    padding-left: 30px;
}

.nav-search__input::-ms-input-placeholder {
    color: #226845;
}

.nav-search__input::placeholder {
    color: #226845;
}

.nav-search__block {
    width: 90px;
    flex: none;
    margin-bottom: 0;
    margin-right: 20px;
}

.oppotunities-block {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 90px;
}

.opportunities-inner {
    width: 88%;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.opportunities-inner__text {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 60px;
}

.opportunities-flex {
    grid-column-gap: 75px;
    color: #1a2f3e;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    align-items: flex-start;
    padding-top: 88px;
    padding-bottom: 60px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16667;
    display: flex;
}

.opportunities-cta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    color: #000;
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    display: flex;
}

.opportunities-flex__inner {
    width: 26%;
    max-width: 300px;
    flex: none;
}

.gas-marketing__section {
    padding-top: 15px;
}

.gas-marketing__introduction {
    border-bottom: 1px solid #000;
    padding: 62px 80px 95px;
}

.gas-marketing__inner {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

.gas-marketing__text {
    background-color: rgba(0, 64, 16, .07);
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 80px;
    font-size: 24px;
    line-height: 1.79167;
    display: flex;
}

.management-team__header {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 55px;
}

.management-team__text {
    background-color: #f4ee00;
    padding: 42px 70px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
}

.management-team__text.w--current {
    background-color: #f9e745;
    font-weight: 700;
}

.team-icon {
    width: 88px;
    height: 88px;
    background-color: #ff0;
    background-image: url('../images/linkedin.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 33px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.mgt-team__grid {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    border-bottom: 1px solid #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 45px;
    display: grid;
}

.diversity-inclusion__block {
    border-top: 1px solid #000;
}

.strategic-direction {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 64px;
    font-weight: 700;
    display: flex;
}

.strategic-direction__subtext {
    max-width: 624px;
    font-weight: 400;
}

.csr-flex {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.csr-flex.gas {
    margin-bottom: 84px;
}

.csr-flex__first-child {
    width: 60%;
    max-height: 600px;
    background-image: url('../images/oil-bg-image.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.csr-flex__second-child {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    color: #fff;
    background-color: #226845;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 84px;
    font-size: 30px;
    line-height: 1.7;
    display: flex;
}

.csr-activities {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
}

.csr-activities__inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #1a2f3e;
    background-color: rgba(0, 64, 16, .07);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 45px 80px;
    font-size: 24px;
    line-height: 1.79167;
    display: flex;
}

.csr-activities__header {
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.csr-activities__flex {
    align-items: center;
    margin-bottom: 25px;
    display: flex;
}

.csr-flex__line {
    width: 22px;
    height: 4px;
    background-color: #00b050;
    flex: none;
    margin-right: 20px;
}

.mgt-team__section {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.4;
}

.contact-details__inner {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact-details__flex {
    align-items: flex-start;
    display: flex;
}

.contact-details__first-child {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: rgba(0, 0, 0, .05);
    flex-direction: column;
    flex: none;
    margin-right: 20px;
    padding: 50px 15px 45px 32px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.contact-link {
    color: #1d6731;
    border-bottom: 1px solid #1d6731;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.16667;
    text-decoration: none;
}

.contact-link.no-border {
    border-bottom-style: none;
}

.contact-details__header {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.contact-details__second-child {
    background-color: #f4f7f5;
    flex: 1;
    padding: 42px 50px 11px 86px;
}

.address-details {
    margin-bottom: 34px;
    padding-top: 15px;
}

.address-details__inner {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.41667;
}

.address {
    font-size: 20px;
    line-height: 1.4;
}

.address-flex__cta {
    color: #1d6731;
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    display: flex;
}

.address-flex__cta-icon {
    width: 26px;
    height: 26px;
    background-image: url('../images/arrow-green.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 11px;
}

.popup-overlay {
    z-index: 4;
    height: 100vh;
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.popup-overlay.show {
    display: flex;
}

.popup-open {
    width: 90%;
    height: 90vh;
    max-width: 1440px;
    margin: 130px auto 100px;
    display: flex;
}

.popup-open__first-child {
    height: 82%;
    border-right: 1px solid #000;
    flex: none;
    padding-right: 66px;
}

.popup-open__second-child {
    max-height: 95%;
    background-color: #fff;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 100px;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.40909;
    overflow: auto;
}

.popup-content {
    margin-top: 30px;
}

.popup-content__inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: #1a2f3e;
    flex-direction: column;
    font-size: 24px;
    line-height: 1.16667;
}

.popup-content__image {
    height: 300px;
    flex: 1;
    margin-bottom: 30px;
}

.popup-img__flex {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    display: flex;
}

.popup-content__text {
    margin-bottom: 30px;
}

.nav-dropdown {
    margin-right: 20px;
}

.nav-dropdown__toggle {
    width: 100%;
    flex-direction: row;
    padding: 0 45px 0 0;
    transition: all .4s;
    display: flex;
}

.nav-dropdown__toggle:hover {
    color: #1d6731;
}

.nav-dropdown__list {
    min-width: 224px;
    background-color: #fff;
    margin-top: 34px;
}

.nav-dropdown__list.w--open {
    margin-top: 34px;
}

.nav-dropdown__link {
    width: 100%;
    padding: 20px 22px;
    transition: background-color .4s;
}

.nav-dropdown__link:hover {
    color: #f4ee00;
    background-color: #1a2f3e;
}

.nav-dropdown__link.w--current {
    color: #f9e745;
    background-color: #1a2f3e;
}

.nav-inner__dropdown {
    width: 100%;
}

.nav-inner__dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    transition: all .4s;
}

.nav-inner__dropdown-toggle:hover {
    color: #f9e745;
}

.nav-inner__dropdown-toggle.w--open {
    color: #f4ee00;
    background-color: #1a2f3e;
}

.nav-inner__dropdown-list {
    min-width: 224px;
    background-color: #1a2f3e;
    margin-top: -59px;
    left: 100%;
}

.nav-inner__dropdown-ink {
    background-color: #fff;
    padding: 20px 22px;
    transition: background-color .4s;
}

.nav-inner__dropdown-ink:hover,
.nav-inner__dropdown-ink.w--current {
    color: #f4ee00;
    background-color: #1a2f3e;
}

.nav-dropdown__text {
    color: #000;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.nav-dropdown__text:hover {
    color: #1d6731;
}

.nav-dropdown__text.w--current {
    color: #1d6731;
    font-weight: 500;
}

.popup-first__child-img {
    width: 28.6vw;
    height: 31.7vw;
    max-height: 457px;
    max-width: 412px;
    flex: none;
}

.dropdown-arrow {
    width: 14px;
    height: 13px;
    flex: none;
    margin-left: 10px;
    position: absolute;
}

.dropdown-inner__arrow {
    width: 15px;
    height: 20px;
    width: 14px;
    height: 12px;
    opacity: 0;
    background-image: url('../images/arrow-right.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translate(0, -50%);
}

.img-text__flex {
    width: 90%;
    max-width: 1290px;
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 110px;
    padding-right: 30px;
    font-size: 30px;
    line-height: 1.4;
    display: flex;
}

.img-text__flex.no-padding__bottom {
    padding-bottom: 0;
}

.img-text__image {
    width: 36.8vw;
    height: 28.8vw;
    max-height: 425px;
    max-width: 530px;
    flex: none;
}

.accordion-template {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
}

.accordion-template.no-border {
    border-bottom-style: none;
}

.accordion-block__heading {
    max-width: 1440px;
    cursor: pointer;
    background-color: #fff;
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 53px 75px;
    font-size: 44px;
    line-height: 1.40909;
    transition: all .8s ease-in-out;
    display: flex;
}

.accordion-block__heading:hover {
    background-color: #f2f5f3;
}

.accordion-block__heading.first-heading {
    border-top-style: none;
}

.accordion-block__close {
    position: relative;
}

.accordion-block__close-line {
    width: 57px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 28.5px;
    left: -28.5px;
}

.accordion-block__close-line.vertical {
    width: 1px;
    height: 57px;
    position: static;
}

.accordion-block__hidden {
    overflow: hidden;
}

.accordion-block__image {
    height: 453px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-block__image.upstream {
    background-image: url('../images/upstream-img.jpg');
}

.accordion-block__image.gas-power {
    background-image: url('../images/blog-post-1.jpg');
}

.accordion-block__image.new-energy {
    background-image: url('../images/new-business.jpg');
}

.accordion-block__image.downstream {
    background-image: url('../images/refining.jpeg');
}

.accordion-block__image.nnpc-venture {
    background-image: url('../images/nnpc-ventures.jpeg');
}

.accordion-block__image.corporate-services {
    background-image: url('../images/corporate-services.jpeg');
}

.accordion-block__image.non-energy {
    background-image: url('../images/non-energy.jpg');
}

.accordion-block__inner {
    color: #fff;
    background-color: #1a2f3e;
    font-size: 24px;
    line-height: 1.41667;
}

.accordion-block__inner.white-bg {
    color: #1a2f3e;
    background-color: #fff;
}

.accordion-block__text {
    width: 95%;
    max-width: 1149px;
}

.accordion-block__content {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65px;
    padding-bottom: 68px;
}

.accordion-block__content.blue-bg {
    padding-bottom: 40px;
}

.post-header__flex {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.post-header__flex.margin-bottom {
    margin-bottom: 80px;
}

.post-header__flex.margin-bottom.small {
    width: 90%;
    max-width: 1290px;
    align-items: center;
    margin-bottom: 40px;
}

.post-header__first-child {
    width: 50%;
    flex-direction: column;
    flex: none;
    display: flex;
}

.post-header__first-child.stretch {
    max-height: 570px;
    max-width: none;
    flex: 1;
    align-self: stretch;
}

.post-header__body {
    color: #03141b;
    background-color: rgba(249, 231, 69, .07);
    border-left: 1px solid #000;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 25px;
    line-height: 1.66667;
    display: flex;
}

.post-header__body.no-border {
    border-left-style: none;
}

.post-header__body.no-border.small {
    width: 410px;
    flex: 0 auto;
    margin-right: 45px;
}

.post-header__body-inner {
    width: 73%;
    max-width: 528px;
}

.post-header__subheading {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 115px;
    padding-bottom: 94px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
}

.post-header__subheading-inner {
    width: 80%;
    max-width: 466px;
    color: #03141b;
}

.post-header__subheading-inner.large {
    font-size: 50px;
}

.subheading-text {
    padding-top: 120px;
    padding-bottom: 90px;
}

.subheading-text.small {
    padding-top: 0;
    padding-bottom: 20px;
}

.subheading-text__inner {
    width: 90%;
    max-width: 1290px;
    border-bottom: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 50px;
    font-size: 24px;
    line-height: 1.41667;
}

.subheading-text__inner.no-border {
    border-bottom-style: none;
}

.subheading-text__inner.no-padding {
    padding: 0;
}

.section-cta__block {
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 88px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.43333;
}

.section-cta__flex {
    justify-content: space-between;
    margin-top: 25px;
    display: flex;
}

.section-cta__item {
    width: 48.9%;
    color: #fff;
    background-color: #1a2f3e;
    padding: 93px 75px 75px;
    font-size: 20px;
    font-weight: 400;
    line-height: 2.05;
}

.section-cta__inner {
    border-top: 1px solid #fff;
    padding-top: 77px;
}

.section-cta__inner.second {
    margin-bottom: 54px;
}

.subheading-flex {
    width: 90%;
    max-width: 1290px;
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 70px;
    font-size: 24px;
    line-height: 1.41667;
    display: flex;
}

.subheading-flex.border-top {
    border-top: 1px solid #000;
}

.subheading-flex__text {
    max-width: 264px;
    flex: none;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}

.opportunities-flex__block {
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-left: 50px;
    margin-right: 50px;
}

.accordion-block__other-options {
    width: 95%;
    max-width: 1149px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    color: #fff;
    flex-flow: wrap;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-top: 47px;
    padding-bottom: 47px;
    font-size: 17px;
    line-height: 1.4;
    display: flex;
}

.accordion-block__other-options.left-aligned {
    justify-content: flex-start;
}

.accordion-block__option-links {
    color: #fff;
    border-bottom: 1px solid #f9e745;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    padding-bottom: 17px;
    text-decoration: none;
    transition: color .4s;
    display: flex;
}

.accordion-block__option-links:hover {
    color: #f9e745;
}

.accordion-block__option-links.last {
    border-bottom-style: none;
    margin-bottom: 0;
}

.accordion-block__option-links.left-spaced {
    padding-right: 6.5vw;
}

.accordion-block__option-block {
    max-width: 25%;
    min-width: 20%;
}

.accordion-block__option-block.smaller {
    margin-left: 2vw;
    margin-right: 1vw;
}

.accordion-block__option-block.left-spaced {
    margin-right: 105px;
}

.annual-report {
    width: 100%;
    max-width: 1440px;
}

.annual-report__flex {
    border-top: 1px solid #000;
    display: flex;
}

.annual-report__first-child {
    width: 26.4%;
    max-width: 380px;
    background-color: #f4ee00;
    flex: none;
    justify-content: center;
    align-items: center;
    padding-top: 82px;
    padding-bottom: 54px;
    font-size: 64px;
    line-height: 1.42188;
    display: flex;
}

.annual-report__second-child {
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding-left: 74px;
    padding-right: 74px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
}

.annual-report__download {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
}

.annual-report__download-icon {
    width: 25px;
    height: 34px;
    background-image: url('../images/download-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    margin-right: 16px;
}

.annual-report__download-link {
    color: #1877f2;
    transition: color .4s;
}

.annual-report__download-link:hover {
    color: #1a2f3e;
}

.subheading-flex__small-text {
    margin-bottom: 18px;
    font-size: 20px;
}

.section-img {
    width: 90%;
    height: 560px;
    margin-bottom: 232px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.section-img.full-width {
    width: 100%;
    max-width: 1440px;
    margin-bottom: 100px;
}

.section-img__text {
    max-width: 506px;
    color: #fff;
    background-color: #226845;
    padding: 88px 75px;
    font-size: 35px;
    line-height: 1.42857;
    position: absolute;
    top: auto;
    bottom: -132px;
    left: auto;
    right: 75px;
}

.csr-grid {
    width: 90%;
    height: 100%;
    max-width: 1290px;
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    display: grid;
}

.csr-grid__block-heading {
    background-color: rgba(3, 20, 27, .05);
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 55px;
    font-size: 30px;
    line-height: 1.4;
}

.csr-grid__block-image {
    height: 244px;
}

.csr-grid__block-image.nigerian-gas {
    background-image: url('../images/nigerian-gas.jpeg');
}

.csr-grid__block-image.crude {
    background-image: url('../images/crude-oil-marketing.jpeg');
}

.csr-grid__block-image.upstream {
    background-image: url('../images/upstream.jpg');
}

.csr-grid__block-image.downstream {
    background-image: url('../images/downstream.jpg');
}

.csr-grid__block-image.natural-gas {
    background-image: url('../images/natural-gas.jpg');
}

.csr-grid__block-image.trading {
    background-image: url('../images/trading.jpg');
}

.csr-grid__block-image.renewable-energy {
    background-image: url('../images/renewable-energy.jpg');
}

.section-img__inner {
    height: 560px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.file-system_section {
    background-color: #fafafa;
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
}

.folders-flex {
    width: 90%;
    max-width: 1290px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
}

.folders-block {
    width: 23%;
    color: #000;
    flex-direction: column;
    text-decoration: none;
    display: flex;
    position: relative;
}

.folders-img_block {
    height: 209px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
    transition: background-color .4s;
    display: flex;
}

.folders-img_block.white-bg {
    background-color: #fff;
}

.folder-img {
    flex: 0 auto;
}

.folders-text_block {
    text-align: center;
    background-color: #f2f2f2;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
}

.table-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: rgba(0, 0, 0, .49);
    background-color: #f4f4f4;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.25fr .5fr;
    grid-auto-columns: 1fr;
    padding: 20px 24px;
    font-weight: 500;
    display: grid;
}

.div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.file-system_table {
    width: 90%;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: visible;
}

.table-entry {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.25fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 24px;
    display: grid;
}

.table-entry.white-smoke_bg {
    background-color: #f4f4f4;
}

.table-img {
    width: 16px;
    height: 18.67px;
    background-image: url('../images/file-img.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

.button-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
}

.button-icon {
    width: 32px;
    background-color: rgba(0, 0, 0, .07);
    background-image: url('../images/download.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.table-entry_text {
    color: rgba(0, 0, 0, .4);
    font-size: 10px;
    line-height: 1.4;
}

.table-entry_flex {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
}

.folders-block_text {
    opacity: 0;
    color: rgba(0, 0, 0, .4);
    padding: 20px;
    font-size: 10px;
    line-height: 1.4;
    transition: opacity .4s;
    position: absolute;
}

.file-system_heading {
    padding-top: 40px;
    font-weight: 500;
}

.file-system_empty {
    width: 90%;
    max-width: 1290px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
    display: flex;
}

.empty-state_text {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.breadcrumb-link {
    color: #000;
    text-decoration: none;
    transition: color .4s;
}

.breadcrumb-link:hover {
    color: #818181;
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 45px;
    }
    .header-slide {
        min-height: 100vh;
        padding-top: 150px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .button {
        padding-left: 20px;
        font-size: 12px;
    }
    .button.dark-green-variant.small {
        padding-left: 15px;
        font-size: 10px;
    }
    .button.secondary {
        padding: 10px 40px;
    }
    .button.small {
        padding-right: 20px;
        font-size: 12px;
    }
    .button__icon-wrapper {
        margin-left: 20px;
    }
    .button__icon-wrapper.big {
        width: 50px;
        height: 50px;
    }
    .button__icon-wrapper.dark-green-variant {
        background-size: 20px;
        margin-left: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-hero__text {
        flex-direction: column;
        align-items: flex-start;
    }
    .slider-controls {
        max-width: 660px;
        left: 50px;
    }
    .header.secondary-pages {
        min-height: 725px;
        font-size: 90px;
    }
    .header.secondary-pages.small {
        min-height: auto;
        padding-top: 70px;
        font-size: 45px;
    }
    .why-nnpc-section {
        padding-top: 0;
    }
    .why-nnpc-flex__text-block {
        padding-left: 40px;
        font-size: 40px;
        line-height: 50px;
    }
    .nnpc-stat__main-text {
        font-size: 45px;
        line-height: 60px;
    }
    .section {
        height: auto;
        max-height: none;
        min-height: auto;
    }
    .section.secondary-header {
        min-height: auto;
    }
    .section.small-header {
        height: 480px;
        min-height: auto;
    }
    .yrs-of-existence {
        height: 100vh;
    }
    .yrs-of-existence__number {
        font-size: 120px;
        line-height: 1.2;
    }
    .news-section {
        width: 95%;
    }
    .news-block__desc {
        font-size: 15px;
        line-height: 23px;
    }
    .bids-flex__text {
        padding-left: 30px;
    }
    .bids-flex__text-inner {
        max-width: 270px;
        font-size: 25px;
        line-height: 40px;
    }
    .footer {
        flex-flow: column wrap;
    }
    .footer__first-section {
        width: auto;
        max-width: none;
        flex-direction: column;
        flex: 1;
        align-items: flex-start;
        display: flex;
    }
    .email-sub {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .15);
        margin-bottom: 0;
    }
    .copyright-text {
        display: none;
    }
    .copyright-text.mobile {
        text-align: right;
        padding: 20px;
        display: block;
    }
    .product-slide__flex {
        justify-content: center;
        padding-left: 5%;
        font-size: 12px;
    }
    .product-slide__stat {
        margin-right: 5%;
    }
    .product-slide__stat.price {
        font-size: 15px;
    }
    .product-slide-wrapper {
        max-height: 228px;
        margin-bottom: 0;
    }
    .footer-links-cluster {
        position: relative;
    }
    .footer-links-wrapper {
        border-top: 1px solid rgba(255, 255, 255, .15);
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-left: 36px;
        padding-right: 36px;
    }
    .footer-links-block.last {
        margin-right: 0;
    }
    .footer-links-block.hide-services {
        display: none;
    }
    .footer-links-block.temp {
        margin-left: 0;
    }
    .footer-links-block__heading {
        width: 110px;
    }
    .terms-and-conditions {
        padding-right: 20px;
    }
    .nav-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo {
        width: 90px;
        height: 100px;
        margin-bottom: -30px;
    }
    .nav-links {
        flex: 1;
        justify-content: flex-end;
    }
    .nav-links__link {
        margin-right: 15px;
        font-size: 13px;
    }
    .nav-links__link:hover {
        color: #000;
    }
    .who-we-are-section {
        padding-top: 50px;
    }
    .who-we-are-section__text-block {
        font-size: 33px;
    }
    .madate-wrapper__inner {
        justify-content: space-between;
    }
    .madate-text-block {
        flex: 1;
        margin-right: 2vw;
    }
    .mandate-image-wrapper {
        height: 430px;
    }
    .madate-text-block__heading {
        max-width: 360px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 44px;
    }
    .madate-text-block__heading.energy-security {
        font-size: 40px;
    }
    .madate-text-block__body-text {
        font-size: 30px;
    }
    .team-tab-menu-wrapper__menu {
        min-width: auto;
        font-size: 23px;
    }
    .team-tab-intro {
        font-size: 25px;
    }
    .team-grid {
        grid-template-columns: 1fr 1fr;
    }
    .team-member {
        margin-bottom: 20px;
    }
    .team-member__image {
        height: 400px;
        max-height: none;
    }
    .team-member__name {
        font-size: 20px;
    }
    .what-we-do__heading {
        margin-bottom: 30px;
    }
    .what-we-do__name-flex.sustainablity {
        flex-direction: column;
        align-items: flex-start;
    }
    .what-we-do__text {
        font-size: 25px;
    }
    .what-we-do__text.oil {
        font-size: 26px;
    }
    .what-we-do-flex__second-child {
        min-width: auto;
    }
    .oil-text {
        font-size: 25px;
    }
    .gast-text__inner {
        width: 80%;
    }
    .sustainabilty-text__inner {
        width: 80%;
        font-size: 25px;
    }
    .oil-text__inner {
        width: 80%;
    }
    .contact-info {
        margin-bottom: 50px;
    }
    .contact-info__inner {
        margin-left: 0;
    }
    .address-block {
        margin-right: 4vw;
        font-size: 30px;
    }
    .address-tab {
        font-size: 20px;
    }
    .address-tab__menu-item {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 17px;
    }
    .contact-form__heading {
        font-size: 35px;
    }
    .contact-form-wrapper__image {
        background-position: 100%;
    }
    .text-field {
        height: 60px;
        margin-bottom: 15px;
    }
    .text-field.big {
        height: 220px;
    }
    .home-hero__text-sub-text {
        max-width: none;
        margin-left: 0;
    }
    .home-hero__text-sub-text.slide-3,
    .home-hero__text-sub-text.slide-4,
    .home-hero__text-sub-text.slide-5 {
        max-width: none;
    }
    .page-title.show.small {
        max-width: 600px;
    }
    .profile-opern__name {
        font-size: 30px;
    }
    .opportunity__heading {
        font-size: 45px;
    }
    .opportunity__text-block {
        padding-left: 20px;
    }
    .opportunity__text-block-inner {
        margin-bottom: 40px;
        margin-right: 40px;
        font-size: 30px;
    }
    .opportunity__image {
        height: 480px;
    }
    .opportunities-grid {
        margin-bottom: 60px;
    }
    .opportunity-block__heading {
        font-size: 25px;
    }
    .businesses-accordion {
        margin-bottom: 20px;
    }
    .businesses-page__header {
        width: 100%;
        padding-left: 70px;
    }
    .businesses-page__header.no-border {
        margin-top: 30px;
    }
    .business-block__heading {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 30px;
    }
    .business-block__other-options {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 15px;
    }
    .business-block__close-line {
        width: 40px;
        top: 20px;
        left: -20px;
    }
    .business-block__close-line.vertical {
        height: 40px;
    }
    .business-block__option-block {
        max-width: 30%;
        min-width: 30%;
        margin-bottom: 40px;
    }
    .madate-text-block__inner-text {
        width: 70%;
        max-width: 496px;
        font-size: 25px;
    }
    /*
    .strategy-flex__left-block {
        padding: 25px;
        font-size: 25px;
        top: 30px;
    }
    */
    .strategy-flex__left-block--line {
        margin-bottom: 70px;
    }
    .section-heading.opportunities {
        padding-top: 25px;
    }
    .section-heading.small {
        max-width: none;
        padding-top: 25px;
    }
    .history-stripe__date {
        padding-top: 5vw;
        padding-left: 5vw;
        padding-right: 5vw;
        font-size: 55px;
    }
    .history-stripe__text-block {
        padding: 5vw;
        font-size: 20px;
    }
    .value-block {
        width: 32%;
        font-size: 20px;
    }
    .value-block__text-block {
        padding: 20px;
    }
    .value-block__heading {
        font-size: 25px;
    }
    .value-block__item {
        padding-left: 30px;
    }
    .site-credit.show {
        top: auto;
        bottom: 15px;
        left: 0%;
        right: auto;
    }
    .business-block__inner {
        padding-top: 50px;
        font-size: 20px;
    }
    .business-block__text {
        padding-bottom: 30px;
    }
    .sustainability-leader__title {
        font-size: 30px;
    }
    .sustainability-leader__body {
        font-size: 25px;
    }
    .energy-transition {
        padding-left: 30px;
        padding-right: 30px;
    }
    .energy-transition-heading {
        padding-bottom: 50px;
        padding-left: 50px;
        font-size: 30px;
    }
    .enegy-block {
        height: 300px;
        padding: 30px;
        font-size: 25px;
    }
    .sustainability-strategy__body {
        font-size: 25px;
    }
    .guiding-principles-wrapper {
        padding: 60px 30px;
    }
    .guiding-principles__item {
        padding: 40px 30px 30px;
    }
    .guiding-principles__inner {
        padding-top: 40px;
    }
    .pia-team-wrapper {
        margin-bottom: -50px;
    }
    .news-page-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }
    .blog {
        font-size: 20px;
    }
    .blog-header {
        font-size: 30px;
    }
    .blog-header__title {
        max-width: 630px;
    }
    .post-body {
        margin-top: 60px;
    }
    .blog-post-image-block {
        font-size: 14px;
    }
    .blog-post-image-block__image {
        height: 350px;
        margin-bottom: 20px;
    }
    .legal-body {
        width: 90%;
    }
    .privacy-table {
        font-size: 12px;
    }
    .privacy-table__cell {
        padding: 15px;
    }
    .cookie-popup__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .profile-open__ig-link {
        width: 50px;
        height: 50px;
    }
    .employer-choice-title__inner {
        width: 80%;
    }
    .employer-choice__title {
        font-size: 30px;
    }
    .post-header__image {
        max-height: none;
    }
    .employer-choice__body {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 25px;
    }
    .diversity-inclusion__image {
        height: 430px;
        max-height: none;
    }
    .diversity-inclusion__body {
        font-size: 25px;
    }
    .diversity-inclusion__inner {
        width: 88%;
    }
    .growth-block__inner {
        height: 450px;
        padding: 30px;
        font-size: 25px;
    }
    .grey-block__text {
        padding: 30px;
        font-size: 25px;
    }
    .growth-block__icon,
    .growth-block__icon.planning {
        width: 6vw;
    }
    .oppotunities-block {
        padding-bottom: 60px;
    }
    .opportunities-inner {
        width: auto;
        max-width: none;
        padding-top: 40px;
    }
    .opportunities-flex {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding-top: 45px;
        padding-bottom: 45px;
        font-size: 22px;
    }
    .gas-marketing__introduction {
        padding: 20px 30px 45px;
    }
    .gas-marketing__text {
        padding: 30px;
        font-size: 25px;
    }
    .management-team__text {
        min-width: auto;
        font-size: 23px;
    }
    .team-icon {
        width: 68px;
        height: 68px;
        background-size: 23px;
    }
    .mgt-team__grid {
        grid-template-columns: 1fr 1fr;
    }
    .strategic-direction {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding-top: 50px;
    }
    .csr-flex__first-child {
        max-height: none;
    }
    .csr-flex__second-child {
        min-width: auto;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding: 80px 30px;
        font-size: 25px;
    }
    .csr-activities__inner {
        padding: 30px;
        font-size: 20px;
    }
    .csr-activities__header {
        font-size: 25px;
    }
    .csr-activities__flex {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .contact-details__first-child {
        margin-right: 15px;
        padding-left: 30px;
        top: 30px;
    }
    .contact-link {
        font-size: 18px;
    }
    .contact-details__second-child {
        padding-left: 30px;
        padding-right: 15px;
    }
    .address-details {
        margin-bottom: 24px;
    }
    .address-details__inner {
        font-size: 22px;
    }
    .address {
        font-size: 18px;
    }
    .popup-open__first-child {
        padding-right: 30px;
    }
    .popup-open__second-child {
        padding-left: 40px;
        font-size: 38px;
    }
    .popup-content__inner {
        font-size: 20px;
    }
    .popup-content__image {
        height: 250px;
    }
    .popup-img__flex {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .nav-dropdown {
        margin-right: 0;
    }
    .nav-dropdown__toggle {
        padding-right: 30px;
    }
    .nav-dropdown__toggle:hover {
        color: #000;
    }
    .nav-dropdown__list {
        min-width: auto;
        padding-top: 25px;
    }
    .nav-dropdown__list.w--open {
        min-width: 150px;
        margin-top: 25px;
        padding-top: 0;
    }
    .nav-dropdown__link {
        padding: 15px;
        font-size: 13px;
    }
    .nav-dropdown__link:hover {
        color: #000;
        background-color: #fff;
    }
    .nav-inner__dropdown-list {
        margin-top: -49px;
    }
    .nav-inner__dropdown-list.w--open {
        min-width: 150px;
    }
    .nav-inner__dropdown-ink {
        padding: 15px;
        font-size: 13px;
    }
    .nav-dropdown__text {
        margin-right: 0;
        font-size: 13px;
    }
    .nav-dropdown__text:hover {
        color: #000;
    }
    .dropdown-arrow {
        margin-right: 12px;
        transform: scale(.7);
    }
    .dropdown-inner__arrow {
        opacity: 1;
        filter: brightness(0%);
        right: 15px;
    }
    .img-text__flex {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        padding-top: 40px;
        padding-bottom: 60px;
        font-size: 25px;
    }
    .img-text__flex.no-padding__bottom {
        font-size: 22px;
    }
    .img-text__image {
        height: 45vw;
    }
    .accordion-block__heading {
        padding: 30px 50px 30px 40px;
        font-size: 30px;
    }
    .accordion-block__close-line {
        width: 40px;
        top: 20px;
        left: -20px;
    }
    .accordion-block__close-line.vertical {
        height: 40px;
    }
    .accordion-block__inner {
        font-size: 20px;
    }
    .accordion-block__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .post-header__flex.margin-bottom {
        margin-bottom: 40px;
    }
    .post-header__body {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 25px;
    }
    .post-header__body.no-border.small {
        width: 50%;
        margin-right: 20px;
        font-size: 22px;
    }
    .post-header__body-inner {
        font-size: 22px;
    }
    .post-header__subheading {
        font-size: 30px;
    }
    .post-header__subheading-inner {
        width: 80%;
    }
    .post-header__subheading-inner.large {
        font-size: 42px;
    }
    .subheading-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .subheading-text__inner {
        padding: 40px 30px;
        font-size: 22px;
    }
    .section-cta__block {
        padding-bottom: 60px;
    }
    .section-cta__flex {
        margin-top: 0;
    }
    .section-cta__item {
        padding: 40px 30px 30px;
    }
    .section-cta__inner {
        padding-top: 40px;
    }
    .subheading-flex {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 22px;
    }
    .subheading-flex__text {
        font-size: 25px;
    }
    .opportunities-flex__block {
        width: auto;
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
    }
    .accordion-block__other-options {
        grid-column-gap: 30px;
        grid-row-gap: 0px;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 0;
        font-size: 15px;
    }
    .accordion-block__option-block {
        max-width: 30%;
        min-width: 30%;
        margin-bottom: 40px;
    }
    .annual-report__first-child {
        padding-top: 64px;
        font-size: 54px;
    }
    .annual-report__second-child {
        grid-row-gap: 10px;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 28px;
    }
    .section-img {
        height: 460px;
        margin-bottom: 150px;
    }
    .section-img.full-width {
        margin-bottom: 60px;
    }
    .section-img__text {
        padding: 50px;
        font-size: 30px;
        bottom: -100px;
        right: 40px;
    }
    .csr-grid {
        margin-bottom: 60px;
    }
    .csr-grid__block-heading {
        font-size: 25px;
    }
    .section-img__inner {
        height: 460px;
    }
    .folders-block {
        width: 24%;
    }
    .folder-img {
        width: auto;
    }
    .folders-text_block {
        font-size: 18px;
    }
    .table-header {
        min-width: 1000px;
        grid-template-columns: 1.1fr 1.1fr .6fr;
    }
    .file-system_table {
        overflow: auto;
    }
    .table-entry {
        min-width: 1000px;
        grid-template-columns: 1.1fr 1.1fr .6fr;
    }
}

@media screen and (max-width: 767px) {
    .header-slide {
        min-height: 100vh;
        justify-content: center;
        padding-top: 130px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .button.secondary-blue {
        padding: 15px 30px;
        font-size: 14px;
    }
    .home-hero__text {
        flex-direction: column;
        align-items: flex-start;
    }
    .slider-controls {
        max-width: 480px;
        left: 30px;
    }
    .header.secondary-pages {
        min-height: 614px;
        font-size: 70px;
    }
    .header.secondary-pages.about {
        font-size: 50px;
    }
    .header.secondary-pages.contact {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/contact-header.jpeg');
        background-position: 0 0, 70%;
    }
    .header.secondary-pages.small {
        font-size: 35px;
    }
    .why-nnpc-flex {
        flex-direction: column;
    }
    .why-nnpc-flex__image {
        height: 300px;
        max-height: none;
        margin-top: 30px;
        margin-right: 0;
    }
    .why-nnpc-flex__text-block {
        border-left-style: none;
        margin-top: 40px;
        padding-left: 0;
    }
    .nnpc-stats-flex {
        flex-direction: column;
    }
    .nnpc-stat {
        width: auto;
    }
    .nnpc-stat.last {
        border-left-style: solid;
    }
    .section {
        min-height: auto;
    }
    .yrs-of-existence__text-block {
        max-width: 390px;
    }
    .news-section {
        width: 90%;
    }
    .news-section__heading {
        font-size: 25px;
        line-height: 30px;
    }
    .news-cluster {
        flex-direction: column;
    }
    .featured-news {
        width: auto;
        max-width: none;
        margin-bottom: 30px;
        margin-right: 0%;
    }
    .featured-news__image {
        height: 300px;
        max-height: none;
    }
    .news-grid {
        max-height: none;
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
    .featured-news__desc {
        font-size: 25px;
    }
    .news-block {
        text-decoration: none;
    }
    .news-block__text-block {
        position: relative;
    }
    .news-block__text-block:hover {
        background-color: #fff;
        padding: 0;
    }
    .news-block__desc {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-cta {
        justify-content: center;
    }
    .bids-flex {
        flex-direction: column;
    }
    .bids-flex__img {
        width: auto;
        height: 250px;
    }
    .bids-flex__text {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }
    .bids-flex__text-inner {
        max-width: none;
    }
    .footer {
        flex-direction: column;
    }
    .footer__first-section {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .email-sub {
        align-self: stretch;
    }
    .copyright-text.mobile {
        padding-right: 0;
    }
    .footer-links-cluster {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-links-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-links-wrapper.temp {
        justify-content: flex-start;
    }
    .footer-links-block {
        min-width: 21%;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-links-block.temp {
        margin-left: 0;
    }
    .footer-links-block__heading {
        width: auto;
        padding-top: 26px;
    }
    .terms-and-conditions {
        justify-content: space-between;
        padding-right: 0;
    }
    .terms-and-conditions__link {
        margin-left: 0;
    }
    .nav-bar {
        flex-direction: column;
        position: fixed;
    }
    .logo {
        z-index: 1;
    }
    .logo.modal {
        left: 30px;
    }
    .nav-links-and-extra-blocks {
        background-color: #fff;
        align-items: flex-start;
        margin-left: 0;
        display: none;
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .nav-links-and-extra-blocks.edit {
        display: block;
    }
    .nav-links {
        flex-direction: column;
        margin-top: 130px;
    }
    .nav-links__link {
        justify-content: center;
        margin-bottom: 30px;
        margin-right: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        display: flex;
    }
    .nav-links__link.w--current {
        color: #1d6731;
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
    }
    .who-we-are-section {
        padding-top: 30px;
    }
    .who-we-are-section__text-block {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .madate-wrapper {
        margin-top: 20px;
    }
    .madate-wrapper__inner {
        flex-direction: column;
    }
    .madate-text-block {
        max-width: none;
        margin-top: 0;
        margin-right: 0;
    }
    .mandate-image-wrapper {
        height: 300px;
        max-width: none;
        flex: none;
        align-self: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        position: static;
        transform: none;
    }
    .madate-text-block__heading-bg {
        margin-left: 0;
        margin-right: 0;
        padding-left: 35px;
        padding-right: 35px;
        bottom: 320px;
    }
    .madate-text-block__heading-bg.energy-scurity {
        margin-left: 0;
        margin-right: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .madate-text-block__heading {
        max-width: none;
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 30px;
    }
    .madate-text-block__heading.energy-security {
        width: auto;
        max-width: none;
        font-size: 30px;
    }
    .madate-text-block__body-text {
        font-size: 25px;
    }
    .team-tab-menu-wrapper {
        margin-bottom: 30px;
    }
    .team-tab-menu-wrapper__menu {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
    }
    .team-tab-intro {
        margin-bottom: 30px;
    }
    .team-grid {
        grid-template-columns: 1fr 1fr;
    }
    .team-member {
        margin-bottom: 20px;
    }
    .team-member__image {
        height: 300px;
    }
    .team-member__read-more {
        width: 44px;
        height: 44px;
        max-height: none;
        max-width: none;
    }
    .what-we-do__item {
        flex-direction: column;
    }
    .what-we-do__item.sustainability {
        padding-top: 30px;
    }
    .what-we-do__name-flex {
        font-size: 25px;
    }
    .what-we-do__icon {
        width: 45px;
        height: 45px;
    }
    .what-we-do__text {
        margin-left: 0;
    }
    .what-we-do__text.oil {
        width: auto;
        margin-top: 30px;
    }
    .what-we-do__text.sustainality {
        margin-top: 30px;
    }
    .what-we-do-flex {
        flex-wrap: wrap;
    }
    .what-we-do-flex.gas {
        flex-wrap: wrap-reverse;
        margin-bottom: 50px;
    }
    .what-we-do-flex__first-child {
        min-height: 300px;
        min-width: 300px;
        flex: 1;
    }
    .what-we-do-flex__second-child {
        min-height: 300px;
        min-width: 300px;
    }
    .gas-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gast-text__inner {
        width: 80%;
    }
    .contact-info {
        margin-bottom: 0;
        padding-top: 50px;
    }
    .contact-info.form {
        padding-top: 50px;
    }
    .contact-info__inner {
        flex-direction: column;
    }
    .address-block {
        width: 100%;
        flex: none;
        margin-right: 0;
    }
    .map-image {
        min-height: 300px;
        align-self: stretch;
        margin-top: 30px;
    }
    .address-tab {
        margin-top: 40px;
    }
    .address-tab__menu-wrapper {
        margin-bottom: 30px;
    }
    .address-link {
        margin-top: 20px;
    }
    .contact-form__heading {
        margin-bottom: 40px;
        padding-bottom: 25px;
        font-size: 32px;
    }
    .contact-form-wrapper {
        flex-direction: column;
    }
    .contact-form-wrapper__image {
        width: auto;
        height: 300px;
    }
    .contact-form {
        width: auto;
        margin-top: 20px;
    }
    .text-field {
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 17px;
    }
    .enquiry-channels {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .enquiry-channels__item {
        border-bottom: 1px solid #000;
        border-left-style: none;
        border-right-style: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
    }
    .enquiry-channels__item.last {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .hamburger-menu {
        width: 40px;
        height: 40px;
        flex: none;
        margin-top: 15px;
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: auto;
        right: 40px;
    }
    .home-hero__text-sub-text {
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .page-title.show.small {
        max-width: 500px;
    }
    .profile-overlay {
        height: auto;
        overflow: auto;
    }
    .profile-open {
        height: auto;
        grid-row-gap: 30px;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .profile-open__image {
        max-height: 40vw;
        max-width: 40vw;
    }
    .profile-open__text-block {
        max-height: none;
        border-left-style: none;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
    }
    .profile-open__title {
        font-size: 20px;
    }
    .opportunity__heading {
        font-size: 35px;
    }
    .opportunity {
        flex-direction: column-reverse;
        padding-left: 30px;
        padding-right: 30px;
    }
    .opportunity__text-block {
        padding-bottom: 40px;
        padding-left: 0;
    }
    .opportunity__text-block-inner {
        margin-right: 0;
        font-size: 25px;
    }
    .opportunity__image {
        height: 300px;
        max-width: none;
        flex: none;
        align-self: stretch;
        margin-bottom: 40px;
    }
    .opportunities-grid {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .opportunity-block__heading {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        font-size: 20px;
    }
    .businesses-accordion {
        margin-bottom: 0;
    }
    .businesses-page__header {
        margin-top: 40px;
        padding-left: 40px;
        font-size: 20px;
    }
    .business-block__heading {
        padding-left: 40px;
        padding-right: 50px;
        font-size: 25px;
    }
    .business-block__image {
        height: 230px;
    }
    .business-block__other-options {
        width: 90%;
        padding-bottom: 0;
    }
    .business-block__option-links.left-spaced {
        padding-right: 0;
    }
    .business-block__option-block {
        width: 100%;
        max-width: none;
        min-width: auto;
        margin-bottom: 0;
    }
    .business-block__option-block.left-spaced {
        margin-right: 0;
    }
    .contact-cta__inner {
        flex-direction: column;
    }
    .contact-cta__image {
        height: 200px;
        flex: none;
        align-self: stretch;
    }
    .contact-cta__link {
        padding-top: 44px;
        padding-left: 40px;
    }
    .madate-text-block__inner-text {
        width: auto;
        margin-bottom: 40px;
        font-size: 25px;
    }
    .strategy-flex {
        flex-direction: column;
    }
    .strategy-flex__left-block {
        max-width: none;
        margin-bottom: 30px;
        margin-right: 0;
        padding: 10%;
        position: static;
    }
    .history-section {
        margin-bottom: 50px;
    }
    .history-stripe {
        flex-direction: column;
    }
    .history-stripe__date {
        order: -1;
        padding-top: 50px;
    }
    .history-stripe__vertical-line {
        height: 70px;
        flex: none;
        margin-top: 10px;
    }
    .history-stripe__image {
        width: 100%;
        max-width: none;
        min-height: 250px;
    }
    .history-stripe__text-block {
        padding: 50px;
    }
    .history-stripe__text-block--inner,
    .history-stripe__text-block--inner.bigger {
        max-width: none;
    }
    .coming-soon-header {
        font-size: 47px;
    }
    .values-flex {
        flex-direction: column;
    }
    .value-block {
        width: auto;
    }
    .site-credit.show {
        margin-left: 30px;
    }
    .business-block__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .business-block__text {
        width: 90%;
    }
    .links-flex {
        max-width: none;
    }
    .footer-links-wrapper__seperator {
        display: none;
    }
    .sustainability-leader {
        flex-direction: column;
    }
    .sustainability-leader__first-child {
        max-width: none;
    }
    .sustainability-leader__title {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .sustainability-leader__image {
        height: 300px;
    }
    .sustainability-leader__body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .energy-transition {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .energy-transition-heading {
        border-bottom: 1px solid #000;
        border-left-style: none;
        margin-bottom: 30px;
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
    }
    .energy-transition-flex {
        flex-direction: column;
    }
    .enegy-block {
        width: 100%;
        flex: none;
        margin-bottom: 30px;
    }
    .enegy-block__icon {
        width: 81px;
        height: 88px;
    }
    .sustainability-strategy,
    .sustainability-strategy.reverse-desktop {
        flex-direction: column;
    }
    .sustainability-strategy__image {
        width: auto;
        height: 300px;
    }
    .sustainability-strategy__body {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .guiding-principles-wrapper {
        padding-top: 50px;
    }
    .guiding-principles {
        flex-direction: column;
    }
    .guiding-principles__item {
        width: auto;
        margin-bottom: 28px;
    }
    .guiding-principles__inner.second {
        margin-bottom: 40px;
    }
    .pia-team-wrapper {
        display: none;
    }
    .news-page-grid {
        grid-template-columns: 1fr;
    }
    .blog-header__title {
        max-width: 440px;
        font-size: 25px;
    }
    .post-image-wrapper.flex {
        flex-direction: column;
    }
    .emil-sub-form-wrapper {
        min-width: 50%;
        margin-bottom: 0;
    }
    .legal-body {
        width: 90%;
        padding-bottom: 70px;
    }
    .cookie-popup__inner {
        text-align: center;
        flex-direction: column;
    }
    .legal-content {
        font-size: 16px;
    }
    .legal-content.intro {
        padding-top: 30px;
    }
    .legal-content__heading {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .accordion__title {
        font-size: 17px;
        font-weight: 700;
    }
    .accordion__body-intro {
        font-size: 16px;
    }
    .list__heading {
        margin-bottom: 10px;
    }
    .employer-choice {
        flex-direction: column;
    }
    .employer-choice-title__inner {
        width: 90%;
        max-width: none;
    }
    .employer-choice__title {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .employer-choice__first-child {
        max-width: none;
    }
    .post-header__image {
        height: 300px;
        flex: 0 auto;
    }
    .employer-choice__body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .employer-choice__body-inner {
        width: 90%;
        max-width: none;
    }
    .diversity-inclusion,
    .diversity-inclusion.reverse-desktop {
        flex-direction: column;
    }
    .diversity-inclusion__image {
        width: auto;
        height: 300px;
    }
    .diversity-inclusion__body {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .growth-block {
        padding-bottom: 0;
    }
    .growth-block__inner {
        width: 100%;
        height: 300px;
        flex: none;
        margin-bottom: 30px;
    }
    .grey-block__text {
        width: 100%;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex: none;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .grey-block__text.small {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-bottom: 40px;
    }
    .growth-block__icon {
        width: 70px;
        height: 70px;
        max-height: none;
    }
    .growth-block__icon.growth {
        max-height: none;
        max-width: none;
    }
    .growth-block__icon.people {
        width: 80px;
        max-width: none;
    }
    .growth-block__icon.planning {
        width: 74px;
        max-width: none;
    }
    .nav-search__input {
        padding-left: 40px;
        font-size: 20px;
        line-height: 30px;
    }
    .nav-search__block {
        width: 150px;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .oppotunities-block {
        padding-bottom: 60px;
    }
    .opportunities-inner {
        padding-top: 20px;
    }
    .opportunities-inner__text {
        padding-bottom: 40px;
    }
    .opportunities-flex {
        flex-direction: column;
    }
    .opportunities-flex__inner {
        width: auto;
        max-width: none;
    }
    .gas-marketing__section {
        padding-top: 0;
    }
    .gas-marketing__text {
        width: 100%;
        flex: none;
        font-size: 22px;
    }
    .management-team__header {
        margin-bottom: 30px;
    }
    .management-team__text {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
    }
    .mgt-team__grid {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 30px;
    }
    .strategic-direction {
        text-align: left;
        align-items: flex-start;
        font-size: 25px;
    }
    .strategic-direction__subtext {
        max-width: 450px;
    }
    .csr-flex {
        flex-wrap: wrap;
    }
    .csr-flex.gas {
        flex-wrap: wrap-reverse;
        margin-bottom: 50px;
    }
    .csr-flex__first-child {
        height: 300px;
        min-width: 300px;
        flex: 1;
    }
    .csr-flex__second-child {
        min-height: 300px;
        min-width: 300px;
    }
    .csr-activities {
        padding-top: 40px;
    }
    .csr-activities__inner {
        width: 100%;
        flex: none;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .csr-activities__header {
        margin-bottom: 0;
    }
    .csr-activities__flex {
        font-size: 18px;
    }
    .csr-flex__line {
        margin-right: 15px;
    }
    .contact-details__inner {
        padding-bottom: 40px;
    }
    .contact-details__flex {
        flex-direction: column;
    }
    .contact-details__first-child {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        align-self: stretch;
        margin-bottom: 40px;
        padding-top: 40px;
        position: static;
    }
    .contact-details__second-child {
        align-self: stretch;
    }
    .popup-overlay {
        height: auto;
        overflow: auto;
    }
    .popup-open {
        height: auto;
        grid-row-gap: 30px;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .popup-open__first-child {
        height: auto;
        border-right-style: none;
        padding-right: 0;
    }
    .popup-open__second-child {
        max-height: none;
        border-top: 1px solid #000;
        border-left-style: none;
        padding: 20px 0;
        overflow: visible;
    }
    .popup-content {
        margin-top: 20px;
    }
    .popup-content__image {
        flex: none;
    }
    .popup-img__flex {
        flex-direction: column;
    }
    .nav-dropdown {
        margin-left: auto;
        margin-right: auto;
    }
    .nav-dropdown__toggle {
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
        padding-right: 20px;
    }
    .nav-dropdown__list {
        position: static;
    }
    .nav-dropdown__list.w--open {
        z-index: 99;
        max-height: 300px;
        min-width: 250px;
        background-color: #1a2f3e;
        margin-top: -15px;
        padding-top: 10px;
        position: absolute;
        left: -50px;
        right: -50px;
        overflow: auto;
    }
    .nav-dropdown__link {
        color: #fff;
        font-size: 16px;
    }
    .nav-dropdown__link:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
    }
    .nav-inner__dropdown {
        max-height: 600px;
        overflow: auto;
    }
    .nav-inner__dropdown-toggle,
    .nav-inner__dropdown-toggle:hover,
    .nav-inner__dropdown-toggle.w--open:hover {
        color: #fff;
    }
    .nav-inner__dropdown-list {
        min-width: auto;
    }
    .nav-inner__dropdown-list.w--open {
        min-width: auto;
        margin-top: 0;
        position: static;
    }
    .nav-inner__dropdown-ink {
        color: #fff;
        background-color: #1a2f3e;
        border-top: 1px solid #f9e745;
        border-bottom: 1px #f9e745;
    }
    .nav-inner__dropdown-ink:hover {
        color: #fff;
    }
    .nav-dropdown__text {
        justify-content: center;
        margin-right: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        display: flex;
    }
    .nav-dropdown__text:hover {
        color: #000;
    }
    .nav-dropdown__text.w--current {
        color: #1d6731;
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
    }
    .popup-first__child-img {
        width: auto;
        height: 300px;
        max-height: none;
        max-width: none;
    }
    .dropdown-arrow {
        margin-left: 0;
        margin-right: 0;
        transform: scale(.9);
    }
    .dropdown-inner__arrow {
        filter: grayscale() brightness(200%);
    }
    .img-text__flex {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-bottom: 0;
        padding-right: 0;
    }
    .img-text__image {
        width: 100%;
        height: 300px;
        max-height: none;
        max-width: none;
    }
    .accordion-block__heading {
        padding-left: 40px;
        padding-right: 50px;
        font-size: 25px;
    }
    .accordion-block__image {
        height: 230px;
    }
    .accordion-block__text {
        width: 95%;
    }
    .accordion-block__content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .post-header__flex {
        flex-direction: column-reverse;
    }
    .post-header__flex.margin-bottom.small {
        margin-bottom: 20px;
    }
    .post-header__first-child {
        width: 100%;
    }
    .post-header__body {
        border-left-style: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .post-header__body.no-border.small {
        width: 100%;
        margin-right: 0;
    }
    .post-header__body-inner {
        width: 90%;
        max-width: none;
        font-size: 22px;
    }
    .post-header__subheading {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .post-header__subheading-inner {
        width: 90%;
        max-width: none;
    }
    .subheading-text {
        padding-top: 0;
    }
    .subheading-text__inner {
        padding: 30px 10px 30px 0;
        font-size: 20px;
    }
    .section-cta__block {
        padding-bottom: 40px;
    }
    .section-cta__flex {
        flex-direction: column;
    }
    .section-cta__item {
        width: auto;
        margin-bottom: 28px;
    }
    .section-cta__inner.second {
        margin-bottom: 40px;
    }
    .subheading-flex {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
        padding-top: 10px;
    }
    .opportunities-flex__block {
        margin-left: 0;
        margin-right: 0;
    }
    .accordion-block__other-options {
        width: 90%;
        padding-bottom: 0;
    }
    .accordion-block__option-links.left-spaced {
        padding-right: 0;
    }
    .accordion-block__option-block {
        width: 100%;
        max-width: none;
        min-width: auto;
        margin-bottom: 0;
    }
    .accordion-block__option-block.left-spaced {
        margin-right: 0;
    }
    .annual-report__first-child {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 34px;
    }
    .annual-report__second-child {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 22px;
    }
    .annual-report__download {
        font-size: 18px;
    }
    .annual-report__download-icon {
        margin-right: 10px;
    }
    .annual-report__download-link {
        line-height: 1.8;
    }
    .section-img {
        height: auto;
        margin-bottom: 30px;
    }
    .section-img__text {
        max-width: none;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 25px;
        position: static;
    }
    .csr-grid {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .csr-grid__block-heading {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        font-size: 20px;
    }
    .section-img__inner {
        height: 300px;
        position: static;
    }
    .folders-flex {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: wrap;
    }
    .folders-block {
        width: 47%;
    }
    .folders-text_block {
        min-height: auto;
        font-size: 16px;
    }
    .table-header,
    .table-entry {
        grid-template-columns: .6fr .5fr .25fr;
    }
    .table-entry_flex {
        font-size: 14px;
    }
    .file-system_empty {
        padding: 60px;
    }
    .empty-state_text {
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    h2 {
        font-size: 36px;
    }
    h5 {
        font-size: 22px;
    }
    .header-slide {
        padding: 0 20px 40px;
    }
    .button.small {
        font-size: 10px;
    }
    .home-hero__text {
        max-width: 360px;
        margin-bottom: 20px;
    }
    .hero-text {
        margin-bottom: 40px;
    }
    .slider-controls {
        width: 90%;
        flex-wrap: wrap;
        bottom: 40px;
        left: 20px;
    }
    .slider-controls__progress {
        min-width: 230px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header.secondary-pages {
        height: 100vh;
        font-size: 40px;
    }
    .header.secondary-pages.small {
        height: 100%;
        font-size: 25px;
    }
    .header.secondary-pages.careers {
        height: 70vh;
        min-height: auto;
    }
    .img.team-image {
        object-position: 50% 0%;
    }
    .why-nnpc-flex__text-block {
        font-size: 25px;
        line-height: 40px;
    }
    .nnpc-stat {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .yrs-of-existence__text-block {
        max-width: 260px;
        font-size: 20px;
        line-height: 30px;
    }
    .yrs-of-existence__number {
        font-size: 100px;
    }
    .news-grid {
        grid-template-columns: 1fr;
    }
    .news-block__desc {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-cta {
        margin-top: 40px;
    }
    .footer {
        flex-direction: column;
        overflow: hidden;
    }
    .footer__first-section {
        width: auto;
        padding: 30px;
    }
    .email-sub {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 31px;
    }
    .copyright-text.mobile {
        text-align: left;
        padding-left: 0;
    }
    .price-slider-wrapper {
        max-width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-links-cluster {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-links-wrapper {
        flex-direction: column;
    }
    .footer-links-block {
        flex: none;
    }
    .footer-links-block.last {
        margin-right: 0;
    }
    .footer-links-block.temp {
        margin-right: 20px;
    }
    .footer-links-block__heading,
    .footer-link.services {
        width: auto;
    }
    .terms-and-conditions {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .terms-and-conditions__link {
        margin-bottom: 30px;
    }
    .yrs-of-existence__bg.yellow-strokes {
        background-size: auto;
    }
    .nav-bar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo.modal {
        left: 20px;
    }
    .nav-links__link {
        display: flex;
    }
    .header-underline {
        margin-top: 20px;
    }
    .who-we-are-section {
        height: auto;
        padding-top: 30px;
    }
    .who-we-are-section__text-block {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .madate-wrapper {
        margin-bottom: 50px;
    }
    .madate-text-block__heading-bg {
        padding-left: 20px;
        padding-right: 20px;
    }
    .madate-text-block__heading,
    .madate-text-block__heading.energy-security {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
    .team-member__image {
        height: 370px;
    }
    .what-we-do__name-flex.gas {
        margin-bottom: 10px;
    }
    .what-we-do__text.oil {
        margin-top: 20px;
    }
    .what-we-do-flex__second-child {
        min-height: auto;
    }
    .what-we-do-flex__second-child.image {
        min-height: 300px;
    }
    .oil-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .gas-text {
        font-size: 20px;
    }
    .sustainabilty-text {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .oil-text__inner {
        width: 90%;
    }
    .address-block {
        font-size: 25px;
    }
    .address-tab__menu-item {
        text-align: center;
    }
    .contact-form__heading {
        margin-bottom: 20px;
    }
    .enquiry-channels__item.last {
        border-bottom-style: none;
    }
    .hamburger-menu {
        right: 20px;
    }
    .home-hero__text-sub-text {
        margin-top: 10px;
    }
    .page-title.show.small {
        max-width: 300px;
    }
    .profile-open {
        flex-direction: column;
    }
    .profile-open__image {
        width: 260px;
        height: 280px;
        max-height: none;
        max-width: none;
    }
    .profile-open__text-block {
        height: auto;
        border-top: 1px solid #000;
        border-left-style: none;
        flex: none;
        padding-top: 30px;
    }
    .opportunity-container {
        padding-top: 50px;
    }
    .opportunity__heading {
        font-size: 29px;
    }
    .opportunity {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .opportunity__text-block {
        text-align: center;
        align-items: center;
    }
    .businesses-page__header {
        margin-top: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .business-block__heading {
        padding-left: 20px;
        padding-right: 40px;
        font-size: 20px;
    }
    .business-block__image {
        height: 200px;
    }
    .business-block__other-options {
        flex-direction: column;
    }
    .business-block__close-line {
        width: 30px;
        top: 15px;
        left: -15px;
    }
    .business-block__close-line.vertical {
        height: 30px;
    }
    .business-block__option-block {
        width: auto;
        align-self: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .contact-cta__link {
        padding-left: 20px;
    }
    .madate-text-block__inner-text {
        margin-bottom: 30px;
    }
    .strategy-flex__left-block {
        padding: 20px;
        font-size: 20px;
    }
    .strategy {
        padding: 20px;
    }
    .strategy__icon-flex {
        margin-bottom: 20px;
    }
    .strategy__icon {
        width: 70px;
        height: 70px;
    }
    .section-heading {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 25px;
    }
    .section-heading.small.no-border {
        margin-left: 20px;
        margin-right: 20px;
    }
    .history-stripe__text-block {
        padding: 30px;
    }
    .value-block {
        font-size: 18px;
    }
    .value-block__item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-credit.show {
        left: auto;
        right: 30px;
    }
    .links-flex {
        flex-direction: column;
    }
    .sustainability-leader__body {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sustainability-leader__body-inner {
        width: 90%;
        font-size: 20px;
    }
    .energy-transition {
        padding-top: 30px;
    }
    .energy-transition-heading {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 30px;
        font-size: 25px;
    }
    .enegy-block,
    .sustainability-strategy__body {
        font-size: 20px;
    }
    .guiding-principles-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .guiding-principles__item {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .guiding-principles__inner {
        padding-top: 30px;
    }
    .news-post-wrapper {
        margin-top: 60px;
    }
    .news-post-wrapper.last {
        padding-bottom: 80px;
    }
    .news-post-wrapper__heading {
        font-size: 25px;
    }
    .blog-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog-header__title {
        max-width: none;
    }
    .post-body {
        margin-top: 60px;
    }
    .blog-post-image-block__image {
        height: 300px;
    }
    .emil-sub-form-wrapper {
        align-self: stretch;
        margin-top: 10px;
    }
    .legal-body {
        padding-bottom: 50px;
    }
    .privacy-table {
        font-size: 10px;
    }
    .privacy-table__cell {
        padding: 10px;
    }
    .cookie-popup__inner {
        padding: 20px;
    }
    .cookie-popup__btn-wrps {
        flex-wrap: wrap;
        justify-content: center;
    }
    .legal-content {
        font-size: 14px;
    }
    .accordion__title {
        line-height: 1.3;
    }
    .accordion__body-intro {
        font-size: 14px;
    }
    .accordion__title-inner {
        padding-right: 10px;
    }
    .price-slider-wrapper-alt {
        max-width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }
    .employer-choice-title__inner {
        max-width: none;
    }
    .employer-choice__title {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sustainability-leader__body-inner-copy,
    .employer-choice__body-inner {
        width: 90%;
        font-size: 20px;
    }
    .diversity-inclusion__body,
    .growth-block__inner {
        font-size: 20px;
    }
    .grey-block__text {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    }
    .growth-block__icon {
        width: 50px;
        height: 50px;
    }
    .opportunities-flex {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .opportunities-cta {
        font-size: 18px;
    }
    .gas-marketing__introduction {
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .gas-marketing__text {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    }
    .management-team__text {
        width: 100%;
        text-align: center;
    }
    .mgt-team__grid {
        grid-template-columns: 1fr;
    }
    .strategic-direction {
        padding-bottom: 50px;
        font-size: 22px;
    }
    .strategic-direction__subtext {
        max-width: none;
    }
    .csr-flex__second-child {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 22px;
    }
    .csr-flex__second-child.image {
        min-height: 300px;
    }
    .csr-activities__inner {
        padding-left: 20px;
        padding-right: 10px;
        font-size: 16px;
    }
    .csr-activities__header {
        font-size: 20px;
    }
    .csr-activities__flex {
        font-size: 16px;
    }
    .csr-flex__line {
        width: 15px;
        height: 2px;
        margin-right: 8px;
    }
    .contact-details__inner {
        padding-top: 30px;
    }
    .contact-details__first-child {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        margin-bottom: 30px;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
    }
    .contact-link {
        font-size: 16px;
    }
    .contact-details__header {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .contact-details__second-child {
        padding-top: 30px;
        padding-left: 20px;
    }
    .address-details {
        margin-bottom: 20px;
    }
    .address-details__inner {
        margin-bottom: 14px;
        font-size: 20px;
    }
    .address {
        font-size: 16px;
    }
    .popup-open {
        flex-direction: column;
    }
    .popup-open__second-child {
        height: auto;
        flex: none;
    }
    .nav-dropdown {
        margin-bottom: 0;
    }
    .nav-dropdown__list.w--open,
    .nav-inner__dropdown-list {
        min-width: auto;
    }
    .nav-dropdown__text {
        display: flex;
    }
    .img-text__flex {
        font-size: 20px;
    }
    .accordion-block__heading {
        padding-left: 20px;
        padding-right: 40px;
        font-size: 20px;
    }
    .accordion-block__close-line {
        width: 30px;
        top: 15px;
        left: -15px;
    }
    .accordion-block__close-line.vertical {
        height: 30px;
    }
    .accordion-block__image {
        height: 200px;
    }
    .post-header__body.no-border.small {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .post-header__body-inner {
        width: 90%;
        font-size: 20px;
    }
    .post-header__subheading {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .post-header__subheading-inner {
        max-width: none;
    }
    .post-header__subheading-inner.large {
        font-size: 36px;
    }
    .section-cta__item {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-cta__inner {
        padding-top: 30px;
    }
    .accordion-block__other-options {
        flex-direction: column;
    }
    .accordion-block__option-block {
        width: auto;
        align-self: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .annual-report__flex {
        flex-direction: column;
    }
    .annual-report__first-child {
        width: 100%;
        max-width: none;
        justify-content: flex-start;
        padding: 30px 20px;
    }
    .annual-report__second-child {
        padding: 30px 20px;
    }
    .annual-report__download-link {
        font-size: 16px;
    }
    .section-img.full-width {
        margin-bottom: 40px;
    }
    .section-img__text {
        padding: 30px 20px;
        font-size: 22px;
    }
    .folders-block {
        width: 100%;
    }
}

#w-node-_5e8e813f-67f2-7fbd-dfa8-54e41c4ce55b-703ec897,
#w-node-_2543bce6-447f-b1d3-db75-d172ee73fd83-703ec897,
#w-node-_067832b1-4ee4-ec4f-79f2-9e1186a7cb0e-703ec897,
#w-node-_947c48da-5fe5-b259-ce4f-1ca4dc2ba8ef-703ec897,
#w-node-ec6e6b4b-4a23-8114-4aa8-8e86525bc2fe-4d5f0fbf,
#w-node-_969d22bc-ee30-43d5-e5e3-f44ab772c21a-4d5f0fbf,
#w-node-_7b738d12-0e48-809c-9839-d9897ca88745-4d5f0fbf,
#w-node-e284dc68-937f-e9ae-daeb-8c7d948328f2-4d5f0fbf,
#w-node-ae57dc84-0907-ebe0-e050-819172c11897-4d5f0fbf,
#w-node-_4e914837-7d85-46ae-a48e-5e0ddd4d9930-4d5f0fbf,
#w-node-_98f93b7c-7bfa-9ab2-7a25-81410159b61d-4d5f0fbf,
#w-node-_7f74f6dd-d349-03c8-7afe-7adf803c7b23-4d5f0fbf,
#w-node-fc5fe0c0-2463-153e-627f-98a191476580-4d5f0fbf,
#w-node-c0a0421c-5425-3cbf-dde7-24c50dad817c-4d5f0fbf,
#w-node-b98ef43c-a34e-90a6-74be-1f059aa9c8c8-4d5f0fbf,
#w-node-_4099c9be-9953-5fc5-e962-1be376acddfc-4d5f0fbf,
#w-node-_4099c9be-9953-5fc5-e962-1be376acde33-4d5f0fbf,
#w-node-c51cedea-2f96-d2d3-2d63-3eddb9a08c7e-29b106e2,
#w-node-_2c1cff6d-ef72-9c79-cded-816b7d8f990a-29b106e2,
#w-node-_34af3442-3a80-559b-28a9-ff17f4f4ab3d-29b106e2,
#w-node-_497a48c4-0a81-d968-b174-870f5504b256-29b106e2,
#w-node-e4cdaa93-e92a-a184-b6f4-eea81edd84ae-29b106e2,
#w-node-_0db7ada3-4596-5f2f-5f22-824e8f86a28d-288cc30c,
#w-node-_0db7ada3-4596-5f2f-5f22-824e8f86a297-288cc30c,
#w-node-_0db7ada3-4596-5f2f-5f22-824e8f86a2a1-288cc30c,
#w-node-_14613821-40cb-9043-f9f2-7156b9ed025b-1297fb41,
#w-node-_14613821-40cb-9043-f9f2-7156b9ed0266-1297fb41,
#w-node-_14613821-40cb-9043-f9f2-7156b9ed0271-1297fb41,
#w-node-_14613821-40cb-9043-f9f2-7156b9ed027c-1297fb41,
#w-node-_14613821-40cb-9043-f9f2-7156b9ed0287-1297fb41,
#w-node-_14613821-40cb-9043-f9f2-7156b9ed0292-1297fb41,
#w-node-_14613821-40cb-9043-f9f2-7156b9ed029d-1297fb41,
#w-node-_14dcaf0b-5b81-5aa5-723f-3200b6861c21-c25be4db,
#w-node-e38a072f-76c6-aed1-e18b-169773a9bb79-c25be4db,
#w-node-_4185e0b6-b7d9-6887-ff71-346a30213112-c25be4db,
#w-node-b28d242a-3b1d-c6be-085d-fc1d945365a5-c25be4db,
#w-node-ed20bc2f-58ee-6b5d-94f6-872fbc0effbe-c25be4db,
#w-node-_7d0ec8ec-045f-d01c-7379-7015139ab3b2-c677d6fe,
#w-node-_9afb93c8-e833-29be-9b88-ab33d2cb246d-c677d6fe,
#w-node-_73069c3f-b7ea-dec8-e619-49e11d803a7e-c677d6fe,
#w-node-_3151511c-1974-4719-8ad0-4e83927902e9-c677d6fe,
#w-node-_8d535b37-47ea-de9e-ce35-f4597e008249-c677d6fe,
#w-node-e33ca975-5f17-6fff-7ed0-9b616ad85f05-c677d6fe,
#w-node-_74f5e0dc-3536-271b-f6ad-f5df173be1ab-c677d6fe,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb67c-c677d6fe,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb67d-c677d6fe,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb680-c677d6fe,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb682-c677d6fe,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb683-c677d6fe,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d96e-c677d6fe,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d96f-c677d6fe,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d972-c677d6fe,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d974-c677d6fe,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d975-c677d6fe,
#w-node-_7d0ec8ec-045f-d01c-7379-7015139ab3b2-62ffb03e,
#w-node-_9afb93c8-e833-29be-9b88-ab33d2cb246d-62ffb03e,
#w-node-_73069c3f-b7ea-dec8-e619-49e11d803a7e-62ffb03e,
#w-node-_3151511c-1974-4719-8ad0-4e83927902e9-62ffb03e,
#w-node-_8d535b37-47ea-de9e-ce35-f4597e008249-62ffb03e,
#w-node-e33ca975-5f17-6fff-7ed0-9b616ad85f05-62ffb03e,
#w-node-_74f5e0dc-3536-271b-f6ad-f5df173be1ab-62ffb03e,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb67c-62ffb03e,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb67d-62ffb03e,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb680-62ffb03e,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb682-62ffb03e,
#w-node-ebb9488c-40ca-f121-9c4c-6ea46faeb683-62ffb03e,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d96e-62ffb03e,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d96f-62ffb03e,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d972-62ffb03e,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d974-62ffb03e,
#w-node-cd3fb7a7-5737-5c3a-716e-ac6f3583d975-62ffb03e {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
    font-family: 'Neuemontreal';
    src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neuemontreal';
    src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neuemontreal';
    src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neuemontreal';
    src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}