#app {
    overflow-x: hidden;
    overflow-y: scroll
}

.br-15,
.overlayopen,
li:not(.uk-open) .pillar-row span {
    overflow: hidden
}

.kibbMenu,
.overlay {
    position: fixed;
    top: 0
}

.hero-badge,
.iarWebbtnwrap {
    transform: translate(-50%, -50%)
}

.hero-badge,
.section-label {
    letter-spacing: .04em;
    text-transform: uppercase
}

.btn-green,
.pillar-row,
.stab {
    cursor: pointer
}

.downloads-card h3,
.hero-badge,
.kibbMenu .navitem li a,
.kibb_bg1,
.section-big-title,
.section-label,
.sectiontitle,
.slide-title,
.sr-big-title,
h2.who-title {
    text-transform: uppercase
}

:root {
    --green: #448F72;
    --red: #A7202C;
    --navy: #232D69;
    --peach: #F4E7E0;
    --lblue: #C0DBE8;
    --gray: #888;
    --dgray: #444;
    --22p: 22px;
    --30p: 30px;
    --br15: 15px;
    --br20: 20px;
    --brand-black: #1a1a1a;
    --brand-white: #f5f5f7;
    --brand-milk: #F7F1EC;
    --fontsemibold: 600
}

* {
    font-family: Inter, sans-serif;
    font-size: 14px;
    scroll-behavior: smooth
}

.kibb-default-section {
    padding: 120px 0
}

a:hover {
    text-decoration: none
}

.br-15 {
    border-radius: var(--br15)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, sans-serif !important
}

.colorwhite,
.kibbMenu.menuopen .menuicon,
.kibbMenu.menuopen p,
.kibbMenu.menuopen span {
    color: var(--brand-white)
}

.sectiontitle {
    color: var(--brand-black);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px
}

img.kibblogo {
    width: 180px
}

.vcmred {
    color: #a7202c
}

.vcmdarkblue {
    color: #132669
}

.vcmdarkgreen {
    color: #449072
}

.vcmblue {
    color: #429fbe
}

.vcmgreen {
    color: #c2d643
}

.vcmorange {
    color: #fc8500
}

.font22 {
    font-size: 22px
}

.font36 {
    font-size: 36px
}

.fontsemibold {
    font-weight: var(--fontsemibold)
}

.fontextraold {
    font-weight: var(--fontextrabold)
}

.overlay {
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    pointer-events: none;
    transition: .5s
}

.kibbMenu.menuopen .iarWebbtnwrap a:hover,
.kibb_bg1 {
    background-color: var(--green);
    color: #fff
}

.overlayopen .overlay {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: auto
}

.homebanner {
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    background-position: center
}

.menubigwrap,
li.uk-open .pillar-row span {
    overflow: hidden;
    height: 0
}

