/* Header */



.menu-bar{
	position: relative;
}

.menu-bar .menu-btn{
	background: transparent;
	border: 0;
	transition: 300ms all ease-in-out;
	position: relative;
	z-index: 1111;
	padding: 0;
}

.menu-bar .menu-btn .close{
	display: none;
}

/*.menu-bar .menu-btn:hover{
	border-color: #E06633;
	box-shadow: 40px 33px 14px 0px rgba(0, 0, 0, 0.00), 26px 21px 13px 0px rgba(0, 0, 0, 0.01), 14px 12px 11px 0px rgba(0, 0, 0, 0.05), 6px 5px 8px 0px rgba(0, 0, 0, 0.09), 2px 1px 5px 0px rgba(0, 0, 0, 0.10);
}*/

.menu-bar .menu-btn.active{
	background: transparent;
	border-color: transparent;
	color: #ffffff;
	box-shadow: none;
	font-size: 0;
}

.menu-bar .menu-btn.active .bars{
	display: none;
}
.menu-bar .menu-btn.active .close{
	display: inline-block;
}

.menu-bar .top-bar .menu-btn .close{
	display: inline-block;
}

.menu-bar .menu-holder{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 11111;
	max-width: 330px;
	overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    -webkit-transform: translate(100%,3%);
    -ms-transform: translate(100%,3%);
    transform: translate(100%,3%);
    -webkit-transition: 800ms ease;
    transition: 800ms ease ;
    background: #faf8f069;
    padding: 0 60px;
}

.menu-bar .reveal{
	-webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
    -webkit-transition: 800ms ease;
    transition: 800ms ease;
    z-index: 111111;
    background: #9B1400;
}

.menu-bar .menu-holder .top-bar{
	position: absolute;
	z-index: 111;
	top: 60px;
	right: 40px;
	line-height: 0;
}

.menu-bar .menu-holder .top-bar button{
	padding: 0;
    border: 0;
}

.menu-bar .menu-holder .middle-bar li{
	border-bottom: 1px solid transparent;
	transition: 0.4s all;
}

.menu-bar .menu-holder .middle-bar li:not(.user-select-none):hover{
	border-bottom: 1px solid #FAF8F0;
}

.menu-bar .menu-holder .middle-bar li:not(.user-select-none) a{
	font-family: var(--arc-f);
	padding: 16px 0 15px;
	color: #EAE3C5;
	font-size: 18px;
	line-height: 125%;
	font-weight: 300;
	display: flex;
    gap: 10px;
    align-items: center;
	transition: 0.8s all;
	position: relative;
}

.menu-bar .menu-holder .middle-bar li.user-select-none a{
	position: relative;
	color: #EAE3C5;
	font-size: 18px;
	display: flex;
    gap: 10px;
	line-height: 125%;
	font-weight: 300;
	padding: 16px 0 15px;
	font-family: var(--arc-f);
	line-height: 125%;
}

.menu-bar .menu-holder .middle-bar li a span{
	position: absolute;
	bottom: -2px;
	font-size: 14px;
}

.menu-bar .menu-holder .middle-bar li:not(.user-select-none) a:hover{
	color: #FAF8F0;
}

.menu-bar .menu-holder .middle-bar li:not(.user-select-none) a:after{
	content: url(images/menu-arrow.svg);
	height: 22px;
	opacity: 0;
	transition: 0.4s all;
}

.menu-bar .menu-holder .middle-bar li a:hover:after{
	opacity: 1;
}


/* Header End */
.curvy_border_3 .elementor-widget-container {
    border-radius: 0vw 0vw 2rem 0vw;
}

.project-bnr-img::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(3deg, rgb(16, 16, 16) -0.62%, rgba(7, 7, 7, 0.6) 38.8%, rgba(0, 0, 0, 0) 77.83%);
    border-radius: 32px;
}

