/**
 * Crossmediahouse - Wordpress theme
 *
 * @authors   Niek Heerink <crossmediahouse.nl>
 * @version   1.0
 * @generated 2021-07-03
 * @copyright (c) 2021 Crossmediahouse
 * @license   All Rights Reserved
 */

 /* Fonts
   ========================================================================== */

@font-face {
    font-family: 'DaxlineProLight_13129';
    src: url('../fonts/DaxlineProLight_13129.eot');
    src: url('../fonts/DaxlineProLight_13129.eot') format('embedded-opentype'),
         url('../fonts/DaxlineProLight_13129.woff2') format('woff2'),
         url('../fonts/DaxlineProLight_13129.woff') format('woff'),
         url('../fonts/DaxlineProLight_13129.ttf') format('truetype'),
         url('../fonts/DaxlineProLight_13129.svg#DaxlineProLight_13129') format('svg');
}

@font-face {
    font-family: 'DaxlineProRegular_13131';
    src: url('../fonts/DaxlineProRegular_13131.eot');
    src: url('../fonts/DaxlineProRegular_13131.eot') format('embedded-opentype'),
         url('../fonts/DaxlineProRegular_13131.woff2') format('woff2'),
         url('../fonts/DaxlineProRegular_13131.woff') format('woff'),
         url('../fonts/DaxlineProRegular_13131.ttf') format('truetype'),
         url('../fonts/DaxlineProRegular_13131.svg#DaxlineProRegular_13131') format('svg');
}

@font-face {
    font-family: 'DaxlineProMedium_13130';
    src: url('../fonts/DaxlineProMedium_13130.eot');
    src: url('../fonts/DaxlineProMedium_13130.eot') format('embedded-opentype'),
         url('../fonts/DaxlineProMedium_13130.woff2') format('woff2'),
         url('../fonts/DaxlineProMedium_13130.woff') format('woff'),
         url('../fonts/DaxlineProMedium_13130.ttf') format('truetype'),
         url('../fonts/DaxlineProMedium_13130.svg#DaxlineProMedium_13130') format('svg');
}

@font-face {
    font-family: 'DaxlineProBold_13127';
    src: url('../fonts/DaxlineProBold_13127.eot');
    src: url('../fonts/DaxlineProBold_13127.eot') format('embedded-opentype'),
         url('../fonts/DaxlineProBold_13127.woff2') format('woff2'),
         url('../fonts/DaxlineProBold_13127.woff') format('woff'),
         url('../fonts/DaxlineProBold_13127.ttf') format('truetype'),
         url('../fonts/DaxlineProBold_13127.svg#DaxlineProBold_13127') format('svg');
}

@font-face {
    font-family: 'DaxlineProExtraBold_13128';
    src: url('../fonts/DaxlineProExtraBold_13128.eot');
    src: url('../fonts/DaxlineProExtraBold_13128.eot') format('embedded-opentype'),
         url('../fonts/DaxlineProExtraBold_13128.woff2') format('woff2'),
         url('../fonts/DaxlineProExtraBold_13128.woff') format('woff'),
         url('../fonts/DaxlineProExtraBold_13128.ttf') format('truetype'),
         url('../fonts/DaxlineProExtraBold_13128.svg#DaxlineProExtraBold_13128') format('svg');
}


/* Globals
   ========================================================================== */

:root {

	/** Gutters **/

	--gutter-lg: 15px;
	--gutter-sm: 7.5px;

	/** Container **/

	--container: 1160px;

	/** Font **/

	--font-0: 'DaxlineProLight_13129', sans-serif;
	--font-1: 'DaxlineProRegular_13131', sans-serif;
	--font-2: 'DaxlineProMedium_13130', sans-serif;
	--font-3: 'DaxlineProBold_13127', sans-serif;
	--font-4: 'DaxlineProExtraBold_13128', sans-serif;

	/** Colors **/
     
    --color-0: #0C2340;
    --color-1: #FFFFFF;
    --color-2: #E77418;
    --color-3: #D7E0EC;
    --color-4: #D9D1CC;
    --color-5: #B0C2D9;
    --color-6: #F3F6F9;
    --color-7: #D9D1CB;
    --color-8: #051C39;
    --color-9: #F4EDE9;

    /** Sizes **/

    --size-0: 0.75rem;
    --size-1: 0.875rem;
    --size-2: 1rem;
    --size-3: 1.125rem;
    --size-4: 1.25rem;
    --size-5: 1.375rem;
    --size-6: 1.5rem;

    /** Headings **/

    --heading-0: 1.75rem;
    --heading-1: 2rem;
    --heading-2: 2.5rem;
    --heading-3: 2.75rem;
    --heading-4: 3.5rem;
    --heading-5: 4rem;

    /** Line **/

    --line-0: 1.5rem;
    --line-1: 2.25rem;
    --line-2: 3rem;
    --line-3: 4.125rem;

}

* {
	padding: 0;
	margin: 0;
}

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

