/*//////////////////////
THEME BRIDGE FILE
//////////////////////*/
/*////////////////////
CLIENT SPECIFIC CONFIG
////////////////////*/
/* COLOUR VARIABLES (these variable names do not change from site to site, but the referenced colour may change)
--------------------------------------------- */
/* FONTS & TYPOGRAPHY
--------------------------------------------- */
/* BRANDING
--------------------------------------------- */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
/* line 9, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .datepicker-days, .bootstrap-datetimepicker-widget .datepicker-months, .bootstrap-datetimepicker-widget .datepicker-years, .bootstrap-datetimepicker-widget .datepicker-decades {
  padding: 0 10px 10px;
}

/* line 14, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  z-index: 1031;
  background-color: #fff;
}

@media (min-width: 768px) {
  /* line 23, ../scss/_datepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 29, ../scss/_datepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 35, ../scss/_datepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 40, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 47, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 56, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 64, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 73, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 81, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 86, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 91, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 95, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 99, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 103, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 112, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 116, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 128, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 140, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 152, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 164, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 176, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 188, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 200, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 212, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 224, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 228, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 240, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 248, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 254, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
/* line 259, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child {
  height: 50px;
}

/* line 265, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 271, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 277, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 281, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 288, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 300, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 312, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 316, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 320, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 326, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 35px;
  line-height: 35px;
  color: #777777;
}

/* line 333, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 35px;
  line-height: 35px;
  width: 35px;
}

/* line 339, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 347, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 352, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 356, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #052c49;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 368, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #052c49;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 375, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 379, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 386, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 396, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 400, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #052c49;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 406, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 410, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 417, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 422, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 426, ../scss/_datepicker.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 430, ../scss/_datepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 434, ../scss/_datepicker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/*.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
    //.dow {
    //	border-top: 1px solid #ddd !important;
    //}
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: $font-size-base - 4;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i,
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: $font-size-base - 1;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}*/
/* line 1, ../scss/_errors.scss */
input.parsley-success, select.parsley-success, textarea.parsley-success {
  border-color: #67ad38;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #67ad38;
}

/* line 9, ../scss/_errors.scss */
input.parsley-error, select.parsley-error, textarea.parsley-error {
  border-color: #e5603b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #e5603b;
}

/* line 17, ../scss/_errors.scss */
.parsley-errors-list {
  color: #e5603b;
  margin: 5px 0 10px;
  padding: 0;
  list-style-type: none;
  font-size: 1.0em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in-;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

/* line 35, ../scss/_errors.scss */
.parsley-errors-list.filled {
  opacity: 1;
}

/* validation error message */
/* line 41, ../scss/_errors.scss */
fieldset label.error {
  color: #FFF;
  z-index: 13000;
  background-color: #CC0000;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 128px;
  width: auto;
}

/* line 52, ../scss/_errors.scss */
textarea.error, input[type="text"].error, input[type="password"].error {
  border-color: #E9322D !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9322d !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9322d !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e9322d !important;
}

/* nested arrow inside error message. It's 100% CSS. No images. */
/* line 60, ../scss/_errors.scss */
.error em {
  border: 10px solid;
  border-color: #CC0000 transparent transparent;
  bottom: -17px;
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  width: 0;
}

/* input field that caused validation error */
/* line 72, ../scss/_errors.scss */
.invalid {
  background-color: #EEEEEE !important;
}

/* line 1, ../scss/_notifications.scss */
.alert {
  border: 0;
  border-radius: 0;
  padding: 10px;
  line-height: 20px;
  left: 0;
  position: relative;
  /*right: 0;
  top: 85px;*/
  margin: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.3s;
}
/* line 15, ../scss/_notifications.scss */
.alert b, .alert strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
}
/* line 21, ../scss/_notifications.scss */
.alert-info, .alert-danger, .alert-warning, .alert-success {
  color: #fff;
}
/* line 26, ../scss/_notifications.scss */
.alert-default a, .alert-default .alert-link {
  color: #888;
}
/* line 31, ../scss/_notifications.scss */
.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
}
/* line 36, ../scss/_notifications.scss */
.alert .alert-icon i {
  margin-top: -7px;
  top: 5px;
  position: relative;
}
/* line 43, ../scss/_notifications.scss */
.alert.rounded {
  border-radius: 5px;
}

/* line 48, ../scss/_notifications.scss */
#gritter-notice-wrapper {
  position: fixed;
  left: 50%;
  top: 72px;
  width: 301px;
  z-index: 9999;
  margin-left: -150px;
  font-family: Arial,Helvetica,Verdana,sans-serif;
}

/* line 58, ../scss/_notifications.scss */
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}

/* line 63, ../scss/_notifications.scss */
#gritter-notice-wrapper.bottom-right {
  bottom: 20px;
  left: auto;
  right: 20px;
  top: auto;
}

/* line 70, ../scss/_notifications.scss */
#gritter-notice-wrapper.bottom-left {
  bottom: 20px;
  left: 20px;
  right: auto;
  top: auto;
}

/* line 77, ../scss/_notifications.scss */
.gritter-item-wrapper {
  margin: 0;
  position: relative;
  border-radius: 6px;
  padding: 0;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(5, 44, 73, 0.6);
}
/* line 85, ../scss/_notifications.scss */
.gritter-item-wrapper.error a, .gritter-item-wrapper.error a:visited {
  color: #ffffff;
  text-decoration: underline;
}
/* line 90, ../scss/_notifications.scss */
.gritter-item-wrapper.error a:hover, .gritter-item-wrapper.error a:active, .gritter-item-wrapper.error a:focus {
  color: #a94442;
}
/* line 96, ../scss/_notifications.scss */
.gritter-item-wrapper.info a, .gritter-item-wrapper.info a:visited {
  color: #ffffff;
  text-decoration: underline;
}
/* line 101, ../scss/_notifications.scss */
.gritter-item-wrapper.info a:hover, .gritter-item-wrapper.info a:active, .gritter-item-wrapper.info a:focus {
  color: #31708f;
}
/* line 107, ../scss/_notifications.scss */
.gritter-item-wrapper.warn a, .gritter-item-wrapper.warn a:visited {
  color: #ffffff;
  text-decoration: underline;
}
/* line 112, ../scss/_notifications.scss */
.gritter-item-wrapper.warn a:hover, .gritter-item-wrapper.warn a:active, .gritter-item-wrapper.warn a:focus {
  color: #8a6d3b;
}
/* line 118, ../scss/_notifications.scss */
.gritter-item-wrapper.success a, .gritter-item-wrapper.success a:visited {
  color: #ffffff;
  text-decoration: underline;
}
/* line 123, ../scss/_notifications.scss */
.gritter-item-wrapper.success a:hover, .gritter-item-wrapper.success a:active, .gritter-item-wrapper.success a:focus {
  color: #4a9d4e;
}

/* line 129, ../scss/_notifications.scss */
.gritter-top {
  height: 10px;
  border-radius: 6px 6px 0 0;
}

/* line 134, ../scss/_notifications.scss */
.gritter-bottom {
  height: 8px;
  margin: 0;
  border-radius: 0 0 6px 6px;
}

/* line 140, ../scss/_notifications.scss */
div.warn .gritter-top {
  color: #FF6A00;
}

/* line 144, ../scss/_notifications.scss */
.gritter-item {
  background: none repeat scroll 0 0;
  color: #FFF;
  display: block;
  font-size: 14px;
  padding: 5px 15px 1px;
}

/* line 153, ../scss/_notifications.scss */
div.error .gritter-top {
  background-color: rgba(238, 37, 43, 0.95);
}
/* line 157, ../scss/_notifications.scss */
div.error .gritter-bottom {
  background-color: rgba(238, 37, 43, 0.95);
}
/* line 161, ../scss/_notifications.scss */
div.error .gritter-item {
  background-color: rgba(238, 37, 43, 0.95);
}