.project-bnr-slider h2,
.project-bnr-slider h1{
    width: 100%;
    position: relative;
    font-size: 4.5rem;
    line-height: 108%;
    font-weight: 600;
    letter-spacing: -1px;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.project-bnr-slider h2 span,
.project-bnr-slider h1 span{
    color: rgb(224, 102, 51);
}

.project-bnr-slider h2 .slick-slider,
.project-bnr-slider h1 .slick-slider{
    position: absolute;
    top: 0;
    left: 395px;
}

.page-template-template-investor .page-breadcrumb,
.page-template-template-corporate-governance .page-breadcrumb,
.page-template-template-unit-information .page-breadcrumb,
.page-template-template-announcements .page-breadcrumb,
.page-template-template-investor-grievance .page-breadcrumb,
.page-template-template-debt-information .page-breadcrumb,
.page-template-template-unit-information-new .page-breadcrumb{
	padding: 16px 0 18px;
}

.page-template-template-investor .page-breadcrumb.elementor-element,
.page-template-template-corporate-governance .page-breadcrumb.elementor-element,
.page-template-template-unit-information .page-breadcrumb.elementor-element,
.page-template-template-announcements .page-breadcrumb.elementor-element,
.page-template-template-investor-grievance .page-breadcrumb.elementor-element,
.page-template-template-debt-information .page-breadcrumb.elementor-element,
.page-template-template-unit-information-new .page-breadcrumb.elementor-element{
	display: none;
}

.page-template-template-investor  .project-bnr-slider h2 .slick-slider,
.page-template-template-corporate-governance  .project-bnr-slider h2 .slick-slider,
.page-template-template-unit-information  .project-bnr-slider h2 .slick-slider,
.page-template-template-announcements .project-bnr-slider h2 .slick-slider,
.page-template-template-debt-information .project-bnr-slider h2 .slick-slider,
.page-template-template-unit-information-new  .project-bnr-slider h2 .slick-slider,
.page-template-template-investor  .project-bnr-slider h1 .slick-slider,
.page-template-template-corporate-governance  .project-bnr-slider h1 .slick-slider,
.page-template-template-unit-information  .project-bnr-slider h1 .slick-slider,
.page-template-template-announcements .project-bnr-slider h1 .slick-slider,
.page-template-template-investor-grievance .project-bnr-slider h1 .slick-slider,
.page-template-template-debt-information .project-bnr-slider h1 .slick-slider,
.page-template-template-unit-information-new .project-bnr-slider h1 .slick-slider{
	left: 350px;
}


.project-bnr-marker .elementor-widget-container{
	border-radius: 32px 0 0 0;
}

.project-bnr-marker .elementor-widget-container:before{
    content: "";
    display: block;
    position: absolute;
    height: 2rem;
    width: 2rem;
    left: -2rem;
    bottom: 0px;
    background-image: radial-gradient(ellipse farthest-corner at left bottom, transparent 70%, #ffffff 72%);
    transform: rotate(90deg);
}

.project-bnr-marker .elementor-widget-container:after{
	content: "";
    display: block;
    position: absolute;
    height: 2rem;
    width: 2rem;
    right: 0;
    top: -2rem;
    background-image: radial-gradient(ellipse farthest-corner at right top, transparent 70%, #ffffff 71%);
    transform: rotate(270deg);
}


.project-tooltip {
    position: absolute;
    background-color: white;
    border: 5px solid #FAF8F0;
    display: none;
    z-index: 1000;
    transform: translate(-105%, calc(-115% - 15px));
    height: 120px;
    width: 200px;
    box-shadow: 0px 57px 16px 0px rgba(0, 0, 0, 0.00), 0px 36px 15px 0px rgba(0, 0, 0, 0.01), 0px 20px 12px 0px rgba(0, 0, 0, 0.05), 0px 9px 9px 0px rgba(0, 0, 0, 0.09), 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

.project-tooltip > img{
	width: 25px;
	height: 25px;
	bottom: 0;
	right: -1px;
	position: absolute;
	transform: translate(calc(100% - 21px), calc(100%));
}

.project-tooltip .img{
	height: 100%;
}

.project-tooltip .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.project-tooltip .cntnt{
	position: absolute;
	bottom: 6px;
	left: 0;
	padding: 6px 7px;
	background-color: #FAF8F0;
}

.project-tooltip .cntnt p{
	font-family: var(--rub-f);
	color: #3A0C08;
	font-size: 10px;
	font-weight: 400;
	display: flex;
	gap: 5px;
	line-height: 1;
}

.project-tooltip .cntnt p svg{
	flex-shrink: 0;
}

.project-section .accordion-filter{
	margin-bottom: 40px;
}

.project-section .accordion-filter ul{
	display: flex;
	gap: 19px;
}

.project-section .accordion-filter ul li{
	cursor: pointer;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857;
	border: 2px solid #DC7E5B;
	font-family: var(--rub-f);
	transition: 0.4s all;
	color: #3A0C08;
}

.project-section .accordion-filter ul li:hover{
	border-color: #9B1400;
	background: #9B1400;
	color: #FAF8F0;
}

.project-section .accordion-filter ul li.active{
	color: #FAF8F0;
	background: #9B1400;
	border-color: #9B1400;
}

#custom-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#custom-popup .popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

#custom-popup .popup-content {
  position: relative;
  width: 840px;
  max-height: 580px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  overflow: hidden;
  min-height: 300px;
}

#custom-popup .popup-close {
	position: absolute;
    top: 38px;
    right: 33px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    height: max-content;
    line-height: 0;
}

#custom-popup .project-title{
	position: absolute;
    top: 44px;
    left: 48px;
    max-width: 310px;
    font-family: var(--rub-f);
    font-size: 1.5rem;
    font-weight: 600;
    color: #FAF8F0;
    z-index: 1;
}

#custom-popup .project-popup-logo{
	position: absolute;
	bottom: 22px;
	right: 25px;
}