html, 
body {
	font-family: 'DaxlineProRegular_13131', sans-serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

iframe {
	max-width: 100%;
	border: 0;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote {
	font-family: 'DaxlineProLight_13129', sans-serif;
	font-size: var(--size-3);
	padding-left: 30px;
	border-left: 2px solid var(--color-2);
	font-weight: 300;
	margin-bottom: 30px;
}

.wp-caption {
	width: 100% !important;
	text-align: right;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	vertical-align: top;
	text-align: left;
	padding: 15px 0;
}

a, 
a:before, a:after, 
button, 
[type="submit"], 
[type="button"] {
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
}

[type="submit"], 
[type="button"], 
button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

[type="text"],
[type="tel"],
[type="email"],
[type="search"],
[type="password"],
textarea {
	font-size: inherit;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

/* Container
   ========================================================================== */

.container {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 var(--gutter-lg);
	max-width: var(--container);
	margin: auto;
}

/* Row
   ========================================================================== */

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/* Alignments
   ========================================================================== */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: auto;
	text-align: center;
	clear: both;
}

/* Position spacers
   ========================================================================== */

.top-1 {
	top: 1px;
}

.top-2 {
	top: 2px;
}

.top-3 {
	top: 3px;
}

.top-4 {
	top: 4px;
}

.top-5 {
	top: 5px;
}

.top-6 {
	top: 6px;
}

.top-7 {
	top: 7px;
}

.top-8 {
	top: 8px;
}

.top-9 {
	top: 9px;
}

.top-10 {
	top: 10px;
}

.top-11 {
	top: 11px;
}

.top-12 {
	top: 12px;
}

.top-13 {
	top: 13px;
}

.top-14 {
	top: 14px;
}

.top-15 {
	top: 15px;
}

.top-20 {
	top: 20px;
}

/* Spacers padding top
   ========================================================================== */

.pt-1 {
	padding-top: 1px;
}

.pt-2 {
	padding-top: 2px;
}

.pt-3 {
	padding-top: 3px;
}

.pt-4 {
	padding-top: 4px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-6 {
	padding-top: 6px;
}

.pt-7 {
	padding-top: 7px;
}

.pt-8 {
	padding-top: 8px;
}

.pt-9 {
	padding-top: 9px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-11 {
	padding-top: 11px;
}

.pt-12 {
	padding-top: 12px;
}

.pt-13 {
	padding-top: 13px;
}

.pt-14 {
	padding-top: 14px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-250 {
	padding-top: 250px;
}

.pt-300 {
	padding-top: 300px;
}

@media (max-width: 992px) {

	.pt-md-0 {
		padding-top: 0;
	}

	.pt-md-1 {
	   padding-top: 1px;
	}

	.pt-md-2 {
		padding-top: 2px;
	}

	.pt-md-3 {
		padding-top: 3px;
	}

	.pt-md-4 {
		padding-top: 4px;
	}

	.pt-md-5 {
	    padding-top: 5px;
    }

	.pt-md-10 {
		padding-top: 10px;
	}

	.pt-md-15 {
		padding-top: 15px;
	}

	.pt-md-20 {
		padding-top: 20px;
	}

	.pt-md-25 {
		padding-top: 25px;
	}

	.pt-md-30 {
		padding-top: 30px;
	}

	.pt-md-40 {
		padding-top: 40px;
	}

	.pt-md-50 {
		padding-top: 50px;
	}

	.pt-md-75 {
		padding-top: 75px;
	}

	.pt-md-100 {
		padding-top: 100px;
	}

	.pt-md-125 {
		padding-top: 125px;
	}

	.pt-md-150 {
		padding-top: 150px;
	}

	.pt-md-200 {
		padding-top: 200px;
	}

	.pt-md-250 {
		padding-top: 250px;
	}

	.pt-md-300 {
		padding-top: 300px;
	}

}

@media (max-width: 767px) {

	.pt-sm-0 {
		padding-top: 0;
	}

	.pt-sm-1 {
	    padding-top: 1px;
	}

	.pt-sm-2 {
		padding-top: 2px;
	}

	.pt-sm-3 {
		padding-top: 3px;
	}

	.pt-sm-4 {
		padding-top: 4px;
	}

	.pt-sm-5 {
	    padding-top: 5px;
    }

	.pt-sm-10 {
		padding-top: 10px;
	}

	.pt-sm-15 {
		padding-top: 15px;
	}

	.pt-sm-20 {
		padding-top: 20px;
	}

	.pt-sm-25 {
		padding-top: 25px;
	}

	.pt-sm-30 {
		padding-top: 30px;
	}

	.pt-sm-40 {
		padding-top: 40px;
	}

	.pt-sm-50 {
		padding-top: 50px;
	}

	.pt-sm-75 {
		padding-top: 75px;
	}

	.pt-sm-100 {
		padding-top: 100px;
	}

	.pt-sm-125 {
		padding-top: 125px;
	}

	.pt-sm-150 {
		padding-top: 150px;
	}

	.pt-sm-200 {
		padding-top: 200px;
	}

	.pt-sm-250 {
		padding-top: 250px;
	}

	.pt-sm-300 {
		padding-top: 300px;
	}

}

@media (max-width: 499px) {

	.pt-xs-0 {
		padding-top: 0;
	}

	.pt-xs-1 {
	    padding-top: 1px;
	}

	.pt-xs-2 {
		padding-top: 2px;
	}

	.pt-xs-3 {
		padding-top: 3px;
	}

	.pt-xs-4 {
		padding-top: 4px;
	}

	.pt-xs-5 {
	    padding-top: 5px;
    }

	.pt-xs-10 {
		padding-top: 10px;
	}

	.pt-xs-15 {
		padding-top: 15px;
	}

	.pt-xs-20 {
		padding-top: 20px;
	}

	.pt-xs-25 {
		padding-top: 25px;
	}

	.pt-xs-30 {
		padding-top: 30px;
	}

	.pt-xs-40 {
		padding-top: 40px;
	}

	.pt-xs-50 {
		padding-top: 50px;
	}

	.pt-xs-75 {
		padding-top: 75px;
	}

	.pt-xs-100 {
		padding-top: 100px;
	}

	.pt-xs-125 {
		padding-top: 125px;
	}

	.pt-xs-150 {
		padding-top: 150px;
	}

	.pt-xs-200 {
		padding-top: 200px;
	}

	.pt-xs-250 {
		padding-top: 250px;
	}

	.pt-xs-300 {
		padding-top: 300px;
	}

}

/* Spacers padding bottom
   ========================================================================== */

.pb-1 {
	padding-bottom: 1px;
}

.pb-2 {
	padding-bottom: 2px;
}

.pb-3 {
	padding-bottom: 3px;
}

.pb-4 {
	padding-bottom: 4px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-150 {
	padding-bottom: 150px;
}	

.pb-200 {
	padding-bottom: 200px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-300 {
	padding-bottom: 300px;
}

@media (max-width: 992px) {

	.pb-md-0 {
		padding-bottom: 0;
	}

	.pb-md-1 {
	    padding-bottom: 1px;
	}

	.pb-md-2 {
		padding-bottom: 2px;
	}

	.pb-md-3 {
		padding-bottom: 3px;
	}

	.pb-md-4 {
		padding-bottom: 4px;
	}

	.pb-md-5 {
	    padding-bottom: 5px;
    }

	.pb-md-10 {
		padding-bottom: 10px;
	}

	.pb-md-15 {
		padding-bottom: 15px;
	}

	.pb-md-20 {
		padding-bottom: 20px;
	}

	.pb-md-25 {
		padding-bottom: 25px;
	}

	.pb-md-30 {
		padding-bottom: 30px;
	}

	.pb-md-40 {
		padding-bottom: 40px;
	}

	.pb-md-50 {
		padding-bottom: 50px;
	}

	.pb-md-75 {
		padding-bottom: 75px;
	}

	.pb-md-100 {
		padding-bottom: 100px;
	}

	.pb-md-125 {
	    padding-bottom: 125px;
    }

	.pb-md-150 {
		padding-bottom: 150px;
	}	

	.pb-md-200 {
		padding-bottom: 200px;
	}

	.pb-md-250 {
		padding-bottom: 250px;
	}

	.pb-md-300 {
		padding-bottom: 300px;
	}

}

@media (max-width: 767px) {

	.pb-sm-0 {
		padding-bottom: 0;
	}

	.pb-sm-1 {
	    padding-bottom: 1px;
	}

	.pb-sm-2 {
		padding-bottom: 2px;
	}

	.pb-sm-3 {
		padding-bottom: 3px;
	}

	.pb-sm-4 {
		padding-bottom: 4px;
	}

	.pb-sm-5 {
	    padding-bottom: 5px;
    }

	.pb-sm-10 {
		padding-bottom: 10px;
	}

	.pb-sm-15 {
		padding-bottom: 15px;
	}

	.pb-sm-20 {
		padding-bottom: 20px;
	}

	.pb-sm-25 {
		padding-bottom: 25px;
	}

	.pb-sm-30 {
		padding-bottom: 30px;
	}

	.pb-sm-40 {
		padding-bottom: 40px;
	}

	.pb-sm-50 {
		padding-bottom: 50px;
	}

	.pb-sm-75 {
		padding-bottom: 75px;
	}

	.pb-sm-100 {
		padding-bottom: 100px;
	}

	.pb-sm-125 {
		padding-bottom: 125px;
	}

	.pb-sm-150 {
		padding-bottom: 150px;
	}	

	.pb-sm-200 {
		padding-bottom: 200px;
	}

	.pb-sm-250 {
		padding-bottom: 250px;
	}

	.pb-sm-300 {
		padding-bottom: 300px;
	}

}

@media (max-width: 499px) {

	.pb-xs-0 {
		padding-bottom: 0;
	}

	.pb-xs-1 {
	    padding-bottom: 1px;
	}

	.pb-xs-2 {
		padding-bottom: 2px;
	}

	.pb-xs-3 {
		padding-bottom: 3px;
	}

	.pb-xs-4 {
		padding-bottom: 4px;
	}

	.pb-xs-5 {
	    padding-bottom: 5px;
    }

	.pb-xs-10 {
		padding-bottom: 10px;
	}

	.pb-xs-15 {
		padding-bottom: 15px;
	}

	.pb-xs-20 {
		padding-bottom: 20px;
	}

	.pb-xs-25 {
		padding-bottom: 25px;
	}

	.pb-xs-30 {
		padding-bottom: 30px;
	}

	.pb-xs-40 {
		padding-bottom: 40px;
	}

	.pb-xs-50 {
		padding-bottom: 50px;
	}

	.pb-xs-75 {
		padding-bottom: 75px;
	}

	.pb-xs-100 {
		padding-bottom: 100px;
	}

	.pb-xs-125 {
		padding-bottom: 125px;
	}

	.pb-xs-150 {
		padding-bottom: 150px;
	}	

	.pb-xs-200 {
		padding-bottom: 200px;
	}

	.pb-xs-250 {
		padding-bottom: 250px;
	}

	.pb-xs-300 {
		padding-bottom: 300px;
	}

}

/* Spacers padding left
   ========================================================================== */

.pl-1 {
	padding-left: 1px;
}

.pl-2 {
	padding-left: 2px;
}

.pl-3 {
	padding-left: 3px;
}

.pl-4 {
	padding-left: 4px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-200 {
	padding-left: 200px;
}

.pl-300 {
	padding-left: 300px;
}

@media (max-width: 992px) {

	.pl-md-0 {
		padding-left: 0;
	}

	.pl-md-1 {
	    padding-left: 1px;
	}

	.pl-md-2 {
		padding-left: 2px;
	}

	.pl-md-3 {
		padding-left: 3px;
	}

	.pl-4 {
		padding-left: 4px;
	}

	.pl-md-5 {
	    padding-left: 5px;
	}

	.pl-md-10 {
		padding-left: 10px;
	}

	.pl-md-15 {
		padding-left: 15px;
	}

	.pl-md-20 {
		padding-left: 20px;
	}

	.pl-md-25 {
		padding-left: 25px;
	}

	.pl-md-30 {
		padding-left: 30px;
	}

	.pl-md-40 {
		padding-left: 40px;
	}

	.pl-md-50 {
		padding-left: 50px;
	}

	.pl-md-75 {
		padding-left: 75px;
	}

	.pl-md-100 {
		padding-left: 100px;
	}

	.pl-md-150 {
		padding-left: 150px;
	}

	.pl-md-200 {
		padding-left: 200px;
	}

	.pl-md-275 {
		padding-left: 275px;
	}

}

@media (max-width: 767px) {

	.pl-sm-0 {
		padding-left: 0;
	}

	.pl-sm-1 {
	    padding-left: 1px;
	}

	.pl-sm-2 {
		padding-left: 2px;
	}

	.pl-sm-3 {
		padding-left: 3px;
	}

	.pl-sm-4 {
		padding-left: 4px;
	}

	.pl-sm-5 {
	    padding-left: 5px;
	}

	.pl-sm-10 {
		padding-left: 10px;
	}

	.pl-sm-15 {
		padding-left: 15px;
	}

	.pl-sm-20 {
		padding-left: 20px;
	}

	.pl-sm-25 {
		padding-left: 25px;
	}

	.pl-sm-30 {
		padding-left: 30px;
	}

	.pl-sm-40 {
		padding-left: 40px;
	}

	.pl-sm-50 {
		padding-left: 50px;
	}

	.pl-sm-75 {
		padding-left: 75px;
	}

	.pl-sm-100 {
		padding-left: 100px;
	}

	.pl-sm-150 {
		padding-left: 150px;
	}

	.pl-sm-200 {
		padding-left: 200px;
	}

}

@media (max-width: 499px) {

	.pl-xs-0 {
		padding-left: 0;
	}

	.pl-xs-1 {
	    padding-left: 1px;
	}

	.pl-xs-2 {
		padding-left: 2px;
	}

	.pl-xs-3 {
		padding-left: 3px;
	}

	.pl-xs-4 {
		padding-left: 4px;
	}

	.pl-xs-5 {
	    padding-left: 5px;
	}

	.pl-xs-10 {
		padding-left: 10px;
	}

	.pl-xs-15 {
		padding-left: 15px;
	}

	.pl-xs-20 {
		padding-left: 20px;
	}

	.pl-xs-25 {
		padding-left: 25px;
	}

	.pl-xs-30 {
		padding-left: 30px;
	}

	.pl-xs-40 {
		padding-left: 40px;
	}

	.pl-xs-50 {
		padding-left: 50px;
	}

	.pl-xs-75 {
		padding-left: 75px;
	}

	.pl-xs-100 {
		padding-left: 100px;
	}

	.pl-xs-150 {
		padding-left: 150px;
	}

	.pl-xs-200 {
		padding-left: 200px;
	}

}

/* Spacers padding right
   ========================================================================== */

.pr-1 {
	padding-right: 1px;
}

.pr-2 {
	padding-right: 2px;
}

.pr-3 {
	padding-right: 3px;
}

.pr-4 {
	padding-right: 4px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-200 {
	padding-right: 200px;
}

@media (max-width: 992px) {

	.pr-md-0 {
		padding-right: 0;
	}

	.pr-md-1 {
	    padding-right: 1px;
	}

	.pr-md-2 {
		padding-right: 2px;
	}

	.pr-md-3 {
		padding-right: 3px;
	}

	.pr-md-4 {
		padding-right: 4px;
	}

	.pr-md-5 {
	    padding-right: 5px;
	}

	.pr-md-10 {
		padding-right: 10px;
	}

	.pr-md-15 {
		padding-right: 15px;
	}

	.pr-md-20 {
		padding-right: 20px;
	}

	.pr-md-25 {
		padding-right: 25px;
	}

	.pr-md-30 {
		padding-right: 30px;
	}

	.pr-md-40 {
		padding-right: 40px;
	}

	.pr-md-50 {
		padding-right: 50px;
	}

	.pr-md-75 {
		padding-right: 75px;
	}

	.pr-md-100 {
		padding-right: 100px;
	}

	.pr-md-150 {
		padding-right: 150px;
	}

	.pr-md-200 {
		padding-right: 200px;
	}

}

@media (max-width: 767px) {

	.pr-sm-0 {
		padding-right: 0;
	}

	.pr-sm-1 {
	    padding-right: 1px;
	}

	.pr-sm-2 {
		padding-right: 2px;
	}

	.pr-sm-3 {
		padding-right: 3px;
	}

	.pr-sm-4 {
		padding-right: 4px;
	}

	.pr-sm-5 {
	    padding-right: 5px;
	}

	.pr-sm-10 {
		padding-right: 10px;
	}

	.pr-sm-15 {
		padding-right: 15px;
	}

	.pr-sm-20 {
		padding-right: 20px;
	}

	.pr-sm-25 {
		padding-right: 25px;
	}

	.pr-sm-30 {
		padding-right: 30px;
	}

	.pr-sm-40 {
		padding-right: 40px;
	}

	.pr-sm-50 {
		padding-right: 50px;
	}

	.pr-sm-75 {
		padding-right: 75px;
	}

	.pr-sm-100 {
		padding-right: 100px;
	}

	.pr-sm-150 {
		padding-right: 150px;
	}

	.pr-sm-200 {
		padding-right: 200px;
	}

}

@media (max-width: 499px) {

	.pr-xs-0 {
		padding-right: 0;
	}

	.pr-xs-1 {
	    padding-right: 1px;
	}

	.pr-xs-2 {
		padding-right: 2px;
	}

	.pr-xs-3 {
		padding-right: 3px;
	}

	.pr-xs-4 {
		padding-right: 4px;
	}

	.pr-xs-5 {
	    padding-right: 5px;
	}

	.pr-xs-10 {
		padding-right: 10px;
	}

	.pr-xs-15 {
		padding-right: 15px;
	}

	.pr-xs-20 {
		padding-right: 20px;
	}

	.pr-xs-25 {
		padding-right: 25px;
	}

	.pr-xs-30 {
		padding-right: 30px;
	}

	.pr-xs-40 {
		padding-right: 40px;
	}

	.pr-xs-50 {
		padding-right: 50px;
	}

	.pr-xs-75 {
		padding-right: 75px;
	}

	.pr-xs-100 {
		padding-right: 100px;
	}

	.pr-xs-150 {
		padding-right: 150px;
	}

	.pr-xs-200 {
		padding-right: 200px;
	}

}

/* Spacers margin top
   ========================================================================== */

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-250 {
	margin-top: 250px;
}

.mt-300 {
	margin-top: 300px;
}

@media (max-width: 992px) {

	.mt-md-5 {
	    margin-top: 5px;
	}

	.mt-md-10 {
		margin-top: 10px;
	}

	.mt-md-15 {
		margin-top: 15px;
	}

	.mt-md-20 {
		margin-top: 20px;
	}

	.mt-md-25 {
		margin-top: 25px;
	}

	.mt-md-30 {
		margin-top: 30px;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mt-md-50 {
		margin-top: 50px;
	}

	.mt-md-75 {
		margin-top: 75px;
	}

	.mt-md-100 {
		margin-top: 100px;
	}

	.mt-md-150 {
		margin-top: 150px;
	}

	.mt-md-200 {
		margin-top: 200px;
	}

	.mt-md-250 {
		margin-top: 250px;
	}

	.mt-md-300 {
		margin-top: 300px;
	}

}

@media (max-width: 767px) {

	.mt-sm-5 {
	    margin-top: 5px;
	}

	.mt-sm-10 {
		margin-top: 10px;
	}

	.mt-sm-15 {
		margin-top: 15px;
	}

	.mt-sm-20 {
		margin-top: 20px;
	}

	.mt-sm-25 {
		margin-top: 25px;
	}

	.mt-sm-30 {
		margin-top: 30px;
	}

	.mt-sm-40 {
		margin-top: 40px;
	}

	.mt-sm-50 {
		margin-top: 50px;
	}

	.mt-sm-75 {
		margin-top: 75px;
	}

	.mt-sm-100 {
		margin-top: 100px;
	}

	.mt-sm-150 {
		margin-top: 150px;
	}

	.mt-sm-200 {
		margin-top: 200px;
	}

	.mt-sm-250 {
		margin-top: 250px;
	}

	.mt-sm-300 {
		margin-top: 300px;
	}

}

@media (max-width: 499px) {

	.mt-xs-5 {
	    margin-top: 5px;
	}

	.mt-xs-10 {
		margin-top: 10px;
	}

	.mt-xs-15 {
		margin-top: 15px;
	}

	.mt-xs-20 {
		margin-top: 20px;
	}

	.mt-xs-25 {
		margin-top: 25px;
	}

	.mt-xs-30 {
		margin-top: 30px;
	}

	.mt-xs-40 {
		margin-top: 40px;
	}

	.mt-xs-50 {
		margin-top: 50px;
	}

	.mt-xs-75 {
		margin-top: 75px;
	}

	.mt-xs-100 {
		margin-top: 100px;
	}

	.mt-xs-150 {
		margin-top: 150px;
	}

	.mt-xs-200 {
		margin-top: 200px;
	}

	.mt-xs-250 {
		margin-top: 250px;
	}

	.mt-xs-300 {
		margin-top: 300px;
	}

}

/* Spacers margin bottom
   ========================================================================== */

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}	

.mb-200 {
	margin-bottom: 200px;
}

.mb-250 {
	margin-bottom: 250px;
}

.mb-300 {
	margin-bottom: 300px;
}

@media (max-width: 992px) {

	.mb-md-5 {
	    margin-bottom: 5px;
	}

	.mb-md-10 {
		margin-bottom: 10px;
	}

	.mb-md-15 {
		margin-bottom: 15px;
	}

	.mb-md-20 {
		margin-bottom: 20px;
	}

	.mb-md-25 {
		margin-bottom: 25px;
	}

	.mb-md-30 {
		margin-bottom: 30px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-50 {
		margin-bottom: 50px;
	}

	.mb-md-75 {
		margin-bottom: 75px;
	}

	.mb-md-100 {
		margin-bottom: 100px;
	}

	.mb-md-150 {
		margin-bottom: 150px;
	}

	.mb-md-200 {
		margin-bottom: 200px;
	}

	.mb-md-250 {
		margin-bottom: 250px;
	}

	.mb-md-300 {
		margin-bottom: 300px;
	}

}

@media (max-width: 767px) {

	.mb-sm-5 {
	    margin-bottom: 5px;
	}

	.mb-sm-10 {
		margin-bottom: 10px;
	}

	.mb-sm-15 {
		margin-bottom: 15px;
	}

	.mb-sm-20 {
		margin-bottom: 20px;
	}

	.mb-sm-25 {
		margin-bottom: 25px;
	}

	.mb-sm-30 {
		margin-bottom: 30px;
	}

	.mb-sm-40 {
		margin-bottom: 40px;
	}

	.mb-sm-50 {
		margin-bottom: 50px;
	}

	.mb-sm-75 {
		margin-bottom: 75px;
	}

	.mb-sm-100 {
		margin-bottom: 100px;
	}

	.mb-sm-150 {
		margin-bottom: 150px;
	}

	.mb-sm-200 {
		margin-bottom: 200px;
	}

	.mb-sm-250 {
		margin-bottom: 250px;
	}

	.mb-sm-300 {
		margin-bottom: 300px;
	}

}

@media (max-width: 499px) {

	.mb-xs-5 {
	    margin-bottom: 5px;
	}

	.mb-xs-10 {
		margin-bottom: 10px;
	}

	.mb-xs-15 {
		margin-bottom: 15px;
	}

	.mb-xs-20 {
		margin-bottom: 20px;
	}

	.mb-xs-25 {
		margin-bottom: 25px;
	}

	.mb-xs-30 {
		margin-bottom: 30px;
	}

	.mb-xs-40 {
		margin-bottom: 40px;
	}

	.mb-xs-50 {
		margin-bottom: 50px;
	}

	.mb-xs-75 {
		margin-bottom: 75px;
	}

	.mb-xs-100 {
		margin-bottom: 100px;
	}

	.mb-xs-150 {
		margin-bottom: 150px;
	}

	.mb-xs-200 {
		margin-bottom: 200px;
	}

	.mb-xs-250 {
		margin-bottom: 250px;
	}

	.mb-xs-300 {
		margin-bottom: 300px;
	}

}

/* Block sizes
   ========================================================================== */

.blk-12 {
    width: 100%;
}

.blk-11 {
    width: 91.66666667%;
}

.blk-10 {
    width: 83.33333333%;
}

.blk-9 {
	width: 75%;
}

.blk-8 {
    width: 66.66666667%;
}

.blk-7 {
    width: 58.33333333%;
}

.blk-6 {
    width: 50%;
}

.blk-5 {
    width: 41.66666667%;
}

.blk-4 {
    width: 33.33333333%;
}

.blk-3 {
    width: 25%;
}

.blk-2 {
    width: 16.66666667%;
}

.blk-1 {
    width: 8.33333333%;
}

@media (max-width: 1200px) {

	.blk-lg-12 {
	    width: 100%;
	}

	.blk-lg-11 {
	    width: 91.66666667%;
	}

	.blk-lg-10 {
	    width: 83.33333333%;
	}

	.blk-lg-9 {
		width: 75%;
	}

	.blk-lg-8 {
	    width: 66.66666667%;
	}

	.blk-lg-7 {
	    width: 58.33333333%;
	}

	.blk-lg-6 {
	    width: 50%;
	}

	.blk-lg-5 {
	    width: 41.66666667%;
	}

	.blk-lg-4 {
	    width: 33.33333333%;
	}

	.blk-lg-3 {
	    width: 25%;
	}

	.blk-lg-2 {
	    width: 16.66666667%;
	}

	.blk-lg-1 {
	    width: 8.33333333%;
	}

}

@media (max-width: 992px) {

	.blk-md-12 {
	    width: 100%;
	}

	.blk-md-11 {
	    width: 91.66666667%;
	}

	.blk-md-10 {
	    width: 83.33333333%;
	}

	.blk-md-9 {
		width: 75%;
	}

	.blk-md-8 {
	    width: 66.66666667%;
	}

	.blk-md-7 {
	    width: 58.33333333%;
	}

	.blk-md-6 {
	    width: 50%;
	}

	.blk-md-5 {
	    width: 41.66666667%;
	}

	.blk-md-4 {
	    width: 33.33333333%;
	}

	.blk-md-3 {
	    width: 25%;
	}

	.blk-md-2 {
	    width: 16.66666667%;
	}

	.blk-md-1 {
	    width: 8.33333333%;
	}

}

@media (max-width: 767px) {

	.blk-sm-12 {
	    width: 100%;
	}

	.blk-sm-11 {
	    width: 91.66666667%;
	}

	.blk-sm-10 {
	    width: 83.33333333%;
	}

	.blk-sm-9 {
		width: 75%;
	}

	.blk-sm-8 {
	    width: 66.66666667%;
	}

	.blk-sm-7 {
	    width: 58.33333333%;
	}

	.blk-sm-6 {
	    width: 50%;
	}

	.blk-sm-5 {
	    width: 41.66666667%;
	}

	.blk-sm-4 {
	    width: 33.33333333%;
	}

	.blk-sm-3 {
	    width: 25%;
	}

	.blk-sm-2 {
	    width: 16.66666667%;
	}

	.blk-sm-1 {
	    width: 8.33333333%;
	}

}

@media (max-width: 499px) {

	.blk-xs-12 {
	    width: 100%;
	}

	.blk-xs-11 {
	    width: 91.66666667%;
	}

	.blk-xs-10 {
	    width: 83.33333333%;
	}

	.blk-xs-9 {
		width: 75%;
	}

	.blk-xs-8 {
	    width: 66.66666667%;
	}

	.blk-xs-7 {
	    width: 58.33333333%;
	}

	.blk-xs-6 {
	    width: 50%;
	}

	.blk-xs-5 {
	    width: 41.66666667%;
	}

	.blk-xs-4 {
	    width: 33.33333333%;
	}

	.blk-xs-3 {
	    width: 25%;
	}

	.blk-xs-2 {
	    width: 16.66666667%;
	}

	.blk-xs-1 {
	    width: 8.33333333%;
	}

}

/* Block paddings
   ========================================================================== */

.blk-1, 
.blk-2, 
.blk-3, 
.blk-4, 
.blk-5, 
.blk-6, 
.blk-7, 
.blk-8, 
.blk-9, 
.blk-10, 
.blk-11, 
.blk-12 {
	padding-right: var(--gutter-lg);
    padding-left: var(--gutter-lg);
}

.blk-pl-3 {
    padding-left: 25%;
}

.blk-pl-2 {
    padding-left: 16.66666667%;
}

.blk-pl-1 {
    padding-left: 8.33333333%;
}

.blk-pr-3 {
    padding-right: 25%;
}

.blk-pr-2 {
    padding-right: 16.66666667%;
}

.blk-pr-1 {
    padding-right: 8.33333333%;
}

/* Gutters
   ========================================================================== */

.gutter {
	padding: 0 var(--gutter-lg);
}

.gutter-sm {
	padding: 0 var(--gutter-sm);
}

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

@media (max-width: 992px) {

	.no-gutter-md {
		padding: 0;
		margin: 0;
	}

}

/* Sizes
   ========================================================================== */

.width-100 {
	width: 100%;
}

.height-100 {
	height: 100%;
}

/* Padding
   ========================================================================== */

.no-padding {
	padding: 0;
}

/* Margin
   ========================================================================== */

.no-margin {
	margin: 0;
}

/* List
   ========================================================================== */

.no-list {
	list-style-type: none;
}

/* Display
   ========================================================================== */

.display-block {
	display: block;
}

.display-inline-block {
	display: inline-block;
}

.display-flex {
	display: flex;
}

.display-none {
	display: none;
}

/* Positions
   ========================================================================== */

.position-absolute {
	position: absolute;
}

.position-relative {
	position: relative;
}

.position-sticky {
	position: sticky;
}

.position-fixed {
	position: fixed;
}

/* Locations
   ========================================================================== */

.top-left {
	top: 0;
	left: 0;
}

.top-right {
	top: 0;
	right: 0;
}

.bottom-left {
	bottom: 0;
	left: 0;
}

.bottom-right {
	bottom: 0;
	right: 0;
}

/* Flex
   ========================================================================== */

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

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

.flex-row {
	flex-direction: row;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

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

.align-center {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

/* Order
   ========================================================================== */

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

@media (max-width: 992px) {

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

}

@media (max-width: 767px) {

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

}

@media (max-width: 499px) {

	.order-xs-1 {
		order: 1;
	}

	.order-xs-2 {
		order: 2;
	}

	.order-xs-3 {
		order: 3;
	}

}

/* Text alignment
   ========================================================================== */

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

@media (max-width: 992px) {

	.text-center-md {
		text-align: center;
	}

	.text-left-md {
	   text-align: left;
	}

	.text-right-md {
		text-align: right;
	}

}

@media (max-width: 767px) {

	.text-center-sm {
		text-align: center;
	}

	.text-left-sm {
	   text-align: left;
	}

	.text-right-sm {
		text-align: right;
	}

}

@media (max-width: 499px) {

	.text-center-xs {
		text-align: center;
	}

	.text-left-xs {
	   text-align: left;
	}

	.text-right-xs {
		text-align: right;
	}

}

/* Hide elements
   ========================================================================== */

@media (max-width: 1200px) {

	.hidden-xl {
		display: none;
	}

}

@media (max-width: 992px) {

	.hidden-md {
		display: none;
	}

}

@media (max-width: 767px) {

	.hidden-sm {
		display: none;
	}

}

@media (max-width: 499px) {

	.hidden-xs {
		display: none;
	}

}

/* Globals
   ========================================================================== */

/** Font **/

.font-0 {
	font-family: var(--font-0);
}

.font-1 {
	font-family: var(--font-1);
}

.font-2 {
	font-family: var(--font-2);
}

.font-3 {
	font-family: var(--font-3);
}

.font-4 {
	font-family: var(--font-4);
}

/** Colors **/

.color-0 {
	color: var(--color-0);
}

.color-1 {
	color: var(--color-1);
}

.color-2 {
	color: var(--color-2);
}

.color-3 {
	color: var(--color-3);
}

.color-4 {
	color: var(--color-4);
}

.color-5 {
	color: var(--color-5);
}

.color-6 {
	color: var(--color-6);
}

.color-7 {
	color: var(--color-7);
}

.color-8 {
	color: var(--color-8);
}

.color-9 {
	color: var(--color-0);
}

/** Backgrounds **/

.background-0 {
	background: var(--color-0);
}

.background-1 {
	background: var(--color-1);
}

.background-2 {
	background: var(--color-2);
}

.background-3 {
	background: var(--color-3);
}

.background-4 {
	background: var(--color-4);
}

.background-5 {
	background: var(--color-5);
}

.background-6 {
	background: var(--color-6);
}

.background-7 {
	background: var(--color-7);
}

.background-8 {
	background: var(--color-8);
}

.background-9 {
	background: var(--color-9);
}

/** Line **/

.line-0 {
	line-height: var(--line-0);
}

.line-1 {
	line-height: var(--line-1);
}

.line-2 {
	line-height: var(--line-2);
}

.line-3 {
	line-height: var(--line-3);
}

/** Sizes **/

.size-0 {
	font-size: var(--size-0);
}

.size-1 {
	font-size: var(--size-1);
}

.size-2 {
	font-size: var(--size-2);
}

.size-3 {
	font-size: var(--size-3);
}

.size-4 {
	font-size: var(--size-4);
}

.size-5 {
	font-size: var(--size-5);
}

.size-6 {
	font-size: var(--size-6);
}

@media (max-width: 767px) {

	.size-6 {
		font-size: var(--size-4);
	}

}

/** Headings **/

.heading-0 {
	font-size: var(--heading-0);
}

.heading-1 {
	font-size: var(--heading-1);
}

.heading-2 {
	font-size: var(--heading-2);
}

.heading-3 {
	font-size: var(--heading-3);
}

.heading-4 {
	font-size: var(--heading-4);
}

.heading-5 {
	font-size: var(--heading-5);
}

@media (max-width: 767px) {

	.heading-1 {
		font-size: var(--heading-0);
		line-height: var(--line-1);
	}

	.heading-2 {
		font-size: var(--heading-0);
		line-height: var(--line-1);
	}

	.heading-3 {
		font-size: var(--heading-0);
		line-height: var(--line-1);
	}

	.heading-4 {
		font-size: var(--heading-1);
		line-height: var(--line-1);
	}

}



/** Tranform **/

.transform-0 {
	text-transform: uppercase;
}

.transform-1 {
	text-transform: lowercase;
}

/** Curve **/

.curve-0 {
	border-radius: 5px;
	overflow: hidden;
}

/* Header
   ========================================================================== */

.header {
	position: sticky;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background: var(--color-0);
}

@media (max-width: 992px) {

	.header {
		height: 68px;
	}

	.header .container:first-child {
		width: 100px;
		z-index: 2;
		margin: 0 0 0 auto;
	}

	.header .justify-between {
		justify-content: flex-start;
	}

}

/* Meta
   ========================================================================== */

.header__meta {
	display: flex;
	justify-content: flex-end;
}

.header__meta .header__meta-phone {
	color: var(--color-1);
	font-family: var(--font-2);
	text-decoration: none;
	display: block;
	padding-top: 12px;
}

.header__meta .header__meta-phone:hover {
	color: var(--color-2);
}

.header__meta-search {
	color: var(--color-1);
	display: block;
	margin-left: 50px;
	padding-top: 16px;
}

.header__meta-search:hover {
	color: var(--color-2);
}

.header__meta-login,
.header__meta-custom {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 85px;
	margin-left: 28px;
	font-family: var(--font-3);
	font-size: var(--size-1);
	background: var(--color-2);
	color: var(--color-1);
	text-decoration: none;
	border-radius: 0 0 5px 5px;
	position: relative;
}

.header__meta-custom {
	background: var(--color-5);
	color: var(--color-0);
	font-family: 'DaxlineProRegular_13131', sans-serif;
	width: 155px;
}

.header__meta-login:hover,
.header__meta-custom:hover {
	color: var(--color-0);
	background: var(--color-1);
}

.scroll .header__meta-login:before,
.scroll .header__meta-custom:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('../images/icons/lock-keyhole.svg') no-repeat 50% 50%;
	background-size: contain;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
}

.scroll .header__meta-custom:before {
	background: url('../images/icons/gift.svg') no-repeat 50% 50%;
	background-size: contain;
}

.scroll .header__meta-login,
.scroll .header__meta-custom {
	text-indent: -9999em;
	width: 35px;
}

.scroll .header__meta-login:hover,
.scroll .header__meta-custom:hover {
	background: var(--color-2);
	opacity: .8;
} 

.scroll .header__meta-custom:hover {
	background: var(--color-5);
	opacity: .8;
}

.header .header__logo svg:last-child {
	display: none;
}

.scroll .header .header__logo svg:last-child {
	display: block;
}

.scroll .header .header__logo svg:first-child {
	display: none;
}

.scroll .header__menu {
	padding-top: 0;
}

.scroll .header .justify-between {
	justify-content: flex-start;
}

.scroll .header__menu ul {
	padding-top: 7px;
}

.header .container:nth-child(2) .header__meta-phone,
.header .container:nth-child(2) .header__meta-search {
	display: none;
}

@media (max-width: 992px) {

	.header__meta {
		position: absolute;
		padding-top: 15px;
		right: 15px;
		width: 100%;
	}

	.header__meta-search {
		margin-left: 20px;
		padding-top: 14px;
	}

	.header__meta .header__meta-phone {
		padding-top: 10px;
	}

	.header__meta-login {
		margin-top: -15px;
		padding-top: 10px;
		height: 55px;
		text-indent: -9999em;
		width: 30px;
		margin-left: 20px;
		background: #E77418 url(../images/icons/login-icon.svg) no-repeat center 22px !important;
	}
	
	.header__meta-custom {
		display: none;
	}

	.scroll .header .header__logo svg:first-child,
	.scroll .header .header__meta-phone, 
	.scroll .header .header__meta-search,
	.header .container:nth-child(2) .header__meta-phone,
	.header .container:nth-child(2) .header__meta-search {
		display: block;
	}

	.scroll .header .header__logo svg:last-child,
	.scroll .header__meta-login:before, 
	.scroll .header__meta-custom:before,
	.header .container:nth-child(1) .header__meta-phone,
	.header .container:nth-child(1) .header__meta-search  {
		display: none;
	}

	.scroll .header__meta-login, 
	.scroll .header__meta-custom {
		width: 30px;
		text-indent: -9999em;
	}

	.header__meta {
		width: 50px;
	}

	.header .container:nth-child(2) .header__meta-phone,
	.header .container:nth-child(2) .header__meta-search {
		margin: 0;
		display: flex !important;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.header__meta-phone svg,
	.header__meta-search svg {
		color: #fff;
		width: 20px;
		height: 20px;
	}

	.header__meta-phone {
		margin-left: 15px !important;
	}

	.header__meta-search {
		margin-right: 20px !important;
	}

	.header .container:nth-child(2) .header__meta-phone {
		margin-right: 50px;
	}

}

/* Breadcrumbs
   ========================================================================== */

.breadcrumbs {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 99;
}

#breadcrumbs {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: var(--size-0);
	background: var(--color-0);
	-webkit-box-shadow: 0px 19px 20px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 19px 20px -12px rgba(0,0,0,0.3);
}

.breadcrumbs a,
.breadcrumbs span {
	color: var(--color-5);
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.post-type-archive-presentations #breadcrumbs {
	background: #E3DDD8;
	-webkit-box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.1);
	box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.1);
}

.post-type-archive-presentations .breadcrumbs a,
.post-type-archive-presentations .breadcrumbs span {
 	color: #0C2340;
 }

@media (max-width: 767px) {

	.breadcrumbs {
		display: none;
	}

}

/* Toggle
   ========================================================================== */

.show-menu {
	overflow: hidden;
}

.header__toggle {
	display: none;
	width: 50px;
	margin-top: 16px;
}

.header__toggle a {
	display: block;
	height: 100%;
	width: 100%;
}

.header__toggle .header__toggle-line:first-child {
	margin-top: 10px;
}

.header__toggle .header__toggle-line {
	display: block;
	position: relative;
	width: 19px;
	height: 2px;
	margin-bottom: 4px;
	background: var(--color-1);
}

.show-menu .header__toggle .header__toggle-line:first-child {
	transform: rotate(-45deg);
	top: 4px;
}

.show-menu .header__toggle .header__toggle-line:nth-child(2) {
	display: none;
}

.show-menu .header__toggle .header__toggle-line:last-child {
	transform: rotate(45deg);
	top: -2px;
}

@media (max-width: 992px) {

	.header__toggle {
		display: block;
	}

}

/* Logo
   ========================================================================== */

.header__logo {
	margin-top: -7px;
}

@media (max-width: 1099px) {

	.header__logo {
		max-width: 150px;
		overflow: hidden;
		margin: auto;
	}

	.header__logo svg {
		width: 100%;
	}

}

@media (max-width: 992px) {

	.header__logo {
		margin-top: 10px;
	}

}

@media (max-width: 767px) {

	.header__logo {
		margin: 10px 0 0 0;
	}

}

/* Menu
   ========================================================================== */

.header__menu {
	font-size: var(--size-1);
	font-family: var(--font-2);
	padding-top: 25px;
}

.header__menu ul {
	display: flex;
	list-style: none;
}

.header__menu > ul > li {
	position: relative;
	padding-left: 27px;
}

.header__menu ul li a {
	color: var(--color-1);
	text-decoration: none;
}

.header__menu ul li a:hover,
.header__menu > ul > li.current-menu-item > a,
.header__menu > ul > li:hover > a {
	color: var(--color-2);
}

.header__menu > ul > li.menu-item-has-children:after {
	content: '';
	position: absolute;
	right: -14px;
	top: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid var(--color-5);
	border-radius: 1px;
	transform: rotate(180deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header__menu > ul > li.menu-item-has-children:hover:after {
	transform: rotate(0);
}

.header__menu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 220px;
	padding: 15px 20px 20px;
	background: var(--color-0);
	border-radius: 0 0 5px 5px;
}

.header__menu ul ul li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	line-height: var(--line-0);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.header__menu ul ul li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.header__menu ul ul li:last-child {
	padding-bottom: 0;
}

@media (max-width: 1169px) {

	.header__menu {
		font-size: var(--size-0);
	}

}

@media (max-width: 991px) {

	.show-menu .header__menu {
		left: 0;
	}

	.header__menu {
		position: fixed;
		left: -140%;
		top: 68px;
		width: 100%;
		height: 100vh;
		padding-top: 40px;
		overflow-y: auto;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: var(--color-0);
	}

	.header__menu ul {
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.header__menu > ul > li {
		width: 100%;
		padding: 0 0 18px 0;
		margin-bottom: 18px;
		border-bottom: 1px solid #001633;
	}

	.header__menu ul li:last-child {
		border: none;
	}

	.header__menu ul li a {
		font-size: var(--size-4);
	}

	.header__menu ul li span {
		position: absolute;
		right: 15px;
		top: -10px;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.header__menu ul li span span {
		position: absolute;
		left: 0;
		right: 0;
		top: 18px;
		margin: auto;
		width: 6px;
		height: 6px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 5px solid var(--color-5);
		border-radius: 1px;
		transform: rotate(180deg);
		-webkit-transition: all .3s;
		transition: all .3s;
    }

    .header__menu ul li.open span span {
    	transform: rotate(0);
    }

    .header__menu li.open ul {
    	display: block;
    }

    .header__menu ul ul {
    	top: 0;
    	width: auto;
    	padding: 20px 0 0 0;
    	position: relative;
    }

    .header__menu ul ul li {
    	border: none;
    	padding-bottom: 4px;
    	margin-bottom: 4px;
    }

    .header__menu ul ul li a {
    	font-size: var(--size-1);
    }

	.header__menu ul li:after {
		display: none;
	}

}

/* Products
   ========================================================================== */

.products .products__items {
	background: #e6f1ff;
	padding-bottom: 150px;
}

.products .products__items .products__items-item {
	position: relative;
	border-radius: 5px;
	padding: 30px;
	height: 290px;
}

.products .products__items .blk-6 {
	margin-bottom: 15px;
}

.products .products__items .blk-6:first-child .products__items-item {
	background: var(--color-3);
	margin-top: -100px;
}

.products .products__items .blk-6:nth-child(2) .products__items-item {
	background: var(--color-4);
	margin-top: -100px;
}

.products .products__items .blk-6:nth-child(3) .products__items-item {
	background: var(--color-1);
}

.products .products__items .blk-6:last-child .products__items-item {
	background: var(--color-5);
}

.products .products__items a {
	text-decoration: none;
}

.products .products__items a span {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.products .products__items a:hover span {
	color: var(--color-2);
}

.products .products__items .item__more {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 39px;
	height: 39px;
	border-radius: 100%;
	border: 1px solid var(--color-0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.products .products__items .item__more:hover {

}

.products .products__items .item__more:hover {
	background: var(--color-2);
	border-color: transparent;
}

.products .products__items .item__more svg path {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.products .products__items .item__more:hover svg path {
	stroke: var(--color-1);
}

.products .products__items .item__video {
	position: absolute;
	right: 200px;
	bottom: 30px;
}

@media (max-width: 992px) {

	.products .products__items .blk-6:nth-child(2) .products__items-item {
		margin-top: 0;
	}

	.products .products__items .products__items-item {
		height: auto;
		min-height: 290px;
		padding-bottom: 60px;
	}

}

@media (max-width: 767px) {

	.products .products__items .item__video {
		right: initial;
	}

}

/* Cta
   ========================================================================== */

.cta a {
	color: var(--color-1);
	text-decoration: none;
}

.cta a:hover {
	color: var(--color-0);
}

.cta .cta__btn {
	border: 1px solid var(--color-1);
	padding: 15px;
	border-radius: 5px;
}

.cta .cta__btn:hover {
	background: var(--color-1);
}

.cta-shortcode .curve-0 {
	overflow: visible;
}

.cta-shortcode .background-2.curve-0 {
	margin-top: 0 !important;
}

.home .cta-shortcode .background-2.curve-0 {
	margin-top: -165px !important;
}

.cta-shortcode figure {
	width: 32%;
	position: relative;
}

.cta-shortcode figure img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	max-width: 200px;
}

.cta-shortcode strong {
	width: 55%;
	font-size: 20px !important;
	line-height: 28px !important;
}

.page-template-efficiency .cta-shortcode strong {
    width: 64%;
    font-size: var(--heading-0) !important;
    line-height: normal !important;
}

.cta-shortcode a {
	width: 100%;
	display: block;
}

.cta-shortcode a span {
	display: inline-flex;
	transition: all .3s ease-in-out;
}

.cta-shortcode a:hover span {
	opacity: .5;
}

.cta-shortcode .display-flex {
	align-items: center;
}

.content__regular .cta-shortcode strong {
	padding-bottom: 0;
	font-weight: 700;
}

.blk-8 .cta-shortcode strong {
	font-size: 1.5rem;
	line-height: 2rem;
}

.blk-8 .cta-shortcode figure img {
	top: -60px;
}

.content__regular .cta-shortcode a {
	padding-bottom: 35px;
}

.content__regular strong {
	font-weight: 500;
}

@media (max-width: 992px) {

	.content__regular .cta-shortcode a {
		padding-bottom: 30px;
	}

}

@media (max-width: 767px) {

	.cta-shortcode strong {
		text-align: left;
		font-size: var(--size-5) !important;
	}

	.cta-shortcode figure img {
		position: static;
		transform: none;
		max-width: 100%;
	}

}

/* Loop
   ========================================================================== */

.loop__items .loop__items-more {
	float: right;
	color: var(--color-0);
	font-family: var(--font-2);
	font-size: var(--size-3);
	text-decoration: none;
	margin: 40px 45px 0 0;
}

.loop__items .loop__items-description {
	font-size: var(--size-6);
	line-height: var(--line-1);
}

.loop__items .loop__items-more:hover {
	color: var(--color-2);
}

.loop__items-item {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	background: var(--color-1);
    padding: 275px 24px 24px 24px;
    background-size: cover;
	position: relative;
}

.archive .loop__items-item, 
.home .loop__items-item {
	padding: 0;
}

.archive .loop__items-item::after,
.home .loop__items-item::after {
	content: none;
}

.archive .item__content .item__wrapper,
.home .item__content .item__wrapper {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
/* 
.home .item__content .item__content-arrow {
	display: none;
} */

.loop__items-item--text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.loop__items-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	z-index: 0;
	top: 0;
	left: 0;
}

.loop__items-item a {
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.loop__items-item .item__image {
	width: 100%;
	height: 293px;
}

.loop__items-item .item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.loop__items-item .item__content {
	position: relative;
	padding: 40px 30px;
}

.loop__items-item .item__content-arrow--wrapper {
	display: flex;
	justify-content: end;
	width: 100%;
}

.loop__items-item .item__content-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 39px;
	height: 39px;
	border-radius: 100%;
	background-color: var(--color-1);
	border: 1px solid var(--color-1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.loop__items-item a:hover .item__content-arrow {
	background: var(--color-2);
	border-color: transparent;
}

.loop__items-item .item__content-arrow svg path {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.loop__items-item a:hover .item__content-arrow svg path {
	stroke: var(--color-1);
}

@media (max-width: 767px) {

	.loop__items .loop__items-description {
		font-size: var(--size-4);
		line-height: var(--line-1);
	}

}

/* OnePagers
   ========================================================================== */

.onepager--items .loop__items-item {
	background: #f2f8ff;
}

.onepager--items .loop__items-item .item__content {
	padding-top: 0;
}

.loop__items-item .onepager--image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 280px;
}

.loop__items-item .onepager--image img {
	object-fit: initial;
	max-height: 210px;
	width: auto;
}

/* Category menu
   ========================================================================== */

.category__menu ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

.category__menu ul li {
	padding: 0 20px;
}

.category__menu ul li a {
	position: relative;
	padding-bottom: 5px;
	font-size: var(--size-3);
	font-family: var(--font-2);
	color: var(--color-0);
	text-decoration: none;
}

.category__menu ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1.5px;
	background: var(--color-0);
}

.category__menu ul li a:hover:before,
.category__menu ul li.current-menu-item a:before {
	width: 100%;
}

@media (max-width: 767px) {

	.category__menu ul {
		flex-wrap: wrap;
	}

	.category__menu ul li {
		width: 100%;
		padding: 0 0 5px;
		margin-bottom: 5px;
	}

	.category__menu ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.category__menu ul li a:before {
		display: none;
	}

}

/* Team
   ========================================================================== */

.team {
	position: relative;
	min-height: 370px;
}

.team:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 370px;
	background: var(--color-6);
}

.team .team__item {
	position: relative;
	padding-top: 15px;
	background: var(--color-0);
}

.team .team__item a {
	color: var(--color-1);
}

.team .team__item a:hover {
	color: var(--color-2);
}

.team .team__item .team__item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 430px;
	width: 100%;
}

.team .team__item .team__item-image img {
	max-width: 325px;
	height: auto;
}

.team .team__item .team__item-content {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 100%;
}

.team .team__item .team__item-content svg {
	position: absolute;
	right: 80px;
	bottom: -10px;
}

.team__contact li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49px;
	height: 49px;
	border-radius: 100%;
	border: 1px solid var(--color-2);
}

.team__contact {
	position: relative;
	margin-top: -60px;
}

.team__contact ul li a:hover {
	background: var(--color-1);
	border-color: var(--color-0);
}

/* Hero
   ========================================================================== */

.hero {
	position: relative;
	overflow: hidden;
	padding-top: 15px;
	background: var(--color-0);
}

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

.hero .team--image {
	max-height: 410px;
}

.hero .single--image {
	height: 570px;
}

.page-template-efficiency .hero  {
	padding-top: 100px;
	background: var(--color-6);
	overflow: visible;
}

.hero .about--image {
	position: absolute;
	left: 165px;
	bottom: -20px;
	height: 600px;
}

.hero .about--image img {
	width: 450px;
}

.hero .about--image {
	z-index: -1;
}

.page-template-about .hero {
	height: 600px;
	padding-top: 0;
}

.page-template-about .hero span.heading-4 {
	font-family: 'DaxlineProRegular_13131', sans-serif;
}

.hero .dial-appointment span {
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero .dial-appointment {
	position: absolute;
	padding: 15px 20px 15px 40px;
	top: 340px;
	left: 610px;
}

.page-template-contact .hero {
	height: 500px;
}

.hero .contact--image {
	height: 650px;
	position: relative;
	left: 50px;
}

.single-presentations .hero {
	height: 450px;
}

.hero .presentation--image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hero .presentation--image:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background: var(--color-0);
}

.hero .presentation--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-template-magazine .hero {
	height: 350px;
}

.hero .magazine--image {
	position: relative;
	top: 50px;
	right: 75px;
}

.home .hero {
	position: relative;
	height: 800px;
	overflow: visible;
}

.home .hero .home--image {
	position: absolute;
	left: 0px;
	max-width: 600px;
}

.home .hero__content {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -125px;
	padding: 75px;
	width: 100%;
}

.home .hero__content h2:after {
  width: 120px;
  bottom: 4px;
}

.home .hero__content .blk-5 {
	position: relative;
	bottom: 5px;
}

.home .hero__content:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 53%;
	height: 100%;
	border-top-left-radius: 5px;
	background: var(--color-1);
}

.home .hero__content a {
	color: var(--color-0);
}

.home .hero__content a:hover {
	color: var(--color-2);
}

.home .hero__content .hero__masterclass {
	color: var(--color-1);
}

.home .hero__content .hero__masterclass:hover {
	color: var(--color-2);
}

.home .hero__persons {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.home .hero__person {
	width: 100%;
	height: 100%;
	margin: 30px 0 0 590px;
}

.home .hero__person p {
	position: absolute;
	left: 590px;
	top: 230px;
}

.home .hero__masterclass {
	position: absolute;
	z-index: 99;
	left: 15px;
	bottom: 100px;
	width: 400px;
	text-decoration: none;
	color: var(--color-1);
	font-size: var(--size-4);
}

.home .hero__masterclass span {
	display: inline-block;
	line-height: var(--line-0);
	width: 200px;
}

.home .hero__masterclass:hover {
	color: var(--color-2);
}

.home .hero__masterclass svg {
	position: relative;
	margin-right: 15px;
	top: 12px;
}

.single-stories .hero {
	overflow: visible;
}

.single-stories .hero .hero__figure-wrapper {
	width: 100%;
	height: 75px;
	position: relative;
	display: flex;
	justify-content: center;
}

.single-stories .hero .hero__figure {
	height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-top: 25px;
	position: absolute;
	z-index: 1;
	border: solid 2px var(--color-3);
}

.temp-home .hero {
	height: 100%;
}

.temp-home .hero h1 .heading-0 {
	font-weight: 400;
}

.temp-home .hero .hero__temp_content .hero__temp_content--image img {
	width: 100%;
    height: 635px;
    object-fit: contain;
}

.temp-home .hero .hero__temp_conten.second {
	display: flex;
	justify-content: center;
}

.temp-home .hero .hero__temp_content p {
	line-height: 2.5rem;
	padding-left: 30px;
	padding-right: 30px;
}

.page-template-product .hero {
	overflow: visible;
}

.page-template-product .hero ul li:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../images/icons/check.svg') no-repeat;
	margin-right: 15px;
	position: relative;
	top: 2px;
}

.page-template-product .hero__image {
	margin-top: 140px;
}

.page-template-product .hero a {
	color: var(--color-2);
	transition: ease 0.2s;
}

.page-template-product .hero a:hover {
	color: var(--color-1);
}

.page-template-product .hero .hero__ctas a {
	display: flex;
	max-width: fit-content;
	align-items: center;
	color: var(--color-1);
}

.page-template-product .hero a svg {
	margin-left: 15px;
}

.page-template-product .hero .btn__video:hover {
	color: var(--color-2);
}

.page-template-product .hero .btn__video .has-after:after {
	width: 0;
}

.page-template-product .hero .btn__video:hover .has-after:after {
	width: 100%;
	transition: ease-in-out 0.3s;
}

.page-template-product .hero .btn__video:hover svg path {
	fill: #fff;
	transition: ease 0.2s;
}

.page-template-product .hero .btn__video:hover svg circle {
	fill: #E77418;
	transition: ease 0.2s;
}

.page-template-product .hero .btn--0 svg {
	margin: auto 15px;
}

.page-template-product .hero .btn--0:hover svg {
	margin-left: 20px;
	margin-right: 10px;
	transition: ease 0.2s;
}

.page-template-product .hero .btn__video:hover .btn__video--text {
	transition: ease 0.2s;
}

.page-template-team .hero  {
	padding-top: 55px;
}

.home .content__regular--btn {
	display: flex;
    justify-content: center;
    width: fit-content;
	transition: ease 0.2s;
}

.home .content__regular--btn svg {
	margin-left: 15px;
	padding-bottom: 2px;
	transition: ease 0.2s;
}

.home .content__regular--btn:hover svg {
	margin-left: 25px;
}

.home .content__regular--btn:hover {
	padding-right: 15px;
}

@media (max-width: 1199px) {
    
    .hero .single--image {
    	display: flex;
    	align-items: flex-end;
    	position: absolute;
    	z-index: -1;
    	right: 0;
    	bottom: 0;
    }

	.temp-home .hero .hero__temp_content .hero__temp_content--image img {
		height: 100%;
		object-fit: cover;
	}

    .single-team .hero {
    	height: 600px;
    }

	.page-template-product .hero .hero__ctas {
		flex-direction: column;
	}

	.page-template-product .hero .hero__ctas .btn__video {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-product .hero .hero__ctas .btn__video svg {
		margin-left: 0;
	}

	.page-template-product .hero .hero__image {
		margin-top: 285px;
	}
}

@media (max-width: 992px) {

	.page-template-contact .hero {
		height: 450px;
	}

	.page-template-contact .hero .align-end {
		align-items: initial;
	}

	.hero .contact--image {
		position: absolute;
		z-index: -1;
		bottom: 0;
		right: 0;
		height: auto;
	}

	.hero .contact--image img {
		max-height: 400px;
	}

	.hero .blk-6.height-100 {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.page-template-product .hero .blk-5 {
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		top: 0;
	}

	.page-template-product .hero img {
		max-height: 500px;
		margin: auto;
	}

	.page-template-product .hero .btn {
		max-width: auto;
	}

	.page-template-product .hero .justify-center {
		justify-content: flex-end;
	}

	.page-template-product .hero .content__regular {
		position: relative;
	}

	.page-template-product .hero {
		height: initial;
		min-height: 550px;
	}

	.page-template-product .hero {
		min-height: 500px;
	}

	.page-template-product .hero .hero__image {
		display: none;
	}

	.home .hero {
		height: auto;
	}

	.home .hero__content:after {
		width: 100%;
		border-radius: 0;
	}

	.home .hero__content {
		position: relative;
		bottom: 0;
		padding: 30px 30px 0;
	}

	.home .hero .container:first-child {
		height: 800px;
	}

	.temp-home .hero .container:first-child {
		height: 100%;
	}

	.home .hero__content .container {
		height: auto !important;
	}

	.home .hero__masterclass {
		bottom: initial;
		top: -150px;
		width: 100%;
	}

}

@media (max-width: 767px) {

	.single-presentations .hero {
		height: 275px;
	}

	.page-template-about .hero {
		height: 450px;
	}

	.page-template-product .hero ul li:before {
		margin-right: 5px;
	}

	.hero .about--image {
		top: initial;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: -1;
		height: auto;
		max-width: 350px;
	}

	.single-team .hero {
		height: 450px;
	}

	.hero .single--image {
		max-width: 350px;
	}

	.page-template-magazine .hero {
		height: 375px;
	}

	.home .hero .container:first-child {
		height: 525px;
	}

	.temp-home .hero .container:first-child {
		height: 100%;
	}

	.home .hero .home--image {
		width: 300px;
	}

	.home .hero .flickity-slider {
		height: 100%;
	}

	.home .hero .container:first-child {
		height: 450px;
	}

	.temp-home .hero .container:first-child {
		height: 100%;
	}

	.home .hero__persons {
		z-index: -1;
	}

	.home .hero h1 {
		position: absolute;
		left: 15px;
		top: -115px;
	}

	.home .hero h1 span {
		display: inline !important;
	}

	.home .hero__person p {
		left: initial;
		right: 15px;
		top: 130px;
		max-width: 140px;
	}

	.home .hero__person {
		margin-left: 0;
	}

	.home .dial-appointment {
		left: 65px;
		top: 280px;
	}

	.page-template-about .hero .display-flex.justify-center {
		padding-bottom: 30px;
		justify-content: flex-end;
	}

	.home .hero .home--image {
		overflow: hidden;
	}

	.home .hero .home--image {
		left: 0;
		top: 20px;
	}

	.home .hero__person p {
		font-size: .85rem;
	}

	.home .hero__content h2:after {
	  width: 80px;
	}

	.temp-home .hero h1 .heading-0 {
		font-size: 1rem;
	}

	.temp-home  .hero h1 span {
		display: block !important;
	}

}

@media (max-width: 399px) {

	.home .hero__person p {
		font-size: var(--size-1);
		line-height: 1.125rem;
	}

	.home .hero .home--image img {
		left: -50px;
		position: relative;
	}

}

/* Presentations
   ========================================================================== */

.presentations {
	position: relative;
	min-height: 625px;
}

.presentations:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 625px;
	width: 100%;
	background: var(--color-9);
}

.home .presentations {
	min-height: initial;
}

.home .presentations:before {
	display: none;
}

.presentations .presentations__item {
	position: relative;
	height: 265px;
	padding: 50px 30px;
	border-radius: 0 5px 5px 0;
    background: var(--color-9);
	transition: ease-in 0.2s;
}

.post-type-archive-presentations .presentations .presentations__item {
	background: var(--color-3);
}

.presentations .presentations__item:hover {
	background: var(--color-4);
}

.home .presentations .presentations__item {
	height: 210px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 50px;
}

.home .presentations__item h3 {
	max-width: 80%;
}

.home .presentations__image {
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}

.home .presentations__image img {
	width: auto;
	max-width: fit-content;
	height: 210px;
}

.presentations .presentations__item a {
	text-decoration: none;
}

.presentations .presentations__item ul {
	padding-left: 30px;
}

.presentations .presentations__item ul li {
	text-indent: -30px;
}

.presentations .presentations__item .presentation__item-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid var(--color-8);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.presentations .presentations__item a:hover .presentation__item-arrow {
	background: var(--color-2);
	border-color: transparent;
}

.presentations .presentations__item .presentation__item-arrow svg path {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.presentations .presentations__item a:hover .presentation__item-arrow svg path {
	stroke: var(--color-1);
}

.presentations .presentations__items-more {
	color: var(--color-0);
	font-family: var(--font-2);
	font-size: var(--size-3);
	text-decoration: none;
	margin-right: 45px;
}

.presentations .presentations__items-more:hover {
	color: var(--color-2);
}

@media (max-width: 992px) {

	.single-presentations .content .background-3 {
		margin-top: -125px !important;
	}

}

.events figure img {
	object-fit: cover;
}

.events a {
	text-decoration: none;
	display: block;
}

@media (max-width: 767px) {

	.presentations:before {
		height: 700px;
	}

	.home .presentations__image {
		display: none;
	}

}

/* News
   ========================================================================== */

.news {
	overflow: hidden;
	background: #d4e1f2;
}

.news .news__items {
	outline: none;
}

.news .news__items-more {
	color: var(--color-0);
	font-family: var(--font-2);
	font-size: var(--size-3);
	text-decoration: none;
	margin-right: 45px;
}

.news .news__items-more:hover {
	color: var(--color-2);
}

.news .news__item {
	width: 376px;
	margin-right: 15px;
}

.home .news .news__item {
	height: 537px;
}

@media (max-width: 767px) {

	.news .news__item {
		width: 300px;
	}

	.news .news__item h3 {
		font-size: var(--size-5);
	}

	.news .loop__items-item .item__image {
		height: 200px;
	}

}

/* FAQ
   ========================================================================== */

.temp-home .faq {
	display: flex;
}

.temp-home .faq .faq__questions {
	width: 50%;
    display: flex;
    flex-direction: column;
	justify-content: center;
}

.temp-home .faq .faq__questions h2 {
	font-weight: 400;
}

.temp-home .faq .faq__questions--question {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	height: 70px;
}

.temp-home .faq .faq__questions--question.active {
	border-bottom: 0px;
}

.temp-home .faq .faq__questions--question svg {
	margin-left: 12px;
	transition: 0.2s all;
}

.temp-home .faq .faq__questions--question.active svg {
	transform: rotate(45deg);
}

.temp-home .faq .faq__questions--inner {
	border-top: 1px solid var(--color-5);
}

.temp-home .faq .faq__questions--question {
	border-bottom: 1px solid var(--color-5);
}

.temp-home .faq .faq__questions--answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding 0.5s ease;
	padding: 0 20px;
	line-height: 2rem;
}

.temp-home .faq .faq__questions--answer.active {
	max-height: 500px;
	padding: 20px;
	border-bottom: solid 1px var(--color-5);
}

.temp-home .faq .faq__video {
	width: 50%;
	height: 650px;
}

.temp-home .faq .faq__video a {
	height: 100%;
	display: block;
}

.temp-home .faq .faq__video a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.temp-home .faq .faq__video .video-link {
    display: block;
    position: relative;
}

.temp-home .faq .faq__video .video-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E%3Ccircle id='Ellipse_25' data-name='Ellipse 25' cx='34' cy='34' r='34' fill='%23fff'/%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M9.72,2.094a1.5,1.5,0,0,1,2.56,0l8.325,13.623A1.5,1.5,0,0,1,19.325,18H2.675a1.5,1.5,0,0,1-1.28-2.282Z' transform='translate(46 23) rotate(90)' fill='%23e77418'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}

.temp-home .faq .faq__video .video-link:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

@media (min-width: 2000px) {

	.faq__questions {
		padding-left: 20%
	}

}

@media (max-width: 767px) {

	.temp-home .faq {
		flex-direction: column;
		padding: 50px 0;
	}

	.temp-home .faq .faq__questions,
	.temp-home .faq .faq__video  {
		width: 100%;
	}

	.temp-home .faq .faq__video {
		height: 400px;
		margin-top: 40px;
	}

}

/* Temp content
   ========================================================================== */

.temp-content .temp-content__inner {
	display: flex;
}

.temp-content .container .temp-content__inner p {
	width: 60%;
}

.temp-content .container h2 {
	font-weight: 400;
}

.temp-content .container .temp-content__links {
	display: flex;
	flex-direction: column;
}

.temp-content .container .temp-content__links a {
	width: fit-content;
}

@media (max-width: 767px) {

	.temp-content .temp-content__inner {
		flex-direction: column;
	}

	.temp-content .container .temp-content__inner p {
		width: 100%;
		margin-bottom: 50px;
	}

}


/* Presentation
   ========================================================================== */

.content__speakers ul li {
	border-bottom: 1px solid var(--color-5);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content__speakers ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.content__speakers .content__speakers-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 82px;
	background: var(--color-0);
}

.content__speakers .content__speakers-image img {
	width: 100%;
	max-width: 70px;
	height: auto;
}

.presentation__info li {
	text-indent: -30px;
	margin-left: 30px;
}

/* Contact
   ========================================================================== */

.page-template-contact .form .gform_fields {
	display: flex;
	flex-wrap: wrap;
}

.form .gform_fields .gfield_required span {
	width: 0;
	opacity: 0;
}

.form .gform_fields .gfield_consent_label .gfield_required:after {
	position: relative;
	right: 20px;
}

.form .gform_fields .gfield_consent_label .gfield_required {
	width: 0;
	color: transparent;
}

.form .gfield_radio {
	display: flex;
}

.form .gfield_radio .gchoice {
	margin-right: 30px;
}

.form .gfield_radio .gchoice input {
	display: none;
}

.form .gfield_radio .gchoice label {
	max-width: 100% !important;
}

.page-template-contact .gform_footer .button {
	background: var(--color-2);
	color: var(--color-1);
}

.page-template-contact .gform_footer .button:hover {
	background: #ff9a4a;
}

.page-template-contact .form .background-7 {
	background: #f4ddc9;
}

.gfield_required.gfield_required_text {
	display: none;
}

.gfield_required:after {
	content: '*';
	position: absolute;
	right: -10px;
	color: var(--color-0);
}

.gfield_label {
	position: relative;
}

.contact__links li {
	padding-bottom: 15px;
}

.contact__links li a {
	display: flex;
	align-items: center;
	color: var(--color-2);
	text-decoration: none;
}

.contact__links li a:hover {
	color: var(--color-0);
}

.contact__links li a .contact__links-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	border-radius: 100%;
	border: 1px solid var(--color-5);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-template-contact .content {
	position: relative;
	z-index: 1;
}

.page-template-contact .content:after {
	content: '';
	position: absolute;
	right: 0;
	top: -200px;
	width: 53%;
	height: 100%;
	border-top-left-radius: 5px;
	background: var(--color-1);
}

@media (max-width: 992px) {

	.page-template-contact .content:after {
		display: none;
	}

	.page-template-contact .blk-5 {
		margin-top: 0 !important;
	}

}

/* Search
   ========================================================================== */

.show-search {
	overflow: hidden;
}

.search-form {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.show-search .search-form {
	 display: block;
}

.search-form form {
	position: absolute;
	z-index: 999;
	top: 30px;
	left: 0;
	right: 0;
	max-width: 800px;
	margin: auto;
}

.search-form form input[type="search"] {
	width: 100%;
	padding: 15px;
	border: none;
	color: var(--color-0);
	border-radius: 5px;
}

.search-form form button[type="submit"] {
	position: absolute;
	right: 15px;
	top: 19px;
	cursor: pointer;
	border: none;
	background: none;
}

.search-form .search-overlay {
	content: '';
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

/* Results
   ========================================================================== */

.results ul li {
	position: relative;
	list-style-type: none;
	margin-bottom: 75px;
}

.results ul li:last-child {
	margin-bottom: 0;
}

.results ul li a {
	text-decoration: none;
}

.results ul li a .results__arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid var(--color-5);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.results ul li a:hover .results__arrow {
	background: var(--color-2);
	border-color: transparent;
}

.search .results .background-3 {
	background: #e6f1ff;
}

.results ul li .results__arrow svg path {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.results ul li a:hover .results__arrow svg path {
	stroke: var(--color-1);
}

.page-template-efficiency .content a {
	color: var(--color-2);
	text-decoration: none;
}

.page-template-efficiency .content a:hover {
	text-decoration: underline;
}

.page-template-efficiency #number-table {
	top: -100px;
}

.page-template-efficiency .content__regular .cta.cta-shortcode .background-2 {
	margin-top: -150px !important;
}

.page-template-efficiency .content__regular .cta.cta-shortcode a {
	padding-bottom: 15px;
}

.page-template-efficiency .cta.cta-shortcode {
	padding-bottom: 100px;
}

.page-template-efficiency .sub-content {
	margin-top: -150px;
}

.table table tbody th,
.table table tr td {
	opacity: .8;
}

.overview-table ul li {
	color: #fff;
	opacity: .8;
}

@media (max-width: 767px) {

	.page-template-efficiency #number-table {
		top: -30px;
	}

	.page-template-efficiency #number-table th {
		padding: 15px;
	}

}

/* Popup
   ========================================================================== */

.popup {
	position: fixed;
	z-index: 999;
	right: 30px;
	bottom: -300px;
	width: 390px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.popup-inactive  .popup {
	bottom: -300px !important;
}

.show-popup .popup {
	bottom: 30px;
}

.popup .popup__image {
	position: absolute;
	right: 0;
	top: -30px;
	max-width: 225px;
}

.popup .popup__button {
	display: inline-block;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: var(--size-1);
	color: var(--color-2);
	text-decoration: none;
	border: 1px solid var(--color-2);
}

.popup .popup__button:hover {
	color: var(--color-1);
	background: var(--color-2);
}

.popup .popup-close {
	position: absolute;
	right: -12px;
	top: -12px;
}

.popup-onepager {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	display: none;
}

.popup-onepager .popup-close {
	position: absolute;
	top: -15px;
	right: -15px;
}

.popup-onepager-active:before {
	content: '';
	background: #000;
	opacity: .7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
}

.post-type-archive-onepagers .onepager--items .blk-3.active .popup-onepager {
	display: block;
}

.popup-onepager-active .onepager--items .blk-3 .loop__items-item {
	opacity: .1;
}

.post-type-archive-onepagers .archive .container {
	z-index: 99;
}

h2.gform_submission_error {
	padding: 10px !important;
	margin-bottom: 20px !important;
	line-height: 20px !important;
}

h2.gform_submission_error,
.gfield .gfield_validation_message {
	font-size: 18px !important;
	color: var(--color-0);
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
	border: 2px solid var(--color-0) !important;
}

.page-id-974 .content__regular table tr td {
	border: none;
}

.gfield_validation_message {
	position: relative;
	bottom: 20px;
}

#validation_message_4_8 {
	bottom: 0;
}

@media (max-height: 1000px) {

	.popup-onepager {
		max-height: 80vh;
		overflow-y: auto;
		top: 55%;
	}

	.popup-onepager .popup-close {
		position: absolute;
		top: 15px;
		right: 15px;
	}

}

@media (max-width: 992px) {

	.popup-onepager {
		max-height: 80vh;
		overflow-y: auto;
		top: 55%;
	}

	.popup-onepager .popup-close {
		position: absolute;
		top: 15px;
		right: 15px;
	}

}

@media (max-width: 767px) {

	.popup {
		right: 15px;
		width: 330px;
	}

	.popup .popup__image {
		top: -20px;
		max-width: 175px;
	}

	.popup-onepager {
		width: 95%;
	}

	.table .background-3.table-popup .position-absolute.top-right {
		padding: 0;
		top: 20px;
		right: 20px;
	}

}

/* Dial popup
   ========================================================================== */

.dial-popup {
	position: fixed;
	left: 0;
	bottom: -200%;
	background: #fff;
	width: 100%;
	z-index: 99;
	height: 100px;
	box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.75);
	transition: all .3s ease-in-out;
}

.dial-active .dial-popup {
	bottom: 0;
}

.dial-popup-inactive .dial-popup,
.inactive-popup .dial-popup,
.dial-active.inactive-popup .dial-popup
.dial-active.dial-popup-inactive .dial-popup {
	bottom: -200%;
}

.dial-popup .blk-11 .display-flex {
	height: 100px;
}

.dial-popup .popup__close {
	width: 35px;
	height: 35px;
	border: 1px solid var(--color-2);
	border-radius: 50px;
	position: relative;
	display: inline-block;
}

.dial-popup .popup__close span {
	width: 20px;
	height: 1px;
	background: var(--color-2);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s ease-in-out;
}

.dial-popup .popup__close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.dial-popup .popup__close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.dial-popup .popup__image {
	max-width: 150px;
	position: absolute;
	bottom: 0;
	left: 150px;
}

.dial-popup .btn {
	margin: 0 0 0 auto;
	padding: 10px 15px;
}

.dial-popup .popup__title {
	margin: 0 0 0 auto;
}

.dial-popup .popup__close:hover {
	background: var(--color-2);
}

.dial-popup .popup__close:hover span {
	background: var(--color-1);
}

.dial-popup-inactive.inactive-popup .dial-popup {
	display: none;
}

@media (max-width: 992px) {

	.dial-popup .popup__image {
		display: none;
	}

	.dial-popup .popup__title {
		margin: 0;
	}

}

@media (max-width: 767px) {

	.dial-popup .popup__image {
		display: none;
	}

	.dial-popup .popup__title p {
		text-align: left;
		font-size: 1rem;
	}

	.dial-popup .blk-11 {
		padding: 0;
	}

	.dial-popup {
		padding: 15px 0;
		height: 155px;
	}

	.dial-popup .btn {
		margin: 15px 0 0 auto;
	}

}

/* Form
   ========================================================================== */

.form-0 .gform_fields {
	display: flex;
	flex-wrap: wrap;
}

.form-0 .gfield_radio {
	display: flex;
}
.form-0 .gfield_radio .gchoice {
	margin-right: 30px;
}

.form-0 .no-flex .gfield_radio {
	display: block;
}

.form-0 .gform_wrapper label {
	color: var(--color-1);
}

.form-0 .gform_wrapper input[type="radio"]:checked + label:before,
.form-0 .gform_wrapper input[type="checkbox"]:checked + label:before {
	background: var(--color-0);
	border-color: var(--color-1);
}

.form-0 .gform_footer .button {
	background: var(--color-0);
	color: var(--color-1);
}

.form-0 .gform_footer .button:hover {
	background: #2B4D77;
}

.form-0 .gfield_time_hour,
.form-0 .gfield_time_minute {
	width: 48%;
}

.form-0 .gfield_time_hour input,
.form-0 .gfield_time_minute input {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding: 17px 15px;
	color: var(--color-0);
	border: none;
}

.form-0 .gfield .ginput_complex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 100%;
}

.form-0 .gfield_time_minute label,
.form-0 .gfield_time_hour label,
.below.hour_minute_colon,
#input_4_9_date_format {
	display: none;
}

.gfield.gfield_visibility_hidden {
	display: none;
}

/* Date Picker
   ========================================================================== */

.ui-datepicker {
	font-size: 90%;
}

.ui-widget {
	font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	background: #fff;
}

.ui-datepicker {
	padding: 0;
}

.ui-datepicker-header {
	border: none;
	font-size: 80%;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0; /* border radius */
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #e0e8ec; /* layer fill content */
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.53), inset 0 -1px 0 rgba(0,0,0,.12); /* drop shadow and inner shadow */
	box-shadow: 0 1px 0 rgba(255,255,255,.53), inset 0 -1px 0 rgba(0,0,0,.12); /* drop shadow and inner shadow */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.21) 0%, rgba(255,255,255,.21) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(0,0,0,.21) 0%, rgba(255,255,255,.21) 100%); /* gradient overlay */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}

.ui-datepicker-title {
	color: #515d65; /* text color */
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255,255,255,.8); /* drop shadow */

}

.ui-icon-circle-triangle-e {
	background-image: url(images/ui-icons_454545_256x240.png);
	background-position: -32px -16px;
}

.ui-icon-circle-triangle-w {
	background-image: url(images/ui-icons_454545_256x240.png);
	background-position: -96px -16px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	border-color: transparent;
	cursor: pointer;
}

.ui-state-default {
	background: transparent;
	border: none;
	color: #2b2b2b;
	font-family: "Myriad Pro";
	font-weight: normal;
	text-align: center;
}

.ui-datepicker-header .ui-state-hover {
	background: #bdc5c9;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker th {
	color: #9da7af;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 216px 0 0 0 / 0 0 0 0;
	border-radius: 216px 0 0 0 / 0 0 0 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(0,0,0,.08);
	padding: 1em;
}

.ui-datepicker td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: .7em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06) 0%, rgba(255,255,255,.06) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.06) 0%, rgba(255,255,255,.06) 100%);

}

.ui-datepicker td:last-child {
	border-right: none;
}

.ui-datepicker td span, 
.ui-datepicker td a {
	padding: .7em;
	color: #6a747a;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.ui-datepicker-calendar .ui-state-hover {
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.12) 0%, rgba(255,255,255,.06) 100%);
}

