/* @media screen and (min-width:1280px){} */

header{
	background-color: var(--mw-l-section);
}
header > div {
	margin-bottom:96px;
	display: grid;
	grid-template-rows: 48px 48px 1fr 96px;
	grid-template-columns: calc((100% - 1200px) / 2) 1fr 48px 1fr calc((100% - 1200px) / 2);
	align-items: center;
	background: var(--mw-l-gradient);
	/* background: var(--mw-header-master) center center no-repeat; */ 
	background-size:cover;
	background-color: var(--mw-l-header);
	overflow:hidden;
}
header > div > div:nth-of-type(1) {
	float: left;
	height: calc(100% - 32px);
	grid-column: 4/5;
	grid-row: 1/5;
	background: var(--mw-header-slider) center center no-repeat;
	background-size: contain;
	z-index:2;
}
header > div > div:nth-of-type(2) {
	grid-column: 2/3;
	grid-row: 3/4;
	text-align: left;
	position: relative;
	/* background-color: var(--mw-l-transparent); */
}
header > div > div > h1 {
	float: left;
	width: 100%;
	font-size: 330%;
	font-weight: 400;
	color: var(--mw-l-header-title);
}
header > div > div > h1 > b{
	float:left;
	width:100%;
}
header > div > div > p {
	float: left;
	width: 100%;
	margin-top: 12px;
	line-height: 32px;
	font-size: 130%;
	font-weight: 400;
	letter-spacing: .4px;
	color: var(--mw-l-header-description);
}
header > div > div > a {
	float: left;
	width: max-content;
	margin-top: 24px;
	padding: 16px 24px;
	line-height: 16px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:.5px;
	color: var(--mw-l-header-button-link);
	background-color: var(--mw-l-header-button);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: var(--mw-l-box-shadow);
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);

}
header > div > div > a:hover {
	transition: all 0.2s linear;
	color: var(--mw-l-header-button);
	background-color: var(--mw-l-header-button-link);
}

header > div > div:nth-of-type(1), header > div > div > h1, header > div > div > h2, header > div > div > p, header > div > div > a{
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s; 
	-moz-animation-delay: 0.5s;
}
#topMenu{
	float: left;
	width:100%;
	position:sticky;
	z-index:2;
	top:0;
} 
#menu {
	float: left;
	width:100%;
	z-index: 1;
	background-color: var(--mw-l-menu);
}
#menu > li {
	float: right;
	margin: 22px 0 0 0;
}

/* dil seçimi */
#menu > li:nth-of-type(3) {
  list-style: none;
}
#menu > li:nth-of-type(3) > input {
  display: none;
}
#menu > li:nth-of-type(3) > label {
  cursor: pointer;
}
#menu > li:nth-of-type(4) {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /* Gizleme: görünmez + tıklanamaz */
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#menu > li:nth-of-type(3) input#lang-toggle:checked ~ li:nth-of-type(4),
#menu > li:nth-of-type(3):has(input#lang-toggle:checked) + li {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
#menu > li:nth-of-type(4) > ul {
	float: left;
	background-color: var(--mw-l-menu);
}
#menu > li:nth-of-type(4) > ul > li{
}
/* dil seçimi sonu */

