#qgRteToolbar .-options > h1, #qgRteToolbar .-options > h5, #qgRteToolbar .-options > h6 {
    display: none !important;
}
html {
    overflow-y: scroll;
    font-family: Barlow;
    font-size: 14px;
    line-height: 1.6;
    color: rgb(40, 40, 40);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 0.25em 0px;
}
h1 {
    font-size: 4em;
    line-height: 1.08;
    font-family: "Gravitas One";
}
h2 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 35px;
}
h3 {
    font-weight: normal;
    font-size: 2em;
    line-height: 1.24;
    margin-bottom: 1.4em;
}
h4 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.79em;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    margin-bottom: 2.9em;
}
p {
    margin-top: 0px;
}
a {
    text-decoration: none;
    color: rgb(153, 153, 153);
}
a:visited {
}
a:hover {
}
.l1_width {
    max-width: 820px;
    padding-left: 4vw;
    padding-right: 4vw;
    margin: auto;
}
#container {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    margin: auto;
}
#foot, #head {
    text-transform: uppercase;
    padding: 19px 35px;
    padding: 19px 19px;
}
#head {
    background-color: rgb(255, 255, 255);
    z-index: 2;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
	transition-duration:0;
	transition-property:background-color, padding;
	will-change:background-color, padding;
}

#nav {
	display:flex;
	margin-left: auto;
	justify-content: flex-end;
}
#nav .-m-cms-cont-lang-choose1 {
	margin-left:2em;
	display:flex;
	xdisplay:none;
}
#nav .-m-cms-cont-lang-choose1 > a {
	border-right:1px solid #fff;
	padding:0 .5em;
}
#nav .-m-cms-cont-lang-choose1 > a:last-child {
	border:none;
}
#nav .-m-cms-cont-lang-choose1 > a.-active {
	color: #eb9993;
	font-weight:bold;
}

#head a {
    color: inherit;
    text-decoration: none;
}
#logo > svg {
    display: block;
    height: 18px;
    height: 40px;
	transition:height .2s;
	xfill:#231f20;
	fill:#1d1d1b;
	will-change:height;
}


#head.cd_navTransparent {
	background-color: transparent;
	color:#fff;
    zzz_padding: 28px 35px;
}
#head.cd_navTransparent #logo > svg {
	height:28px;
	height:50px;
	fill:#fff;
}



#content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
#main {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
#left {
    padding-right: 10px;
    width: 170px;
}
#right {
    padding-left: 10px;
    width: 170px;
}
#foot {
    background-color: rgb(255, 255, 255);
    font-size: 0.85em;
}
#foot a {
    color: inherit;
    text-decoration: none;
}
#foot p {
	margin:0;
}
.l1_cols {
    display: flex;
    align-items: center;
}
.l1_cols > div {
    box-sizing: border-box;
}
.Center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.Left {
    display: block;
    text-align: left;
}
.Right {
    display: block;
    text-align: right;
}
.Rosa {
	color:#eb9993;
}
img.Left {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
img.Right {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#nav ul {
    display: flex;
    justify-content: flex-end;
}
#nav li {
    margin-left: 20px;
}
.Fat {
	font-size:1.8em;
	color:#000;
	font-family:"Gravitas One";
	margin-bottom:.3em;
}
.Strong {
	background:#000;
	color:#fff;
	font-family:"Gravitas One";
	display:inline-block;
	padding:.7em 1em;
	font-size:.9em;
}