/*
Theme Name: Marz Ventures
Author: George English
Author URI: http://englishwebdesign.com
Description: Bespoke theme
Version: 9999.9.9
*/

@import 'css/slick.css';

*,
*:before,
*:after {
	box-sizing: border-box;
}

:root {
	--turquoise: #287C73;
	--dark-grey: #24262b;


	--bg-grey: #dee2e6;

	--primary: var(--turquoise);
}

.slick-dots,
.slick-arrow {
	color: var(--turquoise) !important;
}

.bg-turquoise {
	background: linear-gradient(to bottom right, #46b5ae, #2b8077);
	color: #fff;
}

.section-image-text.bg-turquoise {
	background: #46b5ae;
}

.bg-orange {
	background: linear-gradient(to bottom right, #fc9306, #fa3232);
	color: #fff;
}

.bg-white + .bg-white,
.section-image-text.bg-turquoise + .section-image-text.bg-turquoise,
.section-contact + .section-primary-cta {
	padding-top: 0;
}

body {
	margin: 0;
	background: #fff; /*var(--secondary); /*hsl(234deg 90% 31%); /*#081798;*/
	color: var(--secondary); /*#fff;*/
	font-family: 'Poppins', sans-serif;
	/*letter-spacing: -0.01em;*/
	font-size: 18px;
	font-weight: 300;

	line-height: 1.6;
}

@media (min-width: 1600px) {

	body {
		font-size: 19px;
	}

}

.hidden-fields-container,
.wpcf7-checkbox input,
.wpcf7-radio input,
.screen-reader-response,
.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

hr {
	border: none;
	border-top: 1px solid;
	margin: 30px 0;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, p, ul {
	margin: 0 0 24px;
}

h1,
h2 {
	font-size: 31px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: -0.025em;
}

h2 b {
	font-weight: 700;
}

h3,
h4,
h5,
blockquote p {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
}

.entry-content p + h3,
.entry-content ul + h3 {
	margin-top: 50px;
}

ul + h2,
p + h2 {
	margin-top: 60px;
}

small {
	display: block;
	font-size: 15px;
	line-height: 20px;
}

@media (min-width: 414px) {

	h1, h2 {
		font-size: 36px;
	}

	.lede {
		font-size: 20px;
	}

}

@media (min-width: 1080px) {

	h2.heading-lg,
	h3.heading-lg,
	.heading-lg h2 {
		font-size: 42px;
	}

	.lede {
		font-size: 22px;
	}

}

@media (min-width: 1300px) {

	h1,
	h2 {
		font-size: 42px; /*3.125vw;*/
	}

	h2.heading-lg,
	h3.heading-lg,
	.heading-lg h2 {
		font-size: 56px; /*3.75vw;*/
	}

}

@media (min-width: 1700px) {

	/*nav.menu-1 .menu-primary-menu-container {
		font-size: 19px;
	}*/

	h1,
	h2 {
		font-size: 44px;
	}

	.heading-xl {
		font-size: 72px;
	}

}

.center {
	text-align: center;
}

.center,
.center * {
	margin-left: auto;
	margin-right: auto;
}

*:last-child {
	margin-bottom: 0;
}

svg {
	vertical-align: top;
}

a,
a u {
	color: inherit;
	text-decoration: none;
}

/*small a,
a:not(.btn):hover {
	border-bottom: 1px solid;
}*/

@keyframes underline {
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}
	40% {
		transform-origin: right;
		transform: scaleX(0);
		/*border-top-width: 1px;*/
	}
	60% {
		transform: scaleX(0);
		transform-origin: left;
		/*border-top-width: 2px;*/
	}
	100% {
		transform-origin: left;
		transform: scaleX(1);
		/*border-top-width: 2px;*/
	}
}

a u,
small a {
	display: inline-block;
	position: relative;
	line-height: 2;
}

small a:after,
a u:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	border-top: 1px solid;
	transform-origin: right;
}

@media (hover: hover) {

	.current-menu-item a:hover:after,
	.current_page_parent a:hover:after,
	small a:hover:after,
	a:hover u:after {
		animation-name: underline;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
	}

}

.link-contact {
	line-height: 24px;
	color: var(--lightblue);
	display: inline-flex;
	align-items: center;
}

.link-contact svg {
	width: 24px;
	height: 24px;
	vertical-align: top;
	color: inherit;
	margin-right: 20px;
	/*margin-bottom: -4px;*/
}

/* */

.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;

	margin: 0 -20px -40px;

}

.col {
	flex-basis: 0;
	flex-grow: 1;

	padding: 0 20px 40px;
}

.row.no-gutter {
	margin: 0;
}

.row.no-gutter > .col {
	padding: 0;
}

.col-auto {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
}

.col-16 {
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}

.col-33,
.col-25,
.col-40,
.col-50,
.col-60,
.col-75,
.col-100 {
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}

@media (min-width: 568px) {

	.col-16 {
		flex-basis: 33.333%;
	}
 
	.col-33,
	.col-25 {
		flex-basis: 50%;
	}
}

@media (max-width: 1199px) {

	.col-50:empty {
		display: none;
	}

}