#custom-popup .project-slider.slide-overlay:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000004a;	
}

#custom-popup .project-slider img{
	max-height: 580px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/*#custom-popup .project-slider .slick-slide{
	height: 100%;
	width: 100%;
}*/

#custom-popup .slides-arrows{
	position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 26px 0 48px;
}

#custom-popup .slides-arrows button{
	padding: 7px 10px;
    font-size: 0;
    border: 0;
    height: max-content;
    background-color: #9B1400;
    transition: 0.4s all;
}

/*#custom-popup .popup-slider,
#custom-popup .popup-slider .slick-slide {
  width: 100%;
  height: 100%;
}

#custom-popup .popup-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.project-section .accordion-holder .accordion-item{
	background-color: transparent;
	margin-bottom: 24px;
	border-bottom: 0;
	position: relative;
	transition: 0.4s all;
}

.project-section .accordion-holder .accordion-item:has(> .show){
	margin-bottom: -15px;
}

.project-section .accordion-holder .accordion-item:before{
	content: '';
    position: absolute;
    height: 34px;
    width: 100%;
    border: 2px solid #DC7E5B;
    border-bottom: 0;
    z-index: 1;
}



.project-section .accordion-holder .accordion-button{
	background-color: transparent;
	padding: 14px 24px 0;
	color: #3A0C08;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5625;
	box-shadow: none;
	gap: 19px;
	font-family: var(--rub-f);
	z-index: 1;
}

.project-section .accordion-holder .accordion-button span{
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	font-family: var(--rub-f);
}

.project-section .accordion-holder .accordion-item .accordion-button p{
	transition: 0.3s all;
}

/*.project-section .accordion-holder .accordion-item:has(.show) .accordion-button p{
	opacity: 0;
}*/

/*.project-section .accordion-holder .accordion-button.collapsed{
	border-bottom: 1px solid #616161;
}*/

.project-section .accordion-holder .accordion-button.collapsed span{
	color: #3A0C08;
}

