.breadcrumbs-item {
	color: #007F5C;
}

.breadcrumbs-item:nth-last-child(2)::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9583 14.5L26 7.5L18.9583 0.5L18.1924 1.26138L23.9265 6.96154H0V8.03846H23.9265L18.1924 13.7386L18.9583 14.5Z' fill='%23007F5C'/%3E%3C/svg%3E");

}

.vespireit.topblock {
	display: flex;
	flex-direction: row;
	border-radius: 30px;
	overflow: hidden;
}
@media(max-width: 768px){
	.vespireit.topblock {
		flex-direction: column-reverse;
		border-radius: 20px;
	}
}
.vespireit.topblock .intro {
	background-color: #007F5C;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}
.vespireit.topblock h1, .vespireit.topblock p {
	color: #FFF;
}
.vespireit.topblock h1 {
	font-size: 28px;
}
@media(min-width: 1024px){
	.vespireit.topblock h1 {
		font-size: 36px;
	}
}
.vespireit.topblock .image {
	aspect-ratio: 1;
	background-color: #FFF;
	filter: brightness(95%);
}
.vespireit.topblock .image img {
	display: block;
	aspect-ratio: 1;
	object-fit: contain;
}

@media(min-width: 1024px){
}
h2, h2 sup, h3, h3 sup, p sup {
	/*color: #29394D;*/
	color: #007F5C;
}

.anons a, .anons a:hover, .anons a:active, .anons a:visited {
	color: #007F5C;
	text-decoration: underline;
}

.anons {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.anons .image {
	width: 100%;
	aspect-ratio: 3/2;
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFF;
	filter: brightness(95%);
	margin-bottom: 20px;
}
.anons .image img {
	display: block;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.anons .image.contain img{
	object-fit: contain;
}
.anons .text {
	width: 100%;
}
.anons .text h4 {
	margin-bottom: 0.5em;
}
h4, h4 sup {
	color: #007F5C;
}

.wideblock {
	display: flex;
	flex-direction: row;
	border-radius: 30px;
	overflow: hidden;
}
@media(max-width: 768px){
	.wideblock {
		flex-direction: column-reverse;
		border-radius: 20px;
	}
}

.wideblock .text {
	width: 62.5%;
	background-color: #007F5C;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}
@media(max-width: 768px){
	.wideblock .text {
		width: 100%;
	}
}
.wideblock .text p {
	color: #FFF;
}
.wideblock .intro {
	width: 37.5%;
	background-color: #DEE1E8;
	color: #007853;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}
@media(max-width: 768px){
	.wideblock .intro {
		width: 100%;
	}
}
.wideblock h3, .wideblock p, .wideblock sup {
	color: #007853;
}
.wideblock h3 {
	font-size: 36px;
}
@media(max-width: 768px){
	.wideblock h3 {
		font-size: 28px;
	}
}
.wideblock .image {
	width: 62.5%;
	background-color: #FFF;
	filter: brightness(95%);
}
.wideblock .image img {
	display: block;
	object-fit: contain;
}

.center {
	text-align: center;
}
.questions {
	display: block;
	width: 100%;
	background-color: #FFF;
	filter: brightness(95%);
	border-radius: 30px;
	overflow: hidden;
}
@media(max-width: 768px){
	.questions {
		border-radius: 20px;
	}
}
.questions img {
	display: block;
	object-fit: contain;
}


.buttons-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media (min-width: 1280px) {
  .btn-green {
    padding: 0 25px;
    font-size: 16px;
    height: 60px;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .btn-green {
    padding: 0 25px;
    font-size: 16px;
    height: 60px;
  }
}
.btn-green {
	text-decoration: none;
	background: #007F5C;
	padding: 0 15px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	width: auto;
	height: 47px;
	align-items: center;
	display: flex;
	justify-content: center;
}




h1.webinar-title{font-weight: 700;margin-bottom: 20px; font-size: 18px;line-height: 24px;}
@media (min-width: 1024px) {
	h1.webinar-title{font-size: 28px;line-height: 39px;margin-bottom: 12px;}
}

h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.34;
	margin-bottom: 1.1em;
}
@media (min-width: 1024px){
	h2 {
		font-size: 40px;
	}
}

.webinar.container {
  margin-bottom: 4em;
}





.slick-dots {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: unset;
	gap: 13px;
	justify-content: center;
}
.slick-dots {
	bottom: -20px;
}

@media (min-width: 1024px) {
	.slick-dots {
		bottom: -20px;
		justify-content: center;
		padding-right: unset;
		gap: 19px;
	}
}
@media (min-width: 1280px) {
	.slick-dots {
		bottom: -20px;
		padding-right: unset;
	}
}
.slick-dots li.slick-active button {
	background-color: #007F5C;
}

.slick-prev::before, .slick-next::before {
	color: #727880;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='43' viewBox='0 0 23 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.375 1.8125L1.6875 21.5L21.375 41.1875' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.slick-arrow {
	top: 30%;
}
@media (min-width: 1280px) {
	.slick-arrow {
		top: 30%;
	}
}
.slick-prev {
	left: -50px;
}
@media (min-width: 1280px) {
	.slick-prev {
		left: -50px;
	}
}
.slick-next {
	right: -50px;
}
@media (min-width: 1280px) {
	.slick-next {
		right: -50px;
	}
}




.slick-dots li button {
	/*background: var(--gray-light);*/
	background: #C4D9F2;
}

.slide {
	padding: 0 20px;
}

.slide a, .slide a:hover, .slide a:active, .slide a:visited {
	display: block;
	text-decoration: none;
}
.slide .image {
	display: block;
	position: relative;
	border-radius: 10px;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(41, 57, 77, 0) 0%, rgba(41, 57, 77, 0.07) 46.17%, rgba(41, 57, 77, 0.56) 100%);
	color: #fff;
	margin-bottom: 1em;
}
.slide .image img {
	display: block;
	position: relative;
	z-index: -1;
}
.webinar-meta {
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	color: #fff;
	font-size: 15px;
	padding: 0 1em;
	align-items: center;
	gap: 20px;
}
@media (min-width: 1024px){
	.webinar-meta {
		bottom: 1em;
		font-size: 20px;
		padding: 0 1em;
	}
}
.webinar-meta .cta {
	content: "";
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='63' fill='none'%3E%3Crect width='68' height='63' fill='%23007853' rx='15'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M43.65 30.12 29.39 21.2a2 2 0 0 0-3.08 1.69l.03 17.87a2 2 0 0 0 3.08 1.68l14.23-8.95a1.98 1.98 0 0 0 0-3.37Z'/%3E%3C/svg%3E");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
	margin-right: 0.5em;
}
.slide a:hover .webinar-meta .cta {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd' viewBox='0 0 68 63'%3E%3Cpath fill='%23fff' d='M68 15v33a15 15 0 0 1-15 15H15A15 15 0 0 1 0 48V15A15 15 0 0 1 15 0h38a15 15 0 0 1 15 15ZM44.18 29.28l-14.26-8.93a3 3 0 0 0-4.6 2.54l.02 17.87a3.01 3.01 0 0 0 4.62 2.52l14.22-8.94a2.98 2.98 0 0 0 0-5.07Z'/%3E%3C/svg%3E");
}
@media (min-width: 1024px){
	.webinar-meta .cta {
		width: 51px;
		height: 51px;
	}
}

.webinar-meta .cta {
	font-weight: 600;
}

.webinar-speaker {
	margin-bottom: 0;
}

blockquote, blockquote p {
	font-size: 16px;
	line-height: 23px;
	color: var(--gray-light);
	margin-bottom: 30px;
}

.video-box .video-js {
	width: 100%;
	height: auto;
}
