@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    overflow-x: hidden;
    font-family: Roboto;
}

.container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
}

button {
    background: transparent;
    border: none;
}

button:focus {
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
}

select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

textarea:focus {
    box-shadow: none !important;
}

a {
    text-decoration: none;
    transition: .5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

/* Mobile navbar menu */
button#mob-menu-btn {
    position: relative;
    width: 50px;
    height: 50px;
    /* background: #fff; */
    /* box-shadow: 0px 10px 20px rgba(0,0,0,0.08); */
    /* border-radius: 6px; */
    display: none;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

button#mob-menu-btn span {
    position: absolute;
    width: 38px;
    height: 4px;
    background: #ffffff;
    border-radius: 5px;
    transition: 0.5s;
    left: 8px;
}

button#mob-menu-btn span:nth-child(1) {
    transform: translateY(-13px);
    /* width: 30px;
    left: 8px; */
}

button#mob-menu-btn.active span:nth-child(1) {
    width: 40px;
    transform: translateY(0) rotate(45deg);
    /* transition-delay: 0.125s; */
    background: #000;
}

button#mob-menu-btn span:nth-child(2) {
    transform: translateY(13px);
    /* width: 20px;
    left: 8px; */
}

button#mob-menu-btn.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0) rotate(315deg);
    /* transition-delay: 0.25s; */
    background: #000;
}

button#mob-menu-btn.active span:nth-child(3) {
    transform: translateX(60px);
}

/* End of Mobile navbar menu */

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #fff;
    color: #46644D;
    border: 1px solid #46644D;
    z-index: 99;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    transition: .7s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:focus {
    outline: 0;
    box-shadow: none !important;
}

.back-to-top:active {
    color: #fff;
    background-color: #46644D;
}

.back-to-top:hover {
    color: #fff;
    background-color: #46644D;
}

/* End of Back to top */

/* Scrollbar */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #FFF;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #46644D;
}

/* End of Scrollbar */

/* Pre loader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background: #fff;
    /* background: radial-gradient(#fbfbfb, #e3fcff); */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Header */
.header-wrap {
    /* background: #ffffff 0% 0% no-repeat padding-box; */
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999999;
    transition: .5s;
    top: 52px;
}

.header-wrap.scrolled {
    top: 0;
    background: #fff;
    padding: 8px 0;
}

header ul.navbar-nav {
    float: right;
}

.header-wrap ul.navbar-nav {
    display: flex;
    align-items: center;
    /* gap: 42px; */
    gap: 27px;
    border-radius: 50px;
    /* background: rgba(253, 253, 253, 0.81);
    padding: 0 40px; */
}

.header-wrap ul.navbar-nav li {
    position: relative;
    padding: 18px 0;
}

.header-wrap ul.navbar-nav li a {
    color: #383C39;
    font-size: 15px;
    font-weight: 400;
    transition: .2s;
    /* padding: 18px 0; */
    padding: 5px 0;
}

.header-wrap ul.navbar-nav li a:hover {
    border-bottom: 3px solid #46644D;
    color: #46644D;
}

.header-wrap #navbarNav {
    justify-content: end;
}

.annual-rpt-btn {
    width: 195px;
    height: 55px;
    border-radius: 50px;
    background: #548877;
    padding: 0 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.annual-rpt-btn span {
    font-size: 11px;
    font-weight: 300;
}

.header-wrap .navbar {
    padding: 0;
}





/* End of Header */

/* Home page */
.page-sections {
    /* overflow: hidden; */
}

.main-banner-section {
    width: 100%;
    background: #E8E7E7;
    padding: 230px 0 0;
    overflow: hidden;
}

.main-banner-section .container {
    position: relative;
}

.main-banner-contents {}

.main-banner-contents h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
    max-width: 750px;
    margin: auto;
    margin-bottom: 45px;
}

.main-banner-contents p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    max-width: 835px;
    margin: auto;
}

.main-banner-contents h5 {
    color: #444242;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 28px;
}

.main-banner-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
}