.kibb_bg1 {
    padding: 10px 13px;
    width: fit-content;
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

.nav-btn,
.nav-pill .nav-link {
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap
}

.kibbmenubar.uk-active .kibbMenu .menubigwrap {
    height: auto
}

.kibbMenu {
    display: flex;
    flex-direction: row-reverse;
    right: 0;
    background-color: var(--brand-white);
    margin: 20px;
    padding: 8px;
    border-radius: 5px;
    transition: .3s ease-in;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    width: 440px
}

.kibbMenu .uk-navbar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.kibbMenu .uk-navbar-toggle {
    height: 40px;
    min-height: 40px !important;
    background: var(--green);
    padding: 10px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.kibbMenu.menuopen {
    background-color: var(--brand-white) !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.kibbMenu .navitem li:last-child {
    margin: 0;
    padding: 0
}

.kibbMenu .menubigwrap hr {
    border-top: 1px solid #000;
    display: none
}

.kibbMenu.menuopen .iarWebbtn img,
.kibbMenu.menuopen .menubigwrap hr {
    display: block
}

.iarWebbtnwrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%
}

.kibbMenu.menuopen .iarWebbtnwrap {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: block
}

.kibbMenu .iarWebbtn {
    background-color: rgb(231 236 232 / 0%);
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    transition: .3s ease-in;
    text-decoration: none;
    padding: 0 20px;
    color: #000;
    font-weight: 700
}

.kibbMenu .iarWebbtn:hover,
.pillar-row:hover .pillar-name,
.pillars-accordion .uk-open>.uk-accordion-title .pillar-name {
    color: var(--green)
}

.kibbMenu .iarWebbtn path,
.slide-nav-btn:hover path {
    fill: var(--green)
}

.kibbMenu .iarWebbtn p,
.kibbMenu.menuopen .iarWebbtn p {
    color: inherit;
    font-weight: 700
}

.kibbMenu.menuopen .iarWebbtnwrap a:hover path {
    fill: #ffffff
}

.kibbMenu .iarWebbtn svg,
span.stab-arrow.uk-icon {
    transform: rotate(-45deg);
    transition: .3s
}

.kibbMenu .menuword::before {
    content: "Menu"
}

.kibbMenu.menuopen .menuword::before {
    content: "Close"
}

.kibbMenu .menuicon svg {
    max-width: unset !important
}

.icon-close,
.kibbMenu.menuopen .icon-plus {
    display: none !important
}

.icon-plus {
    width: 11px
}

.kibbMenu.menuopen .icon-close {
    display: inline-block !important
}

.kibbMenu.menuopen .iarWebbtn {
    background-color: rgb(231 236 232);
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.active span.stab-arrow.uk-icon,
.kibbMenu .iarWebbtn:hover svg,
.stab:hover .stab-arrow.uk-icon {
    transform: rotate(0)
}

.kibbMenu .navitem li a::before {
    content: url(../../src/assets/images/menuopentexticon.svg);
    position: absolute;
    opacity: 0;
    left: -20px;
    transition: opacity .2s ease-in
}

.kibbMenu .navitem li a:hover::before,
.kibbMenu.menuopen .navitem li a {
    opacity: 1
}

.kibbMenu .navitem li a:hover {
    font-weight: 700;
    transition: .3s !important
}

.kibbMenu .navitem li a {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 0;
    opacity: 0
}

.kibbMenu .navitem {
    opacity: 0;
    transition: .3s ease-in .5s
}

.kibbMenu.menuopen .navitem {
    opacity: 1;
    transition: unset;
    width: 100%
}

.kibbMenu.menuopen .uk-navbar-toggle {
    min-height: 14px !important;
}

.menubigwrap {
    display: flex;
    flex-direction: column;
    width: 0;
    align-items: flex-end;
    transition: .5s ease-in;
    opacity: 0
}

.menuwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
    /* min-width: 70px !important; */
    gap: 20px;
    flex-direction: row-reverse
}

.nav-pill,
.nav-pill .nav-link {
    display: flex;
    align-items: center
}

.toggle-custom {
    background-color: #fff !important
}

.kibbMenu.menuopen .menubigwrap {
    height: 400px !important;
    max-height: fit-content;
    opacity: 1;
    width: 100%;
}

header {
    z-index: 998;
    width: 100%
}

header nav {
    padding: var(--22p)
}

.nav-pill {
    background: #fff;
    border-radius: 10px;
    padding: 8px 12px 8px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    min-height: fit-content;
    height: fit-content
}

.nav-pill .nav-link {
    font-weight: 700;
    color: #222;
    gap: 6px
}

.btn-green,
.nav-btn {
    display: flex;
    align-items: center;
    border-radius: 5px
}

.nav-btn {
    background: var(--green);
    color: #fff !important;
    padding: 8px 18px;
    font-weight: 700;
    gap: 8px
}

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 560px;
    overflow: hidden
}

.hero-badge,
.hero-bg,
.hero-overlay {
    position: absolute
}

.hero-bg {
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hero-overlay {
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, .4) 100%)
}

.btn-green,
.hero-badge,
.slide-card.green .slide-left {
    background: var(--green)
}

.hero-badge {
    bottom: 50%;
    left: 50%;
    color: #fff;
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 700;
    padding: 10px 23px;
    border-radius: 4px;
    white-space: nowrap
}

.building-img {
    width: 100%;
    height: 618px;
    object-fit: cover;
    border-radius: 16px
}

.gov-image,
.profile-img {
    height: 100%;
    object-fit: cover
}

.stat-box {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 14px 18px
}

.stat-box.uk-flex.uk-flex-bottom {
    gap: 5px
}

.stat-label {
    font-size: 16px;
    color: #333;
    margin: 0
}

.stat-value {
    font-size: 32px;
    font-weight: 800;
    color: var(--red);
    line-height: 1.1;
    margin: 0
}

