/* fix for protip js body issue  */
body {
	position: unset !important;
}

div#pricingModal {
	position: relative;
}

#hero h1 {
	font-size: 50px;
}

#hero.background-radial-blueberry .text-gradient-blueberry {
	background: #23DDCD;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline;
}

#hero.background-radial-blueberry .checklist-reverse li::before {
	background: url('../../images/common/check-seaglass.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

#hero p:not(.logoPackCarousel p) {
	padding-bottom: 0px;
}

#hero .logoPackCarousel {
	padding-top: 80px;
}

#hero.section .btn-group {
	justify-content: left;
}

.full-video-thumbnail-container {
	background: linear-gradient(135deg, #8A71D0 0%, #4155FF 100%);
	border-radius: 25px;
}

.full-video-thumbnail-container:before {
	background: linear-gradient(135deg, #8A71D0 0%, #4155FF 100%);
}

.checklist-hero {
	margin-top: 36px;
}

.checklist-title {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
	padding-top: 20px;
}

.checklist-reverse li {
	font-size: 16px;
}

.checklist-columns {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}

.checklist-columns .checklist-column:last-child {
	padding-left: 10px;
}

.single-text-card .button img:not(.circle-icon-img) {
	margin: 0 10px 0 0;
}

section.g2-badges {
	padding-top: 80px;
	padding-bottom: 80px;
}

.full-video-thumbnail-container {
	height: 440px;
}

.full-video-thumbnail-container img {
	max-width: 535px;
}

.single-text-card .btn-group {
	display: flex;
	justify-content: center;
	align-items: center;
}

#hero .columns.card-columns:not(.reverse) .column:first-child {
	padding-right: 0;
}

#planListContainer #planList .plan a.try-for-free-link {
	display: block;
	text-align: center;
	font-weight: 600;
}

#planListContainer #planList .plan.enterprise a.try-for-free-link {
	color: #23DDCD;
}

#planListContainer #planList .plan a.button {
	margin-bottom: 15px;
}

#planListContainer #planList .plan.enterprise p:last-of-type {
	text-align: left;
}

#planListContainer #planList {
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

#planListContainer #planList .plan {
	margin: 0;
}

.footer-card p {
    text-wrap: balance;
}

.footer-card h3, 
.footer-card p {
	color: white;
}

#footer {
    border-top: #A2B9DB 1px solid;
}

/* --- Media Queries -------------------- */

@media all and (max-width: 1280px) {
	.full-video-thumbnail-container {
		height: 34vw;
	}
}

@media all and (max-width: 1180px) {
	#planListContainer #planList {
		max-width: 700px;
		margin: auto;
	}
}

@media all and (max-width: 1080px) {

	#hero .columns.center-vertical.card-columns {
		flex-direction: column;
		padding: 0 50px;
	}

	#hero .columns.card-columns:not(.reverse) .column:last-child {
		padding-left: 0;
	}

	#hero .columns .column.is-6 {
		width: 100%;
		text-align: center;
	}

	#hero.section .btn-group {
		justify-content: center;
	}

	.checklist-columns {
		justify-content: center;
		padding-bottom: 40px;
	}

	.checklist-columns .checklist-column:last-child {
		padding-left: 50px;
	}

	.full-video-thumbnail-container {
		height: 470px;
		width: 470px;
	}

	.full-video-thumbnail-container {
		justify-content: center;
	}

}

@media all and (max-width: 960px) {}

@media all and (max-width: 768px) {

	#hero .columns.center-vertical.card-columns {
		padding: 0;
	}

	.checklist-columns {
		display: block;
		padding-bottom: 0;
	}

	.checklist-columns .checklist-column:last-child {
		padding-left: 0;
		padding-top: 15px;
	}

	.checklist-reverse li {
		justify-content: center;
	}

	.checklist-title {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.full-video-thumbnail-container {
		height: auto;
		width: auto;
	}

	.single-text-card .btn-group {
		display: block;
	}

	#planListContainer #planList .plan {
		min-height: 300px;
	}

	#planList .eyebrow-text {
		text-align: center;
	}

	#planListContainer #planList .plan .price {
		text-align: center;
	}

	#planListContainer #planList .plan .textMessages {
		justify-content: center;
	}

	.full-video-thumbnail-container {
		background: none;
	}
}