@charset "UTF-8";
/*!
 * Visual Designer JQuery Plugin
 * Author: Sam Zielke-Ryner
 * Licensed under ...
 */
/*!
 * Visual Designer JQuery Plugin
 * Author: Sam Zielke-Ryner
 * Licensed under ...
 */
/*!
 * Visual Designer JQuery Plugin
 * Author: Sam Zielke-Ryner
 * Licensed under ...
 */
/*@hoverCol:                  rgba(218,38,86,0.25);*/
/*.vd-release * {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  line-height: normal;
}*/
.vd-release {
  /* So Mega Menus and Dropdowns show over the top of outside 3rd party content */
  z-index: 99999;
  position: relative;
}
.disallow-empty:empty,
.disallow-empty > *:empty {
  min-width: 25px;
  display: block;
}
/* Standard visibility controls */
.hide {
  display: none !important;
}
@media (min-width: 769px) {
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-desktop-hidden:not(.vd-triggered) {
    display: none !important;
  }
}
body.vd-rtablet .vd-tablet-hidden {
  display: none;
}
@media (max-width: 768px) and (min-width: 415px) {
  .vd-tablet-hidden {
    display: none !important;
  }
}
body.vd-rmobile .vd-mobile-hidden {
  display: none;
}
@media (max-width: 479px) {
  .vd-mobile-hidden {
    display: none !important;
  }
}
.vd-triggered {
  display: block !important;
}
.vd-flex-triggered {
  display: flex !important;
}
/* Animation visibility controls */
/*.hide {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 769px) {
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-desktop-hidden {
    .hide();
  }
}

body.vd-rtablet .vd-tablet-hidden {
  .hide();
}
@media (max-width: 768px) and (min-width: 415px) {
  .vd-tablet-hidden {
    .hide();
  }
}

body.vd-rmobile .vd-mobile-hidden {
  .hide();
}
@media (max-width: 479px) {
  .vd-mobile-hidden {
    .hide();
  }
}

.vd-triggered {
  visibility: initial;
  opacity: initial;
}
.vd-flex-triggered {
  .vd-triggered;
}*/
.vd-flex {
  display: flex;
}
.vd-flex.vd-triggered {
  display: flex !important;
}
.vd-flex-contents {
  display: flex;
  -webkit-flex-flow: row wrap;
  /* Safari 6.1+ */
  flex-flow: row wrap;
  /* Required to make columns display correctly on iOS & MacOS */
}
.vd-flex-contents.vd-triggered {
  display: flex !important;
}
.vd-flex-contents:before,
.vd-flex-contents:after {
  display: none;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
/* Self alignment */
/* Inner content alignment */
.vd-left {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: left;
}
.vd-center {
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}
.vd-right {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}
.vd-top {
  -webkit-justify-self: flex-start;
  justify-self: flex-start;
}
.vd-middle {
  -webkit-justify-self: center;
  justify-self: center;
}
.vd-bottom {
  -webkit-justify-self: flex-end;
  justify-self: flex-end;
}
.vd-abs-left {
  align-self: auto !important;
  position: absolute !important;
  left: 0;
}
.vd-abs-center {
  align-self: auto !important;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}
.vd-abs-right {
  align-self: auto !important;
  position: absolute !important;
  right: 0;
}
.vd-abs-top {
  position: absolute !important;
  top: 0;
}
.vd-abs-middle {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
.vd-abs-bottom {
  position: absolute !important;
  bottom: 0;
}
.vd-stky-left {
  position: sticky !important;
  left: 0;
}
.vd-stky-center {
  position: sticky !important;
  left: 50%;
  transform: translateX(-50%);
}
.vd-stky-right {
  position: sticky !important;
  right: 0;
}
.vd-stky-top {
  position: sticky !important;
  /*align-self: baseline;*/
  top: 0;
}
.vd-stky-middle {
  position: sticky !important;
  /*align-self: baseline;*/
  top: 50%;
  transform: translateY(-50%);
}
.vd-stky-bottom {
  position: sticky !important;
  /*align-self: baseline;*/
  bottom: 0;
}
.vd-c-left {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.vd-c-center {
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.vd-c-right {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
.vd-c-top {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  vertical-align: top;
}
.vd-c-middle {
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
}
.vd-c-bottom {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  vertical-align: bottom;
}
.vd-c-stretch div,
.vd-c-stretch a,
.vd-c-stretch p,
.vd-c-stretch span,
.vd-c-stretch h1,
.vd-c-stretch h2,
.vd-c-stretch h3,
.vd-c-stretch h4,
.vd-c-stretch h5,
.vd-c-stretch h6 {
  /*&:not(.vd-abs@{device}left, .vd-abs@{device}center, .vd-abs@{device}right, .vd-abs@{device}top), .vd-abs@{device}middle, .vd-abs@{device}bottom) {*/
  align-self: stretch;
  /*}*/
}
body.vd-rtablet .vd-sm-left,
body.vd-rmobile .vd-sm-left {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: left;
}
body.vd-rtablet .vd-sm-center,
body.vd-rmobile .vd-sm-center {
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}
body.vd-rtablet .vd-sm-right,
body.vd-rmobile .vd-sm-right {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}
body.vd-rtablet .vd-sm-top,
body.vd-rmobile .vd-sm-top {
  -webkit-justify-self: flex-start;
  justify-self: flex-start;
}
body.vd-rtablet .vd-sm-middle,
body.vd-rmobile .vd-sm-middle {
  -webkit-justify-self: center;
  justify-self: center;
}
body.vd-rtablet .vd-sm-bottom,
body.vd-rmobile .vd-sm-bottom {
  -webkit-justify-self: flex-end;
  justify-self: flex-end;
}
body.vd-rtablet .vd-abs-sm-left,
body.vd-rmobile .vd-abs-sm-left {
  align-self: auto !important;
  position: absolute !important;
  left: 0;
}
body.vd-rtablet .vd-abs-sm-center,
body.vd-rmobile .vd-abs-sm-center {
  align-self: auto !important;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}
body.vd-rtablet .vd-abs-sm-right,
body.vd-rmobile .vd-abs-sm-right {
  align-self: auto !important;
  position: absolute !important;
  right: 0;
}
body.vd-rtablet .vd-abs-sm-top,
body.vd-rmobile .vd-abs-sm-top {
  position: absolute !important;
  top: 0;
}
body.vd-rtablet .vd-abs-sm-middle,
body.vd-rmobile .vd-abs-sm-middle {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
body.vd-rtablet .vd-abs-sm-bottom,
body.vd-rmobile .vd-abs-sm-bottom {
  position: absolute !important;
  bottom: 0;
}
body.vd-rtablet .vd-stky-sm-left,
body.vd-rmobile .vd-stky-sm-left {
  position: sticky !important;
  left: 0;
}
body.vd-rtablet .vd-stky-sm-center,
body.vd-rmobile .vd-stky-sm-center {
  position: sticky !important;
  left: 50%;
  transform: translateX(-50%);
}
body.vd-rtablet .vd-stky-sm-right,
body.vd-rmobile .vd-stky-sm-right {
  position: sticky !important;
  right: 0;
}
body.vd-rtablet .vd-stky-sm-top,
body.vd-rmobile .vd-stky-sm-top {
  position: sticky !important;
  /*align-self: baseline;*/
  top: 0;
}
body.vd-rtablet .vd-stky-sm-middle,
body.vd-rmobile .vd-stky-sm-middle {
  position: sticky !important;
  /*align-self: baseline;*/
  top: 50%;
  transform: translateY(-50%);
}
body.vd-rtablet .vd-stky-sm-bottom,
body.vd-rmobile .vd-stky-sm-bottom {
  position: sticky !important;
  /*align-self: baseline;*/
  bottom: 0;
}
body.vd-rtablet .vd-c-sm-left,
body.vd-rmobile .vd-c-sm-left {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
body.vd-rtablet .vd-c-sm-center,
body.vd-rmobile .vd-c-sm-center {
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
body.vd-rtablet .vd-c-sm-right,
body.vd-rmobile .vd-c-sm-right {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
body.vd-rtablet .vd-c-sm-top,
body.vd-rmobile .vd-c-sm-top {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  vertical-align: top;
}
body.vd-rtablet .vd-c-sm-middle,
body.vd-rmobile .vd-c-sm-middle {
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
}
body.vd-rtablet .vd-c-sm-bottom,
body.vd-rmobile .vd-c-sm-bottom {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  vertical-align: bottom;
}
body.vd-rtablet .vd-c-sm-stretch div,
body.vd-rmobile .vd-c-sm-stretch div,
body.vd-rtablet .vd-c-sm-stretch a,
body.vd-rmobile .vd-c-sm-stretch a,
body.vd-rtablet .vd-c-sm-stretch p,
body.vd-rmobile .vd-c-sm-stretch p,
body.vd-rtablet .vd-c-sm-stretch span,
body.vd-rmobile .vd-c-sm-stretch span,
body.vd-rtablet .vd-c-sm-stretch h1,
body.vd-rmobile .vd-c-sm-stretch h1,
body.vd-rtablet .vd-c-sm-stretch h2,
body.vd-rmobile .vd-c-sm-stretch h2,
body.vd-rtablet .vd-c-sm-stretch h3,
body.vd-rmobile .vd-c-sm-stretch h3,
body.vd-rtablet .vd-c-sm-stretch h4,
body.vd-rmobile .vd-c-sm-stretch h4,
body.vd-rtablet .vd-c-sm-stretch h5,
body.vd-rmobile .vd-c-sm-stretch h5,
body.vd-rtablet .vd-c-sm-stretch h6,
body.vd-rmobile .vd-c-sm-stretch h6 {
  /*&:not(.vd-abs@{device}left, .vd-abs@{device}center, .vd-abs@{device}right, .vd-abs@{device}top), .vd-abs@{device}middle, .vd-abs@{device}bottom) {*/
  align-self: stretch;
  /*}*/
}
@media (max-width: 768px) {
  .vd-sm-left {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    text-align: left;
  }
  .vd-sm-center {
    -webkit-align-self: center;
    align-self: center;
    text-align: center;
  }
  .vd-sm-right {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right;
  }
  .vd-sm-top {
    -webkit-justify-self: flex-start;
    justify-self: flex-start;
  }
  .vd-sm-middle {
    -webkit-justify-self: center;
    justify-self: center;
  }
  .vd-sm-bottom {
    -webkit-justify-self: flex-end;
    justify-self: flex-end;
  }
  .vd-abs-sm-left {
    align-self: auto !important;
    position: absolute !important;
    left: 0;
  }
  .vd-abs-sm-center {
    align-self: auto !important;
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .vd-abs-sm-right {
    align-self: auto !important;
    position: absolute !important;
    right: 0;
  }
  .vd-abs-sm-top {
    position: absolute !important;
    top: 0;
  }
  .vd-abs-sm-middle {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .vd-abs-sm-bottom {
    position: absolute !important;
    bottom: 0;
  }
  .vd-stky-sm-left {
    position: sticky !important;
    left: 0;
  }
  .vd-stky-sm-center {
    position: sticky !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .vd-stky-sm-right {
    position: sticky !important;
    right: 0;
  }
  .vd-stky-sm-top {
    position: sticky !important;
    /*align-self: baseline;*/
    top: 0;
  }
  .vd-stky-sm-middle {
    position: sticky !important;
    /*align-self: baseline;*/
    top: 50%;
    transform: translateY(-50%);
  }
  .vd-stky-sm-bottom {
    position: sticky !important;
    /*align-self: baseline;*/
    bottom: 0;
  }
  .vd-c-sm-left {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .vd-c-sm-center {
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .vd-c-sm-right {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .vd-c-sm-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    vertical-align: top;
  }
  .vd-c-sm-middle {
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
  }
  .vd-c-sm-bottom {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    vertical-align: bottom;
  }
  .vd-c-sm-stretch div,
  .vd-c-sm-stretch a,
  .vd-c-sm-stretch p,
  .vd-c-sm-stretch span,
  .vd-c-sm-stretch h1,
  .vd-c-sm-stretch h2,
  .vd-c-sm-stretch h3,
  .vd-c-sm-stretch h4,
  .vd-c-sm-stretch h5,
  .vd-c-sm-stretch h6 {
    /*&:not(.vd-abs@{device}left, .vd-abs@{device}center, .vd-abs@{device}right, .vd-abs@{device}top), .vd-abs@{device}middle, .vd-abs@{device}bottom) {*/
    align-self: stretch;
    /*}*/
  }
}
body.vd-rmobile .vd-xs-left {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: left;
}
body.vd-rmobile .vd-xs-center {
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}
body.vd-rmobile .vd-xs-right {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}
body.vd-rmobile .vd-xs-top {
  -webkit-justify-self: flex-start;
  justify-self: flex-start;
}
body.vd-rmobile .vd-xs-middle {
  -webkit-justify-self: center;
  justify-self: center;
}
body.vd-rmobile .vd-xs-bottom {
  -webkit-justify-self: flex-end;
  justify-self: flex-end;
}
body.vd-rmobile .vd-abs-xs-left {
  align-self: auto !important;
  position: absolute !important;
  left: 0;
}
body.vd-rmobile .vd-abs-xs-center {
  align-self: auto !important;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}
body.vd-rmobile .vd-abs-xs-right {
  align-self: auto !important;
  position: absolute !important;
  right: 0;
}
body.vd-rmobile .vd-abs-xs-top {
  position: absolute !important;
  top: 0;
}
body.vd-rmobile .vd-abs-xs-middle {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
body.vd-rmobile .vd-abs-xs-bottom {
  position: absolute !important;
  bottom: 0;
}
body.vd-rmobile .vd-stky-xs-left {
  position: sticky !important;
  left: 0;
}
body.vd-rmobile .vd-stky-xs-center {
  position: sticky !important;
  left: 50%;
  transform: translateX(-50%);
}
body.vd-rmobile .vd-stky-xs-right {
  position: sticky !important;
  right: 0;
}
body.vd-rmobile .vd-stky-xs-top {
  position: sticky !important;
  /*align-self: baseline;*/
  top: 0;
}
body.vd-rmobile .vd-stky-xs-middle {
  position: sticky !important;
  /*align-self: baseline;*/
  top: 50%;
  transform: translateY(-50%);
}
body.vd-rmobile .vd-stky-xs-bottom {
  position: sticky !important;
  /*align-self: baseline;*/
  bottom: 0;
}
body.vd-rmobile .vd-c-xs-left {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
body.vd-rmobile .vd-c-xs-center {
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
body.vd-rmobile .vd-c-xs-right {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: right;
}
body.vd-rmobile .vd-c-xs-top {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  vertical-align: top;
}
body.vd-rmobile .vd-c-xs-middle {
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
}
body.vd-rmobile .vd-c-xs-bottom {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  vertical-align: bottom;
}
body.vd-rmobile .vd-c-xs-stretch div,
body.vd-rmobile .vd-c-xs-stretch a,
body.vd-rmobile .vd-c-xs-stretch p,
body.vd-rmobile .vd-c-xs-stretch span,
body.vd-rmobile .vd-c-xs-stretch h1,
body.vd-rmobile .vd-c-xs-stretch h2,
body.vd-rmobile .vd-c-xs-stretch h3,
body.vd-rmobile .vd-c-xs-stretch h4,
body.vd-rmobile .vd-c-xs-stretch h5,
body.vd-rmobile .vd-c-xs-stretch h6 {
  /*&:not(.vd-abs@{device}left, .vd-abs@{device}center, .vd-abs@{device}right, .vd-abs@{device}top), .vd-abs@{device}middle, .vd-abs@{device}bottom) {*/
  align-self: stretch;
  /*}*/
}
@media (max-width: 479px) {
  .vd-xs-left {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    text-align: left;
  }
  .vd-xs-center {
    -webkit-align-self: center;
    align-self: center;
    text-align: center;
  }
  .vd-xs-right {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right;
  }
  .vd-xs-top {
    -webkit-justify-self: flex-start;
    justify-self: flex-start;
  }
  .vd-xs-middle {
    -webkit-justify-self: center;
    justify-self: center;
  }
  .vd-xs-bottom {
    -webkit-justify-self: flex-end;
    justify-self: flex-end;
  }
  .vd-abs-xs-left {
    align-self: auto !important;
    position: absolute !important;
    left: 0;
  }
  .vd-abs-xs-center {
    align-self: auto !important;
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .vd-abs-xs-right {
    align-self: auto !important;
    position: absolute !important;
    right: 0;
  }
  .vd-abs-xs-top {
    position: absolute !important;
    top: 0;
  }
  .vd-abs-xs-middle {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .vd-abs-xs-bottom {
    position: absolute !important;
    bottom: 0;
  }
  .vd-stky-xs-left {
    position: sticky !important;
    left: 0;
  }
  .vd-stky-xs-center {
    position: sticky !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .vd-stky-xs-right {
    position: sticky !important;
    right: 0;
  }
  .vd-stky-xs-top {
    position: sticky !important;
    /*align-self: baseline;*/
    top: 0;
  }
  .vd-stky-xs-middle {
    position: sticky !important;
    /*align-self: baseline;*/
    top: 50%;
    transform: translateY(-50%);
  }
  .vd-stky-xs-bottom {
    position: sticky !important;
    /*align-self: baseline;*/
    bottom: 0;
  }
  .vd-c-xs-left {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .vd-c-xs-center {
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .vd-c-xs-right {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .vd-c-xs-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    vertical-align: top;
  }
  .vd-c-xs-middle {
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middle;
  }
  .vd-c-xs-bottom {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    vertical-align: bottom;
  }
  .vd-c-xs-stretch div,
  .vd-c-xs-stretch a,
  .vd-c-xs-stretch p,
  .vd-c-xs-stretch span,
  .vd-c-xs-stretch h1,
  .vd-c-xs-stretch h2,
  .vd-c-xs-stretch h3,
  .vd-c-xs-stretch h4,
  .vd-c-xs-stretch h5,
  .vd-c-xs-stretch h6 {
    /*&:not(.vd-abs@{device}left, .vd-abs@{device}center, .vd-abs@{device}right, .vd-abs@{device}top), .vd-abs@{device}middle, .vd-abs@{device}bottom) {*/
    align-self: stretch;
    /*}*/
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
/*.vd-release * {
line-height: normal;
}*/
.vd-reset {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
}
.vd-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
}
.vd-widget .vd-overlay,
.vd-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-widget .vd-overlay {
  pointer-events: none;
}
.vd-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-widget .vd-click-overlay {
  z-index: 999;
}
.vd-widget.vd-hidden {
  display: none !important;
}
.vd-main {
  position: relative;
  padding: 0 !important;
  background-color: #fff;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-column-widget,
.vd-slide {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  display: flex;
  /*display: flex; // !important;*/
  flex-direction: column !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
  margin: 0 auto;
  padding: 10px;
}
.vd-column-widget .vd-overlay,
.vd-column-widget .vd-click-overlay,
.vd-slide .vd-overlay,
.vd-slide .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-column-widget .vd-overlay,
.vd-slide .vd-overlay {
  pointer-events: none;
}
.vd-column-widget .vd-overlay [vd-type],
.vd-slide .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-column-widget .vd-click-overlay,
.vd-slide .vd-click-overlay {
  z-index: 999;
}
.vd-column-widget.vd-hidden,
.vd-slide.vd-hidden {
  display: none !important;
}
.vd-column-widget.vd-triggered,
.vd-slide.vd-triggered {
  display: flex !important;
}
.vd-column-widget .vd-row-widget,
.vd-slide .vd-row-widget,
.vd-column-widget .vd-nav-widget {
  padding: 0px;
}
.vd-col-responsive-style .vd-column-widget,
.vd-col-responsive-style .vd-slide {
  padding: 2px;
}
body.vd-rtablet .vd-column-widget,
body.vd-rmobile .vd-column-widget,
body.vd-rtablet .vd-slide,
body.vd-rmobile .vd-slide {
  padding: 2px;
}
@media (max-width: 479px), (max-width: 768px) {
  .vd-column-widget,
  .vd-slide {
    padding: 2px;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-container-widget,
.vd-bullet-cnt-widget,
.vd-nav-cnt-widget,
.vd-dd-cnt-widget,
.vd-tab-widget,
.vd-mm-row-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  display: flex;
  /*display: flex; // !important;*/
  flex-direction: column !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
.vd-container-widget .vd-overlay,
.vd-container-widget .vd-click-overlay,
.vd-bullet-cnt-widget .vd-overlay,
.vd-bullet-cnt-widget .vd-click-overlay,
.vd-nav-cnt-widget .vd-overlay,
.vd-nav-cnt-widget .vd-click-overlay,
.vd-dd-cnt-widget .vd-overlay,
.vd-dd-cnt-widget .vd-click-overlay,
.vd-mm-row-widget .vd-overlay,
.vd-mm-row-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-container-widget .vd-overlay,
.vd-bullet-cnt-widget .vd-overlay,
.vd-nav-cnt-widget .vd-overlay,
.vd-dd-cnt-widget .vd-overlay,
.vd-mm-row-widget .vd-overlay {
  pointer-events: none;
}
.vd-container-widget .vd-overlay [vd-type],
.vd-bullet-cnt-widget .vd-overlay [vd-type],
.vd-nav-cnt-widget .vd-overlay [vd-type],
.vd-dd-cnt-widget .vd-overlay [vd-type],
.vd-mm-row-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-container-widget .vd-click-overlay,
.vd-bullet-cnt-widget .vd-click-overlay,
.vd-nav-cnt-widget .vd-click-overlay,
.vd-dd-cnt-widget .vd-click-overlay,
.vd-mm-row-widget .vd-click-overlay {
  z-index: 999;
}
.vd-container-widget.vd-hidden,
.vd-bullet-cnt-widget.vd-hidden,
.vd-nav-cnt-widget.vd-hidden,
.vd-dd-cnt-widget.vd-hidden,
.vd-mm-row-widget.vd-hidden {
  display: none !important;
}
.vd-container-widget.vd-triggered,
.vd-bullet-cnt-widget.vd-triggered,
.vd-nav-cnt-widget.vd-triggered,
.vd-dd-cnt-widget.vd-triggered,
.vd-mm-row-widget.vd-triggered {
  display: flex !important;
}
.vd-container-widget .vd-row-widget,
.vd-bullet-cnt-widget .vd-row-widget,
.vd-container-widget .vd-nav-widget,
.vd-nav-cnt-widget .vd-row-widget,
.vd-dd-cnt-widget .vd-row-widget,
.vd-mm-row-widget .vd-row-widget {
  padding: 0px;
}
.vd-container-widget:empty,
.vd-bullet-cnt-widget:empty,
.vd-nav-cnt-widget:empty,
.vd-dd-cnt-widget:empty,
.vd-mm-row-widget:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
/* Horz alignment */
.h-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.h-center {
  -webkit-justify-content: center;
  justify-content: center;
  text-justify: center;
}
.h-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.vd-base-horz {
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 0;
}
.vd-base-horz > img,
.vd-base-horz > video,
.vd-base-horz > audio,
.vd-base-horz a > img {
  height: 50px;
  width: auto;
}
.vd-base-horz .vd-sortable-placeholder {
  width: 75px;
  height: 20px;
}
.vd-base-horz.vd-force-dimensions {
  min-width: 100px !important;
}
.vd-base-horz .vd-row-widget > .vd-column-widget.vd-force-dimensions,
.vd-base-horz .vd-row-widget > .vd-slide.vd-force-dimensions,
.vd-base-horz .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-base-horz > .vd-container-widget,
.vd-base-horz > .vd-bullet-cnt-widget,
.vd-base-horz > .vd-nav-cnt-widget,
.vd-base-horz > .vd-dd-cnt-widget,
.vd-base-horz > .vd-mm-row-widget {
  width: auto;
  margin: 0;
}
.vd-base-horz.vd-c-base-left > .vd-container-widget:last-child,
.vd-base-horz.vd-c-base-left > .vd-bullet-cnt-widget:last-child,
.vd-base-horz.vd-c-base-left > .vd-nav-cnt-widget:last-child,
.vd-base-horz.vd-c-base-left > .vd-dd-cnt-widget:last-child,
.vd-base-horz.vd-c-base-left > .vd-mm-row-widget:last-child {
  flex: 1;
}
.vd-base-horz.vd-c-base-right > .vd-container-widget:first-child,
.vd-base-horz.vd-c-base-right > .vd-bullet-cnt-widget:first-child,
.vd-base-horz.vd-c-base-right > .vd-nav-cnt-widget:first-child,
.vd-base-horz.vd-c-base-right > .vd-dd-cnt-widget:first-child,
.vd-base-horz.vd-c-base-right > .vd-mm-row-widget:first-child {
  flex: 1;
}
.vd-base-horz [vd-type].vd-force-dimensions,
.vd-base-horz .vd-sortable-placeholder.vd-force-dimensions,
.vd-base-horz [vd-type="link"].vd-force-dimensions,
.vd-base-horz [vd-link="true"].vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-base-horz.vd-c-base-stretch {
  display: flex;
}
.vd-base-horz.vd-c-base-stretch div,
.vd-base-horz.vd-c-base-stretch a,
.vd-base-horz.vd-c-base-stretch p,
.vd-base-horz.vd-c-base-stretch span,
.vd-base-horz.vd-c-base-stretch h1,
.vd-base-horz.vd-c-base-stretch h2,
.vd-base-horz.vd-c-base-stretch h3,
.vd-base-horz.vd-c-base-stretch h4,
.vd-base-horz.vd-c-base-stretch h5,
.vd-base-horz.vd-c-base-stretch h6 {
  display: flex;
  align-self: stretch;
}
@media (min-width: 769px) {
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz {
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > [vd-type] {
    margin: 0px 10px;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > img,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > video,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > audio,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz a > img {
    height: 50px;
    width: auto;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz .vd-sortable-placeholder {
    width: 75px;
    height: 20px;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-force-dimensions {
    min-width: 100px !important;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz .vd-row-widget > .vd-column-widget.vd-force-dimensions,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz .vd-row-widget > .vd-slide.vd-force-dimensions,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
    min-width: 100px !important;
    min-height: 50px !important;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > .vd-container-widget,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > .vd-bullet-cnt-widget,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > .vd-nav-cnt-widget,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > .vd-dd-cnt-widget,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz > .vd-mm-row-widget {
    width: auto;
    margin: 0;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-left > .vd-container-widget:last-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-left > .vd-bullet-cnt-widget:last-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-left > .vd-nav-cnt-widget:last-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-left > .vd-dd-cnt-widget:last-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-left > .vd-mm-row-widget:last-child {
    flex: 1;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-right > .vd-container-widget:first-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-right > .vd-bullet-cnt-widget:first-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-right > .vd-nav-cnt-widget:first-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-right > .vd-dd-cnt-widget:first-child,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-right > .vd-mm-row-widget:first-child {
    flex: 1;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz [vd-type].vd-force-dimensions,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz .vd-sortable-placeholder.vd-force-dimensions,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz [vd-type="link"].vd-force-dimensions,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz [vd-link="true"].vd-force-dimensions {
    min-width: 100px !important;
    min-height: 50px !important;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch {
    display: flex;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch div,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch a,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch p,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch span,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch h1,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch h2,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch h3,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch h4,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch h5,
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch h6 {
    display: flex;
    align-self: stretch;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-center {
    -webkit-justify-content: center;
    justify-content: center;
    text-justify: center;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-middle {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch.vd-c-top * {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch.vd-c-middle * {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-horz.vd-c-stretch.vd-c-bottom * {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
  }
}
body.vd-rtablet .vd-sm-horz {
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 0;
}
body.vd-rtablet .vd-sm-horz > [vd-type] {
  margin: 0px 10px;
}
body.vd-rtablet .vd-sm-horz > img,
body.vd-rtablet .vd-sm-horz > video,
body.vd-rtablet .vd-sm-horz > audio,
body.vd-rtablet .vd-sm-horz a > img {
  height: 50px;
  width: auto;
}
body.vd-rtablet .vd-sm-horz .vd-sortable-placeholder {
  width: 75px;
  height: 20px;
}
body.vd-rtablet .vd-sm-horz.vd-force-dimensions {
  min-width: 100px !important;
}
body.vd-rtablet .vd-sm-horz .vd-row-widget > .vd-column-widget.vd-force-dimensions,
body.vd-rtablet .vd-sm-horz .vd-row-widget > .vd-slide.vd-force-dimensions,
body.vd-rtablet .vd-sm-horz .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
body.vd-rtablet .vd-sm-horz > .vd-container-widget,
body.vd-rtablet .vd-sm-horz > .vd-bullet-cnt-widget,
body.vd-rtablet .vd-sm-horz > .vd-nav-cnt-widget,
body.vd-rtablet .vd-sm-horz > .vd-dd-cnt-widget,
body.vd-rtablet .vd-sm-horz > .vd-mm-row-widget {
  width: auto;
  margin: 0;
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-left > .vd-container-widget:last-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-left > .vd-bullet-cnt-widget:last-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-left > .vd-nav-cnt-widget:last-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-left > .vd-dd-cnt-widget:last-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-left > .vd-mm-row-widget:last-child {
  flex: 1;
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-right > .vd-container-widget:first-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-right > .vd-bullet-cnt-widget:first-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-right > .vd-nav-cnt-widget:first-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-right > .vd-dd-cnt-widget:first-child,
body.vd-rtablet .vd-sm-horz.vd-c-sm-right > .vd-mm-row-widget:first-child {
  flex: 1;
}
body.vd-rtablet .vd-sm-horz [vd-type].vd-force-dimensions,
body.vd-rtablet .vd-sm-horz .vd-sortable-placeholder.vd-force-dimensions,
body.vd-rtablet .vd-sm-horz [vd-type="link"].vd-force-dimensions,
body.vd-rtablet .vd-sm-horz [vd-link="true"].vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch {
  display: flex;
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch div,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch a,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch p,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch span,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch h1,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch h2,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch h3,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch h4,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch h5,
body.vd-rtablet .vd-sm-horz.vd-c-sm-stretch h6 {
  display: flex;
  align-self: stretch;
}
body.vd-rtablet .vd-sm-horz.vd-c-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
body.vd-rtablet .vd-sm-horz.vd-c-center {
  -webkit-justify-content: center;
  justify-content: center;
  text-justify: center;
}
body.vd-rtablet .vd-sm-horz.vd-c-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
body.vd-rtablet .vd-sm-horz.vd-c-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
}
body.vd-rtablet .vd-sm-horz.vd-c-middle {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
}
body.vd-rtablet .vd-sm-horz.vd-c-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-center {
  -webkit-justify-content: center;
  justify-content: center;
  text-justify: center;
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-middle {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
}
body.vd-rtablet .vd-sm-horz.vd-c-sm-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
}
body.vd-rtablet .vd-sm-horz.vd-c-stretch.vd-c-top * {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
}
body.vd-rtablet .vd-sm-horz.vd-c-stretch.vd-c-middle * {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
}
body.vd-rtablet .vd-sm-horz.vd-c-stretch.vd-c-bottom * {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
}
body.vd-rtablet .vd-sm-horz.vd-c-stretch.vd-c-sm-top * {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
}
body.vd-rtablet .vd-sm-horz.vd-c-stretch.vd-c-sm-middle * {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
}
body.vd-rtablet .vd-sm-horz.vd-c-stretch.vd-c-sm-bottom * {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .vd-sm-horz {
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0;
  }
  .vd-sm-horz > [vd-type] {
    margin: 0px 10px;
  }
  .vd-sm-horz > img,
  .vd-sm-horz > video,
  .vd-sm-horz > audio,
  .vd-sm-horz a > img {
    height: 50px;
    width: auto;
  }
  .vd-sm-horz .vd-sortable-placeholder {
    width: 75px;
    height: 20px;
  }
  .vd-sm-horz.vd-force-dimensions {
    min-width: 100px !important;
  }
  .vd-sm-horz .vd-row-widget > .vd-column-widget.vd-force-dimensions,
  .vd-sm-horz .vd-row-widget > .vd-slide.vd-force-dimensions,
  .vd-sm-horz .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
    min-width: 100px !important;
    min-height: 50px !important;
  }
  .vd-sm-horz > .vd-container-widget,
  .vd-sm-horz > .vd-bullet-cnt-widget,
  .vd-sm-horz > .vd-nav-cnt-widget,
  .vd-sm-horz > .vd-dd-cnt-widget,
  .vd-sm-horz > .vd-mm-row-widget {
    width: auto;
    margin: 0;
  }
  .vd-sm-horz.vd-c-sm-left > .vd-container-widget:last-child,
  .vd-sm-horz.vd-c-sm-left > .vd-bullet-cnt-widget:last-child,
  .vd-sm-horz.vd-c-sm-left > .vd-nav-cnt-widget:last-child,
  .vd-sm-horz.vd-c-sm-left > .vd-dd-cnt-widget:last-child,
  .vd-sm-horz.vd-c-sm-left > .vd-mm-row-widget:last-child {
    flex: 1;
  }
  .vd-sm-horz.vd-c-sm-right > .vd-container-widget:first-child,
  .vd-sm-horz.vd-c-sm-right > .vd-bullet-cnt-widget:first-child,
  .vd-sm-horz.vd-c-sm-right > .vd-nav-cnt-widget:first-child,
  .vd-sm-horz.vd-c-sm-right > .vd-dd-cnt-widget:first-child,
  .vd-sm-horz.vd-c-sm-right > .vd-mm-row-widget:first-child {
    flex: 1;
  }
  .vd-sm-horz [vd-type].vd-force-dimensions,
  .vd-sm-horz .vd-sortable-placeholder.vd-force-dimensions,
  .vd-sm-horz [vd-type="link"].vd-force-dimensions,
  .vd-sm-horz [vd-link="true"].vd-force-dimensions {
    min-width: 100px !important;
    min-height: 50px !important;
  }
  .vd-sm-horz.vd-c-sm-stretch {
    display: flex;
  }
  .vd-sm-horz.vd-c-sm-stretch div,
  .vd-sm-horz.vd-c-sm-stretch a,
  .vd-sm-horz.vd-c-sm-stretch p,
  .vd-sm-horz.vd-c-sm-stretch span,
  .vd-sm-horz.vd-c-sm-stretch h1,
  .vd-sm-horz.vd-c-sm-stretch h2,
  .vd-sm-horz.vd-c-sm-stretch h3,
  .vd-sm-horz.vd-c-sm-stretch h4,
  .vd-sm-horz.vd-c-sm-stretch h5,
  .vd-sm-horz.vd-c-sm-stretch h6 {
    display: flex;
    align-self: stretch;
  }
  .vd-sm-horz.vd-c-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .vd-sm-horz.vd-c-center {
    -webkit-justify-content: center;
    justify-content: center;
    text-justify: center;
  }
  .vd-sm-horz.vd-c-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .vd-sm-horz.vd-c-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
  }
  .vd-sm-horz.vd-c-middle {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
  }
  .vd-sm-horz.vd-c-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
  }
  .vd-sm-horz.vd-c-sm-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .vd-sm-horz.vd-c-sm-center {
    -webkit-justify-content: center;
    justify-content: center;
    text-justify: center;
  }
  .vd-sm-horz.vd-c-sm-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .vd-sm-horz.vd-c-sm-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
  }
  .vd-sm-horz.vd-c-sm-middle {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
  }
  .vd-sm-horz.vd-c-sm-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
  }
  .vd-sm-horz.vd-c-stretch.vd-c-top * {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
  }
  .vd-sm-horz.vd-c-stretch.vd-c-middle * {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
  }
  .vd-sm-horz.vd-c-stretch.vd-c-bottom * {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
  }
  .vd-sm-horz.vd-c-stretch.vd-c-sm-top * {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
  }
  .vd-sm-horz.vd-c-stretch.vd-c-sm-middle * {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
  }
  .vd-sm-horz.vd-c-stretch.vd-c-sm-bottom * {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
  }
}
body.vd-rmobile .vd-xs-horz {
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 0;
}
body.vd-rmobile .vd-xs-horz > [vd-type] {
  margin: 0px 10px;
}
body.vd-rmobile .vd-xs-horz > img,
body.vd-rmobile .vd-xs-horz > video,
body.vd-rmobile .vd-xs-horz > audio,
body.vd-rmobile .vd-xs-horz a > img {
  height: 50px;
  width: auto;
}
body.vd-rmobile .vd-xs-horz .vd-sortable-placeholder {
  width: 75px;
  height: 20px;
}
body.vd-rmobile .vd-xs-horz.vd-force-dimensions {
  min-width: 100px !important;
}
body.vd-rmobile .vd-xs-horz .vd-row-widget > .vd-column-widget.vd-force-dimensions,
body.vd-rmobile .vd-xs-horz .vd-row-widget > .vd-slide.vd-force-dimensions,
body.vd-rmobile .vd-xs-horz .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
body.vd-rmobile .vd-xs-horz > .vd-container-widget,
body.vd-rmobile .vd-xs-horz > .vd-bullet-cnt-widget,
body.vd-rmobile .vd-xs-horz > .vd-nav-cnt-widget,
body.vd-rmobile .vd-xs-horz > .vd-dd-cnt-widget,
body.vd-rmobile .vd-xs-horz > .vd-mm-row-widget {
  width: auto;
  margin: 0;
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-left > .vd-container-widget:last-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-left > .vd-bullet-cnt-widget:last-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-left > .vd-nav-cnt-widget:last-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-left > .vd-dd-cnt-widget:last-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-left > .vd-mm-row-widget:last-child {
  flex: 1;
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-right > .vd-container-widget:first-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-right > .vd-bullet-cnt-widget:first-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-right > .vd-nav-cnt-widget:first-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-right > .vd-dd-cnt-widget:first-child,
body.vd-rmobile .vd-xs-horz.vd-c-xs-right > .vd-mm-row-widget:first-child {
  flex: 1;
}
body.vd-rmobile .vd-xs-horz [vd-type].vd-force-dimensions,
body.vd-rmobile .vd-xs-horz .vd-sortable-placeholder.vd-force-dimensions,
body.vd-rmobile .vd-xs-horz [vd-type="link"].vd-force-dimensions,
body.vd-rmobile .vd-xs-horz [vd-link="true"].vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch {
  display: flex;
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch div,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch a,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch p,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch span,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch h1,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch h2,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch h3,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch h4,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch h5,
body.vd-rmobile .vd-xs-horz.vd-c-xs-stretch h6 {
  display: flex;
  align-self: stretch;
}
body.vd-rmobile .vd-xs-horz.vd-c-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
body.vd-rmobile .vd-xs-horz.vd-c-center {
  -webkit-justify-content: center;
  justify-content: center;
  text-justify: center;
}
body.vd-rmobile .vd-xs-horz.vd-c-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
body.vd-rmobile .vd-xs-horz.vd-c-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-middle {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-sm-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
body.vd-rmobile .vd-xs-horz.vd-c-sm-center {
  -webkit-justify-content: center;
  justify-content: center;
  text-justify: center;
}
body.vd-rmobile .vd-xs-horz.vd-c-sm-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
body.vd-rmobile .vd-xs-horz.vd-c-sm-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-sm-middle {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-sm-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-center {
  -webkit-justify-content: center;
  justify-content: center;
  text-justify: center;
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-middle {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-xs-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
  /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-top * {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-middle * {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-bottom * {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-sm-top * {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-sm-middle * {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-sm-bottom * {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-xs-top * {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  vertical-align: top;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-xs-middle * {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  vertical-align: middle;
}
body.vd-rmobile .vd-xs-horz.vd-c-stretch.vd-c-xs-bottom * {
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  vertical-align: bottom;
}
@media (max-width: 479px) {
  .vd-xs-horz {
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0;
  }
  .vd-xs-horz > [vd-type] {
    margin: 0px 10px;
  }
  .vd-xs-horz > img,
  .vd-xs-horz > video,
  .vd-xs-horz > audio,
  .vd-xs-horz a > img {
    height: 50px;
    width: auto;
  }
  .vd-xs-horz .vd-sortable-placeholder {
    width: 75px;
    height: 20px;
  }
  .vd-xs-horz.vd-force-dimensions {
    min-width: 100px !important;
  }
  .vd-xs-horz .vd-row-widget > .vd-column-widget.vd-force-dimensions,
  .vd-xs-horz .vd-row-widget > .vd-slide.vd-force-dimensions,
  .vd-xs-horz .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
    min-width: 100px !important;
    min-height: 50px !important;
  }
  .vd-xs-horz > .vd-container-widget,
  .vd-xs-horz > .vd-bullet-cnt-widget,
  .vd-xs-horz > .vd-nav-cnt-widget,
  .vd-xs-horz > .vd-dd-cnt-widget,
  .vd-xs-horz > .vd-mm-row-widget {
    width: auto;
    margin: 0;
  }
  .vd-xs-horz.vd-c-xs-left > .vd-container-widget:last-child,
  .vd-xs-horz.vd-c-xs-left > .vd-bullet-cnt-widget:last-child,
  .vd-xs-horz.vd-c-xs-left > .vd-nav-cnt-widget:last-child,
  .vd-xs-horz.vd-c-xs-left > .vd-dd-cnt-widget:last-child,
  .vd-xs-horz.vd-c-xs-left > .vd-mm-row-widget:last-child {
    flex: 1;
  }
  .vd-xs-horz.vd-c-xs-right > .vd-container-widget:first-child,
  .vd-xs-horz.vd-c-xs-right > .vd-bullet-cnt-widget:first-child,
  .vd-xs-horz.vd-c-xs-right > .vd-nav-cnt-widget:first-child,
  .vd-xs-horz.vd-c-xs-right > .vd-dd-cnt-widget:first-child,
  .vd-xs-horz.vd-c-xs-right > .vd-mm-row-widget:first-child {
    flex: 1;
  }
  .vd-xs-horz [vd-type].vd-force-dimensions,
  .vd-xs-horz .vd-sortable-placeholder.vd-force-dimensions,
  .vd-xs-horz [vd-type="link"].vd-force-dimensions,
  .vd-xs-horz [vd-link="true"].vd-force-dimensions {
    min-width: 100px !important;
    min-height: 50px !important;
  }
  .vd-xs-horz.vd-c-xs-stretch {
    display: flex;
  }
  .vd-xs-horz.vd-c-xs-stretch div,
  .vd-xs-horz.vd-c-xs-stretch a,
  .vd-xs-horz.vd-c-xs-stretch p,
  .vd-xs-horz.vd-c-xs-stretch span,
  .vd-xs-horz.vd-c-xs-stretch h1,
  .vd-xs-horz.vd-c-xs-stretch h2,
  .vd-xs-horz.vd-c-xs-stretch h3,
  .vd-xs-horz.vd-c-xs-stretch h4,
  .vd-xs-horz.vd-c-xs-stretch h5,
  .vd-xs-horz.vd-c-xs-stretch h6 {
    display: flex;
    align-self: stretch;
  }
  .vd-xs-horz.vd-c-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .vd-xs-horz.vd-c-center {
    -webkit-justify-content: center;
    justify-content: center;
    text-justify: center;
  }
  .vd-xs-horz.vd-c-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .vd-xs-horz.vd-c-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
  }
  .vd-xs-horz.vd-c-middle {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
  }
  .vd-xs-horz.vd-c-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
  }
  .vd-xs-horz.vd-c-sm-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .vd-xs-horz.vd-c-sm-center {
    -webkit-justify-content: center;
    justify-content: center;
    text-justify: center;
  }
  .vd-xs-horz.vd-c-sm-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .vd-xs-horz.vd-c-sm-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
  }
  .vd-xs-horz.vd-c-sm-middle {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
  }
  .vd-xs-horz.vd-c-sm-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
  }
  .vd-xs-horz.vd-c-xs-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .vd-xs-horz.vd-c-xs-center {
    -webkit-justify-content: center;
    justify-content: center;
    text-justify: center;
  }
  .vd-xs-horz.vd-c-xs-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .vd-xs-horz.vd-c-xs-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-top();
  }*/
  }
  .vd-xs-horz.vd-c-xs-middle {
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-middle();
  }*/
  }
  .vd-xs-horz.vd-c-xs-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
    /*&.vd-c@{device}stretch * {
		display: flex;
  	.h-bottom();
  }*/
  }
  .vd-xs-horz.vd-c-stretch.vd-c-top * {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-middle * {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-bottom * {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-sm-top * {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-sm-middle * {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-sm-bottom * {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-xs-top * {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    vertical-align: top;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-xs-middle * {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    vertical-align: middle;
  }
  .vd-xs-horz.vd-c-stretch.vd-c-xs-bottom * {
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    vertical-align: bottom;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-hr-widget {
  width: 100%;
  margin: 2px 0px;
  padding: 2px 0;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-icon-widget {
  min-width: auto !important;
  display: initial !important;
  /*display: flex !important;*/
}
.vd-icon-widget i,
.vd-icon-widget span {
  vertical-align: middle;
  display: inline-block;
  min-width: auto !important;
  display: initial !important;
}
.vd-icon-widget > i {
  padding: 0px 3px;
  margin-top: -2px;
}
.vd-icon-widget i.reverse {
  transform: rotate(90deg) scaleX(-1);
}
.vd-icon-widget i.reverse-180 {
  transform: rotate(180deg) scaleX(-1);
}
.vd-icon-responsive-style .vd-icon-widget {
  padding: 0 2px;
}
body.vd-rtablet .vd-icon-widget,
body.vd-rmobile .vd-icon-widget {
  padding: 0 2px;
}
@media (max-width: 479px), (max-width: 768px) {
  .vd-icon-widget {
    padding: 0 2px;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-icontxt-widget {
  min-width: auto !important;
  display: initial !important;
  /*display: flex !important;*/
  display: inline-flex !important;
  margin: 0px 2px;
}
.vd-icontxt-widget i,
.vd-icontxt-widget span {
  vertical-align: middle;
  display: inline-block;
  min-width: auto !important;
  display: initial !important;
}
.vd-icontxt-widget > i {
  padding: 0px 3px;
  margin-top: -2px;
}
.vd-icontxt-widget i.reverse {
  transform: rotate(90deg) scaleX(-1);
}
.vd-icontxt-widget i.reverse-180 {
  transform: rotate(180deg) scaleX(-1);
}
.vd-icontxt-widget:first-child {
  margin-right: 6px;
}
.vd-icontxt-widget:last-child {
  margin-left: 6px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-img-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.vd-img-widget .vd-overlay,
.vd-img-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-img-widget .vd-overlay {
  pointer-events: none;
}
.vd-img-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-img-widget .vd-click-overlay {
  z-index: 999;
}
.vd-img-widget.vd-hidden {
  display: none !important;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-row-widget,
.vd-nav-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  padding: 20px;
  width: 100%;
  /* Important so inner columns show centred */
  margin: 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  /*&.vd-left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

&.vd-center {
	-webkit-justify-content: center;
	justify-content: center;
}

&.vd-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}*/
}
.vd-row-widget .vd-overlay,
.vd-row-widget .vd-click-overlay,
.vd-nav-widget .vd-overlay,
.vd-nav-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-row-widget .vd-overlay,
.vd-nav-widget .vd-overlay {
  pointer-events: none;
}
.vd-row-widget .vd-overlay [vd-type],
.vd-nav-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-row-widget .vd-click-overlay,
.vd-nav-widget .vd-click-overlay {
  z-index: 999;
}
.vd-row-widget.vd-hidden,
.vd-nav-widget.vd-hidden {
  display: none !important;
}
.vd-row-widget .vd-row-widget,
.vd-nav-widget .vd-nav-widget {
  margin-right: 0;
  margin-left: 0;
}
.vd-row-responsive-style .vd-row-widget,
.vd-row-responsive-style .vd-nav-widget {
  padding: 2px;
}
body.vd-rtablet .vd-row-widget,
body.vd-rmobile .vd-row-widget,
body.vd-rtablet .vd-nav-widget,
body.vd-rmobile .vd-nav-widget {
  padding: 2px;
}
@media (max-width: 479px), (max-width: 768px) {
  .vd-row-widget,
  .vd-nav-widget {
    padding: 2px;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-section-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
}
.vd-section-widget .vd-overlay,
.vd-section-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-section-widget .vd-overlay {
  pointer-events: none;
}
.vd-section-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-section-widget .vd-click-overlay {
  z-index: 999;
}
.vd-section-widget.vd-hidden {
  display: none !important;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-text-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  margin: 0;
  padding: 10px 0px;
}
.vd-text-widget .vd-overlay,
.vd-text-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-text-widget .vd-overlay {
  pointer-events: none;
}
.vd-text-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-text-widget .vd-click-overlay {
  z-index: 999;
}
.vd-text-widget.vd-hidden {
  display: none !important;
}
.vd-text-widget:empty,
.vd-text-widget > *:empty {
  min-width: 25px;
  display: block;
}
.vd-text-widget,
.vd-text-widget * {
  word-break: normal;
}
.vd-text-widget .vd-icon-widget,
.vd-text-widget .vd-icontxt-widget {
  display: inline-block;
  margin: 0px 2px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-btn-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  margin: 0 auto;
  cursor: pointer;
}
.vd-btn-widget .vd-overlay,
.vd-btn-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-btn-widget .vd-overlay {
  pointer-events: none;
}
.vd-btn-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-btn-widget .vd-click-overlay {
  z-index: 999;
}
.vd-btn-widget.vd-hidden {
  display: none !important;
}
.vd-btn-widget:empty,
.vd-btn-widget > *:empty {
  min-width: 25px;
  display: block;
}
.vd-menu-btn {
  box-sizing: border-box;
  background-color: #e41b51;
  color: #fff;
  margin: 1px;
  position: relative !important;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 53px;
  min-width: 56px;
  text-align: center;
}
.vd-menu-btn:hover,
.vd-menu-btn:active,
.vd-menu-btn:visited,
.vd-menu-btn:focus {
  color: #fff;
  background-color: #FF0072;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-video-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  padding: 5px;
  width: 100%;
  text-align: center;
}
.vd-video-widget .vd-overlay,
.vd-video-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-video-widget .vd-overlay {
  pointer-events: none;
}
.vd-video-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-video-widget .vd-click-overlay {
  z-index: 999;
}
.vd-video-widget.vd-hidden {
  display: none !important;
}
.vd-video-widget:empty,
.vd-video-widget > *:empty {
  min-width: 25px;
  display: block;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-audio-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  text-align: center;
  width: 100%;
  padding: 5px;
}
.vd-audio-widget .vd-overlay,
.vd-audio-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-audio-widget .vd-overlay {
  pointer-events: none;
}
.vd-audio-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-audio-widget .vd-click-overlay {
  z-index: 999;
}
.vd-audio-widget.vd-hidden {
  display: none !important;
}
.vd-audio-widget:empty,
.vd-audio-widget > *:empty {
  min-width: 25px;
  display: block;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-svg-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  width: 100%;
}
.vd-svg-widget .vd-overlay,
.vd-svg-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-svg-widget .vd-overlay {
  pointer-events: none;
}
.vd-svg-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-svg-widget .vd-click-overlay {
  z-index: 999;
}
.vd-svg-widget.vd-hidden {
  display: none !important;
}
.vd-svg-widget.vd-divider {
  position: absolute;
  left: 0px;
  line-height: 0;
  direction: ltr;
}
.vd-svg-widget.vd-divider-top {
  top: 0px;
}
.vd-svg-widget.vd-divider-bottom {
  bottom: 0px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-modal-widget {
  position: static !important;
  /* override .vd-release making this position: relative; */
}
.vd-modal-widget.vd-modal-sml .modal-frame {
  width: 250px !important;
  text-align: center;
}
.vd-modal-widget .vd-modal-open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vd-modal-widget .vd-input-full {
  width: 100%;
}
.vd-modal-widget .vd-close-button {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  width: 1.1em !important;
  height: 1.1em !important;
  cursor: pointer !important;
}
.vd-modal-widget .vd-modal-close:after,
.vd-modal-widget .vd-modal-close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}
.vd-modal-widget .vd-modal-close:hover:after,
.vd-modal-widget .vd-modal-close:hover:before {
  background: #aaa;
}
.vd-modal-widget .vd-modal-close:before {
  transform: rotate(-45deg);
}
.vd-modal-widget .vd-close-modal {
  display: none !important;
}
.vd-modal-widget .vd-open-modal:checked ~ .vd-modal-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vd-modal-widget .vd-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 2, 2, 0.8);
  z-index: 150001;
}
.vd-modal-widget .vd-modal-container .vd-modal-frame {
  width: 50%;
  /*height:50%;*/
  background-color: #fff;
  border-radius: 1px;
  padding: 15px 30px;
  min-width: 500px !important;
  height: initial !important;
  text-align: center;
}
.vd-modal-widget .vd-modal-container .vd-modal-frame .vd-modal-header {
  text-align: center;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.vd-modal-widget .vd-modal-container .vd-modal-frame .vd-modal-header h3 {
  margin-bottom: 0px;
}
.vd-modal-widget .vd-modal-container .vd-modal-frame .vd-modal-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.vd-modal-default {
  /*.pure-g >[class*="pure-u"] {
  margin: 10px 0;
}*/
}
.vd-modal-default .vd-modal-container .vd-modal-frame {
  width: 550px;
}
.vd-modal-default .vd-row-widget,
.vd-modal-default .vd-nav-widget {
  padding: 0;
}
.vd-modal-default input,
.vd-modal-default textarea,
.vd-modal-default select,
.vd-modal-default option {
  border-radius: 1px !important;
}
.vd-modal-default label {
  margin-bottom: 5px !important;
}
.vd-modal-default .vd-submit-btn {
  text-align: center;
  margin-bottom: 0px !important;
}
.vd-modal-default .vd-submit-btn span {
  line-height: 25px;
  float: right;
  margin-left: 10px;
}
.vd-modal-default .output {
  text-align: center;
  padding-top: 10px;
}
.vd-modal-default .output span.error {
  color: red;
}
.vd-modal-default .output span.success {
  color: green;
}
.vd-modal-default #vd-message {
  padding: 15px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-html-widget {
  width: 100%;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-form input,
.vd-form select,
.vd-form textarea {
  padding: 10px;
  /*margin: 10px 5px;*/
  margin: 3px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 1px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif;
  line-height: normal;
}
.vd-form input:focus,
.vd-form select:focus,
.vd-form textarea:focus {
  border-color: red;
}
.vd-form input:valid,
.vd-form select:valid,
.vd-form textarea:valid {
  border-color: #ccc;
}
.vd-form label {
  padding: 3px 5px;
}
.vd-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.vd-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.vd-form button,
.vd-form input[type="button"],
.vd-form input[type="reset"],
.vd-form input[type="submit"],
.vd-form input[type="cancel"] {
  font-family: inherit;
  /*font-size: 100%;*/
  padding: 0.5em 1em;
  border: none rgba(0, 0, 0, 0);
  text-decoration: none;
  border-radius: 2px;
  -webkit-appearance: button;
  cursor: pointer;
  display: flex;
  font-size: 16px;
}
.vd-form .vd-row-widget,
.vd-form .vd-column-widget,
.vd-form .vd-slide,
.vd-form .vd-nav-widget {
  padding: 0;
}
.vd-form .vd-menu-btn {
  /*white-space: nowrap;*/
  /*display: flex;*/
  align-items: center;
}
.vd-form.vd-lrg input,
.vd-form.vd-lrg select,
.vd-form.vd-lrg textarea {
  margin: 10px 5px;
}
.vd-form.vd-lrg label {
  padding: 5px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
/*@import (less) "node_modules/magic.css/dist/magic.css";*/
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*TODO: create animations for each device eg .vd-slide-v-d-tablet .vd-slide-v-d-mobile */
/*
Possible solution

For each animation expand its keyframes @100% {
visibility: hidden;
position: absolute;
height: 0;
padding: 0;
}

BUT also need to make vd.release and .vd-nav-widget overflow: hidden;
*/
.vd-slide-v-u {
  /*.animate__animated;
.animate__slideOutDown;*/
}
.vd-slide-v-u.vd-triggered {
  /*.animate__slideInUp;*/
}
.vd-slide-v-d-old {
  /*.magictime;
.slideUp;*/
  /*.animate__animated;*/
  /*.animate__slideOutUp;*/
  /*.vdslideOutUp;*/
}
.vd-slide-v-d-old.vd-triggered {
  /*.slideUpReturn;*/
  /*.animate__slideInDown;*/
}
.vd-slide-v-d {
  overflow: hidden !important;
  max-height: 0 !important;
  transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vd-slide-v-d.vd-triggered {
  max-height: 9999px !important;
  overflow: visible !important;
  /*overflow-y: scroll !important;*/
}
.vd-slide-v-d:not(.vd-triggered) {
  padding: 0 !important;
  border: none !important;
}
.vd-slide-h-l {
  /*.animate__animated;
.animate__slideOutLeft;*/
}
.vd-slide-h-l.vd-triggered {
  /*.animate__slideInLeft;*/
}
.vd-slide-h-r {
  /*.animate__animated;
.animate__slideOutRight;*/
}
.vd-slide-h-r.vd-triggered {
  /*.animate__slideInRight;*/
}
.vd-fade-in {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.vd-fade-in.vd-triggered {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.vd-fade-in-down {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.vd-fade-in-down.vd-triggered {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.vd-fade-in-up {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.vd-fade-in-up.vd-triggered {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.vd-fade-in-left {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.vd-fade-in-left.vd-triggered {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.vd-fade-in-right {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.vd-fade-in-right.vd-triggered {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.vd-flip-in-x {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.vd-flip-in-x.vd-triggered {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.vd-flip-in-y {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
.vd-flip-in-y.vd-triggered {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.disable-anim {
  -webkit-animation-name: none;
  animation-name: none;
}
.disable-anim.vd-slide-v-d {
  max-height: 100vh !important;
  overflow: visible !important;
  padding: initial !important;
}
@media (min-width: 769px) {
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-desktop-no-anim {
    -webkit-animation-name: none;
    animation-name: none;
  }
  body:not(.vd-rtablet):not(.vd-rmobile) .vd-desktop-no-anim.vd-slide-v-d {
    max-height: 100vh !important;
    overflow: visible !important;
    padding: initial !important;
  }
}
body.vd-rtablet .vd-tablet-no-anim {
  -webkit-animation-name: none;
  animation-name: none;
}
body.vd-rtablet .vd-tablet-no-anim.vd-slide-v-d {
  max-height: 100vh !important;
  overflow: visible !important;
  padding: initial !important;
}
@media (max-width: 768px) and (min-width: 415px) {
  .vd-tablet-no-anim {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .vd-tablet-no-anim.vd-slide-v-d {
    max-height: 100vh !important;
    overflow: visible !important;
    padding: initial !important;
  }
}
body.vd-rmobile .vd-mobile-no-anim {
  -webkit-animation-name: none;
  animation-name: none;
}
body.vd-rmobile .vd-mobile-no-anim.vd-slide-v-d {
  max-height: 100vh !important;
  overflow: visible !important;
  padding: initial !important;
}
@media (max-width: 479px) {
  .vd-mobile-no-anim {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .vd-mobile-no-anim.vd-slide-v-d {
    max-height: 100vh !important;
    overflow: visible !important;
    padding: initial !important;
  }
}
/* Columns */
.vd-1 {
  width: 100%;
  min-width: 100%;
}
.vd-2 {
  width: 91.66666667%;
  min-width: 91.66666667%;
}
.vd-3 {
  width: 83.33333333%;
  min-width: 83.33333333%;
}
.vd-4 {
  width: 75%;
  min-width: 75%;
}
.vd-5 {
  width: 66.66666667%;
  min-width: 66.66666667%;
}
.vd-6 {
  width: 58.33333333%;
  min-width: 58.33333333%;
}
.vd-7 {
  width: 50%;
  min-width: 50%;
}
.vd-8 {
  width: 41.66666667%;
  min-width: 41.66666667%;
}
.vd-9 {
  width: 33.33333333%;
  min-width: 33.33333333%;
}
.vd-10 {
  width: 25%;
  min-width: 25%;
}
.vd-11 {
  width: 16.66666667%;
  min-width: 16.66666667%;
}
.vd-12 {
  width: 8.33333333%;
  min-width: 8.33333333%;
}
body.vd-rtablet .vd-sm-1 {
  width: 100%;
  min-width: 100%;
}
body.vd-rtablet .vd-sm-2 {
  width: 91.66666667%;
  min-width: 91.66666667%;
}
body.vd-rtablet .vd-sm-3 {
  width: 83.33333333%;
  min-width: 83.33333333%;
}
body.vd-rtablet .vd-sm-4 {
  width: 75%;
  min-width: 75%;
}
body.vd-rtablet .vd-sm-5 {
  width: 66.66666667%;
  min-width: 66.66666667%;
}
body.vd-rtablet .vd-sm-6 {
  width: 58.33333333%;
  min-width: 58.33333333%;
}
body.vd-rtablet .vd-sm-7 {
  width: 50%;
  min-width: 50%;
}
body.vd-rtablet .vd-sm-8 {
  width: 41.66666667%;
  min-width: 41.66666667%;
}
body.vd-rtablet .vd-sm-9 {
  width: 33.33333333%;
  min-width: 33.33333333%;
}
body.vd-rtablet .vd-sm-10 {
  width: 25%;
  min-width: 25%;
}
body.vd-rtablet .vd-sm-11 {
  width: 16.66666667%;
  min-width: 16.66666667%;
}
body.vd-rtablet .vd-sm-12 {
  width: 8.33333333%;
  min-width: 8.33333333%;
}
@media (max-width: 768px) {
  .vd-sm-1 {
    width: 100%;
    min-width: 100%;
  }
  .vd-sm-2 {
    width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .vd-sm-3 {
    width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .vd-sm-4 {
    width: 75%;
    min-width: 75%;
  }
  .vd-sm-5 {
    width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .vd-sm-6 {
    width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .vd-sm-7 {
    width: 50%;
    min-width: 50%;
  }
  .vd-sm-8 {
    width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .vd-sm-9 {
    width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .vd-sm-10 {
    width: 25%;
    min-width: 25%;
  }
  .vd-sm-11 {
    width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .vd-sm-12 {
    width: 8.33333333%;
    min-width: 8.33333333%;
  }
}
body.vd-rmobile .vd-xs-1 {
  width: 100%;
  min-width: 100%;
}
body.vd-rmobile .vd-xs-2 {
  width: 91.66666667%;
  min-width: 91.66666667%;
}
body.vd-rmobile .vd-xs-3 {
  width: 83.33333333%;
  min-width: 83.33333333%;
}
body.vd-rmobile .vd-xs-4 {
  width: 75%;
  min-width: 75%;
}
body.vd-rmobile .vd-xs-5 {
  width: 66.66666667%;
  min-width: 66.66666667%;
}
body.vd-rmobile .vd-xs-6 {
  width: 58.33333333%;
  min-width: 58.33333333%;
}
body.vd-rmobile .vd-xs-7 {
  width: 50%;
  min-width: 50%;
}
body.vd-rmobile .vd-xs-8 {
  width: 41.66666667%;
  min-width: 41.66666667%;
}
body.vd-rmobile .vd-xs-9 {
  width: 33.33333333%;
  min-width: 33.33333333%;
}
body.vd-rmobile .vd-xs-10 {
  width: 25%;
  min-width: 25%;
}
body.vd-rmobile .vd-xs-11 {
  width: 16.66666667%;
  min-width: 16.66666667%;
}
body.vd-rmobile .vd-xs-12 {
  width: 8.33333333%;
  min-width: 8.33333333%;
}
@media (max-width: 479px) {
  .vd-xs-1 {
    width: 100%;
    min-width: 100%;
  }
  .vd-xs-2 {
    width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .vd-xs-3 {
    width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .vd-xs-4 {
    width: 75%;
    min-width: 75%;
  }
  .vd-xs-5 {
    width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .vd-xs-6 {
    width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .vd-xs-7 {
    width: 50%;
    min-width: 50%;
  }
  .vd-xs-8 {
    width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .vd-xs-9 {
    width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .vd-xs-10 {
    width: 25%;
    min-width: 25%;
  }
  .vd-xs-11 {
    width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .vd-xs-12 {
    width: 8.33333333%;
    min-width: 8.33333333%;
  }
}
/*.vd-section-widget {*/
.vd-section-container {
  max-width: 1170px !important;
  margin: 0 auto;
}
/*}*/
.vd-row-widget,
.vd-nav-widget {
  display: flex;
  -webkit-flex-flow: row wrap;
  /* Safari 6.1+ */
  flex-flow: row wrap;
  /* Required to make columns display correctly on iOS & MacOS */
  /* // fix pure-g causing text to squash on mobile view
* {
	letter-spacing: normal; 
	word-spacing: normal; 
}*/
}
.vd-row-widget.vd-triggered,
.vd-nav-widget.vd-triggered {
  display: flex !important;
}
.vd-row-widget:before,
.vd-row-widget:after,
.vd-nav-widget:before,
.vd-nav-widget:after {
  display: none;
}
.vd-btn-widget {
  margin: 0;
  padding: 10px 0px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-slider-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  position: relative;
}
.vd-slider-widget .vd-overlay,
.vd-slider-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-slider-widget .vd-overlay {
  pointer-events: none;
}
.vd-slider-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-slider-widget .vd-click-overlay {
  z-index: 999;
}
.vd-slider-widget.vd-hidden {
  display: none !important;
}
.vd-slider-widget > .vd-row-widget,
.vd-slider-widget > .vd-nav-widget {
  position: relative;
  width: 100%;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: initial;
  /* Must override row widget styling */
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  transition-duration: 500ms;
  scroll-snap-type: x mandatory;
  /*border: solid 1px blue;*/
  padding: 0px !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vd-slider-widget > .vd-row-widget::-webkit-scrollbar,
.vd-slider-widget > .vd-nav-widget::-webkit-scrollbar {
  display: none;
}
.vd-slider-widget > .vd-row-widget.vd-vert,
.vd-slider-widget > .vd-row-widget.vd-sm-vert,
.vd-slider-widget > .vd-row-widget.vd-xs-vert,
.vd-slider-widget > .vd-nav-widget.vd-vert,
.vd-slider-widget > .vd-nav-widget.vd-sm-vert,
.vd-slider-widget > .vd-nav-widget.vd-xs-vert {
  flex-direction: column;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 200px;
}
.vd-slider-widget > .vd-row-widget.vd-vert > .vd-column-widget,
.vd-slider-widget > .vd-row-widget.vd-sm-vert > .vd-column-widget,
.vd-slider-widget > .vd-row-widget.vd-xs-vert > .vd-column-widget,
.vd-slider-widget > .vd-row-widget.vd-vert > .vd-slide,
.vd-slider-widget > .vd-row-widget.vd-sm-vert > .vd-slide,
.vd-slider-widget > .vd-row-widget.vd-xs-vert > .vd-slide,
.vd-slider-widget > .vd-nav-widget.vd-vert > .vd-column-widget,
.vd-slider-widget > .vd-nav-widget.vd-sm-vert > .vd-column-widget,
.vd-slider-widget > .vd-nav-widget.vd-xs-vert > .vd-column-widget {
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}
.vd-slider-widget > .vd-row-widget:not(.vd-vert):not(.vd-sm-vert):not(.vd-xs-vert) > .vd-column-widget,
.vd-slider-widget > .vd-row-widget:not(.vd-vert):not(.vd-sm-vert):not(.vd-xs-vert) > .vd-slide,
.vd-slider-widget > .vd-nav-widget:not(.vd-vert):not(.vd-sm-vert):not(.vd-xs-vert) > .vd-column-widget {
  height: auto;
  min-height: auto;
}
.vd-slider-widget > .vd-row-widget > [vd-type],
.vd-slider-widget > .vd-nav-widget > [vd-type] {
  scroll-snap-align: center;
}
.vd-slider-widget .vd-overlay {
  background-color: transparent;
}
.vd-slider-widget .vd-slider-bullets {
  cursor: pointer;
}
.vd-slider-widget .vd-slider-bullets.vd-force-dimensions {
  min-height: 50px !important;
}
.vd-slider-widget .vd-slider-ar {
  cursor: pointer;
  margin: 0 5px;
  font-size: 35px;
}
.vd-slider-widget.vd-fullpage > .vd-row-widget,
.vd-slider-widget.vd-fullpage > .vd-nav-widget {
  height: 100vh;
  min-height: 100vh !important;
}
.vd-slider-widget.vd-fullpage > .vd-row-widget > .vd-column-widget,
.vd-slider-widget.vd-fullpage > .vd-row-widget > .vd-slide,
.vd-slider-widget.vd-fullpage > .vd-nav-widget > .vd-column-widget {
  min-width: 100% !important;
  height: 100vh;
  min-height: 100vh !important;
}
.vd-bullet-cnt-widget.vd-abs-left,
.vd-bullet-cnt-widget.vd-abs-right {
  width: auto !important;
  height: 100% !important;
}
.vd-bullet-cnt-widget > [vd-type] {
  margin: 5px 10px;
  padding: 3px;
}
.vd-slide {
  padding: 100px 40px;
  position: relative;
  /* So that vd-overlay's show correctly */
}
.vd-skip {
  display: none !important;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-wizard-widget {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  position: relative;
  /* Disallow swipe scroll slider: don't want to advance slides if not validated yet */
}
.vd-wizard-widget .vd-overlay,
.vd-wizard-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-wizard-widget .vd-overlay {
  pointer-events: none;
}
.vd-wizard-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-wizard-widget .vd-click-overlay {
  z-index: 999;
}
.vd-wizard-widget.vd-hidden {
  display: none !important;
}
.vd-wizard-widget > .vd-row-widget,
.vd-wizard-widget > .vd-nav-widget {
  position: relative;
  width: 100%;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: initial;
  /* Must override row widget styling */
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  transition-duration: 500ms;
  scroll-snap-type: x mandatory;
  /*border: solid 1px blue;*/
  padding: 0px !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vd-wizard-widget > .vd-row-widget::-webkit-scrollbar,
.vd-wizard-widget > .vd-nav-widget::-webkit-scrollbar {
  display: none;
}
.vd-wizard-widget > .vd-row-widget.vd-vert,
.vd-wizard-widget > .vd-row-widget.vd-sm-vert,
.vd-wizard-widget > .vd-row-widget.vd-xs-vert,
.vd-wizard-widget > .vd-nav-widget.vd-vert,
.vd-wizard-widget > .vd-nav-widget.vd-sm-vert,
.vd-wizard-widget > .vd-nav-widget.vd-xs-vert {
  flex-direction: column;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 200px;
}
.vd-wizard-widget > .vd-row-widget.vd-vert > .vd-column-widget,
.vd-wizard-widget > .vd-row-widget.vd-sm-vert > .vd-column-widget,
.vd-wizard-widget > .vd-row-widget.vd-xs-vert > .vd-column-widget,
.vd-wizard-widget > .vd-row-widget.vd-vert > .vd-slide,
.vd-wizard-widget > .vd-row-widget.vd-sm-vert > .vd-slide,
.vd-wizard-widget > .vd-row-widget.vd-xs-vert > .vd-slide,
.vd-wizard-widget > .vd-nav-widget.vd-vert > .vd-column-widget,
.vd-wizard-widget > .vd-nav-widget.vd-sm-vert > .vd-column-widget,
.vd-wizard-widget > .vd-nav-widget.vd-xs-vert > .vd-column-widget {
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}
.vd-wizard-widget > .vd-row-widget:not(.vd-vert):not(.vd-sm-vert):not(.vd-xs-vert) > .vd-column-widget,
.vd-wizard-widget > .vd-row-widget:not(.vd-vert):not(.vd-sm-vert):not(.vd-xs-vert) > .vd-slide,
.vd-wizard-widget > .vd-nav-widget:not(.vd-vert):not(.vd-sm-vert):not(.vd-xs-vert) > .vd-column-widget {
  height: auto;
  min-height: auto;
}
.vd-wizard-widget > .vd-row-widget > [vd-type],
.vd-wizard-widget > .vd-nav-widget > [vd-type] {
  scroll-snap-align: center;
}
.vd-wizard-widget .vd-overlay {
  background-color: transparent;
}
.vd-wizard-widget .vd-slider-bullets {
  cursor: pointer;
}
.vd-wizard-widget .vd-slider-bullets.vd-force-dimensions {
  min-height: 50px !important;
}
.vd-wizard-widget .vd-slider-ar {
  cursor: pointer;
  margin: 0 5px;
  font-size: 35px;
}
.vd-wizard-widget.vd-fullpage > .vd-row-widget,
.vd-wizard-widget.vd-fullpage > .vd-nav-widget {
  height: 100vh;
  min-height: 100vh !important;
}
.vd-wizard-widget.vd-fullpage > .vd-row-widget > .vd-column-widget,
.vd-wizard-widget.vd-fullpage > .vd-row-widget > .vd-slide,
.vd-wizard-widget.vd-fullpage > .vd-nav-widget > .vd-column-widget {
  min-width: 100% !important;
  height: 100vh;
  min-height: 100vh !important;
}
.vd-wizard-widget > .vd-row-widget,
.vd-wizard-widget > .vd-nav-widget {
  overflow-x: hidden;
}
.vd-wizard-widget > .vd-row-widget > .vd-column-widget.vd-force-dimensions,
.vd-wizard-widget > .vd-row-widget > .vd-slide.vd-force-dimensions,
.vd-wizard-widget > .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
  min-height: 450px !important;
}
.vd-wizard-widget .vd-prev,
.vd-wizard-widget .vd-next {
  padding: 10px;
  margin: 5px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-nav-widget {
  z-index: 999;
  margin: 0;
  /* Important so it fills the parent container width */
  /*position: relative;*/
  /*overflow: hidden;*/
}
.vd-nav-widget .vd-collapsable:nth-child(1) {
  z-index: 2500;
}
.vd-nav-widget .vd-collapsable:nth-child(2) {
  z-index: 2499;
}
.vd-nav-widget .vd-collapsable:nth-child(3) {
  z-index: 2498;
}
.vd-nav-widget .vd-collapsable:nth-child(4) {
  z-index: 2497;
}
.vd-nav-widget .vd-collapsable:nth-child(5) {
  z-index: 2496;
}
.vd-nav-widget .vd-collapsable:nth-child(6) {
  z-index: 2495;
}
.vd-nav-widget .vd-collapsable:nth-child(7) {
  z-index: 2494;
}
.vd-nav-widget .vd-collapsable:nth-child(8) {
  z-index: 2493;
}
.vd-nav-widget .vd-collapsable:nth-child(9) {
  z-index: 2492;
}
.vd-nav-widget .vd-collapsable:nth-child(10) {
  z-index: 2491;
}
.vd-nav-widget .vd-collapsable:nth-child(11) {
  z-index: 2490;
}
.vd-nav-widget .vd-collapsable:nth-child(12) {
  z-index: 2489;
}
.vd-nav-widget .vd-collapsable:nth-child(13) {
  z-index: 2488;
}
.vd-nav-widget .vd-collapsable:nth-child(14) {
  z-index: 2487;
}
.vd-nav-widget .vd-collapsable:nth-child(15) {
  z-index: 2486;
}
.vd-nav-widget .vd-collapsable:nth-child(16) {
  z-index: 2485;
}
.vd-nav-widget .vd-collapsable:nth-child(17) {
  z-index: 2484;
}
.vd-nav-widget .vd-collapsable:nth-child(18) {
  z-index: 2483;
}
.vd-nav-widget .vd-collapsable:nth-child(19) {
  z-index: 2482;
}
.vd-nav-widget .vd-collapsable:nth-child(20) {
  z-index: 2481;
}
.vd-nav-cnt-widget {
  z-index: 1999;
  padding: 0;
  /*&.vd-c-center {
  
}

&.vd-c-right {
  
}*/
}
.vd-nav-cnt-widget > [vd-type] {
  /*margin: 0px 10px;*/
  transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vd-nav-cnt-widget.vd-triggered.vd-collapsable {
  padding: 10px;
  /* Apply styling to inner collapsable widgets */
  /* Backwards compatibility for pre 1.2 */
}
.vd-nav-cnt-widget.vd-triggered.vd-collapsable .vd-collapsable {
  /*[vd-type="dd-cnt"]*/
  position: static;
  max-width: 100% !important;
  width: 100% !important;
  left: auto !important;
  right: auto !important;
  transform: translate3d(0, 0, 0) !important;
}
.vd-nav-cnt-widget.vd-triggered.vd-collapsable .vd-dropdown-widget > :first-child,
.vd-nav-cnt-widget.vd-triggered.vd-collapsable .vd-megamenu-widget > :first-child {
  height: auto;
}
.vd-nav-cnt-widget.vd-triggered.vd-collapsable.vd-pre-1-2 > [vd-type] {
  margin-left: 0px;
  margin-right: 0px;
}
.vd-nav-cnt-widget.vd-pre-1-2 {
  padding: 10px;
}
.vd-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.vd-nav-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 11999 !important;
}
.vd-widget-selected.vd-collapsable {
  border-color: #02b10a;
}
/* Tablet and mobile style*/
.vd-nav-responsive-style {
  /*.vd-nav-cnt-widget:not(.vd-collapsable) {
  position: relative;
}*/
}
.vd-nav-responsive-style .vd-nav-full-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.vd-nav-responsive-style .vd-collapsable {
  z-index: 999;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(1) {
  order: 979;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(2) {
  order: 980;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(3) {
  order: 981;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(4) {
  order: 982;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(5) {
  order: 983;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(6) {
  order: 984;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(7) {
  order: 985;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(8) {
  order: 986;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(9) {
  order: 987;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(10) {
  order: 988;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(11) {
  order: 989;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(12) {
  order: 990;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(13) {
  order: 991;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(14) {
  order: 992;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(15) {
  order: 993;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(16) {
  order: 994;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(17) {
  order: 996;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(18) {
  order: 997;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(19) {
  order: 998;
}
.vd-nav-responsive-style .vd-collapsable:nth-child(20) {
  order: 999;
}
body.vd-rtablet,
body.vd-rmobile {
  /*.vd-nav-cnt-widget:not(.vd-collapsable) {
  position: relative;
}*/
}
body.vd-rtablet .vd-nav-full-page,
body.vd-rmobile .vd-nav-full-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body.vd-rtablet .vd-collapsable,
body.vd-rmobile .vd-collapsable {
  z-index: 999;
}
body.vd-rtablet .vd-collapsable:nth-child(1),
body.vd-rmobile .vd-collapsable:nth-child(1) {
  order: 979;
}
body.vd-rtablet .vd-collapsable:nth-child(2),
body.vd-rmobile .vd-collapsable:nth-child(2) {
  order: 980;
}
body.vd-rtablet .vd-collapsable:nth-child(3),
body.vd-rmobile .vd-collapsable:nth-child(3) {
  order: 981;
}
body.vd-rtablet .vd-collapsable:nth-child(4),
body.vd-rmobile .vd-collapsable:nth-child(4) {
  order: 982;
}
body.vd-rtablet .vd-collapsable:nth-child(5),
body.vd-rmobile .vd-collapsable:nth-child(5) {
  order: 983;
}
body.vd-rtablet .vd-collapsable:nth-child(6),
body.vd-rmobile .vd-collapsable:nth-child(6) {
  order: 984;
}
body.vd-rtablet .vd-collapsable:nth-child(7),
body.vd-rmobile .vd-collapsable:nth-child(7) {
  order: 985;
}
body.vd-rtablet .vd-collapsable:nth-child(8),
body.vd-rmobile .vd-collapsable:nth-child(8) {
  order: 986;
}
body.vd-rtablet .vd-collapsable:nth-child(9),
body.vd-rmobile .vd-collapsable:nth-child(9) {
  order: 987;
}
body.vd-rtablet .vd-collapsable:nth-child(10),
body.vd-rmobile .vd-collapsable:nth-child(10) {
  order: 988;
}
body.vd-rtablet .vd-collapsable:nth-child(11),
body.vd-rmobile .vd-collapsable:nth-child(11) {
  order: 989;
}
body.vd-rtablet .vd-collapsable:nth-child(12),
body.vd-rmobile .vd-collapsable:nth-child(12) {
  order: 990;
}
body.vd-rtablet .vd-collapsable:nth-child(13),
body.vd-rmobile .vd-collapsable:nth-child(13) {
  order: 991;
}
body.vd-rtablet .vd-collapsable:nth-child(14),
body.vd-rmobile .vd-collapsable:nth-child(14) {
  order: 992;
}
body.vd-rtablet .vd-collapsable:nth-child(15),
body.vd-rmobile .vd-collapsable:nth-child(15) {
  order: 993;
}
body.vd-rtablet .vd-collapsable:nth-child(16),
body.vd-rmobile .vd-collapsable:nth-child(16) {
  order: 994;
}
body.vd-rtablet .vd-collapsable:nth-child(17),
body.vd-rmobile .vd-collapsable:nth-child(17) {
  order: 996;
}
body.vd-rtablet .vd-collapsable:nth-child(18),
body.vd-rmobile .vd-collapsable:nth-child(18) {
  order: 997;
}
body.vd-rtablet .vd-collapsable:nth-child(19),
body.vd-rmobile .vd-collapsable:nth-child(19) {
  order: 998;
}
body.vd-rtablet .vd-collapsable:nth-child(20),
body.vd-rmobile .vd-collapsable:nth-child(20) {
  order: 999;
}
@media (max-width: 479px), (max-width: 768px) {
  .vd-nav-full-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  .vd-collapsable {
    z-index: 999;
  }
  /*.vd-nav-cnt-widget:not(.vd-collapsable) {
  position: relative;
}*/
  .vd-collapsable:nth-child(1) {
    order: 979;
  }
  .vd-collapsable:nth-child(2) {
    order: 980;
  }
  .vd-collapsable:nth-child(3) {
    order: 981;
  }
  .vd-collapsable:nth-child(4) {
    order: 982;
  }
  .vd-collapsable:nth-child(5) {
    order: 983;
  }
  .vd-collapsable:nth-child(6) {
    order: 984;
  }
  .vd-collapsable:nth-child(7) {
    order: 985;
  }
  .vd-collapsable:nth-child(8) {
    order: 986;
  }
  .vd-collapsable:nth-child(9) {
    order: 987;
  }
  .vd-collapsable:nth-child(10) {
    order: 988;
  }
  .vd-collapsable:nth-child(11) {
    order: 989;
  }
  .vd-collapsable:nth-child(12) {
    order: 990;
  }
  .vd-collapsable:nth-child(13) {
    order: 991;
  }
  .vd-collapsable:nth-child(14) {
    order: 992;
  }
  .vd-collapsable:nth-child(15) {
    order: 993;
  }
  .vd-collapsable:nth-child(16) {
    order: 994;
  }
  .vd-collapsable:nth-child(17) {
    order: 996;
  }
  .vd-collapsable:nth-child(18) {
    order: 997;
  }
  .vd-collapsable:nth-child(19) {
    order: 998;
  }
  .vd-collapsable:nth-child(20) {
    order: 999;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-map-widget > iframe {
  width: 100%;
  height: 100%;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-c-left > .vd-dropdown-widget > .vd-collapsable {
  left: 0;
  right: auto;
  transform: initial;
}
.vd-c-center > .vd-dropdown-widget > .vd-collapsable {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.vd-c-right > .vd-dropdown-widget > .vd-collapsable {
  right: 0;
  left: auto;
  transform: initial;
}
.vd-dropdown-widget {
  position: relative;
  display: block !important;
  /*width: auto;*/
}
.vd-dropdown-widget > :first-child {
  display: inline-block;
  /*width: 100%;*/
  height: 100%;
}
.vd-dropdown-widget .vd-collapsable {
  position: absolute;
  top: 100%;
  z-index: 11999;
  width: auto;
  min-width: 150px;
  max-width: initial;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.vd-dropdown-widget .vd-collapsable > [vd-type] {
  align-self: stretch;
}
.vd-dropdown-widget.vd-c-left .vd-collapsable {
  left: 0;
}
.vd-dropdown-widget.vd-c-center .vd-collapsable {
  left: 50%;
  transform: translateX(-50%);
}
.vd-dropdown-widget.vd-c-right .vd-collapsable {
  right: 0;
}
.vd-collapsable:not(.vd-triggered) .vd-dropdown-widget.vd-dropdown-hover > :first-child:hover ~ .vd-collapsable,
.vd-collapsable:not(.vd-triggered) .vd-dropdown-widget.vd-dropdown-hover > .vd-collapsable:hover {
  display: flex !important;
  z-index: 12000;
}
/* Tablet and mobile style*/
.vd-dd-responsive-style .vd-dropdown-widget > :first-child {
  width: 100%;
}
body.vd-rtablet .vd-dropdown-widget > :first-child,
body.vd-rmobile .vd-dropdown-widget > :first-child {
  width: 100%;
}
@media (max-width: 479px), (max-width: 768px) {
  .vd-dropdown-widget > :first-child {
    width: 100%;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-megamenu-widget {
  position: relative;
  display: block !important;
  /*width: auto;*/
  position: static;
  display: block;
}
.vd-megamenu-widget > :first-child {
  display: inline-block;
  /*width: 100%;*/
  height: 100%;
}
.vd-megamenu-widget .vd-collapsable {
  position: absolute;
  top: 100%;
  z-index: 11999;
  width: auto;
  min-width: 150px;
  max-width: initial;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.vd-megamenu-widget .vd-collapsable > [vd-type] {
  align-self: stretch;
}
.vd-megamenu-widget.vd-c-left .vd-collapsable {
  left: 0;
}
.vd-megamenu-widget.vd-c-center .vd-collapsable {
  left: 50%;
  transform: translateX(-50%);
}
.vd-megamenu-widget.vd-c-right .vd-collapsable {
  right: 0;
}
.vd-megamenu-widget .vd-collapsable {
  left: 0;
  right: 0;
  width: 100%;
  top: auto;
  white-space: normal;
}
.vd-megamenu-widget .vd-collapsable .vd-section-container {
  width: 100% !important;
}
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-row-widget,
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-nav-widget {
  height: 100%;
  width: 100%;
}
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-row-widget.vd-force-dimensions,
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-nav-widget.vd-force-dimensions {
  min-height: 250px !important;
}
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-row-widget .vd-column-widget,
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-row-widget .vd-slide,
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-nav-widget .vd-column-widget {
  padding: 10px 20px;
}
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-row-widget .vd-header,
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-nav-widget .vd-header {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px;
}
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-row-widget .vd-btn-widget,
.vd-megamenu-widget .vd-collapsable .vd-section-container > .vd-nav-widget .vd-btn-widget {
  margin-left: 5px;
}
.vd-collapsable:not(.vd-triggered) .vd-megamenu-widget.vd-dropdown-hover > :first-child:hover ~ .vd-collapsable,
.vd-collapsable:not(.vd-triggered) .vd-megamenu-widget.vd-dropdown-hover > .vd-collapsable:hover {
  display: flex !important;
  /*.vd-triggered;*/
  z-index: 12000;
}
/* Tablet and mobile style*/
.vd-mm-responsive-style .vd-megamenu-widget > :first-child {
  width: 100%;
}
body.vd-rtablet .vd-megamenu-widget > :first-child,
body.vd-rmobile .vd-megamenu-widget > :first-child {
  width: 100%;
}
@media (max-width: 479px), (max-width: 768px) {
  .vd-megamenu-widget > :first-child {
    width: 100%;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-tab-widget {
  padding: 0;
}
.vd-tab-widget .vd-tabs-cnt {
  padding: 0;
}
.vd-tab-widget .vd-tabs-cnt > [vd-type] {
  padding-left: 10px;
  padding-right: 10px;
}
.vd-tab-widget .vd-tabs-cnt > [vd-type].vd-triggered {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
/*.vd-release * {
line-height: normal;
}*/
body.vd-tmpl-highlight .vd-menu-group:not(.vd-manager-menu) {
  display: none;
}
.vd-menu-group {
  z-index: 150000;
  /* Fix to top right */
  position: fixed;
  right: 5px;
  top: 5px;
  max-width: 60%;
}
.vd-menu-group .iris-picker {
  z-index: 150000;
}
.vd-menu {
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  display: flex;
  /*display: flex; // !important;*/
  flex-direction: column !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 0;
  animation: slideInFromBottom 0.5s 1 ease-out;
  -webkit-animation: slideInFromBottom 0.5s 1 ease-out;
  -moz-animation: slideInFromBottom 0.5s 1 ease-out;
  -ms-animation: slideInFromBottom 0.5s 1 ease-out;
  display: none;
  padding: 0;
}
.vd-menu input,
.vd-menu select,
.vd-menu textarea {
  padding: 10px;
  /*margin: 10px 5px;*/
  margin: 3px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 1px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif;
  line-height: normal;
}
.vd-menu input:focus,
.vd-menu select:focus,
.vd-menu textarea:focus {
  border-color: red;
}
.vd-menu input:valid,
.vd-menu select:valid,
.vd-menu textarea:valid {
  border-color: #ccc;
}
.vd-menu label {
  padding: 3px 5px;
}
.vd-menu legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.vd-menu fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.vd-menu button,
.vd-menu input[type="button"],
.vd-menu input[type="reset"],
.vd-menu input[type="submit"],
.vd-menu input[type="cancel"] {
  font-family: inherit;
  /*font-size: 100%;*/
  padding: 0.5em 1em;
  border: none rgba(0, 0, 0, 0);
  text-decoration: none;
  border-radius: 2px;
  -webkit-appearance: button;
  cursor: pointer;
  display: flex;
  font-size: 16px;
}
.vd-menu .vd-row-widget,
.vd-menu .vd-column-widget,
.vd-menu .vd-slide,
.vd-menu .vd-nav-widget {
  padding: 0;
}
.vd-menu .vd-menu-btn {
  /*white-space: nowrap;*/
  /*display: flex;*/
  align-items: center;
}
.vd-menu.vd-lrg input,
.vd-menu.vd-lrg select,
.vd-menu.vd-lrg textarea {
  margin: 10px 5px;
}
.vd-menu.vd-lrg label {
  padding: 5px;
}
.vd-menu .vd-overlay,
.vd-menu .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-menu .vd-overlay {
  pointer-events: none;
}
.vd-menu .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-menu .vd-click-overlay {
  z-index: 999;
}
.vd-menu.vd-hidden {
  display: none !important;
}
.vd-menu.vd-triggered {
  display: flex !important;
}
.vd-menu .vd-row-widget,
.vd-menu .vd-nav-widget {
  padding: 0px;
}
.vd-menu:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-menu:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-menu > img,
.vd-menu > video,
.vd-menu > audio,
.vd-menu a > img {
  height: 50px;
  width: auto;
}
.vd-menu .vd-sortable-placeholder {
  width: 75px;
  height: 20px;
}
.vd-menu.vd-force-dimensions {
  min-width: 100px !important;
}
.vd-menu .vd-row-widget > .vd-column-widget.vd-force-dimensions,
.vd-menu .vd-row-widget > .vd-slide.vd-force-dimensions,
.vd-menu .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-menu > .vd-container-widget,
.vd-menu > .vd-bullet-cnt-widget,
.vd-menu > .vd-nav-cnt-widget,
.vd-menu > .vd-dd-cnt-widget,
.vd-menu > .vd-mm-row-widget {
  width: auto;
  margin: 0;
}
.vd-menu.vd-c-base-left > .vd-container-widget:last-child,
.vd-menu.vd-c-base-left > .vd-bullet-cnt-widget:last-child,
.vd-menu.vd-c-base-left > .vd-nav-cnt-widget:last-child,
.vd-menu.vd-c-base-left > .vd-dd-cnt-widget:last-child,
.vd-menu.vd-c-base-left > .vd-mm-row-widget:last-child {
  flex: 1;
}
.vd-menu.vd-c-base-right > .vd-container-widget:first-child,
.vd-menu.vd-c-base-right > .vd-bullet-cnt-widget:first-child,
.vd-menu.vd-c-base-right > .vd-nav-cnt-widget:first-child,
.vd-menu.vd-c-base-right > .vd-dd-cnt-widget:first-child,
.vd-menu.vd-c-base-right > .vd-mm-row-widget:first-child {
  flex: 1;
}
.vd-menu [vd-type].vd-force-dimensions,
.vd-menu .vd-sortable-placeholder.vd-force-dimensions,
.vd-menu [vd-type="link"].vd-force-dimensions,
.vd-menu [vd-link="true"].vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-menu.vd-c-base-stretch {
  display: flex;
}
.vd-menu.vd-c-base-stretch div,
.vd-menu.vd-c-base-stretch a,
.vd-menu.vd-c-base-stretch p,
.vd-menu.vd-c-base-stretch span,
.vd-menu.vd-c-base-stretch h1,
.vd-menu.vd-c-base-stretch h2,
.vd-menu.vd-c-base-stretch h3,
.vd-menu.vd-c-base-stretch h4,
.vd-menu.vd-c-base-stretch h5,
.vd-menu.vd-c-base-stretch h6 {
  display: flex;
  align-self: stretch;
}
.vd-menu input,
.vd-menu select,
.vd-menu textarea,
.vd-menu ul,
.vd-menu .vd-slider,
.vd-menu .vd-input-cnt {
  /*&:extend(.vd-form input);*/
  min-height: 51px !important;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 1px;
  color: #555;
}
.vd-menu input,
.vd-menu select {
  height: 53px !important;
  width: auto;
  background-color: #fff !important;
}
.vd-menu textarea {
  min-height: 100px !important;
  resize: vertical;
  white-space: pre-line;
  width: auto;
  background-color: #fff !important;
}
.vd-menu .vd-input-cnt > * {
  display: inline-block;
}
.vd-menu .vd-slider {
  border-radius: 4px;
  border: 1px solid #aaa;
  background: #fff;
  font-size: 1.1em;
  position: relative;
  text-align: left;
}
.vd-menu .vd-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  width: 15px !important;
  height: 15px !important;
  background: none !important;
  background-color: #e41b51 !important;
  border-radius: 50% !important;
  border: solid 1px #fff;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  box-sizing: border-box;
}
.vd-menu .vd-slider:not(.ui-slider-vertical) {
  padding: 0px !important;
  width: 400px !important;
  max-width: 400px !important;
  margin: 20px 10px !important;
  height: 11px !important;
  min-height: 11px !important;
}
.vd-menu .vd-slider:not(.ui-slider-vertical) .ui-slider-handle {
  top: -3px !important;
  margin-left: -10px;
}
.vd-menu .vd-slider.ui-slider-vertical {
  padding: 0px !important;
  min-width: 11px !important;
  height: 350px !important;
  vertical-align: top !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
  top: 12px !important;
  width: 11px !important;
}
.vd-menu .vd-slider.ui-slider-vertical .ui-slider-handle {
  left: -3px !important;
  margin-bottom: -10px;
}
.vd-menu-show {
  display: flex;
}
.vd-menu .vd-menu-btn {
  align-self: flex-start;
  /*white-space: nowrap;*/
}
.vd-menu .vd-menu-btn.vd-pro::after {
  content: " PRO ";
  position: absolute;
  bottom: 5px;
  right: 0px;
  background-color: orange;
  color: #eee;
  font-weight: 900;
  text-align: center;
  transform: rotatez(-45deg);
  overflow: hidden;
  padding: 5px;
  font-size: 10px;
  clip-path: circle(45%);
  -webkit-clip-path: circle(45%);
  opacity: 0.65;
}
.vd-menu .vd-menu-btn:hover,
.vd-menu .vd-menu-btn:active,
.vd-menu .vd-menu-btn:visited,
.vd-menu .vd-menu-btn:focus {
  background-color: #FF0072;
}
.vd-menu .vd-menu-btn:hover.vd-pro::after,
.vd-menu .vd-menu-btn:active.vd-pro::after,
.vd-menu .vd-menu-btn:visited.vd-pro::after,
.vd-menu .vd-menu-btn:focus.vd-pro::after {
  opacity: 1;
}
.vd-menu .vd-menu-btn .iris-picker {
  position: absolute !important;
  right: 10px !important;
  height: 209px !important;
  border-radius: 2px;
}
.vd-menu .vd-menu-btn .iris-picker .iris-picker-inner {
  height: 145px;
}
.vd-menu .vd-menu-btn .iris-picker .iris-square {
  margin-right: 0px !important;
  height: 100% !important;
}
.vd-menu .vd-menu-btn .iris-picker .iris-strip {
  display: inline !important;
  width: 12px !important;
  height: 100% !important;
  margin-left: 7px !important;
}
.vd-menu .vd-menu-btn.vd-menu-hidden {
  display: none !important;
}
.vd-menu .vd-menu-btn .vd-col-container {
  padding: 4px 3px;
  box-sizing: border-box;
  clear: both;
}
.vd-menu .vd-menu-btn .vd-col-container .vd-col-input {
  min-height: 20px !important;
  height: auto !important;
  width: 100%;
  border-radius: 2px;
  border-style: solid;
}
.vd-menu .vd-menu-btn.vd-selected {
  background-color: #A4133A !important;
}
/*.vd-menu-btn.vd-selected {
background-color: @selectedCol !important;
}*/
.vd-icon {
  line-height: normal !important;
  vertical-align: middle;
  line-height: 33px !important;
  font-size: 24px !important;
}
.vd-icon.fab {
  font-size: 22px !important;
}
.vd-menu-vertical {
  position: fixed !important;
  right: 0;
  top: 50%;
  z-index: 150000;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.vd-manager-menu {
  /* Dock Top left*/
  left: 5px !important;
  right: auto !important;
  max-width: 40% !important;
}
.vd-manager-menu .vd-menu {
  text-align: left;
}
.vd-manager-menu .vd-menu-group {
  left: 5px !important;
  text-align: left !important;
  right: auto !important;
  /*pointer-events: none; // allow click events to flow through to widgets underneath*/
}
.vd-manager-menu .vd-popover-widget:hover .vd-popover,
.vd-manager-menu .vd-popover-widget:active .vd-popover {
  right: auto !important;
  left: 0px !important;
}
input.vd-multi-input {
  width: 75px;
}
.vd-menu-txt-btn {
  box-sizing: border-box;
  padding-top: 7px;
  height: 50px;
  width: 52px;
  text-align: center;
}
.vd-selector {
  display: inline-block;
  width: 345px;
  height: 345px;
  padding: 0;
  overflow-y: scroll;
  background-color: #eee;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
}
.vd-selector .vd-selector-item {
  position: relative;
  /* For above to vd-pro work */
  padding: 10px;
  text-align: center;
  float: left;
  width: 32px;
  box-sizing: content-box;
  color: #777;
}
.vd-selector .vd-selector-item.vd-pro::after {
  content: " PRO ";
  position: absolute;
  bottom: 8px;
  right: 0px;
  background-color: orange;
  color: #eee;
  font-weight: 900;
  text-align: center;
  transform: rotatez(-45deg);
  overflow: hidden;
  padding: 5px;
  font-size: 10px;
  clip-path: circle(45%);
  -webkit-clip-path: circle(45%);
  opacity: 1;
}
.vd-selector .vd-selector-item i {
  vertical-align: middle;
  color: #777;
  font-size: 32px;
  box-sizing: content-box;
}
.vd-selector .vd-selector-item:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.vd-simple .vd-menu-btn:not([vd-simple]) {
  display: none !important;
}
@media (max-width: 768px) and (orientation: portrait) {
  .vd-manager-menu {
    left: auto;
  }
  .vd-manager .vd-menu {
    width: auto;
    flex-direction: column !important;
  }
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
/*@import "frameworks/purecss/editor-grid.less";*/
.vd-wp-editor,
html body.vd-wp-editor {
  /* MUST have this overide other plugins styling */
  margin: 0 auto !important;
  margin-top: 120px !important;
  overflow: visible;
  position: static !important;
}
.iframe-scale {
  transform: scale(0.75) !important;
  -webkit-transform: scale(0.75) !important;
  -ms-transform: scale(0.75) !important;
  will-change: transform;
  /*box-shadow: rgba(0,0,0,.4) 5px 10px 10px !important;
height: auto !important;
overflow: visible !important;
margin-top: 100px !important;*/
  /*background-color: #fff !important;*/
}
.vd-tmpl-highlight {
  /*.vd-tmp-highlight {
	/*TEMP DEBUG* /
	background-color: red !important;
	opacity: 0.5 !important;
}*/
}
.vd-tmpl-highlight .vd-wp-editor {
  margin-top: auto !important;
}
.vd-tmpl-highlight .vd-main {
  background-color: transparent !important;
}
.vd-tmpl-highlight .vd-main > *:not(.vd-designer-tag) {
  visibility: hidden !important;
  opacity: 0 !important;
}
.vd-tmpl-highlight .vd-main .vd-designer-tag {
  top: 0% !important;
  left: 0% !important;
  bottom: auto !important;
  right: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  cursor: pointer !important;
}
.vd-tmpl-highlight .vd-main .vd-designer-tag:hover {
  background-color: #e41b51;
  opacity: 1;
}
.vd-tmpl-highlight .vd-main .vd-designer-tag .vd-tag-title {
  vertical-align: middle !important;
  text-align: center;
  cursor: pointer !important;
}
.vd-tmpl-highlight .vd-main .vd-designer-tag .vd-popover-bottom {
  top: auto !important;
}
.vd-tmpl-highlight .vd-ele-highlighted {
  cursor: pointer !important;
}
.vd-tmpl-highlight .vd-reset-pos {
  position: relative !important;
}
.vd-hide-tmpl {
  /*min-height: 800px;*/
  background-color: #fff !important;
  /**:not(body) {
	max-height: 75vh;
}*/
}
.vd-hide-tmpl .vd-release {
  display: none !important;
}
.vd-auto-hide {
  margin-top: 0px !important;
  /*overflow: hidden !important;*/
  /*body {
	overflow: hidden !important;
}*/
}
.vd-auto-hide #site-content,
.vd-auto-hide #content,
.vd-auto-hide .site-content,
.vd-auto-hide .content {
  max-height: 1000px !important;
  overflow: hidden !important;
}
.vd-highlight-overlay {
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  background-color: #f8c4d2;
  opacity: 0.5;
  pointer-events: none;
  z-index: 9999999;
}
.vd-auto-overlay {
  background-color: #e41b51;
  opacity: 0.5;
  pointer-events: none;
}
.vd-main {
  box-sizing: border-box;
  border: solid 2px rgba(218, 38, 86, 0.25) !important;
}
.vd-main.vd-force-dimensions {
  min-height: 70vh !important;
}
.vd-main.vd-widget-selected .vd-designer-tag {
  background-color: #e41b51;
  opacity: 1;
}
.vd-main.vd-deactivated {
  border-color: transparent !important;
}
.vd-main.vd-deactivated > .vd-designer-tag {
  display: none;
}
.vd-main.vd-dragging {
  padding: 100px !important;
  transition: 800ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}
/* WordPress Specific */
#wpadminbar {
  display: none;
}
.vd-device-look {
  height: auto !important;
  /*position: relative !important;*/
  margin: auto !important;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  overflow-x: hidden !important;
  /* The horizontal line on the top of the device */
  /* The circle on the bottom of the device */
}
.vd-device-look:before {
  content: '' !important;
  display: block !important;
  width: 60px !important;
  height: 5px !important;
  position: relative !important;
  top: -30px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #333 !important;
  border-radius: 10px !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
.vd-device-look:after {
  content: '' !important;
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  position: relative !important;
  left: 50% !important;
  bottom: -65px !important;
  transform: translate(-50%, -50%) !important;
  background: #333 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  z-index: 9999 !important;
  top: auto !important;
}
body.vd-rtablet {
  border: 16px black solid !important;
  border-top-width: 60px !important;
  border-bottom-width: 60px !important;
  border-radius: 36px !important;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 10px !important;
  height: auto !important;
  /*position: relative !important;*/
  margin: auto !important;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  overflow-x: hidden !important;
  /* The horizontal line on the top of the device */
  /* The circle on the bottom of the device */
}
body.vd-rtablet:before {
  content: '' !important;
  display: block !important;
  width: 60px !important;
  height: 5px !important;
  position: relative !important;
  top: -30px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #333 !important;
  border-radius: 10px !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
body.vd-rtablet:after {
  content: '' !important;
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  position: relative !important;
  left: 50% !important;
  bottom: -65px !important;
  transform: translate(-50%, -50%) !important;
  background: #333 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  z-index: 9999 !important;
  top: auto !important;
}
body.vd-rmobile {
  border: 16px black solid !important;
  border-top-width: 60px !important;
  border-bottom-width: 60px !important;
  border-radius: 36px !important;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 10px !important;
  height: auto !important;
  /*position: relative !important;*/
  margin: auto !important;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  overflow-x: hidden !important;
  /* The horizontal line on the top of the device */
  /* The circle on the bottom of the device */
}
body.vd-rmobile:before {
  content: '' !important;
  display: block !important;
  width: 60px !important;
  height: 5px !important;
  position: relative !important;
  top: -30px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: #333 !important;
  border-radius: 10px !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
body.vd-rmobile:after {
  content: '' !important;
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  position: relative !important;
  left: 50% !important;
  bottom: -65px !important;
  transform: translate(-50%, -50%) !important;
  background: #333 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  z-index: 9999 !important;
  top: auto !important;
}
body.vd-modal-open {
  overflow: hidden;
}
.vd-nav-sticky {
  top: 75px !important;
}
.vd-force-dimensions {
  min-height: 200px !important;
}
.vd-device-menu {
  display: block;
}
.vd-trash-bin {
  display: none;
}
[vd-type] {
  /*&:empty,
> *:empty {
	min-width: 25px;
	display: block;
}

	// Override editor 
	&.vd-icon-widget:empty,
&.vd-icon-widget > *:empty,
	&.vd-icontxt-widget:empty,
&.vd-icontxt-widget > *:empty {
	min-width: auto;
	display: initial;
}*/
}
[vd-type].vd-structural-widget:not(.vd-collapsable) {
  overflow: visible !important;
}
[vd-type].ui-sortable-helper {
  opacity: 0.5;
  max-width: 200px;
  max-height: 150px;
}
.vd-widget-hover {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-widget-selected {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-section-widget:empty,
.vd-row-widget:empty,
.vd-column-widget:empty,
.vd-html-widget:empty,
.vd-container-widget:empty,
.vd-bullet-cnt-widget:empty,
.vd-slide:empty,
.vd-nav-widget:empty,
.vd-nav-cnt-widget:empty,
.vd-dd-cnt-widget:empty,
.vd-mm-row-widget:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-slide {
  /*&.vd-widget-hover {
	border: 2px dashed @hoverCol !important;
}*/
}
.vd-slide.vd-widget-selected {
  border: 2px dashed #e41b51 !important;
}
.vd-sortable-placeholder {
  background-color: rgba(218, 38, 86, 0.1);
  border: dashed 2px rgba(218, 38, 86, 0.1);
  display: block;
  height: 20px;
  transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vd-row-widget > .vd-sortable-placeholder,
.vd-nav-widget > .vd-sortable-placeholder {
  min-width: 100px;
}
.vd-support #vd-support-type {
  width: 100%;
}
.vd-editor-nag {
  padding: 15px 20px;
  padding-bottom: 12px;
  background-color: #333333;
  color: #eeeeee;
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 99999999;
  border-radius: 2px;
  box-shadow: rgba(40, 40, 40, 0.7) 0px 2px 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.vd-editor-nag:hover {
  background-color: #444;
  color: #fff;
}
.vd-editor-nag .vd-editor-nag-close {
  /*position: absolute;
	top: 5px;
	right: 5px;*/
  min-width: auto !important;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
/* Frameworks */
.vd-wpmenu-framework {
  min-height: 15vh;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-tag-widget {
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  display: flex;
  /*display: flex; // !important;*/
  flex-direction: column !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 0;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  align-items: stretch;
  flex-flow: nowrap !important;
  font-weight: 800;
  font-family: sans-serif;
  font-size: 16px !important;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  z-index: 149999;
  opacity: 0.5;
  width: auto;
  position: absolute;
  letter-spacing: initial;
  padding: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.vd-tag-widget .vd-overlay,
.vd-tag-widget .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-tag-widget .vd-overlay {
  pointer-events: none;
}
.vd-tag-widget .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-tag-widget .vd-click-overlay {
  z-index: 999;
}
.vd-tag-widget.vd-hidden {
  display: none !important;
}
.vd-tag-widget.vd-triggered {
  display: flex !important;
}
.vd-tag-widget .vd-row-widget,
.vd-tag-widget .vd-nav-widget {
  padding: 0px;
}
.vd-tag-widget:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-tag-widget:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-tag-widget > img,
.vd-tag-widget > video,
.vd-tag-widget > audio,
.vd-tag-widget a > img {
  height: 50px;
  width: auto;
}
.vd-tag-widget .vd-sortable-placeholder {
  width: 75px;
  height: 20px;
}
.vd-tag-widget.vd-force-dimensions {
  min-width: 100px !important;
}
.vd-tag-widget .vd-row-widget > .vd-column-widget.vd-force-dimensions,
.vd-tag-widget .vd-row-widget > .vd-slide.vd-force-dimensions,
.vd-tag-widget .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-tag-widget > .vd-container-widget,
.vd-tag-widget > .vd-bullet-cnt-widget,
.vd-tag-widget > .vd-nav-cnt-widget,
.vd-tag-widget > .vd-dd-cnt-widget,
.vd-tag-widget > .vd-mm-row-widget {
  width: auto;
  margin: 0;
}
.vd-tag-widget.vd-c-base-left > .vd-container-widget:last-child,
.vd-tag-widget.vd-c-base-left > .vd-bullet-cnt-widget:last-child,
.vd-tag-widget.vd-c-base-left > .vd-nav-cnt-widget:last-child,
.vd-tag-widget.vd-c-base-left > .vd-dd-cnt-widget:last-child,
.vd-tag-widget.vd-c-base-left > .vd-mm-row-widget:last-child {
  flex: 1;
}
.vd-tag-widget.vd-c-base-right > .vd-container-widget:first-child,
.vd-tag-widget.vd-c-base-right > .vd-bullet-cnt-widget:first-child,
.vd-tag-widget.vd-c-base-right > .vd-nav-cnt-widget:first-child,
.vd-tag-widget.vd-c-base-right > .vd-dd-cnt-widget:first-child,
.vd-tag-widget.vd-c-base-right > .vd-mm-row-widget:first-child {
  flex: 1;
}
.vd-tag-widget [vd-type].vd-force-dimensions,
.vd-tag-widget .vd-sortable-placeholder.vd-force-dimensions,
.vd-tag-widget [vd-type="link"].vd-force-dimensions,
.vd-tag-widget [vd-link="true"].vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-tag-widget.vd-c-base-stretch {
  display: flex;
}
.vd-tag-widget.vd-c-base-stretch div,
.vd-tag-widget.vd-c-base-stretch a,
.vd-tag-widget.vd-c-base-stretch p,
.vd-tag-widget.vd-c-base-stretch span,
.vd-tag-widget.vd-c-base-stretch h1,
.vd-tag-widget.vd-c-base-stretch h2,
.vd-tag-widget.vd-c-base-stretch h3,
.vd-tag-widget.vd-c-base-stretch h4,
.vd-tag-widget.vd-c-base-stretch h5,
.vd-tag-widget.vd-c-base-stretch h6 {
  display: flex;
  align-self: stretch;
}
.vd-tag-widget.ui-sortable-helper {
  height: auto !important;
}
.vd-tag-widget:hover {
  background-color: #e41b51;
  opacity: 1;
}
.vd-tag-widget:active {
  background-color: #ce2350;
  opacity: 1;
}
.vd-tag-widget.vd-deactivated {
  background-color: #aaa;
}
.vd-tag-widget.vd-dynamic {
  border-top: solid 7px #02b10a;
}
.vd-tag-widget.vd-global {
  border-top: solid 7px #eea17e;
}
.vd-tag-btn {
  padding: 10px;
  cursor: hand;
  cursor: pointer;
  color: #fff;
}
.vd-tag-btn:hover,
.vd-tag-btn:active {
  color: #fff;
}
.vd-tag-title {
  padding: 10px;
  cursor: hand;
  cursor: pointer;
  color: #fff;
  align-self: center !important;
  line-height: 1 !important;
  word-break: normal !important;
}
.vd-tag-title:hover,
.vd-tag-title:active {
  color: #fff;
}
.vd-tag-title.vd-draggable {
  cursor: move !important;
  cursor: all-scroll !important;
}
.vd-tag-parent-btn {
  padding: 10px;
  cursor: hand;
  cursor: pointer;
  color: #fff;
  border-left: solid 2px #fff;
}
.vd-tag-parent-btn:hover,
.vd-tag-parent-btn:active {
  color: #fff;
}
.vd-tag-parent-btn .vd-icon {
  line-height: normal !important;
}
.vd-t-btns {
  border-left: solid 2px #fff;
}
.vd-t-btn {
  color: #fff;
  padding: 3px 1px;
  display: block !important;
}
.vd-t-btn i {
  color: #fff;
  vertical-align: middle !important;
  font-size: 12px;
  padding: 2px 4px;
}
.vd-t-btn:hover {
  background-color: #FF0072;
}
.vd-designer-tag {
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*box-sizing: border-box;*/
  /*line-height: normal;*/
  /*&when (> .vd-click-overlay) {
    position: relative;
}*/
  /*&:empty,
> *:empty {
    min-width: 30px;
    display: inline-block;
}*/
  display: flex;
  /*display: flex; // !important;*/
  flex-direction: column !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 0;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  align-items: stretch;
  flex-flow: nowrap !important;
  font-weight: 800;
  font-family: sans-serif;
  font-size: 16px !important;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  z-index: 149999;
  opacity: 0.5;
  width: auto;
  position: absolute;
  letter-spacing: initial;
  padding: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  left: 0px !important;
  right: auto !important;
  bottom: calc(100% + 3px) !important;
  top: auto !important;
  z-index: 149900;
}
.vd-designer-tag .vd-overlay,
.vd-designer-tag .vd-click-overlay {
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.vd-designer-tag .vd-overlay {
  pointer-events: none;
}
.vd-designer-tag .vd-overlay [vd-type] {
  pointer-events: auto;
}
.vd-designer-tag .vd-click-overlay {
  z-index: 999;
}
.vd-designer-tag.vd-hidden {
  display: none !important;
}
.vd-designer-tag.vd-triggered {
  display: flex !important;
}
.vd-designer-tag .vd-row-widget,
.vd-designer-tag .vd-nav-widget {
  padding: 0px;
}
.vd-designer-tag:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-designer-tag:empty {
  min-height: 200px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e41b51' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.vd-designer-tag > img,
.vd-designer-tag > video,
.vd-designer-tag > audio,
.vd-designer-tag a > img {
  height: 50px;
  width: auto;
}
.vd-designer-tag .vd-sortable-placeholder {
  width: 75px;
  height: 20px;
}
.vd-designer-tag.vd-force-dimensions {
  min-width: 100px !important;
}
.vd-designer-tag .vd-row-widget > .vd-column-widget.vd-force-dimensions,
.vd-designer-tag .vd-row-widget > .vd-slide.vd-force-dimensions,
.vd-designer-tag .vd-nav-widget > .vd-column-widget.vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-designer-tag > .vd-container-widget,
.vd-designer-tag > .vd-bullet-cnt-widget,
.vd-designer-tag > .vd-nav-cnt-widget,
.vd-designer-tag > .vd-dd-cnt-widget,
.vd-designer-tag > .vd-mm-row-widget {
  width: auto;
  margin: 0;
}
.vd-designer-tag.vd-c-base-left > .vd-container-widget:last-child,
.vd-designer-tag.vd-c-base-left > .vd-bullet-cnt-widget:last-child,
.vd-designer-tag.vd-c-base-left > .vd-nav-cnt-widget:last-child,
.vd-designer-tag.vd-c-base-left > .vd-dd-cnt-widget:last-child,
.vd-designer-tag.vd-c-base-left > .vd-mm-row-widget:last-child {
  flex: 1;
}
.vd-designer-tag.vd-c-base-right > .vd-container-widget:first-child,
.vd-designer-tag.vd-c-base-right > .vd-bullet-cnt-widget:first-child,
.vd-designer-tag.vd-c-base-right > .vd-nav-cnt-widget:first-child,
.vd-designer-tag.vd-c-base-right > .vd-dd-cnt-widget:first-child,
.vd-designer-tag.vd-c-base-right > .vd-mm-row-widget:first-child {
  flex: 1;
}
.vd-designer-tag [vd-type].vd-force-dimensions,
.vd-designer-tag .vd-sortable-placeholder.vd-force-dimensions,
.vd-designer-tag [vd-type="link"].vd-force-dimensions,
.vd-designer-tag [vd-link="true"].vd-force-dimensions {
  min-width: 100px !important;
  min-height: 50px !important;
}
.vd-designer-tag.vd-c-base-stretch {
  display: flex;
}
.vd-designer-tag.vd-c-base-stretch div,
.vd-designer-tag.vd-c-base-stretch a,
.vd-designer-tag.vd-c-base-stretch p,
.vd-designer-tag.vd-c-base-stretch span,
.vd-designer-tag.vd-c-base-stretch h1,
.vd-designer-tag.vd-c-base-stretch h2,
.vd-designer-tag.vd-c-base-stretch h3,
.vd-designer-tag.vd-c-base-stretch h4,
.vd-designer-tag.vd-c-base-stretch h5,
.vd-designer-tag.vd-c-base-stretch h6 {
  display: flex;
  align-self: stretch;
}
.vd-designer-tag.ui-sortable-helper {
  height: auto !important;
}
.vd-designer-tag:hover {
  background-color: #e41b51;
  opacity: 1;
}
.vd-designer-tag:active {
  background-color: #ce2350;
  opacity: 1;
}
.vd-designer-tag.vd-deactivated {
  background-color: #aaa;
}
.vd-designer-tag.vd-dynamic {
  border-top: solid 7px #02b10a;
}
.vd-designer-tag.vd-global {
  border-top: solid 7px #eea17e;
}
.vd-designer-tag .vd-t-btns {
  display: none;
}
.vd-designer-tag .vd-tag-title {
  cursor: hand !important;
  cursor: pointer !important;
}
/*!
* Visual Designer JQuery Plugin
* Author: Sam Zielke-Ryner
* Licensed under ...
*/
.vd-popover-widget [vd-type] {
  display: inline-block;
}
.vd-popover {
  z-index: 99;
  pointer-events: none !important;
  white-space: nowrap;
}
.vd-popover-widget:hover .vd-popover,
.vd-popover-widget:active .vd-popover {
  display: block !important;
  right: 0px !important;
  left: auto !important;
}
.vd-popover-widget .vd-popover-toggle-dismissable,
.vd-popover-widget .vd-popover-toggle-label {
  cursor: pointer;
}
.vd-popover-widget .vd-popover-toggle:checked ~ .vd-popover {
  display: block;
}
.vd-popover-widget .vd-popover-toggle.vd-popover-toggle-dismissable.vd-popover-dismissable-right {
  float: left;
}
.vd-popover-widget .vd-popover-toggle.vd-popover-toggle-dismissable:focus {
  outline: 0;
}
.vd-popover-widget .vd-popover-toggle.vd-popover-toggle-dismissable:focus + .vd-popover {
  display: block;
}
.vd-popover-widget .vd-popover-toggle.vd-popover-toggle-dismissable:focus + .vd-popover.vd-popover-right {
  display: inherit;
  margin-left: 25px;
  margin-top: -35px;
  float: right;
}
.vd-popover-widget .vd-popover-toggle.vd-popover-toggle-dismissable:focus + .vd-popover.vd-popover-right .left-arrow {
  position: absolute;
  margin-left: -18px;
  margin-top: 12%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f7f7f7;
}
.vd-popover-widget .vd-popover {
  position: absolute;
  padding: 1px;
  line-break: auto;
  line-height: 1.5;
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  color: #333;
  margin-top: 0;
  width: auto;
  border-radius: 1px;
  text-align: center;
  padding: 6px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}
.vd-popover-widget.vd-relative .vd-popover {
  display: none;
  max-width: 276px;
  top: 125%;
  left: 24px;
  width: auto;
  max-width: initial;
}
.vd-popover-widget.vd-absolute {
  display: none;
  z-index: 99999999;
  min-width: 300px;
  position: absolute;
  -webkit-transition: 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 150ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vd-popover-widget .vd-popover.vd-popover-bottom {
  margin-top: 0;
}
.vd-popover-widget .vd-popover.vd-popover-bottom .up-arrow {
  position: relative;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f7f7f7;
  z-index: 10;
  margin-top: -16px;
  left: 50%;
  margin-left: -11px;
}
.vd-popover-widget .vd-popover .vd-popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  margin-top: 0;
  border-top-right-radius: calc(-0.7rem);
  border-top-left-radius: calc(-0.7rem);
  display: none;
}
.vd-popover-widget .vd-popover .vd-popover-content {
  padding: 9px 14px;
}
.vd-popover-widget .vd-popover .vd-popover-content p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.vd-manager {
  font-family: sans-serif;
  font-weight: 800;
  font-weight: initial;
  font-size: 16px;
  /*  * {
		.vd-reset;
	}*/
}
/* Animations */
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(359deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.anim-spin {
  animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -ms-animation: spin 1.5s infinite linear;
}
@-moz-keyframes slideInFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slideInFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.anim-slide-bottom {
  animation: slideInFromBottom 0.5s 1 ease-out;
  -webkit-animation: slideInFromBottom 0.5s 1 ease-out;
  -moz-animation: slideInFromBottom 0.5s 1 ease-out;
  -ms-animation: slideInFromBottom 0.5s 1 ease-out;
}
@-moz-keyframes slideInFromLeft {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromLeft {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.anim-slide-left {
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
  -webkit-animation: 0.5s ease-out 0s 1 slideInFromLeft;
  -moz-animation: 0.5s ease-out 0s 1 slideInFromLeft;
  -ms-animation: 0.5s ease-out 0s 1 slideInFromLeft;
}
@-moz-keyframes slideInFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.anim-slide-right {
  animation: 0.5s ease-out 0s 1 slideInFromRight;
  -webkit-animation: 0.5s ease-out 0s 1 slideInFromRight;
  -moz-animation: 0.5s ease-out 0s 1 slideInFromRight;
  -ms-animation: 0.5s ease-out 0s 1 slideInFromRight;
}
/* Reset */
.reset {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  /* basic modern patch */
  all: initial;
  all: unset;
}