@media (min-width: 1200px) {

	.row.wide-gutter {
		margin: 0 -50px -100px;
	}

	.row.wide-gutter > .col {
		padding: 0 50px 100px;
	}

	.col-16 {
		flex-basis: 16.666%;
	}

	.col-33 {
		flex-basis: 33.333%;
	}

	.col-25 {
		flex-basis: 25%;
	}

	.col-40 {
		flex-basis: 40%;
	}

	.col-50 {
		flex-basis: 50%;
	}

	.col-60 {
		flex-basis: 60%;
	}

	.col-75 {
		flex-basis: 75%;
	}

}

/* */

.menu-btn > a,
.btn {
	margin: 0;
	padding: 16px 40px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0;
	border-radius: 50px;

	border: none;

	display: inline-block;
	text-align: center;

	background: linear-gradient(to right, #fc9306, #fa3232);
	color: #fff;

	transition: 0.3s;
	line-height: 24px;

	cursor: pointer;
}

@media (max-width: 567px) {

	.btn {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 15px;
	}

}

@media (min-width: 1700px) {
	.btn {
		font-size: 17px;
	}
}

p + .btn,
p + p .btn,
div + p .btn {
	margin-top: 10px;	
}

p + .input-group {
	margin-top: 40px;
}

.btn svg {
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: -10px;
	opacity: 0.6;
}

.btn-secondary {
	background: linear-gradient(to right, #46b5ae, #2b8077);
}


/*.btn-outline {
	background: transparent;
}

.btn-outline-primary {
	border: 1px solid var(--primary);
	color: var(--primary);
}

.btn-outline-secondary {
	border: 1px solid var(--secondary);
	color: var(--secondary);
}


.btn-outline-white {
	border: 1px solid rgba(255,255,255,0.15);
	color: #fff;
}

.btn-outline-white svg {
	opacity: 1;
}

.btn-outline-white:hover svg {
	color: inherit;
	opacity: 0.6;
}*/

@media (hover: hover) {

	.btn:hover {
		transform: translateY(-6px);
	}

	.btn:active {
		transform: none !important;
		box-shadow: none !important;
		transition: 0.15s;
	}

	/*.btn-primary:hover,
	.btn-outline-primary:hover {
		background: var(--primary);
		color: #fff;
		box-shadow: 
			0 30px 40px rgba(0,0,0,0.15), 
			0 15px 20px hsla(333deg, 90%, 50%, 0.1);
	}

	.btn-outline-white:hover {
		background: var(--primary);
		border-color: var(--primary);
		color: #fff;
	}

	.btn-outline-secondary:hover {
		background: var(--secondary);
		color: #fff;
		box-shadow: 
			0 30px 40px rgba(0,0,0,0.15), 
			0 15px 20px hsl(234deg, 90%, 31%, 0.1);
	}*/

}

/* */

.floating-btn-container {
	position: fixed; 
	z-index: 20; 
	right: 5vw; 
	bottom: 5vw; 
	transition: 0.2s;
}

body.scroll-max .floating-btn-container {
	transform: translateX(30px);
	opacity: 0;
}

body.main-nav-active .floating-btn {
	box-shadow: none;
}

.floating-btn {
	
	/*padding-left: 24px;
	padding-right: calc(66px + 16px + 12px);
	display: flex; 
	align-items: center; 
	background: var(--secondary); 
	color: #fff;
	white-space: nowrap;

	box-shadow: 
		0 30px 40px rgba(0,0,0,0.15), 
		0 15px 20px hsl(234deg, 90%, 31%, 0.2);*/
}

@media (max-width: 567px) {

	.floating-btn-container {
		bottom: 28px;
		right: 28px;
	}

	.floating-btn {
		border-radius: 10px;
	}

}

body.main-nav-active .floating-btn {
	box-shadow: none;
}

@media (hover: hover) {

	.floating-btn:hover {
		transform: translateY(-6px);
		box-shadow: 
			0 48px 64px rgba(0,0,0,0.15), 
			0 24px 32px hsl(234deg, 90%, 31%, 0.2);
		/*animation-name: floating_btn;
		animation-iteration-count: 1;
		animation-duration: 0.45s;
		animation-fill-mode: forwards;*/
	}

	body.main-nav-active .floating-btn:hover {
		box-shadow: 
			0 30px 40px rgba(0,0,0,0.15), 
			0 15px 20px hsl(234deg, 90%, 31%, 0.2);
	}

}

/*@keyframes floating_btn {
	0% {
		transform: translateY(0);
		box-shadow: 
			0 30px 40px rgba(0,0,0,0.15), 
			0 15px 20px hsl(234deg, 90%, 31%, 0.2);
	}
	33.333333% {
		transform: translateY(-3px);
		box-shadow: 
			0 15px 20px rgba(0,0,0,0.15), 
			0 7.5px 10px hsl(234deg, 90%, 31%, 0.2);
	}
	100% {
		transform: translateY(0);
		box-shadow: 
			0 30px 40px rgba(0,0,0,0.15), 
			0 15px 20px hsl(234deg, 90%, 31%, 0.2);
	}
}*/

.floating-btn img {
	height: 90px; 
	width: auto; 
	position: absolute;
	right: 16px;
	bottom: 0;
}

/* */

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	z-index: 10;

	padding: 40px 0;

	/*background: #fff;*/
	color: #fff;
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header-menu {
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	z-index: 15;

	opacity: 0;
	pointer-events: none;
	visibility: hidden;

	display: flex;
	justify-content: flex-end;

	
}

.site-header-menu svg {
	position: absolute;
	left: 5vw;
	bottom: 5vw;

	transform: skewX(-15deg);
	transform-origin: bottom left;
	color: #fff;

	display: none;
}

.site-header-menu .inner {
	background: #fff;
	box-shadow: 0 0 20vw rgba(0,0,0,0.5);

	display: flex;
	align-items: center;

	transition: 0.6s;

	transform: translateX(50px);

	padding-left: 7.5vw;

	font-size: 45px;
}

@media (max-width: 567px) {

	.site-header-menu .inner {
		transform: translateX(100%);
		width: 100%;
		padding-left: 10%;
		box-shadow: 0 0 20vw rgba(0,0,0,0.05);
		transition: 0.45s;
	}

}

@media (min-width: 568px) {

	.site-header-menu {
		background: hsla(234deg, 90%, 31%, 0.95);
	}

	.site-header-menu .inner {
		width: 60%;
	}

}

@media (min-width: 1300px) {

	.site-header-menu .inner {
		width: 40%;
		font-size: 55px;
	}

}

@media (hover: hover) {

	.site-header-menu a:hover {
		color: var(--primary);
	}

}

.site-header-menu .current-menu-item,
.site-header-menu .current_page_parent {
	font-weight: 500;
	letter-spacing: -0.025em;
	color: var(--primary);
}

.site-header-menu li {
	transform: translateX(3em);
	opacity: 0;
}

.site-header-menu li + li {
	transition-delay: 0.05s;
}

.site-header-menu li + li + li {
	transition-delay: 0.1s;
}

.site-header-menu li + li + li + li{
	transition-delay: 0.15s;
}

.site-header-menu li + li + li + li + li {
	transition-delay: 0.2s;
}

.site-header-menu li:last-child {
	display: none;
}

body.main-nav-active .site-header-menu {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;

	transition: 0.4s;
}


body.main-nav-active .site-header-menu li {
	opacity: 1;
	transform: none;
	transition-duration: 1.2s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

body.main-nav-active .site-header-menu .inner {
	opacity: 1;
	transform: none;
}

/*body:not(.home) .site-header a:hover,
body:not(.home) .site-header .current-menu-item a {
	color: var(--primary);
}*/

.logo img {
	height: 60px;
	width: auto;
	vertical-align: top;
}

/* */

.menu-primary-menu-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav.menu-1 .menu-primary-menu-container ul {
	display: flex;
	line-height: 2;
}

nav.menu-1 .menu-primary-menu-container li {
	display: flex;
	align-items: center;
}

nav.menu-1 .menu-primary-menu-container li + li {
	margin-left: 2.2em;
}

nav.menu-1 .menu-primary-menu-container a { 
	position: relative;
	display: block; 
}

nav.menu-1 .menu-primary-menu-container a:after {
	content: "";
	position: absolute;

	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid;

	transform: scaleX(0);
	
	transform-origin: right;
	transition: transform 0.2s;
}

@media (max-width: 1024px) {
	nav.menu-1 {
		display: none;
	}
}

@media (min-width: 1700px) {

	nav.menu-1 .menu-primary-menu-container li + li {
		margin-left: 2.7em;
	}

	/*.menu-primary-menu-container a:after {
		border-bottom: 2px solid;
	}*/
}

@media (hover: hover) {

	nav.menu-1 .menu-primary-menu-container a:not(.menu-btn > a):hover:after {
		transform-origin: left;
		transform: none;
	}

}

nav.menu-1 .current-menu-item:not(.menu-btn) a:after,
nav.menu-1 .current_page_parent:not(.menu-btn) a:after {
	transform: none;
}

/* */

.section-padded {
	padding: max(60px, 7.5vw) 0;
}

.section-intro {
	display: flex;
	justify-content: center;
}

/* */

.highlighted {
	display: flex;
	flex-wrap: wrap;

	margin-left: -0.025em; 
	overflow: hidden;
}

.highlighted + .highlighted {
	margin-top: -0.1em;
}

.highlighted > span {
	padding-right: 0.2em;
}

/* */

.section-clients {
	background: var(--secondary); 
	color: #fff;
}

.client-logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.client-logos img {
	width: 43.333%;
	height: auto;

	margin: 0 3.333%;
	
	filter: invert();
	mix-blend-mode: screen;
}

@media (min-width: 568px) {

	.client-logos img {
		width: 26.666%;
	}

}

@media (min-width: 800px) {

	.client-logos img {
		width: 10%;
	}

}

@media (max-width: 1199px) {
	.section-clients h2 {
		text-align: center;
	}
}

@media (min-width: 1200px) {

	.section-clients .container {
		display: flex; 
		align-items: center;
	}

	.section-clients h2 {
		margin-bottom: 0;
	}

	.client-logos-container {
		border-right: 3px solid #fff; 
		padding: 0 3.333%;
	}

}

/* */

.section-cta {
	background-color: var(--secondary); /*#DFDBE5;*/
		
	/*background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0h2v20H9V0zm25.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm-20 20l1.732 1-10 17.32-1.732-1 10-17.32zM58.16 4.134l1 1.732-17.32 10-1-1.732 17.32-10zm-40 40l1 1.732-17.32 10-1-1.732 17.32-10zM80 9v2H60V9h20zM20 69v2H0v-2h20zm79.32-55l-1 1.732-17.32-10L82 4l17.32 10zm-80 80l-1 1.732-17.32-10L2 84l17.32 10zm96.546-75.84l-1.732 1-10-17.32 1.732-1 10 17.32zm-100 100l-1.732 1-10-17.32 1.732-1 10 17.32zM38.16 24.134l1 1.732-17.32 10-1-1.732 17.32-10zM60 29v2H40v-2h20zm19.32 5l-1 1.732-17.32-10L62 24l17.32 10zm16.546 4.16l-1.732 1-10-17.32 1.732-1 10 17.32zM111 40h-2V20h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zM40 49v2H20v-2h20zm19.32 5l-1 1.732-17.32-10L42 44l17.32 10zm16.546 4.16l-1.732 1-10-17.32 1.732-1 10 17.32zM91 60h-2V40h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm24.026 3.294l1 1.732-17.32 10-1-1.732 17.32-10zM39.32 74l-1 1.732-17.32-10L22 64l17.32 10zm16.546 4.16l-1.732 1-10-17.32 1.732-1 10 17.32zM71 80h-2V60h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm24.026 3.294l1 1.732-17.32 10-1-1.732 17.32-10zM120 89v2h-20v-2h20zm-84.134 9.16l-1.732 1-10-17.32 1.732-1 10 17.32zM51 100h-2V80h2v20zm3.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm24.026 3.294l1 1.732-17.32 10-1-1.732 17.32-10zM100 109v2H80v-2h20zm19.32 5l-1 1.732-17.32-10 1-1.732 17.32 10zM31 120h-2v-20h2v20z' fill='%23081798' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
	*/

	color: #fff; /*var(--secondary);*/

	position: relative;
	min-height: 50vw;
}

.section-cta .container {
	z-index: 2;
}

.section-cta-image {
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 40%; 
	height: 100%; 
	background-size: cover; 
	background-position: center; 
	z-index: 2; 
	mix-blend-mode: multiply; 
	filter: grayscale(100%);
}

@media (max-width: 567px) {

	.section-cta-image {
		width: 60%;
		height: 100vw;
	}

}

@media (min-width: 568px) {

	.section-cta h2:first-of-type {
		margin-top: 5vw; 
	}

	.section-cta {
		margin-bottom: 5vw;
	}

	body.error404 .section-cta,
	body.home .section-cta {
		margin-top: 5vw;
	}

}

/*.section-hero .grid-square-row:first-child .grid-square.blue,
.section-hero .grid-square-row:first-child .grid-square.purple {
	background: var(--primary-light) !important;
}*/

.section-hero:first-child {
	padding-top: 80px;
}

body.home .section-hero:first-child .container {
	padding-bottom: 80px;
}

.section-hero:first-child + .section-grid {
	padding-top: 0;
	margin-top: -80px;
}

.section-hero:first-child + .section-grid .container {
	padding: 0 80px;
}

.section-hero {
	color: #fff;
}

body:not(.home) .section-hero .row {
	justify-content: center;
	text-align: center;
}

body.home .section-hero h1 {
	text-transform: uppercase;
	max-width: 8em;
	font-weight: 700;
}

/* */

.site-footer {
	background: #000;
	color: #fff;
	overflow: hidden;
}

.footer-bottom {
	font-size: 16px;
	padding: 40px 0;
	margin-bottom: env(safe-area-inset-bottom);
}

.footer-bottom .container {
	display: flex;
	justify-content: space-between;
}

@media (hover: hover) {

	.footer-bottom a:hover {
		border-bottom: 1px solid;
	}

}

.menu-footer-bottom-menu-container * {
	display: inline;
}

.menu-footer-bottom-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu-footer-bottom-menu-container li + li:before {
	content: "\00a0\00a0|\00a0\00a0\00a0";
}

@media (min-width: 568px) {

	.footer-main {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu-footer-bottom-menu-container {
		display: inline;
	}

	.menu-footer-bottom-menu-container li:before {
		content: "\00a0\00a0|\00a0\00a0\00a0";
	}

}

@media (max-width: 567px) {

	.site-footer .logo {
		max-width: 8em;
	}

	.footer-bottom {
		font-size: 14px;
		line-height: 20px;
		flex-direction: column;
	}
}

/* Animation */

@media (prefers-reduced-motion: no-preference) {

	.animate {
		transition: opacity 0.6s, transform 0.6s;
	}

	body.intersection-observer #contact .animate,
	body.intersection-observer .animate.animate-hidden {
		opacity: 0;
		transform: translateY(50px);
	}

	body.intersection-observer .animate.animate-hidden.animate-from-left {
		opacity: 0;
		transform: translateX(-30px);
	}

	body.intersection-observer .animate.animate-hidden.animate-from-right {
		opacity: 0;
		transform: translateX(30px);
	}

	body.intersection-observer .animate.animate-hidden.animate-up-100 {
		opacity: 0;
		transform: translateY(100%);
	}

	body.intersection-observer .animate.animate-hidden.animate-down-100 {
		opacity: 0;
		transform: translateY(-100%);
	}

	body.intersection-observer .animate.animate-hidden.animate-opacity {
		opacity: 0;
	}

	.animate + .animate {
		transition-delay: 0.1s;
	}

	.animate + .animate + .animate {
		transition-delay: 0.2s;
	}

	.animate + .animate + .animate + .animate {
		transition-delay: 0.3s;
	}

	.animate + .animate + .animate + .animate + .animate {
		transition-delay: 0.4s;
	}

	.animate + .animate + .animate + .animate + .animate + .animate {
		transition-delay: 0.5s;
	}

}

/* */

@media (min-width: 1200px) {

	.site-main {
		margin-left: 5%;
	}

}

.entry-content {

}

.entry-content h1 {
	margin-bottom: 48px;
}

.entry-content h3 {
	max-width: 22em;
}

.entry-content h2 {
	margin-bottom: 32px;
	max-width: 13em;

	scroll-margin-top: 120px;
}

.entry-content img {
	display: block;
	margin: 48px auto;
}

@media (min-width: 568px) {
	.entry-content h2 {
		margin-bottom: 32px;
	}
}
 
.entry-content blockquote {
	margin: 48px 0;
	padding: 0 48px;
	border-left: 3px solid var(--primary);
}

.entry-content ul {
	margin-bottom: 48px;
	padding: 0;
	list-style: none;
}

.entry-content ul li {
	padding-left: 32px;
	position: relative;
}

.entry-content ul li + li {
	margin-top: 1em;
}

.entry-content ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: var(--primary)
}

/* */

/*.section-page-intro + .section-image-text {
	background: linear-gradient(150deg, var(--bg-grey), #fff 50%);
}*/

body.home .section-phone + .section-image-text {
	margin-top: -10vw;
}

body.home .section-phone + .section-image-text .inner {
	min-height: calc(100vh + 10vw);
	padding-top: 10vw;
}

body.home .section-phone + .section-image-text p {
	max-width: 24em;
}

.section-image-text .image {
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
}

.section-image-text .image[data-src$=".png"],
.section-image-text .image[data-src$=".svg"] {
	background-size: contain;
}

.section-image-text .image:before {
	content: "";
	display: block;
	padding-top: 66.666%;
}

.section-image-text .container {
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {

	body.home .section-phone + .section-image-text {
		margin-top: -20vw;
	}

}

.section-title,
.section-accordion h2,
.section-image-text .col-image h2 {
	margin-bottom: 50px;
}

.section-accordion h2,
.section-image-text .col-image h2 {
	text-align: center;
}

.section-image-text.image-align-right .col-image {
	order: 2;
}

.section-image-text .images.n-images-2,
.section-image-text .images.n-images-3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.section-image-text .images.n-images-3 .image:nth-child(3) {
	grid-column-start: span 2;
}

.section-image-text .images.n-images-3 .image:nth-child(3):before {
	padding-top: 33.333%;
}

.section-image-text.bg-white h2 {
	color: var(--primary);
}

/*@media (max-width: 567px) {

	.section-image-text .image {
		padding-top: 133.333%;
	}

}*/

/*@media (min-width: 1200px) {

	.section-image-text .inner {
		min-height: 100vh;
		display: flex; 
		align-items: center; 
		position: relative;
	}

	.section-image-text .image {
		position: absolute; 
		top: 0; 
		bottom: 0; 
		width: 40%; 
	}

}*/

/* */

.section-dark {
	color: #fff;
	position: relative;
	background: linear-gradient(transparent 50%, var(--secondary) 50%);
}

.section-dark-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--secondary);
	background-size: cover;
	background-blend-mode: multiply;
}

.section-page-intro + .section-dark .section-dark-bg-image,
body.home .section-dark .section-dark-bg-image {
	clip-path: circle(500vw at 0% 500vw);
}

.section-dark .container {
	position: relative;
}

/* */

.section-text h2 {
	color: var(--turquoise);
	max-width: 22em;
}

/* Infield labels */

@keyframes animateLabel {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: none;
    }
}

.infield-label label.gfield_label {
    margin-left: 15px !important;
}

.infield-label label.gfield_label,
label.infield {
    position: absolute;
    top: 20px;
    left: 21px;
    z-index: 5;
    pointer-events: none;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

.infield-label label.gfield_label.active,
.infield-label label.gfield_label.stay-active,
label.infield.active,
label.infield.stay-active {
    font-size: 10px;
    left: 10px;
    top: 8px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0 0 8px 8px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    animation-name: animateLabel;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    font-style: normal;
}

.infield-label input,
label.infield + .form-control,
label.infield + span .form-control,
label.infield + div .form-control {
    padding: 15px 15px 0 !important;
}

/* Forms */

label {
    display: block;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 567px) {
    .form-group {
        margin-bottom: 20px;
    }
}

::placeholder {
    color: rgba(255,255,255,0.5);
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

select,
input[type="text"],
input[type="email"],
textarea,
.form-control {
    height: 56px;
    border: 1px solid #dee2e6;
    font-size: inherit;
    font-family: inherit;
    line-height: 20px;
    padding: 17px 20px;
    font-size: 16px;
    display: block;
    width: 100%;
    outline: none;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    /*border-radius: 1px;*/
    transition: 0.2s;
    letter-spacing: 0;


	background: rgba(255,255,255,0.1);
	border-color: transparent;
	color: #fff;
}

@media (hover: hover) {

	select:hover,
	input[type="text"]:hover,
	input[type="email"]:hover,
	textarea:hover,
	.form-control:hover {
	    border-color: rgba(0, 123, 255, 0.5);
	}

}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.2), 0 30px 40px rgba(0, 0, 0, 0.05), 0 15px 20px rgba(0, 123, 255, 0.1);
}

textarea,
textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

select,
select.form-control {
    color: inherit;
    background-image: url("img/angle-down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    background-size: 24px;
}

.input-group {
    position: relative;
    display: flex;
}

/*.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}*/

.input-group .btn {
    width: auto;
    min-width: 0;
    /*border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0;
    margin-left: 20px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: -1px;
    margin: 0 10px 0 0;
}

/* Nice styles radios/checkboxes */

.radio-container {
    display: flex;
}
.radio-container label ~ label {
    margin-left: 30px;
}
.radio-container p {
    margin-bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: flex !important;
    align-items: center;
    position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    width: 2em;
    height: 2em;
    border-radius: 20%;
    border: 1px solid #dee2e6;
    margin-right: 0.75em;
    flex-shrink: 0;
    box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label:before {
    border-radius: 50%;
}

input[type="radio"] + label:after {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #007bff;
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0.5em;
    visibility: hidden;
}

input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: 1em;
    top: 50%;
    width: 0.5em;
    height: 1em;
    border: solid #007bff;
    border-width: 0 3px 3px 0;
    transform: translate(-40%, -60%) rotate(45deg);
    visibility: hidden;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
    visibility: visible;
}

input[type="radio"] + label:focus:before,
input[type="radio"]:focus + label:before,
input[type="checkbox"] + label:focus:before,
input[type="checkbox"]:focus + label:before {
    border-color: #007bff;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2), 0 30px 40px rgba(0, 0, 0, 0.05), 0 15px 20px rgba(0, 123, 255, 0.1);
}

/* Contact Form 7 overrides */

.grecaptcha-badge {
    visibility: hidden;
}

.gfield_error input,
.form-control.wpcf7-not-valid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.2), 0 30px 40px rgba(0, 0, 0, 0.05), 0 15px 20px rgba(220, 53, 69, 0.1) !important;
}

.wpcf7-checkbox,
.wpcf7-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.wpcf7-checkbox label,
.wpcf7-radio label {
    margin: 0 0 10px;
    pointer: cursor;
}

.wpcf7-checkbox .last .wpcf7-list-item-label,
.wpcf7-radio .last .wpcf7-list-item-label {
    padding-right: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.25;
    padding-right: 30px;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    width: 2em;
    height: 2em;
    border-radius: 20%;
    border: 1px solid #dee2e6;
    margin-right: 0.75em;
    flex-shrink: 0;
    box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.05);
}