/* line 167, ../scss/_notifications.scss */
div.warn .gritter-top {
  background-color: rgba(255, 106, 0, 0.95);
}
/* line 171, ../scss/_notifications.scss */
div.warn .gritter-bottom {
  background-color: rgba(255, 106, 0, 0.95);
}
/* line 175, ../scss/_notifications.scss */
div.warn .gritter-item {
  background-color: rgba(255, 106, 0, 0.95);
}

/* line 181, ../scss/_notifications.scss */
div.info .gritter-top {
  background-color: rgba(238, 37, 43, 0.95);
}
/* line 185, ../scss/_notifications.scss */
div.info .gritter-bottom {
  background-color: rgba(238, 37, 43, 0.95);
}
/* line 189, ../scss/_notifications.scss */
div.info .gritter-item {
  background-color: rgba(238, 37, 43, 0.95);
}

/* line 195, ../scss/_notifications.scss */
div.success .gritter-top {
  background-color: rgba(140, 198, 63, 0.95);
}
/* line 199, ../scss/_notifications.scss */
div.success .gritter-bottom {
  background-color: rgba(140, 198, 63, 0.95);
}
/* line 203, ../scss/_notifications.scss */
div.success .gritter-item {
  background-color: rgba(140, 198, 63, 0.95);
}

/* line 208, ../scss/_notifications.scss */
.gritter-item .fa-ul {
  margin-left: 14px;
  text-align: left;
}

/* line 213, ../scss/_notifications.scss */
.gritter-item .fa-ul .fa-li {
  text-align: left;
  margin-top: 3px;
}

/* line 218, ../scss/_notifications.scss */
.gritter-item p {
  color: #FFFFFF;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
}

/* line 225, ../scss/_notifications.scss */
.gritter-close {
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  color: #FFFFFF;
  opacity: .9;
  text-shadow: none;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
}
/* line 237, ../scss/_notifications.scss */
.gritter-close .fa-icons {
  font-size: 20px;
}
/* line 241, ../scss/_notifications.scss */
.gritter-close:focus {
  outline: none;
}

/* line 246, ../scss/_notifications.scss */
.gritter-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 15px;
  font-family: router-book, Helvetica, Arial, Sans-Serif;
  border-bottom: 1px dotted #FFFFFF;
  margin-right: 10px;
  text-transform: uppercase;
  text-align: center;
}

/* line 258, ../scss/_notifications.scss */
.gritter-image {
  float: left;
  height: 48px;
  width: 48px;
}

/* line 264, ../scss/_notifications.scss */
.gritter-with-image, .gritter-without-image {
  padding: 0;
}

/* line 268, ../scss/_notifications.scss */
.gritter-with-image {
  float: right;
  width: 220px;
}

/* line 273, ../scss/_notifications.scss */
.gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close {
  background-color: #FF6A00;
  color: #222222;
}

/* line 279, ../scss/_notifications.scss */
.gritter-light .gritter-title {
  text-shadow: none;
}

/* line 283, ../scss/_notifications.scss */
div.toggle_data {
  border-top: 1px dotted #FFFFFF;
  margin-top: 10px;
}

/* line 288, ../scss/_notifications.scss */
div.toggle_data ul {
  margin-top: 10px;
  padding-left: 20px;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
/* line 10, ../scss/_animate.scss */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

/* line 16, ../scss/_animate.scss */
.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;
}

/* line 25, ../scss/_animate.scss */
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 30, ../scss/_animate.scss */
.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);
}

/* line 37, ../scss/_animate.scss */
.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);
}

/* line 44, ../scss/_animate.scss */
.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);
}

/* line 51, ../scss/_animate.scss */
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

/* line 58, ../scss/_animate.scss */
.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);
}

/* line 65, ../scss/_animate.scss */
.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);
}

/* line 72, ../scss/_animate.scss */
.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);
}

/* line 79, ../scss/_animate.scss */
.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);
}

/* line 86, ../scss/_animate.scss */
.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);
}

/* line 93, ../scss/_animate.scss */
.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);
}

/* line 100, ../scss/_animate.scss */
.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);
}

