body[data-page-id="WebPage-846d1e3d-99c8-4db2-858e-7dec61d6f62e"] {
	overflow: hidden !important;
}

/* HF CSS START HERE */
.vs-section-title {
	font-size: clamp(3rem, 2.0123rem + 4.0523vw, 6.875rem);
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 300;
	font-family: var(--font-site-title);
		text-align: center;
		}

.hp-cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.hp-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-height: 65px;
	border-radius: 12px;
	text-transform: uppercase;
	font-size: 19px !important;
	line-height: 1;
	text-decoration: none;
	padding: 0 17px !important;
}

.hp-cta__icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}


.hp-cta__icon svg {
	width: 19px;
	height: 19px;
}

.hp-slider-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.ry-btn.ry-btn-primary .hp-cta__icon {
	background :#4cacdf;
}

.ry-btn.ry-btn-secondary .hp-cta__icon {
	background :#d1d1d1;
}

.hp-cta__text {
	display: flex;
	align-items: center;
	gap: 4px;
}

@media (max-width: 1024px) {
	div.module-66 {
		margin-top: 87px;
	} 
}


@media (max-width: 991px) {
	div.module-66 .bnr-textbox {
		position: relative;
		background: #122636;
		padding: 30px 0;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 768px) {
	div.hp-slider-cta {
		flex-direction: column;
		gap: 15px;
		margin-top: 15px;
	}
}


.ry-btn-secondary.hp-cta__btn:hover {
	background: #d1d1d1 !important;
}

.ry-btn-primary.hp-cta__btn:hover {
	background: #4cacdf !important;
}

.ry-btn-primary.hp-cta__btn .hp-cta__text {
	color: #fff;
}

.ry-btn-primary.hp-cta__btn:hover svg {
	fill: #fff;
}

.ry-btn-primary .hp-cta__icon svg {
	fill: #fff;
}

@media (max-width: 767px) {
	.hp-cta__btn {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}


/* HF CSS END  HERE */


/* HP WELCOME CSS START HERE */

.hp-welcome {
	padding: 135px 0 560px;
}

.welcome-text .ry-text {
	font-size: 20px;
	color: #333333;
}

.welcome-vs {
	max-width: max-content;
	margin: 15px 0 30px;
}

.welcome-cta .each-cta {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	cursor: pointer;
}

.welcome-cta .each-cta .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	pointer-events: none;
}

.welcome-cta .each-cta .title h3 {
	font-size: clamp(1.125rem, 0.9816rem + 0.5882vw, 1.6875rem);
	line-height: 1.2;
	color: #333333;
	font-weight: 700 !important;
	pointer-events: none;
}

.welcome-cta .each-cta__overlay {
	position: absolute;
	background: rgb(60 142 188 / 90%);
	padding: 0;
	inset: 0;
	opacity: 0;
	transition: 300ms ease-in-out;
	z-index: 9;
}

.welcome-cta .each-cta__overlay:before {
	content: " ";
	position: absolute;
	background: transparent;
	width: 459px;
	height: 170px;
	border: 1px solid #fff;
	border-radius: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}


.welcome-cta__wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.welcome-cta .each-cta:hover .title h3 {
	color: #fff;
}

.welcome-cta .each-cta__overlay:hover {
	opacity: 1;
}

.welcome-cta .each-cta:hover .title {
	z-index: 9;
}

.welcome-cta .each-cta__wrapper img {
    height: 190px;
    width: 100%;
    aspect-ratio: 1 / 1.18;
    display: block;
    object-fit: cover;
}

.welcome-cta .each-cta:hover .each-cta__overlay {
    opacity: 1;
}

@media (max-width: 1366px) {
	.hp-welcome .ry-content {
		gap: 5%;
	}
}

@media (max-width: 1280px) {
	.hp-welcome .ry-content {
		grid-template-columns: 1fr 1fr;
	}

	.welcome-cta .each-cta__overlay:before {
		width: 33rem;
		height: 12rem;
	}
}

@media (max-width: 1200px) {
	.hp-welcome .ry-content {
		grid-template-columns: 1fr 1fr;
	}

	.welcome-cta .each-cta__overlay:before {
		width: 31rem;
		height: 12rem;
	}
}

@media (max-width: 768px) {
	.vs-section.hp-welcome {
		padding: 80px 0;
	}

	.hp-welcome .ry-content {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.welcome-cta__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.welcome-cta .each-cta__overlay:before {
		width: 20rem;
		height: 7rem;
	}
}


@media (max-width: 767px) {
	.welcome-text * {
		text-align: center !important;
	}

	.welcome-cta__learn.vs-section__cta div {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.welcome-vs {
		width: 100%;
		max-width: 100%;
	}

	.welcome-vs img {
		max-width: max-content;
		margin: 0 auto;
	}
}

@media (max-width: 680px) {
	.welcome-cta__wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}
}

/* HP WELCOME CSS END  HERE */


/* HP FEATURED SERVICES CSS START HERE */
.vs-section.hp-featured-services {
	padding: 135px 0 115px;
}


.hp-featured-services .ry-content {
	width: min(1280px, 100%);
	max-width: 100%;
	margin: 0 auto;
	float: unset;
}

.hp-featured-services .ry-content {
	margin-top: -30rem;
}


.hp-fservices__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
	margin-top: 30px;
}


.hp-fservices__grid .each-service {
	max-width: 100%;
	width: 100%;
}

.hp-fservices__grid .each-service__wrapper img {
	max-width: max-content;
	margin: 0 auto;

}

.hp-fservices__grid .service-img img {
	border-radius: 99999px;
	border: 10px solid rgb(143 143 143 / 40%);
}

.hp-fservices__grid .service-img__hover {
	position: absolute;
	top: 15px;
	left: -15px;
	/* animation: vg-spin 15s linear infinite; */
	opacity: 0;
	transition: 300ms ease-in-out;
	z-index: 2;
}

.hp-fservices__grid .each-service:hover .service-img img {
	border: unset;
}

.each-service .service-title {
	font-size: 26px;
	line-height: 34px;
	color: #ffffff;
	font-family: "Georama";
	text-align: center;
}

.each-service__wrapper:hover .service-img__hover  {
	opacity: 1;
}

.each-service .group-service__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	gap: 5px;
	transition: 300ms ease-in-out;
	z-index: 2;
}

