html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: var(--font-main);
  vertical-align: baseline;
}
html{
    scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Satoshi", sans-serif;
	font-weight: 400;
}

a{
	text-decoration: none;
}



/* ============================
      GLOBAL BASE STYLES
============================ */
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #606060;
  font-size: 16px;
  line-height: 1.4;
}

/* ============================
       TYPOGRAPHY CLASSES
============================ */
.container {
  width: 100%;
  max-width: 1520px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ============================
       HEADER
============================ */

header.menu-navbar{
	position: fixed;
    width: 100%;
    top: 0;
	padding: 22px 0;
	z-index: 9;
	transition: all .3s ease;
	background: transparent
}

.menu-navbar.fixed {
	background: #1B1B1B;
}


.menu-navbar.fixed .button-frame a{
	background: #FFFFFF;
	color: #1B1B1B;
}

.menu-navbar.fixed .button-frame svg path{
	fill: #1B1B1B;
}

.menu-navbar.fixed{
	
}
.container-menu{
    max-width: 1520px;
    padding: 0 20px;
}

.navbar{
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.menu-main{
	display: flex;
	display: flex;
    align-items: center;
    gap: 41px;
}

.menu-main a{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	text-decoration: none;
}

.header-right{
	display: flex;
    gap: 62px;
	align-items: center;
}

.button-frame a, .mobile-button-frame a{
	padding: 13.5px 40px 13.5px 19px;
	position: relative;
	background: #1B1B1B;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #fff;
	transition: all .3s ease;
	display: inline-block
}

.button-frame a svg{
	position: absolute;
	top: 16px;
	right: 18px;
	
}

.button-frame a:hover svg{
	top: 12px;
	right: 12px;
}

.logo-navbar{
	line-height: 0;
}

header .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18px;
  cursor: pointer;
}

header .hamburger span {
  min-height: 2px;
  width: 21.33px;
  border-radius: 2px;
  transition: 0.3s;
  display: block;
  background: #fff;
}

.mobile-menu-panel {
    display: none;         
    pointer-events: none;    
    visibility: hidden;      
}

.mobile-menu-panel.active {
    pointer-events: auto;
    visibility: visible;
}

.mobile-menu-overlay {
    display: none; 
}

.menu-navbar .header-logo__dark, .menu-navbar.active .header-logo__light{
	display: none;
}

.menu-navbar.active .header-logo__dark{
	display: block;
}

/* ============================
       HOME
============================ */

section.banner-home{
	padding-top: 136px;
	padding-bottom: 42px;
	min-height: 850px;
	display: flex;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}

section.banner-home::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(27, 27, 27, 0) 71.85%, #1B1B1B 96.34%);

}

section.banner-home .container{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	z-index: 2;
}

.banner-heading h1{
	 max-width: 708px;
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2em;
	margin-bottom: 100px;
    letter-spacing: 0;
}

.banner-content{
	max-width: 342px;
    margin-left: auto;
	    margin-right: 77px;
}

.banner-description{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0%;
	margin-bottom: 17px;
}

.banner-button a{
	display: inline-block;
	font-family: 'Satoshi';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #FFFFFF;
	text-decoration: underline;
	text-underline-offset: 6px;


}

.investment-framework {
	background: #1B1B1B
}

.investment-framework__heading h2{
	font-family: 'Satoshi';
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 60px;
	color: #fff;
	max-width: 596px;
}

.investment-framework{
	padding: 100px 0
}

.investment-framework__list{
	max-width: 890px;
	margin-left: auto;
}

.investment-framework__title{
	font-family: 'Satoshi';
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #fff
}

.investment-framework__description{
	color: #A9A9A9;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
    width: 420px;
}

.investment-framework__item:first-child{
	border-top: 1px solid #DDDDDD33;
}

.investment-framework__item{
	padding: 39px 0;
	border-bottom: 1px solid #DDDDDD33;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: flex-end
}

.investment-focus{
	display: flex;
	gap: 0;
	max-width: 1920px;
    margin: 0 auto;
	flex-wrap: wrap;
}

.investment-focus__image {
  position: relative;
	width: 40.6%;
/*     min-width: 650px; */
    aspect-ratio: 650 / 850;
	line-height: 0;
}

.investment-focus__content{
	padding: 212px 60px 20px;
	width: 59.4%;
	max-width: 950px
}

