.trust-elements {
	margin-bottom: 18px;
	margin-top: 4px;
}

.trust-elements .trust-elements-dflex {
	display: flex;
	gap: 8px;
	align-items: flex-end;
}

@media screen and (min-width: 768px) {
	.trust-elements .trust-elements-dflex {
		gap: 12px;
	}
}

@media screen and (max-width: 392px) {
	.trust-elements .trust-elements-dflex {
		/*gap: 3px;*/
		justify-content: space-between;
	}
}

.trust-elements .bdp-parent {
	position: relative;
}

.trust-elements .bdp {
	width: 48px;
	height: 48px;
	border-radius: 24px 8px 24px 24px;
	/*background: #fff;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: relative;*/
	margin-top: 6px;
}

@media screen and (max-width: 400px) {
	.trust-elements .bdp {
		width: 43px;
	}
}


.trust-elements .bdp img {
	width: 24px;
	height: 24px;
}

/*@media screen and (min-width: 768px) {*/
/*	.trust-elements .bdp {*/
/*		width: 56px;*/
/*		height: 56px;*/
/*	}*/

/*	.trust-elements .bdp img {*/
/*		width: 32px;*/
/*		height: 32px;*/
/*	}*/
/*}*/

.trust-elements .tooltipInfo {
	position: absolute;
	display: inline-block;
	top: -5px;
	right: -1px;
}

.trust-elements .tooltipInfo .tooltiptext {
	width: 210px;
	background-color: transparent;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 29px;
	left: -32px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: none;
	min-height: auto !important;
}

.trust-elements .tooltipInfo.unhover .tooltiptext {
	visibility: hidden !important;
	display: none !important;
}

.trust-elements .tooltipInfo.unhover svg path {
	fill: #787F88 !important;
}

.trust-elements .tooltipInfo.google-rating-tooltip .tooltiptext {
	width: 210px;
	background-color: transparent;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 29px;
	left: -183px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: none;
	min-height: auto !important;
}

@media screen and (min-width: 768px) {
	.trust-elements .tooltipInfo.google-rating-tooltip .tooltiptext {
		left: -102px;
	}
}

@media screen and (min-width: 1210px) {
	.trust-elements .tooltipInfo.bdp-tooltip .tooltiptext {
		left: -32px;
	}
}

/*@media screen and (min-width: 1210px) {*/
/*	left: -89px;*/
/*}*/

.trust-elements .tooltipInfo .tooltiptext p {
	color: #2E3192;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-family: Epilogue, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.trust-elements .tooltipInfo .tooltiptext::after {
	content: "";
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: absolute;
	bottom: -15px;
	right: 11px;
	/*margin-left: -5px;*/
	border-width: 8px;
	border-style: solid;
	border-color: #DCDCF9 transparent transparent transparent;
	/*-webkit-transform: rotate(180deg);*/
	/*transform: rotate(180deg);*/
}

@media screen and (min-width: 768px) {
	.trust-elements .tooltipInfo .tooltiptext:after {
		right: 92px;
	}
}

@media screen and (max-width: 1209px) {
	.trust-elements .tooltipInfo .tooltiptext .tooltip-close {
		content: url(close-tooltip-trust-elements.svg);
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		position: absolute;
		top: 4px;
		right: 0;
		border-width: 8px;
		border-style: solid;
		border-color: #DCDCF9 transparent transparent transparent;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.trust-elements .tooltipInfo:hover .tooltiptext p {
		width: 170px;
	}

	.trust-elements .tooltipInfo.google-rating-tooltip:hover .tooltiptext p {
		width: 168px;
	}
}


/*.trust-elements .tooltipInfo.tt-center .tooltiptext {*/
/*	left: -65px;*/
/*}*/

/*.trust-elements .tooltipInfo.tt-center .tooltiptext::after {*/
/*	left: 48%;*/
/*}*/

.trust-elements .tooltipInfo:hover .tooltiptext {
	visibility: visible;
	padding: 10px 15px;
	background: #DCDCF9;
	opacity: 0.96;
	display: block;
}

.trust-elements .tooltipInfo:hover svg path {
	fill: #28C66E;
}

.trust-elements .google-rating {
	display: flex;
	padding-left: 10px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	align-items: center;
	gap: 8px;
	background: #fff;
	border-radius: 24px;
	justify-content: space-between;
	height: 50px;
	position: relative;
	border: 1px solid #DCDCF9;
}



@media screen and (max-width: 375px) {
	.trust-elements .google-rating {
		gap: 0;
	}
}

@media screen and (min-width: 376px) and (max-width: 389px) {
	.trust-elements .google-rating {
		gap: 2px;
	}
}

@media screen and (max-width: 400px) {
	.trust-elements .google-rating {
		gap: 0;
	}
}

@media screen and (min-width: 401px) and (max-width: 450px) {
	.trust-elements .google-rating {
		gap: 0;
	}
}