/* line 107, ../scss/_animate.scss */
.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) {
  /* line 115, ../scss/_animate.scss */
  .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;
  }

  /* line 124, ../scss/_animate.scss */
  .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);
  }
}
/* line 199, ../scss/_animate.scss */
.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;
  }
}
/* line 226, ../scss/_animate.scss */
.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);
  }
}
/* line 265, ../scss/_animate.scss */
.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);
  }
}
/* line 346, ../scss/_animate.scss */
.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);
  }
}
/* line 385, ../scss/_animate.scss */
.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);
  }
}
/* line 424, ../scss/_animate.scss */
.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);
  }
}
/* line 493, ../scss/_animate.scss */
.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);
  }
}
/* line 554, ../scss/_animate.scss */
.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);
  }
}
/* line 615, ../scss/_animate.scss */
.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);
  }
}
/* line 694, ../scss/_animate.scss */
.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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 783, ../scss/_animate.scss */
.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);
  }
}
/* line 844, ../scss/_animate.scss */
.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;
  }
}
/* line 895, ../scss/_animate.scss */
.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;
  }
}
/* line 940, ../scss/_animate.scss */
.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;
  }
}
/* line 985, ../scss/_animate.scss */
.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;
  }
}
/* line 1030, ../scss/_animate.scss */
.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;
  }
}
/* line 1075, ../scss/_animate.scss */
.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;
  }
}
/* line 1120, ../scss/_animate.scss */
.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;
  }
}
/* line 1165, ../scss/_animate.scss */
.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;
  }
}
/* line 1210, ../scss/_animate.scss */
.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);
  }
}
/* line 1295, ../scss/_animate.scss */
.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);
  }
}
/* line 1372, ../scss/_animate.scss */
.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);
  }
}
/* line 1445, ../scss/_animate.scss */
.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);
  }
}
/* line 1518, ../scss/_animate.scss */
.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);
  }
}
/* line 1591, ../scss/_animate.scss */
.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);
  }
}
/* line 1634, ../scss/_animate.scss */
.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);
  }
}
/* line 1681, ../scss/_animate.scss */
.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);
  }
}
/* line 1714, ../scss/_animate.scss */
.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);
  }
}
/* line 1747, ../scss/_animate.scss */
.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);
  }
}
/* line 1790, ../scss/_animate.scss */
.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;
  }
}
/* line 1815, ../scss/_animate.scss */
.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);
  }
}
/* line 1848, ../scss/_animate.scss */
.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);
  }
}
/* line 1881, ../scss/_animate.scss */
.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);
  }
}
/* line 1914, ../scss/_animate.scss */
.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);
  }
}
/* line 1947, ../scss/_animate.scss */
.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);
  }
}
/* line 1980, ../scss/_animate.scss */
.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);
  }
}
/* line 2013, ../scss/_animate.scss */
.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);
  }
}
/* line 2046, ../scss/_animate.scss */
.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);
  }
}
/* line 2079, ../scss/_animate.scss */
.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);
  }
}
/* line 2112, ../scss/_animate.scss */
.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);
  }
}
/* line 2145, ../scss/_animate.scss */
.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);
  }
}
/* line 2178, ../scss/_animate.scss */
.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);
  }
}
/* line 2211, ../scss/_animate.scss */
.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;
  }
}
/* line 2236, ../scss/_animate.scss */
.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);
  }
}
/* line 2265, ../scss/_animate.scss */
.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);
  }
}
/* line 2294, ../scss/_animate.scss */
.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);
  }
}
/* line 2323, ../scss/_animate.scss */
.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);
  }
}
/* line 2352, ../scss/_animate.scss */
.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);
  }
}
/* line 2381, ../scss/_animate.scss */
.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);
  }
}
/* line 2410, ../scss/_animate.scss */
.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);
  }
}
/* line 2439, ../scss/_animate.scss */
.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);
  }
}
/* line 2468, ../scss/_animate.scss */
.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);
  }
}
/* line 2501, ../scss/_animate.scss */
.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);
  }
}
/* line 2534, ../scss/_animate.scss */
.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);
  }
}
/* line 2567, ../scss/_animate.scss */
.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);
  }
}
/* line 2600, ../scss/_animate.scss */
.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;
  }
}
/* line 2679, ../scss/_animate.scss */
.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);
  }
}
/* line 2752, ../scss/_animate.scss */
.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);
  }
}
/* line 2825, ../scss/_animate.scss */
.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;
  }
}
/* line 2870, ../scss/_animate.scss */
.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;
  }
}
/* line 2919, ../scss/_animate.scss */
.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);
  }
}
/* line 2978, ../scss/_animate.scss */
.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);
  }
}
/* line 3033, ../scss/_animate.scss */
.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;
  }
}
/* line 3064, ../scss/_animate.scss */
.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;
  }
}
/* line 3095, ../scss/_animate.scss */
.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;
  }
}
/* line 3130, ../scss/_animate.scss */
.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;
  }
}
/* line 3165, ../scss/_animate.scss */
.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;
  }
}
/* line 3200, ../scss/_animate.scss */
.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;
  }
}
/* line 3235, ../scss/_animate.scss */
.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;
  }
}
/* line 3270, ../scss/_animate.scss */
.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;
  }
}
/* line 3301, ../scss/_animate.scss */
.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;
  }
}
/* line 3332, ../scss/_animate.scss */
.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;
  }
}
/* line 3363, ../scss/_animate.scss */
.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;
  }
}
/* line 3394, ../scss/_animate.scss */
.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;
  }
}
/* line 3425, ../scss/_animate.scss */
.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;
  }
}
/* line 3488, ../scss/_animate.scss */
.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);
  }
}
/* line 3551, ../scss/_animate.scss */
.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);
  }
}
/* line 3584, ../scss/_animate.scss */
.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);
  }
}
/* line 3613, ../scss/_animate.scss */
.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;
  }
}
/* line 3642, ../scss/_animate.scss */
.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);
  }
}
/* line 3683, ../scss/_animate.scss */
.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);
  }
}
/* line 3724, ../scss/_animate.scss */
.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);
  }
}
/* line 3765, ../scss/_animate.scss */
.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);
  }
}
/* line 3806, ../scss/_animate.scss */
.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;
  }
}
/* line 3843, ../scss/_animate.scss */
.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);
  }
}
/* line 3884, ../scss/_animate.scss */
.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);
  }
}
/* line 3919, ../scss/_animate.scss */
.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);
  }
}
/* line 3954, ../scss/_animate.scss */
.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);
  }
}
/* line 3997, ../scss/_animate.scss */
.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);
  }
}
/* line 4030, ../scss/_animate.scss */
.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);
  }
}
/* line 4061, ../scss/_animate.scss */
.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);
  }
}
/* line 4092, ../scss/_animate.scss */
.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);
  }
}
/* line 4123, ../scss/_animate.scss */
.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);
  }
}
/* line 4154, ../scss/_animate.scss */
.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);
  }
}
/* line 4185, ../scss/_animate.scss */
.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);
  }
}
/* line 4216, ../scss/_animate.scss */
.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);
  }
}
/* line 4247, ../scss/_animate.scss */
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
Title:      The Hatchery Cloudbase Designer Style Sheet
Author:     rohan.walsh@thehatchery.co.uk
Copyright:  2009-2010 The Hatchery Limited.  All rights reserved.
*/
/*******************************
DESIGNER STYLES
*******************************/
/* line 10, ../../../themes/materialkit/v1/scss/_admin.scss */
.designer {
  cursor: help !important;
}

/* line 14, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent {
  /*styles moved to width specific divs below*/
  text-align: left;
  /* MODAL PANEL INTERNAL STYLES */
  /* DESIGNER BUTTONS */
}
/* line 19, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent h2 {
  float: left;
  font-size: 18px;
  color: #333;
  margin: 0 0 10px;
  border-bottom: 0px;
  width: auto;
}
/* line 28, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent h4 {
  float: left;
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
  background: #666;
  padding: 6px;
  width: 188px;
}
/* line 38, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent h5 {
  float: right;
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
  background: #666;
  padding: 6px;
  width: 608px;
  margin: 0;
}
/* line 49, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .button3 {
  float: right;
  margin: 0 0 0 2px;
}
/* line 54, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .button4 {
  float: right;
  margin: 0 0 0 2px;
}
/* line 59, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .viewall {
  color: #666;
  float: right;
}
/* line 65, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .designer_buttons {
  float: right;
}
/* line 68, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .designer_buttons a.button3 {
  margin: 10px 0 10px 2px;
}

/* line 74, ../../../themes/materialkit/v1/scss/_admin.scss */
.updateContent_670 {
  position: absolute;
  width: 670px;
  margin: 100px auto 0;
  left: 50%;
  margin-left: -335px;
  z-index: 9999;
}

/* line 83, ../../../themes/materialkit/v1/scss/_admin.scss */
.updateContent_885 {
  position: absolute;
  width: 885px;
  z-index: 9999;
  display: none;
}

/* line 91, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbase a {
  text-decoration: none;
}

/* line 96, ../../../themes/materialkit/v1/scss/_admin.scss */
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/***************************
CLOUDBASE TOOLBAR STYLES
***************************/
/* line 106, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar {
  position: fixed;
  bottom: 0;
  height: 30px;
  width: 100%;
  background: url(../../../assets/admin/backgrounds/admin_panel_bg.gif);
  border-top: 1px solid #787878;
  text-align: center;
  z-index: 99999;
  left: 0px;
  /* BUTTON STYLES */
}
/* line 117, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar a {
  text-decoration: none;
}
/* line 121, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar h5 {
  float: left;
  color: #FFF;
  line-height: 30px;
  text-indent: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 10px;
  width: auto;
  margin: 0;
  padding: 0;
}
/* line 133, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar h5 span {
  color: #CCC;
  letter-spacing: 0px;
}
/* line 140, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar p.copyright {
  float: right;
  color: #CCC;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
/* line 148, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar p.copyright a:link, #cloudbaseToolbar p.copyright a:visited {
  font-size: 10px;
  text-transform: uppercase;
  color: #EEE;
}
/* line 154, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar p.copyright a:hover, #cloudbaseToolbar p.copyright a:active {
  text-decoration: none;
  color: #FFF;
}
/* line 161, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar p.howto {
  color: #CCC;
  line-height: 30px;
}
/* line 168, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar ul.admin_left {
  float: left;
  margin: 0 0 0 10px;
  list-style: none;
}
/* line 174, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar ul.admin_right {
  float: right;
  margin: 0 10px 0 0;
  list-style: none;
}
/* line 180, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar ul li {
  float: left;
  margin: 0 3px 0 0;
}
/* line 185, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar ul li a:link, #cloudbaseToolbar ul li a:visited {
  display: -moz-inline-block;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  background: url(../../../assets/admin/buttons/admin_button_right.png) no-repeat top right;
  padding: 0 8px 0 0;
}
/* line 193, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar ul li a:link span, #cloudbaseToolbar ul li a:visited span {
  display: -moz-inline-block;
  display: inline-block;
  background: url(../../../assets/admin/buttons/admin_button_left.png) no-repeat top left;
  padding: 0 0 0 8px;
  line-height: 30px;
  color: #666;
}
/* line 203, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar ul li a:hover, #cloudbaseToolbar ul li a:active {
  background: url(../../../assets/admin/buttons/admin_button_right.png) no-repeat center right;
  text-decoration: none;
}
/* line 207, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar ul li a:hover span, #cloudbaseToolbar ul li a:active span {
  background: url(../../../assets/admin/buttons/admin_button_left.png) no-repeat center left;
  text-decoration: none;
  color: #444;
}

/* SELECTED BUTTON STYLES */
/* line 219, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar li.selected a:link, #cloudbaseToolbar li.selected a:visited {
  background: url(../../../assets/admin/buttons/admin_button_right.png) no-repeat bottom right;
  cursor: default;
}

/* line 224, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseToolbar li.selected a:link span, #cloudbaseToolbar li.selected a:visited span {
  background: url(../../../assets/admin/buttons/admin_button_left.png) no-repeat bottom left;
  color: #555;
}

/***************************
MODAL BOX STYLES
***************************/
/* line 232, ../../../themes/materialkit/v1/scss/_admin.scss */
.modal_box {
  width: 885px;
}