.each-service__wrapper {
	cursor: pointer;
}

.each-service__wrapper .service-img:after {
	content: " ";
	position: absolute;
	background: rgb(32 151 216 / 60%);
	z-index: 1;
	width: 330px;
	height: 330px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.each-service__wrapper .service-img {
	overflow: hidden;
	position: relative;
}

.each-service__wrapper:hover .service-img:after{
	opacity: 1;
}

.each-service .group-service__info .service-arrow span {
	display: inline-flex;
	background: #fff;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #e9e9e9;
	align-items: center;
	justify-content: center;
	transition: 300ms ease-in-out;
}

.group-service__info .service-arrow {
	opacity: 0;
}

.each-service__wrapper:hover .group-service__info {
	top: 50%;
	transition: 300ms ease-in-out;
}

.each-service__wrapper:hover .group-service__info .service-arrow {
	opacity: 1;
	transition: 300ms ease-in-out;
}

@keyframes vg-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


@media (max-width: 1280px){
	.hp-fservices__grid {
		display: block;
	}
}

@media (max-width: 768px) {
	.hp-featured-services .ry-content {
		margin-top: 0;
	}

	.hp-featured-services .section-header h2 {
		color: #fff;
	}

	.vs-section.hp-featured-services {
		padding: 80px 0 160px;
	}

}

.hp-fservices__slider .slick-arrow {
	width: 40px;
	height: 40px;
	background: var(--color-bg-secondary);
		border-radius: 50px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: calc(50% - 25px);
		top: 110%;
		transform: translateX(-50%);
		transition: .3s;
		font-size: 0;
		border: unset;
		outline: unset;
		pointer-events: all;
		z-index: 99;
		}

.hp-fservices__slider .slick-next.slick-arrow {
	left: calc(50% - -25px);
}

.hp-fservices__slider .slick-arrow:before {
	content: "\f061";
	position: absolute;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	font-size: 14px;
	margin: auto;
	transition: .3s;
	font-family: 'FontAwesome';
	color: #fff;
}

.hp-fservices__slider .slick-next.slick-arrow:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .3s;
}


/* HP FEATURED SERVICES CSS END  HERE */


/* HP TEAM CSS START HERE */

.hp-team {
	padding: 135px 0;
	background: #e9e9e9;
}

.hp-team .group__section-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: flex-end;
	margin-bottom: 85px;
}

.hp-team .section-header {
	margin: 0;
}

.hp-team .ry-container {
	width: min(1280px, 90%);
	max-width: 100%;
	margin: 0 auto;
}

.hp-team__tabs {
	display: flex;
	gap: 8px;
}

.hp-team__tab {
	min-width: 204px;
	width: 204px;
	height: 65px;
	border: 1px solid #bcd6e8;
	border-radius: 6px;
	background: transparent;
	color: #1f2d3d;
	font-size: 19px;
	text-transform: uppercase;
	cursor: pointer;
}

.hp-team__tab.is-active {
	background: #2097d8;
	border-color: #2097d8;
	color: #fff;
}

.hp-team__panel {
	display: none;
}

.hp-team__panel.is-active {
	display: block;
}

.hp-team__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 45px 55px;
}

.hp-team__card {
	display: grid;
	grid-template-columns: 150px 1fr;
	min-height: 216px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.hp-team__card::after {
	content: url("https://s3.amazonaws.com/static.organiclead.com/Site-06871b51-fd24-49c9-9f7f-6817b058873c/site_assets/shape.png");
	position: absolute;
	right: 0;
	bottom: -8px;
}

.hp-team__card img {
	width: 244px;
	height: 216px;
	object-fit: cover;
}

.hp-team__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 70px;
	position: relative;
	z-index: 2;
}

.hp-team__info h3 {
	margin: 0 0 6px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #333333;
}

.hp-team__info p {
	margin: 0;
	color: #2097d8;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
}

@media (max-width: 1280px) {
	.hp-team .group__section-header {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		gap: 30px;
		margin: 30px 0;
	}

	.hp-team__tabs {
		justify-content: center;
	}

	.hp-team .section-header span {
		text-align: center !important;
		display: block;
	}
}

