/*
 * Microweber - Framework
 *
 * Default styles
 * Do not change anything!
 *
 */
@import "../css/fonts/materialdesignicons/css/materialdesignicons.min.css";
* {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
template {
  display: none !important;
}
body {
  font-feature-settings: 'liga';
  cursor: default;
}
.mw-defaults {
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mw-defaults * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Verdana', sans-serif;
}
.mw-defaults li {
  line-height: 22px;
}
.mw-defaults {
  font-size: 12px;
  color: #212121;
  font-weight: normal;
}
.mw-defaults li,
.mw-defaults ol,
.mw-defaults ul {
  margin: 0;
  padding: 0;
}
body.mw-preview {
  -moz-transform: scale(0.36);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.36);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.36);
  -webkit-transform-origin: 0 0;
  transform: scale(0.36);
  transform-origin: 0 0;
}
.mw-empty {
  display: none;
}
.mw-empty-element:empty {
  display: none;
}
img[src*=pixum_img] {
  background: #e8e8e8;
}
.autoscale {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  display: block;
}
.autoscale-x {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.autoscale-y {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  width: auto;
  display: block;
}
.mw-hide {
  display: none !important;
}
.mw-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: table !important;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  zoom: 1;
}
/*.mw-col, .mw-row, .element {
    position: relative;
}*/
body.state-element .mw-row .element {
  z-index: 91;
}
.element,
.edit .module {
  clear: both;
}
body.dragStart .element,
body.dragStart .edit .module {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.mw-live-edit .module:not(.module-background,.module-spacer) {
  min-height: 20px;
}
img[align='center'],
img[align='middle'] {
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: block;
}
.element,
.mw-col,
.mw_item {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mw-col-container > h1:first-child,
.mw-col-container > h2:first-child,
.mw-col-container > h3:first-child,
.mw-col-container > h4:first-child,
.mw-col-container > h5:first-child,
.mw-col-container > p:first-child,
.mw-ui-col-container > h1:first-child,
.mw-ui-col-container > h2:first-child,
.mw-ui-col-container > h3:first-child,
.mw-ui-col-container > h4:first-child,
.mw-ui-col-container > h5:first-child,
.mw-ui-col-container > p:first-child {
  margin-top: 0;
}
.mw-col-container img.element:first-child,
.mw-col-container .picture:first-child img.element {
  margin-top: 0;
}
.mw-col-container img.element:last-child,
.mw-col-container .picture:last-child img.element {
  margin-bottom: 0;
}
/*****************  Grids  *******************/
.mw-col {
  display: table-cell;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.edit,
.mw-col {
  /*position: relative;*/
  vertical-align: top;
}
.mw-live-edit.dragStart div.edit,
.mw-live-edit.dragStart div.mw-col {
  min-height: 50px;
}
/*.edit:after, .mw-col:after, .element:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}*/
.mw-live-edit .element:not(img):empty {
  min-height: 20px;
}
.mw-col + br,
.mw-col + p {
  display: none !important;
}
.mw-col-container {
  padding-left: 10px;
  padding-inline-end: 10px;
  max-width: 100%;
  min-height: 30px;
  position: relative;
  vertical-align: top;
}
.mw-ui-col:first-child > .mw-col-container {
  padding-left: 0;
}
.mw-ui-col:last-child > .mw-col-container {
  padding-inline-end: 0;
}
html[dir="rtl"] .mw-ui-col:first-child > .mw-col-container {
  padding-left: 10px;
  padding-inline-end: 10px;
}
html[dir="rtl"] .mw-ui-col:last-child > .mw-col-container {
  padding-inline-end: 10px;
  padding-left: 10px;
}
.mw-col-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mw-row > .mw-col:first-child > .mw-col-container {
  padding-left: 0;
}
.mw-row > .mw-col:last-child > .mw-col-container {
  padding-inline-end: 0;
}
.mw-col img {
  height: auto ;
  max-width: 100%;
}
.free-element {
  position: relative;
  min-height: 300px;
}
@media (max-width: 767px) {
  .mw-row {
    display: block;
  }
  .mw-col {
    width: auto !important;
    float: none;
    display: block !important;
  }
  .mw-col > .ui-resizable-e {
    display: none;
  }
  .mw-row .mw-col .mw-col-container {
    padding-left: 0px;
    padding-inline-end: 0px;
  }
}
/* Static Grid */
.mw-ui-row,
.mw-ui-row-nodrop {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
.mw-ui-row-fixed {
  table-layout: fixed;
}
.mw-ui-col,
.mw-ui-row-nodrop .mw-ui-col {
  display: table-cell;
  vertical-align: top;
}
.mw-ui-col-container {
  position: relative;
  display: block;
  clear: both;
  padding-left: 10px;
  padding-inline-end: 10px;
}
.mw-ui-row > .mw-ui-col:only-child > .mw-ui-col-container,
.mw-ui-row-nodrop > .mw-ui-col:only-child > .mw-ui-col-container {
  padding: 0px;
}
.mw-ui-row > .mw-ui-col:first-child > .mw-ui-col-container,
.mw-ui-row-nodrop > .mw-ui-col:first-child > .mw-ui-col-container {
  padding-left: 0;
}
.mw-ui-row > .mw-ui-col:last-child > .mw-ui-col-container,
.mw-ui-row-nodrop > .mw-ui-col:last-child > .mw-ui-col-container {
  padding-inline-end: 0;
}
.mw-ui-col-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.vertical-middle,
.vertical-middle > *,
.vertical-middle > .mw-ui-col > .mw-ui-col-container,
.vertical-middle > .mw-ui-col > .mw-ui-col-container > * {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .mw-ui-row-drop-on-1024 > .mw-ui-col {
    display: block !important;
    clear: both;
    width: auto !important;
  }
  .mw-ui-row-drop-on-1024 > .mw-ui-col > .mw-ui-col-container {
    padding-left: 0;
    padding-inline-end: 0;
  }
}
@media (max-width: 768px) {
  .mw-ui-row,
  .mw-ui-row > .mw-ui-col {
    display: block !important;
    clear: both;
    width: auto !important;
  }
  .mw-ui-row > .mw-ui-col > .mw-ui-col-container {
    padding-left: 0 !important;
    padding-inline-end: 0 !important;
  }
}
/***************** /Grids  *******************/
.layout-element {
  clear: both;
  float: none;
}
.mw-embed-iframe,
.mwembed {
  padding: 12px 0;
  min-height: 200px;
  position: relative;
}
.mwembed {
  min-height: 20px;
}
.mw-embed-iframe iframe,
.mwembed video,
.mwembed audio,
.mwembed iframe {
  max-width: 100%;
  max-height: 100%;
}
body.dragStart .mwembed:after,
body.Resizing .mwembed:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
}
.mw-embed-embed {
  padding: 12px 0;
}
.mw-embed-embed embed,
.mw-embed-embed object {
  max-width: 100%;
}
.mw-uploaded-file {
  font-size: 12px;
  text-decoration: underline;
  color: #4688EC;
  display: inline-block;
  margin-inline-end: 7px;
}
.mw-uploaded-file:hover {
  text-decoration: none;
}
.mw_clear {
  display: block;
  height: 1px;
  overflow: hidden;
  clear: both;
}
.mw-uploader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mw-uploader iframe {
  min-height: 100%;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.mw-vspace {
  padding: 12px 0;
}
.vSpace {
  clear: both;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
}
#mw-html-info {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.free-item {
  position: absolute;
}
.edit .module-video,
.edit .module-pictures {
  padding: 10px 0;
}
/* Tables */
table[class*='mw-wysiwyg-table'] {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  table-layout: fixed;
}
table[class*='mw-wysiwyg-table'] td {
  padding: 6px;
  vertical-align: top;
}
table[class*='mw-wysiwyg-table'].valign td {
  vertical-align: middle;
}
.mw-wysiwyg-table > tbody > tr > td {
  border: 1px solid #DDDDDD;
}
/* Borderless */
.mw-wysiwyg-table-simple > tbody > tr > td {
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: #DDDDDD;
}
/* Zebra */
.mw-wysiwyg-table-zebra > tbody > tr > td {
  border: 1px solid #DDDDDD;
  background-color: #F3F3F3;
}
.mw-wysiwyg-table-zebra > tbody > tr:nth-child(2n+1) > td {
  background-color: #EDEDED;
}
/* Borderless Zebra */
.mw-wysiwyg-table-simple-zebra > tbody > tr > td {
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: #DDDDDD;
  background-color: #F3F3F3;
}
.mw-wysiwyg-table-simple-zebra > tbody > tr:nth-child(2n+1) > td {
  background-color: #EDEDED;
}
.well {
  display: block;
}
.valign {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.valign-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.valign-cell > * {
  vertical-align: middle;
}
.img-polaroid,
.img-rounded {
  display: inline-block;
}
/* /Tables */
#mw-inline-tableControl {
  display: none;
}
.mw-live-edit #mw-inline-tableControl {
  display: block;
}
.mw-cancel {
  font-size: 11px;
  color: #188DE7;
  text-align: center;
  cursor: pointer;
  padding: 5px 19px;
  border: 1px solid transparent;
}
.mw-cancel:hover {
  background: #F3F3F3;
  border-color: #D7D7D7;
}
.semi_hidden {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}
.mw-span-font-size > * {
  font-size: inherit;
}
.pagination-holder > ul {
  margin: 10px 0;
}
.pagination-holder li {
  list-style: none;
  display: inline;
}
.mw-defaults img {
  border: none;
  max-width: 100%;
}
.mw-captcha-img {
  min-width: 75px;
  vertical-align: middle;
}
/* Overwriting clearing for elements that are columns */
.element[class*='col-'] {
  clear: none;
}
/* Title is hidden in admin panel */
.mw-admin-view [rel='content'][field='title'] {
  display: none !important;
}
span.mw-powered-by {
  display: inline !important;
}
.mw-ui-btn-nav-tabs .mw-ui-btn .mw-icon-module,
.mw-ui-btn-nav-tabs .mw-ui-btn .mw-icon-template,
#create-menu-btn .mw-icon-plus {
  /*float: left;*/
  margin-inline-end: 5px;
}
.mw-image-holder {
  position: relative;
}
.mw-image-holder > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
}
.mw-image-holder-content {
  position: relative;
  z-index: 1;
}
.mw-image-holder-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
/* TODO */
.control-group select.mw-ui-field.form-control,
.module-contact-form select.mw-ui-field,
.module-contact-form select.form-control,
.module-contact-form select {
  height: auto;
}
.gateway-selector img {
  max-width: 100px;
  width: fit-content;
}
.mw-padding-top-1 {
  padding-top: 0px;
}
.mw-padding-top-2 {
  padding-top: 20px;
}
.mw-padding-top-3 {
  padding-top: 40px;
}
.mw-padding-top-4 {
  padding-top: 60px;
}
.mw-padding-top-5 {
  padding-top: 80px;
}
.mw-padding-bottom-1 {
  padding-bottom: 0px;
}
.mw-padding-bottom-2 {
  padding-bottom: 20px;
}
.mw-padding-bottom-3 {
  padding-bottom: 40px;
}
.mw-padding-bottom-4 {
  padding-bottom: 60px;
}
.mw-padding-bottom-5 {
  padding-bottom: 80px;
}
.module-google-maps {
  position: relative;
}
#category-parent-selector.mw-tree-nav-skin-default .mw-tree-item-title {
  width: auto;
}
.mw-modal-confirm-actions {
  text-align: center;
}
.mw-modal-confirm-actions .mw-ui-btn {
  min-width: 100px;
  vertical-align: top;
}
.gateway-selector li {
  list-style-type: none;
}
.css-preset-dropdown {
  border: 0 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}