.section-label,
.stat-prefix,
.stat-sub {
    font-size: 14px;
    font-weight: 700
}

span.countup {
    font-size: inherit
}

.stat-sub {
    color: var(--red);
    margin: 10px 0 0
}

.stat-prefix {
    color: var(--red);
    margin: 0 !important
}

.section-label {
    color: #222;
    margin-bottom: 14px
}

.section-divider {
    border-color: #e5e5e5;
    margin: 24px 0 18px
}

h2.who-title {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin: 0 0 50px
}

.who-desc {
    font-size: 14px;
    line-height: 1.85;
    color: var(--dgray)
}

.btn-green,
.btn-outline {
    gap: 14px;
    font-size: 15px;
    padding: 13px 20px
}

.btn-green {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border: none;
    width: fit-content
}

.btn-outline,
.stab {
    align-items: center;
    text-decoration: none
}

a.btn-green.arrow-up.uk-icon svg {
    transform: rotate(-180deg) translate(0, 0);
    transition: .3s;
    transform-origin: center center
}

a.btn-green.arrow-up.uk-icon:hover svg {
    transform: rotate(-180deg) translate(0, 5px)
}

.btn-green:hover {
    background: #386e59;
    color: #fff;
    text-decoration: none
}

.btn-outline {
    display: inline-flex;
    background: 0 0;
    color: var(--dgray);
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #bebebe
}

.slide-left {
    border-radius: 15px 0 0 15px
}

.slide-right {
    border-radius: 0 15px 15px 0
}

.profile-img {
    width: 100%;
    max-width: 403px;
    object-position: center
}

.slide-card {
    background: var(--theme);
    padding: var(--30p);
    border-radius: var(--br20);
    padding-bottom: 90px
}

.slide-card>div {
    background: #fff
}

.slide-card .white-card {
    background: #fff;
    border-radius: 15px;
    margin: 50px 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.white-card .kenanga-btn {
    position: absolute;
    right: 0;
    bottom: 0
}

.slide-tag {
    font-size: 14px;
    font-weight: 400;
    color: var(--green);
    margin-bottom: 6px;
    position: absolute;
    right: 0
}

.slide-card.green .slide-tag {
    color: #c8e8d9
}

.slide-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin: 0 0 10px
}

.slide-salutation {
    font-size: 16px;
    font-weight: 700;
    color: var(--dgray);
    margin: 0 0 16px
}

.slide-quote {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme);
    line-height: 1.7
}

.slide-card.green .slide-quote {
    color: #fff
}

.slide-person {
    margin-top: 30px
}

.slide-person-name {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0
}

.slide-person-title {
    margin: 10px 0 0;
    font-size: 14px;
    color: var(--dgray)
}

.slide-nav-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: unset;
    left: 50%;
    bottom: 0;
    transform: translate(0, -70px)
}

.slide-nav-btn {
    background: #f4e7e0;
    color: #111;
    opacity: 1;
    visibility: visible !important
}

.slide-nav-btn:hover {
    background: #fff;
    color: #111
}

.slide-nav-btn:not(.uk-invisible) {
    opacity: 1;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.uk-slideshow-items li {
    min-height: 698px
}

.section-stakeholders {
    background: var(--peach)
}

.section-big-title {
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 700;
    color: #111;
    margin: 0 0 40px
}

.stakeholder-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    max-width: 400px
}

.stab {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: .2s;
    line-height: 1.2
}

.dl-item,
.pillar-row {
    transition: color .2s
}

.stakeholder-tabs a.stab {
    gap: 15px
}

.stab.active {
    background: var(--green);
    color: #fff
}

.stab.inactive {
    background: 0 0;
    color: var(--gray);
    border-color: #bebebe
}

.stab.inactive:hover {
    border-color: var(--green);
    color: var(--green);
    background: #fff
}

.stab-arrow {
    font-size: 18px;
    line-height: 1
}

.stakeholder-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.stab-col {
    background: #fff;
    border-radius: 20px;
    padding: 0 0 24px;
    overflow: hidden
}

.stab-col-header {
    background: var(--red);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 20px;
    margin: 12px 12px 0
}

.stab-col-body {
    padding: 18px 24px 0;
    font-size: 14px;
    color: var(--dgray);
    line-height: 1.7
}