.accordion-button:not(.collapsed)::after{
	background-image: url('data:image/svg+xml,<svg width="10" height="2" viewBox="0 0 10 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1L10 1" stroke="%233A0C08" stroke-width="2"/></svg>');	
	height: 4px;
}

.accordion-button::after{
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="11" viewBox="0 0 10 11" fill="none"><path d="M0 5.49512L10 5.49512" stroke="%233A0C08" stroke-width="2"/><path d="M4.97852 0.5L5.03198 10.4999" stroke="%233A0C08" stroke-width="2"/></svg>');	
	background-size: 12px;
	height: 12px;
	width: 12px;
}

.project-section .accordion-holder .accordion-collapse{
	position: relative;
	top: -39px;
}

.project-section .accordion-holder .accordion-body{
	padding: 0 0;
	overflow: hidden;
	position: relative;
	background: #FAF8F0;
}

/*.project-section .accordion-holder .accordion-body a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}*/

.cursor {
	position: fixed;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 999;
	transition: transform 0.2s;
	opacity: 0;

}

.project-section .accordion-holder .accordion-body .project-img{
	height: 100%;
	max-height: 260px;
	position: relative;
}

.project-section .accordion-holder .accordion-body .project-img img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.project-section .accordion-holder .accordion-body .project-img:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #000 -82.24%, rgba(0, 0, 0, 0.1) 100%);
}

.project-section .accordion-holder .accordion-body .project-img p{
	position: absolute;
    top: 55px;
    left: 32px;
    max-width: 310px;
    color: #FAF8F0;
    font-family: var(--rub-f);
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 600;
    z-index: 1;
}

.project-section .accordion-holder .accordion-body .project-img .proj-logo{
	position: absolute;
    top: 30px;
    right: 20px;
    height: auto;
    width: auto;
    z-index: 1;
}

.project-section .accordion-holder .accordion-body .project-img .popup-slides{
	display: flex;
	background-color: #FAF8F0;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 16px;
	right: 16px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1;
	padding: 6px;
}

.project-section .accordion-holder .accordion-body .feature-box{
	padding-top: 40px;
	padding-right: 20px;
}

.project-section .accordion-holder .accordion-body .feature-box ul{
	display: flex;
	flex-wrap: wrap;
}

.project-section .accordion-holder .accordion-body .feature-box ul li,
.project-section .accordion-holder .accordion-body .feature-box p{
	font-family: var(--rub-f);
	font-size: 1rem;
	font-weight: 400;
	color: #3A0C08;
	line-height: normal;
	margin-bottom: 2px;
}

.project-section .accordion-holder .accordion-body .feature-box ul li{
	width: 35%;
}

.project-section .accordion-holder .accordion-body .feature-box ul li span{
	font-weight: 500;
	color: #9B1400;
}

.project-section .accordion-holder .accordion-body .feature-box ul:first-of-type{
	margin-bottom: 30px;
}

.project-section .accordion-holder .accordion-body .project-bottom{
	padding: 28px 36px 36px;
}

.project-section .accordion-holder .accordion-body .project-details-title{
	font-family: var(--rub-f);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1875;
	color: #3A0C08;
}

.project-section .accordion-holder .accordion-body .btm-ftrs h6{
	font-family: var(--rub-f);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2142;
	color: #3A0C08;
	margin-bottom: 8px;
}

.project-section .accordion-holder .accordion-body .btm-ftrs p{
	font-family: var(--rub-f);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2142;
	color: #3A0C08;
}

/*.project-section .accordion-holder .accordion-body .project-excerpt{
	position: absolute;
	bottom: 50px;
	left: 45px;
	max-width: 826px;
}*/

.project-section .accordion-holder .accordion-body .project-excerpt p{
	color: #FFF;
	text-align: justify;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
}

