/* Create main color variable */
:root
{
	--advertise-color: #000000;
	--advertise-background-color: #000000;
}
/* Remove header */
body.page-template-ptl-advertise { padding-inline: 0; }
body.page-template-ptl-advertise #main { padding-top: 0; }
body.page-template-ptl-advertise .pillar { padding: 0; }
body.page-template-ptl-advertise .advertisement { display: none !important; }
body > header > div { display: none; }
body > header > div#topbar { display: flex; margin-inline: 0;}
body > footer { margin-inline: 0; }
textarea { font: inherit; font-size: 13.3333px; }
body.page-template-ptl-advertise footer .pillar
{
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	position: relative;
	padding-inline: 1rem;
	width: 100%;
}
body.page-template-ptl-advertise header .pillar
{
	padding-inline: 1rem;
}
/* Reset pillar */
.page-template-ptl-advertise .pillar { max-width: 100%; }
.adv-img-wrapper
{
	background-image: url('https://place-hold.it/3000x800/DDDDDD');
	background-position: center center;
	background-size: cover;
	padding: 4rem;
	padding-top: 1rem;
	position: relative;
}
/* .adv-img-wrapper img
{
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
} */
#adv-section-1 p,
#adv-section-2 p,
#adv-section-3 p,
#adv-section-4 p,
#adv-section-5 p,
#adv-section-6 p
{
	margin-block: 1rem;
}
#adv-section-5 p.adv-title
{
	margin-top: 0;
}
#adv-section-1 a
{
	color: #fff;
	transition: .3s ease;
}
#adv-section-1 a:hover
{
	color: #222;
	text-decoration: underline;
}
#adv-section-1 a.adv-back-home::before
{
	content: '\f177';
	font-family: 'FontAwesome';
	padding-right: .25rem;
}
#adv-section-1 a.adv-logo-top
{
	display: block;
	max-width: 256px;
}
#adv-section-1 a.adv-logo-top img { max-width: 100%; }
#adv-section-1 h1
{
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}
#adv-section-1 h3
{
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
#adv-section-1 ul
{
	list-style-type: none;
}
#adv-section-1 li
{
	color: #fff;
	margin-block: 1rem;
	padding-left: 1rem;
}
#adv-section-1 li::before
{
	color: #fff;
	content: '\f00c';
	font-family: 'FontAwesome';
	padding-right: .5rem;
}
#adv-section-1 button
{
	background-color: var(--advertise-color);
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 2rem;
	outline: 0;
	padding: .5rem;
	text-transform: uppercase;
}
#adv-section-2
{
	background-color: var(--advertise-background-color);
	color: #fff;
	padding: 4rem;
}
#adv-section-2 > p:first-of-type
{
	text-transform: uppercase;
}
#adv-section-2 p.adv-title
{
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
	padding-bottom: 1.5rem;
	padding-top: 2rem;
}
#adv-section-2 li
{
	border-top: 2px solid var(--advertise-color);
	padding-block: 1rem;
}
#adv-section-2 h4
{
	color: #fff;
}
ul.adv-2-col,
ul.adv-3-col,
ul.adv-4-col,
ul.adv-4-col-3
{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	list-style-type: none;
}
ul.adv-2-col
{
	flex-wrap: wrap;
}
ul.adv-3-col
{
	flex-direction: row;
	transition: transform 0.3s ease-in-out;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: none;
	touch-action: pan-x pan-y;
	scrollbar-width: none;
}
li.adv-3-col-el
{
	flex: 0 0 100%;
}
@media(min-width: 768px)
{
	ul.adv-2-col,
	ul.adv-4-col,
	ul.adv-4-col-3
	{
		flex-direction: row;
	}
	li.adv-2-col-el
	{
		flex: 0 0 calc(50% - 1rem);
	}
	li.adv-3-col-el
	{
		flex: 0 0 calc(33% - 1.33333rem);
	}
	li.adv-4-col-el
	{
		flex: 0 0 calc(25% - 1.5rem);
	}
	.adv-4-col-3 li.adv-4-col-el
	{
		flex: 0 0 calc(33% - 1.33333rem);
	}
}
#adv-section-2 ul.adv-3-col-el
{
	border-top: 1px solid var(--advertise-color);
	font-size: 1.1rem;
	font-weight: bold;
	padding-top: 1rem;
}
#adv-section-3
{
	background-color: #fff;
	padding: 4rem;
}
#adv-section-3 .adv-number
{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 1rem;
	position: relative;
	text-align: center;
}
#adv-section-3 .adv-number::before
{
	background: var(--advertise-color);
	bottom: 100%;
	content: '';
	height: 10px;
	left: 50%;
  	position: absolute;
  	transform: translateX(-50%);
  	width: 70%;
}
#adv-section-3 .adv-number + p
{
	margin-top: 0;
	text-align: center;
}
#adv-section-4
{
	background-color: var(--advertise-background-color);
	color: #fff;
	padding: 4rem;
}
#adv-section-4  li
{
	background-color: #fff;
}
#adv-section-4 > div
{
	max-width: 300px;
}
#adv-section-4 > div.adv-scroll-buttons
{
	max-width: unset;
}
#adv-section-4 > div > p:last-of-type
{
	margin-bottom: 3rem;
}
#adv-section-5,
#adv-section-6
{
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 4rem;
}
#adv-section-6 { padding-right: 0; }
@media(max-width: 767px)
{
	footer { text-align: center; }
	.adv-img-wrapper { padding-inline: .75rem; padding-block: 1rem; }
	#adv-section-2, 
	#adv-section-4,
	#adv-section-5,
	#adv-section-6{ padding-inline: .75rem; padding-block: 1rem; }

}
#adv-section-6 .adv-right img
{
	height: 100%;
	object-fit: cover;
	width: calc(100% - 2rem);
}
#adv-section-6 .adv-left img
{
	max-width: 100%;
}
@media(min-width: 768px)
{
	#adv-section-5,
	#adv-section-6
	{
		flex-direction: row;
	}
	#adv-section-5 .adv-left
	{
		flex: 0 0 calc(40% - .5rem);
	}
	#adv-section-5 .adv-right
	{
		flex: 0 0 calc(60% - 3.5rem);
		padding-left: 3rem;
	}
	#adv-section-6 .adv-left
	{
		flex: 0 0 calc(60% - .5rem);
	}
	#adv-section-6 .adv-right
	{
		flex: 0 0 calc(40% - .5rem);
		padding-left: 2rem;
	}
}
#adv-section-4 p.adv-title
{
	border-top: 10px solid var(--advertise-color);
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
	padding-top: 2rem;
}
#adv-section-2 p,
#adv-section-4 p
{
	color: #fff;
}
#adv-section-4 .adv-partner-block-img-wrapper
{
	background-color: #fff;
	position: relative;
}
#adv-section-4 .adv-partner-block-img-wrapper img:first-child
{
	left: 0;
	position: absolute;
	top: 0;
}
#adv-section-4 .adv-partner-block-img-wrapper img.wp-post-image
{
	aspect-ratio: 4 / 3;
	height: 300px;
	object-fit: cover;
	width: 100%;
}
#adv-section-4 .adv-partner-block-meta-wrapper
{
	background-color: #fff;
	padding: 1rem 2rem 2rem;
}
#adv-section-4 .adv-partner-block-meta-wrapper h2,
#adv-section-4 .adv-partner-block-meta-wrapper p
{
	color: #000;
}
#adv-section-4 .adv-partner-block-meta-wrapper a
{
	background-color: #ddd;
	border-bottom: 0;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	padding: .5rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}
#adv-section-4 .adv-partner-block-meta-wrapper a:hover
{
	border-bottom: 0;
}
#adv-section-5 .adv-title
{
	border-top: 10px solid var(--advertise-color);
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
	padding-bottom: 1rem;
	padding-top: 2rem;
}
#adv-section-5 .adv-partner-logos
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
}
#adv-section-5 .adv-partner-logo
{
	aspect-ratio: 2 / 1;
	flex: 0 0 calc(16.666667% - 0.83333333rem);
}
@media(max-width: 767px)
{
	#adv-section-5 .adv-partner-logo
	{
		aspect-ratio: 2 / 1;
		flex: 0 0 calc(25% - .75rem);
	}
}
#adv-section-5 .adv-partner-logo img
{
	height: auto;
	object-fit: contain;
	width: 100%;
}
#adv-section-6 .adv-contact
{
	margin-top: 3rem;
}
#adv-section-6 .adv-contact-name
{
	font-weight: bold;
	text-transform: uppercase;
}
#adv-section-6 .adv-contact-phone::before
{
	content: '\f095';
	font-family: 'FontAwesome';
	padding-right: 1rem;
}
#adv-section-6 .adv-contact-person
{
	text-align: center;
}
#adv-section-6 .adv-contact > p
{
	font-size: 1.2rem;
}
#adv-section-6 .adv-contact > p:first-of-type
{
	color: var(--advertise-color);
	font-size: 1.5rem;
	font-weight: bold;
}
#adv-section-6 .adv-form-subtitle
{
	color: var(--advertise-color);
	font-size: 1.5rem;
	font-weight: bold;
}
#adv-section-6 .adv-form-button
{
	background-color: var(--advertise-color);
	color: white;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
/* Scroll buttons */
.adv-scroll-buttons
{
	margin-top: .625rem;
	text-align: center;
}

.adv-scroll-buttons button
{
	background-color: var(--advertise-color);
	border: 0;
	cursor: pointer;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0.5rem;
	outline: 0;
	padding: 0.5rem 1rem;
}
@media(min-width: 768px)
{
	.adv-scroll-buttons
	{
		display: none;
	}
}