#menu > li:nth-of-type(1) {
	float: left;
	margin: 0 12px 0 70px;
}
#menu > li > a, #menu > li > label, #menu > li:nth-of-type(4) > ul > li > a{
	float: left;
	width: max-content;
	padding: 0 8px;
	margin: 10px 8px;
	line-height: 16px;
	color: var(--mw-l-menu-link);
	font-weight: 500;
}
#menu > li > a:hover {
	text-decoration:underline;
}
#menu > li:nth-of-type(1) > a {
	float: left;
	width: 81px;
	height: 80px;
	line-height: unset;
	padding: 0;
	margin: 0;
	background: var(--mw-l-logo);
	background-size: 77px;
	background-position: center center;
}
#menu > li:nth-of-type(1) > a > i {
    display: block;
    position: absolute;
    left: 161px;
    top: 8px;
    line-height: 30px;
    font-size: 130%;
    font-style: normal;
    width: fit-content;
}
#mobileMenu{
	width:35px;
	height:24px;
	margin-left:15px;
	left:5px;
	top:25px;
	position:fixed;
	border-top:4px solid var(--mw-l-menu-mobile);
	cursor:pointer;
	z-index:2;
	display:block;
}
#mobileMenu:before{
	width:35px;
	height:4px;
	left:0;
	top:8px;
	position:absolute;
	background-color: var(--mw-l-menu-mobile);
	content:"";
}
#mobileMenu:after{
width: 35px;
	height: 10px;
	left: 0;
	font-size: 88%;
	bottom: 0;
	position: absolute;
	color: var(--mw-l-menu-mobile);
	content: "menu";
}
#mobileMenu.active{
	height:32px;
	z-index:1002;
	border:none;
}
#mobileMenu.active:before{
	background-color:var(--mw-l-menu-mobile-active);
	transform:rotate(-45deg) translate(-4px,4px);
	transition:.4s;
	-webkit-transform:rotate(-45deg) translate(-4px,4px);
}
#mobileMenu.active:after{
	height:4px;
	content:"";
	background-color:var(--mw-l-menu-mobile-active);
	transform:rotate(45deg) translate(-10px,-10px);
	transition:.4s;
	-webkit-transform:rotate(45deg) translate(-10px,-10px);
}
#menu > li > a#searchSite{
	width:36px;
	height:36px;
	padding:0;
	margin:0 20px 0 7.5px;
	background:url(/web/theme/get/img/icons/search.svg);
}
nav{
	float:left;
	width:1200px;
	line-height:16px;
	padding:24px calc((100% - 1200px) / 2);
	font-style:normal;
	font-size:80%;
	background-color:var(--mw-l-nav);
	color:var(--mw-l-nav-text);
}
nav a{
	color:var(--mw-l-nav-link);
}
ul#topMenu.active + header, ul#topMenu.active + header + nav, ul#topMenu.active + header + nav + main, ul#topMenu.active + header + nav + main + aside{
	display: none;
}
body{
	background-color: var(--mw-l-footer);
}/* @media screen and (min-width:1280px){} */