.project-section .accordion-holder .accordion-body .project-excerpt > div{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.project-section .accordion-holder .accordion-body .project-excerpt > div p{
	
}


@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/* Investor Center */

.sticky-wrap .investor-menu{
	position: sticky;
	top: 0;
	z-index: 1;
}

.menu-red-bg,
.investor-menu{
	background-color: #C0482F;
	padding: 38px 0;
}

.menu-red-bg .tabs-menu ul,
.investor-menu .tabs-menu ul{
	display: flex;
	gap: 40px;
}

.investor-menu .tabs-menu ul{
	justify-content: center;
}

.menu-red-bg .tabs-menu ul li a,
.investor-menu .tabs-menu ul li a,
.main-data .nav-pills.bs-tabs .nav-link{
	font-family: var(--arc-f);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	color: #EAE3C5;
	transition: 0.2s all;
}

.main-data .nav-pills.bs-tabs .nav-link{
	color: #9B1400;
}

.menu-red-bg .tabs-menu ul li.current-menu-item a,
.investor-menu .tabs-menu ul li.current-menu-item a,
.menu-red-bg .tabs-menu ul li a:hover,
.investor-menu .tabs-menu ul li a:hover{
	text-decoration: underline;
	text-decoration-thickness: 2px;
  	text-underline-offset: 3px;
}

.page-template-template-press-news .investor-menu{
	padding: 0 0 15px;
}

.investor-menu .tabs-menu{
}



/*.investor-menu .tabs-menu ul li a{
	font-family: var(--arc-f);
	padding: 16px 32px;
	font-size: 20px;
	font-weight: 600;
	line-height: 117%;
	letter-spacing: -0.6px;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	color: #111111;
}

.investor-menu .tabs-menu ul li.current-menu-item a{
	background: #E06633;
	color: #ffffff;
	box-shadow: 4px 4px 14.4px 0px rgba(255, 255, 255, 0.20) inset, 0px 4px 10px 0px rgba(255, 255, 255, 0.25) inset, -4px -4px 10px 0px rgba(0, 0, 0, 0.25) inset, -4px -4px 23.2px 0px rgba(0, 0, 0, 0.05) inset;
}*/

.investor-menu h2,
.main-data-media h2{
	font-family: var(--arc-f);
	color: #9B1400;
	font-size: 3.75rem;
	font-weight: 300;
	line-height: 1.0833;
	margin-bottom: 32px;
}

.main-data .nav.left-nav{
	background-color: #FAF8F0;
	padding: 165px 45px 400px;
	position: sticky;
	top: 0;
	height: 100%;
}

.main-data-media{
	padding: 60px 0;
	background-color: #FAF8F0;
}

.main-data .nav ul{
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.main-data .nav-pills button,
.announce-menu li a{
	font-family: var(--arc-f);
	font-size: 1rem;
	font-weight: 700;
	color: #9B1400;
	text-align: center;
	line-height: normal;
	display: block;
	white-space: nowrap;
}

.main-data .nav-pills button.active,
.announce-menu li.current-menu-item a,
.main-data .nav-pills button:hover,
.announce-menu li a:hover{
	text-decoration: underline;
	text-decoration-thickness: 2px;
  	text-underline-offset: 3px;
}

.main-data .nav-pills.bs-tabs{
	background-color: #FAF8F0;
    padding: 24px 24px 20px;
    gap: 40px;
    margin: 0 0 42px -24px;
}

.main-data .nav-pills.bs-tabs .nav-link{
	padding: 0;
}

.main-data .nav-pills.bs-tabs .nav-link.active{
	background-color: transparent;
}

.main-data .tab-content:not(.horiz-tab){
	padding: 35px 0 100px 24px;
}

.main-data .tab-content .tab-pane h3,
.main-data .tab-content h3.main-title{
	color: #9B1400;
	font-family: var(--arc-f);
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 36px;
}

.main-data .tab-content .tab-pane > h4{
	color: #9B1400;
	font-family: var(--rub-f);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.72px;
}

.main-data .tab-content .tab-pane > h4,
.additional-disclousure > h4{
	color: #9B1400;
	font-family: var(--rub-f);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.72px;
	margin-bottom: 32px;
}

.main-data .tab-content .tab-pane > h5{
	color: #3A0C08;
	font-family: var(--rub-f);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.6px;
	margin-bottom: 20px;
}

.main-data .tab-content .tab-pane > table,
.main-data .tab-content .tab-pane > .new-table{
	margin-bottom: 32px;
}

.main-data .tab-content .tab-pane > .new-table > h6{
	font-size: 15px;
    color: #9B1400;
    font-weight: 500;
}

/*.main-data .tab-content .tab-pane > *:not(:last-child){
	margin-bottom: 60px;
}*/

.main-data .tab-content .tab-pane .filter-section,
.main-data-media .filter-section-media{
	display: flex;
	gap: 20px;
	margin-bottom: 42px;
}

.main-data-media .filter-section-media{
	margin-bottom: 30px;
}

.main-data .tab-content .tab-pane .filter-section .form-group,
.main-data-media .filter-section-media .form-group{
	background: #EAE3C5;
	padding: 16px;
	display: flex;
	align-items: center;
}

.main-data .tab-content .tab-pane .filter-section .form-group label,
.main-data-media .filter-section-media .form-group label{
	font-family: var(--rub-f);
  	color: #3A0C08;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.16px;
	flex-shrink: 0;
	margin-bottom: 0;
}

.main-data .tab-content .tab-pane .filter-section select,
.main-data-media .filter-section-media select{
	padding: 0 30px 0 4px;
	border: 0;
	cursor: pointer;
	box-shadow: none;
	background: transparent;
  	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDIuMTVMOS44Nzg4NSA5LjQyMDMxTDkuNTIzMTggOS43NTAxOEw5LjE2NzUxIDkuNDIxNjZMMCAyLjE1TDEuOSAwLjI1TDkuMTk2OTkgNy40MjU2N0w5LjUyMzE4IDcuNjI3OEw5Ljg3ODg1IDcuNDI1NjdMMTcuMSAwLjI1TDE5IDIuMTVaIiBmaWxsPSIjOUIxNDAwIi8+Cjwvc3ZnPgo=");
  	background-repeat: no-repeat;
  	background-position-x: 100%;
  	background-position-y: 4px;
  	font-family: var(--rub-f);
  	color: #9B1400;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.16px;
}

.main-data .tab-content .tab-pane .table-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-data .tab-content .tab-pane .table-container > *:not(:last-child){
	margin-bottom: 10px;
}

.main-data .tab-content .tab-pane .table-row {
    display: flex;
    width: 100%;
    padding: 0 0 20px;
}
.main-data .tab-content .tab-pane .table-row > div{
    box-sizing: border-box;
    font-family: var(--rub-f);
    font-size: 1rem;
    line-height: 1.125;
    color: #828282;
    font-weight: 500;
}

.main-data .tab-content .tab-pane .table-row:not(.header) > div.title{
	text-align: left;
}

.main-data .tab-content .tab-pane .table-row.header {
	border-bottom: 0;
	padding: 0;
	margin-bottom: 42px;
}
.main-data .tab-content .tab-pane .table-row.header > div{
	font-family: var(--arc-f);
	color: #3A0C08;
	font-size: 1rem;	
	font-weight: 700;
	flex: 0 1 auto;
}

.main-data .tab-content .tab-pane .year,
.main-data .tab-content .tab-pane .date,
.main-data .tab-content .tab-pane .download {
    width: auto;
    min-width: 195px;
    flex: 1 0 min-content;
}
.main-data .tab-content .tab-pane .download{
	margin-left: auto;
}

.main-data .tab-content .tab-pane[data-type="investor-charter"] .download{
	margin: auto;
}

.main-data .tab-content .tab-pane .title {
    width: 59%;
}

.main-data .tab-content .tab-pane .download a,
.main-data .tab-content .tab-pane .goto a{
	display: flex;
    align-items: center;
    width: max-content;
    margin: auto;
    transition: 0.2s all ease-in-out;
}

/*.main-data .tab-content .tab-pane .download a:hover,
.main-data .tab-content .tab-pane .goto a:hover{
	background: #E06633;
	color: #ffffff;
	border-color: transparent;
	box-shadow: 0px 0px 0px 2.584px #FFCDB8,
				0px -2.584px 14.344px 0px rgba(0, 0, 0, 0.07), 
				0px 2.584px 7.624px 0px rgba(255, 255, 255, 0.20) inset, 
				0px 2.584px 4.264px 0px rgba(255, 255, 255, 0.25) inset, 
				0px -2.584px 4.07px 0px rgba(0, 0, 0, 0.10) inset;
}*/

.main-data .tab-content .tab-pane .download a:after,
.main-data .tab-content .tab-pane .goto a:after{
	content: '';
	mask: url(images/new-down-icon.svg);
	background-color: #9B1400;
	width: 16px;
	height: 23px;
}

table td, table th{
	border: 0;
}

.main-data .tab-content .tab-pane .goto a:after{
	mask: url(images/goto-link.svg);
}

.main-data .tab-content .tab-pane .download a:hover:after,
.main-data .tab-content .tab-pane .goto a:hover:after{
	background-color: #3A0C08;
}

table{
	font-family: var(--rub-f);
}

.main-data .tab-content .tab-pane table .header {
    font-weight: bold;
    border-radius: 9px;
	background: #F0F0F0;
	border-bottom: 0;
	padding: 8px;
}

.main-data .tab-content .tab-pane tr {
    width: 100%;
    border: 0;
}

.main-data .tab-content .tab-pane tr > th,
.main-data .tab-content .tab-pane tr > td{
    padding: 16px 0;
    box-sizing: border-box;
    color: #3A0C08;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	background-color: transparent;
	border: 0;
}

.main-data .tab-content .tab-pane tr > td{
	white-space: nowrap;
}

.main-data .tab-content .tab-pane tr > td{
	padding: 8px 0;
}

.main-data .tab-content .tab-pane tbody tr:first-of-type td{
	padding: 16px 0 8px;
}

.main-data .tab-content #v-pills-add-disclouser.tab-pane tr > td{
	white-space: initial;
}

.main-data .tab-content .tab-pane tr > th{
	padding: 8px 16px;
	color: #3A0C08;
	font-weight: 600;
	vertical-align: middle;
}

.committee-data .committee-box{
	border-bottom: 1px solid #EAE3C5;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.committee-data .committee-box:last-of-type{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.committee-data .committee-box h4{
	font-family: var(--rub-f);
	color: #9B1400;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.72px;
	margin-bottom: 12px;
}

.committee-data .committee-box.codes-policy-box h4{
	font-size: 20px;
	line-height: 1.2;
	color: #3A0C08;
}

.committee-data .committee-box p{
	font-family: var(--rub-f);
	color: #3A0C08;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.1875;
	margin-bottom: 12px;
}

.committee-data .committee-box p:last-of-type:not(:only-of-type){
	margin-bottom: 16px;
}

.committee-data .committee-box ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 12px;
}