/* line 236, ../../../themes/materialkit/v1/scss/_admin.scss */
.modal_box_small {
  width: 670px;
}

/* line 240, ../../../themes/materialkit/v1/scss/_admin.scss */
a:link.modal_close, a:visited.modal_close {
  float: right;
  position: absolute;
  background: url(../../../assets/admin/icons/modal_close.png);
  background-position: top left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: -14px;
  right: -14px;
  text-indent: -9999px;
}

/* line 253, ../../../themes/materialkit/v1/scss/_admin.scss */
a:hover.modal_close, a:active.modal_close {
  background: url(../../../assets/admin/icons/modal_close.png);
  background-position: bottom left;
}

/* line 259, ../../../themes/materialkit/v1/scss/_admin.scss */
.modal-footer .btn:first-child {
  float: left;
}

/***************************
CONTENT EDITOR STYLES
***************************/
/* line 267, ../../../themes/materialkit/v1/scss/_admin.scss */
.hidden_content_editor {
  margin: 0 0 0 215px;
  border-top: 1px solid #333;
}

/* line 272, ../../../themes/materialkit/v1/scss/_admin.scss */
#cloudbaseTab.nav {
  margin: 5px 0 0;
  padding: 0 0 0 15px;
}

/* line 277, ../../../themes/materialkit/v1/scss/_admin.scss */
.tab-content .modal-body {
  padding: 0;
}

/***************************
HIDDEN ITEMS STYLES
***************************/
/* line 285, ../../../themes/materialkit/v1/scss/_admin.scss */
.hidden-items {
  float: right;
  margin: 7px 15px 0 0;
}
/* line 289, ../../../themes/materialkit/v1/scss/_admin.scss */
.hidden-items label {
  float: left;
  width: 100px;
  text-transform: uppercase;
  text-align: right;
  font-size: 10px;
  color: #AAA;
  padding: 10px 8px 0 0;
}
/* line 299, ../../../themes/materialkit/v1/scss/_admin.scss */
.hidden-items .select {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 6px;
  width: 232px;
  line-height: 14px;
  margin: 0;
}