.investment-focus__accordion{
	    max-width: 740px;
    margin-left: auto;
}

.accordion-icon{
	line-height: 0;
}

.accordion-item {
	padding: 39.5px 0;
	border-top: 1px solid #DDDDDD;
}

.accordion-item:first-child{
	padding-top:0;
	border-top: none;
}

.accordion-body{
	color: #606060;
	font-weight: 400;
	font-size: 16px;
	line-height: calc(22 / 16);
	letter-spacing: 0;
/* 	padding-top: 32px; */
	    max-width: 513px;

}

.accordion-image{
	display: none;
}

.accordion-header{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
	cursor: pointer;
}

.accordion-body p:not(:last-child){
	margin-bottom: 32px;
}

.accordion-body ul{
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;

}

.accordion-body li:not(:last-child){
	margin-bottom: 13px;
}

.accordion-body li{
	position: relative;
	padding-left: 30px;
}


.accordion-body li::before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjkwOTY2IDExLjA3ODFMMi4zNzQzMyA3LjU0MjhMMS42NjY5OSA4LjI0OTQ3TDUuNDM4MzMgMTIuMDIwOEM1LjU2MzM0IDEyLjE0NTggNS43MzI4OCAxMi4yMTYgNS45MDk2NiAxMi4yMTZDNi4wODY0NCAxMi4yMTYgNi4yNTU5NyAxMi4xNDU4IDYuMzgwOTkgMTIuMDIwOEwxNC4xNTkgNC4yNDI4TDEzLjQ1MjMgMy41MzYxM0w1LjkwOTY2IDExLjA3NzVWMTEuMDc4MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPg==");
	background-size: 16px;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}

.accordion-header h3{
	font-family: 'Satoshi';
	font-weight: 400;
	color: #939393;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0;

}

.accordion-item.active .accordion-header h3{
	color: #000;
}

.investment-focus__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.investment-focus__image .accordion-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
	line-height: 0;
}

.investment-focus__image .accordion-img.active {
  opacity: 1;
  position: relative;
}
.accordion-body {
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
	height: 0; 
    transition: height 0.5s cubic-bezier(0.34, 1.2, 0.64, 1),
                opacity 0.4s ease,
                margin-top 0.5s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.accordion-body.is-open {
    opacity: 1;
    margin-top: 32px;
}

.selected-investments{
	background: #1B1B1B;
	padding: 100px 0;
}

.selected-investments__heading h2{
	font-family: 'Satoshi';
	font-weight: 400;
	font-size: 40px;
	line-height: calc(56 / 40);
	color: #fff;
	margin-bottom: 24px;
	text-align: center;
}

.selected-investments__heading  p{
	font-weight: 400;
	font-size: 16px;
	line-height: calc(22 / 16);
	letter-spacing:0;
	text-align: center;
	margin-bottom: 59px;
	color: #fff;
}

.portfolio-filters{
	display: flex;
    align-items: center;
    gap: 20px;
	justify-content: center;
	margin-bottom: 41px;
}

.portfolio-filter{
	background: #FFFFFF33;
	padding: 16px 32px;
	display: flex;
    align-items: center;
    gap: 8px;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
    outline: none;
    box-shadow: none !important;
    border: none !important;
}

.portfolio-filter.active{
	background: #FFFFFF;
	color: #1B1B1B;
}

.portfolio-list{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.portfolio-item{
	position: relative;
	overflow: hidden;
	aspect-ratio: 730 / 450;
	display: flex;
	transition: all 0.3s ease;
}

.portfolio-item::after{
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 166px;
	background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.7) 100%);
	position: absolute;
}