section{
	float:left;
	width:1200px;
	padding:0 calc((100% - 1200px) / 2) 96px;
	background-color:var(--mw-l-section);
}
section > figure {
	float: right;
	width: 40%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	overflow: hidden;
	margin-bottom:24px;
}
section > figure > img{
	float:right;
}
section > h2 {
	float: left;
	width: 55%;
	line-height: 48px;
	font-size: 240%;
	font-weight: 400;
	color: var(--mw-l-section-title);
}
section > h2.h2pOther {
	width: 100%;
}
section > p {
	float: left;
	width: 55%;
	margin-top:12px;
	line-height: 1.75;
	font-size: 110%;
	font-weight: 600;
	color: var(--mw-l-section-description);
}
section > h2.h2pOther + p {
	width: 100%;
}
section > article{
	float: left;
	width: 100%;
}
section > article.contentHeader{
	width: 55%;
	margin-bottom:24px;
}
section > article > div{
	float:left;
	width:100%;
}
section > article > div > p {
	float:left;
	width: 100%;
	line-height:1.75;
	margin:12px 0;
	color:var(--mw-l-section-text);
	float: left;
}
section > article > div > h3 {
	float: left;
	width:100%;
	margin-top:16px;
	font-size: 140%;
	font-weight:600;
	color: var(--mw-l-section-header);
}
section > article > div > ul{
	float:left;
	width:100%;
	margin: 12px 0;
	line-height:1.75
}
section > article > div > ul > li {
	float: left;
	width: 100%;
	list-style: inside;
	color:var(--mw-l-section-text);
}
section > article > div > ul > li.link {
	list-style: none;
	margin-top: 12px;
}
section > article > div > ul > li.link > a {
	float: left;
	padding: 16px 24px;
	line-height: 16px;
	font-size: 17px;
	background-color: var(--mw-l-section-button-link);
	color: var(--mw-l-section-button);
	font-weight: 500;
	box-shadow: var(--mw-l-button-shadow);
	-webkit-box-shadow: var(--mw-l-button-shadow);
	-moz-box-shadow: var(--mw-l-button-shadow);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
section > article > div > ul > li.link > a:hover {
	color: var(--mw-l-section-button-link);
	background-color: var(--mw-l-section-button);
	transition: all .25s ease-in-out;
}
section > article > h3 {
	float: left;
	width:100%;
	margin-top:16px;
	font-weight: 600;
	font-size: 170%;
	color: var(--mw-l-section-header);
}
section > article > h4{
	float:left;
	width:100%;
	margin-top:16px;
	font-weight: 600;
	font-size:150%;
	color:var(--mw-l-section-header);
}
section > article > h5{
	float:left;
	width:100%;
	margin-top:16px;
	font-weight: 600;
	font-size:130%;
	color:var(--mw-l-section-header);
}
section > article > h6{
	float:left;
	width:100%;
	margin-top:16px;
	font-weight: 600;
	font-size:110%;
	color:var(--mw-l-section-header);
}
section > article > p{
	float:left;
	width:100%;
	padding:12px 0;
	line-height:1.75;
	color:var(--mw-l-section-description);
}
section > article > p > a{
	color:var(--mw-l-section-link);
}
section > article > ul {
	float: left;
	width: 100%;
	padding: 12px 0;
	line-height: 1.75;
}
section > article > ul > li {
	float: left;
	width: 100%;
	margin: 2px 0;
	list-style: inside;
	color: var(--mw-l-section-text);
}
section > article > hr + strong{
	float:left;
	margin-right:12px;
}
section > article > hr + strong + a{
	float:left;
}

/* imageAlbum */

section > article + h2{
	width:100%;
	margin-top:48px;
}
section > article + h2 + p{
	width:100%;
}
section > article > div.imageAlbum{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
section > article > div.imageAlbum > div{
	width:calc((100% - 50px)/ 3);
	margin-top:24px;
	display:grid;
	grid-template-columns:100%;
	grid-template-rows:1fr;
}
section > article > div.imageAlbum > div > figure{
	cursor:pointer;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	overflow:hidden;
	grid-column: 1/1;
	grid-row: 1/1;
}
section > article > div.imageAlbum > div > figure:hover + div{
	display:block;
}
section > article > figure > a{
	display:block;
	width:32px;
	height:32px;
	margin: 12px 0 0 12px;
	background-image:var(--zoomInMax);
	background-position:left top;
	background-repeat:no-repeat;
	filter:var(--zoomInMaxColor);
	opacity:.6;
	position:relative
}
section > article > figure > a:hover{
	filter:none;
	opacity:1
}
section > article > div.imageAlbum > div > div:hover,
section > article > div.imageAlbum > div:hover > div{
	display:block;
}
section > article > div.imageAlbum > div > div{
	display:none;
	float:left;
	width:calc(100% - 48px);
	padding:24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	overflow: hidden;
	grid-column: 1/1;
	grid-row: 1/1;
	background-color:var(--mw-l-section-background);
}
section > article > div.imageAlbum > div > div > h4{
	float:left;
	width:100%;
	margin-top:16px;
	color:var(--mw-l-section-header);
}
section > article > div.imageAlbum > div > div > p{
	float:left;
	width:100%;
	padding-top:12px;
	line-height:1.5;
}
section > article > div.imageAlbum > div > a{
	display:none;
}
section > article > div.imageAlbum > div > div:hover + a,
section > article > div.imageAlbum > div > a:hover{
	display:block;
	width:32px;
	height:32px;
	margin:12px 0 0 -42px;
	background-image:var(--zoomInMax);
	background-position:left top;
	background-repeat:no-repeat;
	filter:var(--zoomInMaxColor);
	grid-column: 2/2;
	grid-row:1/1;
	opacity:.6;
}
section > article > div.imageAlbum > div > a:hover{
	opacity:1;
}
section > article > div.imageAlbum > div > a > i{
	display:none;
}

/* videoAlbum */

section > article > div.videoAlbum{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
section > article > div.videoAlbum > div{
	width:calc((100% - 25px)/ 2);
	margin-top:24px;
}
section > article > div.videoAlbum > div > figure{
	overflow:hidden;
}
section > article > div.videoAlbum > div > div{
	float:left;
	width:100%;
	padding:10px 0;
}
section > article > div.videoAlbum > div > div > h4{
	float:left;
	width:100%;
	margin-top:8px;
	color:var(--mw-l-section-header);
}
section > article > div.videoAlbum > div > div > p{
	float:left;
	padding-top:5px;
	line-height:1.75;
}

section > h3{
	float:left;
	width:100%;
	text-align:right;
	margin-top:16px;
}
hr + p{
	width:100%;
	margin-top:0;
	margin-bottom:0;
}
hr + p > a{
	float:right;
	width:24px;
	height:24px;
	margin:0 0 0 16px;
	opacity:.5;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
hr + p > a:nth-of-type(5){
	margin-left:0;
}
hr + p > a:hover{
	opacity:1;
	cursor:pointer;
}
section > ul{
	float:left;
	margin-top:8px;
}
section > ul > li.link {
	float: left;
	color:var(--mw-l-section-text);
}
section > hr + ul > li.link:nth-of-type(1) {
	margin-right: 16px;
}
section > ul > li.link > a {
	float: left;
	padding: 16px 24px;
	line-height:16px;
	font-size: 17px;
	background-color: var(--mw-l-section-button-link);
	color: var(--mw-l-section-button);
	font-weight: 500;
	box-shadow: var(--mw-l-button-shadow);
	-webkit-box-shadow: var(--mw-l-button-shadow);
	-moz-box-shadow: var(--mw-l-button-shadow);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
section > ul > li.link > a:hover {
	color: var(--mw-l-section-button-link);
	background-color: var(--mw-l-section-button);
	transition: all .25s ease-in-out;
}
section > article > div > ul > li.link > a > i{
	float:left;
	width:100%;
	padding-bottom:5px;
	font-size:85%;
	font-weight:normal;
}
.upDate{
	float:left;
	width:100%;
	margin-top:24px;
	font-weight:normal;
	font-size:90%;
	letter-spacing:.5px
}/* @media screen and (min-width:1280px){} */

aside > div {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
	background-color: var(--mw-l-aside);
}
aside > div > h2{
	float: left;
	width: 100%;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-aside-title);
}
aside > div > p {
    float: left;
    width: 100%;
    margin-top: 8px;
    line-height: 1.75;
    font-size: 110%;
    font-weight: 600;
    color: var(--mw-l-aside-description);
}
aside > div > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: row;
}
aside > div > div > div {
	display: grid;
	grid-template-rows: 16px 48px 1fr 36px 12px;
	grid-template-columns: 4% 44% 4% 44% 4%;
	justify-items: end;
	width: calc((100% - 72px) / 4);
	margin: 24px 0 0 24px;
	/* background-color:var(--mw-l-aside-background); */
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	overflow:hidden;
}
aside > div > div > div:nth-child(4n+1){
	margin-left:0;
}
aside > div > div > div > figure {
	grid-column: 1/6;
	grid-row: 1/6;
	overflow: hidden;
}
aside > div > div > div > h3 {
	position:relative;
	z-index:1;
	grid-column: 1/6;
	grid-row: 2/3;
	width: calc(100% - 35px);
	padding: 0 16px 0 24px;
	line-height:3.5;
	color: var(--mw-l-aside-header);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	background-color: var(--mw-l-header-transparent);
}
aside > div > div > div > a {
	grid-column: 2/5;
	grid-row: 4/5;
	width:max-content;
	max-width:50%;
	line-height: 2.25;
	font-size: 14px;
	padding: 0 16px;
	text-align:center;
	color: var(--mw-l-aside-button-link);
	background-color: var(--mw-l-aside-button);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: var(--mw-l-box-shadow);
	-webkit-box-shadow: var(--mw-l-box-shadow);
	-moz-box-shadow: var(--mw-l-box-shadow);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
aside > div > div > div > a:hover {
	color: var(--mw-l-aside-button);
	background-color: var(--mw-l-aside-button-link);
	text-decoration:none;
}/* @media screen and (min-width:1280px){} */

footer{
	background-color: var(--mw-l-footer);
}
footer > div {
	float: left;
	width: 1200px;
	padding: 96px calc((100% - 1200px) / 2);
}
footer > div > div {
	float: left;
	width: 100%;
}
footer > div > div:nth-of-type(1) {
	float: left;
	width:320px;
}
footer > div > div:nth-of-type(2) {
	float: right;
	width:max-content;
	max-width: calc(100% - 345px);
}
footer > div > div > h2{
	float:left;
	width:calc(100% - 25px);
	margin-bottom:15px;
	line-height: 48px;
	font-weight: 400;
	font-size: 240%;
	color:var(--mw-l-footer-title);
}
footer > div > div > p {
    float: left;
    width: 100%;
    line-height: 1.75;
    font-size: 100%;
    color: var(--mw-l-footer-description);
}
footer > div > div:nth-of-type(2) > ul {
	float:left;
	width:unset;
	margin-left:30px;
	margin-bottom:5px;

}
footer > div > div:nth-of-type(2) > ul:nth-of-type(1) {
	margin-left:0;
}
footer > div > div:nth-of-type(2) > ul > li {
	float:left;
	width: 100%;
	margin: 8px 0;
	letter-spacing: .5px;
	font-size: 80%;
	list-style: inside;
	color:var(--mw-l-footer-description);
	clear:both;
}
footer > div > div:nth-of-type(2) > ul > li > a {
	color: var(--mw-l-footer-url);
}
footer > div > div:nth-of-type(2) > ul > li > a:hover{
	color: var(--mw-l-footer-link);
	text-decoration:none;
}
footer > div > div:nth-of-type(2) > ul > li:nth-of-type(1) {
	list-style:none;
	padding-bottom: 5px;
	color: var(--mw-l-footer-link);
	font-size: 95%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
footer > div > div:nth-of-type(2) > ul > li.line-class{
	list-style:none;
	padding-bottom:5px;
	padding-top:5px;
	color:var(--mw-l-footer-link);
	font-size:16px;
	line-height:1.75;
	text-transform:uppercase;
	font-weight:700;
	padding-left:0;
}
footer > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a {
	color: var(--mw-l-footer-link);
	text-transform: uppercase;
	line-height:1.75;
}
footer > div > div:nth-of-type(2) > ul > li:nth-of-type(1) > a:hover{
	text-decoration:underline;
}
footer > div > div:nth-of-type(2) > ul > li > a.line-class{
	color:var(--mw-l-footer-link);
	font-size:16px;
	line-height:1.75;
	text-transform:uppercase;
	font-weight:700;
	padding-left:0;
}
footer > div > div:nth-of-type(2) > ul > li > a.line-class:hover{
	text-decoration: underline;
}
footer > div h3.name{
	float:left;
	width:100%;
	line-height: 3.5;
	color:var(--mw-l-footer-header);
}
footer > div > div:nth-of-type(3) p:nth-of-type(1) {
	float: left;
	width: 100%;
	line-height: 1.75;
	color: var(--mw-l-footer-text);
	display: grid;
	grid-gap: 0rem;
	grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 3fr));
}
footer > div span.address {
	font-size: 14px;
	background-color: var(--mw-l-footer-background);
	padding: 1.3rem 1.5rem;
	text-align: center;
	grid-auto-flow: row dense;
	border-left:1px solid var(--mw-l-footer-icon-background);
}
footer > div span.streetAddress{
	float:left;
	width:100%;
}
footer > div span.postalCode{
	clear:both;
}
footer > div span.addressLocality{
}
footer > div span.addressCountry{
}
footer > div em.telephone {
	font-size: 16px;
	color: var(--mw-l-footer-background);
	background-color: var(--mw-l-footer-icon-background);
	padding: 3rem 1.5rem;
	text-align: center;
	font-style: normal;
	grid-auto-flow: row dense;
}
footer > div em.telephone a{
	color:var(--mw-l-footer-background);
}
footer > div em.telephone i{
	font-style:normal;
}
footer > div > div:nth-of-type(1) > ul > li.phoneButton > a.phoneButton {
	display: none;
}
footer > div em.email {
	font-size:16px;
	color:var(--mw-l-footer-text);
	background-color: var(--mw-l-footer-background);
	padding: 3rem 1.5rem;
	text-align: center;
	font-style: normal;
	grid-auto-flow: row dense;
	border-right:1px solid var(--mw-l-footer-icon-background);

}
footer > div em.email a{
	color:var(--mw-l-footer-background);
}
footer > div em.email i{
	font-style:normal;
}
footer > div strong.copyright {
	width: 100%;
	line-height: 3.5;
	font-size: 85%;
	color: var(--mw-l-footer-header);
	grid-column:1/4;
	text-align:right;
	font-weight:normal;
}
footer > div > div:nth-of-type(3) p:nth-of-type(2){
	float:left;
	width:100%;
	margin-bottom:15px;
}
footer > div a.url{
	float:right;
	color:var(--mw-l-footer-text-link);
}
footer > div a.url > img{
	width:96px;
	margin:-0;
}
footer > div > div:nth-of-type(1) > ul {
	float: left;
	width:100%;
	margin-top:10px;
}
footer > div > div:nth-of-type(1) > ul > li {
	float:left;
	width: 40px;
	height: 40px;
	margin: 5px 15px 5px 0;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	background-color: var(--mw-l-footer-background);
}
footer > div > div:nth-of-type(1) > ul > li:hover {
	background-color: var(--mw-l-footer-icon-background);
	opacity: 1;
}
footer > div > div:nth-of-type(1) > ul > li > a {
	float: left;
	width: 24px;
	height: 24px;
	margin: 8px;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center center;
}
footer > div > div:nth-of-type(1) > ul > li > i{
	display:none;
}
a.eMail{
	background-image:var(--eMail);
	filter:var(--eMailColor);
}
a.mapsUrl{
	background-image:var(--mapsUrl);
	filter:var(--mapsUrlColor);
}
a.phoneNumber{
	background-image:var(--phoneNumber);
	filter:var(--phoneNumberColor);
}
a.whatsApp{
	background-image:var(--whatsApp);
	filter:var(--whatsAppColor);
}
a.phoneNumber.whatsApp{
	background-image:var(--phoneNumber);
	filter:var(--phoneNumberColor);
}
a.smsNumber{
	background-image:var(--smsNumber);
	filter:var(--smsNumberColor);
}
a.instagram{
	background-image:var(--instagram);
	filter:var(--instagramColor);
}
a.facebook{
	background-image:var(--facebook);
	filter:var(--facebookColor);
}
a.twitter{
	background-image:var(--twitter);
	filter:var(--twitterColor);
}
a.linkedin{
	background-image:var(--linkedin);
	filter:var(--linkedinColor);
}
a.copyClip {
	background-image: var(--copyClip);
}
footer > div > div:nth-of-type(1) > ul > li.rosette{
	float:unset;
	width:unset;
	height:unset;
	background-color: unset;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > span{
	width: 52px;
	height: 52px;
	display: block;
	position: fixed;
	bottom: 53px;
	left: 4px;
	border: 3px solid var(--mw-l-rosette-border);
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > a:hover{
	text-decoration: none;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > a{
	float:left;
	width:48px;
	height:48px;
	margin:0;
	text-align:center;
	line-height:48px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	font-weight:bold;
	font-size:200%;
	color:var(--mw-l-rosette-link);
	background-color:var(--mw-l-rosette-background);
	position:fixed;
	bottom:58.5px;
	left:9px;
}
footer > div > div:nth-of-type(1) > ul > li.rosette:hover > span {
	border-color:var(--mw-l-rosette-background);
	text-decoration: none;
	transition: all 0.5s;
}
footer > div > div:nth-of-type(1) > ul > li.rosette > a:hover {
	color:var(--mw-l-rosette-background);
	background-color:var(--mw-l-rosette-link);
	text-decoration: none;
	transition: all 0.5s;
}
footer > div > ul{
	float: left;
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
}
footer > div > ul > li{
	margin:7.5px 10px;
}
footer > div > ul > li > a{
	line-height:1.75;
	color: var(--mw-l-rosette-link);
	font-size:85%;
}
body{
	background-color: var(--mw-l-footer);
}