.stab-col-body strong {
    color: #222;
    font-size: 14px;
    display: block
}

.stab-col-body ul {
    padding-left: 16px;
    margin: 0 0 10px
}

.stab-col-body ul li {
    margin-bottom: 4px;
    font-weight: 100
}

.pillar-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px
}

.goal-badge,
.gov-tag {
    display: inline-block;
    font-weight: 600
}

.gov-image {
    border-radius: 16px
}

.goal-badge,
.gov-tag,
.material-card {
    border-radius: 20px
}

.gov-tag {
    background: var(--navy);
    color: #fff;
    font-size: 13px;
    padding: 5px 18px;
    letter-spacing: .05em;
    margin-bottom: 14px
}

.gov-title,
.pillars-accordion>li.uk-open svg path {
    color: var(--theme)
}

.gov-title {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.2em
}

.gov-desc {
    line-height: 1.75;
    color: #333;
    margin-bottom: 32px
}

.goal-item {
    margin-bottom: 20px
}

.goal-badge {
    background: var(--theme);
    color: #fff;
    font-size: 16px;
    padding: 4px 16px;
    margin-bottom: 8px;
    letter-spacing: .04em
}

.goal-text,
.material-item {
    color: #333;
    font-size: 16px
}

.goal-text {
    line-height: 1.6;
    margin: 0
}

.material-card {
    background: var(--secondary);
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.material-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px
}

.material-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    line-height: 1.1em
}

.material-item img {
    min-width: 60px;
    height: auto;
    aspect-ratio: 1
}

.unsdg-label {
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin-bottom: 8px;
    letter-spacing: .05em
}

.pillar-name,
.pillar-num {
    font-size: 24px;
    color: var(--gray)
}

.unsdg-icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row
}

.unsdg-icons img {
    width: 80px;
    height: auto;
    aspect-ratio: 1
}

li .pillar-row span {
    transition: .3s
}

.pillars-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0
}

.pillar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0
}

.uk-open .pillar-row {
    padding: 22px 0
}

.pillar-num {
    font-weight: 300;
    min-width: 48px
}

.pillar-name {
    font-weight: 600;
    flex: 1;
    padding-left: 16px
}

.pillar-arrow {
    margin: 22px 0;
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    color: var(--gray);
    pointer-events: none
}

ul#pillars-accordion .uk-accordion-content {
    padding: 0 0 60px
}

.pillars-accordion {
    margin: 0;
    padding: 0;
    list-style: none
}

.pillars-accordion>li {
    border-top: 1px solid #e0e0e0;
    margin-top: 0 !important;
    position: relative
}

.pillars-accordion>li.uk-open svg {
    transform: rotate(135deg);
    pointer-events: none
}

.pillars-accordion>li:last-child {
    border-bottom: 1px solid #e0e0e0
}

.pillars-accordion .uk-accordion-title::before {
    display: none
}

.pillars-accordion .uk-open>.uk-accordion-title .pillar-arrow {
    transform: rotate(180deg);
    color: var(--green)
}

.sr-big-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    color: #111;
    margin: 0 0 24px;
    line-height: 1.1
}

.sr-desc {
    font-size: 15px;
    line-height: 1.8;
    color: var(--dgray);
    margin-bottom: 32px
}

.downloads-img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 16px
}

.downloads-card {
    background: var(--green);
    border-radius: 20px;
    padding: 50px 36px 30px;
    color: #fff
}

section#Downloads {
    position: relative;
    z-index: 0;
    padding-top: 0;
}

.downloads-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 28px
}

.dl-cols {
    height: 100%
}

.dl-item {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    text-decoration: none;
    line-height: 1.3em;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start
}

.dl-item:last-child {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 15px;
    opacity: .95;
    line-height: 1.2em
}

a.dl-item.uk-icon svg {
    margin-top: 2px;
    min-width: 12px;
    min-height: 12px
}

.dl-item:hover {
    color: #fff;
    opacity: 1;
    text-shadow: 0 0 .5px #000
}

.dl-arrow {
    font-size: 10px;
    opacity: .7;
    flex-shrink: 0
}