.main-banner-btns > div {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.main-banner-btns a {
    width: fit-content;
    height: 58px;
    padding: 0 35px 0 32px;
    border-radius: 50px;
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
}

.main-banner-btns a i {
    font-size: 19px;
    color: #FFF;
}
.main-banner-btns div a:first-child {
    background: #8DA5A0;
}
.main-banner-btns div a:nth-child(2) {
    background: #D1A788;
}
.main-banner-btns > a {
    background: #B1A29A;
}
.main-banner-btns > a:before {
    background: #7f6455;
}
.main-banner-btns div:last-child a:first-child {
    background: #92B79F;
}
.main-banner-btns div:last-child a:first-child:before {
    background: #5d8a6d;
}
.main-banner-btns div:last-child a:nth-child(2) {
    background: #B59685;
}
.main-banner-btns div:last-child a:nth-child(2):before {
    background: #a0755d;
}

.main-banner-section>img {
    margin-top: -165px;
    width: 100%;
    height: auto;
}

.digital-possibility-section {
    padding: 110px 0 100px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.digital-possibility-contents {}

.digital-possibility-contents h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    margin-bottom: 33px;
}

.digital-possibility-contents p {
    color: #000;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    max-width: 832px;
    margin: auto;
}

.digital-possibility-blocks {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
}

.digital-possibilities {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.digital-possibility-picture {
    background: #FFF;
    box-shadow: 0px 29px 34px rgba(0, 0, 0, 0.05);
    width: 162px;
    height: 162px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital-possibilities:nth-child(1) .digital-possibility-picture {
    /* width: 202px;
    height: 202px; */
    width: 170px;
    height: 170px;
    margin-top: 25px;
}

.digital-possibilities:nth-child(2) .digital-possibility-picture {
    margin-top: 78px;
}

.digital-possibilities:nth-child(3) .digital-possibility-picture {
    margin-top: 105px;
}

.digital-possibilities:nth-child(4) .digital-possibility-picture {
    margin-top: 105px;
}

.digital-possibilities:nth-child(5) .digital-possibility-picture {
    margin-top: 80px;
}

.digital-possibility-picture svg {}

.digital-possibilities h5 {
    color: #383C39;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 206px;
    margin: auto;
    margin-top: 35px;
    padding: 0 15px;
}

.key-milestone-section {
    position: relative;
    z-index: 1;
    /* padding: 200px 0 105px; */
    padding: 0 0 0;
}

.key-milestone-main-pic {
    width: 70%;
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: -1; */
}

.key-milestone-main-pic img {
    width: 100%;
    height: auto;
}

.key-milestone-section .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.key-milestone-contents {
    position: relative;
    padding-top: 195px;
}

.key-milestone-contents h2 {
    color: #000;
    text-align: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
    position: relative;
    right: 12%;
}

.key-milestone-main-blocks {
    display: flex;
    justify-content: space-between;
}

.key-milestone-left {
    border-radius: 25px;
    background: rgba(248, 248, 248, 0.90);
    padding: 58px 50px 55px;
    text-align: center;
    font-family: Cinzel;
    width: 46%;
}

.key-milestone-left h3 {
    color: #304A36;
    font-size: 35px;
    font-weight: 400;
    line-height: 48px;
}

.key-milestone-left span {
    color: #9C603B;
    font-family: Cinzel;
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 5px;
    display: block;
}

.key-milestone-left p {
    color: #2C312E;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
}

.key-milestone-right {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.key-milestone-right-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.03);
    padding: 25px 25px 20px;
    /* width: 48%; */
    width: 47.6%;
}

.key-milestone-right-box label {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.km-price {
    color: #56624F;
    font-size: 48px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -2.45px;
    margin-top: 24px;
}

.km-bot-text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 60px;
}

.km-award {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

.km-award-count {
    color: #56624F;
    font-size: 60px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -3px;
}

.km-award-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 18px;
}

.key-milestone-right-box p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 11px;
}

.key-milestone-right-box h4 {
    color: #56624F;
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 18px;
}

.key-milestone-right-box:nth-child(2) p {
    color: #575151;
}

.cultivating-landscape-section {
    padding: 50px 0 50px;
}

.cultivating-landscape-section .container {
    padding-left: 0;
}

.cultivating-landscape-picture {
    position: relative;
}

.cultivating-landscape-picture>img {
    position: relative;
    width: 100%;
    height: auto;
}

.cultivating-landscape-points {
    position: absolute;
    top: 0;
    left: 0;
}

.cultivating-point {
    position: absolute;
}

.cultivating-point span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    cursor: pointer;
}

.cultivating-point span:before {
    content: '';
    position: absolute;
    width: 42.5px;
    height: 42.5px;
    background: rgba(255, 255, 255, 0.69);
    border-radius: 50%;
}

.cultivating-point span:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #44821F;
    border-radius: 50%;
    z-index: 1;
}

.cultivating-point-detail {
    border-radius: 10px;
    background: rgba(233, 233, 233, 0.79);
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(2px);
    padding: 25px 30px 25px;
    width: 385px;
    position: absolute;
    display: none;
    z-index: 2;
}

.cultivating-point-detail h4 {
    color: #414141;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 5px;
}

