body.page-template-tpl-contact .hero_section{
	display: none !important;
}
.page-header{
/*	border-bottom: 1px solid #EAECF0;*/
}
.contactDetails {
	padding: 5.266% 0px 120px 0px;
	max-width: 1160px;
	margin: auto;
}
.contactHeader,
.talkAbout-container,
.social-container {
	padding-left: 5.173%;
    padding-right: 5.173%;
}
.contactHeader {
	margin-bottom: 32px;
}
.contactHeader h1
{
	color: #122247;
	font-size: 72px;
	font-weight: 800;
	line-height: 80px; /* 111.111% */
	letter-spacing: -1.44px;
	margin-bottom: 24px;
}

.contactHeader p {
	color: #7688A2;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	max-width: 640px;
	margin-bottom: 32px;
}
.talkAbout-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 24px;
	margin-bottom: 64px;
}
.talkAbout-container h3 {
	width: 100%;
	color: #122247;
	font-family: "Poppins-Regular";
	font-size: 20px;
	font-weight: 600;
	line-height: 28px; /* 140% */
}
.talkAbout-container .talkAbout-item {
	display: flex;
	flex-direction: row;
	column-gap: 12px;
	align-items: center;
}

.talkAbout-container span {
	color: #122247;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
.social-container {
	display: flex;
	flex-direction: row;
    margin-bottom: 48px;
    padding-right: 0px;
    column-gap: 40px;
    row-gap: 24px;
}
.social-container .social-info {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	min-width: 27.273%;
}
.social-prof {
	margin-left: 8.182%;
}
.social-container .social-links {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}
.social-container .social-links a,
.social-container .contact-wp span {
	color: var(--Blue, #004FE5) !important;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 28px !important; /* 140% */
}
.social-container .social-links .cont-whats {
	justify-content: left;
}
.social-container .social-links .multiLink-container {
	display: flex;
	flex-direction: row;
	column-gap: 24px;
}
.social-container p {
	color: #122247;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom: 0px;
}
.social-container span {
	color: #122247;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px; /* 140% */

}
.social-container .contact-wp img {
	display: none !important;
}

.locations-container {
	display: flex;
	flex-direction: column;
	row-gap: 64px;
}
.locations-container > :nth-child(odd) {
	border-radius: 20px;
	background: #EEF5FF;
}
.locations-container .loc-div {
	display: flex;
	flex-direction: row;
	column-gap: 40px;
	padding: 5.173%;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}
.locations-container .loc-div .loc-info {
	display: flex;
	flex-direction: column;
}
.locations-container .loc-div h3 {
	align-self: stretch;
	color: var(--Orange, #FD7847);
	font-family: "PPRightGrotesk";
	font-size: 48px;
	font-weight: 800;
	line-height: 56px; /* 116.667% */
	letter-spacing: -0.96px;
	margin-bottom: 16px;
}
.locations-container .loc-div p {
	align-self: stretch;
	color: #122247;
	font-family: "PPRightGrotesk";
	font-size: 48px;
	font-weight: 800;
	line-height: 56px; /* 116.667% */
	letter-spacing: -0.96px;
	margin-bottom: 24px;
}
.locations-container .loc-div a { 
	display: flex;
	width: 156px;
	height: 48px;
	padding: 12px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid #122247;
	color: #122247;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px; /* 150% */
	white-space: nowrap;
}
@media only screen and (max-width: 958px){
	.loc-div {
		flex-wrap: wrap;
		gap: 32px;
		margin: 0px 8px;
	}
	.loc-div .loc-info,
	.loc-img {
		width: 100%;
	}
	.social-container {
		padding-right: 5.173%;
	}
	.social-container {
		flex-wrap: wrap;
	}
	.social-wp { order: 0; }
	.social-prof { order: 1; margin-left: 0px;}
	.social-email { order: 2; }
}

@media only screen and (max-width: 878px){
	.talkAbout-container {
		max-width: 550px;
	}
}
@media only screen and (max-width: 488px){
	.social-container .social-info {
		min-width: 33%;
	}
	.contactDetails {
		padding-bottom: 72px;
	}
	.contactHeader, 
	.talkAbout-container, 
	.social-container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.contactHeader h1 {
		font-size: 56px;
		line-height: 56px; /* 100% */
		margin-bottom: 16px;
	}
	.contactHeader p {
		font-size: 16px;
		line-height: 26px; /* 162.5% */
	}
	.contactHeader {
		margin-bottom: 24px;
	}
	.talkAbout-container {
		flex-direction: column;
		row-gap: 12px;
		margin-bottom: 48px;
	}
	.talkAbout-container h3 {
		font-size: 18px;
		line-height: 26px; /* 144.444% */
		margin-bottom: 0px;
	}
	.talkAbout-container span {
		font-size: 16px;
		line-height: 24px; /* 150% */
	}
	.talkAbout-item img {
		width: 24px;
		height: 24px;
	}
	.social-container .social-info {
		row-gap: 12px;
	}
	.social-container span {
		font-size: 18px !important;
		line-height: 26px !important; /* 144.444% */
	}
	.social-container .social-links p {
		font-size: 14px;
		line-height: 20px; /* 142.857% */
	}
	.social-container .social-links a {
		font-size: 18px !important;	
		line-height: 26px !important; /* 144.444% */
	}
	.social-container .social-links .multiLink-container {
		column-gap: 12px;
	}
	.locations-container {
		row-gap: 48px;
	}
	.loc-div {
		padding: 32px 16px 16px !important;
	}
	.locations-container .loc-div h3 {
		font-size: 36px;
		line-height: 44px; /* 122.222% */
		letter-spacing: -0.72px;
		margin-bottom: 12px;
	}
	.locations-container .loc-div p {
		font-size: 36px;
		line-height: 44px; /* 122.222% */
		letter-spacing: -0.72px;
		margin-bottom: 20px;
	}
	.locations-container .loc-div a {
		width: 132px;
		height: 40px;
		padding: 12px 16px;
		font-size: 14px;
		line-height: 20px; /* 142.857% */
	}
}
@media only screen and (max-width: 381px){
	.social-container {
		column-gap: 12px;
	}
}
@media only screen and (max-width: 320px){
	.social-container .social-links a {
		font-size: 15px !important;
		line-height: 24px !important;
	}
}