.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked ~ span:after,
.wpcf7-radio input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-radio input:checked ~ span:after {
    opacity: 1;
    visibility: visible;
}

.wpcf7-checkbox input:focus ~ .wpcf7-list-item-label:before,
.wpcf7-checkbox input:focus ~ span:before,
.wpcf7-radio input:focus ~ .wpcf7-list-item-label:before,
.wpcf7-radio input:focus ~ span:before {
    border-color: #0f4c94;
    box-shadow: 0 0 0 4px rgba(15, 76, 148, 0.2);
}

.wpcf7-radio .wpcf7-list-item-label:before {
    border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item-label:after {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #0f4c94;
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0.5em;
    visibility: hidden;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
    border-radius: 8px;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 1em;
    top: 50%;
    width: 0.5em;
    height: 1em;
    border: solid #0f4c94;
    border-width: 0 3px 3px 0;
    transform: translate(-40%, -60%) rotate(45deg);
    visibility: hidden;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    opacity: 0;
}

.wpcf7-display-none {
    display: none;
}

@keyframes spin {
    0% {
        transform: none;
    }
    100% {
        transform: rotate(360deg);
    }
}

.wpcf7 form.submitting button[type="submit"]:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    border-left: 2px solid;
    animation: spin 1s infinite linear;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-right: -10px;
}