.css-preset-dropdown:after {
  margin-inline-start: 0 !important;
  font-size: 20px;
}
.mw-template-document-preview *,
.mw-template-document-preview {
  pointer-events: none !important;
}
.mw-template-document-preview:after,
.mw-template-document-preview:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: '';
  z-index: 99999;
  pointer-events: all !important;
}
.mw-template-document-preview:before {
  position: fixed;
}
.mw-responsive-table-wrapper {
  max-width: 100%;
  overflow: auto;
}
/*END LIVE EDIT STATIC LAYOUTS*/
/*
*    <div class="mw-module-container">
*        <module type=".....
*    </div>
*/
.mw-module-container {
  display: flex;
}
.mw-module-container-center {
  display: flex;
  justify-content: center;
}
div.mw-elements-number {
  font-size: 24px;
}
.background-image.mw-elements-bg-image {
  position: relative;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
i.mw-elements-layout-icon {
  font-size: 40px;
}
.background-image-holder.mw-elements-parallax {
  position: relative;
  height: 600px;
  max-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
}
.mw-elements-icon-earth {
  font-size: 25px;
}
.mw-elements-icon-earth-1 {
  font-size: 48px;
}
/****************************
    Variables
*****************************/
img {
  max-width: 100%;
}
/************************************
        Miscellaneous
*************************************/
/****************************
    Variables
*****************************/
.deactivated {
  position: relative;
  display: block;
}
.deactivated * {
  pointer-events: none;
}
.deactivated:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.deactivated:before {
  display: block;
  position: absolute;
  content: " ";
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
}
.text-muted {
  color: #9E9E9E;
}
.text-success {
  color: #309e65;
}
.text-error {
  color: #f12b1c;
}
.text-warning {
  color: #ffc107;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.w100,
.mw-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unselectable,
.unselectable * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.mw-help {
  cursor: default;
  font-weight: bold;
  font-size: 11px;
  color: #3D89B8;
  position: relative;
  padding: 0 2px;
  border: 1px solid transparent;
  z-index: 9;
  border-radius: 2px;
}
[data-help] {
  position: relative;
}
.mw-help:before,
[data-help]:before {
  position: absolute;
  content: attr(data-help);
  bottom: 100%;
  margin-bottom: 2px;
  left: -8px;
  display: block;
  visibility: hidden;
  padding: 7px;
  background: #282828;
  width: 175px;
  font-weight: normal;
  border-radius: 5px;
  box-shadow: 0 0 8px -2px #CCCCCC;
  color: white;
  z-index: 10;
  text-align: left;
}
.mw-help-right:before,
[data-help-right]:before {
  left: auto;
  right: -8px;
}
.mw-help-right-top:before,
[data-help-right-top]:before {
  left: 100%;
  top: 0;
  bottom: auto;
}
.mw-help-right-bottom:before,
[data-help-right-bottom]:before {
  left: 100%;
  bottom: 0;
}
.mw-help:hover:before,
[data-help]:hover:before {
  visibility: visible;
}
.mw-ui-inline-list {
  margin: 0;
  padding: 0;
}
.mw-ui-inline-list > * {
  display: inline-block;
  margin-inline-end: 10px;
  vertical-align: middle;
}
.mw-ui-inline-list li {
  list-style: none;
}
.mw-ui-inline-list li:last-child {
  margin-inline-end: 0;
}
.mw-ui-inline-list li * {
  vertical-align: middle;
}
.mw-clear {
  clear: both;
}
.mw-clear:after,
.mw-clear:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mw-fullscreen:-webkit-full-screen {
  background: white;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
}
.mw-fullscreen:-moz-full-screen {
  background: white;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mw-fullscreen:-ms-fullscreen {
  background: white;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mw-fullscreen:fullscreen {
  background: white;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mw-loading:before {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  content: "";
  border-left: 2px solid #0268cc;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid white;
  border-right: 2px solid #0268cc;
  z-index: 999;
  border-radius: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.47);
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.mw-loading:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(../img/);
  cursor: default;
  z-index: 333;
}
body.mw-loading:before,
html.mw-loading:before,
body.mw-loading:after,
html.mw-loading:after {
  position: fixed;
}
.mw-loading-defaults {
  position: relative;
}
.mw-list {
  padding: 6px 0;
}
.mw-list li {
  padding-left: 14px;
  list-style: none;
  line-height: 2;
}
.mw-list li [class*='mw-icon-'] {
  font-size: 25px;
  margin-inline-end: 6px;
  width: 30px;
}
.mw-socials-facebook-color {
  color: #3b5998;
}
.mw-socials-twitter-color {
  color: #1da1f2;
}
.mw-socials-youtube-color {
  color: #ff0000;
}
.mw-socials-instagram-color {
  color: #c32aa3;
}
.mw-socials-pinterest-color {
  color: #bd081c;
}
.mw-socials-linkedin-color {
  color: #007bb5;
}
.mw-socials-whatsapp-color {
  color: #25d366;
}
.mw-socials-vimeo-color {
  color: #1ab7ea;
}
.mw-socials-vk-color {
  color: #4a76a8;
}
.mw-socials-viber-color {
  color: #59267C;
}
/* Margins & Paddigns */
.mw-m-a {
  margin: auto !important;
}
.mw-m-0 {
  margin: 0px !important;
}
.mw-m-5 {
  margin: 5px !important;
}
.mw-m-10 {
  margin: 10px !important;
}
.mw-m-20 {
  margin: 20px !important;
}
.mw-m-30 {
  margin: 30px !important;
}
.mw-m-40 {
  margin: 40px !important;
}
.mw-m-t-0 {
  margin-top: 0px !important;
}
.mw-m-t-5 {
  margin-top: 5px !important;
}
.mw-m-t-10 {
  margin-top: 10px !important;
}
.mw-m-t-15 {
  margin-top: 15px !important;
}
.mw-m-t-20 {
  margin-top: 20px !important;
}
.mw-m-t-30 {
  margin-top: 30px !important;
}
.mw-m-t-40 {
  margin-top: 40px !important;
}
.mw-m-t-50 {
  margin-top: 50px !important;
}
.mw-m-t-60 {
  margin-top: 60px !important;
}
.mw-m-t-70 {
  margin-top: 70px !important;
}
.mw-m-t-80 {
  margin-top: 80px !important;
}
.mw-m-l-0 {
  margin-inline-start: 0px !important;
}
.mw-m-l-10 {
  margin-inline-start: 10px !important;
}
.mw-m-l-20 {
  margin-inline-start: 20px !important;
}
.mw-m-l-30 {
  margin-inline-start: 30px !important;
}
.mw-m-l-40 {
  margin-inline-start: 40px !important;
}
.mw-m-l-50 {
  margin-inline-start: 50px !important;
}
.mw-m-l-60 {
  margin-inline-start: 60px !important;
}
.mw-m-l-70 {
  margin-inline-start: 70px !important;
}
.mw-m-l-80 {
  margin-inline-start: 80px !important;
}
.mw-m-r-0 {
  margin-inline-end: 0px !important;
}
.mw-m-r-10 {
  margin-inline-end: 10px !important;
}
.mw-m-r-20 {
  margin-inline-end: 20px !important;
}
.mw-m-r-30 {
  margin-inline-end: 30px !important;
}
.mw-m-r-40 {
  margin-inline-end: 40px !important;
}
.mw-m-r-50 {
  margin-inline-end: 50px !important;
}
.mw-m-r-60 {
  margin-inline-end: 60px !important;
}
.mw-m-r-70 {
  margin-inline-end: 70px !important;
}
.mw-m-r-80 {
  margin-inline-end: 80px !important;
}
.mw-m-b-0 {
  margin-bottom: 0px !important;
}
.mw-m-b-10 {
  margin-bottom: 10px !important;
}
.mw-m-b-20 {
  margin-bottom: 20px !important;
}
.mw-m-b-30 {
  margin-bottom: 30px !important;
}
.mw-m-b-40 {
  margin-bottom: 40px !important;
}
.mw-m-b-50 {
  margin-bottom: 50px !important;
}
.mw-m-b-60 {
  margin-bottom: 60px !important;
}
.mw-m-b-70 {
  margin-bottom: 70px !important;
}
.mw-p-0 {
  padding: 0px !important;
}
.mw-p-10 {
  padding: 10px !important;
}
.mw-p-20 {
  padding: 20px !important;
}
.mw-p-30 {
  padding: 30px !important;
}
.mw-p-40 {
  padding: 40px !important;
}
.mw-p-t-0 {
  padding-top: 0px !important;
}
.mw-p-t-5 {
  padding-top: 5px !important;
}
.mw-p-t-10 {
  padding-top: 10px !important;
}
.mw-p-t-20 {
  padding-top: 20px !important;
}
.mw-p-t-30 {
  padding-top: 30px !important;
}
.mw-p-t-40 {
  padding-top: 40px !important;
}
.mw-p-t-50 {
  padding-top: 50px !important;
}
.mw-p-t-60 {
  padding-top: 60px !important;
}
.mw-p-t-70 {
  padding-top: 70px !important;
}
.mw-p-t-80 {
  padding-top: 80px !important;
}
.mw-p-t-90 {
  padding-top: 90px !important;
}
.mw-p-t-100 {
  padding-top: 100px !important;
}
.mw-p-b-0 {
  padding-bottom: 0px !important;
}
.mw-p-b-10 {
  padding-bottom: 10px !important;
}
.mw-p-b-20 {
  padding-bottom: 20px !important;
}
.mw-p-b-30 {
  padding-bottom: 30px !important;
}
.mw-p-b-40 {
  padding-bottom: 40px !important;
}
.mw-p-b-50 {
  padding-bottom: 50px !important;
}
.mw-p-b-60 {
  padding-bottom: 60px !important;
}
.mw-p-b-70 {
  padding-bottom: 70px !important;
}
.mw-p-b-80 {
  padding-bottom: 80px !important;
}
.mw-p-b-90 {
  padding-bottom: 90px !important;
}
.mw-p-b-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .mw-m-t-10 {
    margin-top: 5px !important;
  }
  .mw-m-t-15 {
    margin-top: 7px !important;
  }
  .mw-m-t-20 {
    margin-top: 10px !important;
  }
  .mw-m-t-30 {
    margin-top: 15px !important;
  }
  .mw-m-t-40 {
    margin-top: 20px !important;
  }
  .mw-m-t-50 {
    margin-top: 25px !important;
  }
  .mw-m-t-60 {
    margin-top: 30px !important;
  }
  .mw-m-t-70 {
    margin-top: 35px !important;
  }
  .mw-m-t-80 {
    margin-top: 40px !important;
  }
  .mw-m-l-10 {
    margin-inline-start: 5px !important;
  }
  .mw-m-l-20 {
    margin-inline-start: 10px !important;
  }
  .mw-m-l-30 {
    margin-inline-start: 15px !important;
  }
  .mw-m-l-40 {
    margin-inline-start: 20px !important;
  }
  .mw-m-l-50 {
    margin-inline-start: 25px !important;
  }
  .mw-m-l-60 {
    margin-inline-start: 30px !important;
  }
  .mw-m-l-70 {
    margin-inline-start: 35px !important;
  }
  .mw-m-l-80 {
    margin-inline-start: 40px !important;
  }
  .mw-m-r-10 {
    margin-inline-end: 5px !important;
  }
  .mw-m-r-20 {
    margin-inline-end: 10px !important;
  }
  .mw-m-r-30 {
    margin-inline-end: 15px !important;
  }
  .mw-m-r-40 {
    margin-inline-end: 20px !important;
  }
  .mw-m-r-50 {
    margin-inline-end: 25px !important;
  }
  .mw-m-r-60 {
    margin-inline-end: 30px !important;
  }
  .mw-m-r-70 {
    margin-inline-end: 35px !important;
  }
  .mw-m-r-80 {
    margin-inline-end: 40px !important;
  }
  .mw-m-b-10 {
    margin-bottom: 5px !important;
  }
  .mw-m-b-20 {
    margin-bottom: 10px !important;
  }
  .mw-m-b-30 {
    margin-bottom: 15px !important;
  }
  .mw-m-b-40 {
    margin-bottom: 20px !important;
  }
  .mw-m-b-50 {
    margin-bottom: 25px !important;
  }
  .mw-m-b-60 {
    margin-bottom: 30px !important;
  }
  .mw-m-b-70 {
    margin-bottom: 35px !important;
  }
  .mw-p-t-10 {
    padding-top: 5px !important;
  }
  .mw-p-t-20 {
    padding-top: 10px !important;
  }
  .mw-p-t-30 {
    padding-top: 15px !important;
  }
  .mw-p-t-40 {
    padding-top: 20px !important;
  }
  .mw-p-t-50 {
    padding-top: 25px !important;
  }
  .mw-p-t-60 {
    padding-top: 30px !important;
  }
  .mw-p-t-70 {
    padding-top: 35px !important;
  }
  .mw-p-t-80 {
    padding-top: 40px !important;
  }
  .mw-p-t-90 {
    padding-top: 45px !important;
  }
  .mw-p-t-100 {
    padding-top: 50px !important;
  }
  .mw-p-b-10 {
    padding-bottom: 5px !important;
  }
  .mw-p-b-20 {
    padding-bottom: 10px !important;
  }
  .mw-p-b-30 {
    padding-bottom: 15px !important;
  }
  .mw-p-b-40 {
    padding-bottom: 20px !important;
  }
  .mw-p-b-50 {
    padding-bottom: 25px !important;
  }
  .mw-p-b-60 {
    padding-bottom: 30px !important;
  }
  .mw-p-b-70 {
    padding-bottom: 35px !important;
  }
  .mw-p-b-80 {
    padding-bottom: 40px !important;
  }
  .mw-p-b-90 {
    padding-bottom: 45px !important;
  }
  .mw-p-b-100 {
    padding-bottom: 50px !important;
  }
}
/****************************
           Icons
*****************************/
@font-face {
  font-family: 'Microweber';
  src: url('fonts/font.ttf?mwv=v06') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class*='mwi-'],
[class*='mw-icon-'] {
  line-height: 1;
}
[class*='mw-icon-'] {
  /*vertical-align: middle;*/
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-size: 100%;
  vertical-align: middle;
}
.mw-defaults [class*='mw-icon-'],
.mw-ui-btn-nav [class*='mw-icon-'],
.mw-ui-dropdown [class*='mw-icon-'],
.mw-ui-navigation [class*='mw-icon-'],
.mw-ui-box [class*='mw-icon-'],
.mw-ui-box-header [class*='mw-icon-'] {
  vertical-align: middle;
}
[class*='mw-icon-']:before {
  display: inline-block;
  font-family: Microweber !important;
  text-transform: none !important;
}
.mw-icon-mw:before {
  content: 'm';
}
.mw-icon-shop:before {
  content: 's';
}
.mw-icon-blog:before {
  content: 'b';
}
.mw-icon-live:before {
  content: 'l';
}
.mw-icon-website:before {
  content: 'w';
}
.mw-icon-none:before {
  content: ' ';
}
.mw-icon-page:before {
  content: '\0071';
}
.mw-icon-dynamicpage:before {
  content: 'p';
}
.mw-icon-post:before {
  content: '\006f';
}
.mw-icon-category:before {
  content: '\0063';
}
.mw-icon-module:before {
  content: 'n';
}
.mw-icon-gear:before {
  content: 't';
}
.mw-icon-magnify:before {
  content: '\00cd';
}
.mw-icon-plus:before {
  content: '\002b';
}
.mw-icon-pen:before {
  content: '\00cc';
}
.mw-icon-bin:before {
  content: '\0072';
}
.mw-icon-drag:before {
  content: '\0100';
}
.mw-icon-check:before {
  content: "\0101";
}
.mw-icon-checkbox:before {
  content: "\0113";
}
.mw-icon-checkbox-checked:before {
  content: "\0114";
}
.mw-icon-radio:before {
  content: "\0115";
}
.mw-icon-radio-checked:before {
  content: "\0116";
}
.mw-icon-truck:before {
  content: "\0103";
}
.mw-icon-users:before {
  content: "\0104";
}
.mw-icon-home:before {
  content: "\0105";
}
.mw-icon-microweber:before {
  content: "\0106";
}
.mw-icon-back:before {
  content: "\0107";
}
.mw-icon-menu:before {
  content: "\0108";
}
.mw-icon-image:before,
.mw-icon-picture:before {
  content: "\0109";
}
.mw-icon-comment:before {
  content: "\0110";
}
.mw-icon-close:before {
  content: "\0111";
}
.mw-icon-product:before {
  content: "\0112";
}
.mw-icon-upload:before {
  content: "\0117";
}
.mw-icon-dropdown:before {
  content: "\0118";
}
.mw-icon-pricefields:before {
  content: "\0119";
}
.mw-icon-unpublish:before {
  content: "\0120";
}
.mw-icon-download:before {
  content: "\0121";
}
.mw-icon-download-2:before {
  content: "\0149";
}
.mw-icon-reload:before {
  content: "\0122";
}
.mw-icon-facebook:before {
  content: "\0123";
}
.mw-icon-twitter:before {
  content: "\0124";
}
.mw-icon-googleplus:before {
  content: "\0125";
}
.mw-icon-user:before {
  content: "\0126";
}
.mw-icon-off:before {
  content: "\0127";
}
.mw-icon-lock:before {
  content: "\0128";
}
.mw-icon-menuadd:before {
  content: "\0129";
}
.mw-icon-template:before {
  content: "\0130";
}
.mw-icon-market:before {
  content: "\0131";
}
.mw-icon-suggest:before {
  content: "\0132";
}
.mw-icon-notification:before {
  content: "\0133";
}
.mw-icon-updates:before {
  content: "\0134";
}
.mw-icon-comments:before {
  content: "\0135";
}
.mw-icon-arrowdown:before {
  content: "\0136";
}
.mw-icon-arrowup:before {
  content: "\0139";
}
.mw-icon-arrowleft:before {
  content: "\0137";
}
.mw-icon-arrowright:before {
  content: "\0138";
}
.mw-icon-video:before {
  content: "\0140";
}
.mw-icon-file:before {
  content: "\0141";
}
.mw-icon-upgrades:before {
  content: "\0142";
}
.mw-icon-shopcart:before {
  content: "\0143";
}
.mw-icon-crop:before {
  content: "\0144";
}
.mw-icon-network:before {
  content: "\0145";
}
.mw-icon-drop:before {
  content: "\0146";
}
.mw-icon-next-thick:before {
  content: "\0147";
}
.mw-icon-prev-thick:before {
  content: "\0148";
}
.mw-icon-alert:before {
  content: "\f101";
}
.mw-icon-alert-circled:before {
  content: "\f100";
}
.mw-icon-web-add:before {
  content: "\f2c7";
}
.mw-icon-web-alarm:before {
  content: "\f2c8";
}
.mw-icon-web-archive:before {
  content: "\f2c9";
}
.mw-icon-web-arrow-back:before {
  content: "\f2ca";
}
.mw-icon-web-arrow-down-left:before {
  content: "\f2cb";
}
.mw-icon-web-arrow-down-right:before {
  content: "\f2cc";
}
.mw-icon-web-arrow-forward:before {
  content: "\f30f";
}
.mw-icon-web-arrow-up-left:before {
  content: "\f2cd";
}
.mw-icon-web-arrow-up-right:before {
  content: "\f2ce";
}
.mw-icon-web-battery:before {
  content: "\f2cf";
}
.mw-icon-web-calendar:before {
  content: "\f2d1";
}
.mw-icon-web-call:before {
  content: "\f2d2";
}
.mw-icon-web-camera:before {
  content: "\f2d3";
}
.mw-icon-web-chat:before {
  content: "\f2d4";
}
.mw-icon-web-checkmark:before {
  content: "\f2d5";
}
.mw-icon-web-clock:before {
  content: "\f2d6";
}
.mw-icon-web-close:before {
  content: "\f2d7";
}
.mw-icon-web-developer:before {
  content: "\f2db";
}
.mw-icon-web-display:before {
  content: "\f2dc";
}
.mw-icon-web-dropdown:before {
  content: "\f2de";
}
.mw-icon-web-earth:before {
  content: "\f2df";
}
.mw-icon-web-folder:before {
  content: "\f2e0";
}
.mw-icon-web-forums:before {
  content: "\f2e1";
}
.mw-icon-web-image:before {
  content: "\f2e4";
}
.mw-icon-web-information:before {
  content: "\f2e6";
}
.mw-icon-web-keypad:before {
  content: "\f2e7";
}
.mw-icon-web-lightbulb:before {
  content: "\f2e8";
}
.mw-icon-web-locate:before {
  content: "\f2e9";
}
.mw-icon-web-location:before {
  content: "\f2ea";
}
.mw-icon-web-mail:before {
  content: "\f2eb";
}
.mw-icon-web-microphone:before {
  content: "\f2ec";
}
.mw-icon-web-mixer:before {
  content: "\f2ed";
}
.mw-icon-web-more:before {
  content: "\f2ee";
}
.mw-icon-web-note:before {
  content: "\f2ef";
}
.mw-icon-web-playstore:before {
  content: "\f2f0";
}
.mw-icon-web-printer:before {
  content: "\f2f1";
}
.mw-icon-web-promotion:before {
  content: "\f2f2";
}
.mw-icon-web-reminder:before {
  content: "\f2f3";
}
.mw-icon-web-remove:before {
  content: "\f2f4";
}
.mw-icon-web-search:before {
  content: "\f2f5";
}
.mw-icon-web-settings:before {
  content: "\f2f7";
}
.mw-icon-web-share:before {
  content: "\f2f8";
}
.mw-icon-web-social:before {
  content: "\f2fa";
}
.mw-icon-web-social-user:before {
  content: "\f2f9";
}
.mw-icon-web-star:before {
  content: "\f2fc";
}
.mw-icon-web-wifi:before {
  content: "\f305";
}
.mw-icon-aperture:before {
  content: "\f313";
}
.mw-icon-archive:before {
  content: "\f102";
}
.mw-icon-arrow-down-a:before {
  content: "\f103";
}
.mw-icon-arrow-down-b:before {
  content: "\f104";
}
.mw-icon-arrow-down-c:before {
  content: "\f105";
}
.mw-icon-arrow-expand:before {
  content: "\f25e";
}
.mw-icon-arrow-left-a:before {
  content: "\f106";
}
.mw-icon-arrow-left-b:before {
  content: "\f107";
}
.mw-icon-arrow-left-c:before {
  content: "\f108";
}
.mw-icon-arrow-move:before {
  content: "\f263";
}
.mw-icon-arrow-resize:before {
  content: "\f264";
}
.mw-icon-arrow-return-left:before {
  content: "\f265";
}
.mw-icon-arrow-return-right:before {
  content: "\f266";
}
.mw-icon-arrow-right-a:before {
  content: "\f109";
}
.mw-icon-arrow-right-b:before {
  content: "\f10a";
}
.mw-icon-arrow-right-c:before {
  content: "\f10b";
}
.mw-icon-arrow-shrink:before {
  content: "\f267";
}
.mw-icon-arrow-swap:before {
  content: "\f268";
}
.mw-icon-arrow-up-a:before {
  content: "\f10c";
}
.mw-icon-arrow-up-b:before {
  content: "\f10d";
}
.mw-icon-arrow-up-c:before {
  content: "\f10e";
}
.mw-icon-beaker:before {
  content: "\f269";
}
.mw-icon-bookmark:before {
  content: "\f26b";
}
.mw-icon-briefcase:before {
  content: "\f26c";
}
.mw-icon-camera:before {
  content: "\f118";
}
.mw-icon-card:before {
  content: "\f119";
}
.mw-icon-chatbox:before {
  content: "\f11b";
}
.mw-icon-chatbox-working:before {
  content: "\f11a";
}
.mw-icon-chatboxes:before {
  content: "\f11c";
}
.mw-icon-chatbubble:before {
  content: "\f11e";
}
.mw-icon-chatbubble-working:before {
  content: "\f11d";
}
.mw-icon-chatbubbles:before {
  content: "\f11f";
}
.mw-icon-checkmark:before {
  content: "\f122";
}
.mw-icon-checkmark-circled:before {
  content: "\f120";
}
.mw-icon-checkmark-round:before {
  content: "\f121";
}
.mw-icon-clock:before {
  content: "\f26e";
}
.mw-icon-close2:before {
  content: "\f12a";
}
.mw-icon-close-circled:before {
  content: "\f128";
}
.mw-icon-close-round:before {
  content: "\f129";
}
.mw-icon-cloud:before {
  content: "\f12b";
}
.mw-icon-code:before {
  content: "\f271";
}
.mw-icon-code-working:before {
  content: "\f270";
}
.mw-icon-coffee:before {
  content: "\f272";
}
.mw-icon-compose:before {
  content: "\f12c";
}
.mw-icon-connectmw-icon-bars:before {
  content: "\f274";
}
.mw-icon-contrast:before {
  content: "\f275";
}
.mw-icon-cube:before {
  content: "\f318";
}
.mw-icon-document:before {
  content: "\f12f";
}
.mw-icon-document-text:before {
  content: "\f12e";
}
.mw-icon-earth:before {
  content: "\f276";
}
.mw-icon-edit:before {
  content: "\f2bf";
}
.mw-icon-eject:before {
  content: "\f131";
}
.mw-icon-email:before {
  content: "\f132";
}
.mw-icon-eye:before {
  content: "\f133";
}
.mw-icon-eye-disabled:before {
  content: "\f306";
}
.mw-icon-filing:before {
  content: "\f134";
}
.mw-icon-film-marker:before {
  content: "\f135";
}
.mw-icon-flag:before {
  content: "\f279";
}
.mw-icon-flash:before {
  content: "\f137";
}
.mw-icon-flask:before {
  content: "\f138";
}
.mw-icon-folder:before {
  content: "\f139";
}
.mw-icon-forward:before {
  content: "\f13a";
}
.mw-icon-gear-a:before {
  content: "\f13d";
}
.mw-icon-gear-b:before {
  content: "\f13e";
}
.mw-icon-grid:before {
  content: "\f13f";
}
.mw-icon-headphone:before {
  content: "\f140";
}
.mw-icon-heart:before {
  content: "\f141";
}
.mw-icon-help:before {
  content: "\f143";
}
.mw-icon-help-circled:before {
  content: "\f142";
}
.mw-icon-home:before {
  content: "\f144";
}
.mw-icon-icon-social-google-plus:before {
  content: "\f146";
}
.mw-icon-icon-social-google-plus-outline:before {
  content: "\f145";
}
.mw-icon-image-frame:before {
  content: "\f147";
}
.mw-icon-images-frame:before {
  content: "\f148";
}
.mw-icon-information:before {
  content: "\f14a";
}
.mw-icon-informatmw-icon-circled:before {
  content: "\f149";
}
.mw-icon-app-alarm:before {
  content: "\f14d";
}
.mw-icon-app-alarm-outline:before {
  content: "\f14c";
}
.mw-icon-app-albums:before {
  content: "\f14f";
}
.mw-icon-app-albums-outline:before {
  content: "\f14e";
}
.mw-icon-app-arrow-back:before {
  content: "\f150";
}
.mw-icon-app-arrow-down:before {
  content: "\f151";
}
.mw-icon-app-arrow-forward:before {
  content: "\f152";
}
.mw-icon-arrow-left-slim:before {
  content: "\f153";
}
.mw-icon-arrow-right-slim:before {
  content: "\f154";
}
.mw-icon-app-arrow-thin-down:before {
  content: "\f27e";
}
.mw-icon-app-arrow-thin-left:before {
  content: "\f27f";
}
.mw-icon-app-arrow-thin-right:before {
  content: "\f280";
}
.mw-icon-app-arrow-thin-up:before {
  content: "\f281";
}
.mw-icon-app-arrow-up:before {
  content: "\f155";
}
.mw-icon-app-briefcase:before {
  content: "\f283";
}
.mw-icon-app-briefcase-outline:before {
  content: "\f282";
}
.mw-icon-app-browsers:before {
  content: "\f161";
}
.mw-icon-app-browsers-outline:before {
  content: "\f160";
}
.mw-icon-app-calendar:before {
  content: "\f163";
}
.mw-icon-app-calendar-outline:before {
  content: "\f162";
}
.mw-icon-app-camera:before {
  content: "\f165";
}
.mw-icon-app-camera-outline:before {
  content: "\f164";
}
.mw-icon-cart:before {
  content: "\f167";
}
.mw-icon-cart-outline:before {
  content: "\f166";
}
.mw-icon-app-chatboxes:before {
  content: "\f169";
}
.mw-icon-app-chatboxes-outline:before {
  content: "\f168";
}
.mw-icon-app-chatbubble:before {
  content: "\f16b";
}
.mw-icon-app-chatbubble-outline:before {
  content: "\f16a";
}
.mw-icon-app-checkmark:before {
  content: "\f16e";
}
.mw-icon-app-checkmark-empty:before {
  content: "\f16c";
}
.mw-icon-app-checkmark-outline:before {
  content: "\f16d";
}
.mw-icon-app-circle-outline:before {
  content: "\f170";
}
.mw-icon-lite-clock:before {
  content: "\f172";
}
.mw-icon-lite-clock-outline:before {
  content: "\f171";
}
.mw-icon-app-close:before {
  content: "\f2bc";
}
.mw-icon-app-close-empty:before {
  content: "\f2bd";
}
.mw-icon-app-close-outline:before {
  content: "\f2bb";
}
.mw-icon-app-cloud:before {
  content: "\f178";
}
.mw-icon-app-cloud-download:before {
  content: "\f174";
}
.mw-icon-app-cloud-download-outline:before {
  content: "\f173";
}
.mw-icon-app-cloud-outline:before {
  content: "\f175";
}
.mw-icon-app-compose:before {
  content: "\f17e";
}
.mw-icon-app-compose-outline:before {
  content: "\f17d";
}
.mw-icon-app-copy:before {
  content: "\f182";
}
.mw-icon-app-copy-outline:before {
  content: "\f181";
}
.mw-icon-app-download:before {
  content: "\f184";
}
.mw-icon-app-email:before {
  content: "\f187";
}
.mw-icon-app-email-outline:before {
  content: "\f186";
}
.mw-icon-app-expand:before {
  content: "\f30d";
}
.mw-icon-app-fastforward:before {
  content: "\f18b";
}
.mw-icon-app-fastforward-outline:before {
  content: "\f18a";
}
.mw-icon-app-gear:before {
  content: "\f195";
}
.mw-icon-app-gear-outline:before {
  content: "\f194";
}
.mw-icon-app-heart:before {
  content: "\f199";
}
.mw-icon-app-heart-outline:before {
  content: "\f198";
}
.mw-icon-help:before {
  content: "\f19c";
}
.mw-icon-help-outline:before {
  content: "\f19b";
}
.mw-icon-app-keypad:before {
  content: "\f1a4";
}
.mw-icon-app-keypad-outline:before {
  content: "\f1a3";
}
.mw-icon-app-lightbulb:before {
  content: "\f287";
}
.mw-icon-app-lightbulb-outline:before {
  content: "\f286";
}
.mw-icon-app-location:before {
  content: "\f1a6";
}
.mw-icon-app-locatmw-icon-outline:before {
  content: "\f1a5";
}
.mw-icon-app-locked:before {
  content: "\f1a8";
}
.mw-icon-app-locked-outline:before {
  content: "\f1a7";
}
.mw-icon-app-loop:before {
  content: "\f32d";
}
.mw-icon-app-loop-strong:before {
  content: "\f32c";
}
.mw-icon-app-medkit:before {
  content: "\f289";
}
.mw-icon-app-mic:before {
  content: "\f1ab";
}
.mw-icon-app-mic-off:before {
  content: "\f1a9";
}
.mw-icon-app-mic-outline:before {
  content: "\f1aa";
}
.mw-icon-app-more:before {
  content: "\f1b4";
}
.mw-icon-app-paper-outline:before {
  content: "\f32e";
}
.mw-icon-app-pause:before {
  content: "\f1be";
}
.mw-icon-app-pause-outline:before {
  content: "\f1bd";
}
.mw-icon-app-person:before {
  content: "\f1c2";
}
.mw-icon-app-person-outline:before {
  content: "\f1c1";
}
.mw-icon-app-photos:before {
  content: "\f1c6";
}
.mw-icon-app-photos-outline:before {
  content: "\f1c5";
}
.mw-icon-app-pie:before {
  content: "\f28b";
}
.mw-icon-app-pie-outline:before {
  content: "\f28a";
}
.mw-icon-app-play:before {
  content: "\f1c8";
}
.mw-icon-app-play-outline:before {
  content: "\f1c7";
}
.mw-icon-app-plus:before {
  content: "\f1cb";
}
.mw-icon-app-plus-empty:before {
  content: "\f1c9";
}
.mw-icon-app-plus-outline:before {
  content: "\f1ca";
}
.mw-icon-app-pricetag:before {
  content: "\f28d";
}
.mw-icon-app-pricetag-outline:before {
  content: "\f28c";
}
.mw-icon-app-pricetags:before {
  content: "\f333";
}
.mw-icon-app-pricetags-outline:before {
  content: "\f332";
}
.mw-icon-app-printer:before {
  content: "\f1cd";
}
.mw-icon-app-printer-outline:before {
  content: "\f1cc";
}
.mw-icon-app-pulse:before {
  content: "\f335";
}
.mw-icon-app-pulse-strong:before {
  content: "\f334";
}
.mw-icon-app-redo:before {
  content: "\f1d3";
}
.mw-icon-app-redo-outline:before {
  content: "\f1d2";
}
.mw-icon-app-refresh-empty:before {
  content: "\f1d4";
}
.mw-icon-app-reload:before,
.mw-icon-app-reloading:before {
  content: "\f28e";
}
.mw-icon-app-reverse-camera:before {
  content: "\f337";
}
.mw-icon-app-reverse-camera-outline:before {
  content: "\f336";
}
.mw-icon-app-rewind:before {
  content: "\f1d8";
}
.mw-icon-app-rewind-outline:before {
  content: "\f1d7";
}
.mw-icon-app-search:before {
  content: "\f1da";
}
.mw-icon-app-search-strong:before {
  content: "\f1d9";
}
.mw-icon-app-shrink:before {
  content: "\f30e";
}
.mw-icon-app-skipbackward:before {
  content: "\f1dc";
}
.mw-icon-app-skipbackward-outline:before {
  content: "\f1db";
}
.mw-icon-app-skipforward:before {
  content: "\f1de";
}
.mw-icon-app-skipforward-outline:before {
  content: "\f1dd";
}
.mw-icon-app-speedometer:before {
  content: "\f290";
}
.mw-icon-app-speedometer-outline:before {
  content: "\f28f";
}
.mw-icon-app-star:before {
  content: "\f1e0";
}
.mw-icon-app-star-half:before {
  content: "\f33a";
}
.mw-icon-app-star-outline:before {
  content: "\f1df";
}
.mw-icon-app-stopwatch:before {
  content: "\f1e2";
}
.mw-icon-app-stopwatch-outline:before {
  content: "\f1e1";
}
.mw-icon-app-sunny:before {
  content: "\f1e4";
}
.mw-icon-app-sunny-outline:before {
  content: "\f1e3";
}
.mw-icon-app-telephone:before {
  content: "\f1e6";
}
.mw-icon-app-telephone-outline:before {
  content: "\f1e5";
}
.mw-icon-app-toggle:before {
  content: "\f33e";
}
.mw-icon-app-toggle-outline:before {
  content: "\f33d";
}
.mw-icon-app-trash:before {
  content: "\f1ec";
}
.mw-icon-app-trash-outline:before {
  content: "\f1eb";
}
.mw-icon-app-undo:before {
  content: "\f1ee";
}
.mw-icon-app-undo-outline:before {
  content: "\f1ed";
}
.mw-icon-app-unlocked:before {
  content: "\f1f0";
}
.mw-icon-app-unlocked-outline:before {
  content: "\f1ef";
}
.mw-icon-ipad:before {
  content: "\f1f9";
}
.mw-icon-iphone:before {
  content: "\f1fa";
}
.mw-icon-ipod:before {
  content: "\f1fb";
}
.mw-icon-laptop:before {
  content: "\f1fc";
}
.mw-icon-leaf:before {
  content: "\f1fd";
}
.mw-icon-lightbulb:before {
  content: "\f299";
}
.mw-icon-link:before {
  content: "\f1fe";
}
.mw-icon-load-a:before,
.mw-icon-loading-a:before {
  content: "\f29a";
}
.mw-icon-load-c:before,
.mw-icon-loading-c:before {
  content: "\f29c";
}
.mw-icon-location:before {
  content: "\f1ff";
}
.mw-icon-locked:before {
  content: "\f200";
}
.mw-icon-loop:before,
.mw-icon-looping:before {
  content: "\f201";
}
.mw-icon-market-rocket:before {
  content: '\002a';
}
.mw-icon-map:before {
  content: "\f203";
}
.mw-icon-medkit:before {
  content: "\f2a2";
}
.mw-icon-merge:before {
  content: "\f33f";
}
.mw-icon-mic-a:before {
  content: "\f204";
}
.mw-icon-mic-c:before {
  content: "\f206";
}
.mw-icon-monitor:before {
  content: "\f20a";
}
.mw-icon-more:before {
  content: "\f20b";
}
.mw-icon-mouse:before {
  content: "\f340";
}
.mw-icon-navicon:before {
  content: "\f20e";
}
.mw-icon-navicon-round:before {
  content: "\f20d";
}
.mw-icon-navigate:before {
  content: "\f2a3";
}
.mw-icon-outlet:before {
  content: "\f342";
}
.mw-icon-pause:before {
  content: "\f210";
}
.mw-icon-person:before {
  content: "\f213";
}
.mw-icon-person-add:before {
  content: "\f211";
}
.mw-icon-person-stalker:before {
  content: "\f212";
}
.mw-icon-pie-graph:before {
  content: "\f2a5";
}
.mw-icon-pin:before {
  content: "\f2a6";
}
.mw-icon-pinpoint:before {
  content: "\f2a7";
}
.mw-icon-play:before {
  content: "\f215";
}
.mw-icon-plus-circled:before {
  content: "\f216";
}
.mw-icon-plus-round:before {
  content: "\f217";
}
.mw-icon-podium:before {
  content: "\f344";
}
.mw-icon-power:before {
  content: "\f2a9";
}
.mw-icon-pricetag:before {
  content: "\f2aa";
}
.mw-icon-pricetags:before {
  content: "\f2ab";
}
.mw-icon-printer:before {
  content: "\f21a";
}
.mw-icon-pull-request:before {
  content: "\f345";
}
.mw-icon-qr-scanner:before {
  content: "\f346";
}
.mw-icon-quote:before {
  content: "\f347";
}
.mw-icon-radio-waves:before {
  content: "\f2ac";
}
.mw-icon-refresh:before,
.mw-icon-refreshing:before {
  content: "\f21c";
}
.mw-icon-reply:before {
  content: "\f21e";
}
.mw-icon-reply-all:before {
  content: "\f21d";
}
.mw-icon-ribbon-a:before {
  content: "\f348";
}
.mw-icon-ribbon-b:before {
  content: "\f349";
}
.mw-icon-scissors:before {
  content: "\f34b";
}
.mw-icon-search:before {
  content: "\f21f";
}
.mw-icon-settings:before {
  content: "\f2ad";
}
.mw-icon-share:before {
  content: "\f220";
}
.mw-icon-skip-backward:before {
  content: "\f222";
}
.mw-icon-skip-forward:before {
  content: "\f223";
}
.mw-icon-social-web:before {
  content: "\f225";
}
.mw-icon-social-web-outline:before {
  content: "\f224";
}
.mw-icon-social-apple:before {
  content: "\f227";
}
.mw-icon-social-apple-outline:before {
  content: "\f226";
}
.mw-icon-social-bitcoin:before {
  content: "\f2af";
}
.mw-icon-social-bitcoin-outline:before {
  content: "\f2ae";
}
.mw-icon-social-buffer:before {
  content: "\f229";
}
.mw-icon-social-buffer-outline:before {
  content: "\f228";
}
.mw-icon-social-designernews:before {
  content: "\f22b";
}
.mw-icon-social-designernews-outline:before {
  content: "\f22a";
}
.mw-icon-social-dribbble:before {
  content: "\f22d";
}
.mw-icon-social-dribbble-outline:before {
  content: "\f22c";
}
.mw-icon-social-dropbox:before {
  content: "\f22f";
}
.mw-icon-social-dropbox-outline:before {
  content: "\f22e";
}
.mw-icon-social-facebook:before {
  content: "\f231";
}
.mw-icon-social-facebook-outline:before {
  content: "\f230";
}
.mw-icon-social-github:before {
  content: "\f233";
}
.mw-icon-social-github-outline:before {
  content: "\f232";
}
.mw-icon-social-google:before {
  content: "\f34f";
}
.mw-icon-social-google-outline:before {
  content: "\f34e";
}
.mw-icon-social-googleplus:before {
  content: "\f235";
}
.mw-icon-social-googleplus-outline:before {
  content: "\f234";
}
.mw-icon-social-hackernews:before {
  content: "\f237";
}
.mw-icon-social-hackernews-outline:before {
  content: "\f236";
}
.mw-icon-social-instagram:before {
  content: "\f351";
}
.mw-icon-social-linkedin:before {
  content: "\f239";
}
.mw-icon-social-linkedin-outline:before {
  content: "\f238";
}
.mw-icon-social-pinterest:before {
  content: "\f2b1";
}
.mw-icon-social-pinterest-outline:before {
  content: "\f2b0";
}
.mw-icon-social-reddit:before {
  content: "\f23b";
}
.mw-icon-social-reddit-outline:before {
  content: "\f23a";
}
.mw-icon-social-rss:before {
  content: "\f23d";
}
.mw-icon-social-rss-outline:before {
  content: "\f23c";
}
.mw-icon-social-skype:before {
  content: "\f23f";
}
.mw-icon-social-skype-outline:before {
  content: "\f23e";
}
.mw-icon-social-tumblr:before {
  content: "\f241";
}
.mw-icon-social-tumblr-outline:before {
  content: "\f240";
}
.mw-icon-social-twitter:before {
  content: "\f243";
}
.mw-icon-social-twitter-outline:before {
  content: "\f242";
}
.mw-icon-social-usd:before {
  content: "\f353";
}
.mw-icon-social-usd-outline:before {
  content: "\f352";
}
.mw-icon-social-vimeo:before {
  content: "\f245";
}
.mw-icon-social-vimeo-outline:before {
  content: "\f244";
}
.mw-icon-social-windows:before {
  content: "\f247";
}
.mw-icon-social-windows-outline:before {
  content: "\f246";
}
.mw-icon-social-wordpress:before {
  content: "\f249";
}
.mw-icon-social-wordpress-outline:before {
  content: "\f248";
}
.mw-icon-social-yahoo:before {
  content: "\f24b";
}
.mw-icon-social-youtube:before {
  content: "\f24d";
}
.mw-icon-social-youtube-outline:before {
  content: "\f24c";
}
.mw-icon-speakerphone:before {
  content: "\f2b2";
}
.mw-icon-speedometer:before {
  content: "\f2b3";
}
.mw-icon-star:before {
  content: "\f24e";
}
.mw-icon-stop:before {
  content: "\f24f";
}
.mw-icon-thermometer:before {
  content: "\f2b6";
}
.mw-icon-thumbsdown:before {
  content: "\f250";
}
.mw-icon-thumbsup:before {
  content: "\f251";
}
.mw-icon-trash-a:before {
  content: "\f252";
}
.mw-icon-trash-b:before {
  content: "\f253";
}
.mw-icon-unlocked:before {
  content: "\f254";
}
.mw-icon-upload:before {
  content: "\f255";
}
.mw-icon-usb:before {
  content: "\f2b8";
}
.mw-icon-volume-high:before {
  content: "\f257";
}
.mw-icon-volume-low:before {
  content: "\f258";
}
.mw-icon-volume-medium:before {
  content: "\f259";
}
.mw-icon-wand:before {
  content: "\f358";
}
.mw-icon-waterdrop:before {
  content: "\f25b";
}
.mw-icon-wifi:before {
  content: "\f25c";
}
.mw-icon-wineglass:before {
  content: "\f2b9";
}
.mw-icon-wrench:before {
  content: "\f2ba";
}
.mw-icon-bars:before {
  content: '\014a';
}
.mw-icon-money-outline:before {
  content: '\014b';
}
.mw-icon-wrench-outline:before {
  content: '\014c';
}
.mw-icon-customer:before {
  content: '\014d';
}
/* Icon pickers */
.mw-icon-list {
  width: 360px;
  text-align: justify;
}
.mw-icon-list select {
  width: auto;
  min-width: 60px;
}
.mwiconlist-icon:hover {
  background-color: #efecec;
}
.mw-icon-list .mw-ui-btn-nav {
  padding-bottom: 16px;
}
.mw-icon-list .mw-ui-btn-nav,
.mw-icon-list .mw-ui-btn-nav input {
  width: 100%;
}
.mw-icon-list h5 {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px;
  opacity: 0.6;
}
.mwiconlist-section .mw-paging a {
  display: none;
}
.mwiconlist-section .mw-paging {
  margin-top: 15px;
}
.mwiconlist-section .mw-paging a.mw-paging-visible-range {
  display: inline-block;
}
.mwiconlist-section + h5 {
  padding-top: 16px;
}
.mwiconlist-icon {
  transition: opacity 0.3s, transform 0.3s;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 22px !important;
  border-radius: 3px;
  background-color: white;
  width: 12%;
  color: #939393;
  display: inline-block;
  cursor: pointer;
  font-style: normal;
}
.mwiconlist-icon svg {
  width: 35px !important;
  height: 35px !important;
}
.mw-icon-selector-paging {
  display: block;
  width: 100%;
}
.mwiconlist-settings-section-block-item .mw-field {
  width: 100%;
}
.mwiconlist-settings-section {
  box-shadow: none;
}
.mwiconlist-settings-section-block-item .mw-ui-label {
  padding: 5px 0  !important;
  font-weight: normal !important;
  font-size: 12px !important;
  text-transform: none !important;
  margin: 0 !important;
  line-height: normal !important;
}
.mwiconlist-settings-section-block-item [type="color"] {
  height: 30px !important;
  padding: 0 !important;
}
.mwiconlist-settings-section-block-item [type="range"] {
  -webkit-appearance: slider-horizontal !important;
  appearance: slider-horizontal !important;
}
.mwiconlist-settings-section-block-item {
  display: block;
}
.mwiconlist-settings-section-block-item + .mwiconlist-settings-section-block-item {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #efecec;
}
.mwiconlist-settings-section-color-picker {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  background: #ffffff;
  border: none;
  height: 35px;
  width: 45px;
  cursor: ;
}
.mw-tooltip .mwiconlist-section,
.mwiconlist-settings-section-block-item {
  width: 360px;
}
.mwiconlist-settings-section-block-item .mw-tooltip .mwiconlist-section {
  max-width: 95%;
}
.mwiconlist-icon-hidden {
  opacity: 0;
  transform: translateY(-5px) scale(0.5, 0.5);
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.mwiconlist-section-wrapper {
  clear: both;
  width: 100%;
  padding-top: 10px;
}
.mw-icon-selector-root .mw-ui-searchfield {
  margin: 10px 0 0;
}
.mw-icon-selector-root .mw-ui-box {
  border-width: 1px;
}
.mw-icon-selector-root .mw-ui-box,
.mw-icon-selector-root .mw-accordion-item.active {
  box-shadow: none !important;
}
.mw-icon-selector-root .mw-icon-selector-paging a {
  display: none;
}
.mw-icon-selector-root .mw-icon-selector-paging a.mw-paging-visible-range {
  display: inline-block;
}
.mw-icon-selector-root {
  width: 400px;
}
.mw-icon-picker-icons-holder > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mw-icon-picker-icons-holder {
  clear: both;
  padding: 15px 0 0;
  width: 100%;
}
.mw-icon-selector-paging {
  margin: 10px 0 0;
  clear: both;
  display: block;
}
.mw-tree {
  container-name: mw-tree-root;
  container-type: inline-size;
}
.mw-tree .mw-tree-nav-skin-default {
  padding-inline: 20px;
  padding-block: 10px 20px;
}
.mw-tree * {
  vertical-align: middle;
}
.mw-tree tree-label input {
  pointer-events: none;
}
.mw-tree-nav li.skip-true {
  opacity: 0.6;
  pointer-events: none;
  cursor: no-drop;
}
.mw-tree-nav .opened > ul {
  display: block;
}
.form-group > .mw-tree-nav-skin-default {
  padding-block-start: 15px;
}
.mw-tree-nav-skin-default {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: auto;
}
.mw-tree-nav-skin-default .tree-item-active-false > .mw-tree-item-content-root .mw-tree-item-title {
  opacity: 0.7;
  text-decoration: line-through;
}
.mw-tree-nav-skin-default::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.mw-tree-nav-skin-default::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mw-tree-nav-skin-default::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}
.mw-tree-nav-skin-default::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.mw-tree-nav-skin-default ul {
  display: none;
}
.mw-tree-nav-skin-default .mw-tree-item-content {
  cursor: pointer;
}
.mw-tree-nav-skin-default .mw-tree-item-title {
  flex: 1;
  padding-inline: 4px 0;
  padding-block: 0;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-block-start: 5px;
  padding-inline-end: 0;
  font-size: 12px;
  color: #7e7e7e;
}
.mw-tree-nav-skin-default tree-label {
  width: 20px;
}
.mw-tree-nav-skin-default tree-label + .mw-tree-item-title {
  max-width: -webkit-calc(75%);
  max-width: calc(100% - 25px);
}
.mw-tree-nav-skin-default > li {
  margin: 2px 0;
}
.mw-tree-nav-skin-default li {
  position: relative;
  list-style: none;
}
.mw-tree-nav-skin-default li * {
  vertical-align: middle;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root .mw-tree-item-title {
  color: #0e80e5;
  font-weight: bold;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root .mw-tree-item-title:before {
  color: #0e80e5;
  font-weight: normal;
}
.mw-tree-nav-skin-default li.context-menu-active > .mw-tree-item-content-root,
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root,
.mw-tree-nav-skin-default li .mw-tree-item-content-root:hover {
  background: #fff;
}
.mw-tree-nav-skin-default li li {
  padding-inline-start: 23px;
  margin-inline-start: 5px;
}
.mw-tree-nav-skin-default li ul,
.mw-tree-nav-skin-default li li {
  position: relative;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-toggler {
  background-color: white;
}
.mw-tree-nav-skin-default li ul li:after {
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  width: 1px;
  content: '';
  background: #ccc;
}
.mw-tree-nav-skin-default li ul li:last-child:after {
  bottom: auto;
  height: 19px;
}
.mw-tree-nav-skin-default li ul li:before {
  position: absolute;
  top: 18px;
  left: 8px;
  width: 15px;
  height: 1px;
  content: '';
  background: #ccc;
}
.mw-tree-nav-skin-default .mw-tree-toggler {
  display: inline-block;
  width: 25px;
  color: #bcbfc2;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 0;
  line-height: 31px;
  font-size: 9px;
  font-family: "Material Design Icons";
  float: left;
}
.mw-tree-nav-skin-default .mw-tree-context-menu-content-button {
  position: relative;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.7);
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: rgba(183, 216, 255, 0.15);
  margin-inline-end: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.mw-tree-nav-skin-default .mw-tree-context-menu-content-button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M6 12c0 1.657-1.343 3-3 3s-3-1.343-3-3 1.343-3 3-3 3 1.343 3 3zm9 0c0 1.657-1.343 3-3 3s-3-1.343-3-3 1.343-3 3-3 3 1.343 3 3zm9 0c0 1.657-1.343 3-3 3s-3-1.343-3-3 1.343-3 3-3 3 1.343 3 3z'%3E%3C/path%3E%3C/svg%3E");
}
.mw-tree-nav-skin-default .mw-tree-context-menu-content-button:hover {
  background-color: rgba(183, 216, 255, 0.55);
}
.mw-tree-nav-skin-default .context-menu-active > .mw-tree-item-content-root .mw-tree-context-menu-content-button,
.mw-tree-nav-skin-default .mw-tree-item-content-root:hover .mw-tree-context-menu-content-button {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root .mw-tree-context-menu-content-button {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.mw-tree-nav-skin-default > li > .mw-tree-item-content-root .mw-tree-toggler {
  margin-inline: -25px -23px;
  margin-block: 2px 0;
}
.mw-tree-nav-skin-default > li li .mw-tree-item-content-root .mw-tree-toggler {
  margin-inline: -40px -39px;
  margin-block: 2px 0;
}
.mw-tree-nav-skin-default .mw-tree-toggler:after {
  content: "\F0536";
  transition: 0.3s;
  position: relative;
  display: inline-block;
  transform: rotate(90deg);
}
.mw-tree-nav-skin-default .opened > .mw-tree-item-content-root .mw-tree-toggler:after {
  transform: rotate(180deg);
}
.mw-tree-nav-skin-default .mw-tree-context-menu-content {
  position: absolute;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  top: calc(100% - 2px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index: 12;
  transition: 0.3s;
}
.mw-tree-nav-skin-default .context-menu-active > .mw-tree-item-content-root .mw-tree-context-menu-content-button:after {
  transform: rotate(-90deg);
}
.mw-tree-nav-skin-default .context-menu-active > .mw-tree-item-content-root .mw-tree-context-menu-content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.mw-tree-nav-skin-default .mw-tree-context-menu-item {
  font-size: 14px;
  display: block;
  position: relative;
  border: 1px solid transparent;
  color: #3B3B3B;
  cursor: pointer;
  white-space: nowrap;
  padding: 1px 10px;
}
.mw-tree-nav-skin-default .mw-tree-context-menu-item > .mdi,
.mw-tree-nav-skin-default .mw-tree-context-menu-item > [class*="icon"] {
  margin-inline-end: 7px;
}
.mw-tree-nav-skin-default .mw-tree-item-content:hover .mw-tree-context-menu-item {
  visibility: visible;
}
.mw-tree-nav-skin-default .mw-tree-context-menu-item:hover {
  opacity: 1;
  color: #0e80e5;
}
.mw-tree-nav-skin-default .mw-tree-item-content-root {
  display: block;
}
.mw-tree-nav-skin-default .mw-tree-item-content {
  color: #212121;
  padding: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  outline: none;
  background-repeat: no-repeat;
  line-height: 27px;
  width: 100%;
}
.mw-tree-nav-skin-default .mw-tree-toggler + .mw-tree-item-content {
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
}
.mw-tree-nav-skin-default .has-children > .mw-tree-item-content {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
}
.mw-tree-nav-skin-default .mw-tree-context-menu {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.mw-tree-nav-skin-default .mw-tree-item-content:hover .mw-tree-context-menu {
  background-color: #fff;
}
.mw-tree-nav-skin-default html[dir="rtl"] .mw-tree-nav-skin-default .mw-tree-context-menu {
  right: auto;
  left: 0;
}
.mw-tree-nav-skin-default .mw-tree-item-title [class*='mai-'],
.mw-tree-nav-skin-default .mw-tree-item-title [class*='mw-icon-'],
.mw-tree-nav-skin-default .mw-tree-aditional-item-icon,
.mw-tree-nav-skin-default .mw-tree-item-title:before {
  color: #bcbfc2;
  font-size: 19px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-inline-end: 3px;
  vertical-align: top;
}
.mw-tree-nav-skin-default .selected > .mw-tree-item-content-root .mw-tree-item-title:before {
  color: #0e80e5;
}
.mw-tree-nav-skin-default .mw-tree-item-title:before {
  font-family: "Material Design Icons";
}
.mw-tree-nav-skin-default li.type-category > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
  content: 'c';
  font-family: 'Microweber';
}
.mw-tree-nav-skin-default li.type-page > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
  content: "\F0214";
}
.mw-tree-nav-skin-default li.type-page.subtype-home > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
  content: "\F02DC";
}
.mw-tree-nav-skin-default li.type-page.subtype-shop > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
  content: "\F049A";
}
.mw-tree-nav-skin-default li.type-page.subtype-dynamic > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
  content: "\F1009";
  z-index: 1;
}
.mw-tree-nav-skin-default .mw-tree-item-hidden {
  display: none;
}
html[dir="ltr"] .mw-tree-context-menu-content {
  right: 0;
}
html[dir="rtl"] .mw-tree-context-menu-content {
  left: 0;
}
html[dir="rtl"] {
  /*.mw-tree-nav-skin-default{
        direction: ltr;
    }
    .mw-tree-item-title{
        direction: rtl;
    }*/
}
html[dir="rtl"] .mw-tree-nav-skin-default .mw-tree-toggler {
  float: right;
}
html[dir="rtl"] .mw-tree-nav-skin-default li ul li:before {
  left: auto;
  right: 8px;
}
html[dir="rtl"] .mw-tree-nav-skin-default li ul li:after {
  right: 8px;
  left: auto;
}
html[dir="rtl"] .mw-tree-nav-skin-default .mw-tree-context-menu {
  left: 0;
  right: auto;
}
html[dir="rtl"] .mw-tree-nav-skin-default > li > .mw-tree-item-content-root .mw-tree-toggler {
  /*margin-inline-start: -14px;*/
  margin-top: 2px;
}
html[dir="rtl"] .mw-tree-nav-skin-default > li li .mw-tree-item-content-root .mw-tree-toggler {
  margin-inline-start: -40px;
  margin-top: 2px;
}
html[dir="rtl"] .mw-tree-nav-skin-default .mw-tree-toggler:after {
  transform: rotate(270deg);
}
@supports (container-name: mw-tree-root) {
  @container mw-tree-root (max-width: 300px) {
    .mw-tree-nav-skin-default > li > .mw-tree-item-content-root .mw-tree-toggler {
      margin-inline: -15px -23px;
    }
    .mw-tree-nav-skin-default > li li .mw-tree-item-content-root .mw-tree-toggler {
      margin-inline: -15px -39px;
    }
    .mw-tree-nav-skin-default li li {
      padding-inline-start: 8px;
      margin-inline-start: 5px;
    }
    .mw-tree-nav-skin-default li:before,
    .mw-tree-nav-skin-default li:after {
      display: none;
    }
    .mw-tree-nav-skin-default .mw-ui-check input + span {
      width: 12px;
      height: 12px;
      margin-inline-start: 7px;
    }
  }
}
@supports not (container-name: mw-tree-root) {
  @media (max-width: 1200px) {
    .mw-tree-nav-skin-default > li > .mw-tree-item-content-root .mw-tree-toggler {
      margin-inline: -15px -23px;
    }
    .mw-tree-nav-skin-default > li li .mw-tree-item-content-root .mw-tree-toggler {
      margin-inline: -15px -39px;
    }
    .mw-tree-nav-skin-default li li {
      padding-inline-start: 8px;
      margin-inline-start: 5px;
    }
    .mw-tree-nav-skin-default li:before,
    .mw-tree-nav-skin-default li:after {
      display: none;
    }
    .mw-tree-nav-skin-default .mw-ui-check input + span {
      width: 12px;
      height: 12px;
      margin-inline-start: 7px;
    }
  }
}
.mw-tree-nav-skin-category-manager {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mw-tree-nav-skin-category-manager .mw-tree-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--tblr-body-color);
}
.mw-tree-nav-skin-category-manager .mw-tree-item-content.item-selectable-true {
  padding-inline-start: 50px !important;
}
.mw-tree-nav-skin-category-manager .mw-tree-item-content.item-selectable-true .mw-ui-check {
  margin-inline: -55px 25px;
}
.mw-tree-nav-skin-category-manager .tree-item-active-false > .mw-tree-item-content-root .mw-tree-item-content:before,
.mw-tree-nav-skin-category-manager .tree-item-active-false > .mw-tree-item-content-root .mw-tree-item-title {
  opacity: 0.5;
  text-decoration: line-through;
}
.mw-tree-nav-skin-category-manager span.mw-tree-context-menu {
  margin-inline-start: auto !important;
}
.mw-tree-nav-skin-category-manager span.mw-tree-context-menu .mw-tree-context-menu-content-button {
  display: none;
}
.mw-tree-nav-skin-category-manager span.mw-tree-context-menu .mw-tree-context-menu-content > * + * {
  margin-inline-start: 10px;
}
.mw-tree-nav-skin-category-manager ul,
.mw-tree-nav-skin-category-manager li {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.mw-tree-nav-skin-category-manager ul ul,
.mw-tree-nav-skin-category-manager li ul {
  margin-inline-start: 40px;
}
.mw-tree-nav-skin-category-manager ul {
  display: none;
}
.mw-tree-nav-skin-category-manager .ui-sortable > li.ui-sortable-helper {
  cursor: grabbing;
}
.mw-tree-nav-skin-category-manager .ui-sortable > li {
  cursor: grab;
}
.mw-tree-nav-skin-category-manager li.mw-tree-item-hidden {
  display: none;
}
.mw-tree-nav-skin-category-manager li.opened > ul {
  display: block;
}
.mw-tree-nav-skin-category-manager li.opened > .mw-tree-item-content-root .mw-tree-toggler {
  transform: translateY(-50%) rotate(90deg);
}
.mw-tree-nav-skin-category-manager li {
  list-style: none;
}
.mw-tree-nav-skin-category-manager li[data-type="category"] > .mw-tree-item-content-root .mw-tree-item-content {
  background: #fcfcfc;
  padding: 0.5rem 1rem;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.mw-tree-nav-skin-category-manager li[data-type="category"] > .mw-tree-item-content-root .mw-tree-item-content:hover {
  background: #fcfcfc;
  border-color: #eeeff1;
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.11);
}
.mw-tree-nav-skin-category-manager li[data-type="category"] > .mw-tree-item-content-root .mw-tree-item-content:before {
  content: "\F024B";
  font: normal normal normal 1.25em/1 "Material Design Icons";
  color: #868686;
  margin-inline-start: -10px;
  margin-inline-end: 10px;
}
.mw-tree-nav-skin-category-manager li[data-type="page"] {
  padding-top: 10px;
}
.mw-tree-nav-skin-category-manager li[data-type="page"] > .mw-tree-item-content-root .mw-tree-item-content {
  padding: 15px 25px 10px 25px;
  background-color: #fff;
  border-bottom: 0;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03);
}
.mw-tree-nav-skin-category-manager li[data-type="page"] > .mw-tree-item-content-root .mw-tree-item-content:before {
  content: "\F0219";
  font: normal normal normal 1.25em/1 "Material Design Icons";
  color: #4592ff;
  margin-inline-start: -10px;
  margin-inline-end: 10px;
}
.mw-tree-nav-skin-category-manager .mw-tree-item-content-root {
  position: relative;
  padding-left: 24px;
  display: block;
}
.mw-tree-nav-skin-category-manager .mw-tree-item-content-root .mw-tree-toggler {
  display: flex;
  width: 25px;
  height: 25px;
  color: #bcbfc2;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 19px;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.mw-tree-nav-skin-category-manager .mw-tree-item-content-root .mw-tree-toggler:before {
  content: "\F0142";
}
/****************************
            Boxes
*****************************/
.mw-ui-box2 {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  clear: both;
  padding: 20px;
  transition: box-shadow 0.3s;
}
.mw-ui-box2:hover,
.mw-ui-box2.active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16) !important;
}
.mw-ui-box {
  border: 1px solid transparent;
  border-radius: 5px;
  clear: both;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}
.mw-ui-box,
.mw-ui-box-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mw-ui-box-header {
  padding: 15px 25px 10px 25px;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.mw-ui-box-header a {
  text-decoration: none;
}
.mw-ui-box-header > [class*='mw-icon-'] {
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-inline-end: 12px;
}
.mw-ui-box-header h2 {
  padding: 0;
}
.mw-ui-box-content.mw-accordion-content {
  overflow: auto;
}
.mw-ui-box-content {
  padding: 25px 25px;
  position: relative;
}
.mw-ui-box:after,
.mw-ui-box-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.mw-ui-box-invert {
  background-color: #2b2b2b;
  color: white;
  border-color: transparent;
}
.mw-ui-box-info {
  background-color: #4592ff;
  color: white;
  border-color: transparent;
}
.mw-ui-box-warn {
  background-color: #ffc107;
  color: white;
  border-color: transparent;
}
.mw-ui-box-important {
  background-color: #f12b1c;
  color: white;
  border-color: transparent;
}
.mw-ui-box-notification {
  background-color: #309e65;
  color: white;
  border-color: transparent;
}
.mw-ui-box-invert > .mw-ui-box-header {
  background-color: #454545;
  color: white;
}
.mw-ui-box-info > .mw-ui-box-header {
  background-color: #78b0ff;
  color: white;
}
.mw-ui-box-warn > .mw-ui-box-header {
  background-color: #ffce3a;
  color: white;
}
.mw-ui-box-important > .mw-ui-box-header {
  background-color: #f4584c;
  color: white;
}
.mw-ui-box-notification > .mw-ui-box-header {
  background-color: #3dc47e;
  color: white;
}
.mw-ui-box-accordion-content {
  overflow: hidden;
  background: #fafafa;
}
.mw-ui-box-accordion > .mw-ui-box-content {
  display: none;
}
.mw-accordion-active > .mw-ui-box-content {
  display: none;
}
.mw-flex-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-inline-end: -0.5rem;
  margin-inline-start: -0.5rem;
  clear: both;
}
.mw-flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.mw-flex-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mw-flex-col-xs,
.mw-flex-col-xs-1,
.mw-flex-col-xs-2,
.mw-flex-col-xs-3,
.mw-flex-col-xs-4,
.mw-flex-col-xs-5,
.mw-flex-col-xs-6,
.mw-flex-col-xs-7,
.mw-flex-col-xs-8,
.mw-flex-col-xs-9,
.mw-flex-col-xs-10,
.mw-flex-col-xs-11,
.mw-flex-col-xs-12,
.mw-flex-col-xs-offset-0,
.mw-flex-col-xs-offset-1,
.mw-flex-col-xs-offset-2,
.mw-flex-col-xs-offset-3,
.mw-flex-col-xs-offset-4,
.mw-flex-col-xs-offset-5,
.mw-flex-col-xs-offset-6,
.mw-flex-col-xs-offset-7,
.mw-flex-col-xs-offset-8,
.mw-flex-col-xs-offset-9,
.mw-flex-col-xs-offset-10,
.mw-flex-col-xs-offset-11,
.mw-flex-col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-inline-end: 0.5rem;
  padding-left: 0.5rem;
}
.mw-flex-col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.mw-flex-col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.mw-flex-col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.mw-flex-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.mw-flex-col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.mw-flex-col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.mw-flex-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.mw-flex-col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.mw-flex-col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.mw-flex-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.mw-flex-col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.mw-flex-col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.mw-flex-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.mw-flex-col-xs-offset-0 {
  margin-inline-start: 0;
}
.mw-flex-col-xs-offset-1 {
  margin-inline-start: 8.33333333%;
}
.mw-flex-col-xs-offset-2 {
  margin-inline-start: 16.66666667%;
}
.mw-flex-col-xs-offset-3 {
  margin-inline-start: 25%;
}
.mw-flex-col-xs-offset-4 {
  margin-inline-start: 33.33333333%;
}
.mw-flex-col-xs-offset-5 {
  margin-inline-start: 41.66666667%;
}
.mw-flex-col-xs-offset-6 {
  margin-inline-start: 50%;
}
.mw-flex-col-xs-offset-7 {
  margin-inline-start: 58.33333333%;
}
.mw-flex-col-xs-offset-8 {
  margin-inline-start: 66.66666667%;
}
.mw-flex-col-xs-offset-9 {
  margin-inline-start: 75%;
}
.mw-flex-col-xs-offset-10 {
  margin-inline-start: 83.33333333%;
}
.mw-flex-col-xs-offset-11 {
  margin-inline-start: 91.66666667%;
}
.mw-flex-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.mw-flex-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.mw-flex-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.mw-flex-top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mw-flex-middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mw-flex-bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mw-flex-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.mw-flex-between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mw-flex-first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.mw-flex-last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .mw-flex-col-sm,
  .mw-flex-col-sm-1,
  .mw-flex-col-sm-2,
  .mw-flex-col-sm-3,
  .mw-flex-col-sm-4,
  .mw-flex-col-sm-5,
  .mw-flex-col-sm-6,
  .mw-flex-col-sm-7,
  .mw-flex-col-sm-8,
  .mw-flex-col-sm-9,
  .mw-flex-col-sm-10,
  .mw-flex-col-sm-11,
  .mw-flex-col-sm-12,
  .mw-flex-col-sm-offset-0,
  .mw-flex-col-sm-offset-1,
  .mw-flex-col-sm-offset-2,
  .mw-flex-col-sm-offset-3,
  .mw-flex-col-sm-offset-4,
  .mw-flex-col-sm-offset-5,
  .mw-flex-col-sm-offset-6,
  .mw-flex-col-sm-offset-7,
  .mw-flex-col-sm-offset-8,
  .mw-flex-col-sm-offset-9,
  .mw-flex-col-sm-offset-10,
  .mw-flex-col-sm-offset-11,
  .mw-flex-col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-inline-end: 0.5rem;
    padding-left: 0.5rem;
  }
  .mw-flex-col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .mw-flex-col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .mw-flex-col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .mw-flex-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .mw-flex-col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .mw-flex-col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .mw-flex-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .mw-flex-col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .mw-flex-col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .mw-flex-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .mw-flex-col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .mw-flex-col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .mw-flex-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .mw-flex-col-sm-offset-0 {
    margin-inline-start: 0;
  }
  .mw-flex-col-sm-offset-1 {
    margin-inline-start: 8.33333333%;
  }
  .mw-flex-col-sm-offset-2 {
    margin-inline-start: 16.66666667%;
  }
  .mw-flex-col-sm-offset-3 {
    margin-inline-start: 25%;
  }
  .mw-flex-col-sm-offset-4 {
    margin-inline-start: 33.33333333%;
  }
  .mw-flex-col-sm-offset-5 {
    margin-inline-start: 41.66666667%;
  }
  .mw-flex-col-sm-offset-6 {
    margin-inline-start: 50%;
  }
  .mw-flex-col-sm-offset-7 {
    margin-inline-start: 58.33333333%;
  }
  .mw-flex-col-sm-offset-8 {
    margin-inline-start: 66.66666667%;
  }
  .mw-flex-col-sm-offset-9 {
    margin-inline-start: 75%;
  }
  .mw-flex-col-sm-offset-10 {
    margin-inline-start: 83.33333333%;
  }
  .mw-flex-col-sm-offset-11 {
    margin-inline-start: 91.66666667%;
  }
  .mw-flex-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .mw-flex-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .mw-flex-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .mw-flex-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mw-flex-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mw-flex-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mw-flex-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mw-flex-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mw-flex-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mw-flex-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .mw-flex-col-md,
  .mw-flex-col-md-1,
  .mw-flex-col-md-2,
  .mw-flex-col-md-3,
  .mw-flex-col-md-4,
  .mw-flex-col-md-5,
  .mw-flex-col-md-6,
  .mw-flex-col-md-7,
  .mw-flex-col-md-8,
  .mw-flex-col-md-9,
  .mw-flex-col-md-10,
  .mw-flex-col-md-11,
  .mw-flex-col-md-12,
  .mw-flex-col-md-offset-0,
  .mw-flex-col-md-offset-1,
  .mw-flex-col-md-offset-2,
  .mw-flex-col-md-offset-3,
  .mw-flex-col-md-offset-4,
  .mw-flex-col-md-offset-5,
  .mw-flex-col-md-offset-6,
  .mw-flex-col-md-offset-7,
  .mw-flex-col-md-offset-8,
  .mw-flex-col-md-offset-9,
  .mw-flex-col-md-offset-10,
  .mw-flex-col-md-offset-11,
  .mw-flex-col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-inline-end: 0.5rem;
    padding-left: 0.5rem;
  }
  .mw-flex-col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .mw-flex-col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .mw-flex-col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .mw-flex-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .mw-flex-col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .mw-flex-col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .mw-flex-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .mw-flex-col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .mw-flex-col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .mw-flex-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .mw-flex-col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .mw-flex-col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .mw-flex-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .mw-flex-col-md-offset-0 {
    margin-inline-start: 0;
  }
  .mw-flex-col-md-offset-1 {
    margin-inline-start: 8.33333333%;
  }
  .mw-flex-col-md-offset-2 {
    margin-inline-start: 16.66666667%;
  }
  .mw-flex-col-md-offset-3 {
    margin-inline-start: 25%;
  }
  .mw-flex-col-md-offset-4 {
    margin-inline-start: 33.33333333%;
  }
  .mw-flex-col-md-offset-5 {
    margin-inline-start: 41.66666667%;
  }
  .mw-flex-col-md-offset-6 {
    margin-inline-start: 50%;
  }
  .mw-flex-col-md-offset-7 {
    margin-inline-start: 58.33333333%;
  }
  .mw-flex-col-md-offset-8 {
    margin-inline-start: 66.66666667%;
  }
  .mw-flex-col-md-offset-9 {
    margin-inline-start: 75%;
  }
  .mw-flex-col-md-offset-10 {
    margin-inline-start: 83.33333333%;
  }
  .mw-flex-col-md-offset-11 {
    margin-inline-start: 91.66666667%;
  }
  .mw-flex-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .mw-flex-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .mw-flex-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .mw-flex-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mw-flex-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mw-flex-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mw-flex-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mw-flex-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mw-flex-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mw-flex-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .mw-flex-col-lg,
  .mw-flex-col-lg-1,
  .mw-flex-col-lg-2,
  .mw-flex-col-lg-3,
  .mw-flex-col-lg-4,
  .mw-flex-col-lg-5,
  .mw-flex-col-lg-6,
  .mw-flex-col-lg-7,
  .mw-flex-col-lg-8,
  .mw-flex-col-lg-9,
  .mw-flex-col-lg-10,
  .mw-flex-col-lg-11,
  .mw-flex-col-lg-12,
  .mw-flex-col-lg-offset-0,
  .mw-flex-col-lg-offset-1,
  .mw-flex-col-lg-offset-2,
  .mw-flex-col-lg-offset-3,
  .mw-flex-col-lg-offset-4,
  .mw-flex-col-lg-offset-5,
  .mw-flex-col-lg-offset-6,
  .mw-flex-col-lg-offset-7,
  .mw-flex-col-lg-offset-8,
  .mw-flex-col-lg-offset-9,
  .mw-flex-col-lg-offset-10,
  .mw-flex-col-lg-offset-11,
  .mw-flex-col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-inline-end: 0.5rem;
    padding-left: 0.5rem;
  }
  .mw-flex-col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .mw-flex-col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .mw-flex-col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .mw-flex-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .mw-flex-col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .mw-flex-col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .mw-flex-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .mw-flex-col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .mw-flex-col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .mw-flex-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .mw-flex-col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .mw-flex-col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .mw-flex-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .mw-flex-col-lg-offset-0 {
    margin-inline-start: 0;
  }
  .mw-flex-col-lg-offset-1 {
    margin-inline-start: 8.33333333%;
  }
  .mw-flex-col-lg-offset-2 {
    margin-inline-start: 16.66666667%;
  }
  .mw-flex-col-lg-offset-3 {
    margin-inline-start: 25%;
  }
  .mw-flex-col-lg-offset-4 {
    margin-inline-start: 33.33333333%;
  }
  .mw-flex-col-lg-offset-5 {
    margin-inline-start: 41.66666667%;
  }
  .mw-flex-col-lg-offset-6 {
    margin-inline-start: 50%;
  }
  .mw-flex-col-lg-offset-7 {
    margin-inline-start: 58.33333333%;
  }
  .mw-flex-col-lg-offset-8 {
    margin-inline-start: 66.66666667%;
  }
  .mw-flex-col-lg-offset-9 {
    margin-inline-start: 75%;
  }
  .mw-flex-col-lg-offset-10 {
    margin-inline-start: 83.33333333%;
  }
  .mw-flex-col-lg-offset-11 {
    margin-inline-start: 91.66666667%;
  }
  .mw-flex-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .mw-flex-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .mw-flex-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .mw-flex-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mw-flex-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mw-flex-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mw-flex-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mw-flex-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mw-flex-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mw-flex-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*********************************************
         Form elements and cotrolls