.cultivating-point-detail p {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.cult-land-p-1 {
    top: 230px;
    left: 205px;
}

.cult-land-p-2 {
    top: 175px;
    left: 362px;
}

.cult-land-p-3 {
    top: 218px;
    left: 580px;
}

.cult-land-p-4 {
    top: 490px;
    left: 145px;
}

.cult-land-p-5 {
    top: 470px;
    left: 455px;
}

.cult-land-p-6 {
    top: 548px;
    left: 565px;
}

.cultivating-landscape-contents {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cultivating-landscape-contents h2 {
    color: #304A36;
    font-family: Cinzel;
    font-size: 45px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 18px;
}

.cultivating-landscape-contents p {
    color: #383C39;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 22px;
}

.leading-transformation-section {
    width: 100%;
    height: auto;
    /* background-position: center !important; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 120px 0 65px;
}

.leading-transformation-section h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 57px;
    font-weight: 400;
    line-height: 75px;
}

.leading-transformation-blocks {}

.leading-transformation-single {
    display: flex;
    border-radius: 10px;
    background: #ffffff95;
    /* background: #6f555595; */
    padding: 54px 262px 42px 55px;
    position: relative;
    max-width: 77%;
    left: 42%;
    transform: translate(-50%, 0);
    z-index: 1;
    margin-top: 150px;
}

.leading-transformation-single:before {
    content: '';
    position: absolute;
    width: 143px;
    height: 99px;
    background: url('../img/leading-t-quote-mark.png');
    top: -45px;
    left: -15px;
    z-index: -1;
}

.leading-transformation-contents {
    position: relative;
}

.leading-transformation-contents p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    position: relative;
    z-index: 1;
}

.leading-transformation-contents p:before {
    content: '';
    position: absolute;
    width: 81px;
    height: 57px;
    background: url('../img/leading-t-quote-mark-sml.png');
    bottom: -25px;
    right: 0;
    z-index: -1;
}

.leading-transform-name {
    color: #000;
    font-family: Cinzel;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 30px;
}

.leading-transform-name span {
    display: block;
}

.leading-transformation-contents a {
    width: fit-content;
    padding: 0 27px;
    height: 49px;
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    border-radius: 10px;
    background: #ffffff95;
    color: #353A37;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 119.4%;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #353A37;
}

.leading-transformation-picture {
    position: absolute;
    top: -33%;
    right: -18%;
}

.leading-transformation-picture img {}

.leading-transformation-single:nth-child(Even) {
    flex-direction: column-reverse;
    padding: 60px 52px 50px 275px;
    left: 58%;
    margin-top: 190px;
}

.leading-transformation-single:nth-child(Even) .leading-transformation-picture {
    right: unset;
    left: -16%;
    top: -40%;
}

.leading-transformation-single:nth-child(Even):before {
    left: 22%;
}

.leading-transformation-single:nth-child(Even) .leading-transformation-contents p:before {
    bottom: -55px;
}

.reflections-wrap {
    margin-top: 100px;
}

.reflections-contents {}

.reflections-contents h2 {
    color: #000;
    text-align: center;
    font-family: Cinzel;
    font-size: 44px;
    font-weight: 400;
    line-height: 60px;
}

.reflections-points {
    padding-left: 45px;
}

.reflection-single-point {
    margin-top: 35px;
}

.reflection-single-point:first-child {
    margin-top: 0;
}

.reflection-single-point h4 {
    border-radius: 34px;
    background: #B1A29A;
    width: fit-content;
    padding: 9px 30px;
    color: #FFF;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.reflection-single-point h4:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #B1A29A;
    left: -40px;
}

.reflection-single-point h4:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #B1A29A;
    left: -32px;
}

.reflection-single-details {
    border-radius: 19px;
    background: #ffffffc9;
    padding: 46px 25px 25px;
    color: #383C39;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin-top: -28px;
    margin-left: 30px;
}

.reflection-single-details ul {
    padding-left: 25px;
}

.reflection-single-details ul li {
    margin-top: 20px;
}

.reflection-single-details ul li:first-child {
    margin-top: 0;
}

.reflection-single-point:nth-child(2) h4,
.reflection-single-point:nth-child(2) h4:after {
    background: #D1A788;
}

.reflection-single-point:nth-child(2) h4:before {
    border-color: #D1A788;
}

.reflection-single-point:nth-child(3) h4,
.reflection-single-point:nth-child(3) h4:after {
    background: #92B79F;
}

.reflection-single-point:nth-child(3) h4:before {
    border-color: #92B79F;
}

.reflection-single-point:nth-child(4) h4,
.reflection-single-point:nth-child(4) h4:after {
    background: #8DA5A0;
}

.reflection-single-point:nth-child(4) h4:before {
    border-color: #8DA5A0;
}

.strategy-section {
    position: relative;
    /* padding-bottom: 80px; */
}

.strategy-section>h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 57px;
    font-weight: 400;
    line-height: 75px;
    max-width: 685px;
    margin: auto;
}

.strategy-section>img {
    width: 100%;
    height: auto;
}

.strategy-contents-wrap {
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
}

.strategy-contents {
    position: relative;
    /* max-width: 555px; */
    max-width: 595px;
    margin-top: 65px;
}

.strategy-single-content {
    border-radius: 19px;
    background: rgba(242, 243, 243, 0.90);
    backdrop-filter: blur(3.049999952316284px);
    padding: 48px 48px 52px;
    margin-top: 60px;
}

.strategy-single-content:first-child {
    margin-top: 0;
}

.strategy-single-content p {
    color: #141414;
    font-size: 23px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 20px;
}

.strategy-single-content p:first-child {
    margin-top: 0;
}

.strategy-single-content a {
    border-radius: 50px;
    border: 1px solid #353A37;
    padding: 14px 11px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    color: #353A37;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-top: 32px;
}

.business-line-section {
    background: #F8F3EA;
    padding: 150px 0 110px;
    margin-top: -85px;
}

.business-line-contents {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.business-line-contents>img {
    position: absolute;
    top: -20%;
    /* left: 50%;
    transform: translate(-50%, 0); */
    z-index: -1;
}

.business-line-contents>h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 57px;
    font-weight: 400;
    line-height: 75px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 45px;
}

.business-line-contents>p {
    color: #353A37;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    max-width: 1012px;
    margin: auto;
}

.business-line-contents>a {
    border-radius: 50px;
    border: 1px solid #353A37;
    padding: 14px 27px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    color: #353A37;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-top: 35px;
    width: fit-content;
}

.business-key-highlights {
    margin-top: 68px;
}

.business-key-highlights h3 {
    color: #000;
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 50px;
}

.key-highlights-wrap {
    display: flex;
    justify-content: space-between;
}

