#sp-archive {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding-inline-start: 0;
	padding-inline-end: 0;
	height: 100%;
}

#sp-archive h1,
#sp-archive h2,
#sp-archive h3,
#sp-archive h4,
#sp-archive h5,
#sp-archive h6 {
	margin: 0;
}

  .title-sp {
	padding: 36px 0 0;
}

 .title-sp h1 {
	padding-bottom: 51px;
	font-size: 90px;
	font-weight: 300;
	line-height: 100%; /* 90px */
}

 .title-sp p {
	font-family: var(--ff1);
	font-size: 25px;
	line-height: normal;
	max-width: 70%;
}

 .sp-cards {
	display: flex;
	flex-wrap: wrap;
	margin: 71px -20px 0;
}

 .sp-cards .sp-card {
	width: calc(33.3% - 40px);
	margin: 0 20px 48px;
}

 .sp-cards .sp-card img {
	width: 100%;
	min-height: 412px;
	max-height: 412px;
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: 18px;
}

 .sp-cards .sp-card h3 {
	font-size: 24px;
	line-height: 140%; /* 33.6px */
}

 .sp-cards .sp-card p {
	font-family: var(--ff1);
	font-size: 25px;
	line-height: normal;
	margin: 31px 0;
}

 .sp-cards .sp-card .therapy-district-btn {
	text-decoration: underline;
	font-weight: 600;
	text-transform: uppercase;
}

#sp-archive .therapy-distict-form {
	max-width: 850px;
	margin: 92px auto 132px;
}

 .therapy-distict-form h2 {
	font-family: var(--ff1);
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.078px;
	text-transform: uppercase;
	margin-bottom: 28px;
}

 .therapy-distict-form div.wpforms-container {
	margin: 0;
}

 .therapy-distict-form .wpforms-submit-container {
	display: flex;
	justify-content: center;
}

 .therapy-distict-form button.wpforms-submit[type=submit]:not(:hover):not(:active) {
	border-radius: 6px;
	color: var(--b);
	background-color: transparent;
	border: solid 1px #000;
	font-size: 14px;
	font-weight: 500;
}

 .therapy-distict-form button.wpforms-submit[type=submit]:hover,
 .therapy-distict-form button.wpforms-submit[type=submit]:active {
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	background: #72b891;
	border: solid 1px #72b891;
}

 .therapy-distict-form .wpforms-field-checkbox ul li input[type=checkbox] {
	border: solid 1px #000;
}

 .therapy-distict-form div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox].wpforms-error {
	border: solid 1px #d63636 !important;
}

 .therapy-distict-form div.wpforms-container-full input[type=checkbox]:checked:before {
	border-color: var(--b);
	box-shadow: 0 0 0 1px;
}

 .therapy-distict-form div.wpforms-container-full input[type=checkbox]:checked:after {
	border-left: solid 4px #000;
	border-bottom: solid 4px #000;
}

.visit-sp {
	min-height: 718px;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(https://tds.stage.public.triboo.it/wp-content/uploads/2024/08/f1cfdcfd0bb6f758748e76372c749b1f.png); lightgray 50% / cover no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.visit-sp h4,
.visit-sp p,
.visit-sp a {
	margin: 0;
	color: #fff;
}

.visit-sp h4 {
	font-family: IvyMode;
	font-size: 36px;
	font-weight: 300;
	line-height: 125%; /* 45px */
}

.visit-sp p {
	font-family: var(--ff1);
	font-size: 20px;
	line-height: 120%; /* 24px */
	width: 475px;
}

.visit-sp a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #FFF;
	border-radius: 6px 6px 6px 6px;
	padding: 8px 32px;
}

.visit-sp a:hover {
	background-color: #71B790;
	color: #fff;
	border-color: #71B790;
}

.visit-sp .visit-sp-text {
	width: 100%;
	max-width: 1560px;
	min-height: 718px;
	margin: 0 auto;
	padding-inline-start: 0;
	padding-inline-end: 0;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	row-gap: 20px;
}

@media screen and (max-width: 1560px) {
	
	#sp-archive {
		padding: 0 20px;
	}
	
	.visit-sp {
		padding: 0 25px;
	}
}

@media screen and (max-width: 1024px) {
	 .sp-cards {
		margin: 71px -11px 0;
	}

	 .sp-cards .sp-card {
		width: calc(50% - 20px);
		margin: 0 10px 40px;
	}
}

@media screen and (max-width: 767px) {
	 .sp-cards {
		margin: 50px -10px 0;
	}

	 .sp-cards .sp-card img {
		min-height: 340px;
	}

	 .therapy-distict-form {
		margin: 50px 0 100px;
	}
}

@media screen and (max-width: 600px) {
	.title-sp h1 {
		padding-bottom: 27px;
		font-size: 70px;
	}
}

@media screen and (max-width: 450px) {
	  .title-sp {
		padding: 25px 0 0;
	}
	
	.title-sp h1 {
		padding-bottom: 27px;
		font-size: 40px;
	}
	
	 .title-sp p {
		font-size: 14px;
		max-width: 100%;
	}
	
	 .sp-cards {
		margin: 15px 0 0;
	}
	
	 .sp-cards .sp-card {
		width: calc(100%);
		margin: 0 0 40px;
	}

	 .sp-cards .sp-card img {
		min-height: 160px;
		margin: 0;
	}

	 .sp-cards .sp-card h3 {
		font-size: 20px;
		margin: 9px 0;
	}

	 .sp-cards .sp-card p {
		margin: 9px 0;
		font-size: 16px; 
	}

	 .sp-cards .sp-card .therapy-district-btn {
		font-size: 14px;
	}

	 .therapy-distict-form {
		margin: 0 0 51px;
	}

	.visit-sp {
		min-height: 360px;
		height: 100%;
	}

	.visit-sp .visit-sp-text {
		align-items: center;
		row-gap: 12px;
		min-height: 360px;
	}

	.visit-sp h4,
	.visit-sp p {
		text-align: center;
	}

	.visit-sp .visit-sp-text h4 {
		font-size: 24px;
	}

	.visit-sp .visit-sp-text p {
		font-size: 13px;
		width: 80%
	}
}