@media (max-width: 991px) {
	.hp-team__header {
		text-align: center;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.hp-team__tabs {
		position: static;
		justify-content: center;
		margin-bottom: 35px;
	}

	.hp-team__grid {
		display: block;
		padding-bottom: 30px;
	}

	.hp-team__card {
		display: flex !important;
		margin: 0 12px;
	}

	.hp-team__slider .slick-arrow {
		width: 40px;
		height: 40px;
		background: var(--color-bg-secondary);
			border-radius: 50px;
			display: flex !important;
			align-items: center;
			justify-content: center;
			position: absolute;
			left: calc(50% - 25px);
			top: 102%;
			transform: translateX(-50%);
			transition: .3s;
			font-size: 0;
			border: unset;
			outline: unset;
			pointer-events: all;
			z-index: 99;
			}

	.hp-team__slider .slick-next.slick-arrow {
		left: calc(50% - -25px);
	}

	.hp-team__slider .slick-arrow:before {
		content: "\f061";
		position: absolute;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		font-size: 14px;
		margin: auto;
		transition: .3s;
		font-family: 'FontAwesome';
		color: #fff;
	}

	.hp-team__slider .slick-next.slick-arrow:before {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .3s;
	}

}

@media(max-width:991px) {
	.hp-team__info {
		padding-left: 30px;
	}

	.hp-team__info h3 {
		font-size: 24px;
	}

	.hp-team__card img {
		width: 150px;
	}

	.hp-team__info p {
		font-size: 18px;
	}

}

@media(max-width:768px) {
	.hp-team__info {
		padding-left: 5%;
	}

	.hp-team__info h3 {
		font-size: 22px;
	}

	.hp-team__card img {
		width: 150px;
	}

	.hp-team__info p {
		font-size: 18px;
	}

}

@media (max-width: 680px) {
	.hp-team {
		padding: 70px 16px;
	}

	.hp-team__title {
		font-size: 34px;
	}

	.hp-team__tabs {
		flex-direction: column;
	}

	.hp-team__tab {
		width: 100%;
	}

	.hp-team__card {
		display: grid !important;
		grid-template-columns: 200px 1fr;
	}

	.hp-team__card img {
		width: 200px;
	}

	.hp-team__info {
		padding: 0 30px;
	}

	.hp-team__info h3 {
		font-size: 28px;
	}

	.hp-team__info p {
		font-size: 22px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.hp-team {
		padding: 70px 16px;
	}

	.hp-team__title {
		font-size: 34px;
	}

	.hp-team__tabs {
		flex-direction: column;
		margin: 0;
	}

	.hp-team__tab {
		width: 100%;
	}

	.hp-team__card {
		padding: 0 0 30px;
		display: grid !important;
		grid-template-columns: 370px;
		align-items: center;
		justify-content: center;
	}

	.hp-team__card img {
		width: 200px;
		object-fit: cover;
		margin: 30px auto;
		border-radius: 20px;
	}

	.hp-team__info {
		padding: 0 30px;
	}

	.hp-team__info h3 {
		font-size: 22px;
		text-align: center;
		text-wrap: balance;
	}

	.hp-team__info p {
		font-size: 22px;
		text-align: left;
		text-align: center;
	}
}


/* HP TEAM CSS END  HERE */


/* HP TESTIMONIALS CSS START HERE */
.hp-testimonials {
	position: relative;
	padding: 135px 0;
	background: #ebebeb;
}


.hp-testimonials__card {
	width: min(1280px, 90%);
	max-width: 100%;
	margin: 0 auto;
	background: #152939;
	padding: 100px 160px;
	border-radius: 100px;
}

.group__section-header img {
	max-width: max-content;
	margin: 0 auto;
}

.hp-testimonials__card .group__section-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.hp-testimonials__card-wrapper {
	display: flex;
}

.hp-testimonials__card .section-header {
	margin: 30px 0;
}

.hp-testimonials__card .group__section-header * {
	text-align: center;
}

.hp-testimonials__stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}


.group__testimonials-stars-name {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hp-testimonials__card .group__section-header h2 {
	color: #fff;
}

.hp-testimonials__item {
	outline: none;
}

.hp-testimonials__text, .hp-testimonials__text p {
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	text-align: center !important;
}

.hp-testimonials__stars svg {
	fill: #ffc43b;
	width: 20px;
	height: 20px;
	letter-spacing: 3px;
}

.hp-testimonials__name {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
}

.hp-testimonials__side {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	max-width: max-content;
}

.hp-testimonials__side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.hp-testimonials__side--left {
	left: 0;
}

.hp-testimonials__side--right {
	right: 0;
	border-radius: 70px 0 0 70px;
}

.hp-testimonials__slider .slick-dots {
	display: inline-flex !important;
	padding: 0;
	list-style: none;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.hp-testimonials__slider .slick-dots li {
	width: 11px;
	height: 11px;
	background: #5c6a75;
	border-radius: 999999px;
	cursor: pointer;
}


.hp-testimonials__slider .slick-dots li button {
	font-size: 0;
	outline: 0;
	border: 0;

}

.hp-testimonials__slider .slick-dots li.slick-active {
	background: #169edb !important;
	opacity: 1;
}

.hp-testimonials__slider .slick-arrow {
	display: none !important;
}

@media (max-width: 991px) {

	.hp-testimonials {
		padding: 60px 0;
	}

	.hp-testimonials__side {
		display: none;
	}

	.hp-testimonials__card {
		padding: 50px 40px 80px;
		border-radius: 40px;
	}

	.hp-testimonials__title {
		font-size: 38px;
	}
}

@media (max-width: 767px) {

	.hp-testimonials__card {
		padding: 40px 25px 75px;
		border-radius: 28px;
	}

	.hp-testimonials__title {
		font-size: 30px;
	}

	.hp-testimonials__text, .hp-testimonials__text p {
		font-size: 18px;
		line-height: 1.5;
	}
}



/* HP TESTIMONIALS CSS END  HERE */




.vs-footer {
	position: relative;
	overflow: hidden;
	background: #211c1e;
	color: #fff;
	padding: 480px 0 15px;
	margin-top: -400px;
}

.vs-footer__container {
	position: relative;
	z-index: 2;
	width: min(1280px, 90%);
	max-width: 100%;
	margin: 0 auto;
	float: unset;
}

.vs-footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 160px;
	align-items: start;
	padding-bottom: 60px;
}

.vs-footer__brand {
	text-align: center;
}

.vs-footer__logo {
	display: inline-block;
	margin-bottom: 18px;
}

.vs-footer__logo img {
	width: 360px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.vs-footer__phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: #fff;
	font-size: 36px;
	text-align: center;
}

.vs-footer__phone-icon,
.vs-footer__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.vs-footer__phone-icon {
	height: 42px;
	width: 42px;
	border: 2px solid #2097d8;
}

.vs-footer__btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: 338px;
	height: 65px;
	padding: 0 28px;
	border-radius: 6px;
	background: #2097d8;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.vs-footer__btn-icon {
	width: 42px;
	height: 42px;
	background: rgb(76 172 223);
	font-size: 12px;
}

.vs-footer__nav h3 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
}

