@font-face {
  font-family: Founders;
	src: url("../fonts/FoundersGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Regular.otf") format("opentype");
	font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Founders;
	src: url("../fonts/FoundersGrotesk-RegularItalic.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-RegularItalic.otf") format("opentype");
	font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Founders;
	src: url("../fonts/FoundersGrotesk-Light.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-Light.otf") format("opentype");
	font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Founders;
	src: url("../fonts/FoundersGrotesk-LightItalic.woff2") format("woff2"),
    url("../fonts/FoundersGrotesk-LightItalic.otf") format("opentype");
	font-weight: 300;
  font-style: italic;
}
h2 {
	font-size: 64px;
	line-height: 105%;
	color: #161616;
}
h3 {
	color: #161616;
	font-size: 45px;
	line-height: 105%;
	font-weight: 400;
}
.scala *,
.scala {
	font-family: "ff-scala", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
.scala em,
.scala i {
	font-family: "ff-scala", sans-serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
}
body.page-template-annual-report {
	font-family: Founders;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	color: #161616;
}
body.page-template-annual-report {
	--header-height: 103px;
}
body.page-template-annual-report .nav-container ul:not(.sub-menu)::after {
	display: none;
}
body.page-template-annual-report .nav-container ul li a {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 100%;
	color: #ffffff;
	font-weight: 300;
}
body.page-template-annual-report .nav-container .sub-menu-wrap,
body.page-template-annual-report .nav-container .sub-menu {
	display: none;
}
body.page-template-annual-report .nav-container ul {
	gap: 40px;
	padding: 0;
}
body.page-template-annual-report header .nav-container {
	align-items: center;
}
h1.small {
	font-family: Founders;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 105%;
	margin: 0 0 32px;
}
body.page-template-annual-report p {
	font-family: Founders;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 105%;
}
body.page-template-annual-report footer {
	display: none !important;
}
body.page-template-annual-report .container {
	max-width: 100%;
}
body.page-template-annual-report .in-numbers-report-section .container {
	max-width: 1300px;
}
.page-template-annual-report .bg-content {
	position: relative;
	z-index: 5;
}
.page-template-annual-report .body > p:last-of-type {
	margin: 0;
}
.report-top-section {
	height: 100vh;
	height: 100svh;
	min-height: 700px;
	background: #161616;
	padding: 243px 0 45px;
	position: relative;
	overflow: hidden;
}
.report-top-section #bg-svg {
	position: absolute;
	bottom: -132%;
    right: -100%;
	z-index: 1;
}
.report-top-section .container {
	position: relative;
	height: 100%;
}
.report-top-section .top-body {
	position: absolute;
	bottom: 65px;
	right: 92px;
	z-index: 5;
	max-width: 322px;
}
.report-top-section h2 {
	font-size: 72px;
	line-height: 100%;
}
.report-top-section .titles {
	max-width: 642px;
}
.report-top-section .dev-svg-container {
	position: absolute;
	z-index: 3;
	width: 687px;
	height: 433px;
	bottom: 0;
	right: 0;
}
.report-top-section .dec-svg-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	overflow: unset;
}
.report-top-section .dec-svg-2 {
	position: absolute;
	bottom: 53%;
    right: 15.4%;
	display: block;
	overflow: unset;
}
.in-numbers-report-section {
	padding: 89px 0;
	background: #ffffff;
}
h2.small {
	font-size: 32px;
	line-height: 105%;
	margin: 0 0 12px;
	color: #161616;
}
h2.small.white {
	color: #ffffff;
}
p {
	color: #161616;
}
.in-numbers-report-grid {
	display: grid;
	grid-template-columns: repeat(3, calc(33.33% - 5.333px));
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	margin: 48px 0 0;
}
.in-numbers-item {
	min-height: 250px;
	height: 100%;
	background: #1D1D1B;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.in-numbers-item.has-number .bg::after {
	content: '';
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(287.57deg, rgba(0, 0, 0, 0) 60.91%, rgba(0, 0, 0, 0.6) 99.43%)
}
.in-numbers-item .in-numbers-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 5;
}
.report-highlight-item .bg,
.in-numbers-item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
html {
  scroll-behavior: smooth;
}
img.ofc,
video.ofc {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}
.report-top-section .floating-scroll-svg a,
.report-top-section .floating-scroll-svg svg {
	display: block;
}
.looking-ahead-fifty-fifty h2,
.looking-ahead-fifty-fifty .body {
	max-width: 536px;
}
.report-footer h2.small {
	font-size: 48px;
}
.report-top-section .floating-scroll-svg {
	position: absolute;
	z-index: 10;
	left: 48px;
	bottom: 48px;
}
.in-numbers-report-grid > div:nth-of-type(4) {
	grid-column: span 2;
}
.in-numbers-report-grid > div:nth-of-type(5) .in-numbers-item::after,
.in-numbers-report-grid > div:nth-of-type(3) .in-numbers-item::after {
	content: '';
	position: absolute;
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.in-numbers-report-grid > div:nth-of-type(3) .in-numbers-item::after {
	background: url('/wp-content/uploads/bg-grad-1-min.png');
	background-size: cover;
}
.in-numbers-report-grid > div:nth-of-type(5) .in-numbers-item::after {
	background: url('/wp-content/uploads/bg-grad-2-min.png');
	background-size: cover;
}
.in-numbers-item p.number {
	font-size: 72px;
	font-weight: 400;
	margin: 0 0 12px;
}
.in-numbers-item .body {
	margin-top: auto;
	max-width: 75%;
} 
.report-highlights-section {
	padding: 64px 0;
	background: #161616;
	overflow: hidden;
}
.report-highlights-section .titles {
	max-width: 790px;
	margin: 0 auto 48px;
}
.report-highlights-section .swiper-pagination {
	position: relative !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: 48px 0 0;
	padding: 0 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.report-highlights-section .swiper-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	background: #ffffff;
	display: block;
	width: 14px;
	height: 10px;
	border-radius: 9px;
	opacity: 0.2;
	transition: all .1s ease;
	cursor: pointer;
}
.report-highlights-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	width: 17px;
	height: 12px;
}
.report-highlight-item {
	padding: 20px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	min-height: 500px;
	display: flex;
	flex-direction: column;
}
.report-highlight-item .body {
	margin-top: auto;
}
.report-highlight-item .body p {
	font-size: 24px;
}
.report-highlight-item-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.report-highlight-item .bg::before,
.report-highlight-item .bg::after {
	content: '';
	position: absolute;
	display: block;
	height: 200px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.report-highlight-item .bg::after {
	top: 0;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity: .7;
}
.report-highlight-item .bg::before {
	bottom: 0;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity: .5;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.report-highlight-item-inner h3 {
	font-size: 34px;
	line-height: 100%;
}
.report-highlights-swiper .swiper-slide {
  overflow: visible;
}
.report-highlights-swiper .slide-inner {
  --s: 0.9;
  transform: scale(var(--s));
  opacity: 0.5;
  margin-left: calc((var(--s) - 1) * 50%);
  margin-right: calc((var(--s) - 1) * 50%);
  transition: transform 300ms ease, opacity 300ms ease, margin 300ms ease;
  transform-origin: center center;
  will-change: transform, opacity, margin;
}
.report-highlights-swiper .swiper-slide-active .slide-inner {
  --s: 1;
  opacity: 1;
}
.report-highlights-swiper .swiper-slide-next .slide-inner,
.report-highlights-swiper .swiper-slide-prev .slide-inner {
  --s: 0.9;
  opacity: 0.5;
}
.report-footer {
	padding: 120px 0 0;
	background: #161616;
	position: relative;
	overflow: hidden;
}
.report-footer .bg-svg {
	position: absolute;
	z-index: 1;
}
.report-footer .bg-svg-1 {
	left: 0;
	bottom: 0;
}
.report-footer .bg-svg-2 {
	right: 0;
	top: 0;
}
.report-footer .bottom-svg-wrap {
	margin: 116px 0 0;
}
.report-footer .bottom-svg-wrap svg {
	width: 100%;
	height: auto;
}
.report-footer .btn-container {
	margin: 48px 0 0;
}
.report-footer h2 {
	margin: 0 0 24px;
}
a.report-btn {
	display: inline-block;
	padding: 10px 16px 3px;
	background: #ffffff;
	border-radius: 20px;
	color: #161616;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 100%;
	text-decoration: none;
}
.financial-year-top {
	position: relative;
	padding: 163px 0 182px;
	background: #161616;
}
.financial-year-top .titles {
	width: 50%;
	max-width: 492px;
	margin-right: 100px;
	margin-left: auto;
}
.financial-year-top h2 {
	font-style: italic;
	margin: 0 0 24px;
}
p.pre-title {
	text-transform: uppercase;
	margin: 0 0 8px;
}
.img-shapes {
  height: 0;
  overflow: hidden;
}
.clip-shape-1 {
	-webkit-clip-path: url("#clip-shape-1");
  	clip-path: url("#clip-shape-1");
}
.clip-shape-2 {
	-webkit-clip-path: url("#clip-shape-2");
  	clip-path: url("#clip-shape-2");
}
.clip-shape-1,
.clip-shape-2 {
	overflow: hidden;
}
.clip-shape-1 svg {
	position: absolute;
    bottom: -142%;
    right: 10%;
    z-index: 2;
}
.clip-shape-2 svg {
	position: absolute;
    bottom: -88%;
    right: -70%;
    z-index: 2;
}
.looking-ahead-img {
	position: relative;
}
.looking-ahead-img svg.main-svg {
	position: absolute;
	top: 99.4%;
	right: 0;
	width: 94%;
    height: auto;
	z-index: 3;
	overflow: unset;
}
.looking-ahead-img .img-container {
	position: relative;
	z-index: 1;
}
.looking-ahead-top {
	margin: 72px 0 0;
	max-width: 1180px;
}
.looking-ahead {
	padding: 0 0 120px;
	overflow: hidden;
}
.looking-ahead-fifty-fifty {
	margin: 120px 0 0;
}
.looking-ahead-fifty-fifty .flex-row {
	gap: 64px;
	align-items: center;
}
.looking-ahead-fifty-fifty .flex-row > .left {
	width: 50%;
	max-width: 50%;
	min-width: 50%;
}
.looking-ahead-fifty-fifty h2 {
	margin: 0 0 32px;
	font-size: 40px;
}
.looking-ahead-fifty-fifty .right > div:nth-of-type(2) {
	margin: 24px 0 0;
}
.looking-ahead-fifty-fifty .right > div:nth-of-type(2) p {
	font-weight: 400;
}
.financial-year-section {
	overflow: hidden;
}
.finance-img {
	max-width: 700px;
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 695px;
}
.finance-img .img-wrap,
.finance-img .img-container {
	height: 100%;
}
.financial-year-bottom {
	position: relative;
	height: 900px;
}
.financial-year-bottom .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.financial-year-bottom .gradient-svg {
	position: absolute;
	right: -75%;
    top: 48%;
	z-index: 2;
}
.financial-year-bottom .bottom-svg {
	position: absolute;
	top: -140px;
	left: -200px;
	z-index: 3;
	display: block;
	width: 960px;
    height: auto;
	overflow: unset;
}
.financial-year-bottom .container {
	max-width: 100%;
}
.financial-year-bottom .bottom-svg-2 {
	z-index: 4;
	top: 0;
	left: 0;
	position: absolute;
	height: 666px;
    width: 758px;
}
.financial-year-bottom .title {
	max-width: 556px;
	padding: 110px 0 0;
}
.financial-year-bottom .title h3 {
	font-size: 40px;
}
.bottom-svg-wrap .svg-wrap {
	top: 200px;
	position: relative;
	opacity: 0;
	will-change: top;
}
.bottom-svg-wrap.in-view .svg-wrap {
	top: 0;
	opacity: 1;
	transition: top .7s ease;
}
.report-top-section svg {
	opacity: 0;
}
.normal-anim,
.report-top-section h1,
.report-top-section h2,
.report-top-section .body {
	transform: translateY(50px);
	opacity: 0;
}
.report-top-section.loaded svg {
	opacity: 1;
	transition: opacity .2s ease;
}
.in-view .normal-anim,
.report-top-section.in-view h1,
.report-top-section.in-view h2,
.report-top-section.in-view .body {
	transform: translateY(0);
	opacity: 1;
	transition: transform .5s ease,opacity .5s ease;
}
.in-view .normal-anim.delay-1,
.report-top-section.loaded h2 {
	transition-delay: .1s;
}
.in-view .normal-anim.delay-2,
.report-top-section.loaded .body {
	transition-delay: .2s;
}
.in-view .normal-anim.delay-3 {
	transition-delay: .3s;
}
.in-view .normal-anim.delay-4 {
	transition-delay: .4s;
}
.in-view .normal-anim.delay-5 {
	transition-delay: .5s;
}
.in-view .normal-anim.delay-6 {
	transition-delay: .6s;
}
@media all and (max-width: 1350px) {
	.financial-year-top .titles {
		margin-right: 0;
	}
	.finance-img {
		width: 567px;
    	height: 705px;
	}
}
.show-mob {
	display: none !important;
}
@media all and (max-width: 1200px) {
	.report-top-section .floating-scroll-svg {
		left: 24px;
	}
}
@media all and (max-width: 992px) {
	body.page-template-annual-report .nav-container ul {
		padding: 0 24px 40px;
		gap: 0;
	}
	body.page-template-annual-report .nav-container ul li.menu-item-has-children::before,
	body.page-template-annual-report .nav-container ul li.menu-item-has-children::after {
		display: none;
	}
	.in-numbers-report-grid {
		grid-template-columns: repeat(2, calc(50% - 4px));
	}
	.in-numbers-report-grid > div:nth-of-type(3) {
		order: 2;
	}
	.report-top-section {
		padding: 160px 0 48px;
	}
	body.page-template-annual-report {
		--header-height: 76px;
	}
	.financial-year-bottom .title h3,
	h3 {
		font-size: 32px;
	}
	.looking-ahead-fifty-fifty .flex-row {
		flex-direction: column;
		gap: 24px;
		align-items: flex-start;
	}
	.looking-ahead-fifty-fifty h2, .looking-ahead-fifty-fifty .body {
		max-width: 632px;
	}
	.looking-ahead-fifty-fifty .flex-row > .left {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.looking-ahead-fifty-fifty .img-container {
		max-width: 450px;
	}
	.financial-year-bottom .bottom-svg {
		width: 760px;
	}
	.financial-year-bottom .bottom-svg-2 {
		height: 485px;
    	width: 565px;
	}
	.financial-year-bottom .title {
		max-width: 500px;
		padding: 64px 0 0;
	}
	.financial-year-bottom .gradient-svg {
		right: -50%;
    	top: 66%;
		width: 700px;
        height: auto;
	}
	.finance-img {
		position: relative;
		height: auto;
	}
	.clip-shape-2 svg {
		bottom: -75%;
    	right: -71px;
    	z-index: 2;
    	width: 500px;
    	height: auto;
	}
	.financial-year-top {
		padding-top: 0;
	}
	.financial-year-top .titles {
		width: 100%;
		max-width: 100%;
		margin: 80px 0 40px;;
	}
}
@media all and (max-width: 768px) {
	.hide-mob {
		display: none !important;
	}
	.show-mob {
		display: block !important;
	}
	.report-top-section .dec-svg-2 {
		display: none;
	}
	.financial-year-bottom {
		height: 900px;
	}
	.financial-year-bottom .gradient-svg {
		width: 90%;
		top: 80%;
	}
	.financial-year-bottom .bottom-svg {
		width: 654px;
	}
	.financial-year-bottom .bottom-svg-2 {
        height: 406px;
        width: 465px;
    }
	.financial-year-bottom .title {
		max-width: 400px;
	}
	h2 {
		font-size: 40px;
	}
	.finance-img {
		width: 100%;
		max-width: 550px;
	}
	.clip-shape-2 svg {
		width: 95%;
	}
	.report-footer h2.small {
		font-size: 32px;
	}
	.report-top-section .dev-svg-container {
		width: 100%;
	}
	.financial-year-bottom .title h3,
	h3 {
		font-size: 26px;
	}
	.report-highlight-item {
		padding: 12px;
	}
	.report-highlight-item-inner h3 {
		font-size: 26px;
	}
	.report-highlight-item .body p {
		font-size: 20px;
	}
	.report-highlight-item {
		min-height: 400px;
	}
	.looking-ahead-img svg.main-svg {
		opacity: 0.6;
	}
	.report-top-section .dec-svg-1 {
		width: 78%;
		height: auto;
		opacity: 0;
	}
	.report-top-section.loaded .dec-svg-1   {
		opacity: 0.8;
	}
	.in-numbers-report-grid {
		grid-template-columns: 100%;
	}
	.in-numbers-report-grid > div:nth-of-type(3) {
		order: unset;
	}
	.in-numbers-report-grid > div:nth-of-type(4) {
		grid-column: span 1;
	}
	.in-numbers-item p.number {
		font-size: 60px;
	}
	.looking-ahead {
		padding: 0 0 48px;
	}
	.report-footer .bottom-svg-wrap {
		margin: 48px 0 0;
	}
	.report-footer {
		padding: 48px 0 0;
	}
	.in-numbers-report-section {
		padding: 48px 0;
	}
	.report-top-section h2 {
		font-size: 40px;
	}
	.looking-ahead-fifty-fifty h2 {
		font-size: 32px;
		margin: 0 0 24px;
	}
	.looking-ahead-fifty-fifty {
		margin: 80px 0 0;
	}
	h1.small {
		font-size: 20px;
		margin: 0 0 24px;
	}
	.report-footer .bg-svg-2 {
    	right: -10%;
    	top: -39%;
    	max-width: 375px;
	}
	.report-footer .bg-svg-1 {
		max-width: 375px;
		left: -10%;
		bottom: -40%;
	}
}
@media all and (min-width: 1200px) {
	.report-footer .bg-svg-2 {
		height: 100%;
	}
	
}
@media all and (min-width: 1300px) {
	.report-top-section #bg-svg {
		right: -65%;
	}
}