/* Metropolis 200 - Extra Light */
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-ExtraLight.woff2") format("woff2"),
        url("../fonts/Metropolis-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Metropolis 300 - Light */
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Light.woff2") format("woff2"),
        url("../fonts/Metropolis-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Metropolis 400 - Regular */
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Regular.woff2") format("woff2"),
        url("../fonts/Metropolis-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Metropolis 500 - Medium */
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Medium.woff2") format("woff2"),
        url("../fonts/Metropolis-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Metropolis 600 - Semi Bold */
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-SemiBold.woff2") format("woff2"),
        url("../fonts/Metropolis-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Metropolis 700 - Bold */
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Bold.woff2") format("woff2"),
        url("../fonts/Metropolis-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Metropolis 800 - Extra Bold */
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-ExtraBold.woff2") format("woff2"),
        url("../fonts/Metropolis-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Metropolis;
    background-color: #F5F5F5;
}

h1 {
    font-family: "Metropolis";
    font-weight: 700;
    font-size: 2vw;
}

p {
    font-family: "Metropolis";
    font-weight: 400;
    font-size: 1em;
}

main.ir_main {
    background-color: #0C223E;
    color: #fff;
    background-image: url(../images/main-bg.webp);
    background-size: cover;
    width: 100%;
    padding-bottom: 8rem;
}

h2 {
    font-family: "Metropolis";
    font-weight: 700;
    font-size: 1.68em;
}

h3,
h4,
h5,
h6 {
    font-family: "Metropolis";
    font-weight: 700;
}

h2.hdEnlarge {
    font-size: 2.3rem;
    line-height: 1.1;
    margin-bottom: 0.8rem;
}

.frameslider {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
}

.thumb_headline {
    grid-column: span 5;


}

.thumb_slider {
    grid-column: span 7;
}

.thumb_slider>img {
    border-radius: 30px 0 0 30px;
    width: 100%;
    height: 35vw;
    object-fit: cover;
    object-position: center;
}

.topgap {
    height: 112px;
    background-color: #0C223E;
}

.chart_sec {
    margin-top: -7em;
}

.hero-carousel .splide__pagination__page {
    border-radius: 0;
    width: 2.4em;
    height: 4px;
}

.hero-carousel .splide__pagination__page.is-active {
    transform: none;
    background: #D71920;
    padding: 0 3.2em;
}


.hero-carousel .splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin: 0;
    pointer-events: none;


    scale: unset;
    bottom: 8px;
    padding: 0;
}

.maxp1 {
    max-width: 41ch;

}

.lm_cta {
    border-radius: 50px;
    background: #D71920;
    padding: 15px 20px;
    color: #FFF;
    font-family: Metropolis;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    transition: all 0.3s ease;
}

.lm_cta:hover {
    box-shadow: 0 0 20px rgba(215, 25, 32, 0.6), 0 0 40px rgba(215, 25, 32, 0.4);
    transform: translateY(-3px) scale(1.05);
}

.minb {
    min-height: 150px;
}

.frame_cont {
    background-color: #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 4rem;
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.15));
    margin-bottom: 3.5rem;
}

.award-img {
    width: 13ch;
    height: 7ch;
    object-fit: contain;
    object-position: center;
}

.awd_desc p {
    margin: 0;
}

p.ad1 {
    font-family: "Metropolis";
    font-weight: 700;
    line-height: 1.2;
    font-size: 0.9vw;
}

p.ad2 {
    font-size: 12px;
}

p.ad1 span {
    color: #D62128;
}

.awd_desc {
    margin-top: 1rem;
}

.awards-carousel .splide__pagination__page {
    background: #909090;
    transform: scale(1);
    z-index: 1;
    height: 11px;
    border-radius: 50px;
    scale: 1;
    width: 11px;
    border: 1px solid transparent;
    opacity: 0.5;
}

.awards-carousel .splide__pagination .splide__pagination__page {
    margin-left: 0.225rem;
    margin-right: 0.225rem;
    /* opacity: 1; */
    transform: scale(1);
}

.awards-carousel .splide__pagination__page.is-active {
    background: #D62128;
    transform: scale(1);
    z-index: 1;
    height: 11px;
    border-radius: 50px;
    border: 1px solid #D62128;
    opacity: 1;

}

.awards-carousel .splide__pagination {
    bottom: 0;
}

.highlights_sec {
    background: url(../images/bck-new.png);
    background-size: cover;
    width: 100%;
    color: #fff;
    min-height: 28em;
    display: flex;
    align-items: center;
    background-position: center;
}

.rwlin {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 8px 0;
    align-items: flex-end;
    margin-bottom: 1.5em;
}

.maxwr {
    width: 60%;
}

.rwlin h4 span {
    font-family: Metropolis;
    font-weight: 400;
    font-size: 0.8rem;
}

.rwlin h4 {
    font-family: Metropolis;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.rwlin h3 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Metropolis;
    font-weight: 700;
}

.pr_cta {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
    width: fit-content;
    display: block;
    text-decoration: none;
}

.pr_col {
    width: 52vw;
    display: block;
}

.pr_section {
    background-image: url(../images/sdp-pattern.png);
    background-size: 30vw 9vw;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #D62128;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}

.pr_content h4 {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    max-width: 21ch;

}

.pr_content p {
    font-size: 0.8rem;
}

.pressrelease-carousel .splide__pagination {
    justify-content: flex-start;
    padding: 0;
    bottom: -25%;
}

.pressrelease-carousel .splide__pagination__page {
    background: #ffffff;
    transform: scale(1);
    z-index: 1;
    height: 11px;
    border-radius: 50px;
    scale: 1;
    width: 11px;
    border: 1px solid transparent;
    opacity: 0.5;

}

.pressrelease-carousel .splide__pagination .splide__pagination__page {
    margin-left: 0.225rem;
    margin-right: 0.225rem;
    /* opacity: 1; */
    transform: scale(1);
}

.pressrelease-carousel .splide__pagination__page.is-active {
    background: #ffffff;
    transform: scale(1);
    z-index: 1;
    height: 11px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    opacity: 1;

}

.il_cont {
    background: url(../images/financial-result-thumb.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 1.6rem 1.1rem;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.il_cont:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #0C223E, transparent);
    backdrop-filter: blur(1px);
    z-index: -1;

}

.il_cont:hover {
    background-size: cover;
}

.il_cont h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85);
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;

}

.layout_ii {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    max-width: 100%;
    grid-auto-rows: 22em;
    grid-auto-columns: 50px;
    justify-content: space-between;

}

h2.subm {
    font-size: 1.5rem;
}

.pr_info {
    width: 27ch;
    display: block;
    max-width: 100%;
}

/* Stock Performance */

main.sp_main {
    background-color: #0C223E;
    color: #fff;
    background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/1f73bea3-ee10-4006-c619-84a699df4400/1200);
    background-size: cover;
    width: 100%;
    height: 25vw;
}

.cont_headline {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.cont_headline h1 {
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;

}

.cont_headline p {
    max-width: 43ch;
    font-size: 0.93rem;
}

.cont_headline span {
    color: #FFF;
    font-family: Metropolis;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.5;
}

.tab_box {
    background: linear-gradient(90deg, #F48120 0%, #D92027 100%);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.tab_wrapper {
    position: relative;
    display: flex;
    gap: 3px;
}

.tab_item.add_active {
    font-weight: 700;
}

.tab_item.add_active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0;
}

.tab_content {
    max-width: 78vw;
    margin: auto;
}

.tab_item {
    height: 3.4rem;
    display: flex;
    align-items: center;
    padding: 0 1.3rem;
    /* min-width: 180px; */
    color: #fff;
    font-family: Metropolis;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    position: relative;
    font-size: 0.95rem;
    cursor: pointer;
    line-height: 1.2;

}

.frame_cont_2 {
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    padding: 4rem 0;
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.15));
    margin-bottom: 3.5rem;

}

.frame_cont_2 iframe {
    min-height: 71em;

}

/* Analyst Coverage */
.stack-item {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.stack-item img {
    width: 9em;
    height: 8em;
    background-color: #fff;
    object-fit: contain;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.stack-item h3 {
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 0.34em;
}

.stack-item p {
    font-size: 0.834rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.stack-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
}

ul.links-stack li {
    background-color: #fff;
    min-height: 3em;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;

}

ul.links-stack li p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

span.linkicon {
    background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/f07fc19a-dc90-4066-86e8-df01b84d7700/400);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2em;
    height: 1.3em;
    display: inline-block;
}

ul.links-stack li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.35em;
    height: 100%;
    background: linear-gradient(to top, #F48120 0%, #D92027 100%);
    display: block;
}

.financial-info-card h4 {
    font-size: 1.7rem;
    display: flex;
    flex-direction: column;

}

.financial-info-card {
    padding: 10px 30px;
    background: #0C223E;
    border-radius: 10px;
    text-align: center;
    min-height: 9em;
    display: flex;
    justify-content: center;

}

.financial-info-card-title {
    font-family: "Metropolis";
    font-weight: 700;
    max-width: 24ch;
    margin: auto;
    font-size: 0.84rem;
    line-height: normal;
    margin-bottom: 0.45rem;
    display: block;
    color: white
}

.financial-info-card-small {
    font-family: "Metropolis";
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0.3rem;
}

.financial-info-div-title {
    font-family: "Metropolis";
    font-weight: 700;
    font-size: 0.84rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    display: block;
    text-align: center;
}

.financial-info-div-worth {
    color: #D71920;
    text-align: center;
    font-family: "Metropolis";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.7rem;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
    border-radius: 10px;
}

.table-responsive tr td p {
    margin: unset;
    margin-top: 10px;
}

.financial-table {
    font-size: 14px;
}

.financial-table .outlinebtm td {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.financial-table .doubleline td {
    border-bottom: 2px solid;
    border-color: #ee3232;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.year-dropdown-menu li:hover a {
    background-color: #f5f5f5;
}

.year-dropdown-menu li a:hover {
    background-color: #f5f5f5;
}

.financial-info-card h4 {
    font-size: 1.5rem;
    line-height: 1.1;
}

.greybg {
    background: #f4f4f4 !important;
}

.darkgreybg {
    background: #ee3232 !important;
    color: #fff;
}

/* Shareholders */
.custom-dropdown {
    position: relative;
    width: 200px;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 0;
    font-family: "Metropolis";
    font-family: 600;
    z-index: 1;
    border-bottom: 1px solid #000;
}


.dropdown-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.38em;
    font-weight: 700;


}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 5px;
    display: none;
    list-style: none;
    padding: 0;
    z-index: 3333;
    overflow: hidden;
}

.dropdown-options li {
    padding: 10px 15px;
}

.dropdown-options li:hover {
    background: #bd0202;
    color: #fff;
}

.custom-dropdown.open .dropdown-options {
    display: block;
}

.custom-dropdown .dropdown-selected::after {
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-left: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9L12 15L18 9"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

/* Rotate the arrow when dropdown is open */
.custom-dropdown.open .dropdown-selected::after {
    transform: rotate(180deg);
}

.tab_content.maxOverflow {
    max-width: 100%;
}

h3.subHd {
    font-size: 1.3rem;
    font-family: Metropolis;
    font-style: normal;
    font-weight: 700;
}

p.subTxt {
    font-size: 0.9rem;
    margin-bottom: 0;
}
p.subTxt > a {
    text-decoration: underline;
}
.box_areport {
    border-radius: 10px;
    background: #0C223E;
    color: #fff;
    padding: 30px;
    position: relative;
}

span.downloadIcon {
    background: url(../images/download-icon-red.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-flex;
    margin-left: 7px;
}

.downloadbCta.lite {
    filter: brightness(0) invert(1);
}

#reportTitle {
    min-height: 8dvw;
}

.arBook {
    width: 13dvw;
    height: 17dvw;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: -3dvi;
}

.downloadbCta {
    border: 0;
    border-bottom: 2px solid #000000;
    padding: 0;
    padding-bottom: 5px;
    font-size: 0.9rem;
    display: inline-block;
    font-weight: 600;
    font-family: Metropolis;
    line-height: normal;
    width: fit-content;
}

.bg-left,
.bg-right {
    position: relative;
}

.bg-left::before,
.bg-right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
}

.bg-left::before {
    right: 0;
    background: #F47F20;
}

.bg-right::before {
    left: 0;
    background: #D71921;
}

.inner-content {
    padding: 3rem;
}

.blue_wrapper {
    border-radius: 10px;
    background: #0C223E;
    padding: 30px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    min-height: 180px;
    justify-content: space-between;
    width: 100%;
}

.custom_list_wrapper {
    border-radius: 10px;
    background: #0C223E;
    padding: 30px 32px 10px 30px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

h4.subHd {
    font-size: 0.98rem;
    font-family: Metropolis;
    font-style: normal;
    font-weight: 700;
}

#tb_AGM .blue_wrapper>h4.subHd {
    max-width: 100%;
}
.blue_wrapper>h4.subHd {
    max-width: 17ch;
}

.dc_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

span.documentIcon {
    background: url(../images/docIcon.png) no-repeat;
    background-size: contain;
    width: 2dvi;
    height: 2dvi;
    display: inline-flex;
    margin-left: 7px;

}

.crd_cont {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.crd_cont>p.subTxt {
    min-height: 8.5em;
}

.splide .splide__arrow svg {
    display: none;
}

/* PREV */
.splide .splide__arrow--prev {
    background: none;
    pointer-events: none;
    opacity: 0;
    left: -2.5em;
}

/* NEXT */
.splide .splide__arrow--next {
    background: url("../images/arrow-r.svg") center / contain no-repeat;
    right: -2.5em;
}

.ssIcon {
    width: 200px;
    height: 25px;
    object-fit: contain;
    object-position: left;
}

.custom_badge {
    background-color: #fff;
    color: #0C223E;
    font-size: 0.94rem;
    font-family: 'Metropolis';
    padding: 2px 11px;
    font-weight: 700;
    border-radius: 20px;
    display: flex;
    align-items: center;


}

ul.clw>li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 1rem;
}

ul.clw>li::before {
    content: "";
    display: block;
    width: 4px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #D71920 0%, #F5841F 100%);

}

ul.clw>li>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

p.caption-cus-btm {
    font-size: 0.7rem;
    color: #fff;
}

p.subTxt.bold {
    font-weight: 700;
}

p.subTxt.semibold {
    font-weight: 600;
}

.lite-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.clw_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #D71920;
}