*********************************************/
.mw-ui-label {
  display: block;
  padding-bottom: 3px;
}
.mw-ui-label,
.mw-ui-inline-label {
  font-weight: 700;
}
.mw-ui-label small,
.mw-ui-inline-label small {
  font-weight: normal;
  font-size: 80%;
}
.mw-ui-inline-label {
  display: inline-block;
  padding: 8px;
  margin-inline-end: 8px;
  height: 36px;
}
.mw-ui-invisible-field {
  background: transparent;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  position: relative;
  outline: none;
}
select.mw-ui-invisible-field {
  opacity: 0;
}
.mw-ui-field .mw-ui-invisible-field {
  padding: 3px 0;
}
.mw-ui-invisible-field,
.mw-ui-invisible-field[class*='mw-ui-field'] {
  padding-left: 0;
  padding-inline-end: 0;
}
.mw-ui-field {
  max-width: 100%;
  outline: none;
  cursor: text;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  height: 40px;
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mw-ui-field:focus {
  border-color: #4592ff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mw-ui-field[type='range'] {
  box-shadow: none;
  cursor: grab;
}
.mw-ui-field[type='range']:focus {
  cursor: grabbing;
  box-shadow: none;
}
div.mw-ui-field,
span.mw-ui-field {
  display: inline-block;
}
select.mw-ui-field {
  -webkit-appearance: menulist;
  padding-top: 0;
  padding-bottom: 0;
}
.mw-ui-field-medium {
  padding: 6px;
}
.mw-ui-field-big {
  padding: 9px;
  font-size: 1.09375rem;
}
.mw-ui-field-small {
  padding: 2px;
  font-size: 0.765625rem;
}
input.mw-ui-field,
select.mw-ui-field {
  height: 40px;
}
input.mw-ui-field-medium,
select.mw-ui-field-medium {
  height: 35px;
}
input.mw-ui-field-big,
select.mw-ui-field-big {
  height: 50px;
}
input.mw-ui-field-small,
select.mw-ui-field-small {
  height: 30px;
}
select.mw-ui-field {
  cursor: default;
}
.mw-ui-field.form-control {
  height: auto;
}
.mw-ui-field option,
.mw-ui-field optgroup {
  padding: 4px 8px;
}
.mw-ui-field optgroup option {
  padding: 4px 16px;
}
.mw-ui-field:focus,
.mw-ui-field:hover {
  border-color: #0086db;
  box-shadow: 0 0 3px rgba(0, 134, 219, 0.4);
}
.mw-ui-field:focus {
  box-shadow: inset 0 0 3px rgba(0, 134, 219, 0.4);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 134, 219, 0.4);
}
input.mw-ui-field {
  -webkit-appearance: textfield;
  appearance: textfield;
}
div.mw-ui-field {
  display: inline-block;
}
div.mw-ui-field:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mw-ui-field-holder {
  padding: 10px 0;
  position: relative;
  clear: both;
}
.mw-ui-field-holder:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Search field */
.mw-ui-searchfield {
  background: #FFFFFF url(../images/magnifier.svg) no-repeat left center !important;
  width: 1px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: text;
  outline: medium none;
  padding: 8px 8px 8px 33px;
  padding-left: 33px !important;
  height: 36px;
  -webkit-transition: width 0.1s, opacity 0.2s;
  -moz-transition: width 0.1s, opacity 0.2s;
  -o-transition: width 0.1s, opacity 0.2s;
  transition: width 0.1s, opacity 0.2s;
}
.mw-ui-searchfield.active,
.mw-ui-searchfield:focus,
.mw-ui-searchfield:focus:hover {
  border-color: #c6c6c6;
  width: 200px;
}
.mw-ui-searchfield:hover {
  border-color: #E6E6E6;
  width: 200px;
}
.mw-ui-searchfield.w100 {
  width: 100% !important;
}
/* Checkboxes and radio buttons */
.mw-ui-check,
.mw-ui-check > *,
.mw-ui-check > *:before {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.mw-ui-check {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.mw-ui-check:hover input + span {
  box-shadow: 0 1px 3px #ffffff;
}
.mw-ui-check input:checked + span {
  box-shadow: 0 1px 3px #ffffff;
}
.mw-ui-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none !important;
  top: 0 !important;
  left: 0 !important;
}
.mw-ui-check input + span {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  margin-inline-end: 8px;
  font-weight: normal;
  width: 1.25rem;
  height: 1.28125rem;
  transition: all 0.3s;
  border: 1px solid #cfcfcf;
  background-color: white;
}
.mw-ui-check input + span:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.3);
  content: '';
}
.mw-ui-check input:checked + span {
  border-color: #4592ff;
  background-color: #4592ff;
}
.mw-ui-check input:checked + span:after {
  visibility: visible;
  opacity: 1;
}
.mw-ui-check input[type="radio"] + span:first-of-type {
  border-radius: 30px;
}
.mw-ui-check input[type="radio"] + span:first-of-type:after {
  background-color: #4592ff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: scale(0);
}
.mw-ui-check input[type="radio"]:checked + span:after {
  border-color: #4592ff;
  background-color: #ffffff;
  transform: scale(0.4);
}
.mw-ui-check input[type="checkbox"] + span {
  border-radius: 2px;
}
.mw-ui-check input[type="checkbox"] + span:after {
  display: inline-block;
  text-transform: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  line-height: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 60%;
  color: #4592ff;
  text-align: center;
  font-size: 11px;
}
.mw-ui-check input[type="checkbox"]:indeterminate + span:after {
  display: inline-block;
  text-transform: none;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 15%;
  background-image: none;
  background-color: #4592ff;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: none;
}
.mw-ui-check input[type="checkbox"]:checked + span:after {
  transform: scale(1);
}
.mw-disabled,
.mw-ui-field:disabled,
.mw-ui-field[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.mw-ui-field-icon {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  height: 40px;
  width: 40px;
  border: 1px solid #cfcfcf;
  border-radius: 5px 0 0 5px;
  vertical-align: top;
  line-height: -webkit-calc( 40px  - 4px);
  line-height: calc( 40px  - 4px);
}
.mw-ui-field-icon [class*='icon-'],
.mw-ui-field-icon .ico,
.mw-ui-field-icon .fa,
.mw-ui-field-icon .material-icons {
  line-height: -webkit-calc( 40px  - 4px);
  line-height: calc( 40px  - 4px);
}
.mw-ui-field-icon + input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-width: -webkit-calc(64%);
  max-width: calc(100% - 36px);
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background-color: transparent;
}
.range-slider input[type=range]:focus {
  outline: none;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #4592ff;
  border-radius: 0px;
  border: 0px solid #000101;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  border: 1px solid #e1e1e1;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #4592ff;
}
.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #4592ff;
  border-radius: 25px;
  border: 0px solid #000101;
}
.range-slider input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  transition: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
.range-slider input[type=range]::-ms-fill-lower {
  background: #4592ff;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.range-slider input[type=range]::-ms-fill-upper {
  background: #4592ff;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.range-slider input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #4592ff;
}
.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #4592ff;
}
.mw-ui-field-group-check * {
  vertical-align: bottom;
}
.mw-ui-field-group-check > * + * {
  margin-inline-start: 12px;
}
.mw-ui-field-group-check .mw-ui-field-holder {
  display: inline-block;
  padding: 0;
}
.mw-ui-field-group-check .mw-ui-check {
  transform: translateY(50%);
  position: relative;
  bottom: 20px;
}
.mw-ui-field-group-check.mw-ui-field-group-check-medium .mw-ui-check {
  bottom: 17.5px;
}
.mw-ui-field-group-check.mw-ui-field-group-check-small .mw-ui-check {
  bottom: 15px;
}
.mw-ui-field-group-check.mw-ui-field-group-check-big .mw-ui-check {
  bottom: 25px;
}
.mw-ui-field-append,
.mw-ui-field-prepend {
  display: inline-block;
  background-color: #e1e1e1;
  padding: 0 12px;
}
.mw-field,
mw-field {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.mw-field input,
mw-field input,
.mw-field select,
mw-field select,
.mw-field textarea,
mw-field textarea {
  border: 1px solid #cfcfcf;
  padding: 0 8px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  background-color: white;
  outline: none;
  cursor: text;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s, box-shadow, 0.3s;
  order: 2;
}
.mw-field input:focus,
mw-field input:focus,
.mw-field select:focus,
mw-field select:focus,
.mw-field textarea:focus,
mw-field textarea:focus,
.mw-field input:hover,
mw-field input:hover,
.mw-field select:hover,
mw-field select:hover,
.mw-field textarea:hover,
mw-field textarea:hover {
  border-color: #0086db;
  box-shadow: 0 0 3px rgba(0, 134, 219, 0.4);
}
.mw-field input:focus,
mw-field input:focus,
.mw-field select:focus,
mw-field select:focus,
.mw-field textarea:focus,
mw-field textarea:focus {
  box-shadow: inset 0 0 3px rgba(0, 134, 219, 0.4);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 134, 219, 0.4);
}
.mw-field input[type='range'],
mw-field input[type='range'],
.mw-field select[type='range'],
mw-field select[type='range'],
.mw-field textarea[type='range'],
mw-field textarea[type='range'] {
  box-shadow: none;
  cursor: grab;
}
.mw-field input[type='range']:focus,
mw-field input[type='range']:focus,
.mw-field select[type='range']:focus,
mw-field select[type='range']:focus,
.mw-field textarea[type='range']:focus,
mw-field textarea[type='range']:focus {
  cursor: grabbing;
  box-shadow: none;
}
.mw-field.mw-field-flat input,
mw-field.mw-field-flat input,
.mw-field.mw-field-flat select,
mw-field.mw-field-flat select,
.mw-field.mw-field-flat textarea,
mw-field.mw-field-flat textarea {
  border-radius: 0 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.mw-field.mw-field-flat input:focus,
mw-field.mw-field-flat input:focus,
.mw-field.mw-field-flat select:focus,
mw-field.mw-field-flat select:focus,
.mw-field.mw-field-flat textarea:focus,
mw-field.mw-field-flat textarea:focus {
  background-color: #F5F5F5;
}
.mw-field .mw-field-prepend ~ input,
mw-field .mw-field-prepend ~ input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mw-field .mw-field-append ~ input,
mw-field .mw-field-append ~ input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mw-field .mw-field-append [class*="mw-icon-"],
mw-field .mw-field-append [class*="mw-icon-"],
.mw-field .mw-field-prepend [class*="mw-icon-"],
mw-field .mw-field-prepend [class*="mw-icon-"] {
  font-size: 1.4rem;
}
.mw-field .mw-field-append,
mw-field .mw-field-append,
.mw-field .mw-field-prepend,
mw-field .mw-field-prepend,
.mw-field[data-before]:before,
mw-field[data-before]:before,
.mw-field[data-after]:after,
mw-field[data-after]:after {
  display: block;
  white-space: nowrap;
}
.mw-field [class="mw-field-append"],
mw-field [class="mw-field-append"],
.mw-field [class="mw-field-prepend"],
mw-field [class="mw-field-prepend"],
.mw-field[data-before]:before,
mw-field[data-before]:before,
.mw-field[data-after]:after,
mw-field[data-after]:after {
  border: 1px solid #cfcfcf;
  box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #e1e1e1;
  padding: 0 12px;
}
.mw-field[data-before]:before,
mw-field[data-before]:before {
  content: attr(data-before);
}
.mw-field[data-after]:after,
mw-field[data-after]:after {
  content: attr(data-after);
}
.mw-field[data-before] input,
mw-field[data-before] input,
.mw-field[data-before] select,
mw-field[data-before] select,
.mw-field[data-before] textarea,
mw-field[data-before] textarea {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mw-field[data-after] input,
mw-field[data-after] input,
.mw-field[data-after] select,
mw-field[data-after] select,
.mw-field[data-after] textarea,
mw-field[data-after] textarea {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mw-field .mw-field-append,
mw-field .mw-field-append,
.mw-field[data-after]:after,
mw-field[data-after]:after {
  order: 5;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.mw-field .mw-field-append .mw-ui-button,
mw-field .mw-field-append .mw-ui-button,
.mw-field[data-after]:after .mw-ui-button,
mw-field[data-after]:after .mw-ui-button {
  border-radius: 0 5px 5px 0;
}
.mw-field .mw-field-prepend,
mw-field .mw-field-prepend,
.mw-field[data-before]:before,
mw-field[data-before]:before {
  order: 1;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.mw-field .mw-field-prepend .mw-ui-button,
mw-field .mw-field-prepend .mw-ui-button,
.mw-field[data-before]:before .mw-ui-button,
mw-field[data-before]:before .mw-ui-button {
  border-radius: 5px 0 0 5px;
}
.mw-field input,
mw-field input,
.mw-field select,
mw-field select,
.mw-field .mw-field-prepend,
mw-field .mw-field-prepend,
.mw-field[data-before]:before,
mw-field[data-before]:before,
.mw-field .mw-field-append,
mw-field .mw-field-append,
.mw-field[data-after]:after,
mw-field[data-after]:after {
  height: 40px;
  line-height: 40px;
}
.mw-field select,
mw-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 90% center;
  background-position: -webkit-calc(100% - 10px) 50%;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-inline-end: 25px;
  cursor: default;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' %3E%3Cpath fill='%23777' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/svg%3E%0A");
}
.mw-field select::-ms-expand,
mw-field select::-ms-expand {
  display: none;
}
.mw-field[size="medium"] input,
mw-field[size="medium"] input,
.mw-field[data-size="medium"] input,
mw-field[data-size="medium"] input,
.mw-field[size="medium"] select,
mw-field[size="medium"] select,
.mw-field[data-size="medium"] select,
mw-field[data-size="medium"] select,
.mw-field[size="medium"] .mw-field-prepend,
mw-field[size="medium"] .mw-field-prepend,
.mw-field[data-size="medium"] .mw-field-prepend,
mw-field[data-size="medium"] .mw-field-prepend,
.mw-field[size="medium"][data-before]:before,
mw-field[size="medium"][data-before]:before,
.mw-field[data-size="medium"][data-before]:before,
mw-field[data-size="medium"][data-before]:before,
.mw-field[size="medium"] .mw-field-append,
mw-field[size="medium"] .mw-field-append,
.mw-field[data-size="medium"] .mw-field-append,
mw-field[data-size="medium"] .mw-field-append,
.mw-field[size="medium"][data-after]:after,
mw-field[size="medium"][data-after]:after,
.mw-field[data-size="medium"][data-after]:after,
mw-field[data-size="medium"][data-after]:after {
  line-height: 35px;
  height: 35px;
}
.mw-field[size="small"] input,
mw-field[size="small"] input,
.mw-field[data-size="small"] input,
mw-field[data-size="small"] input,
.mw-field[size="small"] select,
mw-field[size="small"] select,
.mw-field[data-size="small"] select,
mw-field[data-size="small"] select,
.mw-field[size="small"] .mw-field-prepend,
mw-field[size="small"] .mw-field-prepend,
.mw-field[data-size="small"] .mw-field-prepend,
mw-field[data-size="small"] .mw-field-prepend,
.mw-field[size="small"][data-before]:before,
mw-field[size="small"][data-before]:before,
.mw-field[data-size="small"][data-before]:before,
mw-field[data-size="small"][data-before]:before,
.mw-field[size="small"] .mw-field-append,
mw-field[size="small"] .mw-field-append,
.mw-field[data-size="small"] .mw-field-append,
mw-field[data-size="small"] .mw-field-append,
.mw-field[size="small"][data-after]:after,
mw-field[size="small"][data-after]:after,
.mw-field[data-size="small"][data-after]:after,
mw-field[data-size="small"][data-after]:after {
  height: 30px;
  line-height: 30px;
}
.mw-field[size="large"] input,
mw-field[size="large"] input,
.mw-field[data-size="large"] input,
mw-field[data-size="large"] input,
.mw-field[size="large"] select,
mw-field[size="large"] select,
.mw-field[data-size="large"] select,
mw-field[data-size="large"] select,
.mw-field[size="large"] .mw-field-prepend,
mw-field[size="large"] .mw-field-prepend,
.mw-field[data-size="large"] .mw-field-prepend,
mw-field[data-size="large"] .mw-field-prepend,
.mw-field[size="large"][data-before]:before,
mw-field[size="large"][data-before]:before,
.mw-field[data-size="large"][data-before]:before,
mw-field[data-size="large"][data-before]:before,
.mw-field[size="large"] .mw-field-append,
mw-field[size="large"] .mw-field-append,
.mw-field[data-size="large"] .mw-field-append,
mw-field[data-size="large"] .mw-field-append,
.mw-field[size="large"][data-after]:after,
mw-field[size="large"][data-after]:after,
.mw-field[data-size="large"][data-after]:after,
mw-field[data-size="large"][data-after]:after {
  height: 50px;
  line-height: 50px;
}
html[dir="rtl"] .mw-field select,
html[dir="rtl"] mw-field select {
  background-position-x: 10px;
}
.mw-field-color-indicator {
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  border: 1px solid #B9B9B9;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  left: 5px;
  pointer-events: none;
  overflow: hidden;
  background-image: linear-gradient(-45deg, #cdcdcd 25%, transparent 0), linear-gradient(45deg, #cdcdcd 25%, transparent 0), linear-gradient(-45deg, transparent 75%, #cdcdcd 0), linear-gradient(45deg, transparent 75%, #cdcdcd 0);
  background-size: 11px 11px;
  background-position: 0 0, 0 -5.5px, -5.5px 5.5px, 5.5px 0;
}
.mw-field-color-indicator + input {
  padding-inline-start: 40px;
  padding-inline-end: 20px;
}
.mw-field-color-indicator .mw-field-color-indicator-display {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
html[dir="rtl"] .mw-field-color-indicator {
  left: auto;
  right: 5px;
}
/****************************
 Buttons & button navigation
*****************************/
.mw-ui-link {
  text-decoration: none;
  color: #009cff;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.mw-icon-round {
  border-radius: 33px;
  vertical-align: middle;
  width: 2.923rem;
  height: 2.923rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
.mw-icon-info {
  color: #fff;
  background-color: #009cff;
}
.mw-btn-append > *:last-child {
  margin-inline-start: 12px;
}
.mw-btn-prepend > *:first-child {
  margin-inline-end: 12px;
}
.mw-ui-link-nav > *:after {
  display: inline;
  position: absolute;
  top: 0;
  left: 100%;
  color: #009cff;
  font-size: 80%;
  content: "/";
  margin: 3px 5px;
  text-decoration: none !important;
  pointer-events: none;
}
.mw-ui-link-nav > *:last-child:after {
  display: none;
}
.mw-ui-link-nav > * {
  position: relative;
  margin-inline-end: 11px;
  text-decoration: none;
  cursor: pointer;
}
.mw-ui-link:hover,
.mw-ui-link:focus {
  text-decoration: underline;
}
.mw-ui-link:active {
  opacity: 0.8;
}
.mw-ui-btn {
  font-weight: 400;
  text-align: center;
  user-select: none;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.308rem;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  height: 40px;
  border-radius: 5px;
  color: #686868;
  background-color: #eeefef;
  border: 1px solid #cfcfcf;
  outline: none;
  transition: 0.3s;
  white-space: nowrap;
  vertical-align: middle;
}
.mw-ui-link {
  border: 0 !important;
  background: none;
}
.mw-ui-btn-tab {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  height: 40px;
  color: #686868;
  outline: none;
  transition: 0.3s;
  white-space: nowrap;
  vertical-align: middle;
}
.mw-ui-btn-tab:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
.mw-ui-btn-tab.active {
  border-bottom-color: #4592ff;
  text-decoration: none;
}
.mw-ui-btn .mdi,
.mw-ui-btn-tab .mdi,
.mw-ui-btn .fa,
.mw-ui-btn-tab .fa {
  font-size: 1rem;
  line-height: 0.5em;
  position: relative;
  margin-inline-end: 6px;
}
input.mw-ui-btn {
  -webkit-appearance: none;
}
.mw-ui-btn-hover {
  border-color: transparent;
  background-color: transparent;
}
/* Colors */
.mw-ui-btn-invert {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.mw-ui-btn-outline.mw-ui-btn-invert {
  color: #2b2b2b;
}
.mw-ui-btn .material-icons {
  vertical-align: top;
  line-height: inherit;
}
.mw-ui-bg-important,
.mw-ui-btn-important,
.mw-ui-btn.active-important {
  color: #fff;
  background-color: #f12b1c;
  border-color: #f12b1c;
}
.mw-ui-btn-outline.mw-ui-btn-important {
  color: #f12b1c;
}
.mw-ui-bg-info,
.mw-ui-btn-info,
.mw-ui-btn.active-info {
  color: #fff;
  background-color: #4592ff;
  border-color: #4592ff;
}
.mw-ui-btn-outline.mw-ui-btn-info {
  color: #4592ff;
}
.mw-ui-bg-notification,
.mw-ui-btn-notification,
.mw-ui-btn.active-notification {
  color: #fff;
  background-color: #309e65;
  border-color: #309e65;
}
.mw-ui-btn-outline.mw-ui-btn-notification {
  color: #309e65;
}
.mw-ui-bg-warn,
.mw-ui-btn-warn,
.mw-ui-btn.active-warn {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.mw-ui-btn-outline.mw-ui-btn-warn {
  color: #ffc107;
}
.mw-ui-btn-outline {
  background-color: transparent;
}
/* Hovers */
.mw-ui-btn.mw-ui-btn-outline:not(.mw-ui-btn-invert):not(.mw-ui-btn-important):not(.mw-ui-btn-info):not(.mw-ui-btn-warn):not(.mw-ui-btn-notification).active,
.mw-ui-btn.mw-ui-btn-outline:not(.mw-ui-btn-invert):not(.mw-ui-btn-important):not(.mw-ui-btn-info):not(.mw-ui-btn-warn):not(.mw-ui-btn-notification):active,
.mw-ui-btn.mw-ui-btn-outline:not(.mw-ui-btn-invert):not(.mw-ui-btn-important):not(.mw-ui-btn-info):not(.mw-ui-btn-warn):not(.mw-ui-btn-notification):hover {
  background-color: #eeefef;
}
.mw-ui-btn.mw-ui-btn-outline.active,
.mw-ui-btn.mw-ui-btn-outline:hover,
.mw-ui-btn.mw-ui-btn-outline:active {
  color: #686868;
}
.mw-ui-btn-outline.mw-ui-btn-invert:hover,
.mw-ui-btn-outline.mw-ui-btn-invert.active,
.mw-ui-btn-outline.mw-ui-btn-invert:active {
  color: #fff;
}
.mw-ui-btn-outline.mw-ui-btn-important.active,
.mw-ui-btn-outline.mw-ui-btn-important:hover,
.mw-ui-btn-outline.mw-ui-btn-important:active {
  color: #fff;
}
.mw-ui-btn-outline.mw-ui-btn-info.active,
.mw-ui-btn-outline.mw-ui-btn-info:hover,
.mw-ui-btn-outline.mw-ui-btn-info:active {
  color: #fff;
}
.mw-ui-btn-outline.mw-ui-btn-warn.active,
.mw-ui-btn-outline.mw-ui-btn-warn:hover,
.mw-ui-btn-outline.mw-ui-btn-warn:active {
  color: #fff;
}
.mw-ui-btn-outline.mw-ui-btn-notification.active,
.mw-ui-btn-outline.mw-ui-btn-notification:hover,
.mw-ui-btn-outline.mw-ui-btn-notification:active {
  color: #fff;
}
.mw-ui-btn:not(:active):not(:hover):not(.active):not([class*='active-']):focus {
  outline: 1px dotted #4592ff;
  outline-offset: -3px;
  z-index: 1;
}
/* Sizes */
.mw-ui-size-big,
.mw-ui-size-large,
.mw-ui-btn-large,
.mw-ui-btn-big {
  font-size: 1.09375rem;
  height: 50px;
  padding: 0 1.538rem;
}
.mw-ui-size-medium,
.mw-ui-btn-medium {
  font-size: 0.765625rem;
  height: 35px;
  padding: 0px 1rem;
}
.mw-ui-size-small,
.mw-ui-size-mini,
.mw-ui-size-tiny,
.mw-ui-btn-small,
.mw-ui-btn-mini,
.mw-ui-btn-tiny {
  font-size: 0.765625rem;
  height: 30px;
  padding: 0 0.7692rem;
}
/* States */
.mw-ui-btn:hover:not([class*='active-']):not(.active) {
  outline: none;
  text-decoration: none;
}
.mw-ui-btn-invert:hover,
.mw-ui-btn-invert.active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}
.mw-ui-btn-important:hover,
.mw-ui-btn-important.active {
  background-color: #f7857c;
  border-color: #f7857c;
}
.mw-ui-btn-info:hover,
.mw-ui-btn-info.active {
  background-color: #abceff;
  border-color: #abceff;
}
.mw-ui-btn-notification:hover,
.mw-ui-btn-notification.active {
  background-color: #64d098;
  border-color: #64d098;
}
.mw-ui-btn-warn:hover,
.mw-ui-btn-warn.active {
  background-color: #ffdb6d;
  border-color: #ffdb6d;
}
.mw-ui-btn:active,
.mw-ui-btn.active,
.mw-ui-btn.active:hover {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
/* Rounded buttons */
.mw-ui-btn-rounded {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/*  Button with icon  */
.mw-ui-btn > [class*='mw-icon-'],
.mw-ui-btn > [class*='mai-'],
.mw-ui-btn > [class*='mw-micon-'] {
  font-size: 1.4em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.mw-ui-btn > .mw-icon-dropdown {
  font-size: 12px;
  margin-inline-end: 0;
  margin-inline-start: 7px;
}
.mw-ui-btn > .mw-icon-right {
  margin: 0 0 0 7px;
}
.mw-ui-btn.active > [class*='mw-icon-'],
.mw-ui-btn:hover > [class*='mw-icon-'],
.mw-ui-btn:focus > [class*='mw-icon-'] {
  opacity: 1;
}
/* Navigations */
.mw-ui-btn-nav,
.mw-ui-btn-vertical-nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mw-ui-btn-nav:not(.mw-ui-btn-nav-fluid):after,
.mw-ui-btn-vertical-nav:not(.mw-ui-btn-nav-fluid):after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mw-ui-btn-nav > li {
  list-style: none;
  float: left;
}
.mw-ui-btn-vertical-nav > li {
  float: none;
  list-style: none;
}
.mw-ui-btn-nav > .mw-dropdown,
.mw-ui-btn-nav > .mw-dropdown .mw-ui-btn,
.mw-ui-btn-nav > .mw-ui-btn,
.mw-ui-btn-nav > .mw-ui-field,
.mw-ui-btn-nav > li > .mw-ui-btn {
  border-width: 1px 1px 1px 0;
  float: left;
  border-radius: 0px;
}
.mw-ui-btn-nav > .mw-dropdown:first-child .mw-ui-btn,
.mw-ui-btn-nav > .mw-ui-btn:first-child,
.mw-ui-btn-nav > .mw-ui-field:first-child,
.mw-ui-btn-nav > li:first-child > .mw-ui-btn {
  border-left-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mw-ui-btn-nav > .mw-dropdown:last-child .mw-ui-btn,
.mw-ui-btn-nav > .mw-ui-btn:last-child,
.mw-ui-btn-nav > .mw-ui-field:last-child,
.mw-ui-btn-nav > li:last-child > .mw-ui-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mw-ui-btn-nav-fluid {
  display: flex;
  width: 100%;
  vertical-align: top;
}
.mw-ui-btn-nav-fluid > li {
  float: none;
  display: flex;
  vertical-align: top;
  flex: 1;
  align-items: center;
}
.mw-ui-btn-nav-fluid > li > .mw-ui-btn {
  float: none;
  display: flex;
  width: 100%;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}
.mw-ui-btn-vertical-nav .mw-ui-btn {
  border-width: 1px 1px 0px 1px;
  border-radius: 0px;
  display: flex;
  text-align: left;
}
.mw-ui-btn-vertical-nav > .mw-ui-btn:last-child,
.mw-ui-btn-vertical-nav > li:last-child > .mw-ui-btn {
  border-radius: 0 0 5px 5px;
  border-bottom-width: 1px;
}
.mw-ui-btn-img {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc( 40px  - 12px);
  height: -webkit-calc( 40px  - 12px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  transform: translateX(-20%);
  position: relative;
}
.mw-ui-btn-large .mw-ui-btn-img,
.mw-ui-btn-big .mw-ui-btn-img {
  width: -webkit-calc( 50px  - 12px);
  height: -webkit-calc( 50px  - 12px);
}
.mw-ui-btn-medium .mw-ui-btn-img {
  width: -webkit-calc( 35px  - 12px);
  height: -webkit-calc( 35px  - 12px);
}
.mw-ui-btn-small .mw-ui-btn-img {
  width: -webkit-calc( 30px  - 6px);
  height: -webkit-calc( 30px  - 6px);
}
.mw-ui-btn-rounded .mw-ui-btn-img {
  border-radius: 33px;
}
.mw-ui-btn:disabled,
.mw-ui-btn.disabled {
  cursor: default !important;
  opacity: 0.55;
  pointer-events: none !important;
}
.mw-ui-btn-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/****************************
Paging
*****************************/
.mw-paging {
  position: relative;
  overflow: hidden;
  height: 36px;
}
.mw-paging > * {
  list-style: none;
  display: inline-block;
  float: left;
}
.mw-paging a {
  display: inline-block;
  padding: 0px 15px;
  height: 36px;
  line-height: 34px;
  background: #eeefef;
  border-color: #cfcfcf;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mw-paging-big {
  height: 46px;
}
.mw-paging-big a {
  height: 46px;
  padding: 0 20px;
  font-size: 140%;
  line-height: 44px;
}
.mw-paging-small {
  height: 20px;
}
.mw-paging-small a {
  height: 20px;
  padding: 0px 8px;
  font-size: 11px;
  line-height: 18px;
}
.mw-paging-medium {
  height: 31px;
}
.mw-paging-medium a {
  height: 31px;
  padding: 0 9px;
  line-height: 29px;
}
.mw-paging a:focus,
.mw-paging a:hover {
  background-color: #fafafa;
}
.mw-paging > :first-child a,
.mw-paging > a:first-child {
  border-radius: 3px 0 0 3px;
}
.mw-paging > :last-child a,
.mw-paging > a:last-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
.mw-paging a.active,
.mw-paging a.active:focus,
.mw-paging a.active:hover,
.mw-paging a:active {
  background-color: #fafafa;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.mw-paging-invert a {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff;
}
.mw-paging-invert a.active,
.mw-paging-invert a:active,
.mw-paging-invert a:focus,
.mw-paging-invert a:hover {
  color: #262626;
}
.mw-paging-info a {
  background-color: #4592ff;
  border-color: #4592ff;
  color: #fff;
}
.mw-paging-info a.active,
.mw-paging-info a:active,
.mw-paging-info a:focus,
.mw-paging-info a:hover {
  color: #262626;
}
.mw-paging-warn a {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.mw-paging-warn a.active,
.mw-paging-warn a:active,
.mw-paging-warn a:focus,
.mw-paging-warn a:hover {
  color: #262626;
}
.mw-paging-important a {
  background-color: #f12b1c;
  border-color: #f12b1c;
  color: #fff;
}
.mw-paging-important a.active,
.mw-paging-important a:active,
.mw-paging-important a:focus,
.mw-paging-important a:hover {
  color: #262626;
}
.mw-paging-notification a {
  background-color: #309e65;
  border-color: #309e65;
  color: #fff;
}
.mw-paging-notification a.active,
.mw-paging-notification a:active,
.mw-paging-notification a:focus,
.mw-paging-notification a:hover {
  color: #262626;
}
/****************************
        Navigations
*****************************/
.mw-ui-navigation {
  position: relative;
}
.mw-ui-box.mw-ui-navigation {
  background-color: #ffffff;
}
.mw-ui-navigation:hover {
  z-index: 9;
}
.mw-ui-navigation li {
  list-style: none;
  position: relative;
}
.mw-ui-navigation > li:last-child {
  margin-bottom: 0;
}
.mw-ui-navigation [class*='mw-icon-'] {
  font-size: 21px;
  opacity: 0.777;
}
.mw-ui-navigation a,
.mw-ui-navigation-item {
  display: block;
  position: relative;
  padding: 9px 12px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 5px;
  white-space: nowrap;
}
.mw-ui-navigation a > .mdi,
.mw-ui-navigation a > [class*='mw-icon-'] {
  margin: -3px 8px 0 0;
}
.mw-ui-navigation a > .mw-icon-dropdown:last-child {
  margin: -3px -4px 0 7px;
}
.mw-ui-navigation .mw-icon-dropdown {
  font-size: 12px;
  line-height: 12px;
}
.mw-ui-navigation a:hover,
.mw-ui-navigation a:focus,
.mw-ui-navigation li:hover > a {
  border-color: rgba(0, 0, 0, 0.125);
  background-color: #fafafa;
}
.mw-ui-navigation a:active,
.mw-ui-navigation a.active,
.mw-ui-navigation li.active > a {
  box-shadow: inset 0 0 5px -2px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.125);
  background-color: #fafafa;
}
.mw-ui-navigation a:hover > [class*='mw-icon-'],
.mw-ui-navigation a:focus > [class*='mw-icon-'],
.mw-ui-navigation li:hover > a > [class*='mw-icon-'] {
  opacity: 1;
}
.mw-ui-navigation-horizontal > li,
.mw-ui-navigation-horizontal > ul > li {
  float: left;
  margin-inline-end: 12px;
  margin-bottom: 0;
}
.mw-ui-navigation-horizontal > li:last-child {
  margin-inline-end: 0;
}
.mw-ui-navigation-horizontal > li > ul ul,
.mw-ui-navigation li ul {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  min-width: 100%;
  border-radius: 5px;
  border: 1px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.mw-ui-navigation-horizontal > li > ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 100%;
  border-radius: 0 0 5px 5px;
  border: 1px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.mw-ui-navigation-horizontal > li:first-child > ul {
  left: -1px;
}
.mw-ui-box.mw-ui-navigation a,
.mw-ui-navigation li ul a {
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.mw-ui-navigation > li:first-child:not(:only-child) > a {
  border-bottom-width: 0;
}
.mw-ui-navigation li.opened > ul,
.mw-ui-navigation li.active > ul,
.mw-ui-navigation li:hover > ul {
  display: block;
}
.mw-ui-navigation li.active > ul,
.mw-ui-navigation li.opened > ul {
  border-width: 0;
  position: relative;
  top: 0;
  left: 0;
}
.mw-ui-navigation li.active > ul li > a,
.mw-ui-navigation li.opened > ul li > a {
  padding-left: 20px;
}
.mw-ui-navigation li.active > ul li > li > a,
.mw-ui-navigation li.opened > ul li > li > a {
  padding-left: 30px;
}
.mw-ui-navigation li.active > ul li > li > li > a,
.mw-ui-navigation li.opened > ul li > li > li > a {
  padding-left: 40px;
}
.mw-paging {
  position: relative;
  overflow: hidden;
  text-align: center;
  list-style: none;
}
.mw-paging > * {
  border-radius: 0;
}
.mw-paging > *:first-child {
  border-radius: 5px 0 0 5px;
}
.mw-paging > *:last-child {
  border-radius: 0 5px 5px 0;
}
.mw-ui-table {
  clear: both;
  border-radius: 5px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.mw-ui-table-fixed {
  table-layout: fixed;
}
.mw-ui-table > tbody:first-child > tr:first-child > td:first-child,
.mw-ui-table > thead > tr:first-child > th:first-child {
  border-radius: 5px 0 0 0;
}
.mw-ui-table > tbody:first-child > tr:first-child > td:last-child,
.mw-ui-table > thead > tr:first-child > th:last-child {
  border-radius: 0 5px 0 0;
}
.mw-ui-table > tbody > tr:last-child > td:first-child,
.mw-ui-table > tfoot > tr:last-child > td:first-child {
  border-radius: 0 0 0 5px;
}
.mw-ui-table > tbody > tr:last-child > td:last-child,
.mw-ui-table > tfoot > tr:last-child > td:last-child {
  border-radius: 0 0 5px 0;
}
.mw-ui-table > tfoot + tbody > tr:last-child > td:last-child {
  border-radius: 0;
}
.mw-ui-table td,
.mw-ui-table thead th,
.mw-ui-table tfoot td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.mw-ui-table thead th,
.mw-ui-table tfoot td {
  font-weight: normal;
  font-size: inherit;
  text-align: inherit;
  background-color: #fafafa;
}
.mw-ui-table tbody tr:last-child td,
.mw-ui-table thead tr:last-child td,
.mw-ui-table tfoot tr:last-child td {
  border-bottom: none;
}
.show-on-hover {
  visibility: hidden;
}
.show-on-hover-root .show-on-hover,
.mw-ui-table tr:hover > td > .show-on-hover,
div:hover > .show-on-hover,
li:hover > .show-on-hover {
  visibility: visible;
}
.mw-ui-table tr.active > td > .show-on-hover {
  visibility: visible;
}
.mw-ui-table td > [class*='mw-icon-'] {
  font-size: 17px;
}
.mw-ui-table-basic {
  border: none;
}
.mw-ui-table-basic td,
.mw-ui-table-basic thead th,
.mw-ui-table-basic tfoot td {
  border-right: none;
  border-left: none;
}
.mw-ui-table-basic tbody:first-child > tr:first-child td {
  border-top: none;
}
.mw-ui-table-basic tbody:first-child > tr:last-child td {
  border-bottom: none;
}
.mw-ui-table-basic td,
.mw-ui-table-basic thead th,
.mw-ui-table-basic tfoot td {
  border-right: none;
  border-left: none;
}
.mw-ui-table-basic > thead > tr > th,
.mw-ui-table-basic > tfoot > tr > td {
  background-color: transparent;
  color: #ababab;
}
.mw-ui-table-basic > thead > tr > th {
  border-top: none;
}
.mw-ui-table-spacious {
  background-color: white;
}
.mw-ui-table-spacious tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: bold;
  border: 0px;
  border-bottom: 3px solid #f1f1f1;
}
.mw-ui-table-spacious thead th,
.mw-ui-table-spacious tfoot td {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  border: 0px;
  color: #878787;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.mw-ui-table tr.ui-sortable-helper {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.mw-tooltip-dark .mw-ui-table td {
  border-color: rgba(255, 255, 255, 0.2);
}
.mw-ui-progress {
  position: relative;
  height: 19px;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #EEEEEE;
  border: 1px solid #919191;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.mw-ui-progress .mw-ui-progress-bar {
  max-width: 100%;
  height: 100%;
  background-color: #4592ff;
  position: absolute;
  top: 0;
  left: 0;
}
.mw-ui-progress-info {
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 6px;
  z-index: 2;
}
.mw-ui-progress-percent {
  font-weight: bold;
  color: white;
  margin-inline-start: 5px;
  font-size: 9px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
/* Small progressbar */
.mw-ui-progress-small,
.mw-ui-progress-small .mw-ui-progress-bar {
  height: 8px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.mw-ui-progress-small .mw-ui-progress-bar {
  height: 100%;
}
.mw-ui-progress-small {
  background-color: #e9ecef;
  border: 1px solid #919191;
  border-radius: 10px;
}
.mw-ui-progress-small .mw-ui-progress-bar {
  background-color: #4592ff;
}
.mw-ui-progress-small .mw-ui-progress-info,
.mw-ui-progress-small .mw-ui-progress-percent {
  display: none;
}
.mw-tooltip,
.mw-tooltip-widget,
.mw-tooltip-default {
  position: absolute;
  z-index: 1200;
  left: -9999px;
  top: -9999px;
}
.mw-tooltip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mw-tooltip-content {
  position: relative;
  line-height: normal;
}
.mw-tooltip-widget:after,
.mw-tooltip-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.mw-tooltip-arrow {
  position: absolute;
  display: inline-block;
  z-index: 0;
}
.mw-tooltip-circle,
.mw-tooltip-circle .mw-tooltip-content {
  border-radius: 555px !important;
}
/* Tooltip default skin  */
.mw-tooltip-default {
  background-color: white;
  color: #434343;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.mw-tooltip-default.mw-tooltip-widget {
  padding: 10px;
  background: white;
}
.mw-tooltip-default .mw-tooltip-content {
  padding: 10px;
  position: relative;
  background: white;
  z-index: 1;
  border-radius: 5px;
}
.mw-tooltip-default .mw-tooltip-arrow {
  display: none;
  width: 10px;
  height: 10px;
}
.mw-tooltip-default .mw-tooltip-arrow:after {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.mw-tooltip-insert-module {
  font-size: 12px;
}
.mw-tooltip-default.bottom-left .mw-tooltip-arrow,
.mw-tooltip-default.bottom-center .mw-tooltip-arrow,
.mw-tooltip-default.bottom-right .mw-tooltip-arrow {
  top: -5px;
}
.mw-tooltip-default.top-left .mw-tooltip-arrow,
.mw-tooltip-default.top-center .mw-tooltip-arrow,
.mw-tooltip-default.top-right .mw-tooltip-arrow {
  bottom: -5px;
}
.mw-tooltip-default.bottom-left .mw-tooltip-arrow,
.mw-tooltip-default.top-left .mw-tooltip-arrow {
  left: 12px;
}
.mw-tooltip-default.bottom-right .mw-tooltip-arrow,
.mw-tooltip-default.top-right .mw-tooltip-arrow {
  right: 12px;
}
.mw-tooltip-default.bottom-center .mw-tooltip-arrow,
.mw-tooltip-default.top-center .mw-tooltip-arrow {
  left: 50%;
  margin-inline-start: -5px;
}
.mw-tooltip-default.left-top .mw-tooltip-arrow,
.mw-tooltip-default.left-center .mw-tooltip-arrow,
.mw-tooltip-default.left-bottom .mw-tooltip-arrow {
  right: -5px;
}
.mw-tooltip-default.right-top .mw-tooltip-arrow,
.mw-tooltip-default.right-center .mw-tooltip-arrow,
.mw-tooltip-default.right-bottom .mw-tooltip-arrow {
  left: -5px;
}
.mw-tooltip-default.left-top .mw-tooltip-arrow,
.mw-tooltip-default.right-top .mw-tooltip-arrow {
  top: 12px;
}
.mw-tooltip-default.left-bottom .mw-tooltip-arrow,
.mw-tooltip-default.right-bottom .mw-tooltip-arrow {
  bottom: 12px;
}
.mw-tooltip-default.left-center .mw-tooltip-arrow,
.mw-tooltip-default.right-center .mw-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
/* Tooltip Dark  */
.mw-tooltip-dark {
  background-color: #000000;
  color: #F2F2F2;
  border-radius: 3px;
}
.mw-tooltip-dark .mw-tooltip-content {
  padding: 7px;
  position: relative;
  background: #000000;
  z-index: 1;
  border-radius: 3px;
}
.mw-tooltip-dark .mw-tooltip-arrow {
  display: none;
  width: 10px;
  height: 10px;
}
.mw-tooltip-dark .mw-tooltip-arrow:after {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background: #000000;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.mw-tooltip-dark.bottom-left .mw-tooltip-arrow,
.mw-tooltip-dark.bottom-center .mw-tooltip-arrow,
.mw-tooltip-dark.bottom-right .mw-tooltip-arrow {
  top: -5px;
}
.mw-tooltip-dark.top-left .mw-tooltip-arrow,
.mw-tooltip-dark.top-center .mw-tooltip-arrow,
.mw-tooltip-dark.top-right .mw-tooltip-arrow {
  bottom: -5px;
}
.mw-tooltip-dark.bottom-left .mw-tooltip-arrow,
.mw-tooltip-dark.top-left .mw-tooltip-arrow {
  left: 12px;
}
.mw-tooltip-dark.bottom-right .mw-tooltip-arrow,
.mw-tooltip-dark.top-right .mw-tooltip-arrow {
  right: 12px;
}
.mw-tooltip-dark.bottom-center .mw-tooltip-arrow,
.mw-tooltip-dark.top-center .mw-tooltip-arrow {
  left: 50%;
  margin-inline-start: -5px;
}
.mw-tooltip-dark.left-top .mw-tooltip-arrow,
.mw-tooltip-dark.left-center .mw-tooltip-arrow,
.mw-tooltip-dark.left-bottom .mw-tooltip-arrow {
  right: -5px;
}
.mw-tooltip-dark.right-top .mw-tooltip-arrow,
.mw-tooltip-dark.right-center .mw-tooltip-arrow,
.mw-tooltip-dark.right-bottom .mw-tooltip-arrow {
  left: -5px;
}
.mw-tooltip-dark.left-top .mw-tooltip-arrow,
.mw-tooltip-dark.right-top .mw-tooltip-arrow {
  top: 12px;
}
.mw-tooltip-dark.left-bottom .mw-tooltip-arrow,
.mw-tooltip-dark.right-bottom .mw-tooltip-arrow {
  bottom: 12px;
}
.mw-tooltip-dark.left-center .mw-tooltip-arrow,
.mw-tooltip-dark.right-center .mw-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.mw-tooltip-warning {
  color: #ffc107;
  box-shadow: 0 0 4px #ffc107;
}
.mw-tooltip-warning .mw-tooltip-content {
  background: #ffc107;
  color: white;
}
.mw-tooltip-warning .mw-tooltip-arrow:after {
  background: #ffc107;
}
/*********************************************
                Gallery
*********************************************/
.mw_modal_gallery,
.mw_modal_gallery > * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.mw_modal_gallery .mwf-gallery-description {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: white;
  background: black;
  background: rgba(10, 0, 0, 0.8);
}
.mwf-gallery-description-holder {
  padding: 20px;
  max-height: 75px;
  overflow: auto;
}
.mwf-gallery {
  height: 100%;
  width: 100%;
  text-align: center;
}
.mw_modal_gallery .mwf-gallery-modeHTML {
  display: inline-block;
  box-shadow: 0 0 6px #111;
  position: absolute;
  overflow: auto;
  background: #111;
  color: white;
}
.mwf-single-holder {
  position: absolute;
  margin: auto;
  display: inline-block;
}
.mwf-single {
  box-shadow: 0 0 6px #111;
  position: relative;
  display: block;
  background-color: #E0E0E0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #E0E0E0));
  background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #E0E0E0 100%);
  background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #E0E0E0 100%);
  background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #E0E0E0 100%);
  background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #E0E0E0 100%);
  background-image: linear-gradient(to bottom, #F2F2F2 0%, #E0E0E0 100%);
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 200px;
  width: auto;
  height: auto;
  cursor: pointer;
  transition: none !important;
}
.mw_gallery_loading .mwf-single-holder * {
  visibility: hidden !important;
}
.semi_hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.mw_modal_gallery .mwf-next,
.mw_modal_gallery .mwf-prev {
  font-size: 60px;
  line-height: 50px;
  color: #ccc;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: 20px;
  cursor: pointer;
  height: 55px;
  width: 50px;
  text-shadow: 0 0 1px #777;
  line-height: 40px;
  font-family: Microweber;
  border-radius: 1px;
}
.mwf-play:after {
  content: "\f215";
}
.mwf-play.active:after {
  content: "\f210";
}
.mw_modal_gallery .mwf-play {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  background: no-repeat #fff;
  box-shadow: 1px 1px 2px #000;
  top: 20px;
  right: 62px;
  cursor: pointer;
  color: black;
  font-family: Microweber;
}
.mw_modal_gallery .mwf-next:focus,
.mw_modal_gallery .mwf-next:hover,
.mw_modal_gallery .mwf-prev:focus,
.mw_modal_gallery .mwf-prev:hover {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
}
.mwf-loader {
  width: 0;
  height: 2px;
  background: rgba(74, 164, 191, 0.91);
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.mw_modal_gallery .mwf-next:active,
.mw_modal_gallery .mwf-prev:active {
  box-shadow: inset 2px 2px 2px -2px #333, inset -2px -2px 2px -2px #333;
}
.mw_modal_gallery .mwf-prev {
  left: 20px;
  right: auto;
}
.mwf-gallery-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mwf-fullscreen {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  background: white url(../img/enter_fullscreen.png) no-repeat;
  box-shadow: 1px 1px 2px #000;
  top: 20px;
  right: 41px;
  cursor: pointer;
}
.fullscreen-mode .mwf-fullscreen {
  background: white url(../img/cancel_fullscreen.png) no-repeat;
}
.mw-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
}
.mw-dialog.mw-dialog-scroll-mode-window {
  overflow: auto;
}
.mw-dialog.mw-dialog-scroll-mode-inside {
  overflow: hidden;
}
.mw-dialog.mw-dialog-scroll-mode-inside .mw-dialog-holder {
  max-height: 96%;
}
.mw-dialog.mw-dialog-scroll-mode-inside .mw-dialog-container {
  overflow: hidden auto;
  max-height: 88vh;
}
.mw-dialog.mw-dialog-overflowMode-visible .mw-dialog-container {
  overflow: visible;
}
.mw-dialog.mw-dialog-overflowMode-hidden .mw-dialog-container {
  overflow: hidden;
}
.mw-dialog .mw-dialog-container {
  position: relative;
}
.mw-dialog .mw-dialog-container .mw-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mw-dialog .mw-dialog-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.mw-dialog .mw-dialog-holder {
  position: absolute !important;
  z-index: 2;
}
.mw-dialog.mw-dialog-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.mw-dialog.mw-dialog-iframe-autoheight iframe {
  position: relative;
}
.mw-dialog-skin-video .mw-dialog-holder {
  max-width: calc(100% - 140px);
}
.mw-dialog-skin-video .mw-dialog-holder .mwembed {
  max-width: 100%;
}
.mw-dialog-skin-video .mw-dialog-close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000059;
  border-radius: 43px;
  cursor: pointer;
}
.mw-dialog-skin-video .mw-dialog-close:after {
  content: "\F0156";
  font-family: "Material Design Icons";
}
.mw-dialog-skin-default {
  visibility: hidden;
  color: #686868;
}
.mw-dialog-skin-default .mw-dialog-header {
  padding: 6px 25px;
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  z-index: 2;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #D9DADB;
  min-height: 43px;
  background-color: #fff;
  color: #1d273b;
}
.mw-dialog-skin-default .mw-dialog-header .mw-dialog-title {
  max-width: calc(100% - 55px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.mw-dialog-skin-default .mw-dialog-header .mw-dialog-title .mdi {
  margin-inline-end: 6px;
}
.mw-dialog-skin-default .mw-dialog-header .mw-dropdown-content {
  background-color: #2b2b2b;
}
.mw-dialog-skin-default .mw-dialog-footer {
  padding: 10px 0px;
  margin: 0 25px;
  overflow: hidden;
  position: relative;
  text-align: right;
  border-top: 1px solid #D9DADB;
}
.mw-dialog-skin-default .mw-dialog-footer .mw-ui-btn + .mw-ui-btn {
  margin-inline-start: 10px;
}
.mw-dialog-skin-default .mw-dialog-footer:empty {
  display: none;
}
.mw-dialog-skin-default.mw-dialog-scroll-mode-window .mw-dialog-header {
  position: sticky;
}
.mw-dialog-skin-default .mw-dialog-holder {
  max-width: 98%;
  background-color: #FAFAFA;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
  /*  height:auto;!important;*/
}
.mw-dialog-skin-default .mw-dialog-holder.mw-dialog-drag-start {
  transition: none;
}
.mw-dialog-skin-default .mw-dialog-overlay {
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(4px);
}
.mw-dialog-skin-default.active {
  visibility: visible;
}
.mw-dialog-skin-default.active .mw-dialog-holder {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}
.mw-dialog-skin-default.active .mw-dialog-overlay {
  opacity: 1;
  visibility: visible;
}
.mw-dialog-skin-default .mw-dialog-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 32px;
  height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #CFCFCF;
  border-radius: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mw-dialog-skin-default .mw-dialog-close:hover {
  background-color: #ffffff;
  color: #4592ff;
}
.mw-dialog-skin-default .mw-dialog-close:after {
  content: "\f2d7";
  font-family: Microweber;
  font-size: 12px;
}
.mw-dialog-skin-default .mw-dialog-container {
  padding: 10px 25px;
}
.mw-dialog-skin-default.mw-dialog-iframe-loading iframe {
  opacity: 0;
  min-height: 100px;
}
html[dir='rtl'] .mw-dialog-close {
  right: auto;
  left: 7px;
}
.mw-dialog-module-settings .mw-dialog-overlay {
  pointer-events: none;
}
.mw-switch {
  display: inline-block;
  direction: ltr;
  white-space: nowrap;
  position: relative;
  height: 24px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mw-switch [class*="mw-switch-"] {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  height: 24px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #8d8d8d;
  background: #d3d3d3;
  text-align: center;
  min-width: 40px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #b8b8b8;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mw-switch-off {
  border-left: 1px solid #bfbfbf;
  border-radius: 2px 0 0 2px;
  padding-inline-end: 2px;
}
.mw-switch-on {
  border-right: 1px solid #bfbfbf;
  border-radius: 0 2px 2px 0;
  padding-left: 2px;
}
.mw-switch input {
  visibility: hidden;
  position: absolute;
}
.mw-switcher {
  position: absolute;
  display: block;
  width: 40px;
  height: 27px;
  line-height: 27px;
  border-radius: 2px;
  top: -2px;
  right: -2px;
  background: #f9f9f9;
  background: -moz-linear-gradient(left, #f9f9f9 0%, #ececec 100%);
  background: -webkit-linear-gradient(left, #f9f9f9 0%, #ececec 100%);
  background: linear-gradient(to right, #f9f9f9 0%, #ececec 100%);
  z-index: 2;
  border-width: 1px;
  border-style: solid;
  border-color: #cbcbcb #bdbdbd #b8b8b8 #a1a1a1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mw-switcher:before,
.mw-switcher:after {
  position: absolute;
  display: block;
  content: '';
  top: 7px;
  left: 50%;
  height: 11px;
}
.mw-switcher:before {
  width: 4px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  margin-inline-start: -4px;
}
.mw-switcher:after {
  width: 1px;
  background: #c6c6c6;
  margin-inline-start: 3px;
}
.mw-switch :checked ~ .mw-switcher {
  right: 100%;
  margin-inline-end: -39px;
}
.mw-switch :checked ~ [class*="mw-switch-"] {
  background: #0086db;
  border-top-color: #0080d2;
  border-bottom-color: #005992;
}
.mw-switch input:not(:checked) ~ .mw-switch-on,
.mw-switch input:checked ~ .mw-switch-off {
  color: transparent !important;
  font-size: 1px;
  overflow: hidden !important;
  text-indent: 20px;
}
.mw-switch :checked ~ .mw-switch-off {
  border-left-color: #006cb1;
}
.mw-switch :checked ~ .mw-switch-on {
  border-right-color: #006cb1;
  color: #f5f5f5;
}
.mw-switch-action [class*="mw-switch-"] {
  color: #db0000;
  background: #ffc0d2;
}
.mw-switch-action :checked ~ [class*="mw-switch-"] {
  color: #237100;
  background: #aaed9a;
}
.mw-switch-action .mw-switch-off {
  border-left: 1px solid #d87272;
  border-top: 1px solid #d87272;
  border-bottom: 1px solid #d87272;
}
.mw-switch-action .mw-switch-on {
  border-right: 1px solid #d87272;
  border-top: 1px solid #d87272;
  border-bottom: 1px solid #d87272;
}
.mw-switch-action :checked ~ .mw-switch-off {
  border-left: 1px solid #669000;
  border-top: 1px solid #669000;
  border-bottom: 1px solid #669000;
}
.mw-switch-action :checked ~ .mw-switch-on {
  border-right: 1px solid #669000;
  border-top: 1px solid #669000;
  border-bottom: 1px solid #669000;
}
.mw-ui-dropdown,
.mw-dropdown {
  position: relative;
  z-index: 9;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.mw-ui-dropdown ul,
.mw-dropdown ul {
  padding: 0;
  white-space: nowrap;
}
.mw-ui-dropdown:hover,
.mw-dropdown:hover,
.mw-ui-dropdown.active,
.mw-dropdown.active {
  z-index: 10;
}
.mw-dropdown-content {
  position: absolute;
  display: none;
  left: 0px;
  top: 100%;
  min-width: 100%;
  padding-top: 0px;
  max-height: -webkit-calc(80vh);
  max-height: calc(100vh - 20px);
}
.mw-dropdown-pop > .mw-dropdown-content {
  max-height: 200px;
  overflow: auto;
}
.mw-dropdown > .mw-ui-field {
  width: 100%;
}
.mw-dropdown > .mw-ui-field + .mw-icon-dropdown {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.mw-ui-dropdown .mw-dropdown-content,
.mw-ui-dropdown .mw-ui-dropdown-content {
  visibility: hidden;
  cursor: default;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
}
.mw-ui-dropdown-content > .mw-ui-btn-vertical-nav {
  margin-top: -1px;
  min-width: 100%;
}
.mw-ui-dropdown-content > .mw-ui-btn-vertical-nav > .mw-ui-btn {
  text-align: left;
}
.mw-ui-dropdown-content > .mw-ui-btn-vertical-nav > .mw-ui-btn:first-child {
  border-radius: 0;
}
.mw-ui-dropdown:hover > .mw-dropdown-content,
.mw-ui-dropdown:hover .mw-ui-dropdown-content,
.mw-ui-dropdown.active > .mw-dropdown-content,
.mw-ui-dropdown.active .mw-ui-dropdown-content {
  visibility: visible;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.mw-ui-dropdown-click:hover > .mw-dropdown-content {
  visibility: hidden;
}
.mw-ui-dropdown-click .mw-ui-btn.active + .mw-dropdown-content {
  visibility: visible;
}
.mw-ui-dropdown .idownarr {
  float: right;
  margin: -1px -9px -12px 1px;
}
.mw-ui-dropdown .mw-dropdown-arrow {
  margin-inline-end: 0;
  margin-top: 7px;
  margin-inline-start: 8px;
}
.mw-dropdown-list {
  list-style: none;
}
.mw-dropdown-list > li a {
  display: block;
  font-size: 11px;
  padding: 3px 10px;
}
.mw-dropdown-list li li a {
  padding-left: 20px;
}
.mw-dropdown-list li li li a {
  padding-left: 30px;
}
.mw-dropdown-list li li li li a {
  padding-left: 40px;
}
.mw-dropdown-list > li a:hover {
  background-color: #EEEEEE;
}
.mw-dropdown > .mw-ui-btn.mw-dropdown-val {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
/************************************
        Dropdowns Skins
*************************************/
/* Default styles */
.mw-dropdown-content {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* Default skin */
.mw-dropdown-default .mw-dropdown-content li {
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mw-dropdown-default .mw-dropdown-content li,
.mw-dropdown-default .mw-dropdown-content li > a {
  min-height: 36px;
  padding: 9px 12px;
  border-top: 1px solid rgba(218, 218, 218, 0.35);
  display: block;
}
.mw-dropdown-default .mw-dropdown-content li:first-child {
  border-top: none;
}
.mw-dropdown-default .mw-dropdown-content li li > a {
  padding-left: 24px;
}
.mw-dropdown-default .mw-dropdown-content li li li > a {
  padding-left: 48px;
}
.mw-dropdown-default li:hover > *:first-child {
  background-color: #EEEEEE;
}
.mw-dropdown-default > ul > li:first-child {
  border-top: none;
}
.mw-dropdown-default .mw-dropdown-value.mw-ui-btn:after,
.mw-dropdown-button:after {
  content: "\0118";
  font-family: Microweber;
  margin-top: 2px;
  margin-inline-start: 5px;
  position: relative;
  float: right;
}
.mw-dropdown-button {
  text-align: left;
}
.mw-dropdown-default .mw-dropdown-content {
  margin-top: -1px;
}
/* DROPDOWN 2.0 */
.mw-select {
  position: relative;
  z-index: 20;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.mw-select ::-webkit-scrollbar {
  width: 5px;
}
.mw-select ::-webkit-scrollbar-track {
  background: transparent;
}
.mw-select ::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  border-radius: 55px;
}
.mw-select ::-webkit-scrollbar-thumb:hover {
  background: #222;
}
.mw-select .mw-select-options {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.9);
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 100%;
  border-radius: 0 0 5px 5px;
  overflow: auto;
  max-height: 300px;
  padding-bottom: 1px;
  border-left: 1px solid #4592ff;
  border-right: 1px solid #4592ff;
  border-bottom: 1px solid #4592ff;
}
.mw-select .mw-select-options .mw-select-option {
  display: block;
  padding: 10px;
  min-width: 100%;
  color: #686868;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  margin-bottom: -1px;
  position: relative;
}
.mw-select .mw-select-options .mw-select-option.active,
.mw-select .mw-select-options .mw-select-option:hover {
  background-color: #e1f1fd;
  border-color: #4592ff;
  z-index: 1;
}
.mw-select.active {
  z-index: 21;
}
.mw-select.active .mw-select-options {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.mw-select.active .mw-select-display-value,
.mw-select.mw-select-has-value .mw-select-display-value {
  opacity: 0;
}
.mw-select .mw-select-value {
  position: relative;
  display: block;
  padding-inline-end: 35px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  justify-content: flex-start;
}
.mw-select .mw-select-value input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 35px);
  width: -webkit-calc(65%);
  height: 100%;
  padding: 8px;
}
.mw-select .mw-select-value input + .mw-select-display-value {
  color: #2b2b2b;
}
.mw-select .mw-select-value:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "\0136";
  font-family: Microweber !important;
  color: #c5c5c5;
  font-size: 10px;
  z-index: 2;
}
.mw-select .mw-select-tags {
  padding: 5px;
}
.mw-select .mw-select-tags:empty {
  display: none;
}
.mw-select .mw-select-tags .mw-ui-btn {
  margin: 5px;
}
.mw-select .mw-select-display-value {
  pointer-events: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc(100% - 35px);
  width: -webkit-calc(65%);
  height: 100%;
  display: flex;
  align-items: center;
  transition: opacity 0.17s;
  padding-left: 0;
}
.mw-select .mw-select-display-value * {
  vertical-align: middle;
}
.mw-select .mw-select-display-value .mw-select-indicate-number {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background-color: #c5e4fc;
  text-align: center;
  font-size: 12px;
  color: #4592ff;
  margin-inline-start: 10px;
}
.mw-select .mw-select-display-value .mw-select-indicate-number.mw-select-indicate-number-empty {
  opacity: 0;
}
html[dir="rtl"] .mw-select .mw-select-value:after {
  right: auto;
  left: 15px;
}
.mw-notification {
  display: table;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0%) 0px 3px 8px;
}
.mw-notification-lite {
  display: block;
  padding: 0;
  text-align: inherit;
  font-size: inherit;
}
.mw-notification > div {
  display: table-cell;
  height: 25px;
  padding: 0 11px;
  vertical-align: middle;
}
.mw-notification > div > * {
  vertical-align: middle;
}
.mw-success {
  background-color: #309e65;
  color: #fff;
}
.mw-warning {
  background-color: #ffc107;
  color: #fff;
}
.mw-error {
  background-color: #f12b1c;
  color: #fff;
}
#mw-notifications-holder {
  position: relative;
  z-index: 9999;
}
#mw-notifications-holder .mw-notification:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#mw-notifications-holder .mw-notification {
  left: 50%;
  margin-inline-start: -175px;
  position: fixed;
  top: 0;
  transition: opacity 2s;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
}
#mw-notifications-holder .mw-notification + .mw-notification {
  top: 40px;
}
#mw-notifications-holder .mw-notification + .mw-notification + .mw-notification {
  top: 80px;
}
#mw-notifications-holder .mw-notification + .mw-notification + .mw-notification + .mw-notification {
  top: 120px;
}
#mw-notifications-holder .mw-notification + .mw-notification + .mw-notification + .mw-notification + .mw-notification {
  top: 160px;
}
#mw-notifications-holder .mw-notification + .mw-notification + .mw-notification + .mw-notification + .mw-notification + .mw-notification {
  top: 200px;
}
#mw-notifications-holder .mw-notification + .mw-notification + .mw-notification + .mw-notification + .mw-notification + .mw-notification + .mw-notification {
  top: 240px;
}
.mw-control-box.active {
  z-index: 100;
}
.mw-control-box {
  position: fixed;
  padding: 20px;
  z-index: 99;
}
.mw-control-box-default {
  padding: 0;
  transition: all 0.5s;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mw-control-box-default.mw-control-box-right {
  transform: translateX(100%);
}
.mw-control-box-default.mw-control-box-right.active {
  transform: translateX(0);
}
.mw-control-box-default.mw-control-box-left {
  transform: translateX(-100%);
}
.mw-control-box-default.mw-control-box-left.active {
  transform: translateX(0);
}
.mw-control-box-top {
  top: 0;
  left: 0;
  width: 100%;
}
.mw-control-box-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.mw-control-box-right {
  top: 0;
  right: 0;
  height: 100%;
}
.mw-control-box-left {
  top: 0;
  left: 0;
  height: 100%;
}
.mw-control-box {
  position: fixed;
  z-index: 12;
}
.mw-control-box-default .mw-control-boxclose:after {
  content: '';
}
.mw-control-box-default .mw-control-boxclose {
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
  text-align: center;
}
.mw-autocomplete {
  position: relative;
  z-index: 10;
  display: flex;
  padding: 5px;
}
.mw-autocomplete .mw-ui-btn {
  margin: 5px;
}
.mw-autocomplete .mw-ui-btn .mw-icon-close {
  font-size: 15px;
  right: -5px;
}
.mw-autocomplete .mw-autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 60vh;
  height: auto;
  overflow: auto;
}
.mw-autocomplete .mw-autocomplete-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  vertical-align: middle;
  margin-inline-end: 7px;
}
.mw-autocomplete .mw-autocomplete-value {
  display: inline-block;
}
.mw-autocomplete.mw-autocomplete-multiple-false input.mw-autocomplete-field {
  width: 100%;
}
.mw-autocomplete.mw-autocomplete-multiple-false .mw-autocomplete-value + input.mw-autocomplete-field {
  width: 100% ;
}
.mw-ui-btn-nav-tabs {
  float: left;
}
.mw-ui-btn-nav-tabs .mw-ui-btn {
  border-width: 1px 1px 0 0;
  float: left;
  border-radius: 0px;
}
.mw-ui-btn-nav-tabs .mw-ui-btn:first-child {
  border-radius: 5px 0 0 0;
}
.mw-ui-btn-nav-tabs .mw-ui-btn:last-child {
  border-radius: 0 5px 0 0;
}
.mw-ui-btn-nav-tabs + .mw-ui-box {
  border-radius: 0 0 5px 5px;
}
/* /Tabs Navigation */
/*********************************************
              jQuery UI Slider
*********************************************/
.mw-slider {
  height: 8px;
  position: relative;
  border-radius: 5px;
  max-width: 100%;
  clear: both;
  background-color: #EEEEEE;
}
.mw-slider .ui-slider-handle {
  background-color: #575757;
  display: block;
  width: 8px;
  height: 16px;
  top: -4px;
  position: absolute;
  border-radius: 5px;
}
/* Sidebar navigation */
.mw-ui-sidenav li {
  list-style: none;
}
.mw-ui-sidenav a {
  display: block;
  padding: 12px 40px 14px 14px;
  border-radius: 0 2px 2px 0;
}
.mw-ui-sidenav a:hover,
.mw-ui-sidenav a:focus {
  background-color: rgba(139, 139, 139, 0.1);
}
.mw-ui-sidenav a:active {
  box-shadow: 0 1px 6px -4px #000000 inset;
}
.mw-ui-sidenav a.active,
.mw-ui-sidenav a.active:active,
.mw-ui-sidenav a.active:hover,
.mw-ui-sidenav a.active:focus {
  background-color: #8B8B8B;
  color: white;
  box-shadow: 0 1px 5px -2px #000000 inset;
}
/************************************
       Richtext editor
*************************************/
.mw-ui-richtext-editor {
  border: 1px solid #EEEEEE;
  min-height: 300px;
  max-width: 100%;
}
.mw-wrapper {
  max-width: 1100px;
  width: 90%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.mw-picker-frame {
  overflow: hidden;
  width: 280px;
  height: 280px;
  min-height: 280px;
}
.mw-text-upper {
  text-transform: uppercase;
}
body.bup.dragStart.state-element .edit .element:empty {
  background-color: #ffffb9;
  background-image: none;
  opacity: 0.6;
}
.th-in-td {
  display: none;
}
.mw-color-invert {
  color: #2b2b2b;
}
.mw-color-info {
  color: #4592ff;
}
.mw-color-warn {
  color: #ffc107;
}
.mw-color-important {
  color: #f12b1c;
}
.mw-color-notification {
  color: #309e65;
}
.mw-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 101;
}
.mw-progress-index {
  width: 0;
  height: 3px;
  max-width: 100%;
  background: #4592ff;
  transition: width 10s;
}
.mw-progress-slow .mw-progress-index {
  transition-duration: 5s;
}
.mw-progress-normal .mw-progress-index {
  transition-duration: 2s;
}
.mw-progress-fast .mw-progress-index {
  transition-duration: 0.6s;
}
.mw-component-post-search {
  position: relative;
  display: inline-block;
}
.mw-component-post-search ul {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  min-width: 100%;
  list-style: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  background: white;
}
.mw-component-post-search ul li {
  padding: 3px 12px;
}
.mw-component-post-search ul li:hover {
  background: #3363c6;
  color: #fff;
}
/* MW Notif */
.mw-notif-box {
  padding: 15px;
}
.mw-notif-box i {
  font-size: 20px;
}
.mw-notif-box.mw-notif-box-info {
  background-color: #4592ff;
  border-left: 3px solid #4592ff;
}
.mw-notif-box.mw-notif-box-info span {
  color: #4592ff;
}
.mw-hr {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 2rem auto;
  background: rgba(0, 0, 0, 0.125);
  font-size: 0;
}
.mw-hero {
  position: relative;
  clear: both;
  background-position: center 33%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100vh;
}
.mw-hero .mw-hero-content {
  max-width: 90%;
  padding: 5%;
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: white;
}
.mw-hero .mw-hero-content > h1,
.mw-hero .mw-hero-content > h2,
.mw-hero .mw-hero-content > h3,
.mw-hero .mw-hero-content > h4,
.mw-hero .mw-hero-content > h5,
.mw-hero .mw-hero-content > h6 {
  padding-bottom: 0.3em;
}
.mw-hero .mw-hero-content > h1 + p,
.mw-hero .mw-hero-content > h2 + p,
.mw-hero .mw-hero-content > h3 + p,
.mw-hero .mw-hero-content > h4 + p,
.mw-hero .mw-hero-content > h5 + p,
.mw-hero .mw-hero-content > h6 + p {
  padding-bottom: 1rem;
}
.mw-hero:after {
  position: absolute;
  display: block;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.mw-color-picker-holder .mw-ui-btn {
  width: 50px;
}
.mw-color-picker-holder .mw-color-picker {
  max-width: -webkit-calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.mw-selector {
  width: 1px;
  height: 1px;
  /*
    transition: .2s cubic-bezier(0,1.04,.05,.95);
    */
  position: absolute;
  background: #0899E6;
  pointer-events: none;
  top: -20px;
  left: -20px;
  z-index: 10;
}
.body-mw-layout-plus-hover .mw-selector,
.body-mw-module-plus-hover .mw-selector {
  width: 2px;
  height: 2px;
}
/*.mw-selector-bottom:after,
.mw-selector-bottom:before,
.mw-selector-top:after,
.mw-selector-top:before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #0899E6;
    position: absolute;
    border-radius: 10px;
    z-index: 1002;
}*/
.mw-selector-bottom:after,
.mw-selector-bottom:before,
.mw-selector-top:after,
.mw-selector-top:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 3px;
  z-index: 1002;
}
.mw-interactor {
  background: #C4D6E8;
  z-index: 1000;
}
.mw-selector.mw-selector-type-active {
  width: 2px;
  height: 2px;
  z-index: 1001;
}
.mw-selector-top:before {
  top: 0px;
  left: 0px;
}
.mw-selector-top:after {
  top: 0px;
  right: 0px;
}
.mw-selector-bottom:before {
  bottom: 0px;
  left: 0px;
}
.mw-selector-bottom:after {
  bottom: 0px;
  right: 0px;
}
.mw-ac-editor-nav {
  position: relative;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
}
.mw-ac-editor-nav > .mw-ui-btn-tab:not(.active) {
  color: #adb5bd;
}
.mw-ac-editor-nav > .mw-ui-btn-tab.active {
  color: #4592ff;
}
.mw-file-drop-zone {
  border: 2px dashed #4592ff;
  width: 100%;
  background-image: url('../api/libs/mw-ui/grunt/plugins/ui/img/dropable_zone_bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.mw-file-drop-zone:hover {
  border-color: rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.1);
}
.mw-file-drop-zone .mw-file-drop-zone-holder {
  padding: 40px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.mw-file-drop-zone .mw-file-drop-zone-holder .mw-file-drop-zone-img {
  background-image: url('../api/libs/mw-ui/grunt/plugins/ui/img/dropable_zone_image.svg');
  width: 70px;
  height: 55px;
  background-size: contain;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mw-file-drop-zone .mw-file-drop-zone-holder .mw-ui-progress-small {
  max-width: 100%;
  width: 180px;
  margin-bottom: 20px;
}
.mw-file-drop-zone .mw-file-drop-zone-holder .mw-ui-btn {
  margin-bottom: 20px;
}
.mw-file-drop-zone .mw-file-drop-zone-holder p {
  color: #919191;
  margin-bottom: 0;
}
.mw-file-drop-zone.mw-file-drop-zone-small {
  background-image: unset;
  /*width: auto;*/
  display: inline-block;
}
.mw-file-drop-zone.mw-file-drop-zone-small .mw-file-drop-zone-holder {
  padding: 10px;
  text-align: center;
}
.mw-file-drop-zone.mw-file-drop-zone-small .mw-file-drop-zone-holder .mw-ui-btn {
  margin-bottom: 0;
}
.mw-file-drop-zone.mw-file-drop-square-zone.mw-file-drop-small-zone {
  min-width: 115px;
}
.mw-file-drop-zone.mw-file-drop-square-zone:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.mw-file-drop-zone.mw-file-drop-square-zone .mw-file-drop-zone-holder {
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.mw-accordion-item {
  transition: 0.4s;
}
.mw-accordion-item.active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.mw-tab-accordion {
  clear: both;
}
.mw-ui-box-header.mw-accordion-title {
  cursor: pointer;
  position: relative;
}
.mw-ui-box-header.mw-accordion-title:after {
  position: absolute;
  content: "\0118";
  display: inline-block;
  font-family: Microweber !important;
  text-transform: none !important;
  transition: 0.4s;
  z-index: 1;
  color: #4592ff;
  transform: rotate(-90deg);
  top: 12px;
  right: 12px;
  font-size: 15px;
}
.mw-ui-box-header.mw-accordion-title.active:after {
  transform: rotate(0deg);
}
.mw-ui-box-header-2.mw-accordion-title-2 {
  cursor: pointer;
  position: relative;
}
.mw-ui-box-header-2.mw-accordion-title-2:hover:after {
  position: absolute;
  content: "";
  border-left: 5px solid #2b2b2b;
  display: block;
  z-index: 1;
  top: 0px;
  height: 46px;
}
.mw-ui-box-header-2.mw-accordion-title-2.mw-liveedit-sidebar-background-active:after {
  position: absolute;
  content: "";
  border-left: 5px solid #1f7cff;
  display: block;
  z-index: 1;
  top: 0px;
  height: 46px;
}
.mw-badge {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #ff0000;
  color: #FFFFFF;
  min-height: 13px;
  padding: 0 2px;
  font-size: 11px;
  line-height: 20px;
  border-radius: 20px;
  height: 20px;
  min-width: 20px;
  text-align: center;
}
.mw-badge.mw-badge-invert {
  background-color: #2b2b2b;
}
.mw-badge.mw-badge-info {
  background-color: #4592ff;
}
.mw-badge.mw-badge-warn {
  background-color: #ffc107;
}
.mw-badge.mw-badge-important {
  background-color: #f12b1c;
}
.mw-badge.mw-badge-notification {
  background-color: #309e65;
}
.mw-block-edit-holder {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.mw-block-edit-slider {
  width: 200%;
  overflow: hidden;
  position: relative;
}
.mw-block-edit-main-slide,
.mw-block-edit-edit-slide {
  width: 50%;
  float: left;
  position: relative;
}
html[dir="rtl"] .mw-block-edit-main-slide,
html[dir="rtl"] .mw-block-edit-edit-slide {
  float: right;
}
.ui-datepicker {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  clear: both;
  background-color: #fff;
  box-shadow: 0 0.126rem 0.26rem rgba(0, 0, 0, 0.066) !important;
  padding: 6px;
}
.ui-datepicker * {
  margin: 0;
  padding: 0;
}
.ui-datepicker td,
.ui-datepicker th {
  padding: 6px;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  clear: both;
  text-align: center;
}
.ui-datepicker .ui-datepicker-today {
  background-color: #2b2b2b;
  color: #fff;
}
.ui-datepicker .ui-datepicker-today a {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  outline: 0px dashed #a5b3ac;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  font-style: normal;
  line-height: inherit;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  height: auto;
  min-height: 0;
  width: auto;
  opacity: 1;
}
.mw-stepper {
  width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mw-stepper .mw-stepper-item {
  visibility: hidden;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: left top;
  position: absolute;
  pointer-events: none;
  max-height: 100%;
  overflow: hidden;
  top: 0;
}
.mw-stepper .mw-stepper-item.active {
  max-height: none;
  position: relative;
  pointer-events: all;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.mw-selectable-list {
  border: 1px solid #ebebeb;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table;
  width: 100%;
}
.mw-selectable-list > label {
  cursor: pointer;
  padding: 15px;
  display: table-row;
  border: 1px solid #fff;
  background-color: #fff;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.mw-selectable-list > label > * {
  display: table-cell;
  vertical-align: top;
  padding: 12px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mw-selectable-list > label > * + * {
  padding-left: 12px;
}
.mw-selectable-list > label > *:first-child {
  padding-left: 12px;
  border-left: 1px solid #fff;
}
.mw-selectable-list > label > *:last-child {
  padding-inline-end: 12px;
  border-right: 1px solid #fff;
}
.mw-selectable-list > label:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transform: translateZ(1px);
}
.mw-selectable-list > label.active,
.mw-selectable-list > label.active:hover {
  background-color: #f5f5f5;
  box-shadow: none;
  z-index: 0;
}
.mw-selectable-list > label + label > * {
  border-top: none;
}
.mw-selectable-list .mw-selectable-list-content {
  flex: 1;
  font-size: 10px;
  padding-bottom: 2px;
}
.mw-selectable-list .mw-selectable-list-content .mw-selectable-list-content-title {
  display: block;
  font-weight: bold;
}
.mw-selectable-list .mw-selectable-list-content .mw-selectable-list-content-title span {
  font-weight: normal;
}
.mw-selectable-list .mw-selectable-list-input .mw-ui-check {
  position: relative;
  top: 3px;
}
.mw-selectable-list .mw-selectable-list-input .mw-ui-check input + span {
  margin-inline-end: 0;
}
.mw-selectable-list .mw-selectable-list-icon {
  color: #000;
  font-size: 35px;
  text-align: center;
}
.mw-construct-itd {
  display: inline-flex;
}
.mw-construct-itd .mw-construct-itd-icon {
  font-size: 37px;
  padding-inline-end: 12px;
  padding-top: 4px;
  color: #000;
}
.mw-construct-itd .mw-construct-itd-content > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.btn .mw-spinner,
.mw-ui-btn .mw-spinner {
  position: absolute;
}
.mw-spinner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  z-index: 1;
}
.mw-spinner svg {
  -webkit-animation: mw-spinnerrotate 2s linear infinite;
  animation: mw-spinnerrotate 2s linear infinite;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mw-spinner circle {
  stroke-linecap: round;
  -webkit-animation: mw-spinnerdash 1.5s ease-in-out infinite;
  animation: mw-spinnerdash 1.5s ease-in-out infinite;
}
.mw-spinner.mw-spinner-mode-append {
  margin-inline-start: 8px;
}
.mw-spinner.mw-spinner-mode-prepend {
  margin-inline-end: 8px;
}
.mw-spinner .mw-spinner-checkmark-check {
  display: none;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}
.mw-spinner.mw-spinner-state-done .mw-spinner-checkmark-check {
  display: block;
  animation: mw-spinner-checkmark-check-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0s forwards;
}
.mw-spinner.mw-spinner-state-done svg,
.mw-spinner.mw-spinner-state-done circle {
  -webkit-animation: none;
  animation: none;
  transition: 0.3s;
}
.mw-spinner.mw-spinner-state-done circle {
  fill: #7ac142;
  stroke: #7ac142 !important;
}
@keyframes mw-spinner-checkmark-check-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes mw-spinnerrotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mw-spinnerrotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mw-spinnerdash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes mw-spinnerdash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.mw-spinner-decorate {
  position: relative;
}
.mw-spinner-decorate:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.22);
}
.mw-spinner-decorate .mw-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mw-bar .mw-bar-row svg {
  pointer-events: none;
}
.mw-small-editor {
  position: absolute;
  display: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 1101;
}
.mw-small-editor.pinned {
  position: fixed;
  top: 5px !important;
  left: 50% !important;
  z-index: 1103 !important;
  transform: translateX(-50%) !important;
  margin-top: 0 !important;
}
.mw-small-editor.pinned .mw-editor-button-pin svg {
  transform: rotate(45deg);
}
.mw-small-editor.pinned .mw-editor-controller-component[data-tooltip]:after {
  top: 86%;
  bottom: auto !important;
}
.mw-small-editor.pinned .mw-editor-controller-component[data-tooltip]:hover:after,
.mw-small-editor.pinned .mw-editor-controller-component[data-tooltip]:focus:after {
  top: 100%;
}
.mw-small-editor .mw-bar .mw-bar-row {
  border: none !important;
  white-space: nowrap;
}
.mw-small-editor.mw-small-editor-skin-lite,
.mw-small-editor.mw-small-editor-skin-dark {
  margin-top: -20px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-dropdown-option,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-dropdown-option {
  padding: 10px 10px;
  white-space: nowrap;
  font-size: 14px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-dropdown-option:hover,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-dropdown-option:hover {
  background-color: rgba(145, 145, 145, 0.47);
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-dropdown-option.mw-editor-dropdown-option-active,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-dropdown-option.mw-editor-dropdown-option-active,
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-dropdown-option.mw-editor-dropdown-option-active:hover,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-dropdown-option.mw-editor-dropdown-option-active:hover {
  background-color: #4592ff;
  color: white;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-button.mw-editor-group-button:hover,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button.mw-editor-group-button:hover {
  border-color: rgba(69, 146, 255, 0.51) !important;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-component[data-tooltip]:after,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-component[data-tooltip]:after {
  position: absolute;
  content: attr(data-tooltip);
  background: #505356;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  padding: 5px;
  bottom: 86%;
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: normal;
  white-space: nowrap;
  z-index: 2;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-component[data-tooltip]:hover:after,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-component[data-tooltip]:hover:after,
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-component[data-tooltip]:focus:after,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-component[data-tooltip]:focus:after {
  opacity: 1;
  margin-top: 0;
  bottom: 100%;
  transform: translateX(-50%) scale(1);
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-row,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-row {
  padding-inline: 5px;
  display: flex;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-option-dropdown-h1,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-option-dropdown-h1 {
  font-size: 30px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-option-dropdown-h2,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-option-dropdown-h2 {
  font-size: 27px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-option-dropdown-h3,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-option-dropdown-h3 {
  font-size: 25px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-option-dropdown-h4,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-option-dropdown-h4 {
  font-size: 22px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-option-dropdown-h5,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-option-dropdown-h5 {
  font-size: 20px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-option-dropdown-h6,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-option-dropdown-h6 {
  font-size: 17px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group-contents,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group-contents {
  display: none;
  position: absolute;
  top: 100%;
  left: -4px;
  padding: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item {
  position: relative;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item.active .mw-bar-control-item-group-contents,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item.active .mw-bar-control-item-group-contents {
  display: block;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-group-button > mw-editor-button,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-group-button > mw-editor-button {
  margin-inline: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group .mw-editor-group-button,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group .mw-editor-group-button {
  position: relative;
  padding-inline: 0 15px ;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group .mw-editor-group-button .mw-editor-group-button-caret,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group .mw-editor-group-button .mw-editor-group-button-caret {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group .mw-editor-group-button .mw-editor-group-button-caret:hover,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group .mw-editor-group-button .mw-editor-group-button-caret:hover {
  background-color: rgba(204, 204, 204, 0.18);
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-delimiter.mw-bar-control-item,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-delimiter.mw-bar-control-item {
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-inline: 7px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-button,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button {
  font-size: 15px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-button svg,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button svg {
  width: 24px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group.active,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group.active,
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-button.active,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button.active,
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group:hover,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group:hover,
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-button:hover,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button:hover,
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group:focus,
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group:focus,
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-button:focus,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button:focus {
  color: #404040;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-button,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button {
  height: 35px;
  min-width: 33px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-flex;
  border-radius: 3px;
  margin-inline: 1px;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-component-select .mw-editor-select-display-value-content,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-component-select .mw-editor-select-display-value-content {
  max-width: 80px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-controller-component-select .mw-editor-group-button-caret svg,
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-component-select .mw-editor-group-button-caret svg {
  width: 15px;
}
.mw-small-editor.mw-small-editor-skin-dark {
  background-color: #404040;
  color: white;
}
.mw-small-editor.mw-small-editor-skin-dark .mw-editor-controller-button {
  color: white;
}
.mw-small-editor.mw-small-editor-skin-dark .mw-bar-control-item-group-contents {
  background-color: #404040;
}
.mw-small-editor.mw-small-editor-skin-lite {
  background-color: white;
  padding: 5px 0;
  color: #2b2b2b;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-group-button {
  margin-inline: 0;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-bar-control-item-group-contents {
  background-color: white;
}
.mw-small-editor.mw-small-editor-skin-lite mw-editor-button.mw-editor-controller-button {
  color: #2b2b2b;
}
.mw-small-editor.mw-small-editor-skin-lite mw-editor-button.mw-editor-controller-button.active-control {
  color: white;
  background-color: #4592ff;
}
.mw-small-editor.mw-small-editor-skin-lite mw-editor-button.mw-editor-controller-button.active-control:hover,
.mw-small-editor.mw-small-editor-skin-lite mw-editor-button.mw-editor-controller-button.active-control:focus {
  background-color: #4592ff;
  color: white;
}
.mw-small-editor.mw-small-editor-skin-lite mw-editor-button.mw-editor-controller-button:hover,
.mw-small-editor.mw-small-editor-skin-lite mw-editor-button.mw-editor-controller-button:focus {
  background-color: #efecec;
}
.mw-small-editor.mw-small-editor-skin-lite .mw-editor-control-group-media-matches.active .mw-editor-group-button {
  background-color: #eee;
}
.mw-editor-frame-area,
.mw-editor-area {
  background-color: #fff;
  padding: 5px;
  min-height: 100px;
  overflow: auto;
}
.mw-editor-frame-area ul:not([class]),
.mw-editor-area ul:not([class]),
.mw-editor-frame-area ol:not([class]),
.mw-editor-area ol:not([class]) {
  padding-left: 1.4em;
}
.mw-editor-wrapper .mw-editor-controller-component-select {
  display: inline-block;
  position: relative;
}
.mw-editor-wrapper.mw-editor-default {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.mw-editor-wrapper.mw-editor-default .mw-bar-row:first-child {
  border-radius: 5px 5px 0 0;
}
.mw-editor-wrapper.mw-editor-default .mw-editor-iframe-area,
.mw-editor-wrapper.mw-editor-default .mw-editor-area {
  border-radius: 0 0 5px 5px;
}
.mw-editor-wrapper.mw-editor-default .mw-editor-controller-component-select .mw-editor-group-button-caret svg {
  width: 15px;
}
.mw-editor-wrapper.mw-editor-default .mw-editor-dropdown-option {
  padding: 10px 10px;
  transition: 0.3s;
}
.mw-editor-wrapper.mw-editor-default .mw-editor-dropdown-option.mw-editor-dropdown-option-active:hover,
.mw-editor-wrapper.mw-editor-default .mw-editor-dropdown-option.mw-editor-dropdown-option-active {
  background-color: #9cd9ff;
}
.mw-editor-wrapper.mw-editor-default .mw-editor-dropdown-option:hover {
  background-color: #f7f7f7;
}
.mw-editor-wrapper.mw-editor-default .mw-editor-controller-button:hover {
  background-color: rgba(255, 255, 255, 0.77);
  border-color: rgba(255, 255, 255, 0.87);
}
.mw-editor-wrapper .mw-editor-controller-component,
.mw-editor-wrapper .mw-bar-control-item {
  display: inline-block;
  position: relative;
}
.mw-editor-wrapper .mw-editor-dropdown-option {
  padding: 10px 10px;
  white-space: nowrap;
  font-size: 14px;
}
.mw-editor-wrapper .mw-editor-dropdown-option:hover {
  background-color: rgba(183, 183, 183, 0.1);
}
.mw-editor-wrapper .mw-editor-dropdown-option.mw-editor-dropdown-option-active,
.mw-editor-wrapper .mw-editor-dropdown-option.mw-editor-dropdown-option-active:hover {
  background-color: #4592ff;
  color: white;
}
.mw-editor-color-picker {
  position: relative;
}
.mw-editor-color-picker input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.mw-editor-table-manager {
  white-space: nowrap;
}
.mw-editor-table-manager .mw-editor-controller-component {
  display: inline-block;
}
.mw-editor-table-manager .mw-editor-dropdown-option {
  white-space: nowrap;
}
.mw-editor-component-disabled {
  pointer-events: none;
  opacity: 0.55;
}
.mw-small-editor-skin-default [disabled],
.mw-editor-default [disabled],
.mw-editor-table-manager [disabled],
.mw-small-editor-skin-default .mw-editor-component-disabled,
.mw-editor-default .mw-editor-component-disabled,
.mw-editor-table-manager .mw-editor-component-disabled {
  pointer-events: none;
  opacity: 0.55;
}
.mw-small-editor-skin-default .mw-bar-control-item[data-disabled="true"] .mw-editor-controller-component-select,
.mw-editor-default .mw-bar-control-item[data-disabled="true"] .mw-editor-controller-component-select,
.mw-editor-table-manager .mw-bar-control-item[data-disabled="true"] .mw-editor-controller-component-select {
  pointer-events: none;
  opacity: 0.55;
}
.mw-small-editor-skin-default .mw-editor-option-dropdown-h1,
.mw-editor-default .mw-editor-option-dropdown-h1,
.mw-editor-table-manager .mw-editor-option-dropdown-h1 {
  font-size: 30px;
}
.mw-small-editor-skin-default .mw-editor-option-dropdown-h2,
.mw-editor-default .mw-editor-option-dropdown-h2,
.mw-editor-table-manager .mw-editor-option-dropdown-h2 {
  font-size: 27px;
}
.mw-small-editor-skin-default .mw-editor-option-dropdown-h3,
.mw-editor-default .mw-editor-option-dropdown-h3,
.mw-editor-table-manager .mw-editor-option-dropdown-h3 {
  font-size: 25px;
}
.mw-small-editor-skin-default .mw-editor-option-dropdown-h4,
.mw-editor-default .mw-editor-option-dropdown-h4,
.mw-editor-table-manager .mw-editor-option-dropdown-h4 {
  font-size: 22px;
}
.mw-small-editor-skin-default .mw-editor-option-dropdown-h5,
.mw-editor-default .mw-editor-option-dropdown-h5,
.mw-editor-table-manager .mw-editor-option-dropdown-h5 {
  font-size: 20px;
}
.mw-small-editor-skin-default .mw-editor-option-dropdown-h6,
.mw-editor-default .mw-editor-option-dropdown-h6,
.mw-editor-table-manager .mw-editor-option-dropdown-h6 {
  font-size: 17px;
}
.mw-small-editor-skin-default .mw-editor-controller-component[data-tooltip]:after,
.mw-editor-default .mw-editor-controller-component[data-tooltip]:after,
.mw-editor-table-manager .mw-editor-controller-component[data-tooltip]:after {
  position: absolute;
  content: attr(data-tooltip);
  background: #505356;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  padding: 5px;
  top: 86%;
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: normal;
  white-space: nowrap;
  z-index: 2;
}
.mw-small-editor-skin-default .mw-editor-controller-component[data-tooltip]:hover:after,
.mw-editor-default .mw-editor-controller-component[data-tooltip]:hover:after,
.mw-editor-table-manager .mw-editor-controller-component[data-tooltip]:hover:after,
.mw-small-editor-skin-default .mw-editor-controller-component[data-tooltip]:focus:after,
.mw-editor-default .mw-editor-controller-component[data-tooltip]:focus:after,
.mw-editor-table-manager .mw-editor-controller-component[data-tooltip]:focus:after {
  opacity: 1;
  margin-top: 0;
  top: 100%;
  transform: translateX(-50%) scale(1);
}
.mw-small-editor-skin-default .mw-editor-controller-button,
.mw-editor-default .mw-editor-controller-button,
.mw-editor-table-manager .mw-editor-controller-button {
  vertical-align: middle;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}
.mw-small-editor-skin-default .mw-bar-row,
.mw-editor-default .mw-bar-row,
.mw-editor-table-manager .mw-bar-row {
  border-bottom: 1px solid #DDDDDD;
  background-color: #f7f7f7;
  padding: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item,
.mw-editor-default .mw-bar-row .mw-bar-control-item,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item {
  vertical-align: middle;
  line-height: 0;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item + .mw-bar-control-item,
.mw-editor-default .mw-bar-row .mw-bar-control-item + .mw-bar-control-item,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item + .mw-bar-control-item {
  margin-inline-start: 5px;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item-group,
.mw-editor-default .mw-bar-row .mw-bar-control-item-group,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item-group {
  position: relative;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item-group .mw-editor-controller-component + .mw-editor-controller-component,
.mw-editor-default .mw-bar-row .mw-bar-control-item-group .mw-editor-controller-component + .mw-editor-controller-component,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item-group .mw-editor-controller-component + .mw-editor-controller-component {
  margin-inline-start: 5px;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item-group > .mw-editor-controller-button,
.mw-editor-default .mw-bar-row .mw-bar-control-item-group > .mw-editor-controller-button,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item-group > .mw-editor-controller-button {
  display: none;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches .mw-editor-controller-button,
.mw-editor-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches .mw-editor-controller-button,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches .mw-editor-controller-button {
  display: inline-flex;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches .mw-bar-control-item-group-contents,
.mw-editor-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches .mw-bar-control-item-group-contents,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches .mw-bar-control-item-group-contents {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  background-color: #F5F5F5;
  z-index: 15;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches.active,
.mw-editor-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches.active,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches.active {
  z-index: 25;
}
.mw-small-editor-skin-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches.active .mw-bar-control-item-group-contents,
.mw-editor-default .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches.active .mw-bar-control-item-group-contents,
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item-group.mw-editor-control-group-media-matches.active .mw-bar-control-item-group-contents {
  visibility: visible;
  opacity: 1;
}
.mw-small-editor-skin-default .mw-bar-delimiter,
.mw-editor-default .mw-bar-delimiter,
.mw-editor-table-manager .mw-bar-delimiter {
  display: inline-block;
  height: 16px;
  width: 2px;
  margin: 2px;
  background-color: #b7b7b7;
  border-left: 1px solid #eaeaea;
  vertical-align: middle;
}
.mw-editor-table-manager {
  position: absolute;
  z-index: 9;
  background-color: white;
  padding: 0;
  color: #2b2b2b;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
}
.mw-editor-table-manager .mw-editor-controller-component[data-tooltip]:after {
  top: -20px !important;
}
.mw-editor-table-manager .mw-bar-control-item {
  display: block;
  position: relative;
}
.mw-editor-table-manager .mw-bar-row .mw-bar-control-item + .mw-bar-control-item {
  margin-inline: 0;
}
.mw-editor-table-manager .mw-editor-group-button-caret svg {
  height: 17px;
  width: auto;
}
.mw-editor-table-manager .mw-editor-select-display-value-content svg {
  width: 24px;
}
.mw-editor-table-manager .mw-bar-row {
  border-bottom-width: 0px;
  background-color: transparent;
  padding: 0px;
}
.mw-editor-table-manager .mw-editor-controller-component-select-values-holder {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mw-editor-table-manager .mw-editor-dropdown-option {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
}
.mw-editor-table-manager .mw-editor-dropdown-option:hover {
  background-color: #efecec;
}
.mw-editor-table-manager .mw-editor-select-display-value-content,
.mw-editor-table-manager .mw-editor-dropdown-option {
  font-size: 14px;
}
.mw-editor-controller-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: default;
  text-align: center;
  position: relative;
  text-decoration: none;
  border-radius: 2px;
  color: #686868;
  border: 1px solid transparent;
  outline: 0;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  font-size: 19px;
  min-width: 32px;
  height: 32px;
  line-height: 0;
  padding: 0 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mw-editor-controller-button.active-control {
  background-color: #4592ff;
  color: #fff;
}
.mw-editor-controller-button.mw-editor-group-button {
  width: auto;
  padding: 0 5px;
  display: none;
  border: 1px solid transparent !important;
  border-radius: 5px;
}
.mw-editor-controller-button.mw-editor-group-button .mw-editor-controller-button {
  height: 33px !important;
}
.mw-editor-controller-button.mw-editor-group-button .mw-editor-group-button-icon {
  vertical-align: middle;
  font-size: 20px;
  color: #2b2b2b;
}
.mw-editor-controller-button.mw-editor-group-button .mw-editor-group-button-icon svg {
  width: 20px;
  fill: currentColor;
}
.mw-editor-controller-button.mw-editor-group-button .mw-editor-group-button-caret {
  vertical-align: middle;
  margin: 0;
  position: relative;
  top: -1px;
}
.mw-editor-controller-button.mw-editor-group-button .mw-editor-group-button-caret svg {
  height: 15px;
}
.mw-editor-controller-component-select .mw-editor-select-display-value {
  text-align: left;
  font-size: 12px;
}
.mw-editor-controller-component-select .mw-editor-select-display-value[class*="mdi-"]:before {
  font-size: 19px;
  margin: 0px 6px 0 0;
  position: relative;
  top: 3px;
}
.mw-editor-controller-component-select .mw-editor-controller-component-select-values-holder {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  line-height: normal;
  cursor: pointer;
  min-width: 100%;
  overflow: auto;
  max-height: calc(100vh - 200px);
}
.mw-editor-controller-component-select .mw-editor-controller-component-select-values-holder::-webkit-scrollbar {
  width: 7px;
}
.mw-editor-controller-component-select .mw-editor-controller-component-select-values-holder::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mw-editor-controller-component-select .mw-editor-controller-component-select-values-holder::-webkit-scrollbar-thumb {
  background: #ccc;
}
.mw-editor-controller-component-select.active {
  z-index: 10;
}
.mw-editor-controller-component-select.active .mw-editor-controller-component-select-values-holder {
  opacity: 1;
  visibility: visible;
}
.mw-editor-font-size-selector .mw-editor-controller-component-select-values-holder {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  padding: 10px;
  background-color: #fff;
}
.mw-editor-font-size-selector .mw-editor-controller-component-select-values-holder .mw-editor-dropdown-option {
  width: 33.333%;
  border-width: 0;
  text-align: center;
}
.mw-editor-color-picker-dialog {
  position: absolute;
  display: none;
  border-radius: 3px;
  z-index: 1002;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transform: translateX(-50%);
}
.mw-editor-controller-component {
  display: inline-block;
  position: relative;
}
.a-color-picker-circle,
.a-color-picker-palette-color {
  border-width: 2px;
}
.mw-editor-controller-component-format mw-editor-option {
  white-space: nowrap;
}
.color-picker-palette-color-reset {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2M18 11H13L14.81 9.19A3.94 3.94 0 0 0 12 8A4 4 0 1 0 15.86 13H17.91A6 6 0 1 1 12 6A5.91 5.91 0 0 1 16.22 7.78L18 6Z' /%3E%3C/svg%3E");
}
.mw-social-icons-layout-list [class*='mw-icon-'] {
  font-size: 24px;
  margin: 0 6px;
}
/* Elements for Layouts */
/* Skin 1 */
.mw-static-element.mw-text-and-image > .mw-ui-row > .mw-ui-col {
  position: relative;
}
.mw-static-element.mw-text-and-image .mw-image-holder-div {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.mw-static-element.mw-text-and-image .mw-image-holder-div .mw-background-image-holder {
  width: 100%;
  min-height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.mw-static-element.mw-text-and-image .mw-image-holder-div .mw-background-image-holder img {
  visibility: hidden;
  max-width: 100%;
}
.mw-static-element.mw-text-and-image .mw-text-holder {
  padding: 0 30px;
}
.mw-static-element.mw-text-and-image .mw-row {
  margin: 0;
}
/* Skin 2 & Skin 4 */
.mw-static-element.mw-vertical-centered-text-and-image {
  display: table;
  width: 100%;
}
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div img,
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div p {
  margin: 0 !important;
  margin-bottom: 0 !important;
}
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div > img {
  position: relative !important;
  opacity: 0;
  visibility: hidden !important;
}
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div .mw-image-holder-div-content h1 {
  /*font-size: 48px;*/
  color: #fff;
}
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div .mw-image-holder-div-content p {
  /*font-size: 22px;*/
  color: #fff;
}
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div .mw-image-holder-div-content .content-holder {
  display: table-cell;
  vertical-align: middle;
}
.mw-static-element.mw-vertical-centered-text-and-image .image,
.mw-static-element.mw-vertical-centered-text-and-image .info {
  width: 50%;
  display: table-cell;
  clear: none;
  vertical-align: middle;
  position: relative;
}
.mw-static-element.mw-vertical-centered-text-and-image .info {
  /*background: #f9f9f9;*/
  padding: 15px 60px;
}
.mw-static-element.mw-vertical-centered-text-and-image .info h4 {
  font-size: 30px;
  /*color: #3b3b3b;*/
  margin-bottom: 30px;
}
.mw-static-element.mw-vertical-centered-text-and-image .info p {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .mw-static-element.mw-vertical-centered-text-and-image .image,
  .mw-static-element.mw-vertical-centered-text-and-image .info {
    width: 100%;
    display: block;
  }
}
.mw-static-element.mw-vertical-centered-text-and-image .mw-image-holder-div-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
/* Skin 3 */
.two-images {
  margin-bottom: 40px;
  margin-inline-start: -10px !important;
  margin-inline-end: -10px !important;
}
.two-images .mw-head-image {
  margin: 0;
}
.mw-static-element.mw-head-image .mw-image-holder-div {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.mw-static-element.mw-head-image .mw-image-holder-div .mw-image-holder-div-content {
  height: 410px;
  display: table;
  width: 100%;
  text-align: center;
}
.dragStart .mw-image-holder-div,
.dragStart .mw-image-holder-div-content {
  pointer-events: none;
}
.mw-static-element.mw-head-image .mw-image-holder-div .mw-image-holder-div-content h1 {
  font-size: 48px;
  color: #fff;
}
.mw-static-element.mw-head-image .mw-image-holder-div .mw-image-holder-div-content p {
  font-size: 22px;
  color: #fff;
}
.mw-static-element.mw-head-image .mw-image-holder-div .mw-image-holder-div-content .content-holder {
  display: table-cell;
  vertical-align: middle;
}
.mw-static-element.mw-head-image .mw-image-holder-div .mw-image-holder-div-content .content-holder .inner {
  width: 80%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
/* Skin 5 */
.mw-static-element.mw-simple-title-and-text {
  padding: 45px 0;
}
.mw-static-element.mw-simple-title-and-text .info h1 {
  margin: 25px 0;
  text-align: center;
}
.mw-static-element.mw-simple-title-and-text .info p {
  margin: 25px 0;
  text-align: center;
}
/* Skin 6 */
.mw-static-element.mw-text-under-image .mw-image img {
  max-width: 100%;
}
.mw-static-element.mw-text-under-image .mw-text p {
  margin: 25px 0;
  text-align: justify;
}
.mw-static-element.mw-text-under-image .mw-ui-col {
  padding: 0 10px;
}
/* Skin 7 */
.mw-static-element.mw-icons-with-info .mw-icon {
  margin-top: 40px;
  margin-bottom: 25px;
}
.mw-static-element.mw-icons-with-info .mw-icon i {
  font-size: 55px;
}
.mw-static-element.mw-icons-with-info .mw-text {
  text-align: justify;
}
.mw-static-element.mw-icons-with-info .mw-text h1,
.mw-static-element.mw-icons-with-info .mw-text h2,
.mw-static-element.mw-icons-with-info .mw-text h3,
.mw-static-element.mw-icons-with-info .mw-text h4,
.mw-static-element.mw-icons-with-info .mw-text h5,
.mw-static-element.mw-icons-with-info .mw-text h6 {
  margin-bottom: 15px;
  margin-top: 0;
}
.mw-static-element.mw-icons-with-info .mw-text {
  margin: 15px 0 40px 0;
}
.mw-static-element.mw-icons-with-info .mw-ui-col {
  padding: 0 30px;
}
/* Skin 8 */
.two-images {
  margin-bottom: 40px;
  margin-inline-start: -10px !important;
  margin-inline-end: -10px !important;
}
.two-images .mw-head-image {
  margin: 0;
}
.mw-static-element.mw-head-100vh-image .mw-image-holder-div {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 90vh;
}
.mw-static-element.mw-head-100vh-image .mw-image-holder-div .mw-image-holder-div-content {
  height: 80vh;
  display: table;
  width: 100%;
  text-align: center;
}
.mw-static-element.mw-head-100vh-image .mw-image-holder-div .mw-image-holder-div-content h1 {
  /*font-size: 48px;*/
  color: #fff;
}
.mw-static-element.mw-head-100vh-image .mw-image-holder-div .mw-image-holder-div-content p {
  /*font-size: 22px;*/
  color: #fff;
}
@media screen and (min-width: 1919px) {
  .mw-static-element.mw-head-100vh-image .mw-image-holder-div .mw-image-holder-div-content p {
    font-size: 22px;
  }
}
.mw-static-element.mw-head-100vh-image .mw-image-holder-div .mw-image-holder-div-content .content-holder {
  display: table-cell;
  vertical-align: middle;
}
.mw-static-element.mw-head-100vh-image .mw-image-holder-div .mw-image-holder-div-content .content-holder .inner {
  width: 80%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
/* Skin 9 */
.mw-static-element.mw-image-and-text {
  padding: 100px 0;
}
.mw-static-element.mw-image-and-text .mw-ui-col {
  vertical-align: middle;
}
.mw-static-element.mw-image-and-text .mw-ui-col .image {
  text-align: center;
}
.mw-static-element.mw-image-and-text .mw-ui-col .text {
  padding: 15px 25px;
}
/* Skin 10 */
.mw-static-element.mw-features-boxes {
  padding: 65px 0;
}
.mw-static-element.mw-features-boxes h1,
.mw-static-element.mw-features-boxes h2,
.mw-static-element.mw-features-boxes h3,
.mw-static-element.mw-features-boxes h4,
.mw-static-element.mw-features-boxes h5,
.mw-static-element.mw-features-boxes h6 {
  text-align: center;
}
.mw-static-element.mw-features-boxes .mw-ui-col {
  vertical-align: top;
  padding: 0 10px;
}
.mw-static-element.mw-features-boxes .mw-ui-col .number {
  font-weight: bold;
  font-size: 1.4em;
}
.mw-static-element.mw-features-boxes .text {
  text-align: justify !important;
}
.mw-static-element.mw-features-boxes .text h4 {
  text-align: left;
}
.mw-layout-container {
  position: relative;
  z-index: 1;
}
.mw-layout-background-node {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mw-layout-background-block video {
  object-fit: cover;
}
.mw-layout-background-block video,
.mw-layout-background-block,
.mw-layout-background-node,
.mw-layout-background-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.edit,
.allow-drop {
  min-height: 20px;
}
