html,body
{
	margin:0px;
	padding:0px;
	font-family:'futura-pt', sans-serif;
	color:#000;
}

input,select,textarea
{
	font-family:'futura-pt', sans-serif;
	color:#000;
}

.container
{
	clear:both;
	width:100%;
}

.content
{
	clear:both;
	margin:0px auto;
	width:calc(100% - ((100% / 2) - 480px));
	max-width:calc(100% - 40px);

}

img
{
	width:auto;
	height:auto;
	max-width:100% !important;
}

input:focus
{
	outline:none;
}

a
{
	color:#5570F1;
	text-decoraiton:underline;
}

a:hover
{
	text-decoration:none;
}

.logo
{
	overflow:hidden;
	display:inline-block;
	width:92px;
	height:51px;
	text-align:left;
	text-indent:-9999px;
	background:url(images/logo.svg) no-repeat center center;
	background-size:contain;
}


header
{
	z-index:99;
	position:sticky;
	top:0px;
	height:100px;
	background:#fff;
	border-bottom:1px solid #0000001A;
}

header .content
{
	position:relative;
}

header .content .logo
{
	margin-top:15px;
	width:100px;
	height:57px;
}

header .content #shortcuts
{
	position:absolute;
	top:0px;
	right:0px;
}

header .content #shortcuts ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

header .content #shortcuts ul li
{
	display:inline-block;
}


#header #shortcuts
{
	float:right;
}

#header #shortcuts ul li
{
	margin:10px;
	float:left;
}

#header #shortcuts ul li a
{
	overflow:hidden;
	float:left;
	height: 21px;
	text-indent:-9999px;
	background: url(/file/1/bg-shortcuts-2.png) no-repeat;
        background-size: auto 42px !important;
}

#header #shortcuts ul li.instagram a
{
	width:24px;
	background-position:0px 0px;
	background-size: auto 42px !important;

}

#header #shortcuts ul li.instagram a:hover
{
        background-position: 0px -21px;
}

#header #shortcuts ul li.twitter a
{
	width:26px;
	background-position:-51px 0px;
}

#header #shortcuts ul li.twitter a:hover
{
	background-position:-51px -27px;
}

#header #shortcuts ul li.facebook a
{
	width:10px;
	background-position: -80px 0px;
}

#header #shortcuts ul li.facebook a:hover
{
	background-position: -80px -21px;
}

#header #shortcuts ul li.pinterest a
{
	width:19px;
	background-position: -106px 0px;
}

#header #shortcuts ul li.pinterest a:hover
{
	background-position: -106px -21px;
}

#header #shortcuts ul li.search
{
	margin:0px 0px 0px 13px;
}