.wpcf7 form.submitting button[type="submit"] svg {
    display: none;
}

.validation_message,
.wpcf7-not-valid-tip {
    display: block;
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    padding-left: 16px;
    font-style: italic;
    display: none;
}

.wpcf7-response-output:empty {
    display: none;
}

.validation_error,
.wpcf7-response-output {
    color: #dc3545;
    background-color: hsla(330deg, 75%, 90%, 0.4);
    background-image: url('img/alert-red.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 20px 50%;
    border-radius: 8px;
    padding: 20px;
    padding-left: 60px;
    line-height: 20px;
    font-size: 17px;
    margin-top: 30px;
}

.wpcf7-form.sent .validation_error,
.validation_error.wpcf7-mail-sent-ok,
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
    background-image: url('img/check.svg');
}

/* */

form .row {
	margin: 0 -15px;
}

form .col {
	padding: 0 15px;
}

/* */

.btn-burger {
    transition: 0s;

    /*transition-delay: 0.3s;

    opacity: 1 !important;*/

    position: fixed;
	z-index: 30;
	background: var(--primary);
	color: #fff;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 0;

	top: 5vw;
	right: 5vw;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	display: none !important;
}

@media (min-width: 1025px) {

	.btn-burger {
		transform: scale(0.75);
		opacity: 0;
		pointer-events: none;
	}

}