.single-key-highlight {
    border-radius: 10px;
    background: rgba(253, 251, 248, 0.95);
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(2px);
    /* padding: 32px 28px 35px; */
    padding: 32px 20px 35px;
    width: 24%;
}

.key-highlight-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    min-height: 103px;
    background: #fcfaf7;
}

.key-highlight-logos img {
    mix-blend-mode: multiply;
}

.single-key-highlight p {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.capital-management-section {
    padding: 135px 0 100px;
}

.capital-management-contents {}

.capital-management-contents>h2 {
    color: #304A36;
    font-family: Cinzel;
    font-size: 57px;
    font-weight: 400;
    line-height: 66px;
    max-width: 700px;
    margin-bottom: 28px;
}

.capital-management-contents>p {
    color: #353A37;
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
    max-width: 436px;
}

.capital-management-contents>a {
    border-radius: 50px;
    border: 1px solid #353A37;
    width: 388px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    color: #353A37;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    padding: 13px 20px;
    margin-top: 65px;
}

.capital-management-paths {
    position: relative;
    text-align: center;
    margin-top: -23%;
}

.capital-management-paths>img {
    transform: translate(27%, 0);
}

.capital-management-marks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.capital-management-single-point {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
}

.capital-management-single-point h4 {
    border-radius: 40px;
    width: fit-content;
    height: 40px;
    padding: 0 25px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    position: relative;
    margin-right: -30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.capital-management-single-point h4:after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #C79671;
    right: -40px;
}

.capital-management-single-detail {
    width: 447px;
    height: auto;
    padding: 27px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    border-radius: 10px;
    background: rgba(233, 233, 233, 0.79);
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(2px);
    margin-top: -12px;
    text-align: left;
}

.capital-management-single-detail span {
    display: block;
    min-width: 125px;
    width: 125px;
    color: #414141;
    font-size: 27px;
    font-weight: 600;
    line-height: 31px;
}

.capital-management-single-detail p {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.cm-1 h4,
.cm-1 h4:after {
    background: #C79671;
}

.cm-2 h4,
.cm-2 h4:after {
    background: #B59685;
}

.cm-3 h4,
.cm-3 h4:after {
    background: #C9AD78;
}

.cm-4 h4,
.cm-4 h4:after {
    background: #D1A788;
}

.cm-5 h4,
.cm-5 h4:after {
    background: #6F9B7E;
}

.cm-6 h4,
.cm-6 h4:after {
    background: #AFB98F;
}

.cm-7 h4,
.cm-7 h4:after {
    background: #96a85b;
}

.cm-1 {
    top: 298px;
    left: 13%;
}

.cm-2 {
    top: 515px;
    left: 15%;
}

.cm-3 {
    top: 775px;
    left: 7%;
}

.cm-4 {
    top: 1028px;
    left: 7%;
    flex-direction: column-reverse;
}

.cm-4 .capital-management-single-detail {
    margin-top: 0;
    margin-bottom: -15px;
}

.cm-4 .capital-management-single-detail span {
    min-width: 150px;
    width: 150px;
}

.cm-5 {
    top: 420px;
    right: -4%;
    align-items: start;
}

.cm-5 .capital-management-single-detail,
.cm-6 .capital-management-single-detail {
    width: 350px;
}

.cm-5 h4:after,
.cm-6 h4:after,
.cm-7 h4:after {
    right: unset;
    left: -40px;
}

.cm-5 h4,
.cm-6 h4,
.cm-7 h4 {
    margin-right: 0;
    margin-left: -30px;
}

.cm-6 {
    top: 792px;
    right: -6%;
    align-items: start;
}

.cm-7 {
    top: 215px;
    right: -2%;
    align-items: start;
}
.cm-7 .capital-management-single-detail {
    width: 300px;
}
.cm-7 .capital-management-single-detail span {
    width: 75px;
    min-width: 75px;
    font-size: 32px;
}

.risk-management-section {
    background: #F8F7F7;
    padding: 120px 0 0;
    overflow: hidden;
}

.risk-management-contents {
    margin-right: -50px;
    position: relative;
    z-index: 1;
}

.risk-management-contents h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 52px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 95px;
}

.risk-management-contents h4 {
    border-radius: 34px;
    background: #D1A788;
    padding: 9px 27px;
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
}

.risk-management-content-block {
    margin-left: 30px;
    border-radius: 19px;
    background: #ffffffd4;
    margin-top: -30px;
    padding: 64px 28px 48px;
    max-width: 465px;
}

.risk-management-content-block ul {
    padding-left: 25px;
}

.risk-management-content-block ul li {
    color: #353A37;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
}

.risk-management-content-block ul li:first-child {
    margin-top: 0;
}

.risk-management-content-block a {
    width: fit-content;
    height: auto;
    padding: 14px 27px;
    border-radius: 50px;
    border: 1px solid #353A37;
    color: #353A37;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 32px;
    margin-left: 22px;
}

.risk-management-pic {
    text-align: right;
}

.risk-management-pic img {
    float: right;
    transform: translate(130px, -65px);
}

.financial-performance-section {
    padding: 130px 0 20px;
}

.financial-performance-wrap {}

.financial-performance-contents {
    max-width: 555px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.financial-performance-contents h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 52px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 28px;
}

.financial-performance-contents p {
    color: #353A37;
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
}

.financial-performance-contents a {
    width: fit-content;
    height: auto;
    padding: 14px 27px;
    border-radius: 50px;
    border: 1px solid #353A37;
    color: #353A37;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}

.financial-performance-wrap>img {
    margin-top: -320px;
    width: 100%;
    height: auto;
}

.outlook-section {
    padding: 95px 0 85px;
}

.outlook-contents-block {}

.outlook-contents-block>h2 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 52px;
    font-weight: 400;
    line-height: 66px;
    margin-bottom: 38px;
}

.outlook-contents-block>p {
    color: #353A37;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    max-width: 1038px;
    margin: auto;
}

.outlook-boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.outlook-box {
    width: 24%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 16px 42px 1px rgba(0, 0, 0, 0.06);
    padding: 48px 22px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.outlook-box svg {}

.outlook-box-contents {
    margin-top: 16px;
    text-align: center;
}

.outlook-box-contents h4 {
    color: #353A37;
    font-family: Cinzel;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 10px;
}

.outlook-box-contents p {
    color: #353A37;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

footer {
    padding: 154px 0 100px;
    position: relative;
    margin-top: -50px;
    z-index: 1;
}

footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1441px;
    background: url('../img/footer-bg-long.png');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-contents {}

.footer-contents h2 {
    color: #444242;
    text-align: center;
    font-family: Cinzel;
    font-size: 38px;
    font-weight: 400;
    line-height: 119.4%;
    letter-spacing: 2.66px;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 892px;
    margin: auto;
    margin-top: 110px;
}

.footer-wrap>a {
    margin-bottom: 35px;
    display: block;
}

.footer-wrap p {
    color: #3D3B3B;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.footer-copyrights {
    margin-top: 25px;
}

.footer-copyrights p a {
    color: #3D3B3B;
}
.key-milestone-right h2{
    display: none;
}
.financial-performance-contents img{
    display: none;
}
.main-banner-btns div a:nth-child(2):before {
    background: #d56c00;
}
.digital-possibility-picture {
    position: relative;
}
.digital-possibility-picture img {
    position: absolute;
    left: 50%;
    transform: translate(3px, 0);
}


/* End of Home page */

/* Animations */
.blinking-path {
    animation: blink 1s infinite alternate;
}

.blinking-path-2 {
    animation: blink 1.5s infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes grow-1 {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

.growing-path-1 {
    transform-origin: right;
    animation: grow-1 3s ease-in-out infinite;
}

@keyframes grow-2 {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

.growing-path-2 {
    transform-origin: bottom;
    animation: grow-2 3s ease-in-out infinite;
}

@keyframes grow-3 {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

.growing-path-3 {
    transform-origin: left;
    animation: grow-3 3s ease-in-out infinite;
}

@keyframes grow-4 {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

.growing-path-4 {
    transform-origin: top;
    animation: grow-4 3s ease-in-out infinite;
}

@keyframes grow-arrow {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.growing-path-arrow {
    transform-origin: bottom;
    animation: grow-arrow 3s ease-in-out infinite;
}

@keyframes grow-frame {
    0% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

.growing-path-frame {
    transform-origin: center;
    /* animation: grow-frame 3.5s ease-in-out infinite; */
}

@keyframes grow-line-1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.growing-path-line-1 {
    transform-origin: left;
    animation: grow-line-1 1s ease-in-out infinite;
}

@keyframes grow-line-2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.growing-path-line-2 {
    transform-origin: left;
    animation: grow-line-2 1.5s ease-in-out infinite;
}

@keyframes grow-line-3 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.growing-path-line-3 {
    transform-origin: left;
    animation: grow-line-3 2s ease-in-out infinite;
}

@keyframes grow-line-4 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.growing-path-line-4 {
    transform-origin: left;
    animation: grow-line-4 2.5s ease-in-out infinite;
}

@keyframes grow-bar-1 {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}

.growing-path-bar-1 {
    animation: grow-bar-1 4s ease-out infinite;
}

@keyframes grow-bar-2 {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}

.growing-path-bar-2 {
    animation: grow-bar-2 4s ease-out infinite;
}

@keyframes grow-bar-3 {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}

.growing-path-bar-3 {
    animation: grow-bar-3 4s ease-out infinite;
}

@keyframes grow-bar-4 {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}

.growing-path-bar-4 {
    animation: grow-bar-4 4s ease-out infinite;
}

@keyframes grow-bar-5 {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}

.growing-path-bar-5 {
    animation: grow-bar-5 4s ease-out infinite;
}

@keyframes grow-bar-6 {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}

.growing-path-bar-6 {
    animation: grow-bar-6 4s ease-out infinite;
}

@keyframes grow-scale {
    0% {
        transform: scale(0.2);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.2);
    }
}

.growing-path-scale {
    transform-origin: left;
    animation: grow-scale 3s ease-out infinite;
}

@keyframes grow-arrow-down {
    0% {
        clip-path: inset(0 0 100% 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(0 0 100% 0);
    }
}

.growing-path-arrow-down {
    animation: grow-arrow-down 4s ease-out infinite;
}

@keyframes grow-hand-move {
    0% {
        transform: rotate(0) translate(0, 0);
    }

    50% {
        transform: rotate(-5deg) translate(-4px, 0);
    }

    100% {
        transform: rotate(0) translate(0, 0);
    }
}

.growing-path-hand-move {
    animation: grow-hand-move 4s ease-out infinite;
}

@keyframes grow-mobile-color {
    0% {
        fill: #fff;
    }

    50% {
        fill: #46644D;
    }

    100% {
        fill: #fff;
    }
}

.growing-path-mobile-color {
    animation: grow-mobile-color 4s ease-out infinite;
}

@keyframes grow-scale-circle {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.growing-path-scale-circle {
    transform-origin: calc();
    animation: grow-scale-circle 3s ease-out infinite;
}

@keyframes grow-right-icon {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.growing-path-right-icon {
    animation: grow-right-icon 3s ease-out infinite;
}

.growing-path-right-icon-round {
    animation: grow-right-icon 4s ease-out infinite;
}


/* End of Animations */

/* Chart Generator page */
#wrapper {
    /* padding-top: 200px;
    background: #F8F7F7; */
    /* overflow: hidden; */
}

.chart-gen-wrap {
    padding-top: 200px;
    background: #F8F7F7;
}

.chart-gen-contents-block {
    text-align: center;
}

.chart-gen-contents-block>h2 {
    color: #304A36;
    font-family: Cinzel;
    font-size: 46px;
    font-weight: 400;
    line-height: 62px;
}

.chart-gen-contents-block>p {
    color: #454141;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.chart-gen-chart-list {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    position: relative;
}

.chart-gen-chart-list-left {
    width: 68%;
    text-align: left;
}

.chart-gen-single-list {
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.02);
    padding: 32px 30px;
    margin-top: 48px;
    position: relative;
}
.chart-gen-single-list:first-child {
    margin-top: 0;
}

.chart-gen-single-list h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 27px;
}

.chart-gen-single-list label {
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}

.chart-gen-single-list table {
    margin-top: 35px;
    margin-bottom: 0;
}

.chart-gen-single-list table thead {
    background: #F4F4F4;
    height: 56px;
}

.chart-gen-single-list table tr {}

.chart-gen-single-list table tr th {
    border: none !important;
    padding: 0 18px;
    vertical-align: middle;
    color: #4E4C4C;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

.chart-gen-single-list table tr th:first-child {
    text-align: left;
}

.chart-gen-single-list table tr td {
    border: none !important;
    color: #454141;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}

.chart-gen-single-list table tbody tr {
    border-bottom: 1px solid #E6E6E6 !important;
}

.chart-gen-single-list table tbody tr:last-child {
    border-bottom: none !important;
}

.chart-gen-chart-list-right {
    width: 30%;
    text-align: left;
}

.chart-gen-chart-list-box {
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.02);
    padding: 30px 26px;
    position: sticky;
    top: 80px;
}

.chart-gen-chart-list-box h3 {
    color: #304A36;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 19px;
}

.chart-gen-chart-list-box>p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.chart-gen-chart-list-box .accordion {
    /* margin-top: 20px; */
    margin: 20px -26px 0;
}

.chart-gen-chart-list-box .accordion-item {
    border: none;
    border-radius: 0 !important;
}

.chart-gen-chart-list-box .accordion-item h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 0 17px 24px;
    position: relative;
}

.chart-gen-chart-list-box .accordion-item h2 input {
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin: 0;
    /* background-color: #889B78;
    border-color: #889B78; */
    z-index: 5;
}

.chart-gen-chart-list-box .accordion-item h2 button {
    color: #101812;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    background: transparent;
    padding: 0 15px 0 58px;
    box-shadow: unset;
    position: absolute;
    left: 0;
    border-bottom: 1px solid #E9E9E9;
    height: 100%;
    width: 100%;
}

.chart-gen-chart-list-box .accordion-item h2 button[aria-expanded="true"] {
    border-bottom: none !important;
    color: #2F4B35;
    background: #F9F9F9;
}

.chart-gen-chart-list-box .accordion-collapse.show {
    background: #F9F9F9;
}

.chart-gen-chart-list-box .accordion-body {
    padding: 5px 26px 28px;
}

.chart-gen-chart-list-box .accordion-body .form-check {
    display: flex;
    /* align-items: center; */
    gap: 12px;
}

.chart-gen-chart-list-box .accordion-body .form-check input {
    width: 16px;
    height: 16px;
    border-radius: 0;
    /* background-color: #889B78;
    border-color: #889B78; */
}

.chart-gen-chart-list-box .accordion-body .form-check label {
    color: #666363;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.chart-gen-chart-list-box .accordion-button::after {
    content: "";
    width: 15px;
    height: 9px;
    background: url('../img/acco-arrow.png');
    background-size: none !important;
    right: 0;
    transition: .5s;
}
.chart-gen-chart-list-box .accordion-button[aria-expanded="false"]::after,
.chart-gen-chart-list-box .accordion-button.collapsed::after{
    transform: rotate(0) !important;
}
.chart-gen-chart-list-box .accordion-button[aria-expanded="true"]::after,
.chart-gen-chart-list-box .accordion-button::after {
    transform: rotate(-180deg) !important;
}

.chart-gen-single-list label img {
    display: none;
}

.down-pdf-button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 50px;
    background: #CA4242;
    color: #FFF;
    font-size: 15px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 25px;
}

.down-pdf-button:hover {
    color: #fff;
}

#legend-container ul li {
    color: #444343;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    width: 30%;
}

#legend-container ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

#legend-container ul li span {
    position: relative;
    width: 26px !important;
    height: 3px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* #legend-container ul li span:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #095f57;
    border-radius: 50%;
} */
.btn-hover-style {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-hover-style i {
    transition: .5s;
}

.btn-hover-style i:first-child {
    font-size: 0;
}

.btn-hover-style:hover i:first-child {
    font-size: 19px;
}

.btn-hover-style:hover i:last-child {
    font-size: 0;
}

.btn-hover-style:hover {
    color: #FFF;
    border-color: #46644D;
}

.btn-hover-style:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #46644D;
    border-color: #46644D;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}

.btn-hover-style:hover:before {
    width: 100%;
}

button.modal-btn-down {
    display: none;
}
.only-mob-pdf-btn{
    display: none;
}
/* End of Chart Generator page */

/* Dashboard */
.dashboard-sections{

}
.dashboard-header{
    padding: 40px 0 30px;
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.dashboard-header-contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.dash-head-logo{

}
.head-vcw{
    color: #454141;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.head-vcw:hover{
    color: #e2322d !important;
}
.head-vcw svg path{
    transition: .5s !important;
}
.head-vcw:hover svg path{
    fill: #e2322d !important;
}
.dashboard-info-wrap {
    padding-bottom: 60px;
    width: 100%;
}
.dashboard-info-contents, .dashboard-info-wrap {
    height: 100vh;
}
.dashboard-info-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dashboard-info-contents h1 {
    color: #304A36;
    text-align: center;
    font-family: Cinzel;
    font-size: 49px;
    font-weight: 400;
    line-height: 62px;
    margin-bottom: 22px;
}
.dashboard-info-contents > p {
    color: #454141;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    max-width: 932px;
    margin: 0 auto;
}
.dash-criterias{
    /* margin-top: 32px; */
    margin-top: 48px;
}
.dash-criterias > h4 {
    color: #454141;
    text-align: center;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 23px;
}
.dash-criterias ul.nav{
    display: flex;
    justify-content: center;
    gap: 24px;
}
.dash-criterias ul.nav li{

}
.dash-criterias ul.nav li button {
    border-radius: 4px;
    border: 1px solid #B7B7B7;
    width: 142px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 20px 22px;
    transition: .5s;
}
.dash-criterias ul.nav li button:hover{
    border-color: #CA161D;
}
.dash-criterias ul.nav li button.active{
    background: #CA161D;
    border-color: #CA161D;
}
.dash-criterias ul.nav li button span {
    color: #454141;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: .5s;
    min-height: 44px;
    display: flex;
    align-items: center;
}
.dash-criterias ul.nav li button.active span{
    color: #fff;
}
.dash-criterias ul.nav li button:hover span{
    color: #CA161D;
}
.dash-criterias ul.nav li button.active:hover span{
    color: #fff;
}
.dash-criterias ul.nav li button svg {
    margin-bottom: 15px;
    width: 38px;
    height: 38px;
}
.dash-criterias ul.nav li button svg path{
    fill: #000;
    transition: .5s;
}
.dash-criterias ul.nav li button.active svg path{
    fill: #fff;
}
.dash-criterias ul.nav li button:hover svg path{
    fill: #CA161D;
}
.dash-criterias ul.nav li button.active:hover svg path{
    fill: #fff;
}
.dashboard-tab-info-wrap{
    background: #f8f7f7;
    /* padding: 65px 0 65px; */
}
.dashboard-tab-info-contents{

}
.dashboard-tab-info-contents .tab-content{

}
.dashboard-tab-info-contents .tab-content .tab-pane{
    padding: 65px 0 65px;
}
.dashboard-tab-info-contents .tab-content .tab-pane > h6 {
    color: #5D6D61;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    width: 1072px;
    margin: auto;
    margin-bottom: -38px;
    margin-top: 42px;
}
.dashboard-tab-info-contents .tab-content .tab-pane > h3 {
    color: #5D6D61;
    text-align: center;
    font-family: Cinzel;
    font-size: 47px;
    font-weight: 400;
    line-height: 62px;
    margin-bottom: 22px;
}
.dashboard-tab-info-contents .tab-content .tab-pane > p {
    color: #454141;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    max-width: 752px;
    margin: auto;
}
.criteria-tab-table-blocks{
    display: flex;
    flex-direction: column;
    gap: 55px;
    max-width: 1072px;
    margin: auto;
    margin-top: 55px;
}
.criteria-tab-single-table{
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.02);
    padding: 40px 38px 38px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.criteria-tab-single-table table{
    font-family: Roboto;
}

.criteria-tab-single-table th{
    text-align: center !important;
}

.criteria-tab-single-table .table-title{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding: 5px 0 15px;
}
.criteria-tab-single-table .blank-bg{
    color: #606361;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.criteria-tab-single-table .bg-dark-green{
    background: #6F9489;
    color: #FFF;
    text-align: right;
    font-size: 13px;
    font-weight: 900;
    line-height: 14px;
    padding: 9px 20px;
    min-width: 90px;
}
.criteria-tab-single-table .bg-dark-gray{
    background: #767676;
    color: #FFF;
    text-align: right;
    font-size: 13px;
    font-weight: 900;
    line-height: 14px;
    padding: 9px 20px;
    min-width: 90px;
}
.criteria-tab-single-table .bg-middle-gray{
    background: #9A9999;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    padding: 0px 12px;
}
.criteria-tab-single-table .bg-middle-green{
    background: #88AFA4;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    padding: 0px 12px;
}
.criteria-tab-single-table .bg-light-gray{
    background: #F5F5F5;
    color: #454141;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 12px;
}
.criteria-tab-single-table .bg-light-green{
    background: #DFEDE9;
    color: #454141;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 12px;
}
.criteria-tab-single-table .default-left-width{
    width: 46%;
}
.criteria-tab-single-table .text-left{
    text-align: left;
}
.criteria-tab-single-table th, .criteria-tab-single-table td {
    border: 2px solid #fff;
}
.criteria-tab-single-table .bg-empty-row{
    height: 18px;
}
.criteria-tab-single-table .text-verticle{
    vertical-align: bottom;
}
.criteria-tab-single-table .default-left-width-2{
    width: 50%;
}
.criteria-tab-single-table .blank-bg-2{
    color: #323232;
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    padding-bottom: 13px;
}
.criteria-table-note p{
    color: #454141;
    font-family: Roboto;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}
.criteria-download-report-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 62px;
    font-family: Roboto;
}
.criteria-download-report-wrap h2{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px; 
    margin-bottom: 25px;
}
.criteria-download-report-wrap p{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px; 
    max-width: 932px;
    margin: auto;
}
.criteria-download-report-wrap a{
    margin-top: 25px;
    width: fit-content;
    height: 44px;
    border-radius: 5px;
    background: #C73838;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
    transition: .5s;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.criteria-download-report-wrap a:hover{
    color: #C73838;
    border: 1px solid #C73838;
    background: transparent;
}


.dashboard-footer{
    background: #383838;
    padding: 35px 0 38px;
}
.dash-foot-contents{

}
a.dash-foot-logo{
    
}
.dash-foot-contents > p{
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    margin-top: 30px;
    max-width: 580px;
}
.dash-footer-copyrights{
    margin-top: 110px;
}
.dash-footer-copyrights p{
    color: #fff;
    font-size: 10px;
    line-height: 20px;
}
.dash-footer-copyrights p a{
    color: #fff;
}
.dash-foot-links {
    padding-top: 20px;
    padding-left: 40px;
}
.dash-foot-links ul{

}
.dash-foot-links ul li{
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    list-style: none;
}
.dash-foot-links ul li a{
    color: #fff;
}
.foot-copy-rwd{
    display: none;
}
.dashboard-footer a:hover{
    color: #e2322d !important;
}


.dashboard-info-wrap {
    position: relative;
    z-index: 1;
}
.dashboard-info-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: inherit;
    background: url('../img/dashboard-banner-image.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.dash-criterias ul.nav li button {
    border: 1px solid #D3D3D3;
    background: rgba(244, 244, 244, 0.95);
    backdrop-filter: blur(0px);
}
.dashboard-tab-info-contents .tab-content .tab-pane > h3, .dashboard-tab-info-contents .tab-content .tab-pane > p, .dashboard-tab-info-contents .tab-content .tab-pane > h6 {
    text-align: left;
    padding-left: 65px;
}
.dashboard-tab-info-contents .tab-content .tab-pane > h3 {
    margin-bottom: 22px !important;
}
.dashboard-tab-info-contents .tab-content .tab-pane > p{
    margin: 0;
}
.dashboard-tab-info-wrap {
    background: #fefef6;
}
#criteria-1 > h3, #criteria-1 > p {
    max-width: 670px;
}
#criteria-2 > p {
    /* max-width: 575px; */
    max-width: 1072px;
}
#criteria-3 > p {
    max-width: 575px;
}
#criteria-3 .criteria-tab-table-blocks {
    margin-top: 100px;
}
#criteria-4 > p {
    max-width: 575px;
}
#criteria-4 .criteria-tab-table-blocks {
    margin-top: 100px;
}
.dashboard-tab-info-contents .tab-content .tab-pane{
    padding: 95px 0 65px;
}
.criteria-tab-table-blocks {
    margin-top: 35px;
}
.dashboard-tab-info-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dashboard-tab-info-contents .tab-content .tab-pane:before {
    content: '';
    position: absolute;
    width: 100%; 
    height: -webkit-fill-available;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    left: 0;
    z-index: -1;
}
#criteria-1:before {
    background: url('../img/dash-tab-bg-1.png');
    /* top: -5%; */
    top: -8%;
}
#criteria-2:before {
    background: url('../img/dash-tab-bg-2.png');
    /* top: -12%; */
    top: 29%;
    background-size: cover !important;
}
#criteria-3:before {
    background: url('../img/dash-tab-bg-3.png');
    top: 0;
    /* transform: translateY(27%); */
    transform: translateY(8%);
    background-size: cover !important;
}
#criteria-4:before {
    background: url('../img/dash-tab-bg-4.png');
    top: 0;
    /* transform: translateY(35%); */
    transform: translateY(12%);
    background-size: cover !important;
}
#criteria-5:before {
    background: url('../img/dash-tab-bg-5.png');
    top: 4%;
}
.dashboard-tab-info-contents .tab-content .tab-pane > h6 {
    margin: 0;
    margin-bottom: -8px;
    margin-top: 42px;
}
#criteria-2 .criteria-tab-table-blocks {
    margin-top: 85px;
}


/* End of Dashboard */