.committee-data .committee-box ul li{
	font-family: var(--rub-f);
	color: #3A0C08;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.6px;	
	width: 100%;
}

.committee-data .committee-box ul li:last-of-type{
	margin-bottom: 0;
}

.committee-data .committee-box .download a{
	font-family: var(--arc-f);
	color: #3A0C08;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2857;
	letter-spacing: 0.133px;
	gap: 8px;
	padding: 12.5px;
	border: 1px solid #DC7E5B;
	background-color: #FAF8F0;
}

.main-data .committee-data .committee-box .download a:after{
	background-color: #3A0C08;
	height: 13px;
}

.codes-policy-data .codes-policy-box{
	padding-bottom: 0;
    margin-bottom: 1.5rem;
}

.codes-policy-data .codes-policy-box .codes-policy-title{
	margin-bottom: 1rem;
}
.codes-policy-data .codes-policy-box h4{
	margin-bottom: 0;
}

.additional-disclousure:not(:last-of-type){
	margin-bottom: 34px;
}

.main-data .tab-content .tab-pane .additional-disclousure .table-row.header{
	margin-bottom: 18px;
}

.main-data .tab-content .tab-pane .additional-disclousure .table-row:has(.accordion){
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px solid #F0CDBA;
}

.main-data .tab-content .tab-pane .additional-disclousure .accs{
	margin-bottom: 16px;
}