/*@media screen and (min-width: 768px) {*/
/*	.trust-elements .google-rating {*/
/*		padding-right: 12px;*/
/*		padding-top: 28px;*/
/*		padding-bottom: 28px;*/
/*		padding-left: 12px;*/
/*	}*/
/*}*/

.trust-elements .google-rating .rating-stars {
	display: flex;
	gap: 4px;
	margin-top: -3px;
	margin-left: 10px;
}

@media screen and (max-width: 450px) {
	.trust-elements .google-rating .rating-stars {
		gap: 2px;
	}
}

.trust-elements .google-rating .rating-stars span {
	display: block;
}

@media screen and (min-width: 768px) {
	.trust-elements .google-rating .rating-stars span svg {
		width: 16px;
		height: 16px;
	}

	.trust-elements .google-rating .rating-stars .half-star svg {
		width: 18px;
		height: 18px;
	}
}


.trust-elements .google-rating .google-rating-center-vertically {
	margin-bottom: -5px;
}

.trust-elements .google-rating img.google-badge {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.trust-elements .google-rating img.google-badge {
		width: 32px;
		height: 32px;
	}

}

.trust-elements .google-rating .google-rating-text {
	color: #2E3192;
	font-family: Epilogue, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.trust-elements .google-rating .google-rating-number {
	color: #2E3192;
	font-family: Epilogue, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px;
}

/*@media screen and (min-width: 768px) {*/
/*	.trust-elements .google-rating .google-rating-text {*/
/*		font-size: 16px;*/
/*		line-height: 24px; !* 157.143% *!*/
/*	}*/

/*	.trust-elements .google-rating .google-rating-number {*/
/*		font-size: 16px;*/
/*		line-height: 24px;*/
/*	}*/
/*}*/

.trust-elements .google-rating .based-on-text {
	color: #5C5E9B;
	font-family: Epilogue, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}


.trust-elements .google-rating .based-on-text-in-blue {
	color: #29c56d;
	font-family: Epilogue, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}

.trust-elements .bdp-tooltip .tooltipInfo {
	top: -3px;
	right: 0;
}

.trust-elements .bdp-parent .tooltipInfo .tooltiptext:after {
	left: 32px;
	right: unset;
}


@media screen and (min-width: 768px) {
	.trust-elements .bdp-tooltip .tooltipInfo {
		top: -3px;
		right: 0;
	}

	.trust-elements .bdp-parent .tooltipInfo .tooltiptext:after {
		left: 32px;
		right: unset;
	}
}

@media screen and (max-width: 389px) {
	.trust-elements .google-rating {
		padding-right: 15px;
		padding-left: 4px;
	}

	.trust-elements .google-rating .google-rating-text {
		font-size: 12px;
	}

	.trust-elements .google-rating .google-rating-number {
		font-size: 12px;
	}

	.trust-elements .google-rating .based-on-text {
		font-size: 9px;
	}

	.trust-elements .google-rating .based-on-text-in-blue {
		font-size: 9px;
	}
}










/* Updates Desktop only */

.trust-elements .bdp-parent-2 {
	display: none;
	padding-left: 10px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	align-items: center;
	gap: 8px;
	background: #fff;
	border-radius: 24px;
	/*justify-content: space-between;*/
	height: 50px;
	position: relative;
	border: 1px solid #DCDCF9;
	max-width: 340px;
	margin-bottom: 10px;
}

.trust-elements .bdp-parent-2 .logo-bdp-2 {
	width: 86px;
	height: 34px;
}

.trust-elements .bdp-parent-2-text {
	font-family: Epilogue, Sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 140%;
	color: #5C5E9B;
}

.trust-elements .bdp-parent-2-text a {
	font-family: Epilogue, Sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 140%;
	color: #28C66E;
	cursor: pointer;
}

.trust-elements .tooltipInfo.bdp-tooltip-2 .tooltiptext {
	width: 210px;
	background-color: transparent;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 29px;
	left: -183px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: none;
	min-height: auto !important;
}

@media (min-width: 1250px) {
	.trust-elements .trust-elements-dflex {
		display: block;
	}

	.trust-elements .bdp-parent {
		display: none;
	}

	.trust-elements .bdp-parent-2 {
		display: flex;

	}

	.trust-elements .google-rating {
		max-width: 340px;
	}

	.trust-elements .tooltipInfo.bdp-tooltip-2 .tooltiptext {
		left: -235px;
	}

	.trust-elements .tooltipInfo.bdp-tooltip-2:hover .tooltiptext {
		visibility: visible;
		padding: 10px 15px;
		background: #DCDCF9;
		opacity: 0.96;
		display: block;
	}
}



.trust-elements .tooltipInfo.bdp-tooltip-2 .tooltiptext {
	width: 450px;
	height: 200px;
}

.trust-elements .tooltipInfo.bdp-tooltip-2 .tooltiptext:after {
	right: 198px;
}