body.scrolled-down:not(.contact-modal-active) .btn-burger {
	transition: 0.2s;
}

body.main-nav-active .btn-burger,
body.contact-modal-active .btn-burger,
body.scrolled-down .btn-burger {
	transform: none;
	opacity: 1;
	pointer-events: auto;
}

.btn-burger:active {
	transform: scale(0.9) !important;
	transition: 0s;
}
.burger-bar {
    display: block;
    width: 22px;
    border-top: 2px solid;
    transition: transform 0.3s;
}

.btn-burger .state-inactive .burger-bar + .burger-bar {
    margin-top: 4px;
}

.btn-burger .state-inactive {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-burger .state-inactive,
.btn-burger .state-active {
    width: 22px;
    height: 22px;
    position: relative;
    overflow: hidden;
}

.btn-burger .state-active {
    position: absolute;
}

.btn-burger .state-inactive .burger-bar:nth-child(1) {
    transition-delay: 0.3s;
}

.btn-burger .state-inactive .burger-bar:nth-child(2) {
    transition-delay: 0.35s;
}

.btn-burger .state-inactive .burger-bar:nth-child(3) {
    transition-delay: 0.4s;
    width: 16px;
}

.btn-burger .state-active .burger-bar {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 11px);
}

.btn-burger .state-active .burger-bar:nth-child(1) {
    transform: rotate(-45deg) translateX(-27px);

    transition-delay: 0.1s;
}

