@font-face {
	font-family: "Abril Titling Narrow";
	src: url("../assets/fonts/AbrilTitlingNar.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Helvetica Neue";
	src: url("../assets/fonts/HelveticaNeue-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

.newsSection {
	margin: 74px 0 66px;
	position: relative;
	padding: 95px 0;
	border-radius: 36.125px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(0deg, rgba(4, 1, 21, 0.1), rgba(4, 1, 21, 0.1)), radial-gradient(72% 50.1% at 48.43% 129.4%, #CFB687 0%, rgba(207, 182, 135, 0) 100%);
	backdrop-filter: blur(16.933391571044922px);
	margin-top:10px;
	margin-top: 0px;
	padding-top: 40px;
}

.newsSection .sectionHeading {
	margin-bottom: 0 !important;
}

.newsSection .staticCardsContainer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 83px;
	padding: 0;
}

@media (max-width: 1024px) {
	.newsSection .staticCardsContainer {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

.newsSection .staticCardsContainer .newsCard--static {
	width: 100%;
	max-width: none;
	min-height: 186px;
}

.newsSection .homeNewsSwiper {
	position: relative;
	padding: 24px 24px 64px;
	margin-bottom: 34px;
}

.newsSection .homeNewsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 286px;
    height: auto
 }

.newsSection .newsCard {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    padding: 32px 28px 28px;
    /*width: 100%;*/
    min-height: 286px;
    height: auto;
    display: flex;
    flex-direction: column;
 }

.newsSection .homeNewsSwiper .swiper-slide>.newsCard {
	max-width: none
}

.newsSection .newsCard-logo img {
	height: 39px;
	width: auto;
	display: inline-block;
	transition: transform .2s ease;
}

.newsSection .newsCard-logo a:hover img {
	transform: scale(1.25);
}

.newsSection .newsCard-quote {
    margin: 0 auto;
    padding: 29px 0 32px;
    max-width: 449px;
    flex: 1;
 }

.newsSection .newsCard-quote p {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.8;
    letter-spacing: 0;
    text-align: center;
    color: #251930;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700
 }

 /*
.newsSection .newsCard-quote p::before {
	content: "\201C";
	font-family: "Abril Titling Narrow", "Abril Titling", serif;
	line-height: 1;
	display: inline-block;
}

.newsSection .newsCard-quote p::after {
	content: "\201D";
	font-family: "Abril Titling Narrow", "Abril Titling", serif;
	line-height: 1;
	display: inline-block;
}
*/

.newsSection .newsCard-quote--static {
	padding: 22px 0 20px;
}

.newsSection .newsCard-quote--static p {
	font-size: 12px;
	line-height: 1;
}

.newsSection .newsCard-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
 }

 @media (max-width: 768px) {
	.newsSection .newsCard-footer {
		flex-direction: column;
		gap: 16px;
	}

	.newsCard-quote p {
		font-size: 12px!important;
	}
 }


 

.newsSection .newsCard-footer--static {
	justify-content: flex-start;
	gap: 10px;
}

.newsSection .newsCard-footer--static .newsCard-cta {
	margin-left: auto;
}

.newsSection .newsCard-member-image {
	flex-shrink: 0;
}

.newsSection .newsCard-member-image img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.newsSection .newsCard-member-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: left;
}

.newsSection .newsCard-member-title {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #051930;
	line-height: 1.2;
}

.newsSection .newsCard-member-position {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #051930;
	opacity: 0.7;
	line-height: 1.2;
	max-width: 124px;
}

@media (max-width: 768px) {
	.newsSection .newsCard-footer--static {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.newsSection .newsCard-footer--static .newsCard-cta {
		margin-left: 0;
		width: 100%;
		order: 99;
	}
}

.newsSection .newsCard-cta {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #051930;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	display: none;
	transform-origin: center;
	transition: transform .2s ease
}

.newsSection .newsCard-cta::before,
.newsSection .newsCard-cta::after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	background: #E4CE93;
	margin: 0 auto 2px;
	transition: transform .2s ease
}

.newsSection .newsCard-cta::after {
	margin: 2px auto 0
}

.newsSection .newsCard-cta:hover {
	transform: scale(1.25)
}

.newsSection .newsCard-cta:hover::before {
	transform: translateY(-2px)
}

.newsSection .newsCard-cta:hover::after {
	transform: translateY(2px)
}

.newsSection .newsCard-brand {
	transition: transform .2s ease
}

.newsSection .newsCard-brand img {
	height: auto;
    width: auto;
    display: inline-block;
    max-width: 110px;
    max-height: 41px;
}

.newsSection .newsCard-brand:hover {
	transform: scale(1.25)
}

.newsSection .homeNewsSwiper .swiper-button-prev,
.newsSection .homeNewsSwiper .swiper-button-next {
	width: 36px;
	height: 36px;
	top: auto;
	bottom: 8px
}

.newsSection .homeNewsSwiper .swiper-button-prev {
	left: calc(50% - 70px)
}

.newsSection .homeNewsSwiper .swiper-button-next {
	left: calc(50% + 23px)
}

.newsSection .homeNewsSwiper .swiper-button-prev:after,
.newsSection .homeNewsSwiper .swiper-button-next:after {
	display: none
}

.newsSection .homeNewsSwiper .swiper-slide {
	transition: opacity .25s ease
}

.newsSection .homeNewsSwiper .swiper-slide {
	opacity: 1
}

.newsSection .homeNewsSwiper .swiper-slide.swiper-slide-active {
	opacity: 1
}



.secondCol h1 {
    margin-top:20px;
    font-size:50px;
    margin-bottom:15px
}

.secondCol p {
    font-size:30px;
}