.vs-footer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vs-footer__nav li {
	margin-bottom: 5px;
}

.vs-footer__nav a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.vs-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 55px;
	padding-top: 26px;
	border-top: 1px solid rgba(255,255,255,.35);
}

.vs-footer__bottom p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}


.vs-footer__bg-eye {
	position: absolute;
	max-width: max-content;
}

.footer-bottom .ry-content .ry-each .text {
	font-size: 16px;
	line-height: 49px;
	color: #ffffff;
}

.footer-bottom .ry-content .ry-each:last-child img {
	max-width: 100px;
	margin-top: 5px;
}

.footer-bottom .ry-content .ry-each:last-child {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}

.footer-bottom .ry-content .ry-flex {
	display: grid;
	grid-template-columns: 1fr max-content;
	gap: 100px;
	border-top: 1px solid #fff;
	padding-top: 15px;
}

.group__footer-links a svg {
	width: 19px;
	height: 19px;
	fill: #fff;
}

.group__footer-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.footer-bottom .ry-container {
	max-width: 100%;
}


@media (max-width: 1537px) {
	.vs-location-finder {
		padding: 80px 0 0 !important;
	}
}

@media (max-width: 1280px) {
	.vs-footer__grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 80px;
	}
}


@media (max-width: 1080px) {
	.vs-footer__grid {
		grid-template-columns: 350px;
		gap: 30px;
		align-items: center;
		justify-content: center;
	}


	.vs-footer__nav h3 {
		text-align: center;
	}

	.vs-footer__nav ul {
		text-align: center;
	}

	.footer-bottom .ry-content .ry-flex {
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
		gap: 0;
	}

	.footer-bottom .ry-content .ry-each .text {
		text-align: center;
		line-height: 1.5;
	}

	.footer-bottom .ry-content .ry-each:last-child {
		justify-content: center;
		flex-direction: column;
		gap: 0;
	}
}


@media (max-width: 991px) {
	.vs-footer__grid {
		grid-template-columns: 1fr;
		gap: 40px;
		text-align: center;
	}

	.vs-footer__bottom {
		flex-direction: column;
		text-align: center;
	}

	.vs-footer__bg-eye {
		left: 50%;
		transform: translateX(-50%) rotate(-8deg);
		opacity: .7;
	}
}

@media (max-width: 575px) {
	.vs-footer__phone {
		font-size: 24px;
	}

	.vs-footer__nav h3 {
		font-size: 28px;
	}

	.vs-footer__btn {
		width: 100%;
		justify-content: center;
	}
}


.hp-locations {
	padding: 0 0 135px;
	background: #e9e9e9;
}

.hp-locations__container {
	width: min(1600px, 90%);
	max-width: 100%;
	margin: 0 auto;
	float: unset;
}

.hp-locations__title {
	margin: 0 0 55px;
	color: #173047;
	font-size: 44px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.hp-locations__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 70px;
}

@media (max-width: 1537px) {
	div.hp-locations__grid {
		gap: 30px;
	}
}
.hp-locations__item {
	display: grid;
	grid-template-columns: 208px 1fr;
	align-items: center;
	gap: 28px;
}

.hp-locations__image {
	border-radius: 20px;
	overflow: hidden;
}

.hp-locations__image img {
	width: 208px;
	height: 230px;
	display: block;
	object-fit: cover;
	object-position: 50%;
}

.hp-locations .section-header {
	margin-bottom: 60px;
}

.hp-locations__content h3 {
	margin: 0 0 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	color: #162a3a;
}

.hp-locations__content p {
	margin: 0 0 14px;
	font-size: clamp(1rem, 0.9363rem + 0.2614vw, 1.25rem);
	color: #666666;
	line-height: 1.2;
}

.hp-locations__link {
	width: 55px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #209bd8;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	transform: rotate(-45deg);
}