#header #shortcuts ul li.search a
{
	position:relative;
	width: 59px;
        height: 42px;
	background:#a7cbed;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

#header #shortcuts ul li.search a::after
{
	content:' ';
	display:block;
	position:absolute;
	margin: -10px 0px 0px -10px;
	top:50%;
	left:50%;
	width: 20px;
	height: 21px;
	background: url(/file/1/bg-shortcuts-2.png) no-repeat -133px 0px;
        background-size: auto 42px;
}

#header #shortcuts ul li.search a:hover
{
	background:#000;
}

#header #shortcuts ul li.global a
{
	width: 21px;
	height: 21px;
	background: url(/file/1/bg-global.png) no-repeat top center;
	background-size: auto 42px !important;
}

#header #shortcuts ul li.global a:hover
{
	background-position: bottom center;
}

@media screen and (max-width:767.98px)
{
	header
	{
		height:75px;
	}

	header .content .logo
	{
		margin-top:7px;
	}

	#header #shortcuts ul li
	{
		margin:17px 5px 4px 5px;
	}

	#header #shortcuts ul li.search
	{
		margin:0px 0px 0px 8px;
	}

	#header #shortcuts ul li.search a
	{
		widtH:40px;
	}
}

.split
{
	display:flex;
	align-items:stretch;
	border-bottom:1px solid #0000001A;
}

.split > *
{
	padding:85px 0px;
	min-width:50%;
	max-width:50%;
}

.split > *:first-child > *
{
	margin:0px auto;
	width:calc(100% - 40px);
	max-width:calc(480px);
}

.split > *:first-child h1
{
	margin:0px 0px 20px 0px;
	line-height:65px;
	font-weight:700;
	font-size:58px;
	letter-spacing:-1.5px;
	text-transform:uppercase;
}

.split > *:first-child p
{
	margin:0px 0px 20px 0px;
	line-height:30px;
	font-weight:400;
	font-size:21px;
	letter-spacing:0px;
}

.split > *:first-child figure
{
	margin:0px;
}

.split > *:first-child figure img
{
	margin-bottom:20px;
	border-radius:16px;
	vertical-align:bottom:
}

.split > *:first-child figure figurecaption
{
	line-height:16px;
	font-size:14px;
	font-weight:400;
}

.split > *:first-child + *
{
	background:#F6FAFD;
}

.split > *:first-child + * > *
{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin:0px auto;
	padding:20px;
	width:calc(100% - 40px);
	max-width:calc(440px);
	background:#FFFFFF;
	border:1px solid #DDE2E5;
	border-radius:20px;
	box-sizing:border-box;
}

.split > *:first-child + * > * > *
{
	min-width:100%;
	max-width:100%;
}

.split > *:first-child + * > * input[type="text"],
.split > *:first-child + * > * input[type="email"],
.split > *:first-child + * > * input[type="tel"]
{
	display:block;
	padding:10px 15px;
	width:100%;
	line-height:33px;
	font-size:18px;
	font-weight:400;
	border:1px solid #CFD3D4;
	border-radius:8px;
	box-sizing:border-box;
}

.split > *:first-child + * > * input[type="text"]:focus,
.split > *:first-child + * > * input[type="email"]:focus,
.split > *:first-child + * > * input[type="tel"]:focus
{
	border-color:#5570F1;
}

.split > *:first-child + * > * input[type="submit"]
{
	display:block;
	padding:10px 15px;
	width:100%;
	line-height:33px;
	font-size:21px;
	font-weight:400;
	color:#fff;
	text-align:center;
	background:#5570F1;
	border:0px;
	border-radius:12px;
}

.split > *:first-child + * > * input[type="submit"]:hover,
.split > *:first-child + * > * input[type="submit"]:focus
{
	background:#5570F1DD;
}

.split > *:first-child + * > * .checkbox
{
	margin:5px 0px;
}

.split > *:first-child + * > * .checkbox > input
{
	display:none;
}

.split > *:first-child + * > * .checkbox > input + label
{
	line-height:22px;
	font-size:15px;
	color:#2B2F32;
}

.split > *:first-child + * > * .checkbox > input + label::before
{
	content:'';
	display:inline-block;
	margin:0px 20px 0px 0px;
	width:22px;
	height:22px;
	color:#fff;
	text-align:center;
	background:#fff;
	border:1px solid #CFD3D4;
	box-shadow: 0px 0px 0px #6D7DCD;
	box-sizing:border-box;
	border-radius:8px;
	vertical-align:bottom;
}

.split > *:first-child + * > * .checkbox > input:checked + label::before
{
	content:'✓';
	display:inline-block;
	width:22px;
	height:22px;
	background:#6D7DCD;
	border:1px solid #fff;
	box-shadow: 0px 0px 1px #6D7DCD;
}

@media screen and (max-width:991.98px)
{
	.split
	{
		flex-wrap:wrap;
	}

	.split > *
	{
		padding:30px 0px;
		min-width:100%;
		max-width:100%;
	}

}

@media screen and (max-width:767.98px)
{
	.split > *:first-child h1
	{
		line-height: 35px;
		font-size: 30px;
	}
}


footer
{
	
	background:#fff;
}

footer h3
{
	margin:0px 0px 20px 0px;
	line-height:140%;
	font-weight:450;
	font-size:12px;
	color:#00000066;
	letter-spacing:0.5px;
	text-transform:uppercase;
}

footer a
{
	color:#00000066;
	text-decoration:none;
}

footer a:hover
{
	color:#00000066;
	text-decoration:underline;
}

footer > *:first-child
{
	padding:50px 0px;
	color:#00000099;
}

footer > *:first-child > .content
{
	display:flex;
	justify-content:space-between;
}

footer > *:first-child > .content > *
{
	min-width:calc(100% / 3);
	max-width:calc(100% / 3);	
}

footer > *:first-child > .content > *:last-child
{
	text-align:right;
}

footer > *:first-child > .content > *:last-child p
{
	margin:0px;
	padding:0px;
}

footer > *:first-child > .content > *:last-child ul::before
{
	opacity:0.25;
	content:'';
	clear:both;
	display:inline-block;
	margin:30px 0px 25px 0px;
	width:45px;
	height:2px;
	background:#000;
}

footer > *:first-child > .content > *:last-child a
{
	color:#00000099;
}

footer > *:first-child ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

footer > *:first-child ul > li
{
	margin-bottom:5px;
}

footer > *:first-child ul > li:last-child
{
	margin-bottom:0px;
}

footer > *:first-child + *
{
	padding:50px 0px;
	line-height:140%;
	font-size:12px;
	font-weight:500;
	color:#00000066;
	text-transform:uppercase;
	border-top:1px solid #0000001A;
}

footer > *:first-child + * p
{
	margin:0px;
	padding:0px;
}

@media screen and (max-width:767.98px)
{
	footer > *:first-child > .content
	{
		flex-wrap:wrap;
	}

	footer > *:first-child > .content > *
	{
		order:2;
		min-width:50%;
		max-width:50%;
		text-align:center;
	}

	footer > *:first-child > .content > *:last-child
	{
		order:1;
		padding-bottom:30px;
		min-width:100%;
		max-width:100%;
		text-align:center;
	}

	footer > *:first-child + *
	{
		padding:30px 0px;
		text-align:center;
	}

}


.top
{
	overflow:visible;
	z-index:98;
	position:fixed;
	bottom:30px;
	left:0px;
	width:100%;
	height:0px;
}

.top .content
{
	position:relative;
}

.top .content a
{
	position:absolute;
	display:block;
	padding:10px;
	width:46px;
	height:46px;
	line-height:20px;
	bottom:0px;
	right:0px;
	font-size:20px;
	text-align:centeR;
	text-decoration:none;
	color:#000;
	background:#fff;
	border:1px solid #00000033;
	border-radius:50%;
	box-sizing:border-box;
}

.top .content a:hover
{
	border-color:#5570F1;
}

@media screen and (max-width:767.98px)
{
	.top
	{
		bottom:20px;
	}
}


body.disabled
{
	overflow:hidden;
}
.container.overlay
{
	overflow:auto;
	z-index:99;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	background: rgba(255,255,255,0.8);
}

.container.overlay > .container
{
	padding:33px 0px;
	background:#fff;
}

.container.overlay > .container a.close
{
	overflow:hidden;
	float:right;
	margin:15px 0px 0px 0px;
	width:76px;
	height:65px;
	text-indent:-9999px;
	border-radius:3px;
	background: url(/file/1/bg-search-close.png) #a7cbed no-repeat center center;
}

.container.overlay > .container a.close:hover
{
	background-color:#000;
}

.container.overlay > .container form
{
	margin:0px;
	padding:0px;
}

.container.overlay > .container input
{
	margin:0px;
	padding:20px 10px;
	width:600px;
	height:81px;
	line-height:35px;
	font-size:32px;
	text-transform:uppercase;
	background:#fff;
	border-top:0px;
	border-right:0px;
	border-bottom:6px solid #a7cbed;
	border-left:0px;
	box-sizing:border-box;
}

.container.overlay > .container input:focus
{
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

@media screen and (min-width: 710px) and (max-width: 939px)
{
	.container.overlay > .container input
	{
		width:550px;
	}
}

@media screen and (max-width: 710px)
{
	.container.overlay > .container a.close
	{
		margin:0px 0px 15px 0px;
	}

	.container.overlay > .container input
	{
		padding:10px 5px;
		width:320px;
		height:46px;
		line-height:20px;
		font-size:18px;
	}
}


.popup
{
	z-index:100;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	max-width:100dvw;
	height:100%;
	max-height:100dvh;
	background:rgba(0,0,0,0.25);
	display:flex;
	align-items:center;
	justify-content:center;

}

.popup .popup-close
{
	position:absolute;
	top:-5px;
	right:-5px;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#5570F1;
	border:1px solid #00000033;
	border-radius:50%;
}

.popup .popup-close:hover
{
	background:#5570F1DD
}

.popup >.popup-content
{
	position:relative;
	padding:20px;
	width:calc(100% - 40px);
	max-width:440px;
	max-height:calc(100% - 40px);
	background:#fff;
	border:1px solid #DDE2E5;
	border-radius:20px;
	box-sizing:border-box;
}

.popup >.popup-content h2
{
	margin:0px;
	text-transform:uppercase;
}

.popup >.popup-content > *:first-child
{
	margin-top:0px;
}

.popup >.popup-content > *:last-child
{
	margin-bottom:0px;
}

/* TOPMENU */


#header a#mobile
{
	display: none;
}

#header ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#header ul li
{
	float:left;
}


#header #topmenu
{
	float:right;
	width:700px;
}

#header #topmenu #close
{
	display:none;
}

#header #topmenu > ul,
#header #topmenu > div > ul
{
	float:right;
	margin:47px 0px 0px 0px;
}

#header #topmenu > ul > li,
#header #topmenu > div > ul > li
{
	float:left;
	padding:0px 10px;
}

#header #topmenu > ul > li:last-child,
#header #topmenu > div > ul > li:last-child
{
	padding-right:0px;
}

#header #topmenu > ul > li > a,
#header #topmenu > div > ul > li > a
{
	float:left;
	padding:12px 0px;
	height:54px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	letter-spacing: 2px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	box-sizing:border-box;
}

#header #topmenu > ul > li > a.more,
#header #topmenu > div > ul > li > a.more
{
	display:none;
}

#header #topmenu > ul > li > a:hover,
#header #topmenu > ul > li:hover > a,
#header #topmenu > div > ul > li > a:hover,
#header #topmenu > div > ul > li:hover > a
{
	color:#a7cbed;
	text-decoration:none;
	border-bottom:6px solid #a7cbed;
}

#header #topmenu > ul > li.active > a,
#header #topmenu > div > ul > li.active > a
{
	font-family:'futura-pt-bold', sans-serif;
	font-weight:700;
	color:#a7cbed;
	text-decoration:none;
	border-bottom:6px solid #a7cbed;
}

#header #topmenu > ul > li > div
{
	display:none;
	position:absolute;
	left:0px;
	bottom:-60px;
	width:100%;
	background: #a7cbed;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25);
}

#header #topmenu > ul > li.active > div
{
	display:block;
}
/*
#header #topmenu > ul > li:hover > div
{
	z-index:2;
	display:block;
}
*/
#header #topmenu > ul > li > div ul
{
	float:right;
}

#header #topmenu > ul > li > div ul.return
{
	float:left;
}

#header #topmenu > ul > li > div ul > li
{
	padding:15px 30px;
}

#header #topmenu > ul > li > div ul.return > li
{
	padding-left:0px;
}

#header #topmenu > ul > li > div ul > li:last-child
{
	padding-right:0px;
}

#header #topmenu > ul > li > div ul > li > a
{
	line-height:30px;
	font-size:20px;
	font-weight:500;
	letter-spacing: 2px;
	color:#fff;
	text-transform:uppercase;
}

#header #topmenu > ul > li > div ul.return > li > a::before
{
	display:inline-block;
	content:' ';
	margin:0px 10px 0px 0px;
	width:20px;
	height:17px;
	background: url(/file/1/bg-return.png) no-repeat top center;
}

#header #topmenu > ul > li > div ul.return > li > a:hover::before
{
	background-position:bottom center;
}

#header #topmenu > ul > li > div ul > li.active > a,
#header #topmenu > ul > li > div ul > li > a:hover
{
	color:#000;
	text-decoration:none;
}

#header .social
{
	display:none;
}

@media screen and (min-width:940px) and (max-width:1360px)
{
	#header #topmenu
	{
		width:700px;
	}

	#header #topmenu > ul > li
	{
		padding:0px 15px;
	}

	#header #topmenu > ul > li > div ul > li
	{
		padding:15px 15px;
	}
}

@media screen and /*(min-width:710px) and*/ (max-width:939px)
{

	#header a#mobile
	{
		overflow:visible;
		position:relative;
		display:block;
		float:right;
		margin:40px 0px 0px 0px;
		padding-top:60px;
		line-height:30px;
		width:62px;
		font-family:'futura-pt-bold', sans-serif;
		font-size:20px;
		font-weight:700;
		text-align:right;
		text-transform:uppercase;
		color:#a7cbed;
		border-bottom:6px solid #a7cbed;
	}

	#header a#mobile::before
	{
		position:absolute;
		top:0px;
		right:0px;
		display:block;
		content:' ';
		width:62px;
		height:50px;
		background:url(/file/1/bg-mobile.png) no-repeat top center;
	}

	#header a#mobile:hover
	{
		color:#000;
		text-decoration:none;
		border-color:#000;
	}

	#header a#mobile:hover::before
	{
		background-position:bottom center;
	}

	#header a#mobile span
	{
		float:right;
	}

	#header #shortcuts
	{
		position:fixed;
		top: 33px;
		right: 70px;
	}

	#header #shortcuts ul li
	{
		display:none;
	}

	#header #shortcuts ul li.search
	{
		display:block;
	}

	#header #shortcuts ul li.search a
	{
		width: 66px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 0px;
		box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25);
	}

	#header #topmenu
	{
		visibility: hidden;
		overflow:auto;
		overflow-x:hidden;
		overflow-y:auto;
		position:fixed;
		top:0px;
		right:-100%;
		width:50%;
		height:100%;
		background:#fff;
		border-left:1px solid #000;
		transition: right 400ms, visibility 400ms;
	}

	#header.open #topmenu
	{
		visibility: visible;
		display:block;
		right:0%;
		transition: right 400ms;
	}

	#header #topmenu a#close
	{
		overflow:hidden;
		position: absolute;
		display:block;
		top:40px;
		right:45px;
		width:52px;
		height:52px;
		text-indent:-9999px;
		background:url(/file/1/bg-close.png) no-repeat top left;
	}

	#header #topmenu a#close:hover
	{
		background-position:bottom left;
	}

	#header #topmenu > ul
	{
		float: left;
		margin: 0px;
		padding:100px 45px 0px 45px;
		width:100%;
		box-sizing:border-box;
	}

	#header #topmenu > ul > li
	{
		clear:both;
		float:left;
		padding:0px;
		width:100%;
	}

	#header #topmenu > ul > li > a:hover,
	#header #topmenu > ul > li.active > a,
	#header #topmenu > ul > li.active:hover > a
	{
		color: #a7cbed;
		border-bottom:0px;
	}

	#header #topmenu > ul > li > a,
	#header #topmenu > ul > li:hover > a
	{
		color: #000000;
		border-bottom:0px;
	}

	#header #topmenu > ul > li > a.more
	{
		overflow:hidden;
		float:none;
		display:inline-block;
		margin:22px 10px;
		padding:0px;
		height:10px;
		width:14px;
		text-indent:-9999px;
		background: url(/file/1/bg-more.png) no-repeat top left;
	}

	#header #topmenu > ul > li.open > a.more
	{
		background-position:bottom left;
	}

	#header #topmenu > ul > li.active > a.more
	{
		background-position:top right;
	}

	#header #topmenu > ul > li.active.open > a.more
	{
		background-position:bottom right;
	}

	#header #topmenu > ul > li > div
	{
		overflow:hidden;
		max-height:0px;
		display: none !important;
		display: block !important;
		position: static;
		left: 0px;
		bottom: 0px;
		padding:0px 15px;
		margin:-15px 0px 15px 0px;
		box-sizing:border-box;
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
		transition:max-height 400ms;
		box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
	}

	#header #topmenu > ul > li.open > div
	{
		max-height:320px;
		display: block !important;
	}

	#header #topmenu > ul > li > div .content
	{
		clear:both;
		float:left;
		padding:10px 0px;
		width:100%;
	}

	#header #topmenu > ul > li > div ul 
	{
		float:left;
		width:100%;
	}

	#header #topmenu > ul > li > div ul > li
	{
		clear:both;
		padding:0px;
		width:100%;
	}

	#header .social
	{
		display:block;
		clear:both;
		float:left;
		padding: 0px 30px 0px 30px;
		width:100%;
	}

	#header .social a
	{
		margin:15px;
	}

}

@media screen and (max-width:710px)
{
	#header #topmenu
	{
		width:100%;
	}
}

/* UPDATE */


@media screen and (max-width:939px)
{
	#header a#mobile
	{
		overflow:hidden;
		cursor:pointer;
		margin-top:33px;
		padding:12px 10px 11px;
		width:24px;
		height:21px;
		background:#a2cceb;
		border:0px;
		border-radius:5px;
	}

	#header a#mobile::before,
	#header a#mobile::after
	{
		cursor:pointer;
		display:block;
		content:' ';
		position:static;
		clear:both;
		float:right;
		margin:1px 0px 2px;
		width:100%;
		height:4px;
		background:#fff;
	}

	#header a#mobile > span
	{
		cursor:pointer;
		display:block;
		overflow:hidden;
		clear:both;
		float:right;
		margin:1px 0px 2px;
		width:82%;
		height:4px;
		background:#fff;
		text-indent:-9999px;
	}

	#header #topmenu
	{
		background: #101a21;
	}

	#header #topmenu::before
	{
		content:' ';
		position:absolute;
		top:27px;
		left:30px;
		width:114px;
		height:64px;
		display:block;
		background:url('/file/1/logo-white.png') no-repeat center center;
	}

	#header #topmenu a#close
	{
		top:40px;
		right:30px;
		width:44px;
		height:44px;
		background:#283138;
		border-radius:5px;
	}

	#header #topmenu a#close::before
	{
		content:' ';
		position:absolute;
		top:11px;
		left:11px;
		width:22px;
		height:22px;
		background: url('/file/1/bg-close.png') no-repeat top center;
		background-size:22px auto;
	}

	#header #topmenu > ul
	{
		padding: 130px 30px 50px 30px;
	}

	#header #topmenu > ul > li > a
	{
		padding:7px 0px;
		height:auto;
		color:#fff;
	}

	#header #topmenu > ul > li.active > a,
	#header #topmenu > ul > li:hover > a
	{
		color:#a7cbed;
	}

	#header #topmenu > ul > li > a.more,
	#header #topmenu > div > ul > li > a.more
	{
		display:none;
	}

	#header #topmenu > ul > li > div
	{
		display:block !important;
		margin:0px;
		padding:0px;
		max-height:9999px !important;
		background:none;
	}

	#header #topmenu > ul > li > div .content
	{
		padding:0px 0px 5px 0px;
	}

	#header #topmenu > ul > li > div ul > li > a
	{
		padding:5px 0px;
		line-height:24px;
		font-size:16px;
	}

	#header #topmenu > ul > li > div ul > li > a::before
	{
		content:'';
		display:inline-block;
		margin:3px 0px 7px 0px;
		width:10px;
		height:14px;
		background: url('/file/1/bg-topmenu-child.png') no-repeat left center;
		vertical-align:middle;
	}

	#header #topmenu > ul > li > div ul > li.active > a,
	#header #topmenu > ul > li > div ul > li > a:hover
	{
		color:#a7cbed;
	}

	#header .social
	{
		box-sizing:border-box;
	}

	#header .social::before
	{
		content:'YOU CAN ALSO FIND US AT';
		display:block;
		padding:20px 0px;
		width:100%;
		line-height:20px;
		color:#fff;
		font-family: 'futura-pt-bold',sans-serif;
		font-size:16px;
		font-weight: 700;
		text-transform:uppercase;
		border-top:1px solid #283138;
	}

	#header .social a
	{
		overflow:hidden;
		display:inline-block;
		margin:0px 8px 15px 0px;
		width:40px !important;
		height:40px !important;
		text-indent:-9999px;
		background:url('/file/1/bg-social-mobile.png') no-repeat 0px -80px !important;
		border-radius:50%;
	}

	#header .social a.facebook
	{
		background-position:0px 0px !important;
	}

	#header .social a.twitter
	{
		background-position:-40px 0px !important;
	}

	#header .social a.instagram
	{
		background-position:-80px 0px !important;
	}

	#header .social a.pinterest
	{
		background-position:-120px 0px !important;
	}

	#header .social a.global
	{
		background-position:-160px 0px !important;
	}

	#header #shortcuts ul li.search > a
	{
		height: 44px;
		width: 44px;
		background: url(/file/1/bg-search-blue.png) no-repeat center center;
		background-size: auto !important;
		box-shadow: none;
	}

	 #header #shortcuts ul li.search > a:hover
	{
		background: url(/file/1/bg-search-blue.png) no-repeat center center;
	}

	#header #shortcuts ul li.search a::after
	{
		display:none;
	}
}

@media screen and (max-width:767.98px)
{
	#header a#mobile
	{
		margin-top:18px;
	}

	#header #shortcuts
	{
		top:18px;
	}
}


#header #shortcuts ul li.tiktok a,
#header .social a.tiktok
{
	width:24px;
	background: url(/file/1/bg-shortcuts-tiktok.png) no-repeat 0px 0px;
}

#header #shortcuts ul li.tiktok a:hover,
#header .social a.tiktok:hover
{
	background-position:0px -27px;
}


#footer ul.social li.tiktok a
{
	background: url(/file/1/bg-social-tiktok.png) no-repeat 0px 0px;
}

#footer ul.social li.tiktok a:hover
{
	background-position:0px -35px;
}

@media screen and (max-width:939px)
{
	#header .social a.tiktok
	{
		background:url('/file/1/bg-social-tiktok-mobile.png') no-repeat 0px 0px !important;
		background-position:0px 0px !important;
	}
}


@media screen and (min-width:940px)
{
	#header #shortcuts ul li a.tiktok,
	#header .social a.tiktok
	{
		background:url('/file/1/bg-social-tiktok-mobile.png') 0px 0px;
		background-size:auto 42px !important;
	}

	#header #shortcuts ul li.tiktok a:hover,
	#header .social a.tiktok:hover
	{
		background-position: 0px -21px;
	}
}

#header #shortcuts ul li.linkedin a,
#header .social a.linkedin
{
	margin-top:2px;
	width:24px;
	background: url(/file/7/bg-shortcuts-linkedin.png) no-repeat 0px 0px;
}

#header #shortcuts ul li.linkedin a:hover,
#header .social a.linkedin:hover
{
	background-position:0px -27px;
}

#footer ul.social li.linkedin a
{
	background: url(/file/7/bg-social-linkedin.png) no-repeat 0px 0px;
}

#footer ul.social li.linkedin a:hover
{
	background-position:0px -35px;
}

@media screen and (max-width:939px)
{
	#header .social a.linkedin
	{
		background:url('/file/7/bg-social-linkedin-mobile.png') no-repeat 0px 0px !important;
		background-position:0px 0px !important;
	}
}


@media screen and (min-width:940px)
{
	#header #shortcuts ul li a.linkedin,
	#header .social a.linkedin
	{
		background:url('/file/7/bg-social-linkedin-mobile.png') 0px 0px;
		background-size:auto 42px !important;
	}

	#header #shortcuts ul li.linkedin a:hover,
	#header .social a.linkedin:hover
	{
		background-position: 0px -21px;
	}
}