/*mmenu-inbros*/
.mh-head .mburger{
	--mb-button-size: 40px;
	--mb-bar-height: 2px;
	--mb-bar-spacing: 7px;
  }
  .mh-head a[href="#page"]{
	display: none!important;
  }
  .mm-wrapper_opening .mh-head .fa[href="#menu"]{
	display: none!important;
  }
  .mm-wrapper_opening .mh-head .fa[href="#page"]{
	display: block!important;
	left: 0!important;
  }
  .mm-menu:not(.mm-menu_offcanvas){
	z-index: 10;
  }
  .mm-menu:not(.mm-menu_offcanvas)+#page{
	display: none;
  }
  .mm-listitem .fa{
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
	text-align: center;
  }
  .mm-menu_tileview .mm-listitem .fa{
	margin: 0;
	line-height: 0;
  }
  .mm-menu_tileview .mm-listitem .fa+span{
	display: none;
  }
  
  /*mburger*/
  .mburger {
	  --mb-button-size: 60px;
	  --mb-bar-width: 0.6;
	  --mb-bar-height: 4px;
	  --mb-bar-spacing: 10px;
	  --mb-cross-timeout: 0.4s;
	  background: 0 0;
	  border: none;
	  border-radius: 0;
	  color: inherit;
	  display: inline-block;
	  position: relative;
	  box-sizing: border-box;
	  height: var(--mb-button-size);
	  padding: 0 0 0 var(--mb-button-size);
	  margin: 0;
	  line-height: var(--mb-button-size);
	  vertical-align: middle;
	  appearance: none;
	  outline: 0;
	  cursor: pointer
  }
  
  .mburger b {
	  display: block;
	  position: absolute;
	  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
	  width: calc(var(--mb-button-size) * var(--mb-bar-width));
	  height: var(--mb-bar-height);
	  border-radius: calc(var(--mb-bar-height)/ 2);
	  background: currentColor;
	  color: inherit;
	  opacity: 1
  }
  
  .mburger b:nth-of-type(1) {
	  bottom: calc(50% + var(--mb-bar-spacing));
	  transition: bottom .2s ease, transform .2s ease
  }
  
  .mburger b:nth-of-type(2) {
	  top: calc(50% - (var(--mb-bar-height)/ 2));
	  transition: opacity .2s ease
  }
  
  .mburger b:nth-of-type(3) {
	  top: calc(50% + var(--mb-bar-spacing));
	  transition: top .2s ease, transform .2s ease
  }
  
  .mburger span:not(:empty) {
	  padding-right: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2))
  }
  
  .mm-wrapper_opened .mburger b:nth-of-type(1) {
	  bottom: calc(50% - (var(--mb-bar-height)/ 2));
	  transform: rotate(45deg)
  }
  
  .mm-wrapper_opened .mburger b:nth-of-type(2) {
	  opacity: 0
  }
  
  .mm-wrapper_opened .mburger b:nth-of-type(3) {
	  top: calc(50% - (var(--mb-bar-height)/ 2));
	  transform: rotate(-45deg)
  }
  
  .mburger--collapse b:nth-of-type(1) {
	  transition: bottom .2s ease, margin .2s ease, transform .2s ease;
	  transition-delay: .2s, 0s, 0s
  }
  
  .mburger--collapse b:nth-of-type(2) {
	  transition: top .2s ease, opacity 0s ease;
	  transition-delay: .3s, .3s
  }
  
  .mburger--collapse b:nth-of-type(3) {
	  transition: top .2s ease, transform .2s ease
  }
  
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
	  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
	  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
	  transform: rotate(45deg);
	  transition-delay: calc(var(--mb-cross-timeout) + .1s), calc(var(--mb-cross-timeout) + .3s), calc(var(--mb-cross-timeout) + .3s)
  }
  
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
	  top: calc(50% + var(--mb-bar-spacing));
	  opacity: 0;
	  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .2s)
  }
  
  .mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
	  top: calc(50% - (var(--mb-bar-height)/ 2));
	  transform: rotate(-45deg);
	  transition-delay: calc(var(--mb-cross-timeout) + .3s), calc(var(--mb-cross-timeout) + .3s)
  }
  
  .mburger--spin b:nth-of-type(1) {
	  transition-delay: .2s, 0s
  }
  
  .mburger--spin b:nth-of-type(2) {
	  transition-duration: 0s;
	  transition-delay: .2s
  }
  
  .mburger--spin b:nth-of-type(3) {
	  transition-delay: .2s, 0s
  }
  
  .mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
	  transform: rotate(135deg);
	  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .2s)
  }
  
  .mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
	  transition-delay: calc(var(--mb-cross-timeout) + 0s)
  }
  
  .mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
	  transform: rotate(225deg);
	  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .2s)
  }
  
  .mburger--squeeze b:nth-of-type(1) {
	  transition-delay: .1s, 0s
  }
  
  .mburger--squeeze b:nth-of-type(2) {
	  transition-delay: .1s
  }
  
  .mburger--squeeze b:nth-of-type(3) {
	  transition-delay: .1s, 0s
  }
  
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
	  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .1s)
  }
  
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
	  transition-delay: calc(var(--mb-cross-timeout) + 0s)
  }
  
  .mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
	  transition-delay: calc(var(--mb-cross-timeout) + 0s), calc(var(--mb-cross-timeout) + .1s)
  }
  
  .mburger--tornado b:nth-of-type(1) {
	  transition: bottom .2s ease, transform .2s ease;
	  transition-delay: .2s
  }
  
  .mburger--tornado b:nth-of-type(2) {
	  transition: opacity 0s ease, transform .2s ease;
	  transition-delay: .1s, .1s
  }
  
  .mburger--tornado b:nth-of-type(3) {
	  transition: top .2s ease, transform .2s ease;
	  transition-delay: 0s
  }
  
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
	  transform: rotate(-135deg);
	  transition-delay: calc(var(--mb-cross-timeout) + 0s)
  }
  
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
	  opacity: 0;
	  transform: rotate(-135deg);
	  transition-delay: calc(var(--mb-cross-timeout) + .4s), calc(var(--mb-cross-timeout) + .1s)
  }
  
  .mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
	  transform: rotate(-225deg);
	  transition-delay: calc(var(--mb-cross-timeout) + .2s)
  }
  
  /*mmenu-light.caa*/
  /*!
   * mmenujs.com/mmenu-light
   *
   * Copyright (c) Fred Heusschen
   * www.frebsite.nl
   *
   * License: CC-BY-4.0
   * http://creativecommons.org/licenses/by/4.0/
   */
   .mm,
   .mm a,
   .mm li,
   .mm span,
   .mm ul {
	 display: block;
	 padding: 0;
	 margin: 0;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box
   }
   
   :root {
	 --mm-item-height: 50px;
	 --mm-item-indent: 20px;
	 --mm-line-height: 24px
   }
   
   .mm-hidden {
	 display: none!important
   }
   
   .mm {
	 -webkit-tap-highlight-color: transparent;
	 -webkit-overflow-scrolling: touch;
	 overflow: hidden;
	 -webkit-clip-path: inset(0 0 0 0);
	 clip-path: inset(0 0 0 0);
	 color: #444;
	 background: #f3f3f3;
	 line-height: 24px;
	 line-height: var(--mm-line-height);
	 -webkit-transform: translateX(0);
	 -ms-transform: translateX(0);
	 transform: translateX(0)
   }
   
   .mm {
	 cursor: pointer
   }
   
   .mm:before {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 25px;
	 top: calc(var(--mm-item-height)/ 2);
	 left: 20px;
	 left: var(--mm-item-indent);
	 width: 10px;
	 height: 10px;
	 margin-top: 2px;
	 border-top: 2px solid;
	 border-left: 2px solid;
	 -webkit-transform: rotate(-45deg) translate(50%, -50%);
	 -ms-transform: rotate(-45deg) translate(50%, -50%);
	 transform: rotate(-45deg) translate(50%, -50%);
	 opacity: .4
   }
   
   .mm.mm--main {
	 cursor: default
   }
   
   .mm.mm--main:before {
	 content: none;
	 display: none
   }
   
   .mm:after {
	 content: attr(data-mm-title);
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 height: 50px;
	 height: var(--mm-item-height);
	 padding: 0 40px;
	 padding: 0 calc(var(--mm-item-indent) * 2);
	 line-height: 50px;
	 line-height: var(--mm-item-height);
	 opacity: .4;
	 text-align: center;
	 overflow: hidden;
	 white-space: nowrap;
	 -o-text-overflow: ellipsis;
	 text-overflow: ellipsis;
	 -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .625), 0 1px 0 0 currentColor;
	 box-shadow: 0 1px 0 0 rgba(255, 255, 255, .625), 0 1px 0 0 currentColor
   }
   
   .mm.mm--main:after {
	 padding-left: 20px;
	 padding-left: var(--mm-item-indent)
   }
   
   .mm ul {
	 -webkit-overflow-scrolling: touch;
	 position: fixed;
	 top: 50px;
	 top: var(--mm-item-height);
	 left: 100%;
	 bottom: 0;
	 width: 200%;
	 padding-right: 100%;
	 overflow: visible;
	 overflow-y: auto;
	 background: inherit;
	 -webkit-transition: left .3s ease 0s;
	 -o-transition: left .3s ease 0s;
	 transition: left .3s ease 0s;
	 cursor: default
   }
   
   .mm ul:after {
	 content: '';
	 display: block;
	 height: 50px;
	 height: var(--mm-item-height)
   }
   
   .mm>ul {
	 left: 0
   }
   
   .mm ul.mm--open {
	 left: 0
   }
   
   .mm ul.mm--parent {
	 left: -100%;
	 overflow-y: hidden
   }
   
   .mm li {
	 position: relative;
	 background: inherit;
	 cursor: pointer
   }
   
   .mm li:before {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 25px;
	 top: calc(var(--mm-item-height)/ 2);
	 right: 25px;
	 right: calc(var(--mm-item-height)/ 2);
	 z-index: 0;
	 width: 10px;
	 height: 10px;
	 border-top: 2px solid;
	 border-right: 2px solid;
	 -webkit-transform: rotate(45deg) translate(0, -50%);
	 -ms-transform: rotate(45deg) translate(0, -50%);
	 transform: rotate(45deg) translate(0, -50%);
	 opacity: .4
   }
   
   .mm li:after {
	 content: '';
	 display: block;
	 margin-left: 20px;
	 margin-left: var(--mm-item-indent);
	 border-top: 1px solid;
	 opacity: .15
   }
   
   .mm a,
   .mm span {
	 position: relative;
	 z-index: 1;
	 padding: 13px 20px;
	 padding: calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)
   }
   
   .mm a {
	 background: inherit;
	 color: inherit;
	 text-decoration: none
   }
   
   .mm a:not(:last-child) {
	 width: calc(100% - 50px);
	 width: calc(100% - var(--mm-item-height))
   }
   
   .mm a:not(:last-child):after {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 border-right: 1px solid;
	 opacity: .15
   }
   
   .mm span {
	 background: 0 0
   }
   
   .mm.mm--dark {
	 background: #333;
	 color: #ccc
   }
   
   .mm.mm--vertical:after,
   .mm.mm--vertical:before {
	 content: none;
	 display: none
   }
   
   .mm.mm--vertical {
	 overflow-y: auto
   }
   
   .mm.mm--vertical ul {
	 width: 100%;
	 padding-right: 0;
	 position: static
   }
   
   .mm.mm--vertical ul ul {
	 display: none;
	 padding-left: 20px;
	 padding-left: var(--mm-item-indent)
   }
   
   .mm.mm--vertical ul ul:after {
	 height: 25px;
	 height: calc(var(--mm-item-height)/ 2)
   }
   
   .mm.mm--vertical ul.mm--open {
	 display: block
   }
   
   .mm.mm--vertical li.mm--open:before {
	 -webkit-transform: rotate(135deg) translate(-50%, 0);
	 -ms-transform: rotate(135deg) translate(-50%, 0);
	 transform: rotate(135deg) translate(-50%, 0)
   }
   
   .mm.mm--vertical ul ul li:last-child:after {
	 content: none;
	 display: none
   }
   
   :root {
	 --mm-width: 80%;
	 --mm-min-width: 200px;
	 --mm-max-width: 440px
   }
   
   .mm-body--open {
	 overflow-y: hidden;
	 pointer-events: none
   }
   
   .mm {
	 pointer-events: auto
   }
   
   .mm.mm--offcanvas {
	 position: fixed;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 9995;
	 width: 80%;
	 width: var(--mm-width);
	 min-width: 200px;
	 min-width: var(--mm-min-width);
	 max-width: 440px;
	 max-width: var(--mm-max-width);
	 -webkit-transition: bottom 0s ease 0s, -webkit-transform .3s ease 0s;
	 transition: bottom 0s ease 0s, -webkit-transform .3s ease 0s;
	 -o-transition: transform .3s ease 0s, bottom 0s ease 0s;
	 transition: transform .3s ease 0s, bottom 0s ease 0s;
	 transition: transform .3s ease 0s, bottom 0s ease 0s, -webkit-transform .3s ease 0s
   }
   
   .mm.mm--offcanvas:not(.mm--open) {
	 bottom: 100%;
	 -webkit-transform: translateX(-100%);
	 -ms-transform: translateX(-100%);
	 transform: translateX(-100%);
	 -webkit-transition-delay: 0s, .6s;
	 -o-transition-delay: 0s, .6s;
	 transition-delay: 0s, .6s
   }
   
   .mm.mm--right {
	 left: auto;
	 right: 0
   }
   
   .mm.mm--right:not(.mm--open) {
	 -webkit-transform: translateX(100%);
	 -ms-transform: translateX(100%);
	 transform: translateX(100%)
   }
   
   .mm-blocker {
	 pointer-events: auto;
	 display: block;
	 position: fixed;
	 bottom: 0;
	 right: 0;
	 background: rgba(0, 0, 0, .2);
	 top: 100%;
	 z-index: 9990;
	 width: 100%;
	 opacity: 0;
	 -webkit-transition-property: opacity, top;
	 -o-transition-property: opacity, top;
	 transition-property: opacity, top;
	 -webkit-transition-timing-function: ease, linear;
	 -o-transition-timing-function: ease, linear;
	 transition-timing-function: ease, linear;
	 -webkit-transition-duration: .45s, 0s;
	 -o-transition-duration: .45s, 0s;
	 transition-duration: .45s, 0s;
	 -webkit-transition-delay: 0s, .45s;
	 -o-transition-delay: 0s, .45s;
	 transition-delay: 0s, .45s
   }
   
   .mm-blocker.mm--open {
	 top: 0;
	 z-index: 9999;
	 width: calc(100% - 80%);
	 width: calc(100% - var(--mm-width));
	 min-width: calc(100% - 440px);
	 min-width: calc(100% - var(--mm-max-width));
	 max-width: calc(100% - 200px);
	 max-width: calc(100% - var(--mm-min-width));
	 opacity: 1;
	 -webkit-transition-delay: .3s, 0s;
	 -o-transition-delay: .3s, 0s;
	 transition-delay: .3s, 0s
   }
   
   .mm.mm--right {
	 left: auto;
	 right: 0
   }
   
   .mm.mm--right:not(.mm--open) {
	 -webkit-transform: translateX(100%);
	 -ms-transform: translateX(100%);
	 transform: translateX(100%)
   }
   
   .mm-blocker.mm--right {
	 right: auto;
	 left: 0
   }
  
   /*mmenu.css*/
   /*!
   * mmenu.js
   * mmenujs.com
   *
   * Copyright (c) Fred Heusschen
   * frebsite.nl
   *
   * License: CC-BY-NC-4.0
   * http://creativecommons.org/licenses/by-nc/4.0/
   */
   .mm-menu_theme-blue {
	
	--mm-color-border: rgba( 101, 146, 230, 0.1);
	--mm-color-button: rgba(  101, 146, 230, 1);
	--mm-color-text: rgba( 101, 146, 230, 1);
	--mm-color-text-dimmed: rgba( 101, 146, 230, 1);
	--mm-color-background: #fff;
	--mm-color-background-highlight: rgba( 101, 146, 230, 0.06);
	--mm-color-background-emphasis: rgba( 101, 146, 230, 0.03);
	--mm-shadow: 0 0 10px rgba( 101, 146, 230, 0.2)
}

   .mm-menu_theme-white {
	  --mm-color-border: rgba( 0, 0, 0, 0.1);
	  --mm-color-button: rgba( 0, 0, 0, 1);
	  --mm-color-text: rgba( 0, 0, 0, 1);
	  --mm-color-text-dimmed: rgba( 0, 0, 0, 1);
	  --mm-color-background: #fff;
	  --mm-color-background-highlight: rgba( 0, 0, 0, 0.06);
	  --mm-color-background-emphasis: rgba( 0, 0, 0, 0.03);
	  --mm-shadow: 0 0 10px rgba( 0, 0, 0, 0.2)
  }
  
  .mm-menu_theme-dark {
	  --mm-color-border: rgba( 0, 0, 0, 0.3);
	  --mm-color-button: rgba( 255, 255, 255, 0.4);
	  --mm-color-text: rgba( 255, 255, 255, 0.85);
	  --mm-color-text-dimmed: rgba( 255, 255, 255, 0.4);
	  --mm-color-background: #333;
	  --mm-color-background-highlight: rgba( 255, 255, 255, 0.08);
	  --mm-color-background-emphasis: rgba( 0, 0, 0, 0.1);
	  --mm-shadow: 0 0 20px rgba( 0, 0, 0, 0.5)
  }
  
  .mm-menu_theme-black {
	  --mm-color-border: rgba( 255, 255, 255, 0.25);
	  --mm-color-button: rgba( 255, 255, 255, 0.4);
	  --mm-color-text: rgba( 255, 255, 255, 0.75);
	  --mm-color-text-dimmed: rgba( 255, 255, 255, 0.4);
	  --mm-color-background: #000;
	  --mm-color-background-highlight: rgba( 255, 255, 255, 0.2);
	  --mm-color-background-emphasis: rgba( 255, 255, 255, 0.15);
	  --mm-shadow: none
  }
  
  :root {
	  --mm-line-height: 20px;
	  --mm-listitem-size: 44px;
	  --mm-navbar-size: 44px;
	  --mm-offset-top: 0;
	  --mm-offset-right: 0;
	  --mm-offset-bottom: 0;
	  --mm-offset-left: 0;
	  --mm-color-border: rgba(0, 0, 0, 0.1);
	  --mm-color-button: rgba(0, 0, 0, 0.3);
	  --mm-color-text: rgba(0, 0, 0, 0.75);
	  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	  --mm-color-background: #ffffff;
	  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
	  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
	  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
  }
  
  .mm-hidden {
	  display: none!important
  }
  
  .mm-wrapper {
	  overflow-x: hidden;
	  position: relative
  }
  
  .mm-menu {
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background: #f3f3f3;
	  border-color: rgba(0, 0, 0, .1);
	  color: rgba(0, 0, 0, 1);
	  line-height: 20px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  padding: 0;
	  margin: 0;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  position: absolute;
	  top: var(--mm-offset-top);
	  right: var(--mm-offset-right);
	  bottom: var(--mm-offset-bottom);
	  left: var(--mm-offset-left);
	  z-index: 0;
	  background: var(--mm-color-background);
	  border-color: var(--mm-color-border);
	  color: var(--mm-color-text);
	  line-height: var(--mm-line-height);
	  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
  }
  .mm-menu a,
  .mm-menu a:active,
  .mm-menu a:hover,
  .mm-menu a:link,
  .mm-menu a:visited {
	  text-decoration: none;
	  color:inherit;

  }
  
  [dir=rtl] .mm-menu {
	  direction: rtl
  }
  
  .mm-panel {
	  background: #f3f3f3;
	  border-color: rgba(0, 0, 0, .1);
	  color: rgba(0, 0, 0, .75);
	  z-index: 0;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 100%;
	  -webkit-overflow-scrolling: touch;
	  overflow: scroll;
	  overflow-x: hidden;
	  overflow-y: auto;
	  background: var(--mm-color-background);
	  border-color: var(--mm-color-border);
	  color: var(--mm-color-text);
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	  -webkit-transition: -webkit-transform .4s ease;
	  transition: -webkit-transform .4s ease;
	  -o-transition: transform .4s ease;
	  transition: transform .4s ease;
	  transition: transform .4s ease, -webkit-transform .4s ease
  }
  
  .mm-panel:after {
	  height: 44px
  }
  
  .mm-panel:not(.mm-hidden) {
	  display: block
  }
  
  .mm-panel:after {
	  content: '';
	  display: block;
	  height: var(--mm-listitem-size)
  }
  
  .mm-panel_opened {
	  z-index: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-panel_opened-parent {
	  -webkit-transform: translate3d(-30%, 0, 0);
	  transform: translate3d(-30%, 0, 0)
  }
  
  .mm-panel_highest {
	  z-index: 2
  }
  
  .mm-panel_noanimation {
	  -webkit-transition: none!important;
	  -o-transition: none!important;
	  transition: none!important
  }
  
  .mm-panel_noanimation.mm-panel_opened-parent {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-panels>.mm-panel {
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0
  }
  
  .mm-panel__content {
	  padding: 20px 20px 0
  }
  
  .mm-panels {
	  background: #f3f3f3;
	  border-color: rgba(0, 0, 0, .1);
	  color: rgba(0, 0, 0, .75);
	  position: relative;
	  height: 100%;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  overflow: hidden;
	  background: var(--mm-color-background);
	  border-color: var(--mm-color-border);
	  color: var(--mm-color-text)
  }
  
  [dir=rtl] .mm-panel:not(.mm-panel_opened) {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0)
  }
  
  [dir=rtl] .mm-panel.mm-panel_opened-parent {
	  -webkit-transform: translate3d(30%, 0, 0);
	  transform: translate3d(30%, 0, 0)
  }
  
  .mm-listitem_vertical>.mm-panel {
	  display: none;
	  width: 100%;
	  padding: 10px 0 10px 10px;
	  -webkit-transform: none!important;
	  -ms-transform: none!important;
	  transform: none!important
  }
  
  .mm-listitem_vertical>.mm-panel:after,
  .mm-listitem_vertical>.mm-panel:before {
	  content: none;
	  display: none
  }
  
  .mm-listitem_opened>.mm-panel {
	  display: block
  }
  
  .mm-listitem_vertical>.mm-listitem__btn {
	  height: 44px;
	  height: var(--mm-listitem-size);
	  bottom: auto
  }
  
  .mm-listitem_vertical .mm-listitem:last-child:after {
	  border-color: transparent
  }
  
  .mm-listitem_opened>.mm-listitem__btn:after {
	  -webkit-transform: rotate(225deg);
	  -ms-transform: rotate(225deg);
	  transform: rotate(225deg);
	  right: 19px
  }
  
  .mm-btn {
	  -webkit-box-flex: 0;
	  -ms-flex-positive: 0;
	  flex-grow: 0;
	  -ms-flex-negative: 0;
	  flex-shrink: 0;
	  position: relative;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 50px;
	  padding: 0
  }
  
  .mm-btn:after,
  .mm-btn:before {
	  border: 2px solid rgba(0, 0, 0, .3);
	  border: 2px solid var(--mm-color-button)
  }
  
  .mm-btn_next:after,
  .mm-btn_prev:before {
	  content: '';
	  border-bottom: none;
	  border-right: none;
	  -webkit-box-sizing: content-box;
	  box-sizing: content-box;
	  display: block;
	  width: 8px;
	  height: 8px;
	  margin: auto;
	  position: absolute;
	  top: 0;
	  bottom: 0
  }
  
  .mm-btn_prev:before {
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  left: 23px;
	  right: auto
  }
  
  .mm-btn_next:after {
	  -webkit-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  transform: rotate(135deg);
	  right: 23px;
	  left: auto
  }
  
  .mm-btn_close:after,
  .mm-btn_close:before {
	  content: '';
	  -webkit-box-sizing: content-box;
	  box-sizing: content-box;
	  display: block;
	  width: 5px;
	  height: 5px;
	  margin: auto;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  transform: rotate(-45deg)
  }
  
  .mm-btn_close:before {
	  border-right: none;
	  border-bottom: none;
	  right: 18px
  }
  
  .mm-btn_close:after {
	  border-left: none;
	  border-top: none;
	  right: 25px
  }
  
  [dir=rtl] .mm-btn_next:after {
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  left: 23px;
	  right: auto
  }
  
  [dir=rtl] .mm-btn_prev:before {
	  -webkit-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  transform: rotate(135deg);
	  right: 23px;
	  left: auto
  }
  
  [dir=rtl] .mm-btn_close:after,
  [dir=rtl] .mm-btn_close:before {
	  right: auto
  }
  
  [dir=rtl] .mm-btn_close:before {
	  left: 25px
  }
  
  [dir=rtl] .mm-btn_close:after {
	  left: 18px
  }
  
  .mm-navbar {
	  min-height: 44px;
	  border-bottom: 1px solid rgba(0, 0, 0, .1);
	  background: #f3f3f3;
	  color: rgba(0, 0, 0, .3);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  min-height: var(--mm-navbar-size);
	  border-bottom: 1px solid var(--mm-color-border);
	  background: var(--mm-color-background);
	  color: var(--mm-color-text-dimmed);
	  text-align: center;
	  opacity: 1;
	  -webkit-transition: opacity .4s ease;
	  -o-transition: opacity .4s ease;
	  transition: opacity .4s ease
  }
  
  .mm-navbar>* {
	  min-height: 44px
  }
  
  @supports ((position:-webkit-sticky) or (position:sticky)) {
	  .mm-navbar_sticky {
		  position: -webkit-sticky;
		  position: sticky;
		  top: 0;
		  z-index: 1
	  }
  }
  
  .mm-navbar>* {
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  
  .mm-navbar__btn {
	  -webkit-box-flex: 0;
	  -ms-flex-positive: 0;
	  flex-grow: 0
  }
  
  .mm-navbar__title {
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	  -webkit-box-flex: 1;
	  -ms-flex: 1 1 50%;
	  flex: 1 1 50%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  padding-left: 20px;
	  padding-right: 20px
  }
  
  .mm-navbar__title:not(:last-child) {
	  padding-right: 0
  }
  
  .mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title {
	  padding-left: 0
  }
  
  .mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
	  padding-right: 50px
  }
  
  [dir=rtl] .mm-navbar {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
	  flex-direction: row-reverse
  }
  
  .mm-listview {
	  list-style: none;
	  display: block;
	  padding: 0;
	  margin: 0
  }
  
  .mm-listitem {
	  color: rgba(0, 0, 0, .75);
	  border-color: rgba(0, 0, 0, .1);
	  color: var(--mm-color-text);
	  border-color: var(--mm-color-border);
	  list-style: none;
	  display: block;
	  padding: 0;
	  margin: 0;
	  position: relative;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap
  }
  
  .mm-listitem:after {
	  content: '';
	  border-color: inherit;
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	  display: block;
	  position: absolute;
	  left: 20px;
	  right: 0;
	  bottom: 0
  }
  
  .mm-listitem a,
  .mm-listitem a:hover {
	  text-decoration: none
  }
  
  .mm-listitem__btn,
  .mm-listitem__text {
	  padding: 12px;
	  display: block;
	  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
	  padding-left: 0;
	  padding-right: 0;
	  color: inherit
  }
  
  .mm-listitem__text {
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	  padding-left: 20px;
	  padding-right: 10px;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  -ms-flex-preferred-size: 10%;
	  flex-basis: 10%
  }
  
  .mm-listitem__btn {
	  background: rgba(3, 2, 1, 0);
	  border-color: inherit;
	  width: auto;
	  padding-right: 50px;
	  position: relative
  }
  
  .mm-listitem__btn:not(.mm-listitem__text) {
	  border-left-width: 1px;
	  border-left-style: solid
  }
  
  .mm-listitem_selected>.mm-listitem__text {
	  background: rgba(255, 255, 255, .4);
	  background: var(--mm-color-background-emphasis)
  }
  
  .mm-listitem_opened>.mm-listitem__btn,
  .mm-listitem_opened>.mm-panel {
	  background: rgba(0, 0, 0, .05);
	  background: var(--mm-color-background-highlight)
  }
  
  [dir=rtl] .mm-listitem:after {
	  left: 0;
	  right: 20px
  }
  
  [dir=rtl] .mm-listitem__text {
	  padding-left: 10px;
	  padding-right: 20px
  }
  
  [dir=rtl] .mm-listitem__btn {
	  padding-left: 50px;
	  border-left-width: 0;
	  border-left-style: none
  }
  
  [dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
	  padding-right: 0;
	  border-right-width: 1px;
	  border-right-style: solid
  }
  
  .mm-page {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  position: relative
  }
  
  .mm-slideout {
	  -webkit-transition: -webkit-transform .4s ease;
	  transition: -webkit-transform .4s ease;
	  -o-transition: transform .4s ease;
	  transition: transform .4s ease;
	  transition: transform .4s ease, -webkit-transform .4s ease;
	  z-index: 1
  }
  
  .mm-wrapper_opened {
	  overflow-x: hidden;
	  position: relative
  }
  
  .mm-wrapper_opened .mm-page {
	  min-height: 100vh
  }
  
  .mm-wrapper_background .mm-page {
	  background: inherit
  }
  
  .mm-menu_offcanvas {
	  position: fixed;
	  right: auto;
	  z-index: 0
  }
  
  .mm-menu_offcanvas:not(.mm-menu_opened) {
	  display: none
  }
  
  .mm-menu_offcanvas {
	  width: 80%;
	  min-width: 240px;
	  max-width: 440px
  }
  
  .mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
	  -webkit-transform: translate3d(70vw, 0, 0);
	  transform: translate3d(70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
		  -webkit-transform: translate3d(240px, 0, 0);
		  transform: translate3d(240px, 0, 0)
	  }
  }
  
  @media all and (min-width:550px) {
	  .mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
		  -webkit-transform: translate3d(440px, 0, 0);
		  transform: translate3d(440px, 0, 0)
	  }
  }
  
  .mm-wrapper__blocker {
	  background: rgba(3, 2, 1, 0);
	  overflow: hidden;
	  display: none;
	  position: fixed;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 2
  }
  
  .mm-wrapper_blocking {
	  overflow: hidden
  }
  
  .mm-wrapper_blocking body {
	  overflow: hidden
  }
  
  .mm-wrapper_blocking .mm-wrapper__blocker {
	  display: block
  }
  
  .mm-sronly {
	  border: 0!important;
	  clip: rect(1px, 1px, 1px, 1px)!important;
	  -webkit-clip-path: inset(50%)!important;
	  clip-path: inset(50%)!important;
	  white-space: nowrap!important;
	  width: 1px!important;
	  min-width: 1px!important;
	  height: 1px!important;
	  min-height: 1px!important;
	  padding: 0!important;
	  overflow: hidden!important;
	  position: absolute!important
  }
  
  .mm-menu_autoheight:not(.mm-menu_offcanvas) {
	  position: relative
  }
  
  .mm-menu_autoheight.mm-menu_position-bottom,
  .mm-menu_autoheight.mm-menu_position-top {
	  max-height: 80%
  }
  
  .mm-menu_autoheight-measuring .mm-panel {
	  display: block!important
  }
  
  .mm-menu_autoheight-measuring .mm-panels>.mm-panel {
	  bottom: auto!important;
	  height: auto!important
  }
  
  .mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
	  display: none!important
  }
  
  [class*=mm-menu_columns-] {
	  -webkit-transition-property: width;
	  -o-transition-property: width;
	  transition-property: width
  }
  
  [class*=mm-menu_columns-] .mm-panels>.mm-panel {
	  right: auto;
	  -webkit-transition-property: width, -webkit-transform;
	  transition-property: width, -webkit-transform;
	  -o-transition-property: width, transform;
	  transition-property: width, transform;
	  transition-property: width, transform, -webkit-transform
  }
  
  [class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
  [class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
	  display: block!important
  }
  
  [class*=mm-panel_columns-] {
	  border-right: 1px solid;
	  border-color: inherit
  }
  
  .mm-menu_columns-1 .mm-panel_columns-0,
  .mm-menu_columns-2 .mm-panel_columns-1,
  .mm-menu_columns-3 .mm-panel_columns-2,
  .mm-menu_columns-4 .mm-panel_columns-3 {
	  border-right: none
  }
  
  [class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-menu_columns-0 .mm-panels>.mm-panel {
	  z-index: 0
  }
  
  .mm-menu_columns-0 .mm-panels>.mm-panel else {
	  width: 100%
  }
  
  .mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0)
  }
  
  .mm-menu_columns-0 {
	  width: 80%;
	  min-width: 240px;
	  max-width: 0
  }
  
  .mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
	  -webkit-transform: translate3d(70vw, 0, 0);
	  transform: translate3d(70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
		  -webkit-transform: translate3d(240px, 0, 0);
		  transform: translate3d(240px, 0, 0)
	  }
  }
  
  @media all and (min-width:0px) {
	  .mm-wrapper_opening .mm-menu_columns-0~.mm-slideout {
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0)
	  }
  }
  
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(-70vw, 0, 0);
	  transform: translate3d(-70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-240px, 0, 0);
		  transform: translate3d(-240px, 0, 0)
	  }
  }
  
  @media all and (min-width:0px) {
	  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0)
	  }
  }
  
  [class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0)
  }
  
  .mm-menu_columns-1 .mm-panels>.mm-panel {
	  z-index: 1;
	  width: 100%
  }
  
  .mm-menu_columns-1 .mm-panels>.mm-panel else {
	  width: 100%
  }
  
  .mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	  -webkit-transform: translate3d(200%, 0, 0);
	  transform: translate3d(200%, 0, 0)
  }
  
  .mm-menu_columns-1 {
	  width: 80%;
	  min-width: 240px;
	  max-width: 440px
  }
  
  .mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
	  -webkit-transform: translate3d(70vw, 0, 0);
	  transform: translate3d(70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
		  -webkit-transform: translate3d(240px, 0, 0);
		  transform: translate3d(240px, 0, 0)
	  }
  }
  
  @media all and (min-width:550px) {
	  .mm-wrapper_opening .mm-menu_columns-1~.mm-slideout {
		  -webkit-transform: translate3d(440px, 0, 0);
		  transform: translate3d(440px, 0, 0)
	  }
  }
  
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(-70vw, 0, 0);
	  transform: translate3d(-70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-240px, 0, 0);
		  transform: translate3d(-240px, 0, 0)
	  }
  }
  
  @media all and (min-width:550px) {
	  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-440px, 0, 0);
		  transform: translate3d(-440px, 0, 0)
	  }
  }
  
  [class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
	  -webkit-transform: translate3d(200%, 0, 0);
	  transform: translate3d(200%, 0, 0)
  }
  
  .mm-menu_columns-2 .mm-panels>.mm-panel {
	  z-index: 2;
	  width: 50%
  }
  
  .mm-menu_columns-2 .mm-panels>.mm-panel else {
	  width: 100%
  }
  
  .mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	  -webkit-transform: translate3d(300%, 0, 0);
	  transform: translate3d(300%, 0, 0)
  }
  
  .mm-menu_columns-2 {
	  width: 80%;
	  min-width: 240px;
	  max-width: 880px
  }
  
  .mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
	  -webkit-transform: translate3d(70vw, 0, 0);
	  transform: translate3d(70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
		  -webkit-transform: translate3d(240px, 0, 0);
		  transform: translate3d(240px, 0, 0)
	  }
  }
  
  @media all and (min-width:1100px) {
	  .mm-wrapper_opening .mm-menu_columns-2~.mm-slideout {
		  -webkit-transform: translate3d(880px, 0, 0);
		  transform: translate3d(880px, 0, 0)
	  }
  }
  
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(-70vw, 0, 0);
	  transform: translate3d(-70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-240px, 0, 0);
		  transform: translate3d(-240px, 0, 0)
	  }
  }
  
  @media all and (min-width:1100px) {
	  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-880px, 0, 0);
		  transform: translate3d(-880px, 0, 0)
	  }
  }
  
  [class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
	  -webkit-transform: translate3d(300%, 0, 0);
	  transform: translate3d(300%, 0, 0)
  }
  
  .mm-menu_columns-3 .mm-panels>.mm-panel {
	  z-index: 3;
	  width: 33.34%
  }
  
  .mm-menu_columns-3 .mm-panels>.mm-panel else {
	  width: 100%
  }
  
  .mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	  -webkit-transform: translate3d(400%, 0, 0);
	  transform: translate3d(400%, 0, 0)
  }
  
  .mm-menu_columns-3 {
	  width: 80%;
	  min-width: 240px;
	  max-width: 1320px
  }
  
  .mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
	  -webkit-transform: translate3d(70vw, 0, 0);
	  transform: translate3d(70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
		  -webkit-transform: translate3d(240px, 0, 0);
		  transform: translate3d(240px, 0, 0)
	  }
  }
  
  @media all and (min-width:1650px) {
	  .mm-wrapper_opening .mm-menu_columns-3~.mm-slideout {
		  -webkit-transform: translate3d(1320px, 0, 0);
		  transform: translate3d(1320px, 0, 0)
	  }
  }
  
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(-70vw, 0, 0);
	  transform: translate3d(-70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-240px, 0, 0);
		  transform: translate3d(-240px, 0, 0)
	  }
  }
  
  @media all and (min-width:1650px) {
	  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-1320px, 0, 0);
		  transform: translate3d(-1320px, 0, 0)
	  }
  }
  
  [class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
	  -webkit-transform: translate3d(400%, 0, 0);
	  transform: translate3d(400%, 0, 0)
  }
  
  .mm-menu_columns-4 .mm-panels>.mm-panel {
	  z-index: 4;
	  width: 25%
  }
  
  .mm-menu_columns-4 .mm-panels>.mm-panel else {
	  width: 100%
  }
  
  .mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	  -webkit-transform: translate3d(500%, 0, 0);
	  transform: translate3d(500%, 0, 0)
  }
  
  .mm-menu_columns-4 {
	  width: 80%;
	  min-width: 240px;
	  max-width: 1760px
  }
  
  .mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
	  -webkit-transform: translate3d(70vw, 0, 0);
	  transform: translate3d(70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
		  -webkit-transform: translate3d(240px, 0, 0);
		  transform: translate3d(240px, 0, 0)
	  }
  }
  
  @media all and (min-width:2200px) {
	  .mm-wrapper_opening .mm-menu_columns-4~.mm-slideout {
		  -webkit-transform: translate3d(1760px, 0, 0);
		  transform: translate3d(1760px, 0, 0)
	  }
  }
  
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(-70vw, 0, 0);
	  transform: translate3d(-70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-240px, 0, 0);
		  transform: translate3d(-240px, 0, 0)
	  }
  }
  
  @media all and (min-width:2200px) {
	  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-1760px, 0, 0);
		  transform: translate3d(-1760px, 0, 0)
	  }
  }
  
  [class*=mm-menu_columns-].mm-menu_position-bottom,
  [class*=mm-menu_columns-].mm-menu_position-top {
	  width: 100%;
	  max-width: 100%;
	  min-width: 100%
  }
  
  .mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
	  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
	  transition-property: width, min-width, max-width, -webkit-transform;
	  -o-transition-property: width, min-width, max-width, transform;
	  transition-property: width, min-width, max-width, transform;
	  transition-property: width, min-width, max-width, transform, -webkit-transform
  }
  
  .mm-counter {
	  color: rgba(0, 0, 0, .3);
	  display: block;
	  padding-left: 20px;
	  float: right;
	  text-align: right;
	  color: var(--mm-color-text-dimmed)
  }
  
  .mm-listitem_nosubitems>.mm-counter {
	  display: none
  }
  
  [dir=rtl] .mm-counter {
	  text-align: left;
	  float: left;
	  padding-left: 0;
	  padding-right: 20px
  }
  
  .mm-divider {
	  position: relative;
	  min-height: 20px;
	  padding: 4.3px;
	  background: #f3f3f3;
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	  min-height: var(--mm-line-height);
	  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
	  padding-right: 10px;
	  padding-left: 20px;
	  font-size: 75%;
	  text-transform: uppercase;
	  background: var(--mm-color-background);
	  opacity: 1;
	  -webkit-transition: opacity .4s ease;
	  -o-transition: opacity .4s ease;
	  transition: opacity .4s ease
  }
  
  .mm-divider:before {
	  background: rgba(0, 0, 0, .05)
  }
  
  @supports ((position:-webkit-sticky) or (position:sticky)) {
	  .mm-divider {
		  position: -webkit-sticky;
		  position: sticky;
		  z-index: 2;
		  top: 0
	  }
	  .mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider {
		  top: var(--mm-navbar-size)
	  }
  }
  
  .mm-divider:before {
	  content: '';
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: -1;
	  background: var(--mm-color-background-highlight)
  }
  
  .mm-wrapper_dragging .mm-menu,
  .mm-wrapper_dragging .mm-slideout {
	  -webkit-transition-duration: 0s!important;
	  -o-transition-duration: 0s!important;
	  transition-duration: 0s!important;
	  -webkit-user-select: none!important;
	  -moz-user-select: none!important;
	  -ms-user-select: none!important;
	  user-select: none!important
  }
  
  .mm-wrapper_dragging .mm-menu {
	  pointer-events: none!important
  }
  
  .mm-wrapper_dragging .mm-wrapper__blocker {
	  display: none!important
  }
  
  .mm-menu_dropdown {
	  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	  height: 80%
  }
  
  .mm-wrapper_dropdown .mm-slideout {
	  -webkit-transform: none!important;
	  -ms-transform: none!important;
	  transform: none!important;
	  z-index: 0
  }
  
  .mm-wrapper_dropdown .mm-wrapper__blocker {
	  -webkit-transition-delay: 0s!important;
	  -o-transition-delay: 0s!important;
	  transition-delay: 0s!important;
	  z-index: 1
  }
  
  .mm-wrapper_dropdown .mm-menu_dropdown {
	  z-index: 2
  }
  
  .mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
	  display: none
  }
  
  .mm-menu_tip-bottom:before,
  .mm-menu_tip-left:before,
  .mm-menu_tip-right:before,
  .mm-menu_tip-top:before {
	  content: '';
	  background: inherit;
	  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	  display: block;
	  width: 15px;
	  height: 15px;
	  position: absolute;
	  z-index: -1;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg)
  }
  
  .mm-menu_tip-left:before {
	  left: 22px
  }
  
  .mm-menu_tip-right:before {
	  right: 22px
  }
  
  .mm-menu_tip-top:before {
	  top: -8px
  }
  
  .mm-menu_tip-bottom:before {
	  bottom: -8px
  }
  
  :root {
	  --mm-iconbar-size: 50px
  }
  
  .mm-menu_iconbar-left .mm-navbars_bottom,
  .mm-menu_iconbar-left .mm-navbars_top,
  .mm-menu_iconbar-left .mm-panels {
	  margin-left: 50px;
	  margin-left: var(--mm-iconbar-size)
  }
  
  .mm-menu_iconbar-left .mm-iconbar {
	  border-right-width: 1px;
	  display: block;
	  left: 0
  }
  
  .mm-menu_iconbar-right .mm-navbars_bottom,
  .mm-menu_iconbar-right .mm-navbars_top,
  .mm-menu_iconbar-right .mm-panels {
	  margin-right: 50px;
	  margin-right: var(--mm-iconbar-size)
  }
  
  .mm-menu_iconbar-right .mm-iconbar {
	  border-left-width: 1px;
	  display: block;
	  right: 0
  }
  
  .mm-iconbar {
	  width: 50px;
	  border-color: rgba(0, 0, 0, .1);
	  background: #f3f3f3;
	  color: rgba(0, 0, 0, .3);
	  display: none;
	  width: var(--mm-iconbar-size);
	  overflow: hidden;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  z-index: 2;
	  border: 0 solid;
	  border-color: var(--mm-color-border);
	  background: var(--mm-color-background);
	  color: var(--mm-color-text-dimmed);
	  text-align: center
  }
  
  .mm-iconbar__bottom,
  .mm-iconbar__top {
	  width: inherit;
	  position: absolute
  }
  
  .mm-iconbar__bottom>*,
  .mm-iconbar__top>* {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  display: block;
	  padding: 12.5px 0
  }
  
  .mm-iconbar__bottom a,
  .mm-iconbar__bottom a:hover,
  .mm-iconbar__top a,
  .mm-iconbar__top a:hover {
	  text-decoration: none
  }
  
  .mm-iconbar__top {
	  top: 0
  }
  
  .mm-iconbar__bottom {
	  bottom: 0
  }
  
  .mm-iconbar__tab_selected {
	  background: rgba(255, 255, 255, .4);
	  background: var(--mm-color-background-emphasis)
  }
  
  :root {
	  --mm-iconpanel-size: 50px
  }
  
  .mm-panel_iconpanel-1 {
	  width: calc(100% - 50px);
	  width: calc(100% - (var(--mm-iconpanel-size) * 1))
  }
  
  .mm-panel_iconpanel-2 {
	  width: calc(100% - 100px);
	  width: calc(100% - (var(--mm-iconpanel-size) * 2))
  }
  
  .mm-panel_iconpanel-3 {
	  width: calc(100% - 150px);
	  width: calc(100% - (var(--mm-iconpanel-size) * 3))
  }
  
  .mm-panel_iconpanel-first~.mm-panel {
	  width: calc(100% - 50px);
	  width: calc(100% - var(--mm-iconpanel-size))
  }
  
  .mm-menu_iconpanel .mm-panels>.mm-panel {
	  left: auto;
	  -webkit-transition-property: width, -webkit-transform;
	  transition-property: width, -webkit-transform;
	  -o-transition-property: transform, width;
	  transition-property: transform, width;
	  transition-property: transform, width, -webkit-transform
  }
  
  .mm-menu_iconpanel .mm-panels>.mm-panel_opened,
  .mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
	  display: block!important
  }
  
  .mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
	  overflow-y: hidden;
	  -webkit-transform: unset;
	  -ms-transform: unset;
	  transform: unset
  }
  
  .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	  border-left-width: 1px;
	  border-left-style: solid
  }
  
  .mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,
  .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
	  opacity: 0
  }
  
  .mm-panel__blocker {
	  background: inherit;
	  opacity: 0;
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 0;
	  left: 0;
	  z-index: 3;
	  -webkit-transition: opacity .4s ease;
	  -o-transition: opacity .4s ease;
	  transition: opacity .4s ease
  }
  
  .mm-panel_opened-parent .mm-panel__blocker {
	  opacity: .6;
	  bottom: -100000px
  }
  
  [dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {
	  left: 0;
	  right: auto;
	  -webkit-transition-property: width, -webkit-transform;
	  transition-property: width, -webkit-transform;
	  -o-transition-property: transform, width;
	  transition-property: transform, width;
	  transition-property: transform, width, -webkit-transform
  }
  
  [dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	  border-left: none;
	  border-right: 1px solid;
	  border-color: inherit
  }
  
  .mm-menu_keyboardfocus a:focus,
  .mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus {
	  background: rgba(255, 255, 255, .4);
	  background: var(--mm-color-background-emphasis);
	  outline: 0
  }
  
  .mm-wrapper__blocker .mm-tabstart {
	  cursor: default;
	  display: block;
	  width: 100%;
	  height: 100%
  }
  
  .mm-wrapper__blocker .mm-tabend {
	  opacity: 0;
	  position: absolute;
	  bottom: 0
  }
  
  .mm-navbars_top {
	  -ms-flex-negative: 0;
	  flex-shrink: 0
  }
  
  .mm-navbars_top .mm-navbar:not(:last-child) {
	  border-bottom: none
  }
  
  .mm-navbars_bottom {
	  -ms-flex-negative: 0;
	  flex-shrink: 0
  }
  
  .mm-navbars_bottom .mm-navbar {
	  border-bottom: none
  }
  
  .mm-navbars_bottom .mm-navbar:first-child {
	  border-top: 1px solid rgba(0, 0, 0, .1);
	  border-top: 1px solid var(--mm-color-border)
  }
  
  .mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input {
	  padding-left: 0
  }
  
  .mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
	  padding-right: 0
  }
  
  .mm-navbar__breadcrumbs {
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	  -webkit-box-flex: 1;
	  -ms-flex: 1 1 50%;
	  flex: 1 1 50%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: start;
	  -ms-flex-pack: start;
	  justify-content: flex-start;
	  padding: 0 20px;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch
  }
  
  .mm-navbar__breadcrumbs>* {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  padding-right: 6px
  }
  
  .mm-navbar__breadcrumbs>a {
	  text-decoration: underline
  }
  
  .mm-navbar__breadcrumbs:not(:last-child) {
	  padding-right: 0
  }
  
  .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
	  padding-left: 0
  }
  
  .mm-navbar_tabs>* {
	  padding: 0 10px;
	  border: 1px solid transparent
  }
  
  .mm-navbar__tab_selected {
	  background: #f3f3f3;
	  color: rgba(0, 0, 0, .75);
	  background: var(--mm-color-background);
	  color: var(--mm-color-text)
  }
  
  .mm-navbar__tab_selected:not(:first-child) {
	  border-left-color: rgba(0, 0, 0, .1)
  }
  
  .mm-navbar__tab_selected:not(:last-child) {
	  border-right-color: rgba(0, 0, 0, .1)
  }
  
  .mm-navbar__tab_selected:not(:first-child) {
	  border-left-color: var(--mm-color-border)
  }
  
  .mm-navbar__tab_selected:not(:last-child) {
	  border-right-color: var(--mm-color-border)
  }
  
  .mm-navbars_top .mm-navbar_tabs {
	  border-bottom: none
  }
  
  .mm-navbars_top .mm-navbar_tabs>* {
	  border-bottom-color: rgba(0, 0, 0, .1);
	  border-bottom-color: var(--mm-color-border)
  }
  
  .mm-navbars_top .mm-navbar__tab_selected {
	  border-top-color: rgba(0, 0, 0, .1);
	  border-top-color: var(--mm-color-border);
	  border-bottom-color: transparent
  }
  
  .mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
	  background: rgba(255, 255, 255, .4);
	  background: var(--mm-color-background-emphasis)
  }
  
  .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
	  background: #f3f3f3;
	  background: var(--mm-color-background)
  }
  
  .mm-navbars_bottom .mm-navbar_tabs:first-child {
	  border-top: none
  }
  
  .mm-navbars_bottom .mm-navbar_tabs>* {
	  border-top-color: rgba(0, 0, 0, .1);
	  border-top-color: var(--mm-color-border)
  }
  
  .mm-navbars_bottom .mm-navbar__tab_selected {
	  border-bottom-color: rgba(0, 0, 0, .1);
	  border-bottom-color: var(--mm-color-border);
	  border-top-color: transparent
  }
  
  .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
	  background: #f3f3f3;
	  background: var(--mm-color-background)
  }
  
  .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,
  .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
	  background: rgba(255, 255, 255, .4);
	  background: var(--mm-color-background-emphasis)
  }
  
  .mm-searchfield {
	  height: 44px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  height: var(--mm-navbar-size);
	  padding: 0;
	  overflow: hidden
  }
  
  .mm-searchfield input {
	  height: 30.8px;
	  line-height: 30.8px
  }
  
  .mm-searchfield input,
  .mm-searchfield input:focus,
  .mm-searchfield input:hover {
	  background: rgba(0, 0, 0, .05);
	  color: rgba(0, 0, 0, .75)
  }
  
  .mm-searchfield input {
	  display: block;
	  width: 100%;
	  max-width: 100%;
	  height: calc(var(--mm-navbar-size) * .7);
	  min-height: unset;
	  max-height: unset;
	  margin: 0;
	  padding: 0 10px;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  border: none!important;
	  border-radius: 4px;
	  line-height: calc(var(--mm-navbar-size) * .7);
	  -webkit-box-shadow: none!important;
	  box-shadow: none!important;
	  outline: 0!important;
	  font: inherit;
	  font-size: inherit
  }
  
  .mm-searchfield input,
  .mm-searchfield input:focus,
  .mm-searchfield input:hover {
	  background: var(--mm-color-background-highlight);
	  color: var(--mm-color-text)
  }
  
  .mm-searchfield input::-ms-clear {
	  display: none
  }
  
  .mm-searchfield__input {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-flex: 1;
	  -ms-flex: 1;
	  flex: 1;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  position: relative;
	  width: 100%;
	  max-width: 100%;
	  padding: 0 10px;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  
  .mm-panel__noresultsmsg {
	  color: rgba(0, 0, 0, .3);
	  padding: 50px 0;
	  color: var(--mm-color-text-dimmed);
	  text-align: center;
	  font-size: 150%
  }
  
  .mm-searchfield__btn {
	  position: absolute;
	  right: 0;
	  top: 0;
	  bottom: 0
  }
  
  .mm-panel_search {
	  left: 0!important;
	  right: 0!important;
	  width: 100%!important;
	  border-left: none!important
  }
  
  .mm-searchfield__cancel {
	  line-height: 44px;
	  display: block;
	  padding-right: 10px;
	  margin-right: -100px;
	  line-height: var(--mm-navbar-size);
	  text-decoration: none;
	  -webkit-transition: margin .4s ease;
	  -o-transition: margin .4s ease;
	  transition: margin .4s ease
  }
  
  .mm-searchfield__cancel-active {
	  margin-right: 0
  }
  
  .mm-listitem_nosubitems>.mm-listitem__btn {
	  display: none
  }
  
  .mm-listitem_nosubitems>.mm-listitem__text {
	  padding-right: 10px
  }
  
  .mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn) {
	  z-index: -1;
	  pointer-events: none
  }
  
  .mm-sectionindexer {
	  background: inherit;
	  text-align: center;
	  font-size: 12px;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 20px;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: -20px;
	  z-index: 5;
	  -webkit-transition: right .4s ease;
	  -o-transition: right .4s ease;
	  transition: right .4s ease;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-pack: space-evenly;
	  -ms-flex-pack: space-evenly;
	  justify-content: space-evenly
  }
  
  .mm-sectionindexer a {
	  color: rgba(0, 0, 0, .3);
	  color: var(--mm-color-text-dimmed);
	  line-height: 1;
	  text-decoration: none;
	  display: block
  }
  
  .mm-sectionindexer~.mm-panel {
	  padding-right: 0
  }
  
  .mm-sectionindexer_active {
	  right: 0
  }
  
  .mm-sectionindexer_active~.mm-panel {
	  padding-right: 20px
  }
  
  .mm-menu_selected-hover .mm-listitem__btn,
  .mm-menu_selected-hover .mm-listitem__text,
  .mm-menu_selected-parent .mm-listitem__btn,
  .mm-menu_selected-parent .mm-listitem__text {
	  -webkit-transition: background-color .4s ease;
	  -o-transition: background-color .4s ease;
	  transition: background-color .4s ease
  }
  
  .mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>.mm-listitem__text {
	  background: 0 0
  }
  
  .mm-menu_selected-hover .mm-listitem__btn:hover,
  .mm-menu_selected-hover .mm-listitem__text:hover {
	  background: rgba(255, 255, 255, .4);
	  background: var(--mm-color-background-emphasis)
  }
  
  .mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text {
	  background: 0 0
  }
  
  .mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,
  .mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
	  background: rgba(255, 255, 255, .4);
	  background: var(--mm-color-background-emphasis)
  }
  
  :root {
	  --mm-sidebar-collapsed-size: 50px;
	  --mm-sidebar-expanded-size: 440px
  }
  
  .mm-wrapper_sidebar-collapsed body,
  .mm-wrapper_sidebar-expanded body {
	  position: relative
  }
  
  .mm-wrapper_sidebar-collapsed .mm-slideout,
  .mm-wrapper_sidebar-expanded .mm-slideout {
	  -webkit-transition-property: width, -webkit-transform;
	  transition-property: width, -webkit-transform;
	  -o-transition-property: width, transform;
	  transition-property: width, transform;
	  transition-property: width, transform, -webkit-transform
  }
  
  .mm-wrapper_sidebar-collapsed .mm-page,
  .mm-wrapper_sidebar-expanded .mm-page {
	  background: inherit;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  min-height: 100vh
  }
  
  .mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
	  display: -webkit-box!important;
	  display: -ms-flexbox!important;
	  display: flex!important;
	  top: 0!important;
	  right: auto!important;
	  bottom: 0!important;
	  left: 0!important
  }
  
  .mm-wrapper_sidebar-collapsed .mm-slideout {
	  width: calc(100% - 50px);
	  -webkit-transform: translate3d(50px, 0, 0);
	  transform: translate3d(50px, 0, 0);
	  width: calc(100% - var(--mm-sidebar-collapsed-size));
	  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
	  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
  }
  
  .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,
  .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
	  opacity: 0
  }
  
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
	  width: 440px;
	  width: var(--mm-sidebar-expanded-size);
	  min-width: 0!important;
	  max-width: 100000px!important;
	  border-right-width: 1px;
	  border-right-style: solid
  }
  
  .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
	  content: none;
	  display: none
  }
  
  .mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
  .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
	  overflow: visible
  }
  
  .mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
	  display: none!important
  }
  
  .mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
	  width: calc(100% - 440px);
	  -webkit-transform: translate3d(440px, 0, 0);
	  transform: translate3d(440px, 0, 0);
	  width: calc(100% - var(--mm-sidebar-expanded-size));
	  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
	  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
  }
  
  .mm-menu__blocker {
	  background: rgba(3, 2, 1, 0);
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 3
  }
  
  .mm-menu_opened .mm-menu__blocker {
	  display: none
  }
  
  [dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  [dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  [dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  input.mm-toggle {
	  margin-top: 5px;
	  background: rgba(0, 0, 0, .1);
	  display: inline-block;
	  min-width: 58px;
	  width: 58px;
	  height: 34px;
	  margin: 0 10px;
	  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
	  border: none!important;
	  background: var(--mm-color-border);
	  border-radius: 34px;
	  -webkit-appearance: none!important;
	  -moz-appearance: none!important;
	  appearance: none!important;
	  cursor: pointer;
	  -webkit-transition: background-color .2s ease;
	  -o-transition: background-color .2s ease;
	  transition: background-color .2s ease
  }
  
  input.mm-toggle:before {
	  background: #f3f3f3
  }
  
  input.mm-toggle:before {
	  content: '';
	  display: block;
	  width: 32px;
	  height: 32px;
	  margin: 1px;
	  border-radius: 34px;
	  background: var(--mm-color-background);
	  -webkit-transition: -webkit-transform .2s ease;
	  transition: -webkit-transform .2s ease;
	  -o-transition: transform .2s ease;
	  transition: transform .2s ease;
	  transition: transform .2s ease, -webkit-transform .2s ease
  }
  
  input.mm-toggle:checked {
	  background: #4bd963
  }
  
  input.mm-toggle:checked:before {
	  -webkit-transform: translateX(24px);
	  -ms-transform: translateX(24px);
	  transform: translateX(24px)
  }
  
  input.mm-check {
	  margin-top: 2px;
	  -webkit-appearance: none!important;
	  -moz-appearance: none!important;
	  appearance: none!important;
	  border: none!important;
	  background: 0 0!important;
	  cursor: pointer;
	  display: inline-block;
	  width: 40px;
	  height: 40px;
	  margin: 0 10px;
	  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2)
  }
  
  input.mm-check:before {
	  content: '';
	  display: block;
	  width: 40%;
	  height: 20%;
	  margin: 25% 0 0 20%;
	  border-left: 3px solid;
	  border-bottom: 3px solid;
	  border-color: var(--mm-color-text);
	  opacity: .3;
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  -webkit-transition: opacity .2s ease;
	  -o-transition: opacity .2s ease;
	  transition: opacity .2s ease
  }
  
  input.mm-check:checked:before {
	  opacity: 1
  }
  
  [dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {
	  float: left
  }
  
  .mm-menu_border-none .mm-listitem:after {
	  content: none
  }
  
  .mm-menu_border-full .mm-listitem:after {
	  left: 0!important
  }
  
  .mm-menu_fx-menu-slide {
	  -webkit-transition: -webkit-transform .4s ease;
	  transition: -webkit-transform .4s ease;
	  -o-transition: transform .4s ease;
	  transition: transform .4s ease;
	  transition: transform .4s ease, -webkit-transform .4s ease
  }
  
  .mm-wrapper_opened .mm-menu_fx-menu-slide {
	  -webkit-transform: translate3d(-30%, 0, 0);
	  transform: translate3d(-30%, 0, 0)
  }
  
  .mm-wrapper_opening .mm-menu_fx-menu-slide {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
	  -webkit-transform: translate3d(30%, 0, 0);
	  transform: translate3d(30%, 0, 0)
  }
  
  .mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-menu_fx-panels-none .mm-panel,
  .mm-panel_fx-none {
	  -webkit-transition-property: none;
	  -o-transition-property: none;
	  transition-property: none
  }
  
  .mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
  .mm-panel_fx-none.mm-panel_opened-parent {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0)
  }
  
  .mm-menu_fullscreen {
	  width: 100%;
	  min-width: 140px;
	  max-width: 10000px
  }
  
  .mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
	  -webkit-transform: translate3d(100vw, 0, 0);
	  transform: translate3d(100vw, 0, 0)
  }
  
  @media all and (max-width:140px) {
	  .mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
		  -webkit-transform: translate3d(140px, 0, 0);
		  transform: translate3d(140px, 0, 0)
	  }
  }
  
  @media all and (min-width:10000px) {
	  .mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout {
		  -webkit-transform: translate3d(10000px, 0, 0);
		  transform: translate3d(10000px, 0, 0)
	  }
  }
  
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(-100vw, 0, 0);
	  transform: translate3d(-100vw, 0, 0)
  }
  
  @media all and (max-width:140px) {
	  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-140px, 0, 0);
		  transform: translate3d(-140px, 0, 0)
	  }
  }
  
  @media all and (min-width:10000px) {
	  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-10000px, 0, 0);
		  transform: translate3d(-10000px, 0, 0)
	  }
  }
  
  .mm-menu_fullscreen.mm-menu_position-top {
	  height: 100vh;
	  min-height: 140px;
	  max-height: 10000px
  }
  
  .mm-menu_fullscreen.mm-menu_position-bottom {
	  height: 100vh;
	  min-height: 140px;
	  max-height: 10000px
  }
  
  .mm-menu_listview-justify .mm-panels>.mm-panel {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column
  }
  
  .mm-menu_listview-justify .mm-panels>.mm-panel:after {
	  content: none;
	  display: none
  }
  
  .mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview {
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  height: 100%;
	  margin-top: 0;
	  margin-bottom: 0
  }
  
  .mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem {
	  -webkit-box-flex: 1;
	  -ms-flex: 1 0 auto;
	  flex: 1 0 auto;
	  min-height: 50px
  }
  
  .mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-box-flex: 1;
	  -ms-flex: 1 0 auto;
	  flex: 1 0 auto;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center
  }
  
  .mm-listview_inset {
	  list-style: inside disc;
	  width: 100%;
	  padding: 0 30px 15px 30px;
	  margin: 0
  }
  
  .mm-listview_inset .mm-listitem {
	  padding: 5px 0
  }
  
  .mm-menu_multiline .mm-listitem__text {
	  -o-text-overflow: clip;
	  text-overflow: clip;
	  white-space: normal
  }
  
  [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
	  opacity: 0
  }
  
  .mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
	  opacity: .7;
	  -webkit-transition: opacity .4s ease .4s;
	  -o-transition: opacity .4s ease .4s;
	  transition: opacity .4s ease .4s
  }
  
  .mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
	  background: inherit
  }
  
  .mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
	  background: #000
  }
  
  .mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
	  background: #fff
  }
  
  .mm-menu_popup {
	  -webkit-transition: opacity .4s ease;
	  -o-transition: opacity .4s ease;
	  transition: opacity .4s ease;
	  opacity: 0;
	  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	  height: 80%;
	  min-height: 140px;
	  max-height: 880px;
	  top: 50%;
	  left: 50%;
	  bottom: auto;
	  right: auto;
	  z-index: 2;
	  -webkit-transform: translate3d(-50%, -50%, 0);
	  transform: translate3d(-50%, -50%, 0)
  }
  
  .mm-menu_popup.mm-menu_opened~.mm-slideout {
	  -webkit-transform: none!important;
	  -ms-transform: none!important;
	  transform: none!important;
	  z-index: 0
  }
  
  .mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
	  -webkit-transition-delay: 0s!important;
	  -o-transition-delay: 0s!important;
	  transition-delay: 0s!important;
	  z-index: 1
  }
  
  .mm-wrapper_opening .mm-menu_popup {
	  opacity: 1
  }
  
  .mm-menu_position-right {
	  left: auto;
	  right: 0
  }
  
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
	  -webkit-transform: translate3d(-70vw, 0, 0);
	  transform: translate3d(-70vw, 0, 0)
  }
  
  @media all and (max-width:300px) {
	  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-240px, 0, 0);
		  transform: translate3d(-240px, 0, 0)
	  }
  }
  
  @media all and (min-width:550px) {
	  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		  -webkit-transform: translate3d(-440px, 0, 0);
		  transform: translate3d(-440px, 0, 0)
	  }
  }
  
  .mm-menu_position-bottom,
  .mm-menu_position-front,
  .mm-menu_position-top {
	  -webkit-transition: -webkit-transform .4s ease;
	  transition: -webkit-transform .4s ease;
	  -o-transition: transform .4s ease;
	  transition: transform .4s ease;
	  transition: transform .4s ease, -webkit-transform .4s ease
  }
  
  .mm-menu_position-bottom.mm-menu_opened,
  .mm-menu_position-front.mm-menu_opened,
  .mm-menu_position-top.mm-menu_opened {
	  z-index: 2
  }
  
  .mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
  .mm-menu_position-front.mm-menu_opened~.mm-slideout,
  .mm-menu_position-top.mm-menu_opened~.mm-slideout {
	  -webkit-transform: none!important;
	  -ms-transform: none!important;
	  transform: none!important;
	  z-index: 0
  }
  
  .mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,
  .mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,
  .mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
	  z-index: 1
  }
  
  .mm-menu_position-front {
	  -webkit-transform: translate3d(-100%, 0, 0);
	  transform: translate3d(-100%, 0, 0)
  }
  
  .mm-menu_position-front.mm-menu_position-right {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0)
  }
  
  .mm-menu_position-bottom,
  .mm-menu_position-top {
	  width: 100%;
	  min-width: 100%;
	  max-width: 100%
  }
  
  .mm-menu_position-top {
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0)
  }
  
  .mm-menu_position-top {
	  height: 80vh;
	  min-height: 140px;
	  max-height: 880px
  }
  
  .mm-menu_position-bottom {
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	  top: auto
  }
  
  .mm-menu_position-bottom {
	  height: 80vh;
	  min-height: 140px;
	  max-height: 880px
  }
  
  .mm-wrapper_opening .mm-menu_position-bottom,
  .mm-wrapper_opening .mm-menu_position-front,
  .mm-wrapper_opening .mm-menu_position-top {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mm-menu_shadow-page:after {
	  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	  content: '';
	  display: block;
	  width: 20px;
	  height: 120%;
	  position: absolute;
	  left: 100%;
	  top: -10%;
	  z-index: 100;
	  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	  -webkit-box-shadow: var(--mm-shadow);
	  box-shadow: var(--mm-shadow)
  }
  
  .mm-menu_shadow-page.mm-menu_position-right:after {
	  left: auto;
	  right: 100%;
	  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
	  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
  }
  
  .mm-menu_shadow-page.mm-menu_position-front:after {
	  content: none;
	  display: none
  }
  
  .mm-menu_shadow-menu {
	  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	  -webkit-box-shadow: var(--mm-shadow);
	  box-shadow: var(--mm-shadow)
  }
  
  .mm-menu_shadow-panels .mm-panels>.mm-panel {
	  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	  -webkit-box-shadow: var(--mm-shadow);
	  box-shadow: var(--mm-shadow)
  }
  
  .mm-menu_tileview .mm-listview,
  .mm-panel_tileview .mm-listview {
	  margin: 0!important
  }
  
  .mm-menu_tileview .mm-listview:after,
  .mm-panel_tileview .mm-listview:after {
	  content: '';
	  display: block;
	  clear: both
  }
  
  .mm-menu_tileview .mm-listitem,
  .mm-panel_tileview .mm-listitem {
	  padding: 0;
	  float: left;
	  position: relative;
	  width: 50%;
	  height: 0;
	  padding-top: 50%
  }
  
  .mm-menu_tileview .mm-listitem:after,
  .mm-panel_tileview .mm-listitem:after {
	  left: 0;
	  top: 0;
	  border-right-width: 1px;
	  border-right-style: solid;
	  z-index: -1
  }
  
  .mm-menu_tileview .mm-listitem.mm-tile-xs,
  .mm-panel_tileview .mm-listitem.mm-tile-xs {
	  width: 12.5%;
	  padding-top: 12.5%
  }
  
  .mm-menu_tileview .mm-listitem.mm-tile-s,
  .mm-panel_tileview .mm-listitem.mm-tile-s {
	  width: 25%;
	  padding-top: 25%
  }
  
  .mm-menu_tileview .mm-listitem.mm-tile-l,
  .mm-panel_tileview .mm-listitem.mm-tile-l {
	  width: 75%;
	  padding-top: 75%
  }
  
  .mm-menu_tileview .mm-listitem.mm-tile-xl,
  .mm-panel_tileview .mm-listitem.mm-tile-xl {
	  width: 100%;
	  padding-top: 100%
  }
  
  .mm-menu_tileview .mm-listitem__text,
  .mm-panel_tileview .mm-listitem__text {
	  line-height: 1px;
	  text-align: center;
	  padding: 50% 10px 0 10px;
	  margin: 0;
	  position: absolute;
	  top: 0;
	  right: 1px;
	  bottom: 1px;
	  left: 0
  }
  
  .mm-menu_tileview .mm-listitem__btn,
  .mm-panel_tileview .mm-listitem__btn {
	  width: auto
  }
  
  .mm-menu_tileview .mm-listitem__btn:after,
  .mm-menu_tileview .mm-listitem__btn:before,
  .mm-panel_tileview .mm-listitem__btn:after,
  .mm-panel_tileview .mm-listitem__btn:before {
	  content: none;
	  display: none
  }
  
  .mm-menu_tileview .mm-divider,
  .mm-panel_tileview .mm-divider {
	  display: none
  }
  
  .mm-menu_tileview .mm-panel,
  .mm-panel_tileview {
	  padding-left: 0;
	  padding-right: 0
  }
  
  .mm-menu_tileview .mm-panel:after,
  .mm-menu_tileview .mm-panel:before,
  .mm-panel_tileview:after,
  .mm-panel_tileview:before {
	  content: none;
	  display: none
  }
  
  body.modal-open .mm-slideout {
	  z-index: unset
  }
  
  
  /*jquery-mhead.css*/
  .mh-head {
	  text-align: center;
	  padding: 0 10px;
	  margin: 0;
	  position: relative;
	  background: #ccc;
	  color: #333;
	  height: 40px
  }
  
  .mh-head a {
	  color: inherit;
	  text-decoration: none
  }
  
  .mh-head.mh-size-2 {
	  height: 80px
  }
  
  .mh-head.mh-size-3 {
	  height: 120px
  }
  
  .mh-head.mh-sticky {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  left: 0;
	  right: 0;
	  z-index: 10;
	  transition: -webkit-transform .2s ease;
	  transition: transform .2s ease;
	  transition: transform .2s ease, -webkit-transform .2s ease;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mh-head.mh-sticky.mh-scrolledout {
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0)
  }
  
  .mh-head .mh-text {
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  line-height: 20px;
	  display: block;
	  padding: 10px
  }
  
  .mh-head.mh-align-left .mh-text {
	  text-align: left
  }
  
  .mh-head.mh-align-right .mh-text {
	  text-align: right
  }
  
  .mh-head.mh-btns-left {
	  padding-left: 50px
  }
  
  .mh-head.mh-btns-left-2 {
	  padding-left: 90px
  }
  
  .mh-head.mh-btns-left-3 {
	  padding-left: 130px
  }
  
  .mh-head.mh-btns-right {
	  padding-right: 50px
  }
  
  .mh-head.mh-btns-right-2 {
	  padding-right: 90px
  }
  
  .mh-head.mh-btns-right-3 {
	  padding-right: 130px
  }
  
  .mh-head .mh-btns-left,
  .mh-head .mh-btns-right {
	  display: block;
	  width: 40px;
	  position: absolute;
	  top: 0;
	  bottom: 0
  }
  
  .mh-head .mh-btns-left {
	  left: 10px
  }
  
  .mh-head .mh-btns-right {
	  right: 10px
  }
  
  .mh-head.mh-btns-left-2 .mh-btns-left,
  .mh-head.mh-btns-right-2 .mh-btns-right {
	  width: 80px
  }
  
  .mh-head.mh-btns-left-3 .mh-btns-left,
  .mh-head.mh-btns-right-3 .mh-btns-right {
	  width: 120px
  }
  
  .mh-head .mh-btns-left>*,
  .mh-head .mh-btns-right>* {
	  text-align: center;
	  font-size: 18px;
	  line-height: 20px;
	  width: 40px;
	  display: block;
	  padding: 10px 0;
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%)
  }
  
  .mh-head .mh-btns-left>:nth-child(1),
  .mh-head .mh-btns-right>:nth-child(1) {
	  left: 0
  }
  
  .mh-head .mh-btns-left>:nth-child(2),
  .mh-head .mh-btns-right>:nth-child(2) {
	  left: 40px
  }
  
  .mh-head .mh-btns-left>:nth-child(3),
  .mh-head .mh-btns-right>:nth-child(3) {
	  left: 80px
  }
  
  .mh-head .mh-list {
	  -webkit-overflow-scrolling: touch;
	  overflow-x: auto;
	  white-space: nowrap;
	  list-style: none;
	  line-height: 20px;
	  display: block;
	  padding: 0;
	  margin: 0
  }
  
  .mh-head .mh-list li {
	  display: inline-block;
	  padding: 0;
	  margin: 0
  }
  
  .mh-head .mh-list li a,
  .mh-head .mh-list li span {
	  display: block;
	  padding: 10px
  }
  
  .mh-head.mh-align-left .mh-list {
	  text-align: left
  }
  
  .mh-head.mh-align-right .mh-list {
	  text-align: right
  }
  
  .mh-head .hamburger {
	  margin-top: 2px;
	  -webkit-transform: scale(.6, .7) translateY(-50%);
	  -ms-transform: scale(.6, .7) translateY(-50%);
	  transform: scale(.6, .7) translateY(-50%);
	  -webkit-transform-origin: top center;
	  -ms-transform-origin: top center;
	  transform-origin: top center
  }
  
  .mh-head .mh-image,
  .mh-head .mh-logo {
	  background: none center center transparent no-repeat;
	  display: block;
	  height: 100%
  }
  
  .mh-head .mh-logo {
	  background-size: contain;
	  background-clip: content-box;
	  padding: 10px
  }
  
  .mh-head.mh-align-left .mh-logo {
	  background-position: left center
  }
  
  .mh-head.mh-align-right .mh-logo {
	  background-position: right center
  }
  
  .mh-head .mh-image {
	  background-size: cover
  }
  
  .mh-head .mh-form {
	  padding: 7px 0;
	  position: relative
  }
  
  .mh-head .mh-form input {
	  background: #fff;
	  border: none;
	  border-radius: 3px;
	  font-size: 14px;
	  line-height: 26px;
	  display: block;
	  box-sizing: border-box;
	  height: 26px;
	  width: 100%;
	  padding: 0 10px
  }
  
  .mh-head .mh-form .fa {
	  color: #ccc;
	  text-align: center;
	  line-height: 40px;
	  display: block;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  top: 50%;
	  right: 0;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%)
  }
  /*jquery.mhead.css*/
  .mh-head {
	  text-align: center;
	  padding: 0 10px;
	  margin: 0;
	  position: relative;
	  background: #ccc;
	  color: #333;
	  height: 40px
  }
  
  .mh-head a {
	  color: inherit;
	  text-decoration: none
  }
  
  .mh-head.mh-size-2 {
	  height: 80px
  }
  
  .mh-head.mh-size-3 {
	  height: 120px
  }
  
  .mh-head.mh-sticky {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  left: 0;
	  right: 0;
	  z-index: 10;
	  transition: -webkit-transform .2s ease;
	  transition: transform .2s ease;
	  transition: transform .2s ease, -webkit-transform .2s ease;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0)
  }
  
  .mh-head.mh-sticky.mh-scrolledout {
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0)
  }
  
  .mh-head .mh-text {
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  line-height: 20px;
	  display: block;
	  padding: 10px
  }
  
  .mh-head.mh-align-left .mh-text {
	  text-align: left
  }
  
  .mh-head.mh-align-right .mh-text {
	  text-align: right
  }
  
  .mh-head.mh-btns-left {
	  padding-left: 50px
  }
  
  .mh-head.mh-btns-left-2 {
	  padding-left: 90px
  }
  
  .mh-head.mh-btns-left-3 {
	  padding-left: 130px
  }
  
  .mh-head.mh-btns-right {
	  padding-right: 50px
  }
  
  .mh-head.mh-btns-right-2 {
	  padding-right: 90px
  }
  
  .mh-head.mh-btns-right-3 {
	  padding-right: 130px
  }
  
  .mh-head .mh-btns-left,
  .mh-head .mh-btns-right {
	  display: block;
	  width: 40px;
	  position: absolute;
	  top: 0;
	  bottom: 0
  }
  
  .mh-head .mh-btns-left {
	  left: 10px
  }
  
  .mh-head .mh-btns-right {
	  right: 10px
  }
  
  .mh-head.mh-btns-left-2 .mh-btns-left,
  .mh-head.mh-btns-right-2 .mh-btns-right {
	  width: 80px
  }
  
  .mh-head.mh-btns-left-3 .mh-btns-left,
  .mh-head.mh-btns-right-3 .mh-btns-right {
	  width: 120px
  }
  
  .mh-head .mh-btns-left>*,
  .mh-head .mh-btns-right>* {
	  text-align: center;
	  font-size: 18px;
	  line-height: 20px;
	  width: 40px;
	  display: block;
	  padding: 10px 0;
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%)
  }
  
  .mh-head .mh-btns-left>:nth-child(1),
  .mh-head .mh-btns-right>:nth-child(1) {
	  left: 0
  }
  
  .mh-head .mh-btns-left>:nth-child(2),
  .mh-head .mh-btns-right>:nth-child(2) {
	  left: 40px
  }
  
  .mh-head .mh-btns-left>:nth-child(3),
  .mh-head .mh-btns-right>:nth-child(3) {
	  left: 80px
  }
  
  .mh-head .mh-list {
	  -webkit-overflow-scrolling: touch;
	  overflow-x: auto;
	  white-space: nowrap;
	  list-style: none;
	  line-height: 20px;
	  display: block;
	  padding: 0;
	  margin: 0
  }
  
  .mh-head .mh-list li {
	  display: inline-block;
	  padding: 0;
	  margin: 0
  }
  
  .mh-head .mh-list li a,
  .mh-head .mh-list li span {
	  display: block;
	  padding: 10px
  }
  
  .mh-head.mh-align-left .mh-list {
	  text-align: left
  }
  
  .mh-head.mh-align-right .mh-list {
	  text-align: right
  }
  
  .mh-head .hamburger {
	  margin-top: 2px;
	  -webkit-transform: scale(.6, .7) translateY(-50%);
	  -ms-transform: scale(.6, .7) translateY(-50%);
	  transform: scale(.6, .7) translateY(-50%);
	  -webkit-transform-origin: top center;
	  -ms-transform-origin: top center;
	  transform-origin: top center
  }
  
  .mh-head .mh-image,
  .mh-head .mh-logo {
	  background: none center center transparent no-repeat;
	  display: block;
	  height: 100%
  }
  
  .mh-head .mh-logo {
	  background-size: contain;
	  background-clip: content-box;
	  padding: 10px
  }
  
  .mh-head.mh-align-left .mh-logo {
	  background-position: left center
  }
  
  .mh-head.mh-align-right .mh-logo {
	  background-position: right center
  }
  
  .mh-head .mh-image {
	  background-size: cover
  }
  
  .mh-head .mh-form {
	  padding: 7px 0;
	  position: relative
  }
  
  .mh-head .mh-form input {
	  background: #fff;
	  border: none;
	  border-radius: 3px;
	  font-size: 14px;
	  line-height: 26px;
	  display: block;
	  box-sizing: border-box;
	  height: 26px;
	  width: 100%;
	  padding: 0 10px
  }
  
  .mh-head .mh-form .fa {
	  color: #ccc;
	  text-align: center;
	  line-height: 40px;
	  display: block;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  top: 50%;
	  right: 0;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%)
  }
  
  
  /*inbros-home.css*/
  /* Font */
  /*@font-face {
	font-family: "Circular";
	src: url("https://portalinbros.s3.amazonaws.com/assets/rediseno/home/fonts/CircularPro-Book.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "Circular";
	src: url("https://portalinbros.s3.amazonaws.com/assets/rediseno/home/fonts/CircularPro-Bold.otf") format("truetype");
	font-weight: bold;
	font-style: normal;
  }
  @font-face {
	font-family: "Circular Black";
	src: url("https://portalinbros.s3.amazonaws.com/assets/rediseno/home/fonts/CircularPro-Black.otf") format("truetype");
	font-weight: black;
	font-style: normal;
  }
  /* Reset */
  /*body {
	font-family: 'Circular', Arial, sans-serif;
	font-size: 11pt;
	line-height: 12pt;
  }*/
  a {
	color: #232323;
  }
  a:hover {
	color: #FF671D;
	text-decoration: none;
  }
  img {
	max-width: 100%;
  }
  .img-negative-margin img {
	align-self: center;
  }
  /* Helpers */
  .d-block {
	display: block;
  }
  .d-flex {
	display: flex;
  }
  .p-rel {
	position: relative;
  }
  .mheight-500 {
	min-height: auto;
	height: auto;
  }
  .mw-30 {
	max-width: 100%;
  }
  .order-1 {
	order: 1;
  }
  .order-2 {
	order: 2;
  }
  .align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
  }
  /* Paddings */
  .p-0 {
	padding: 0px !important;
  }
  .p-20 {
	padding: 20px;
  }
  .pd-5 {
	padding: 5px;
  }
  .pd-10 {
	padding: 10px;
  }
  .pb-40 {
	padding-bottom: 40px;
  }
  .pt-20 {
	padding-top: 20px;
  }
  .pt-45 {
	padding-top: 45px;
  }
  .ptb-80 {
	padding-top: 20px;
	padding-bottom: 20px;
  }
  .ptb-160 {
	padding-top: 60px;
	padding-bottom: 40px;
  }
  .ptb-xs160-md0 {
	padding-top: 160px;
  }
  .ptb-xs8080-md0 {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .pd-tb5-lr40 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 40px;
  }
  .pd-tb10-lr40 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 40px;
  }
  .pt-xs40-md80 {
	padding-top: 40px;
  }
  .pt-xs40-sm0 {
	padding-top: 40px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
  }
  .pb-xs40-sm0 {
	padding-bottom: 40px;
  }
  .pusher {
	min-height: 80px;
  }
  /* Margins */
  .mr-25 {
	margin-right: 25px;
  }
  .mb-10 {
	margin-bottom: 10px;
  }
  .mb-20 {
	margin-bottom: 20px;
  }
  .mb-40 {
	margin-bottom: 40px;
  }
  .mb-60 {
	margin-bottom: 60px;
  }
  .mr-10 {
	margin-right: 10px;
  }
  .mr-20 {
	margin-right: 20px;
  }
  .mb-xs20-md40 {
	margin-bottom: 20px;
  }
  /* Header Styles */
  .hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100vw;
  }
  .no-stretch {
	background-size: contain !important;
  }
  .hero .container,
  .hero .container .row {
	height: 100%;
  }
  .hero-contents {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
  }
  /* Colors & Styles */
  .bg-orange {
	background: #FF671D;
  }
  .button-hero-orange {
	border: 2px solid #FF671D;
  }
  .button-hero-orange:hover {
	color: #FF671D;
	background: #FFF;
  }
  .button-menu-orange {
	border: 2px solid #FF671D;
  }
  .button-menu-orange:hover {
	color: #FF671D;
	background: #FFF;
  }
  .c-white {
	color: #fff;
  }
  .c-black{
	color: #000000
  }
  .c-orange {
	color: #FF671D;
  }
  .c-gray {
	color: #333;
  }
  .c-baba {
	color: #BABABA;
  }
  .c-lightergray {
	color: #737373;
  }
  .rounded {
	border-radius: 50px !important;
  }
  .rounded-8 {
	border-radius: 8px;
  }
  .bold {
	font-weight: bold;
  }
  .normal {
	font-weight: normal;
  }
  /* Font Sizes+Weights+Styles */
  .fs-base {
	font-size: 10px;
  }
  .fs-h5 {
	font-size: 18px;
	line-height: 22px;
  }
  .fs-h4 {
	font-size: 30px;
  }
  .fs-h1 {
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 10px;
  }
  .fs-h2 {
	font-size: 40px;
  }
  .fw-normal {
	font-weight: normal;
  }
  .fw-bold {
	font-weight: bold;
  }
  .lh-12em {
	line-height: 1.2em;
  }
  .lh-30 {
	line-height: 30px;
  }
  .lh-0 {
	line-height: 0;
  }
  /* Alignment Helpers */
  .sm-center-md-left {
	text-align: center;
  }
  .sm-center-md-right {
	text-align: center;
  }
  .ta-center {
	text-align: center;
  }
  /* Tabs */
  .nav-tabs {
	display:none;
  }
  /* Menu */
  .icon-menu-burger {
	fill: #333;
  }
  .icon-location {
	fill: #333;
  }
  .icon-contact {
	fill: #333;
  }
  .icon-envelope {
	fill: #333;
  }
  .icon-currency {
	fill: #333;
  }
  .navbar-toggler {
	/*padding: 0px !important;*/
	position: absolute;
	top: 12px;
	right: 5px;
	background-color: #FFFFFF;
	color: #101541;
  }
  /* Mobile menu style helpers */
  .mm-menu_offcanvas {
	width: 70% !important;
  }
  .menu-closed-ex {
	display: none;
  }
  .menu-open-burger {
	display: block;
  }
  .mm-wrapper_opened .menu-closed-ex {
	display: block;
  }
  .mm-wrapper_opened .menu-open-burger {
	display: none;
  }
  /*
  #mm-2 .mm-navbar_sticky {  display: none;}
  #mm-0 .mm-navbar > span {display: block;}
  */
  .mm-listitem .mm-listitem__btn {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/next-menu.svg) 90% center no-repeat;
	background-size: 20px 20px;
  }
  .mm-listitem .mm-btn_next:after {
	display: none;
  }
  .icon-nav {
	margin: 0 !important;
	padding: 20px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .icon-nav li {
	display: flex;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	flex: 1 1 calc(100%);
	height: 40px;
	justify-content: center;
	align-items: center;
  }
  .mobile-menu-header-cta {
	border-radius: 5px;
	border: 1px solid #FF671D;
	color: #333 !important;
	display: block;
	padding: 10px 0;
	text-align: center;
	display: block;
	width: 100%;
	flex-basis: 100%;
  }
  /* Disclaimer */
  .disclaimer svg g g {
	fill: #FF671D;
  }
  .toggle-list svg g g {
	fill: #737373;
  }
  .disclaimer-basica p, 
  .disclaimer-basica ol {
	margin-bottom: .5rem;
  }
  /* Footer Menu */
  .footer-menu {
  
  }
  .footer-menu ul {
	padding: 20px 0 0;
  }
  .footer-menu ul li {
	list-style: none;
	margin-bottom: 10px;
  }
  .footer-menu-item {
	display: block;
	padding: 10px 0;
  }
  /* Height and width helpers */
  .full-width {
	width: 100%;
  }
  .full-height {
	height: 100%;
  }
  .mw-100 {
	min-width: 100%;
  }
  .mh-80vh {
	max-height: 80vh;
  }
  .ta-center {
	text-align: center;
  }
  /* Custom containers */
  .content {
	max-width: 100%;
  }
  .middle-centered {
	align-self: center;
	flex: 0 1 auto;
	position: absolute;
	top: 50%;
  }
  .e-banca {
	justify-content: center;
	align-items: center;
  }
  .m-negative-component {
	min-height: auto;
  }
  .text-container {
  
  }
  .bullets {
	padding: 20px 0 20px 20px;
  }
  .bullets-toggle {
	padding: 10px 0 10px 20px;
  }
  .bullets li, .bullets-toggle li {
	margin-bottom: 10px;
  }
  /* Breadcrumbs */
  .breadcrumb {
	background: transparent;
  }
  .breadcrumb-item a{
	color: #333;
  }
  .breadcrumb-item.active {
	color: #FF671D;
  }
  .breadcrumb-item+.breadcrumb-item::before {
	content: '>';
	color: #333;
  }
  .photo-container {
	height: auto;
  }
  .photo-container img {
	align-self: center;
  }
  /* Buttons */
  .button-lightgray {
	display: inline-block;
	padding: 20px 40px 20px 20px;
	background-color: rgba(240,239,239,0.5);
	/*background-image: url('../../images/styles/star-circle-orange.png');*/
	background-position: top 10px right 10px;
	background-repeat: no-repeat;
	background-size: 8%;
  }
  .button-sm-orange {
	display: inline-block;
	padding: 5px 25px;
	background: #FF671D;
	font-weight: bold;
	color: #FFF;
	border-radius: 16px;
	border: 2px solid #FF671D;
  }
  .button-sm-orange:hover {
	background: transparent;
	color: #FF671D;
  }
  .button-sm-gray {
	display: inline-block;
	padding: 5px 25px;
	background: #333;
	font-weight: bold;
	color: #FFF;
	border-radius: 16px;
	border: 2px solid #333;
  }
  .button-sm-gray:hover {
	background: #FF671D;
	border: 2px solid #FF671D;
	color: #FFF;
  }
  .button-sm-white {
	display: inline-block;
	padding: 5px 25px;
	background: transparent;
	font-weight: bold;
	color: #FF671D;
	border-radius: 16px;
	border: 2px solid #FF671D;
  }
  .button-sm-white:hover {
	background: #FF671D;
	color: #FFF;
  }
  .button-sm-white-gray {
	display: inline-block;
	padding: 5px 25px;
	background: transparent;
	font-weight: bold;
	color: #333;
	border-radius: 16px;
	border: 2px solid #333;
  }
  .button-sm-white-gray:hover {
	background: #333;
	color: #FFF;
  }
  .button-cta-hero-orange {
	background-color: #FF671D;
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: -40px;
	left: 20px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  }
  .button-cta-hero-orange-inline {
	background-color: #FF671D;
	width: 80px;
	height: 80px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  }
  .button-apple:hover svg circle {
	fill: #FF671D;
  }
  .button-android:hover svg circle {
	fill: #FF671D;
  }
  /* Accordion */
  .card {
	margin-bottom: 5px;
  }
  .card-header {
	padding: 0;
	border: 0;
	background: none;
  }
  .card-body {
	border: 0;
	background: transparent;
	padding: 0;
  }
  .tab-content > .tab-pane {
	border: 0;
	background: transparent;
  }
  .card-header h5 a{
	display: block;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border: 0;
	border-radius: 5px;
	background-color: #FF671D;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
  }
  .card-header h5 a.collapsed {
	display: block;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DADADA;
	border-radius: 5px;
	background-color: transparent;
	color: #333;
	font-weight: normal
  }
  /* Tabs */
  .nav-tabs {
	justify-content: space-between;
	border: 0;
  }
  .nav-tabs .nav-link {
	color: #333;
	border: 0;
	background: transparent;
  }
  .nav-tabs .nav-item.show .nav-link, 
  .nav-tabs .nav-link.active {
	color: #FF671D;
	border: 0;
	border-bottom: 2px solid #FF671D;
	background: transparent;
  }
  .cube-animation {
	position: relative;
  }
  .cube-animation .gallery {
	position: absolute;
	top: 0;
	left: 0;
  }
  .icon-text {
	padding: 0px 20px;
  }
  .icon-distrib {
	flex-direction: column;
  }
  .icon-container {
	padding: 0px 100px;
  }
  /*left fancy animation*/
  @-moz-keyframes left_animation {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 0.8;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes left_animation {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 0.8;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes left_animation {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 0.8;
	}
	100% {
	  opacity: 1;
	}
  }
  
  /*right fancy animation*/
  @-moz-keyframes right_animation {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 0.8;
	}
	100% {
	  opacity: 1;
	}
  }
  
  @-webkit-keyframes right_animation {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 0.8;
	}
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes right_animation {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 0.8;
	}
	100% {
	  opacity: 1;
	}
  }
  /*Multi-step animation*/
  .multi-step-left .gallery,
  .multi-step-right .gallery {
	position: absolute;
	opacity: 0;
	/*prevents flicker as animation occurs*/
  }
  .multi-step-left .gallery.in-view {
	-moz-animation: left_animation 1300ms ease-in both;
	-webkit-animation: left_animation 1300ms ease-in both;
	animation: left_animation 1300ms ease-in both;
  }
  
  .multi-step-right .gallery.in-view {
	-moz-animation: right_animation 1300ms linear both;
	-webkit-animation: right_animation 1300ms linear both;
	animation: right_animation 1300ms linear both;
  }
  @media (max-width: 576px) {
	  .icon-nav {padding:0px;}
	.footer-menu .collapse:not(.show) {
	  display: block;
	}
	.footer-menu .collapse:not(.show) ul.collapse {
	  display: none !important;
	}
	.footer-menu .collapse:not(.show) ul.collapse.show {
	  display: block !important;
	}
  }
  .inbros-logo {
	  position: absolute;
	  top: 15px;
	  left: 20px;
	  width: 100px;
	  height: auto;
	  
	}
  /* Mid Size Devices */
  @media (min-width: 576px) {
	/* Bootstrap Overrides */
	.dropdown-menu.show {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	h1 {
	  margin-bottom: 30px;
	}
	.inbros-logo {
	  position: absolute;
	  top: 10px;
	  left:auto;
	  width: 150px;
	  height: auto;
	}
  .inbros-menu {
  
	  position: absolute;
	  /*padding-top: 20px;*/
	  padding-left: 10px;
	  width: 100%; 
	  position: relative;
	  margin-left: 140px;
	  /*min-height: 80px;*/
	}
	.inbros-menu-top {
	  width: 600px;
	}
	.inbros-menu-top ul {display:block;}
	.inbros-menu-top ul li{
	  display: inline-block;
	  height: auto;
	}
	.inbros-menu-top img {
	  width: 25px;
	  height: 25px;
  }
	.navbar {
	  position: absolute !important;
	  width: 500px;
		  display: flex!important;
		  align-items: center;
		  flex-wrap: nowrap;
		  flex-direction: row;
		  -webkit-flex-wrap: nowrap;
		  flex-flow: row nowrap;
		  -webkit-align-items: center;
		  justify-content: flex-start;
		  -webkit-justify-content: space-between;
		  
	}
	.navbar-nav {
	  background: #fff;
	  border-radius: 5px;
	  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	  width:500px;
	}
	.navbar-collapse{
	  -ms-flex-preferred-size: 100%;
	  flex-basis: 100%;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  -ms-flex-align: center;
	  align-items: center;
	  padding-left:50px;
	  padding-top:20px;
	}
	.navbar ul {
	  display: flex;
	  justify-content: space-between;
	  padding: 15px 20px;
	  width: 16%;
	}
	.navbar ul li {
	  position: static;
	}
	.navbar ul li a.nav-link {
	  padding: 0px !important;
	}
	.navbar ul li .dropdown-menu {
	  position: absolute;
	  left: 50px;
	  top: 80px;
	  border-radius: 5px;
	  width: 480px;
	  max-width: 500px;
	  padding-top: 20px;
	  border: 0;
	  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	}
	.navbar ul li .dropdown-menu a {
	  font-size: 11pt;
	  line-height: 12pt;
	  display: block;
	  width: 30%;
	  white-space: normal;
	  margin: 0 0 10px 0;
	  padding: 5px 20px;
	}
	.navbar ul li .dropdown-menu a:hover {
	  border: none !important;
	  background: transparent;
	}
	.navbar ul li a {
	  color: #333;
	}
	.navbar ul li a:hover {
	  color: #FF671D;
	}
	.hero-contents-inner {
  
	}
	/* Menu */
	.icon-menu-burger {
	  fill: #fff;
	}
	.icon-location {
	  fill: #fff;
	}
	.icon-contact {
	  fill: #fff;
	}
	.icon-envelope {
	  fill: #fff;
	}
	.icon-currency {
	  fill: #fff;
	}
  }
  /* Special Breakpoint */
  @media (min-width: 768px) {
	/* Helpers */
	.pt-xs40-sm0 {
	  padding-top: 0 !important;
	  padding-left: 0 !important;
	  padding-right: 0 !important;
	}
	.pb-xs40-sm0 {
	  padding-bottom: 0;
	}
	.ptb-200 {
	  padding-top: 200px;
	  padding-bottom: 200px;
	}
	.ptb-150 {
	  padding-top: 150px;
	  padding-bottom: 150px;
	}
	.img-negative-margin {
	  min-height: 70vh;
	}
	.img-negative-margin img{
	  align-self: center;
	}
	.img-md-offset-left,
	.img-md-offset-right {
	  position: relative;
	  margin-bottom: -10vh;
	}
	.img-md-offset-left img {
	  position: relative;
	  max-width: 100%;
	  top: -5vh;
	  left: -5vh;
	}
	.img-md-offset-right img {
	  position: relative;
	  max-width: 100%;
	  top: -5vh;
	  right: -5vh;
	}
	.order-1 {
	  order: initial;
	}
	.order-2 {
	  order: initial;
	}
	.mw-30 {
	  max-width: 30%;
	}
	.mb-nmt-50 {
	  margin-top: -50px;
	}
	.mb-nmt-55 {
	  margin-top: -70px;
	}
	.ptb-80 {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
	.pt-160 {
	  padding-top: 160px;
	}
	.pb-160 {
	  padding-bottom: 160px;
	}
	.ptb-xs160-md0 {
	  padding-top: 0;
	}
	.ptb-xs8080-md0 {
	  padding-top: 0;
	  padding-bottom: 0;
	}
	.ptb-160 {
	  padding-top: 160px;
	  padding-bottom: 160px;
	}
	.pt-xs40-md80 {
	  padding-top: 80px;
	}
	.mb-xs20-md40 {
	  margin-bottom: 40px;
	}
	.mb-xs40-mb80 {
	  margin-bottom: 80px;
	}
	.d-none-i {
	  display: none !important;
	}
	.mheight-500 {
	  min-height: 500px;
	}
	.mtop-auto {
	  margin-top: auto;
	}
	/* Alignment Helpers */
	.sm-center-md-left {
	  text-align: left;
	}
	.sm-center-md-right {
	  text-align: right;
	}
	/* Tabs */
	.tab-content > .tab-pane {
	  margin: 0;
	}
	.nav-tabs {
	  display: flex;
	}
	.card {
	  border: none;
	}
	.card .card-header {
	  display:none;
	}
	.card .collapse{
	  display:block;
	}
	/* Buttons */
	.button-cta-hero-orange {
	  left: 0;
	}
	/* Footer Menu */
	.footer-menu .collapse:not(.show) {
	  display: none;
	}
	.footer-menu .collapse ul.collapse {
	  display: block !important;
	}
	.footer-menu ul {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.footer-menu-item {
	  display: block;
	  text-align: left;
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.footer-menu-item svg g g {
	  fill: #BABABA;
	}
	.footer-menu-item:hover svg g g {
	  fill: #FF671D;
	}
	.footer-right {
	  margin-left: auto;
	  text-align: right;
	}
	/* Custom Containers */
	.photo-container {
	  min-height: 500px;
	}
	.pt-md-200 {
	  padding-top: 200px;
	}
  }
  @media(max-width:767px) {
	.tab-content > .tab-pane {
	  display: block !important;
	  opacity: 1;
	}
	.fs-h1 {
	  font-size: 34px;
	  line-height: 34px;
	}
  }
  /* Desktop, Large Tablet */
  @media (min-width: 992px) {
	h1 {
	  margin-bottom: 60px;
	}
	.icon-distrib {
	  justify-content: space-between;
	  flex-direction: row;
	}
	.icon-container {
	  padding: 0px 30px;
	}
	.m-negative-component {
	  min-height: 100vh;
	}
	.pt-lg-150 {
	  padding-top: 150px;
	}
	.pt-lg-200 {
	  padding-top: 200px;
	}
  }
  @media (min-width: 768px) and (max-width: 992px) {
	.img-md-offset-left img,
	.img-md-offset-right img {
	  position: static;
	  width: 100%;
	  height: auto;
	}
	.nav-tabs .nav-link {
	  padding: 0;
	}
	.img-md-offset-left,
	.img-md-offset-right {
	  position: relative;
	  margin-bottom: 0;
	  padding: 30px 0;
	}
	.icon-container {
	  padding: 0px 200px;
	}
  }
  @media (max-width: 991px) {
	.mh-lg-0 {
	  min-height: 0;
	}
  }


  /*MENU INBROS ADECUACIONES*/

  .menu li{
	position: relative;
  }
  .menu .levelOne{
	display: none;
	padding: 0;
	margin: 0;
	border-radius: 6px;
	
  }
  
  .menu .levelOne a{
	text-align: center;
	display: block;
	padding: 15px 0;
	background: #fff;
  	box-shadow: 3px 1px 4px 0px rgba(0,0,0,0.1);
  }
  .levelOne.active{
	display: flex;
	position: absolute;
	left: 0; /*-80%*/
	width: 300px;
	top: 60px;
	z-index: 1;
	justify-content: space-between;
  }
  
  .menu .secondLevel{
	display: none;
  }
  .menu .secondLevel.active{
	display: block;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	position: relative;
	top: 20px;
	width: 500px;
	justify-content: space-between;
	z-index: 1;
  }
  #fiften li{
	width: 50%;
  }
  #secondLevel li{
	width: 32.6%;
  }
  #secondLevel a{
	box-shadow: none;
	padding: 15px;
	white-space: normal;
	font-size: 11pt;
	display: flex;
	flex-direction: column;
  }
  #secondLevel a:hover{
	  color: #f76c12;
  }
  #oneList {
	flex-wrap: wrap;
  width: 200px;
  }
  .link{
	position: relative;
  }
  .titleMenuMovil{
	display: none !important;
  }
  .empresas{
	left: -100%;
  }
  @media (max-width:500px){
	.empresas{
	  left: auto;
	}
	.titleMenuMovil{
	  border-bottom: 1px solid #eee;
	  display: block !important;
	}
  
	.black{
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background: #495057c7;
	  z-index: 1001;
	  width: 100%;
	  height: 100%;
	  display: none;
	}
	.menu li {
	  position: relative;
	  display: block;
	  height: auto;
  }
	.inbros-menu-top {
	  position: fixed;
	  transform: translateX(120%);
	  transition: ease-in .3s;
	  width: 80%;
	  background: #fff;
	  min-height: 100vh;
	  display: block !important;
	  z-index: 10002; 
	}
	.inbros-menu-top a {
	  display: block !important;
	  width: 100%;
	  border-bottom: 1px solid #eee;
	  margin: 0;
	  padding: 10px;
	}
	.menuActive{
	  transform: translateX(20%) !important;
	}
	.menu li.titleMenuMovil{
	  text-align: center;
	  padding: 10px;
	  background: #f9f9f9; 
	}
	.link::after, .link2::after {
	  display: inline-block !important;
	  width: 0;
	  height: 0;
	  margin-left: .255em;
	  content: "";
	  border-top: .3em solid;
	  border-right: .3em solid transparent;
	  border-bottom: 0;
	  border-left: .3em solid transparent;
	  -webkit-transform: rotate(270deg);
	  position: absolute;
	  right: 10px;
	  top: 50%;
	}
	.levelOne, .secondLevel{
	  min-height: 100vh;
	  width: 100%;
	  top: -89px;
	  position: absolute;
	  right: 0;
	  z-index: 1000034;
	  background: #fff;
	  transform: translateX(120%);
	  display: block !important;
	  transition: ease-in .3s;
	}
	.menu .levelOne a{
	  box-shadow: none;
	}
	.activeMovil{
	  transform: translateX(0) !important;
	}
	#fiften li{
	  width: 100%;
	}
	#oneList{
	  width: 100%;
	}
	.secondLevel{
	  padding: 0;
	}
	.titleMenuMovil::after {
	  display: inline-block !important;
	  width: 0;
	  height: 0;
	  margin-left: .255em;
	  content: "";
	  border-top: .3em solid;
	  border-right: .3em solid transparent;
	  border-bottom: 0;
	  border-left: .3em solid transparent;
	  -webkit-transform: rotate(90deg);
	  position: absolute;
	  left: 10px;
	  top: 50%;
	}
	.levelOne.active{
	  left: auto;
	}
  }

/*Manual Custom border levels*/
.perBorder {
	border-radius: 5px 0px 0px 5px;
}
.empBorder {
	border-radius: 0px 5px 5px 0px;
}
.servBorder {
	border-radius: 5px;
}
.aboutBorder {
	border-radius: 5px 5px 0px 0px;
}
.contactBorder {
	border-radius: 0px 0px 5px 5px;
}