.hp-locations__link i {
	font-size: 18px;
}

@media (max-width: 1199px) {
	.hp-locations__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 45px;
	}
}

@media (max-width: 768px) {
	.hp-locations__content p {
		text-align: left;
	}

	.hp-locations__content * {
		text-align: center !important;
	}

	.hp-locations__content {
		text-align: center;
	}

	.hp-locations__image {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hp-locations__content p {
		font-size: 22px;
		line-height: 1.2;
	}

	.hp-locations .section-header h2 {
		text-align: center;
	}

	.hp-locations {
		padding: 0 5% 100px;
	}

	.hp-locations__title {
		text-align: center;
		font-size: 34px;
		margin-bottom: 35px;
	}

	.hp-locations__grid {
		display: block;
	}

	.hp-locations__item {
		display: grid !important;
		margin: 0 12px;
		grid-template-columns: 1fr;
		gap: 30px;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.hp-locations__image img {
		border-radius: 20px;
	}



	.hp-locations__slider .slick-arrow {
		width: 40px;
		height: 40px;
		background: var(--color-bg-secondary);
			border-radius: 50px;
			display: flex !important;
			align-items: center;
			justify-content: center;
			position: absolute;
			left: calc(50% - 25px);
			top: 102%;
			transform: translateX(-50%);
			transition: .3s;
			font-size: 0;
			border: unset;
			outline: unset;
			pointer-events: all;
			z-index: 99;
			}

	.hp-locations__slider .slick-next.slick-arrow {
		left: calc(50% - -25px);
	}

	.hp-locations__slider .slick-arrow:before {
		content: "\f061";
		position: absolute;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		font-size: 14px;
		margin: auto;
		transition: .3s;
		font-family: 'FontAwesome';
		color: #fff;
	}

	.hp-locations__slider  .slick-next.slick-arrow:before {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: .3s;
	}

}



/* =========================================
LOCATION FINDER SECTION
Purpose: Main section background and spacing
========================================= */
.vs-location-finder {
	position: relative;
	padding: 170px 0 0;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-06871b51-fd24-49c9-9f7f-6817b058873c/site_assets/location_bg.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
}

.leaflet-touch .leaflet-control-attribution {
	opacity: 0;
	visibility: 0;
}

/* EDIT HERE:
Change max-width if you want the content wider/narrower
*/
.vs-location-finder__container {width: min(1280px, 90%);margin: 0 auto;float: unset;z-index: 9;}

/* EDIT HERE:
Change heading font size, spacing, or style
*/
.vs-location-finder__title {
	margin: 0 0 14px;
	font-size: clamp(32px, 5vw, 48px);
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
}

/* EDIT HERE:
Change subtitle color or font size
*/
.vs-location-finder__text {
	margin-bottom: 24px;
	color: #26b9f2;
	font-size: 14px;
	text-transform: uppercase;
}

/* =========================================
SEARCH BAR
Purpose: ZIP search input and button
========================================= */
.vs-location-search {
	display: flex;
	width: min(768px, 100%);
	margin: 0 auto 20px;
	border-radius: 6px;
	overflow: hidden;
}

.vs-location-search__input {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	padding: 0 18px;
}

.vs-location-search__icon {
	color: #999;
}

.vs-location-finder__content .section-header h2 {
	color: #fff;
}

.vs-location-finder__content p {
	font-size: 24px;
	text-transform: uppercase;
	color: #2097d8;
	text-align: center;
}

.vs-location-search__field {
	width: 100%;
	height: 58px;
	border: 0;
	outline: 0;
	font-size: 24px;
	text-transform: uppercase;
	color: #666666;
}

/* EDIT HERE:
Change search button color
*/
.vs-location-search__button {
	width: 220px;
	border: 0;
	background: #2096d7;
	cursor: pointer;
	transition: 0.3s ease;
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

.vs-location-search__button:hover {
	background: #147fb4;
}

/* =========================================
SEARCH MESSAGE
Purpose: Shows validation/search result message
========================================= */
.vs-location-message {
	display: flex;
	margin-bottom: 20px !important;
	color: #fff;
	text-transform: none;
	text-align: center;
	border-bottom: 1px solid #2097d8;
	max-width: max-content;
	margin: 0 auto;
	width: 100%;
	line-height: 1.5;
}

/* =========================================
MAP WRAPPER
Purpose: Outer map card style
========================================= */
.vs-map-wrapper {
	padding: 12px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.4);
}

/* EDIT HERE:
Change map height
*/
.vs-location-map {
	width: 100%;
	height: 768px;
	border-radius: 30px;
	overflow: hidden;
}

/* =========================================
HIDDEN DATASET BLOCK
Purpose: Holds CMS dataset values for JS
========================================= */
.vs-location-data {
	display: none;
}

/* =========================================
ACCESSIBILITY
Purpose: Hidden label for screen readers
========================================= */
.vs-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

/* =========================================
MOBILE RESPONSIVE
========================================= */
@media (max-width: 640px) {
	.vs-location-search {
		flex-direction: column;
	}

	.vs-location-search__button {
		width: 100%;
		height: 54px;
	}

	.vs-location-map {
		height: 380px;
	}
}

.vs-location-search__input span svg {
	width: 20px;
	height: 20px;
	fill: #666;
}


/* INNER PAGE LOCATION */


.vs-location-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 38px;
}

.vs-location-card-item {
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgb(18 38 54 / 20%);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.vs-location-card-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}

.vs-location-card-item>img {
	width: 100%;
	height: 310px;
	display: block;
	object-fit: cover;
}

.vs-location-card-item__body {
	padding: 0 34px 28px;
}


.vs-location-card-item__info {
	display: grid;
	grid-template-columns: 1rem 1fr;
	gap: 18px;
	align-items: start;
	margin-bottom: 22px;
	text-underline-offset: 3px;
	ALIGN-ITEMS: CENTER;
}

.vs-location-card-item__info span {
	fill: #122636;
	width: 1rem !important;
	height: 1rem !important;
}

.vs-location-card-item__info p {
	margin: 0;
	line-height: 1.45;
	color: #333 !important;
}

.vs-location-card-item__actions {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 12px;
	margin-top: 26px;
}
`

.vs-location-card-item__btn span {
	font-size: 22px;
	line-height: 1;
}

@media (max-width: 1280px) {
	.vs-location-cards__grid {
		gap: 22px;
	}

	.vs-location-card-item>img {
		height: 250px;
	}

	.vs-location-card-item__body {
		padding: 0 24px 28px;
	}

	.vs-location-card-item h3 {
		font-size: 23px;
	}

	.vs-location-card-item__info p {
		font-size: 16px;
	}

	div.vs-location-card-item__actions {
		grid-template-columns: 1fr;
	}

	div.vs-location-card-item__actions a.ry-btn.ry-btn-vs {
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media (max-width: 991px) {
	.vs-location-cards__grid {
		grid-template-columns: 1fr;
	}

	.vs-location-card-item {
		max-width: 620px;
		margin: 0 auto;
		width: 100%;
	}
}

@media (max-width: 767px) {

	.vs-location-card-item__info {
		grid-template-columns: max-content;
		align-items: center;
		justify-content: center;
	}

	.vs-location-card-item__info span {
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.vs-location-cards {
		padding: 70px 16px;
	}

	.vs-location-card-item>img {
		height: 220px;
	}

	.vs-location-card-item__actions {
		grid-template-columns: 1fr;
	}
}

.vs-location-card-item__actions a.ry-btn.ry-btn-vs {
	background: var(--color-bg-secondary);
		border-color: unset;
		max-width: 160px !important;
		border: unset;
		outline: unset;
		color: #fff !important;
		font-size: 19px !important;
		border-radius: 10px;
		font-weight: 500;
		}

.vs-location-card-item__actions a.ry-btn.ry-btn-vs.black {
	background: #d1d1d1 !important;
	color: #333 !important;
}


.vs-location-card-item__body h3 {
	font-weight: 700 !important;
	font-size: 22px !important;
}

/* END OF INNER PAGE LOCATION */



.pg-location__details {
	padding: 0;
	background: 0;
}

.pg-location__details-container {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
	padding: 60px 0;
}

.pg-location__details-info {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.pg-location__details-item {
	position: relative;
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 20px;
	align-items: flex-start;
}

.pg-location__details-icon {
	width: 42px;
	height: 42px;
	border: 1px solid #333;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 18px;
}

.pg-location__details-icon svg {
	width: 19px;
	height: 19px;
}

.pg-location__details-label {
	margin: 0 0 6px;
	color: #122636;
	font-size: 20px !important;
	font-weight: 700 !important;
	text-align: left;
}

.pg-location__details-item strong {
	color: #333;
	font-size: 18px;
	line-height: 1.45;
}

.pg-location__details-hours {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 8px 40px;
	color: #1d2c3a;
	font-size: 20px;
}



.pg-location__details-btn {
	display: flex;
	width:100%;
	margin-top: 4px;
	padding: 22px 0;
	background: #343630;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s ease;
}

.pg-location__details-btn:hover {
	background: #209bd8;
}

.pg-location__details-btn span {
	margin-left: 6px;
}


.vs-location__social-media {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	gap: 15px;
}

.vs-location__social-media li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #333;
}



.pg-location__details-desc h3 {
	font-weight: 700 !important;
}

.pg-location__details-desc blockquote {
	font-size: 20px !important;
	line-height: 1.5;
}

.pg-location__details-form  .ry-form.ry-form-box {
	padding: 60px 7%;
}

.pg-location__details-form-bg {
    position: absolute;
    bottom: 0;
}

.pg-location__details-form-bg img {
    height: 50vh;
    object-fit: cover;
}


.pg-location__details-form  .form-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pg-location__details-form .ry-btn.ry-btn-primary {
	color: #fff !important;
	max-width: 180px;
	width: 180px;
	border-radius: 12px;
	height: 65px;
}

.pg-location__details-form .ry-btn.ry-btn-primary:hover {
	background: #122636 !important;
}



@media (max-width: 1199px) {
	.pg-location__details-container {
		grid-template-columns: 1fr 1fr;
		gap: 50px;
	}

	.pg-location__details-info {
		max-width: 100%;
	}
}


@media (max-width: 768px) {

	.pg-location__details-container {
		grid-template-columns: 1fr;
	}

	.pg-location__details-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.pg-location__details-hours {
		grid-template-columns: 95px 1fr;
		gap: 15px;
	}
}

@media (max-width: 767px) {
	.pg-location__details {
		padding: 0;
	}

	.pg-location__details-hours span:nth-child(even) {
		margin-bottom: 8px;
	}

	.pg-location__details-btn {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

}

@media (max-width: 680px){
	.pg-location__details-info {
		grid-template-columns: 1fr;
	}

	.pg-location__details-item {
		grid-template-columns: max-content;
		align-items: center;
		justify-content: center;
	}

	.pg-location__details-item * {
		text-align: center;
	}

	.pg-location__details-icon {
		margin: 0 auto;
	}

	.pg-location__details-container {
		grid-template-columns: max-content;
		align-items: center;
		justify-content: center;
	}

	.pg-location__details-desc blockquote {
		text-align: center;
	}
}

.hp-team__tabs button:hover {
	background: #333 !important;
	color: #fff;
	border-color: #333;
}

a.hp-locations__link:hover {
	background: #333;
}

.vs-footer__btn:hover {
	background: #4cacdf;
	opacity: 1;
}

.vs-location-card-item__actions a.ry-btn.ry-btn-vs:hover {
	background: #122636 !important;
	color: #fff !important;
}

.map-locator__pop-up h4 {
	color: #221e20 !important;
	font-weight: 700 !important;
	text-align: center !important;
	font-size: 20px !important;
}

.map-locator__pop-up p {
	margin: 0 !important;
	font-size: 16px !important;
	text-align: center;
	text-wrap: balance;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 7px !important;
}

.map-locator__pop-up br {
	display: none;
}

.map-locator__pop-up a {
	text-align: center !important;
	width: 100%;
	display: block;
	font-size: 16px !important;
	background: #2097d8;
	color: #fff !important;
	margin: 0 auto;
	width: 180px;
	padding: 7px 5px;
	border-radius: 12px;
}

.vs-services__grid {
	padding: 40px 0;

}



.vs-services__grid-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.vs-services__grid-card {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	border-radius: 12px;
}

.vs-services__grid-card img {
	width: 100%;
	height: 255px;
	display: block;
	object-fit: cover;
}

.vs-services__grid-content {
	padding: 24px 28px;
}

.vs-services__grid-content h3 {
	margin: 0 0 7px !important;
	color: #0067a8;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.vs-services__grid-content p {
	margin: 0;
	color: #111;
	font-size: 19px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.vs-services__grid-list {
		grid-template-columns: 1fr;
	}

	.vs-services__grid-card img {
		height: 220px;
	}

	.vs-services__grid-content {
		padding: 22px;
	}
}



/* LOCATION DETAIL PAGE */
.pg-location__details-desc h3 {
	font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem) !important;
	line-height: 1.2 !important;
	margin-bottom: .5rem;
}
.vs-location__cta {
	position: relative;
	padding: 65px 20px;
	overflow: hidden;
}

.vs-location__cta-bg {
	position: absolute;
	inset: 0;
	opacity: 1;
	z-index: 1;
}

.vs-location__cta-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vs-location__cta-container {
	position: relative;
	z-index: 2;
	max-width: 1300px;
	margin: 0 auto;
	float: unset;
}

.vs-location__cta-content-wrapper {
	display: flex;
	align-items: center;
	gap: 90px;
}
.vs-location__cta-media {
	position: relative;
	flex: 0 0 48%;
	min-height: 390px;
}

.vs-location__cta-panel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 710px;
	z-index: 1;
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-06871b51-fd24-49c9-9f7f-6817b058873c/site_assets/cta_bg.jpg");
	background-size: cover;
}

.vs-location__cta-panel::before {
}

.vs-location__cta-image {
}

.vs-location__cta-image img {
	width: 100%;
}

.vs-location__cta-content {
	flex: 1;
}

.vs-location__cta-list {
	max-width: 520px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vs-location__cta-list li {
	border-bottom: 1px solid rgba(18, 38, 54, 0.18);
}

.vs-location__cta-list a {
	min-height: 52px;
	padding: 0 16px 0 0;
	color: #122636;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	text-decoration: none;
	font-size: 16px;
	transition: 0.25s ease;
}

.vs-location__cta-list a:hover {
	color: #2097d8;
	padding-left: 10px;
}

.vs-location__cta-list strong {
	font-size: 20px;
	line-height: 1;
}

@media (max-width: 991px) {
	.vs-location__cta-content-wrapper {
		flex-direction: column;
		gap: 55px;
	}

	.vs-location__cta-media {
		width: 100%;
		flex: none;
	}

	.vs-location__cta-content,
	.vs-location__cta-list {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.vs-location__cta {
		padding: 50px 16px;
	}

	.vs-location__cta-media {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.vs-location__cta-panel {
		width: 78%;
		top: -20px;
		bottom: -20px;
		left: -16px;
		height: 25rem;
	}

	.vs-location__cta-image {
		width: 100%;
	}

	.vs-location__cta-image img {
	}

	.vs-location__cta-list a {
		font-size: 15px;
	}
}

.vs-location__cta-list a {
	font-size: 20px;
}

.pg-location__details .hp-testimonials {
	background: unset;
}

.pg-location__details .slick-dots li button {
	background: unset !important;
}

.pg-location__details-form h3 {
	font-size: 27px !important;
}

.pg-location__details-form {
	padding: 100px 0 0 !important;
	
}

#section-appointment {
    scroll-margin-top: 180px;
}

@media (max-width: 1336px) {
	.vs-location__cta-panel {
		width: 50%;
	} 
}

@media (max-width: 991px) {
	.vs-location__cta-image img {
		max-width: max-content;
		margin: 0 auto;
	}

	.vs-location__cta-panel {
		height: 85vh;
	}
}
@media (max-width: 520px) {
	.vs-location__cta-panel {
		height: 80vh;
		width: 80%;
	}
}

@media (max-width: 400px) {
	.vs-location__cta-panel {
		height: 50vh;
		width: 80%;
	}
}

.pg-location__vs-services {
	padding: 160px 0 83px;
}

.pg-location__vs-services-grid {
	padding: 60px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 28px;
}

.pg-location__vs-services-card {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 93px;
	padding: 18px 40px;
	border: 1px solid #c3e1f2;
	border-radius: 6px;
	background: #e4f0f6;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.pg-location__vs-services-card > span:first-child {
	flex: 1;
}

.pg-location__vs-services-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #fff;
	color: #2097d8;

	/* hidden by default */
	opacity: 0;
	visibility: hidden;
	transform: translateX(12px);
	transition: all 0.3s ease;
}

.pg-location__vs-services-arrow svg {
	width: 16px;
	height: 16px;
}

/* Hover */
.pg-location__vs-services-card:hover {
	background: #2097d8;
	border-color: #2097d8;
	color: #fff;
}

.pg-location__vs-services-card:hover .pg-location__vs-services-arrow {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* Active state */
.pg-location__vs-services-card.is-active {
	background: #2097d8;
	border-color: #2097d8;
	color: #fff;
}

.pg-location__vs-services-card.is-active .pg-location__vs-services-arrow {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* Responsive */
@media (max-width: 991px) {
	.pg-location__vs-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.pg-location__vs-services-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

.pg-location__vs-services .ry-container {
	width: min(1300px, 90%);
	margin: 0 auto;
	float: unset;
}

.pg-location__vs-services-grid br {
	display: none !important;
}

.pg-location__vs-services-title h3 {
	text-align: center !important;
	text-transform: uppercase !important;
}

.pg-location__team-title h2 {
    text-transform: uppercase !important;
}

.pg-location__vs-services-card span {
	font-size: 22px;
	line-height: 1.2;
}

.pg-location__team {
	padding: 60px 0;
}

.pg-location__team-container {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	float: unset;
}

.pg-location__team-title {
	margin: 0 0 38px;
	text-align: center;
	font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem);
	font-weight: 400;
	line-height: 1.2;
	color: #2097d8;
	text-transform: uppercase;
}

.pg-location__team-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.pg-location__team-card {
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.pg-location__team-img {
	display: block;
	width: 100%;
	height: 205px;
	object-fit: cover;
}

.pg-location__team-content {
	padding: 14px 12px 15px;
	text-align: center;
}

.pg-location__team-content h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
	color: #2097d8;
}

.pg-location__team-content p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	color: #2097d8;
}

/* Slick active state */
.pg-location__team-list.slick-initialized {
	display: block;
}

.pg-location__team-list.slick-initialized .pg-location__team-item {
	padding: 18px 18px;
}

.pg-location__team .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: #2097d8;
	color: #fff;
	font-size: 0;
	cursor: pointer;
	transform: translateY(-50%);
}

.pg-location__team .slick-prev {
	left: -55px;
}

.pg-location__team .slick-next {
	right: -55px;
}

.pg-location__team .slick-prev::before,
.pg-location__team .slick-next::before {
	font-size: 24px;
	line-height: 1;
}

.pg-location__team .slick-prev::before {
	content: "‹";
}

.pg-location__team .slick-next::before {
	content: "›";
}

@media (max-width: 991px) {
	.pg-location__team-container {
		max-width: 720px;
	}

	.pg-location__team-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.pg-location__team .slick-prev {
		left: -20px;
	}

	.pg-location__team .slick-next {
		right: -20px;
	}
}

@media (max-width: 575px) {
	.pg-location__team-list {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pg-location__team-list.slick-initialized .pg-location__team-item {
		padding: 10px;
	}

	.pg-location__team-title {
		margin-bottom: 28px;
		font-size: 28px;
	}

	.pg-location__team .slick-arrow {
		width: 34px;
		height: 34px;
	}

	.pg-location__team .slick-prev {
		left: 0;
	}

	.pg-location__team .slick-next {
		right: 0;
	}
}

.pg-location__team-list .slick-arrow {
	width: 40px;
	height: 40px;
	background: var(--color-bg-secondary);
		border-radius: 50px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: calc(50% - 25px);
		top: 110%;
		transform: translateX(-50%);
		transition: .3s;
		font-size: 0;
		border: unset;
		outline: unset;
		pointer-events: all;
		z-index: 99;
		}

.pg-location__team-list .slick-next.slick-arrow {
	left: calc(50% - -25px);
}

.pg-location__team-list .slick-arrow:before {
	content: "\f061";
	position: absolute;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	font-size: 14px;
	margin: auto;
	transition: .3s;
	font-family: 'FontAwesome';
	color: #fff;
}

.pg-location__team-list  .slick-next.slick-arrow:before {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .3s;
}


.pg-location__team-content span {
	display: block;
}

.pg-location__team-content h3 {
	text-align: center !important;
	line-height: 1.2 !important;
	font-size: 18px !important;
}

.pg-location__team-card img {
	width: 100%;
	aspect-ratio: 1 / 1.18;
	display: block;
	object-fit: cover;
}