td a.ui-state-active,
td a.ui-state-active.ui-state-hover {
	color: #fff;
	background-color: #8ab8ed;
	text-shadow: 0 1px 0 rgba(0,0,0,.26);
	-webkit-box-shadow: inset 0 4px 9px rgba(0,0,0,.24);
	box-shadow: inset 0 4px 9px rgba(0,0,0,.24);
}

/* Forms
   ========================================================================== */

.gform_wrapper label {
	display: inline-block;
	color: var(--color-0);
	padding-bottom: 10px;
	cursor: pointer;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"] {
	border-radius: 5px;
	padding: 12px 15px;
	width: 100%;
	color: var(--color-0);
	border: none;
	margin-bottom: 30px;
}

.gform_wrapper textarea {
	border-radius: 5px;
	padding: 12px 15px;
	height: 170px;
	width: 100%;
	color: var(--color-0);
	resize: none;
	border: none;
	margin-bottom: 30px;
}

.gform_wrapper select {
	width: 100%;
	padding: 15px 15px;
	color: var(--color-0);
	border-radius: 5px;
	border: none;
	margin-bottom: 30px;
	background: var(--color-1);
}

.gform_wrapper fieldset {
	border: none;
	margin-bottom: 30px;
}

.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
	display: none;
}

.gform_wrapper input[type="radio"] + label,
.gform_wrapper input[type="checkbox"] + label {
	text-indent: -30px;
	margin-left: 30px;
	line-height: var(--line-0);
}