/***************************
GOOGLE TOOLS STYLES
***************************/
/* line 318, ../../../themes/materialkit/v1/scss/_admin.scss */
.gtools {
  background: #F0F0EE;
  margin: 0;
  padding: 0 10px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  overflow: auto;
}
/* line 327, ../../../themes/materialkit/v1/scss/_admin.scss */
.gtools h5 {
  float: left;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333;
  margin-right: 10px;
}
/* line 336, ../../../themes/materialkit/v1/scss/_admin.scss */
.gtools .country-selector {
  padding: 8px 0;
}
/* line 340, ../../../themes/materialkit/v1/scss/_admin.scss */
.gtools p {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
/* line 348, ../../../themes/materialkit/v1/scss/_admin.scss */
.gtools .btn-group {
  margin: 8px 12px;
}

/* line 353, ../../../themes/materialkit/v1/scss/_admin.scss */
.gtools_textarea {
  background: url(../../../assets/admin/backgrounds/im_listbg.png);
  border: none;
  border-bottom: 1px solid #CCC;
  width: 815px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
}

/* line 364, ../../../themes/materialkit/v1/scss/_admin.scss */
.gtools_menu {
  background: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #DDD;
  color: #000;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

/************************
LANGUAGE SELECTOR STYLES
************************/
/* line 378, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent ul.language h3 {
  float: left;
  line-height: 22px;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 2px 0 0;
  padding: 0;
}

/* line 388, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent ul.language {
  margin: 0 10px 0 15px;
}

/* line 392, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent ul.language a:link, #updateContent ul.language a:visited {
  -moz-opacity: .40;
  filter: alpha(opacity=40);
  opacity: .40;
}

/* line 398, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent ul.language a:hover, #updateContent ul.language a:active {
  -moz-opacity: .80;
  filter: alpha(opacity=80);
  opacity: .80;
}

/* line 404, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent ul.language li.selected a {
  -moz-opacity: .99;
  filter: alpha(opacity=99);
  opacity: .99;
  cursor: default;
}

/* line 412, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language {
  line-height: 30px;
  margin: 10px 0;
}
/* line 416, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language li {
  float: left;
  margin: 0 0 0 4px;
  padding: 0 0 0 4px;
  border-left: 1px dotted #AA586B;
  list-style: none;
}
/* line 425, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a:link, #header ul.language a:visited {
  display: block;
  width: 32px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background-position: top right;
}
/* line 434, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a:hover, #header ul.language a:active {
  background-position: bottom left;
}
/* line 438, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a.lang_eng {
  background: url(../../../assets/admin/flags/lang_eng.png);
}
/* line 442, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a.lang_port {
  background: url(../../../assets/admin/flags/lang_port.png);
}
/* line 446, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a.lang_ger {
  background: url(../../../assets/admin/flags/lang_ger.png);
}
/* line 450, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a.lang_lith {
  background: url(../../../assets/admin/flags/lang_lith.png);
}
/* line 454, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a.lang_pol {
  background: url(../../../assets/admin/flags/lang_pol.png);
}
/* line 458, ../../../themes/materialkit/v1/scss/_admin.scss */
#header ul.language a.lang_rom {
  background: url(../../../assets/admin/flags/lang_rom.png);
}

/***************************
DIV STYLES
***************************/
/* 885px WIDE CONTENT MANAGEMENT DIV */
/* line 469, ../../../themes/materialkit/v1/scss/_admin.scss */
.top_885 {
  background: url(../../../assets/admin/backgrounds/bg_topcurve_885alpha.png);
  background-repeat: no-repeat;
  height: 20px;
}

/* line 475, ../../../themes/materialkit/v1/scss/_admin.scss */
.mid_885 {
  background: url(../../../assets/admin/backgrounds/bg_mid_885alpha.png);
  padding: 5px 25px;
  overflow: auto;
}

/* line 481, ../../../themes/materialkit/v1/scss/_admin.scss */
.bottom_885 {
  background: url(../../../assets/admin/backgrounds/bg_bottomcurve_885alpha.png);
  background-repeat: no-repeat;
  height: 21px;
  margin: 0 0 20px 0;
}

/* 670px WIDE CONTENT MANAGEMENT DIV */
/* line 489, ../../../themes/materialkit/v1/scss/_admin.scss */
.top_670 {
  background: url(../../../assets/admin/backgrounds/bg_topcurve_670alpha.png);
  background-repeat: no-repeat;
  height: 20px;
}

/* line 495, ../../../themes/materialkit/v1/scss/_admin.scss */
.mid_670 {
  background: url(../../../assets/admin/backgrounds/bg_mid_670alpha.png);
  padding: 5px 25px 0;
  overflow: auto;
}

/* line 501, ../../../themes/materialkit/v1/scss/_admin.scss */
.bottom_670 {
  background: url(../../../assets/admin/backgrounds/bg_bottomcurve_670alpha.png);
  background-repeat: no-repeat;
  height: 21px;
  margin: 0 0 20px 0;
}

/***************************
IMAGE EDITOR STYLES
***************************/
/* line 511, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_title {
  width: 600px;
  padding: 6px 6px 0 6px;
  background: #666;
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
  overflow: auto;
  text-align: right;
  color: #CCC;
  line-height: 29px;
}
/* line 523, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_title label {
  color: #CCCCCC;
  width: auto;
}
/* line 527, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_title label strong {
  color: #FFFFFF;
}
/* line 532, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_title strong {
  color: #FFF;
}
/* line 536, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_title .textfield {
  float: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #AAA;
  background-color: #999;
  color: #444;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  padding: 5px;
  width: 380px;
  margin: 0 1px 0 5px;
}
/* line 550, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_title input[type="text"]:focus {
  border-color: #0CF;
  background: #FFF;
}

/* line 556, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_list {
  float: left;
  width: 200px;
  height: 465px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #333;
  background: url(../../../assets/admin/backgrounds/im_listbg.gif);
}
/* line 565, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_list div {
  position: relative;
}
/* line 570, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_list a:link, .image_list a:visited {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 9px;
  background: #EEE;
  border-bottom: 1px solid #FFF;
  color: #666;
}
/* line 579, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_list a:link.im_delete, .image_list a:link.im_delete, .image_list a:visited.im_delete, .image_list a:visited.im_delete {
  display: block;
  width: 17px;
  height: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../../../assets/admin/icons/im_delete.gif) no-repeat top right;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 595, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_list a:hover, .image_list a:active {
  background: #CCC;
  color: #333;
}
/* line 599, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_list a:hover.im_delete, .image_list a:hover.im_delete, .image_list a:active.im_delete, .image_list a:active.im_delete {
  background: url(../../../assets/admin/icons/im_delete.gif) no-repeat bottom right;
}
/* line 604, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_list a.selected {
  background: url(../../../assets/admin/icons/im_listbullet.gif);
  background-repeat: no-repeat;
  background-position: left;
  background-color: #AAA;
  cursor: default;
  color: #333;
  text-indent: 7px;
}

/* line 616, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_holder {
  width: 600px;
  height: 465px;
  background: url(../../../assets/admin/backgrounds/im_listbg.gif);
  border-top: 1px solid #333;
  overflow: auto;
}

/* line 624, ../../../themes/materialkit/v1/scss/_admin.scss */
.thumb_holder_hover {
  position: absolute;
  z-index: 999999;
  bottom: 90px;
  right: 33px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #FFF;
  background: url(../../../assets/admin/backgrounds/im_edit_thumb.png);
  color: #CCC;
}
/* line 636, ../../../themes/materialkit/v1/scss/_admin.scss */
.thumb_holder_hover a:link, .thumb_holder_hover a:visited {
  display: block;
  width: 100px;
  height: 58px;
  text-align: center;
  padding: 42px 0 0 0;
  color: #CCC;
}
/* line 645, ../../../themes/materialkit/v1/scss/_admin.scss */
.thumb_holder_hover a:hover, .thumb_holder_hover a:active {
  color: #FFF;
  background: none;
  text-decoration: underline;
}

/* line 652, ../../../themes/materialkit/v1/scss/_admin.scss */
.thumb_holder {
  position: absolute;
  z-index: 99999;
  bottom: 90px;
  right: 33px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #FFF;
}

/* line 663, ../../../themes/materialkit/v1/scss/_admin.scss */
.thumb_position {
  position: relative;
  overflow: auto;
}

/* line 668, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_tools {
  width: 620px;
  height: 40px;
  margin: 0 0 0 215px;
  background: url(../../../assets/admin/backgrounds/bg_imagetools.jpg);
  border-top: 1px solid #999;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

/* line 680, ../../../themes/materialkit/v1/scss/_admin.scss */
.mid_670 .image_tools {
  width: 620px;
  height: 40px;
  margin: 0;
  background: url(../../../assets/admin/backgrounds/bg_imagetools.jpg);
  border-top: 1px solid #999;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

/* line 692, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .image_manager .image_tools .button3 {
  float: right;
  margin: 7px;
  color: #333;
}

/* line 698, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .image_tools p {
  float: left;
  line-height: 40px;
  text-indent: 10px;
  padding: 0;
  margin: 0;
}

/* line 706, ../../../themes/materialkit/v1/scss/_admin.scss */
.new_image {
  border-top: 1px solid #999;
  height: 40px;
  width: 200px;
  float: left;
  background: url(../../../assets/admin/backgrounds/bg_imagetools.jpg);
  text-align: center;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

/* line 719, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .new_image a.button3 {
  margin: 7px;
  display: block;
  float: none;
}
/* line 724, ../../../themes/materialkit/v1/scss/_admin.scss */
#updateContent .new_image a.button3 span {
  display: block;
}

/***************************
IMAGE BROWSER STYLES
***************************/
/* line 732, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser {
  border-left: 1px solid #CCCCCC;
  float: right;
  height: 285px;
  overflow-y: auto;
  padding: 0 0 0 10px;
  width: 470px;
}
/* line 740, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser .upload_tool {
  left: 220px;
  text-align: center;
  top: 125px;
  width: 340px;
}
/* line 747, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser .thumbnail {
  border: 1px solid #999999;
  float: left;
  height: 100px;
  margin: 0 8px 8px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 100px;
}
/* line 759, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser .thumbnail a:link, .image_browser .thumbnail a:visited {
  display: block;
  position: absolute;
}
/* line 765, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser .thumbnail a.delete_image:link, .image_browser .thumbnail a.delete_image:visited {
  background: url(../../../assets/admin/icons/image_delete.png) no-repeat scroll left top transparent;
  bottom: 0;
  height: 20px;
  overflow: hidden;
  right: 0;
  text-indent: -9999px;
  width: 21px;
}
/* line 775, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser .thumbnail a.delete_image:hover, .image_browser .thumbnail a.delete_image:active {
  background-position: left bottom;
}
/* line 781, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser .thumbnail a.select_image_long {
  background: url(../../../assets/admin/icons/edit_bg.png) repeat-x scroll left top transparent;
  border-right: 1px solid #222222;
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-size: 10px;
  height: 19px;
  left: 0;
  line-height: 19px;
  overflow: hidden;
  padding: 1px 0 0;
  position: absolute;
  text-align: left;
  text-decoration: none;
  text-indent: 8px;
  text-transform: uppercase;
  width: 79px;
}
/* line 801, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser .thumbnail a.select_image_long:hover, .image_browser .thumbnail a.select_image_long:active {
  color: #00CCFF;
}

/* line 808, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser_upload {
  float: left;
  margin: 0 0 20px;
  width: 135px;
}
/* line 813, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser_upload span {
  text-align: center;
  width: 125px;
}

/* line 819, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser_upload_p {
  color: #777777;
  font-size: 12px;
  padding: 10px 0;
  width: 145px;
}

/***************************
FILE MANAGER / BROWSER STYLES
***************************/
/* line 831, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser.file_browser .thumbnail {
  border: 1px solid #999999;
  float: left;
  height: 50px;
  margin: 0 8px 8px 0;
  overflow: hidden;
  text-align: left;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 440px;
}
/* line 843, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser.file_browser .thumbnail .select_image_long {
  right: 21px !important;
  left: inherit;
  text-align: center;
  text-indent: 0px;
  width: 60px;
}
/* line 851, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser.file_browser .thumbnail img {
  margin: 5px 0 0 5px;
}
/* line 855, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser.file_browser .thumbnail a:link, .image_browser.file_browser .thumbnail a:visited {
  z-index: 999999;
}
/* line 860, ../../../themes/materialkit/v1/scss/_admin.scss */
.image_browser.file_browser span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background: #CCC;
  color: #333;
  text-align: left;
  text-indent: 5px;
}

/*.attribute-combo {
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    color: red;
    margin: 0 0 1px;
    padding: 5px;
    overflow: hidden;
    line-height: 24px;

    span {
        color: #333;
        font-size: 14px;
        float: left;
        text-indent: 3px;

        span {
            color: #777;
            font-size: 10px;
            text-transform: uppercase;
            float: none;
            text-indent: none;
        }
    }

    .checkbox {
        margin: 5px 0 0 0;
        float: right;
    }

    .select {
        float: right;
        padding: 3px;
        font-size: 12px;
        width: 150px;
    }

    label {
        float: right;
        padding: 0 0 0 10px;
        line-height: 24px;
        width: auto;
        margin: 0 5px 0 10px;
        border-left: 1px dotted #BBB;
    }

    .textfield {
        float: right;
        padding: 4px;
        font-size: 12px;
        width: 140px;
    }
}*/
/* jQuery Draggable */
/* line 933, ../../../themes/materialkit/v1/scss/_admin.scss */
.ui-sortable .panel-heading {
  cursor: move;
}
/* line 937, ../../../themes/materialkit/v1/scss/_admin.scss */
.ui-sortable.ui-sortable-disabled .panel-heading {
  cursor: default;
}

/* line 942, ../../../themes/materialkit/v1/scss/_admin.scss */
.ui-sortable-placeholder {
  border: 1px dashed #82868b !important;
  visibility: visible !important;
  background: none;
  margin: 0 !important;
}

/* line 949, ../../../themes/materialkit/v1/scss/_admin.scss */
.panel.ui-sortable-placeholder {
  margin: -1px -1px 19px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* line 17, ../scss/custom.scss */
:root, [data-bs-theme=light] {
  --bs-primary: #6D0513;
  --bs-primary-rgb: 109,5,19;
  --bs-primary-text-emphasis: #2C0208;
  --bs-primary-bg-subtle: #E2CDD0;
  --bs-primary-border-subtle: #C59BA1;
  --bs-secondary: #BF031C;
  --bs-secondary-rgb: 191,3,28;
  --bs-secondary-text-emphasis: #4C010B;
  --bs-secondary-bg-subtle: #F2CDD2;
  --bs-secondary-border-subtle: #E59AA4;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41,0.75;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41,0.5;
  --bs-body-bg: transparent;
  --bs-body-bg-rgb: 0,0,0,0;
  --bs-link-color: #BF031C;
  --bs-link-color-rgb: 191, 3, 28;
  --bs-link-hover-color: #BF031C;
  --bs-link-hover-color-rgb: 191,3,28;
  --bs-focus-ring-color: #6D0513;
  --bs-card-title-color: #6D0513;
  --bs-tooltip-color: #fff;
}

/* line 45, ../scss/custom.scss */
[data-bs-theme=dark] {
  --bs-link-color: #BF031C;
  --bs-link-color-rgb: 191, 3, 28;
  --bs-link-hover-color: #BF031C;
  --bs-link-hover-color-rgb: 191,3,28;
  --bs-focus-ring-color: #6D0513;
  --bs-tooltip-color: #fff;
}

/* line 54, ../scss/custom.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6D0513;
  --bs-btn-border-color: #6D0513;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5D0410;
  --bs-btn-hover-border-color: #57040F;
  --bs-btn-focus-shadow-rgb: 233,218,220;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #57040F;
  --bs-btn-active-border-color: #52040E;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6D0513;
  --bs-btn-disabled-border-color: #6D0513;
}

/* line 70, ../scss/custom.scss */
.btn-outline-primary {
  --bs-btn-color: #6D0513;
  --bs-btn-border-color: #6D0513;
  --bs-btn-focus-shadow-rgb: 109,5,19;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6D0513;
  --bs-btn-hover-border-color: #6D0513;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6D0513;
  --bs-btn-active-border-color: #6D0513;
  --bs-btn-disabled-color: #6D0513;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6D0513;
}

/* line 85, ../scss/custom.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #BF031C;
  --bs-btn-border-color: #BF031C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #A20318;
  --bs-btn-hover-border-color: #990216;
  --bs-btn-focus-shadow-rgb: 245,217,221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #990216;
  --bs-btn-active-border-color: #8F0215;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #BF031C;
  --bs-btn-disabled-border-color: #BF031C;
}

/* line 101, ../scss/custom.scss */
.btn-outline-secondary {
  --bs-btn-color: #BF031C;
  --bs-btn-border-color: #BF031C;
  --bs-btn-focus-shadow-rgb: 191,3,28;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #BF031C;
  --bs-btn-hover-border-color: #BF031C;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #BF031C;
  --bs-btn-active-border-color: #BF031C;
  --bs-btn-disabled-color: #BF031C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #BF031C;
}

/* line 116, ../scss/custom.scss */
body {
  background-color: #fff;
  color: #000;
  position: unset;
}

/* line 122, ../scss/custom.scss */
.logo {
  max-width: 220px;
}

/* line 126, ../scss/custom.scss */
a {
  color: var(--bs-primary);
  text-decoration: none;
}
/* line 130, ../scss/custom.scss */
a:hover, a:focus, a:active {
  color: #BF031C;
}

/* line 135, ../scss/custom.scss */
a.btn:focus, a.btn:hover {
  color: #c8c8c8;
}

/* line 139, ../scss/custom.scss */
a.nav-link {
  color: #212529 !important;
}

/* line 143, ../scss/custom.scss */
a.nav-link:hover, a.nav-link:focus, a.nav-link.active {
  color: var(--bs-primary) !important;
}

/* line 147, ../scss/custom.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(109, 5, 19, 0.25);
}

/* line 152, ../scss/custom.scss */
.navbar.fixed-top {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 156, ../scss/custom.scss */
a.link-secondary {
  color: #ffffff !important;
  text-decoration: none;
}
/* line 160, ../scss/custom.scss */
a.link-secondary:hover, a.link-secondary:focus, a.link-secondary:active {
  color: #BF031C !important;
}

/* line 165, ../scss/custom.scss */
::selection {
  background-color: #6D0513;
  color: #fff;
}

/* line 170, ../scss/custom.scss */
#mainNav {
  background-color: transparent;
  border-bottom: none;
}
/* line 174, ../scss/custom.scss */
#mainNav.navbar-shrink {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px dotted #888;
}
/* line 178, ../scss/custom.scss */
#mainNav.navbar-shrink .nav-link.active {
  background-color: rgba(110, 5, 19, 0.1);
}
/* line 183, ../scss/custom.scss */
#mainNav .navbar-toggler {
  color: #000;
  font-size: 20px;
}