.btn-burger .state-active .burger-bar:nth-child(2) {
    transform: rotate(45deg) translateX(27px);
}

/* */

body.contact-modal-active .btn-burger,
body.main-nav-active .btn-burger {
    transition-delay: 0s;
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar,
body.main-nav-active .btn-burger .state-inactive .burger-bar {
    transform: translateX(22px);
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar:nth-child(1),
body.main-nav-active .btn-burger .state-inactive .burger-bar:nth-child(1) {
    transition-delay: 0s;
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar:nth-child(2),
body.main-nav-active .btn-burger .state-inactive .burger-bar:nth-child(2) {
    transition-delay: 0.05s;
}

body.contact-modal-active .btn-burger .state-inactive .burger-bar:nth-child(3),
body.main-nav-active .btn-burger .state-inactive .burger-bar:nth-child(3) {
    transition-delay: 0.1s;
}

/* */

@keyframes cross_1 {
    0% {
        transform: rotate(-45deg) translateX(27px);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes cross_2 {
    0% {
        transform: rotate(45deg) translateX(-27px);
    }
    100% {
        transform: rotate(45deg);
    }
}

body.contact-modal-active .btn-burger .state-active .burger-bar:nth-child(1),
body.main-nav-active .btn-burger .state-active .burger-bar:nth-child(1) {
    transform: rotate(-45deg);
    transition: 0s;
    transition-delay: 0s;

    animation-name: cross_1;
    animation-duration: 0.3s;
    animation-fill-mode: backwards;
    animation-delay: 0.5s;
}

body.contact-modal-active .btn-burger .state-active .burger-bar:nth-child(2),
body.main-nav-active .btn-burger .state-active .burger-bar:nth-child(2) {
    transform: rotate(45deg);
    transition: 0s;
    transition-delay: 0s;

    animation-name: cross_2;
    animation-duration: 0.3s;
    animation-fill-mode: backwards;
    animation-delay: 0.4s;
}

/* */

.modal-container {
	background: #fff; 
	position: fixed; 
	top: -30px; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 25; 

	padding-top: 30px;
	transform: translateY(30px);

	display: flex; 
	align-items: center;
	
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.contact-modal-active #contact {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: none;

	transition: 0.4s;
}

body.intersection-observer.contact-modal-active #contact .animate {
	transform: none;
	opacity: 1;
}

/* */

.modal-container .sidebar-bg {
	position: absolute; 
	top: 0; 
	right: 0;
	bottom: 0; 
	width: 40%; 
	background: var(--secondary);
}

.col-sidebar {
	color: #fff;
}

@media (min-width: 1200px) {

	.col-form {
		padding-left: 10vw !important; 
		padding-right: 7.5vw !important; 
		background: #fff;
	}

	.col-sidebar {
		position: relative; 
		padding-left: 7.5vw !important; 
		padding-right: 7.5vw !important; 
		
	}

	.col-sidebar .section-dark-bg-image {
		display: none;
	}

}

@media (max-width: 1199px) {

	.col-form,
	.col-sidebar {
		padding: max(60px, 10vw) 10vw !important;
	}

	.modal-container {
		align-items: flex-start;
		overflow: auto;
	}

	.modal-container .sidebar-bg {
		display: none;
	}

	.col-sidebar {
		order: -1;
		background: var(--secondary);
		position: relative;
		padding-top: calc(60px + 10vw) !important;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
	}

}

@media (max-width: 567px) {

	.modal-container small {
		margin-top: 20px;
		font-size: 13px;
		text-align: center;
	}

}

/* */

/*.section-posts:first-child {
	margin-top: 65px;
}*/

.section-posts {
	background: var(--secondary);
	overflow: hidden;
}



/*.section-posts .row > .col:nth-child(even) .post-container .post {
	padding-top: calc(40px + 10vh);
}*/

.post-image {
	padding-top: 90%; /*56.25%;*/
	background-size: cover;
	background-position: center;
	background-color: var(--bg-grey);
}

.post-container {
	display: block;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

@media (hover: hover) {

	.post-container:hover {
		transform: translateY(-20px);
	}

}

.post-container .post {
	padding: 10vw;
	background: #fff;
	color: var(--secondary);
	margin-top: -20vw;
	flex-grow: 1;
}

.post-title {
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.025em;
	max-width: 13em;
}

.post-container .pre-heading-shapes {
	width: 126px;
}

.section-posts .row > .col:nth-child(odd) .post-container .post {
	clip-path: circle(200vw at 0% 200vw);
}

.section-posts .row > .col:nth-child(even) .post-image {
	clip-path: circle(200vw at 100% calc(100% - 200vw));
}

@media (max-width: 567px) {

	.section-posts .row > .col:nth-child(odd) .pre-heading-shapes {
		margin-top: 5vw;
	}

	.section-posts .row > .col:nth-child(even) .pre-heading-shapes {
		margin-top: 15vw;
	}

	.section-posts .row > .col:nth-child(odd) .post-container .post {
		clip-path: circle(300vw at 0% 300vw);
	}

	.section-posts .row > .col:nth-child(even) .post-image {
		clip-path: circle(300vw at 100% calc(100% - 300vw));
	}

	.section-posts .container {
		width: 100%;
	}

	.section-posts .row {
		margin: 0;
	}

	.section-posts,
	.section-posts .col {
		padding: 0;
	}

	.nav-links {
		margin: 40px 0;
	}

}

@media (min-width: 578px) {

	.section-posts .row > .col:nth-child(odd) .pre-heading-shapes {
		margin-top: 0;
	}

	.section-posts .row > .col:nth-child(even) .pre-heading-shapes {
		margin-top: 10vw;
	}

	.post-container .post {
		padding: 60px;
	}
}

@media (min-width: 1200px) {

	.post-container .post {
		margin-top: -10vw;
	}

	.section-posts .row > .col:nth-child(even) .pre-heading-shapes {
		margin-top: 5vw;
	}

	.section-posts .row > .col:nth-child(odd) .post-container .post {
		clip-path: circle(100vw at 0% 100vw);
	}

	.section-posts .row > .col:nth-child(even) .post-image {
		clip-path: circle(100vw at 100% calc(100% - 100vw));
	}

	.section-posts .row > .col-50:nth-child(even) {
		transform: translateY(160px);
	}

	.section-posts .row > .col-50:nth-child(even) + .col-100 .nav-links {
		margin-top: 160px;
	}

}

@media (min-width: 1300px) {
	.post-title { 
		font-size: 34px;
	}
}

/* Pagination */

.nav-links {
	text-align: center;
	display: flex;
	justify-content: center;

	color: #fff;
}

.nav-links a,
.nav-links span {
	min-width: 60px;
	line-height: 60px;
	padding: 0px 20px;

	color: inherit;
}

@media (hover: hover) {

	.nav-links a:hover,
	.nav-links a:focus {
		color: var(--primary);
	}

}

.nav-links .current {
	font-weight: 500;
	color: var(--primary);
	background: #fff;
	cursor: default;
	margin: 0 10px;
	border-radius: 30px;
}

@media (max-width: 480px) {
	.nav-links .prev,
	.nav-links .next {
		display: none;
	}
}

/* */

@media (min-width: 1200px) {

	.sidebar-nav {
		position: sticky; 
		top: 10vw;
	}

}

.sidebar-nav ul {
	padding: 0;
	margin: 0 0 60px;
	list-style: none;
	border-left: 1px solid hsla(234deg, 90%, 31%, 0.2);
}

.section-dark .sidebar-nav ul {
	border-left: 1px solid rgba(255,255,255,0.25);
}

.sidebar-nav a {
	display: block;
	padding-left: 36px;

	max-width: calc(13em + 40px);	
	opacity: 0.5;
}

.sidebar-nav li + li {
	margin-top: 0.75em;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
	border-left: 1px solid;
	margin-left: -1px;
	opacity: 1;
}

/* */

.section-grid {
	text-align: center;
}

.section-grid .item {
	height: 100%;
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.section-grid .item h3 {
	text-transform: uppercase;
	color: var(--turquoise);
}

.section-grid:not(.no-text) img[src$=".png"],
.section-grid:not(.no-text) img[src$=".svg"] {
	height: 60px;
	width: auto;
}

/* */

.section-services h2,
.section-services h3,
.section-news h2 {
	color: var(--turquoise);
}

.profile-pic {
	width: 170px;
	height: 170px;
	background-color: var(--bg-grey);
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	margin-right: 30px;
	border-radius: 50%;
}

/* */

.section-accordion {
	background: var(--dark-grey);
	color: #fff;
}

.section-accordion hr {
	margin: 40px 0;
	border-top: 2px solid;
	opacity: 0.4;
}

/* */

.expander-title {
	position: relative;
	padding-right: 60px;
	margin-bottom: 0;
}

.expander-title:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: calc(50% - 16px);
	right: 6px;
	background-image: url('img/chevron-down-white.svg');
	background-size: cover;
	transition: 0.4s
}

.expander-title.toggled-on:after {
	transform: rotate(180deg);
}

.expander-title:hover {
	cursor: pointer;
}

.expander {
	/*overflow: hidden;*/
	padding-top: 30px;
}

@media (min-width: 568px) {

	.expander-title:after {
		width: 32px;
		height: 32px;
		right: 0;
	}

	.expander {
		padding-right: 60px;
	}

}

.expander *:last-child {
	margin-bottom: 0;
}

/* */

.section-video iframe,
.section-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