.gform_wrapper input[type="radio"] + label:before,
.gform_wrapper input[type="checkbox"] + label:before {
	content: '';
	position: relative;
	top: 3px;
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid transparent;
	cursor: pointer;
	border-radius: 100%;
	background: var(--color-1);
}

.gform_wrapper input[type="radio"]:checked + label:before,
.gform_wrapper input[type="checkbox"]:checked + label:before {
	background: var(--color-2);
	border-color: var(--color-3);
}

.gform_wrapper fieldset legend {
	display: none;
}

.gform_footer {
	text-align: center;
}

.gform_footer .button {
	font-size: var(--size-2);
	padding: 15px 25px;
	border: none;
	border-radius: 8px;
	margin: auto;
}

/* Content
   ========================================================================== */

.content__regular {
	color: var(--color-0);
	line-height: var(--line-1);
}

.content__regular h1 {
	font-size: var(--heading-2);
	font-family: var(--font-2);
	line-height: var(--line-2);
	padding-bottom: 15px;
}

.content__regular h2 {
	font-size: var(--heading-1);
	font-family: var(--font-2);
	line-height: var(--line-1);
	padding-bottom: 15px;
}

.content__regular h3 {
	font-size: var(--heading-0);
	font-family: var(--font-2);
	line-height: var(--line-1);
	padding-bottom: 15px;
}