/* line 189, ../scss/custom.scss */
.masthead {
  background-image: url(../images/backgrounds/intro-background-2-blur.jpg);
}
/* line 192, ../scss/custom.scss */
.masthead .masthead-quote {
  padding-top: 108px;
}
/* line 195, ../scss/custom.scss */
.masthead .masthead-quote .masthead-quote-block {
  max-width: 450px;
}
/* line 200, ../scss/custom.scss */
.masthead .parallax {
  height: calc(100vh - 100px);
}
/* line 204, ../scss/custom.scss */
.masthead h2, .masthead .h2 {
  text-transform: none;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 3.2rem;
}

/* line 212, ../scss/custom.scss */
.btn-circle {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  border-color: #6e0513;
  background-color: #BF031C;
}
/* line 219, ../scss/custom.scss */
.btn-circle:hover, .btn-circle:focus, .btn-circle:active, .btn-circle.active {
  background-color: rgba(110, 5, 19, 0.7);
}

/* line 224, ../scss/custom.scss */
#mainNav, .btn {
  font-family: "Hammersmith One","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 228, ../scss/custom.scss */
.tooltip-inner {
  color: #fff;
}

/* line 232, ../scss/custom.scss */
.content-page, .news-page {
  margin-top: 150px;
}
/* line 236, ../scss/custom.scss */
.content-page .nav-list li, .news-page .nav-list li {
  padding: 10px 0;
}
/* line 239, ../scss/custom.scss */
.content-page .nav-list li:first-child, .news-page .nav-list li:first-child {
  padding: 0 0 10px;
}
/* line 243, ../scss/custom.scss */
.content-page .nav-list li:last-child, .news-page .nav-list li:last-child {
  padding: 10px 0 0;
}
/* line 247, ../scss/custom.scss */
.content-page .nav-list li a, .news-page .nav-list li a {
  padding: 20px 0;
}
/* line 250, ../scss/custom.scss */
.content-page .nav-list li a .date, .news-page .nav-list li a .date {
  display: block;
  color: #888;
  text-transform: uppercase;
  font-size: 0.7em;
}