.main-data .tab-content .tab-pane .additional-disclousure .accs .accordion{
	border-bottom: 1px solid #F0CDBA;
}

.main-data .tab-content .tab-pane .additional-disclousure .table-row > div{
	font-size: 1.125rem;
	color: #3A0C08;
}

.main-data .tab-content .tab-pane .additional-disclousure .table-row:not(.header) > div{
	font-weight: 400;
}

.main-data .tab-content .tab-pane .additional-disclousure .download a,
.main-data .tab-content .tab-pane .additional-disclousure .goto a{
	font-size: 0;
}

.main-data .tab-content .tab-pane .additional-disclousure .goto a:after{
	height: 15px;
}

.main-data .tab-content .tab-pane .additional-disclousure .title{
	width: 81%;
}

.additional-disclousure ul.nav-pills{
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 1.5rem;
}

.additional-disclousure .accordion-button{
	font-family: var(--rub-f);
	color: #3A0C08;
	padding: 16px 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 120%;
	background: transparent;
	box-shadow: none;
}

.dist-history{
	overflow: auto;
}

.main-data .tab-content .tab-pane .dist-history .table-row > div{
	flex-shrink: 0;
	width: auto;
	min-width: auto;
	flex: 1 0 auto;
}

.unit-consent h4{
	color: #9B1400;
    font-family: var(--rub-f);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}