.content__regular p {
	padding-bottom: 30px;
}

.content__regular a {
	color: var(--color-2);
}

.content__regular a:hover {
	color: var(--color-0);
}

.background-0 .content__regular a:hover {
	color: var(--color-1);
}

.content__regular strong {
	font-family: var(--font-2);
}

.content__regular ul,
.content__regular ol {
	padding: 25px 0 30px 30px;
}

.content__regular ul {
	padding-left: 17px;
}

.content__regular ul li {
	list-style-type: none;
	text-indent: -15px;
}

.content__regular ul li:before {
	content: '';
	position: relative;
	top: -3px;
	margin-right: 10px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: var(--color-2);
}

.content__regular :last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.content__regular a.btn {
	color: #fff;	
}

.content__regular table tr td {
	border: 1px solid var(--color-0);
	padding: 10px;
	font-size: 12px;
}

.content__regular a.btn:last-child {
	padding-bottom: 12px;
}

.content__regular p img.alignleft {
	padding-right: 30px;
	margin-top: 30px;
}

.content__regular p img.alignright {
	padding-left: 30px;
	margin-top: 30px;
}

.single-stories .content .content__title {
	font-size: var(--heading-3);
	line-height: var(--line-2);
	font-weight: 500;
}

.temp-home .content .content__bottom {
	margin: 20px;
	border-radius: 5px;
}