/* line 261, ../scss/custom.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: .5rem 0;
  text-transform: uppercase;
}

/* line 267, ../scss/custom.scss */
h5, .h5 {
  font-size: 1.15rem;
  font-weight: 400 !important;
}

/* line 272, ../scss/custom.scss */
body {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 276, ../scss/custom.scss */
h1, .h1 {
  text-transform: none;
  font-size: 2.2rem;
  line-height: 3.2rem;
}
/* line 281, ../scss/custom.scss */
h1.underlined, .h1.underlined {
  font-size: 1.8rem;
  line-height: 2.6rem;
  border-bottom: 1px dotted #888;
  margin: 0 0 20px;
  padding: 18px 0 10px;
  overflow: hidden;
  text-transform: uppercase;
}

/* line 292, ../scss/custom.scss */
h2, .h2 {
  text-transform: none;
  font-size: 1.4rem;
}

/* line 297, ../scss/custom.scss */
h3, .h3 {
  font-size: 1.4rem;
}

/* line 301, ../scss/custom.scss */
h4, .h4 {
  font-size: 1.2em;
}
/* line 304, ../scss/custom.scss */
h4.underlined, .h4.underlined {
  border-bottom: 1px dotted #888;
  margin: 34px 0 20px;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 1.3em;
}

/* line 314, ../scss/custom.scss */
.content-page .container {
  min-height: calc(100vh - 605px);
}
/* line 318, ../scss/custom.scss */
.content-page h3, .content-page .h3 {
  background-color: #f8f8f8;
  padding: 10px 0;
}
/* line 323, ../scss/custom.scss */
.content-page h4, .content-page .h4 {
  padding: 10px 0;
}
/* line 328, ../scss/custom.scss */
.content-page #sidebar h4, .content-page #sidebar .h4 {
  padding: 0 0 10px;
}

/* line 336, ../scss/custom.scss */
.blog-post h4.underlined, .blog-post .h4.underlined {
  margin: 20px 0 20px;
}

/* line 342, ../scss/custom.scss */
p {
  margin: 0 0 15px;
}

/* line 346, ../scss/custom.scss */
.btn {
  border-radius: 5px;
}

/* line 350, ../scss/custom.scss */
.character-result {
  background-color: #6D0513;
  padding: 20px;
  border-radius: 5px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: .5rem 0;
  text-transform: uppercase;
  font-size: 1em;
}
/* line 359, ../scss/custom.scss */
.character-result strong {
  font-size: 1.6em;
}

