html {
	scroll-behavior: smooth;
}

/* ymyl author verified top badge */
.vv-verifieds-wrap {
	position:relative;
}
.vv-author-verified {
	position:relative;
	display:block;
	margin:6px auto 20px;
	padding:25px 65px 29px;
	box-sizing:border-box;
	border:4px solid #5d9783;
    border-radius:12px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40' height='41' version='1.1' viewBox='0 0 10.583333 10.847917' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg transform='translate(0 -286.15)'%3E%3Cpath d='m8.1637 296.35-1.9459-0.3159-1.7205 0.96237-1.2875-1.4928-1.9366-0.36866-0.026785-1.9712-1.2465-1.5272l1.2465-1.5272 0.026785-1.9711 1.9366-0.36867 1.2875-1.4928 1.7205 0.96238 1.9459-0.31591 0.69934 1.8431 1.6937 1.0088-0.649 1.8614 0.649 1.8614-1.6937 1.0088z' fill='%235d9783' style='paint-order:normal'/%3E%3Cpath d='m2.6505 292.27 0.69919-0.91671 1.5803 1.2706 2.8479-3.275 0.8701 0.80795-3.5225 4.1137z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position:20px 25px;
	background-repeat:no-repeat;
	background-size:28px 28px;
}
.vv-author-verified:last-child {
	margin-bottom:-20px;
}
.vv-verified-content {
	display:block;
	margin:0;
	padding:0;
}

.vv-verified-content > p:last-child {
	margin-bottom:0;
}
.vv-verified-content a {
	text-decoration:underline;
}
.vv-verified-content a:hover {
	color:#000;
	text-decoration:underline;
}

@media (max-width:660px) {
	.vv-author-verified {
		padding-left:30px;
		padding-right:30px;
		background-image:none;
	}
}


/* ymyl author bottom box */
.vv-authors-wrap {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
}
.vv-authors-wrap:before {
    content:'';
    display:block;
    height:4px;
    border-radius:3px;
    background-color:#5d9783;
}


.vv-author {
	display:block;
	margin:0;
	padding:30px 15px;
	box-sizing:border-box;
}
.vv-author-content {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin:0 auto;
}
.vv-author-image {
	display:block;
	flex-basis:25%;
	margin:0;
	padding:3px 2% 0 0;
	box-sizing:border-box;
	line-height:0;
	text-align:center;
}
.vv-author-image > img {
	width:100%;
	max-width:225px;
	height:auto;
}
.vv-author-about {
	display:block;
	flex-basis:75%;
	margin:0;
	padding:0 0 0 3.4%;
	box-sizing:border-box;
}
.vv-author-title {
	display:block;
	margin:0 0 16px;
	font-size:18px;
	font-weight:bold;
    color:#333;
}
.vv-author-description > p:last-child {
	margin-bottom:0;
}
.vv-author-about a {
	text-decoration:underline;
}
.vv-author-about a:hover {
	color:#000;
	text-decoration:underline;
}

@media (min-width:771px) {
	.vv-authors-wrap.vv-authors-x2 {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		align-items:stretch;
	}

	.vv-authors-x2 .vv-author {
		flex-basis:50%;
		margin-top:30px;
		padding-top:0;
		border:none;
	}
	.vv-authors-x2 .vv-author:nth-child(1),
	.vv-authors-x2 .vv-author:nth-child(2) {
		margin-top:0;
	}
	.vv-authors-x2 .vv-author:nth-child(2n+1) {
		padding-right:30px;
	}
	.vv-authors-x2 .vv-author:nth-child(2n) {
		padding-left:30px;
		border-left:1px solid #ab9b92;
	}
	.vv-authors-x2 .vv-author:nth-child(2n+1) {
		
	}

	.vv-authors-x2 .vv-author-content {
		flex-direction:column;
	}
	.vv-authors-x2 .vv-author-image {
		margin:0 auto 26px;
		padding-right:0;
	}
	.vv-authors-x2 .vv-author-about {
		padding-left:0;
	}
	.vv-authors-x2 .vv-author-title {
		text-align:center;
	}
}


@media (max-width:770px) {
	.vv-author {
		flex-direction:column;
		padding:25px 15px;
	}
	.vv-author-content {
		flex-wrap:wrap;
	}
	.vv-author-image {
		flex-basis:100%;
		margin-bottom:26px;
		padding-right:0;
	}
	.vv-author-about {
		flex-basis:100%;
		padding-left:0;
	}
	.vv-author-title {
		text-align:center;
	}
}


/* author verified box close button */
.vv-parent-close {
	position:absolute;
	right:9px;
	top:9px;
	z-index:2;
	display:block;
	width:24px;
	height:24px;
	background-position:center;
	background-size:17px 17px;
	background-repeat:no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25' height='25' version='1.1' viewBox='0 0 6.6145832 6.6145835' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg transform='translate(0 -290.39)' fill='none' stroke='%235d9783' stroke-width='1'%3E%3Cpath d='m0.26726 296.73 6.0801-6.08'/%3E%3Cpath d='m0.26726 290.65 6.0801 6.08'/%3E%3C/g%3E%3C/svg%3E%0A");
	cursor:pointer;
	transition:opacity 0.3s ease, transform 0.3s ease;
}
.vv-parent-close:hover {
	transform:scale(1.3);
}
.vv-closeable {
	max-height:200vh;
	overflow:hidden;
	transition:max-height 0.4s 0.1s ease, padding 0.3s 0.1s ease, margin 0.2s 0s ease, visibility 0s linear;
}
.vv-closeable .vv-parent-close {
	opacity:0.6;
}
.vv-closeable:hover .vv-parent-close {
	opacity:1;
}
.vv-closeable.vv-closed {
	max-height:0;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	visibility:hidden;
	transition:max-height 0.4s ease, padding 0.2s 0.3s ease, margin 0.2s 0.5s ease, visibility 0s 0.5s linear;
}

.vv-closed-marker {
	position:absolute;
	right:15px;
	top:-35px;
	z-index:2;
	display:block;
	width:24px;
	height:24px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40' height='41' version='1.1' viewBox='0 0 10.583333 10.847917' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg transform='translate(0 -286.15)'%3E%3Cpath d='m8.1637 296.35-1.9459-0.3159-1.7205 0.96237-1.2875-1.4928-1.9366-0.36866-0.026785-1.9712-1.2465-1.5272l1.2465-1.5272 0.026785-1.9711 1.9366-0.36867 1.2875-1.4928 1.7205 0.96238 1.9459-0.31591 0.69934 1.8431 1.6937 1.0088-0.649 1.8614 0.649 1.8614-1.6937 1.0088z' fill='%235d9783' style='paint-order:normal'/%3E%3Cpath d='m2.6505 292.27 0.69919-0.91671 1.5803 1.2706 2.8479-3.275 0.8701 0.80795-3.5225 4.1137z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position:center;
	background-size:20px 20px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:hidden;
	transition:opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s ease;
}
.vv-closed-marker:hover {
	transform:scale(1.3);
}
.vv-closed + .vv-closed-marker {
	visibility:visible;
}

.vv-closed-default {
	display:none!important;
}