.temp-home .content .content__bottom a {
	color: var(--color-2);
	transition: ease all 0.1s;
}

.temp-home .content .content__bottom a:hover {
	color: var(--color-8);
}

.temp-home .content .content__bottom figure {
	width: 10rem;
}

.temp-home .content .content__usps li {
	margin-left: 14px;
	margin-right: -14px;
	font-size: 20px;
}

.temp-home .content .content__top {
	padding: 0;
}

.temp-home .temp-content-2 figure {
	height: 600px;
	margin-bottom: 20px;
}

.temp-home .temp-content-2 figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
 

@media (max-width: 767px) {

	.content__regular h1 {
		font-size: var(--heading-1);
		line-height: var(--line-1);
	}

	.content__regular h2 {
		font-size: var(--heading-0);
		line-height: var(--line-1);
	}

	.content__regular h3 {
		font-size: var(--heading-0);
		line-height: var(--line-1);
	}

	.content__regular table {
		display: block;
		overflow-x: scroll;
	}

	.content__regular p img.alignleft,
	.content__regular p img.alignright {
		padding-right: 0px;
		margin: 15px 0;
	}

	.temp-home .content .content__bottom ul {
		flex-direction: column;
		align-items: center;
	}
	
	.temp-home .content .content__bottom ul li {
		width: 175px;
		text-align: left;
	}

	.temp-home .content .content__bottom .content__bottom--badges {
		flex-direction: column;
	}

	.temp-home .temp-content-2 figure {
		height: 400px;
	}

}



