section.academy {
	font-family: var(--default-font);
	padding-top: 30px;
	margin: 60px var(--section-margin) 24px var(--section-margin);
}

section.academy div#disclaimer-box p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	text-align: justify;
}

section.academy div#disclaimer-box h3 {
	margin-top: 20px;
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 19px;
	font-weight: 500;
}

section.academy div#disclaimer-box ul {

}

section.academy div#disclaimer-box li {

}

section.academy #disclaimer-dismiss-btn {
	margin-top: 40px;
}


section .title-btn-holder {
	flex-direction: row;
	justify-content: space-between;
}

section .title-btn-holder .material-bubble__text {
	vertical-align: unset;
	line-height: 10px;
}
section .title-btn-holder .material-bubble {
	color: black;
	border-color: var(--btn-primary-color);
	border-style: solid;
	border-width: 2px;
	line-height: 1.3 !important;
	transition: unset !important;
}
section .title-btn-holder .material-bubble::before {
	background-color: white;
}
section .title-btn-holder .material-bubble:hover::before {
	background-color: #eaeaea;
}

@media only screen and (max-width: 700px) {
	section .title-btn-holder {
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 72px;
	}
	section .title-btn-holder .material-bubble {
		margin: 0 auto;
	}
}

section.academy h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 40px;
}

section.academy h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

.a_account-btn {
	color: var(--btn-primary-color);
	font-weight: bold;
	/*margin-bottom: 50px;*/
}

@media only screen and (max-width: 916px) {
	section.academy > .academy__container > video {
		margin: 0 auto;
		width: 100vw;
		overflow: hidden;
		border-radius: 16px;
	}
}

section.academy > .academy__container > video {
	margin: 0 auto;
	width: 50vw;
	overflow: hidden;
	border-radius: 16px;
}

section.academy .blogs__main-container {
	border-radius: 45px 45px 45px 45px;
	box-shadow: 0 0 24px 1px rgba(121, 160, 190, 0.24);
	background-color: white;
	display: flex;
	flex-direction: column;
}

.home-blog__blog-card {
	position: relative;
	background-color: white;
	border-radius: 45px 45px 45px 45px;
	box-shadow: 0 0 24px 1px rgba(121, 160, 190, 0.24);
	max-height: 250px;
	max-width: calc(100vw - calc(10% + 60px));
	aspect-ratio: 16 / 9;
	direction: var(--default-direction);
	cursor: pointer;
}

.home-blog__blog-image {
	height: 100%;
	margin: 0 auto;
}

.home-blog__blog-image img {
	object-fit: cover;
	margin: 0 auto;
	max-height: 300px;
	aspect-ratio: 16 / 9;
	max-width: 100%;
	width: 100%;
	border-radius: 45px 45px 45px 45px;
}

.home-blog__blog-grad {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 45px 45px 45px 45px;

	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1); ;
}

.home-blog__blog-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
}

.home-blog__blog-text h5 {
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 500;
	color: white;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0 0 0 0;
	margin: 0 30px 10px 0;
	border-radius: 0 0 0 0;
}