.clw_box p.subTxt {
    margin: 0;
    line-height: normal;
}

.table-wrapper {
    max-width: 100%;
    margin: auto;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    /* creates spacing between rows */
    font-family: Metropolis;
}

/* HEADER STYLE */
.custom-table thead tr {
    /* padding: 14px 20px; */
    text-align: left;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(90deg, #D71920 0.76%, #F5841F 100%);
    font-weight: 700;
    line-height: normal;
    font-size: 0.9vw;
}

.custom-table thead tr th span {
    font-size: 0.8vw;
}

.custom-table tbody tr td:first-child,
.custom-table thead tr th:first-child {
    width: 6%;
    text-align: center;
}

.custom-table tbody tr td:nth-child(2),
.custom-table thead tr th:nth-child(2) {
    width: 22%;
}

.custom-table tbody tr td:nth-child(3),
.custom-table thead tr th:nth-child(3) {
    width: 20%;
}

.custom-table tbody tr td:nth-child(4),
.custom-table thead tr th:nth-child(4) {
    width: 13%;
}

.custom-table tbody tr td:nth-child(5),
.custom-table thead tr th:nth-child(5) {
    width: 27%;
}

.custom-table tbody tr td:nth-child(2) {
    font-weight: 700;
}

/* Remove border radius clash between header cells */
.custom-table thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/* BODY ROWS */
.custom-table tbody tr {
    background: #ffffff;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
    padding: 5px;
    font-size: 0.9vw;
}

/* EVEN ROW STYLING */
.custom-table tbody tr:nth-child(even) {
    background: #EFEFEF;
    border-radius: 10px;
}

/* CELL STYLING */
.custom-table td {
    /* padding: 14px 20px; */
}

/* Make rounded corners visible */
.custom-table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.grd_box {
    border-radius: 10px;
    background: linear-gradient(90deg, #D71920 7.31%, #F5841F 97.21%);
    color: #fff;
    min-height: 9.3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grd_box h4 {
    font-size: 2.33vw;
}

p.subTxt.date_tagline {
    font-size: 0.7rem;
    line-height: 2.5;
}

p.subTxt.location_tagline {
    opacity: 0.6;
    font-size: 0.7rem;
    line-height: 2;
}

.bw_top_content {
    min-height: 9em;
}

.calendar_wraper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    max-width: 890px;
    margin: auto;
    border-bottom: 1px solid #C0C0C0;
    padding: 1rem 0;
}

.calendar-dates {
    border-radius: 10px;
    background: #0C223E;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 33px 50px;
    gap: 0.5rem;
    color: #fff;
    min-width: 14em;
    justify-content: center;

}

.calendar-dates p {
    margin-bottom: 0;
    max-width: 6ch;
    font-size: 0.77rem;
    line-height: 1.2;
    text-transform: uppercase;

}

.calendar-dates h3 {
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 600;
}

.calendar-events p {
    margin-bottom: 0;
}

.calendar-events h4 {
    margin-bottom: 0;
    font-size: 1.15rem;
    min-height: 3.3em;
}

p.tagline_event {
    margin-bottom: 0;
    color: #D71920;
    font-family: Metropolis;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 2.5;
    text-transform: uppercase;
}

.wrap_intro h2 {
    font-weight: 500;
}

p.headline_topsubtag {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.15rem;
}

.cont-all-reports {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 3rem;
}

.car-items {
    grid-column: span 3;
    text-align: center;
}

.car-items h4 {
    margin-bottom: 0;
    font-size: 0.95rem;
    min-height: 2.9em;
    display: flex;
    align-items: center;
    justify-content: center;

}

.reportcoverimg {
    width: 10vw;
    height: 12vw;
    object-fit: contain;
    margin-bottom: 1.4rem;
}

.fy-cont {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    gap: 1rem;
}

.fyc-item {
    grid-column: span 5;
    width: 100%;

}

.financial-info-card.lite {
    background: transparent;
    box-shadow: none;
    color: #000;
}

.financial-info-card.lite>.financial-info-card-title,
.financial-info-card.lite .financial-info-card-small {
    color: #000;
}

.financial-info-card.lite h4 {
    color: #D71920;
}

.card.financial-info-card .card-body {
    flex: 0;
    padding: 0;
}

p.financial-info-div-title>.h4 {
    font-size: 1.7rem;
}

span.phoneIcon {
    background: url(../images/Phone.png) no-repeat;
    background-size: contain;
    display: block;
    width: 1.3dvi;
    height: 1.3dvi;
    object-position: bottom;
}

span.mailIcon {
    background: url(../images/Mail.png) no-repeat;
    background-size: contain;
    display: block;
    width: 1.3dvi;
    height: 1.3dvi;
    object-position: bottom;
}

.inline_info {
    display: inline-flex;
    flex-direction: row;
    gap: 1rem;
}

.str_line {
    background: #000;
    display: block;
    min-height: 100%;
    /* width: 13px; */
    padding: 1px;
    margin-right: 3rem;
}

.irc_1 {
    width: min-content;
    padding: 0 3rem 0 0;
}

@media screen and (min-width: 2000px) {
    .arBook {
        width: 9dvw;
        height: 11vw;
    }

    .tab_box .container,
    .frame_cont_1 .container,
    .frame_cont_1 .container-md,
    .sp_main .container-lg,
    .sp_main .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 91vw;
    }
}

@media screen and (max-width: 768px) {
    .irc_1 {

        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .tab_box.maxOverflow {
        overflow: scroll;
    }

    .tab_wrapper.maxOverflow {
        justify-content: start;
        width: max-content;
    }

    .tab_content.maxOverflow {
        padding: 0 0;
    }

    .arBook {
        width: 38dvw;
        height: 48dvw;
        position: relative;
        right: unset;
        top: unset;
        margin-top: -14dvi;
        display: block;
        margin: auto;
        margin-top: -14dvi;
    }

}

@media screen and (min-width: 1800px) {
    h2 {
        font-size: 2.6rem;
    }

    h2.hdEnlarge {
        font-size: 3.3rem;
    }

    .grouped,
    .hero-carousel .splide__pagination {
        max-width: 45ch;
    }

    .minb {
        min-height: 12vw;
    }
}

@media screen and (min-width: 1024px) {
    .strw-max {
        max-width: 66%;
    }

    .pr_content {
        width: 75%;
    }

    .grouped {
        max-width: 40ch;
        margin: auto;
    }

    .hero-carousel .splide__pagination {
        max-width: 40ch;
        margin: auto;
        left: 0;
        right: 59%;
    }

    .wrap_intro p.subTxt {
        max-width: 66ch;

    }

}


@media screen and (max-width: 1024px) {
    h1 {
        font-size: 1.65rem;
    }

    h2 {
        font-size: 1.45rem;
    }

    .thumb_slider {
        order: 0;
        grid-column: none;
        grid-column-start: 3;
    }

    .thumb_headline {
        order: 1;
        grid-column: span 12;
        min-height: 16em;
        /* grid-column-start: 2;
        grid-column-end: 12; */
    }

    .thumb_slider>img {
        height: 60vw;
        margin-top: 3.5rem;
    }

    .frameslider {
        row-gap: 2.5rem;
    }

    .grouped {
        padding: 0 1.5em;
    }

    .hero-carousel .splide__pagination__page {
        padding: 0 1.5em;
    }

    .layout_ii {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 20em;
        grid-auto-columns: 50px;
        gap: 1rem;
    }

    .chart_sec {
        margin-top: -3em;
    }

    .layout_ii {
        grid-template-columns: 1fr;
        grid-auto-rows: 13em;
    }

    .maxwr {
        width: 100%;
    }
  
    .pr_content h4 {
       
        font-size: 0.9rem;
    }
    .pr_info,
    .pr_content h4 {
        width: 100%;
        max-width: 100%;
        /* font-size: 0.9rem; */
    }

    .rwlin {
        margin-top: 2em;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-carousel .splide__pagination {
        padding: 0 6.5vw;
    }

    iframe.stock-iframe {
        height: 29em;
        border-radius: 40px;
    }

    .hero-carousel .splide__pagination__page {
        padding: 0 5.5vw;
    }

    .hero-carousel .splide__pagination__page.is-active {
        width: auto;
        padding: 0 9.5vw;
    }

    .tab_wrapper {
        justify-content: center;
    }

    .mai {
        background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/7a4d1777-1828-40c3-9515-bef54583fa00/1200);
    }

    .stack-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2rem;
    }

    .fyc-item {
        grid-column: span 20;
    }
    .str_line {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 0.9rem;
    }

    main.sp_main {
        background-image: none !important;
        height: auto;
        padding-top: 3rem;
    }

    .tab_content {
        max-width: 100%;
        margin: auto;
        padding: 0 1em;
    }

    .stc-row>.stack-list {
        padding: 0 0;
    }

    .stack-list {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 10px;

    }

    .stack-item {
        gap: 6vw;
    }

    .stack-item img {
        width: 29vw;
        height: 29vw;
    }

    .item_desc p,
    p.ad1 {
        font-size: 12px;
    }

    .il_cont h3 {
        font-size: 1.1rem;
    }

    .il_cont {
        padding: 2rem;
    }

    .rwlin h4 {
        line-height: 2.4;
    }

    .pr_section {
        background-image: none;
    }

    .bg-left,
    .bg-right {
        padding: 0 2em;
    }

    span.documentIcon {
        width: 30px;
        height: 30px;
    }

    .crd_cont>p.subTxt {
        margin-bottom: 1.5rem;
    }

    .cont_headline h1 {
        line-height: normal;
        margin-bottom: 1rem;
    }

    .cont_headline p {
        font-size: 0.87rem;
    }

    #reportTitle {
        min-height: 0;
        margin-top: 1.5rem;
    }

    .clw_box {
        flex-direction: column;
        gap: 1rem;
    }

    .clw_box p.subTxt {
        line-height: 1.2;
    }

    .custom-table thead tr,
    .custom-table tbody tr {
        font-size: 0.7rem;
    }

    .custom-table {
        width: 200vw;
        border-spacing: 0 12px;

    }

    .table-wrapper {
        overflow: scroll;
    }

    .custom-table thead tr th span {
        font-size: 0.5rem;
    }

    .custom_badge {
        font-size: 3.3vw;
        padding: 2px 0;
        border-radius: 20px;
        display: flex;
        align-items: center;
        width: 15vw;
        justify-content: center;
    }

    .grd_box h4 {
        font-size: 7vw;
    }

    .calendar-dates {
        padding: 1rem;
        min-width: 9em;
        flex-direction: column;
        gap: 0;
        text-align: center;

    }

    .calendar-dates p {
        max-width: 100%;
    }

    .calendar_wraper {
        gap: 1rem;
    }

    .calendar-events h4 {
        font-size: 0.9rem;
    }

    .calendar-dates h3 {
        font-size: 1.4em;
    }

    p.subTxt.location_tagline {
        font-size: 0.63rem;
    }

    p.tagline_event {
        font-size: 0.63rem;
    }

    .car-items {
        grid-column: span 6;
    }

    .reportcoverimg {
        height: 39vw;
        width: 100%;
    }

    .car-items h4 {
        font-size: 1rem;
        max-width: 12ch;
        margin: auto;
    }

    .segmental-highlights .card .card-body img {
        max-width: 100%;
    }

    h2.hdEnlarge {
        font-size: 1.65rem;
    }
    .custom-table tbody tr td:nth-child(2), .custom-table thead tr th:nth-child(2) {
    width: 25%;
}
span.phoneIcon, span.mailIcon {
    width: 20px;
    height: 20px;
}
.inline_info {
    font-size: 3.5vw;
}
.rwlin h3 {
    font-size: 1.7rem;
}
.award-img {
    width: 20dvi;
    height: 15dvi;
}
}

@media screen and (max-width: 375px) {
    .cont_headline p {
        font-size: 3.1vw;
    }

    .calendar-events h4 {
        font-size: 0.83rem;

    }

}