/* Usps
   ========================================================================== */

.content .content__usps li {
	text-indent: -28px;
	margin-left: 28px;
	line-height: var(--line-0);
}

.usp li a:hover {
	opacity; .8;
	color: var(--color-1);
}

.usp ul {
	margin-left: 35px;
}

.usp ul li {
	position: relative;
	text-indent: -35px;
}

.usp ul li:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../images/icons/check.svg') no-repeat;
	margin-right: 15px;
	position: relative;
	top: 2px;
}

.content__regular img {
	padding: 0 20px;
}

.content__regular img {
	padding: 0;
}

@media (max-width: 767px) {

	.usp ul {
		margin-left: 25px;
	}

	.usp ul li {
		text-indent: -25px;
	}

	.usp ul li:before {
		margin-right: 5px;
	}

}

/* Stars
   ========================================================================== */

.review-stars {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-stars svg {
	margin-right: 5px;
	width: 22px;
	height: 21px;
}

.review-stars svg path {
	fill: #404040;
}

.review-stars svg.filled path {
	fill: var(--color-2) !important;
}

/* Scroll to content
   ========================================================================== */

.scroll_to_content ul li a {
	text-decoration: none;
	color: var(--color-0);
	font-weight: 500;
	position: relative;
}

.scroll_to_content ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background: var(--color-0);
	height: 2px;
	width: 0;
	transition: all .3s ease-in-out;
}