.unit-consent h5{
	color: #3A0C08;
    font-family: var(--rub-f);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    margin-bottom: 24px;
}

.unit-consent p{
	font-family: var(--rub-f);
	color: #3A0C08;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 12px;
}

.unit-consent .form-box{
	background: #EAE3C5;
	padding: 22px 26px;
	margin-top: 40px;
	margin-bottom: 32px;
}

.unit-consent .form-box form{
	display: flex;
	justify-content: space-between;
}

.unit-consent .form-box .left-col > *{
	margin-bottom: 14px;
}

.unit-consent .form-box p{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: normal;
	color: #3A0C08;
	font-family: var(--rub-f);
	letter-spacing: -0.6px;
}

.unit-consent .form-box label{
	color: #3A0C08;
	font-size: 1rem;
	font-weight: 500;
	line-height: 120%;
	font-family: var(--rub-f);
}

.consent-btn{
	padding: 12.5px;
	border-radius: 0;
	background-color: #9B1400;
	border: 1px solid #DC7E5B;
	display: flex;
    gap: 8px;
    align-items: center;
    color: #EAE3C5;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2857;
	font-family: var(--arc-f);
}

.consent-btn:focus,
.consent-btn:hover{
	background-color: #9B1400;
}

.consent-btn[disabled]{
	opacity: 0.6;
}

/*.consent-btn:hover{
	background-color: #E06633;
}*/

.consent-btn:after{
	content: '';
    mask: url(images/btn-right.svg);
    background-color: #ffffff;
    width: 15px;
    height: 15px;
}

/*.main-data .tab-content .tab-pane .dist-history tr{
	display: table-row;
}

.main-data .tab-content .tab-pane .dist-history tr > th,
.main-data .tab-content .tab-pane .dist-history tr > td{
	border: 0;
	display: table-cell;
	min-width: auto;
}*/

/* Investor Center End */