.portfolio-item__image {
	aspect-ratio: 730 / 450;
	line-height: 0;
	position: relative;
	flex-shrink: 0;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.portfolio-item:hover .portfolio-item__image{
	width: calc(100% - 404px);
}

.portfolio-item__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-badge {
	position: absolute;
    top: 24px;
    left: 24px;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
	border-radius: 2px;
}

.portfolio-badge.portfolio-badge--New{
	background: #fff;
	color: #000;
}

.portfolio-badge.portfolio-badge--sold{
	background: #000;
	color: #fff;
}

.portfolio-item__image .portfolio-item__title{
	position: absolute;
	color: #fff;
	font-family: 'Satoshi';
	font-weight: 500;
	font-size: 28px;
	line-height: calc(34 / 28);
	letter-spacing: 0%;
	max-width: 326px;
	bottom: 32px;
	left: 32px;
	z-index: 2;
	transition: all 0.3s ease;
	opacity: 1
}

.portfolio-item__content{
	position: relative;
    height: 100%;
   	right: -404px;
    top: 0;
    width: 404px;
    background: #fff;
    z-index: 2;
	transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 32px;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	min-width: 404px;
}

.portfolio-item:hover .portfolio-item__content{
	right: 0;
}

.portfolio-item__content .portfolio-item__title{
	color: #222222;
	font-family: 'Satoshi';
	font-weight: 500;
	font-size: 28px;
	line-height: calc(34 / 28);
	letter-spacing: 0%;
	max-width: 320px;

}

.portfolio-item:hover .portfolio-item__image .portfolio-item__title{
	opacity: 0
}

.portfolio-details__item{
	padding: 18px 0 7px;
	border-bottom: 1px solid #3737371A;
	display: flex;
    gap: 20px;
    align-items: center;
	    justify-content: space-between;
}

.detail-label{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #22222299;
}

.detail-value{
	color: #222222;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	text-align: right;

}

.section-leadership{
	background: #F2F2F2;
	padding: 80px 0;
	

}

.section-leadership__heading h2{
	text-align: center;
	font-family: Satoshi;
	font-weight: 400;
	color: #1b1b1b;
	font-size: 40px;
	line-height: calc(29 / 40);
	letter-spacing: 0;
	margin-bottom: 24px;
}

.section-leadership__heading p{
	max-width: 422px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #1b1b1b;
	margin-bottom: 40px;
	margin: 0 auto 40px;
	
}


.list-members{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.item-member {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
}

.item-member__avt{
	    min-width: 150px;
    aspect-ratio: 150 / 200;
    line-height: 0;
    width: 150px;
}


.item-member__avt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-member__name{
	font-family: 'Satoshi';
	font-weight: 500;
	color: #fff;
	font-size: 24px;
	line-height: calc(34 / 24);
	letter-spacing: 0%;
	margin-bottom: 16px;
}

.item-member__description{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	color: #d5d5d5;
}

.item-member__link{
	margin-top: 22px;
}

.item-member__link a{
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #FFFFFFCC;

}

.item-member__info{
	padding: 92px 0 42px 40px;
	max-width: 488px
}

.item-member{
	background: #1B1B1B;

}

.section-cta{
	background: #fff;
	
}

.heading-cta{
	font-family: 'Satoshi';
	font-weight: 400;
	font-size: 48px;
	line-height: calc(58 / 48);
	color: #1b1b1b;
	max-width: 500px
}

.section-cta__wrapper{
	max-width: 1920px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}



.section-cta__content{
	padding: 60px 60px 58px;
	width: 50%;
}

.form-cta{
	max-width: 400px;
	margin-top: 135px;
}

.form-cta input::placeholder, .form-cta textarea::placeholder{
	color: #7E7E7E;
	opacity: 1;
}

.wpcf7-not-valid-tip{
	margin-bottom: 10px;
}

.form-cta textarea{
	height: 91px;
}
.form-cta input, .form-cta textarea{
	color: #1b1b1b !important;
	font-family: 'Satoshi' !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	letter-spacing: 0 !important;
	padding: 10px 0 9px !important;
	border: none !important;
	border-bottom: 1px solid #EBEBEB !important;
	outline: none !important;
	box-shadow: none !important;
	margin-bottom: 17px !important;
	width: 100%;
}

.form-cta input.wpcf7-form-control.wpcf7-submit {
	margin-bottom: 0 !important;
	padding: 13.5px 40px 13.5px 19px !important;
    position: relative !important;
    background: #1B1B1B !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #fff !important;
    transition: all .3s ease !important;
    display: inline-block !important;
}

p:has(.wpcf7-submit) {
    position: relative;
	width: max-content;
}

p:has(.wpcf7-submit)::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIj4KCQkJCQkJCQk8cGF0aCBkPSJNMi43MzU3MSAxMC40NDFMOC40ODY2MSA0LjY5MDEzTDguODgyNzYgOS40NDI0MkwxMC4zNzcyIDkuMzE4MzJMOS43OTQ0IDIuMzIxNjhMMi43OTc3NiAxLjczODg1TDIuNjczNjYgMy4yMzMzMUw3LjQyNTk1IDMuNjI5NDdMMS42NzUwNSA5LjM4MDM3TDIuNzM1NzEgMTAuNDQxWiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KCQkJCQkJCQk8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
	right: 17px;
	transition: all .3s ease
}

p:has(.wpcf7-submit:hover)::after {
        top: 15px;
    right: 12px;
}

.wpcf7-spinner{
	display: none;
}

.section-cta__image{
	line-height: 0;
	width: 50%;
}

.section-cta__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer.main-footer{
	background: #1B1B1B;

}

.footer-top{
	padding: 60px 0 100px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/* 	gap: 20px; */
	border-bottom: 1px solid #DDDDDD66
}

.description-footer{
	font-family: 'Satoshi';
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF99;
	max-width: 375px
}

.logo-footer{
	width: 140px;
	margin-bottom: 38px;
	display: inline-block;
}

.footer-top__heading{
	font-family: 'Satoshi';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0%;
	color: #FFFFFF99;
	margin-bottom: 32px;
}

.footer-top__col{
/* 	width: 25% */
	padding-right: 20px
}

.footer-col__logo{
	width: 39.8%;
}

.footer-col__menu {
	width: 19.3%;
}

.footer-col__contact {
	width: 24.9%;
}

.footer-col__socials {
	    width: 16%;
}

.menu-footer .menu-main, .footer-contact, .footer-socials{
    display: flex;
    align-items: flex-start;
    gap: 19px;
    flex-direction: column;
}

.menu-footer .menu-main a, .footer-contact a, .footer-socials a{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;

}

.footer-bottom {
	padding: 24px 0;
}

.footer-copyright, .footer_bottom__link a{
	font-family: 'Satoshi';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF99;
	line-height: 1.2;
	letter-spacing: 0;

}

.footer-bottom{
	display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer_bottom__link ul{
	display: flex;
	gap: 40px;
	align-items: center;
}

.portfolio-list--mobile{
	display: none !important;
}

@media (max-width: 1024px){
	.header-right{
		gap: 40px
	}
	
	.banner-heading h1, .heading-cta{
		font-size: 42px;
	}
	
	.investment-framework__heading h2, .selected-investments__heading h2, .section-leadership__heading h2{
		font-size: 36px;
	}
	
	.accordion-header h3{
		font-size: 28px
	}
	
	.portfolio-item__image .portfolio-item__title{
		font-size: 24px;
	}
	
	.footer-top__col{
		width: calc(100% / 3) !important
	}
	
	.footer-top__col.footer-col__logo {
		width: 100% !important;
		padding-right: 0;
		margin-bottom: 40px;
	}
	
	.footer-top__col.footer-col__socials{
		width: max-content !important;
		max-width: calc(100% / 3) !important
	}
	
	.footer-top{
		padding-bottom: 80px;
	}
	
	.list-members{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.investment-focus__content, .section-cta__content{
		width: 100% ;
		max-width: 100%;
	}
	
	.investment-focus__image, .section-cta__image{
		width: 100%;
		aspect-ratio: 440 / 385;
	}
	
	.investment-focus__content{
		padding: 40px;
	}
	
	.form-cta{
		margin-top: 40px;
	}
	
	.heading-cta{
		max-width: 100%;
		
	}
	
	.investment-focus__accordion{
		max-width: 100%;
	}
	
	.form-cta{
		max-width: unset;
	}
}

@media (max-width: 767px){
	header .hamburger {
        display: flex;
        z-index: 9999;
		padding: 9px 5.33px;
        width: 32px;
        height: 32px;
    }
	
	header .hamburger.active{
		padding: 5px 4.33px;
	}
	header.menu-navbar{
		padding: 21px 0 20px
	}
	
	.logo-navbar a img{
		max-width: 110px;
	}

	.menu-navbar.active .container{
		 z-index: 9999;
		position: relative;
	}
	
	
	
	/* Mobile Menu Overlay */
	.mobile-menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.4);
		z-index: 999;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.mobile-menu-overlay.active {
		opacity: 1;
	}

	.mobile-menu-panel {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;         
    	overflow-y: auto;
		background: #ffffff;
		z-index: 1000;
		padding: 162px 40px 40px;
		box-shadow: 0 10px 40px rgba(0,0,0,0.15);
		clip-path: inset(0 0 100% 0);
		opacity: 0;
		transition: clip-path 0.5s ease, opacity 0.4s ease;
	}

	.mobile-menu-panel.active {
		clip-path: inset(0 0 0% 0);
		opacity: 1;
		transition: clip-path 0.5s ease, opacity 0.4s ease;
	}

	.mobile-menu-panel .menu-main {
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}

    .hamburger.active{
        right: 20px;
    }
	
	.hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }
	
	.hamburger.active span {
        background: #000;
		min-height: 1px;
		width: 28.33px;
    }
	
	.main-menu{
        display: block;
    }

	.menu-header, .button-frame{
		display: none;
	}
	
    .main-menu.active {
        transform: translateX(0);
        height: max-content;
        z-index: 1000;
    }

    .main-menu {
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
    }
	
	.menu-main a{
		color: #000000;
		font-weight: 400;
		font-size: 28px;
		line-height: 140%;
		letter-spacing: 0%;

	}
	
	.mobile-contact a{
		display: flex;
		gap: 4px;
		align-items: center;
		color: #000;
		font-weight: 400;
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: 0;

	}
	
	.mobile-button-frame a{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 12.5px 20px;
	}
	
	.mobile-contact{
		display: flex;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 32px;
	}
	
	.menu-main{
		margin-bottom: 135px;
	}
	
	.mobile-socials a{
		color: #696969;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0;

	}
	
	.mobile-socials{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
		margin-top: 40px
	}
	
	.investment-focus__image{
		display: none;
	}
	
	.accordion-body{
		opacity: 1 !important;
		height: max-content !important;
	}
	
	.banner-content{
		        width: 100%;
	}
	
	.banner-heading h1, .heading-cta{
		font-size: 36px;
	}
	
	section.banner-home{
		padding-top: 142px;
	}
	
	.banner-heading, .investment-framework__heading{
		max-width: 90%;
	}
	.banner-button a{
		font-family: 'Satoshi';
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}
	
	section.banner-home{
		padding-bottom: 83px;
	}
	
	.banner-description{
		margin-bottom: 23px;
	}
	
	.investment-framework__heading h2, .accordion-header h3{
		font-size: 24px;
	}
	
	.investment-framework {
		padding: 32px 0 128px;
	}
	
	.investment-framework__heading h2{
		margin-bottom: 49px
	}
	
	.investment-framework__list{
		padding: 0 20px;
	}
	
	.investment-framework__item{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 41px 0 38px;
		gap: 23px;
	}
	
	.investment-framework__description{
		width: 97%
	}
	
	.investment-focus__content{
		padding: 0
	}
	
	.accordion-body{
		max-width: 99.4%;
	}
	
	.accordion-body p:not(:last-child) {
		margin-bottom: 42px;
	}
	
	.accordion-image{
		display: block;
		aspect-ratio: 440 / 280;
		width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: 32px;
		line-height: 0;
	}
	
	
	.accordion-item{
		padding: 60px 20px 0 !important;
		border: none;
	}
	
	.accordion-image img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.accordion-item:nth-child(even) {
		background: #1B1B1B;
	}
	
	.accordion-item:nth-child(even) .accordion-header h3,.accordion-item:nth-child(even) .accordion-body,.accordion-item:nth-child(even) .accordion-body ul{
		color: #fff;
	}
	
	.accordion-item:nth-child(even) .accordion-body p{
		color: #bebebe
	}
	
	.accordion-item:nth-child(even) .accordion-header h3{
		color: #FFFFFF !important;
	}
	
	.accordion-item:nth-child(even) .accordion-body li::before{
		background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjkwOTY2IDExLjA3ODFMMi4zNzQzMyA3LjU0MjhMMS42NjY5OSA4LjI0OTQ3TDUuNDM4MzMgMTIuMDIwOEM1LjU2MzM0IDEyLjE0NTggNS43MzI4OCAxMi4yMTYgNS45MDk2NiAxMi4yMTZDNi4wODY0NCAxMi4yMTYgNi4yNTU5NyAxMi4xNDU4IDYuMzgwOTkgMTIuMDIwOEwxNC4xNTkgNC4yNDI4TDEzLjQ1MjMgMy41MzYxM0w1LjkwOTY2IDExLjA3NzVWMTEuMDc4MVoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+')
	}
	
	.accordion-icon{
		display: none;
	}
	
	.accordion-body{
		margin-top: 32px !important;
	}
	
	.accordion-header h3{
		color: #000 !important;
	}
	
	.selected-investments__heading h2, .selected-investments__heading p{
		text-align: left;
	}
	
	.selected-investments{
		padding: 54px 0 52px
	}
	
	.selected-investments__heading h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.selected-investments__heading p{
		margin-bottom: 40px;
	}
	.portfolio-filters{
		justify-content: flex-start;
   		 margin-bottom: 41px;
	}
	
	.selected-investments{
		overflow: hidden
	}
	
	.portfolio-list--mobile{
		    overflow: visible !important;
		display: block !important;
	}
	
	.portfolio-list--desktop{
		display: none !important;
	}
	
	.portfolio-item:hover .portfolio-item__image, .portfolio-item .portfolio-item__image  {
		aspect-ratio: 400 / 240;
	}
	
	.portfolio-item{
		aspect-ratio: unset;
	}
	
	.portfolio-item::after {
		display: none;
	}
	
	.portfolio-item__content {
		display: block !important;
		height: 0;
		overflow: hidden;
		padding: 0;
    	transition: height 0.4s ease, padding-top 0.4s ease;
		right: unset !important;
		background: inherit;
		max-width: 100%;
        width: 100%;
        min-width: unset;
	}
	
	.portfolio-item.is-open .portfolio-item__content{
		padding-top: 24px;
	}
	
	.portfolio-item__image{
		margin-bottom: 24px;
	}
	
	h3.portfolio-item__title{
		color: #fff !important;
		font-weight: 500;
		font-size: 20px;
		margin-bottom: 19px;
	}
	
	.portfolio-toggle{
		color: #FFFFFF99;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0%;
		background: inherit !important;
		border: none !important;
		outline: none !important;
		box-shadow: none !important;
	}
	
	.portfolio-badge{
		left: 16px;
		top: 16px;
	}
	
	.detail-label{
		color: #FFFFFF99;
	}
	
	.detail-value{
		color: #FFFFFF;
	}
	
	.portfolio-details__item:first-child{
		padding-top: 2px;
	}
	
	.portfolio-details__item{
		border-bottom: 1px solid  #DDDDDD1A
	}
	
	.section-leadership{
		display: none;
	}
	
	.section-cta__content{
		padding: 40px 20px
	}
	
	.heading-cta{
		font-size: 32px;
	}
	
	.form-cta{
		margin-top: 49px;
	}
	.form-cta input, .form-cta textarea{
		margin-bottom: 14px !important;
	}
	
	.form-cta textarea {
		height: 69px;
	}
	p:has(.wpcf7-submit){
		margin-top:21px;
		width: 100%;
	}
	
	.form-cta input.wpcf7-form-control.wpcf7-submit{
		width: 100%;
    	padding: 12px !important;
	}
	
	p:has(.wpcf7-submit)::after{
		right: calc(50% - 68px);
	}
	
	.main-footer .container{
		padding-left: 40px;
		padding-right: 40px
	}
	
	.footer-top__col.footer-col__socials{
		width: 100% !important;
		max-width: unset !important
	}
	
	.footer-top__col{
		width: 50% !important;
	}
	
	footer .menu-main{
		margin-bottom: 60px !important
	}
	
	.footer-top{
		padding: 40px 0 78px;
		border-bottom: none !important;
	}
	
	.description-footer{
		font-size: 16px;
		width: 86%;
	}
	
	.logo-footer{
		margin-bottom: 20px;
	}
	
	.footer-top__col.footer-col__socials .footer-top__heading{
		margin-bottom: 24px;
	}
	
	.footer-socials{
		display: flex;
		flex-direction: row;
		gap: 41px;
	}
	
	.footer-bottom{
		flex-direction: column-reverse;
		padding: 0 !important;
		    gap: 17px;
		padding-bottom: 24px !important;
	}
	
	.footer_bottom__link ul {
		display: flex;
		gap: 40px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.footer_bottom__link{
		padding-bottom: 12px;
    	border-bottom: 1px solid #DDDDDD66;
	}
	
	.footer-copyright{
		text-align: center;
	}
	
	.portfolio-item:hover .portfolio-item__image{
		width: 100% !important
	}
}