.scroll_to_content ul li:hover a:after {
	width: 100%;
}

.scroll_to_content ul li a.active:after {
	width: 100%;
}

.scroll_to_content .tabs-title {
	line-height: var(--line-1);
	font-size: var(--size-6);
	font-weight: 300;
}

.scroll_to_content .tabs strong {
	font-size: var(--heading-2);
	font-weight: 500;
	padding-bottom: 30px;
}

.scroll_to_content .tabs {
	border-bottom: 1px solid var(--color-5);
}

.scroll_to_content .row:last-child .tabs {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.scroll_to_content .content__regular ul li:before {
	background: var(--color-0);
}

/* Content image
   ========================================================================== */

.content__image {
	height: 288px;
}

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

.content__images img {
	max-height: 120px;
	object-fit: contain;
}

.admin__image img {
	max-height: 320px;
	object-fit: contain;
}

/* Content intro
   ========================================================================== */

.content__intro {
	color: var(--color-0);
	font-size: var(--size-6);
	line-height: var(--line-1);
}

.continued_content .content__regular p {
	padding-bottom: 50px;
}

.content .links a,
.content__intro a {
	color: var(--color-2);
	font-size: var(--size-4);
	font-family: var(--font-1);
	transition: all .3s ease-in-out;
}

.content .links a:hover {
	color: var(--color-0);
}

.single-stories .intro .intro__image {
	height: 30rem;
    object-fit: cover;
    overflow: hidden;
}

.single-stories .intro .intro__content {
	background-color: var(--color-9);
	padding: 3rem 4rem;
	border-radius: 5px;
	margin-top: -5rem;
}

@media (max-width: 1199px) {
	.single-stories .intro .intro__image {
		height: 20rem;
	}
}

@media (max-width: 767px) {
	.single-stories .intro .intro__image {
		height: 10rem;
	}
}

/* After
   ========================================================================== */

.has-after {
	display: inline-block;
	position: relative;
}

.has-after:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 28px;
	height: 2px;
	background: var(--color-2);
}

.has-after--bottom:after {
	bottom: 0;
	width: 100%;
}

.has-after--center:after {
	margin: auto;
}

/* Buttons
   ========================================================================== */

.btn,
.gform_footer .button {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 12px 25px;
	transition: all .3s ease-in-out;
}

.btn--0,
.gform_footer .button {
	color: var(--color-1);
	border-radius: 8px;
	background: var(--color-2)
}

.btn--1 {
	color: var(--color-2);
	border: 1px solid var(--color-2);
	border-radius: 8px;
}

.btn--2 {
	color: var(--color-1);
	border: 1px solid var(--color-1);
	border-radius: 8px;
}

.btn--0:hover,
.gform_footer .button:hover {
	background: #ff9a4a;
}

.btn--1:hover {
	background: var(--color-2);
	color: var(--color-1);
}

.btn--2:hover {
	background: var(--color-1);
	color: var(--color-2);
}

@media (max-width: 767px) {

	.btn {
		padding: 12px 15px;
	}

}

/* Pagenavi
   ========================================================================== */

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 4px 10px;
	margin: 2px;
	border-radius: 5px;
	color: var(--color-1);
	background: var(--color-2);
}

.wp-pagenavi a:hover {
	background: #ff9a4a;
}

.wp-pagenavi span.current {
	font-family: var(--font-3);
}

/* Share
   ========================================================================== */

.share a:hover {
	color: var(--color-0);
}

/* Table
   ========================================================================== */

.table ul {
	border-bottom: 1px solid var(--color-5);
}

.table ul:last-child {
	border-bottom: none;
}

.table ul li {
	flex-grow: 0;
    flex-basis: 15%;
    text-align: center;
}

.table ul li:nth-child(3) {
	flex-basis: 50%;	
}

.table ul li:nth-child(4) {
	flex-basis: 20%;	
}

.table ul li:last-child {
	padding-right: 0;
}

.table table tbody tr {
	border-top: 1px solid #223752;
}

.table table tbody th {
	font-weight: 300;
}

.table table tbody tr td:nth-child(even) {
	background: #223752;	
}

.table table tbody tr:last-child td:nth-child(even) {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.table table tr td {
	padding: 15px 6px;
	font-size: 13px;
}

.table svg {
	cursor: pointer;
}

.table .background-0.table-popup .open, .table .background-0 .close {
	display: none;
}

.table .background-0.table-popup .close {
	display: block;
}

.table .background-0.table-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
	z-index: 99;
	width: 80%;
}

.overlay:after {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	display: none;
}

.table.active .overlay:after {
	display: block;
}

#number-table {
	min-height: 387px;
	position: relative;
	z-index: 2;
}

.table.active {
	z-index: 9 !important;
}

@media (max-width: 767px) {

	#table .blk-8 ul {
		overflow-x: scroll;
		width: 100%;
		white-space: nowrap;
	}

	#scroll_to_content ul.display-flex  {
		display: block;
	}

	#scroll_to_content ul.display-flex  li {
		margin-bottom: 20px;
		text-align: center;
	}

	.scroll_to_content ul.display-flex  li a:after {
		bottom: -5px;
	}

	.scroll_to_content .tabs h3 {
		line-height: 3rem;
	}

	#number-table table {
		overflow-x: scroll;
		display: block;
		table-layout: fixed;
	}

	.table ul li {
		cursor: -webkit-grab;
		cursor: grab;
	}

}

@media (max-width: 700px) {

	.table .background-0.table-popup {
		height: 70vh;
		overflow: auto;
		top: 55%;
	}

}

@media (max-width: 350px) {

	.header__toggle {
		width: 30px;
	}

	.header__logo {
		max-width: 140px;
	}

}

/* Hero conversions
   ========================================================================== */

.hero.hero-conversion {
	padding-bottom: 350px;
}

.page-template-templatesconversion-php .form-0 {
	overflow: visible;
}

.page-template-templatesconversion-php h1.has-after:after {
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 767px) {

	.page-template-templatesconversion-php .form figure {
		margin-top: -175px !important;
	}

	.hero.hero-conversion {
		padding-bottom: 250px;
	}

}

/* Single stories slider
   ========================================================================== */

.single-stories .slider {
	overflow: hidden;
}

.single-stories .stories__slider .stories__slider-figure {
	height: 25rem;
	overflow: hidden;
    object-fit: cover;
	border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-stories .stories__slider .stories__slider-figure img {
	height: 100%;
	width: 100%;
}

.single-stories .flickity-prev-next-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 2.5rem);
    padding: 1.75rem;
    z-index: 1;
    width: 5rem;
    height: 5rem;
	border-radius: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.311' height='15.76' viewBox='0 0 9.311 15.76'%3E%3Cpath d='M3028.938,799.714l6.9,6.467-6.9,6.466' transform='translate(-3027.525 -798.3)' fill='none' stroke='%230C2340' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
	background: no-repeat;
	background-color: var(--color-1);
	border: 1px solid var(--color-1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.single-stories .flickity-prev-next-button.previous {
	left: 1rem;
} 

.single-stories .flickity-prev-next-button.next {
	right: 1rem;
}

.single-stories .flickity-prev-next-button.previous[disabled],
.single-stories .flickity-prev-next-button.next[disabled] {
	opacity: 0;
}

/* Single stories slider
   ========================================================================== */

.single-stories .about {
	background-color: var(--color-9);
}

.single-stories .about .about__image {
	border-radius: 5px;
	overflow: hidden;
	height: 40rem;
}

.single-stories .about::before {
	content: "";
	background-color: var(--color-1);
	position: absolute;
	display: block;
	height: 20rem;
	width: 100%;
}

.single-stories .about .about__figure {
	border-radius: 5px;
	overflow: hidden;
}

.single-stories .about .about__quote {
	color: var(--color-2);
}

@media (max-width: 767px) {
	.single-stories .about::before{
		height: 7.5rem;
	}

	.single-stories .about .about__image {
		height: 15rem;
	}
}

/* Magazine covers
   ========================================================================== */

.carousel {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 110px;
}

.carousel .carousel__title {
	font-size: var(--heading-2);
	line-height: var(--line-2);
	text-align: center;
	margin-bottom: 100px;
}

.carousel .carousel__title:after {
	left: 50%;
	transform: translate(-50%,0);
}

.cover__items {
	outline: none;
}

.cover__items .slider__item {
	width: 376px;
	height: 435px;
	margin-right: 15px;
}

/* Slogan
   ========================================================================== */

.slogan {
	position: relative;
	height: 300px;
	overflow: hidden;
	background: #2b486e;
}

.slogan .container {
	width: 100%;
}

.slogan .slogan__image {
	position: absolute;
	left: 0;
	top: 0;
}

.slogan .slogan__image img {
	width: 450px;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
	opacity: .20;
}

.slogan .slogan__name:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -17px;
	margin: auto;
	width: 20px;
	height: 1px;
	background: var(--color-2);
}

@media (max-width: 767px) {

	.slogan .slogan__image {
		top: initial;
		bottom: 0;
	}

	.slogan .slogan__image img {
		width: 100%;
	}

}

/* Admin content
   ========================================================================== */

.admin-content ul {
	font-size: 14px !important;
	line-height: 26px !important;
}

.admin-content a {
	position: relative;
}

.admin-content .admin__title {
	bottom: 50px;
	left: 30px;
	width: 170px;
	line-height: 30px;
	transition: all .3s;
}

.admin-content svg {
	position: absolute;
	bottom: 35px;
	right: 120px;
	transition: all .3s;
}

.admin-content a:hover .admin__title,
.admin-content a:hover svg {
	opacity: .7;
}

@media (max-width: 992px) {

	.admin-content svg {
		position: absolute;
		bottom: 45px;
		right: 30px;
	}

}

/* Single
   ========================================================================== */

.archive .loop__items .blk-4 {
	margin-bottom: 15px;
}

.single #breadcrumbs {
	background: #f0f0f0;
}

.single #breadcrumbs span,
.single #breadcrumbs a {
	color: var(--color-0);
}

.post-author figure {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: var(--color-0);
	overflow: hidden;
}

.post-author figure img {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	object-fit: contain;
}

.scroll-menu {
	border-right: 1px solid var(--color-4);
	margin-right: 15px;
}

.scroll-menu span.size-2 {
	font-weight: 700;
}

.scroll-menu ul li a {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.scroll-menu ul li a:after {
	content: '';
	width: 0;
	transition: all .3s ease-in-out;
	height: 1px;
	background: var(--color-2);
	position: absolute;
	left: 0;
	bottom: -4px;
}

.scroll-menu ul li:hover a:after,
.scroll-menu ul li.active a:after {
	width: 100%;
}

.scroll-menu {
	position: sticky;
	top: 140px;
}

.scroll-content .content__regular:last-child {
	padding-bottom: 0;
}

.blog .blog .background-3,
.archive .archive .background-3,
.archive .archive .background-6 {
	background: #e6f1ff;
}

/* Footer
   ========================================================================== */

.footer {
	padding-top: 50px;
	color: var(--color-1);
	font-size: var(--size-1);
	line-height: var(--line-0);
	background: var(--color-0);
}

.footer a {
	color: var(--color-1);
	text-decoration: none;
}

.footer a:hover {
	color: var(--color-2);
	text-decoration: underline;
}

.grecaptcha-badge {
	display: none !important;
}

/* Widgets
   ========================================================================== */

.footer__widget ul {
	list-style: none;
}

/* Logos
   ========================================================================== */

.footer__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__logos img {
	max-width: 100px;
}

@media (max-width: 992px) { 

	.footer__logos {
		justify-content: flex-start;
	}

}

@media (max-width: 767px) {

	.footer__logos img {
		max-width: 75px;
	}

}

/* Contact
   ========================================================================== */

@media (max-width: 992px) {

	.footer__contact a {
		display: block;
	}

}

/* Links
   ========================================================================== */

.footer__links {
	display: flex;
	align-items: center;
	height: 60px;
	margin-top: 30px;
	background: var(--color-8);
}

.footer__links ul {
	display: flex;
	list-style: none;
}

.footer__links ul li {
	padding-right: 35px;
}

@media (max-width: 992px) {

	.footer__links {
		height: auto;
		padding: 15px 0;
		min-height: 60px;
	}

	.footer__links ul {
		flex-wrap: wrap;
	}

	.footer__links ul li {
		width: 100%;
		text-align: center;
		padding: 0 0 15px;
	}

	.footer__links ul li:last-child {
		padding-bottom: 0;
	}

}