.site-footer {
    background: var(--peach);
    padding: 30px 0
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-copy {
    font-size: 13px;
    color: #555;
    margin: 0
}

.footer-socials {
    display: flex;
    gap: 10px
}

.footer-socials img {
    width: 42px;
    height: 42px
}

@media (max-width:1366px) {
    .kibb-default-section {
        padding: 80px 0
    }

    img.kibblogo {
        width: 170px
    }

    .slide-card .white-card {
        gap: 0;
        justify-content: space-between;
        margin: 40px 50px
    }

    * {
        font-size: 14px
    }

    h2.who-title {
        font-size: 2em
    }

    .sr-big-title {
        font-size: clamp(28px, 4vw, 38px)
    }

    .downloads-card {
        padding: 36px
    }

    .fliping-book {
        height: 550px
    }

    .kibb-default-section .uk-container-large {
        max-width: 1230px
    }
}

@media (max-width:1200px) {
    .white-card .kenanga-btn {
        position: relative
    }

    .slide-person {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .slide-person-title {
        margin: 10px 0
    }

    .stakeholder-tabs {
        flex-direction: row;
        max-width: unset;
        justify-content: center
    }
}

@media (max-width:960px) {
    .profile-wrap {
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: flex-end;
        width: auto;
        height: auto
    }

    .slide-nav-row {
        padding: 20px 0
    }

    .slide-card .white-card {
        margin: 0
    }

    .dl-cols,
    .governance-block,
    .stakeholder-table {
        grid-template-columns: 1fr
    }

    .gov-right {
        padding: 32px 0 0
    }

    .gov-image {
        height: 300px
    }

    .slide-left {
        flex: none;
        padding: 40px 32px;
        border-radius: 0 0 15px 15px
    }

    .slide-right {
        border-radius: 15px 15px 0 0
    }

    .profile-img {
        overflow: hidden;
        max-width: unset;
        height: 350px;
        object-fit: contain
    }

    .kibbMenu {
        width: auto;
        padding: 0;
        margin: 10px;
        display: flex;
        align-items: flex-end;
        flex-direction: column !important;
    }

    .building-img {
        max-height: 300px
    }

    .iarWebbtnwrap {
        display: none
    }

    .kibbMenu .navitem {
        width: 100%;
        max-width: min-content
    }

    .kibbMenu.menuopen .navitem {
        width: 100%;
        max-width: fit-content
    }

    ,
    .kibbMenu.menuopen .iarWebbtnwrap {
        display: block
    }

    ul#mobile-change {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:960px) {
    .uk-width-400\@m {
        width: 400px
    }
}

@media (max-width:640px) {
    .fliping-book {
        object-fit: contain;
        object-position: center center;
        width: 100%;
        height: 320px
    }

    .material-item img {
        min-width: 40px
    }

    .material-item {
        font-size: 14px
    }

    .unsdg-icons img {
        width: 50px
    }

    .kibbMenu .uk-navbar-toggle {
        width: fit-content;
        min-width: fit-content;
    }
    .gov-image{
        width:100%;
    }
    .slide-left {
        padding: 20px
    }

    .kibb-default-section {
        padding: 50px 0
    }

    .kibbMenu.menuopen {
        width: calc(100% - 80px)
    }

    .kibbMenu.menuopen .navitem {
        max-width: 100%
    }

    .gov-right {
        padding: 0
    }

    .kibb_bg.uk-position-absolute.uk-position-top-left.uk-padding-small,
    .slide-card {
        padding: 10px
    }

    .footer-inner,
    .pillar-header-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .slide-nav-row {
        flex-direction: column;
        align-items: center;
        display: none
    }

    .slide-nav-btn {
        display: flex;
        justify-content: center
    }

    .kibb_bg img {
        width: 60%
    }

    .nav-pill .nav-link {
        display: none
    }

    .hero-badge {
        font-size: 16px;
        padding: 10px 20px;
        width: 90%;
        text-align: center;
        white-space: normal
    }

    .section-big-title,
    .slide-title,
    .sr-big-title {
        font-size: 22px
    }

    .stakeholder-tabs {
        max-width: 100%;
        width: 100%
    }

    .stakeholder-tabs li {
        width: 100%;
        margin: 0 !important
    }

    .sr-big-title {
        font-weight: 700
    }

    .pillar-row {
        padding: 20px 0
    }

    .pillar-name {
        font-size: 20px
    }

    .downloads-card {
        margin-bottom: 60px !important
    }

    .kibb_bg1 {
        font-size: 30px
    }

    h2.who-title {
        margin-bottom: 20px
    }
}