/* line 364, ../scss/custom.scss */
.btn-default {
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
/* line 368, ../scss/custom.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: var(--bs-primary);
  color: #fff;
  border: 1px solid var(--bs-primary);
}

/* line 376, ../scss/custom.scss */
.input-group .btn {
  border: 1px solid #fff;
}
/* line 379, ../scss/custom.scss */
.input-group .btn:hover {
  border: 1px solid #fff;
}

/* line 385, ../scss/custom.scss */
.form-control {
  background-color: #fff !important;
  color: #212529 !important;
}
/* line 389, ../scss/custom.scss */
.form-control:focus {
  border-color: #6D0513;
  box-shadow: 0 0 0 0.25rem rgba(110, 5, 19, 0.25);
}

/* line 395, ../scss/custom.scss */
.bg-dark, .bg-semi-dark {
  background: #666;
}
/* line 398, ../scss/custom.scss */
.bg-dark .form-control, .bg-semi-dark .form-control {
  color: #fff;
}
/* line 401, ../scss/custom.scss */
.bg-dark .form-control:focus, .bg-semi-dark .form-control:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

/* line 408, ../scss/custom.scss */
.country-selector {
  padding: 20px 0;
}
/* line 411, ../scss/custom.scss */
.country-selector ul {
  margin-bottom: 0;
  vertical-align: middle;
  padding-left: 15px;
}
/* line 416, ../scss/custom.scss */
.country-selector ul li {
  list-style: none;
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
/* line 423, ../scss/custom.scss */
.country-selector ul li a {
  display: block;
}
/* line 426, ../scss/custom.scss */
.country-selector ul li a.selected, .country-selector ul li a.active {
  box-shadow: 0 0 0 2px #BF031C, 0 0 8px 4px rgba(109, 5, 19, 0.2), 0 0 16px 6px rgba(109, 5, 19, 0.1);
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}
/* line 436, ../scss/custom.scss */
.country-selector span.flag-eng {
  background-image: url(../images/icons/flags/eng.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: center left;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: block;
  font-weight: normal;
}
/* line 436, ../scss/custom.scss */
.country-selector span.flag-usa {
  background-image: url(../images/icons/flags/usa.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: center left;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: block;
  font-weight: normal;
}
/* line 436, ../scss/custom.scss */
.country-selector span.flag-aus {
  background-image: url(../images/icons/flags/aus.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: center left;
  background-size: contain;
  height: 30px;
  width: 30px;
  display: block;
  font-weight: normal;
}

/* line 450, ../scss/custom.scss */
cite {
  color: #6e0513;
}

/* line 454, ../scss/custom.scss */
blockquote {
  font-size: 2em;
  font-style: italic;
}

/* line 459, ../scss/custom.scss */
.card {
  color: #ffffff;
}
/* line 462, ../scss/custom.scss */
.card p {
  color: #ecf0ef;
  line-height: 1.4;
  font-style: italic;
  margin: 0;
  font-size: 17px;
}
/* line 470, ../scss/custom.scss */
.card .card-title {
  color: #6D0513 !important;
}
/* line 474, ../scss/custom.scss */
.card .card-body {
  background-color: #cecece;
}

/* line 479, ../scss/custom.scss */
.content-section {
  padding: 50px 20px 30px;
}

/* line 483, ../scss/custom.scss */
.title-toolbar {
  border-bottom: 1px dotted #888;
  margin: 0 0 20px;
  padding: 0 0 10px;
  overflow: hidden;
}
/* line 489, ../scss/custom.scss */
.title-toolbar h1, .title-toolbar .h1 {
  margin-bottom: 0;
}

/* line 494, ../scss/custom.scss */
.form-group {
  margin-bottom: 1.3em;
}

/* line 499, ../scss/custom.scss */
.news h5, .news .h5 {
  font-size: 1em;
  margin-bottom: 20px;
  font-weight: normal;
}
/* line 504, ../scss/custom.scss */
.news h5 strong, .news .h5 strong {
  font-weight: bold;
}
/* line 509, ../scss/custom.scss */
.news .date {
  text-align: center;
  text-transform: none;
  padding: 0;
  margin: 20px 0 0;
  font-size: 0.8em;
}
/* line 516, ../scss/custom.scss */
.news .date span {
  display: block;
  margin: 0 auto 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 2em;
  background: #999;
  color: #FFF;
  border-radius: 35px;
}
/* line 528, ../scss/custom.scss */
.news .date strong {
  font-weight: normal;
  display: block;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  color: #999;
}
/* line 538, ../scss/custom.scss */
.news .list-tags {
  margin: 0 0 20px 0;
  display: flex;
}
/* line 542, ../scss/custom.scss */
.news .list-tags h6 {
  float: left;
  margin: 0 1px 0 0;
  padding: 0 5px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #999;
  line-height: 1.2em;
  background: #f7f7f7;
}
/* line 553, ../scss/custom.scss */
.news .list-tags li {
  float: left;
  margin: 0 1px 1px 0;
}
/* line 557, ../scss/custom.scss */
.news .list-tags li a {
  display: block;
  padding: 0 4px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1.2em;
  background: #CCC;
}
/* line 570, ../scss/custom.scss */
.news.news-overview .list-tags {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEE;
}

/* line 579, ../scss/custom.scss */
.event-list a, .recent-posts-list a {
  color: transparent;
  text-decoration: none;
}
/* line 583, ../scss/custom.scss */
.event-list a.btn, .recent-posts-list a.btn {
  color: #ffffff;
}
/* line 588, ../scss/custom.scss */
.event-list .card, .recent-posts-list .card {
  transition: transform .5s, box-shadow 1s;
}
/* line 591, ../scss/custom.scss */
.event-list .card:hover, .recent-posts-list .card:hover {
  transform: scale(1.02) perspective(0px);
  box-shadow: 0 0px 10px rgba(105, 105, 105, 0.6);
}
/* line 596, ../scss/custom.scss */
.event-list .card .card-body, .recent-posts-list .card .card-body {
  padding: 0;
}
/* line 601, ../scss/custom.scss */
.event-list .card .card-title h4, .recent-posts-list .card .card-title h4 {
  background-color: #6D0513;
  color: #ffffff;
  padding: 20px;
  font-size: 1.2em;
  margin: 0 0 .5rem 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* line 613, ../scss/custom.scss */
.event-list .card p, .recent-posts-list .card p {
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
  font-style: normal;
  margin: 0;
  padding: 5px 20px;
}
/* line 622, ../scss/custom.scss */
.event-list .card small, .recent-posts-list .card small {
  font-size: 12px;
}

/* line 630, ../scss/custom.scss */
.recent-posts-list .card img {
  max-height: 155px;
  min-height: 155px;
}
/* line 635, ../scss/custom.scss */
.recent-posts-list .card .card-title {
  height: 100px;
}
/* line 639, ../scss/custom.scss */
.recent-posts-list .card .card-text {
  height: 100px;
}

/* line 645, ../scss/custom.scss */
footer {
  padding: 0;
}
/* line 648, ../scss/custom.scss */
footer h3 {
  border-bottom: 1px dotted #666;
  padding-bottom: 1em;
  margin: 1em 0;
  text-transform: uppercase;
}

/* line 656, ../scss/custom.scss */
.sticky-footer {
  padding-bottom: 30px;
}
/* line 659, ../scss/custom.scss */
.sticky-footer hr {
  border-top: var(--bs-border-width) dashed;
  margin: 0 0 1rem;
}
/* line 664, ../scss/custom.scss */
.sticky-footer p {
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 669, ../scss/custom.scss */
.sticky-footer a {
  color: rgba(255, 255, 255, 0.75);
}
/* line 672, ../scss/custom.scss */
.sticky-footer a:hover, .sticky-footer a:focus, .sticky-footer a:active {
  color: #BF031C;
}

/* line 678, ../scss/custom.scss */
.socials li {
  display: inline-block;
  margin-right: 20px;
}
/* line 682, ../scss/custom.scss */
.socials li i, .socials li svg {
  font-size: 2em;
}

/* line 688, ../scss/custom.scss */
.modal .modal-dialog {
  width: 80%;
  max-width: 650px;
}
/* line 692, ../scss/custom.scss */
.modal .modal-dialog .modal-header {
  background-color: #fff;
}
/* line 695, ../scss/custom.scss */
.modal .modal-dialog .modal-header h4 {
  font-size: 1em;
}
/* line 700, ../scss/custom.scss */
.modal .modal-dialog .modal-content {
  display: block;
  background-color: #fff;
}
/* line 704, ../scss/custom.scss */
.modal .modal-dialog .modal-content #cloudbaseTab.nav {
  background-color: #fff;
}
/* line 708, ../scss/custom.scss */
.modal .modal-dialog .modal-content .mce-container.mce-panel {
  border: none;
}
/* line 713, ../scss/custom.scss */
.modal .modal-dialog .modal-footer {
  background-color: #ddd;
}
/* line 718, ../scss/custom.scss */
.modal .modal-dialog .mce-primary button .mce-txt, .modal .modal-dialog .mce-primary button i .mce-txt {
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  /* line 726, ../scss/custom.scss */
  h2, .h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  /* line 731, ../scss/custom.scss */
  .content-page, .news-page {
    margin-top: 150px;
  }
  /* line 735, ../scss/custom.scss */
  .content-page .nav-list li, .news-page .nav-list li {
    padding: 10px 0;
  }
  /* line 738, ../scss/custom.scss */
  .content-page .nav-list li:first-child, .news-page .nav-list li:first-child {
    padding: 0 0 10px;
  }
  /* line 742, ../scss/custom.scss */
  .content-page .nav-list li:last-child, .news-page .nav-list li:last-child {
    padding: 10px 0 0;
  }
  /* line 746, ../scss/custom.scss */
  .content-page .nav-list li a, .news-page .nav-list li a {
    padding: 20px 0;
  }
  /* line 749, ../scss/custom.scss */
  .content-page .nav-list li a .date, .news-page .nav-list li a .date {
    display: block;
    color: #888;
    text-transform: uppercase;
    font-size: 0.7em;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  /* line 763, ../scss/custom.scss */
  h2.text-dark {
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  /* line 771, ../scss/custom.scss */
  .masthead {
    background-image: url(../images/backgrounds/intro-background-2-blur-sm.jpg);
    padding: 88px 0 25px;
  }
  /* line 775, ../scss/custom.scss */
  .masthead h2.text-dark {
    color: #fff !important;
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0;
  }
  /* line 782, ../scss/custom.scss */
  .masthead .parallax {
    height: calc(100vh - 215px);
  }
  /* line 786, ../scss/custom.scss */
  .masthead .masthead-quote-block {
    max-width: 450px;
    padding: 0 20px;
    bottom: 8em;
    position: absolute;
  }
}
@media (max-width: 992px) {
  /* line 797, ../scss/custom.scss */
  .masthead h2.text-dark {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  /* line 803, ../scss/custom.scss */
  #mainNav {
    background-color: #fff;
  }

  /* line 807, ../scss/custom.scss */
  .content-page, .news-page {
    margin-top: 100px;
  }
  /* line 810, ../scss/custom.scss */
  .content-page .nav-list, .news-page .nav-list {
    display: block;
  }
}
@media (max-width: 880px) {
  /* line 817, ../scss/custom.scss */
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (max-width: 760px) {
  /* line 823, ../scss/custom.scss */
  .container-md, .container-sm, .container {
    max-width: calc(100% - 30px);
  }

  /* line 827, ../scss/custom.scss */
  .country-selector {
    padding: 20px 0;
    flex: none;
  }
  /* line 831, ../scss/custom.scss */
  .country-selector ul {
    padding-left: 0;
  }
}
