.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexbox-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.flexbox-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: vertical;
  -moz-box-direction: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-video {
  position: relative;
  padding-top: 1.38889rem;
  padding-bottom: 56.34%;
  height: 0;
  overflow: hidden;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video > img {
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*@at-root {
	@-ms-viewport {
		width: device-width;
	}
}*/

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: left;
  background-color: #ebebeb;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #62B94D;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #4d973c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-xs {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.container-xs.container-left,
.container-xs.container-right {
  max-width: 210px;
}

.container-sm {
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm.container-left,
.container-sm.container-right {
  max-width: 258px;
}

.container-md {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
}

.container-md.container-left,
.container-md.container-right {
  max-width: 354px;
}

.container-lg {
  max-width: 962px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg.container-left,
.container-lg.container-right {
  max-width: 466px;
}

.container-xl {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.container-xl.container-left,
.container-xl.container-right {
  max-width: 570px;
}

.container-left {
  margin-left: 0;
}

.container-right {
  margin-right: 0;
}

.row,
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row-collapsed {
  margin-left: 0;
  margin-right: 0;
}

.row-collapsed > div {
  padding-left: 0;
  padding-right: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-xs-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-xs-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-xs-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-xs-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-xs-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-xs-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-xs-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-xs-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-xs-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-xs-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-xs-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-xs-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-xs-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-xs-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-xs-1 {
  margin-left: 8.33333333%;
}

.offset-xs-2 {
  margin-left: 16.66666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333333%;
}

.offset-xs-5 {
  margin-left: 41.66666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333333%;
}

.offset-xs-8 {
  margin-left: 66.66666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333333%;
}

.offset-xs-11 {
  margin-left: 91.66666667%;
}

.offset-xs-12 {
  margin-left: 100%;
}

.row-xs-1 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-xs-2 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-xs-3 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-xs-4 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-xs-5 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-xs-6 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.row-xs-7 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571429%;
  flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}

.row-xs-8 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.row-xs-9 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.11111111%;
  flex: 0 0 11.11111111%;
  max-width: 11.11111111%;
}

.row-xs-10 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.row-xs-11 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9.09090909%;
  flex: 0 0 9.09090909%;
  max-width: 9.09090909%;
}

.row-xs-12 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.row-ai-top {
  -webkit-box-align: start!important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}

.row-ai-middle {
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.row-ai-bottom {
  -webkit-box-align: end!important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}

.row-ai-left {
  -webkit-box-pack: start!important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}

.row-ai-center {
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.row-ai-right {
  -webkit-box-pack: end!important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}

.row-ai-justify {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}

.row-ai-even {
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}

.col-as-top {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}

.col-as-middle {
  -webkit-align-self: center!important;
  -ms-flex-item-align: center!important;
  -ms-grid-row-align: center!important;
  align-self: center!important;
}

.col-as-bottom {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}

.m-0 {
  margin: 0 !important;
}

.m-0-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-0-t {
  margin-top: 0 !important;
}

.m-0-b {
  margin-bottom: 0 !important;
}

.m-0-h {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-0-l {
  margin-left: 0 !important;
}

.m-0-r {
  margin-right: 0 !important;
}

.m-xs {
  margin: 0.25rem !important;
}

.m-xs-v {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-xs-t {
  margin-top: 0.25rem !important;
}

.m-xs-b {
  margin-bottom: 0.25rem !important;
}

.m-xs-h {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.m-xs-l {
  margin-left: 0.25rem !important;
}

.m-xs-r {
  margin-right: 0.25rem !important;
}

.m-sm {
  margin: 0.5rem !important;
}

.m-sm-v {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-sm-t {
  margin-top: 0.5rem !important;
}

.m-sm-b {
  margin-bottom: 0.5rem !important;
}

.m-sm-h {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.m-sm-l {
  margin-left: 0.5rem !important;
}

.m-sm-r {
  margin-right: 0.5rem !important;
}

.m-md {
  margin: 1rem !important;
}

.m-md-v {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-md-t {
  margin-top: 1rem !important;
}

.m-md-b {
  margin-bottom: 1rem !important;
}

.m-md-h {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.m-md-l {
  margin-left: 1rem !important;
}

.m-md-r {
  margin-right: 1rem !important;
}

.m-lg {
  margin: 1.5rem !important;
}

.m-lg-v {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-lg-t {
  margin-top: 1.5rem !important;
}

.m-lg-b {
  margin-bottom: 1.5rem !important;
}

.m-lg-h {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.m-lg-l {
  margin-left: 1.5rem !important;
}

.m-lg-r {
  margin-right: 1.5rem !important;
}

.m-xl {
  margin: 3rem !important;
}

.m-xl-v {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-xl-t {
  margin-top: 3rem !important;
}

.m-xl-b {
  margin-bottom: 3rem !important;
}

.m-xl-h {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.m-xl-l {
  margin-left: 3rem !important;
}

.m-xl-r {
  margin-right: 3rem !important;
}

.m-g {
  margin: 30px !important;
}

.m-g-v {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-g-t {
  margin-top: 30px !important;
}

.m-g-b {
  margin-bottom: 30px !important;
}

.m-g-h {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-g-l {
  margin-left: 30px !important;
}

.m-g-r {
  margin-right: 30px !important;
}

.m-hg {
  margin: 15px !important;
}

.m-hg-v {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-hg-t {
  margin-top: 15px !important;
}

.m-hg-b {
  margin-bottom: 15px !important;
}

.m-hg-h {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-hg-l {
  margin-left: 15px !important;
}

.m-hg-r {
  margin-right: 15px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-0-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-0-t {
  padding-top: 0 !important;
}

.p-0-b {
  padding-bottom: 0 !important;
}

.p-0-h {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-0-l {
  padding-left: 0 !important;
}

.p-0-r {
  padding-right: 0 !important;
}

.p-xs {
  padding: 0.25rem !important;
}

.p-xs-v {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-xs-t {
  padding-top: 0.25rem !important;
}

.p-xs-b {
  padding-bottom: 0.25rem !important;
}

.p-xs-h {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.p-xs-l {
  padding-left: 0.25rem !important;
}

.p-xs-r {
  padding-right: 0.25rem !important;
}

.p-sm {
  padding: 0.5rem !important;
}

.p-sm-v {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-sm-t {
  padding-top: 0.5rem !important;
}

.p-sm-b {
  padding-bottom: 0.5rem !important;
}

.p-sm-h {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.p-sm-l {
  padding-left: 0.5rem !important;
}

.p-sm-r {
  padding-right: 0.5rem !important;
}

.p-md {
  padding: 1rem !important;
}

.p-md-v {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-md-t {
  padding-top: 1rem !important;
}

.p-md-b {
  padding-bottom: 1rem !important;
}

.p-md-h {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.p-md-l {
  padding-left: 1rem !important;
}

.p-md-r {
  padding-right: 1rem !important;
}

.p-lg {
  padding: 1.5rem !important;
}

.p-lg-v {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-lg-t {
  padding-top: 1.5rem !important;
}

.p-lg-b {
  padding-bottom: 1.5rem !important;
}

.p-lg-h {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.p-lg-l {
  padding-left: 1.5rem !important;
}

.p-lg-r {
  padding-right: 1.5rem !important;
}

.p-xl {
  padding: 3rem !important;
}

.p-xl-v {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-xl-t {
  padding-top: 3rem !important;
}

.p-xl-b {
  padding-bottom: 3rem !important;
}

.p-xl-h {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.p-xl-l {
  padding-left: 3rem !important;
}

.p-xl-r {
  padding-right: 3rem !important;
}

.p-g {
  padding: 30px !important;
}

.p-g-v {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-g-t {
  padding-top: 30px !important;
}

.p-g-b {
  padding-bottom: 30px !important;
}

.p-g-h {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-g-l {
  padding-left: 30px !important;
}

.p-g-r {
  padding-right: 30px !important;
}

.p-hg {
  padding: 15px !important;
}

.p-hg-v {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-hg-t {
  padding-top: 15px !important;
}

.p-hg-b {
  padding-bottom: 15px !important;
}

.p-hg-h {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-hg-l {
  padding-left: 15px !important;
}

.p-hg-r {
  padding-right: 15px !important;
}

.d-xs-none {
  display: none !important;
}

.d-xs-inline {
  display: inline !important;
}

.d-xs-inline-block {
  display: inline-block !important;
}

.d-xs-block {
  display: block !important;
}

.d-xs-table {
  display: table !important;
}

.d-xs-table-row {
  display: table-row !important;
}

.d-xs-table-cell {
  display: table-cell !important;
}

.d-xs-flex {
  display: flex !important;
}

.d-xs-inline-flex {
  display: inline-flex !important;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-MediumItalic.woff2') format('woff2'), url('/files/fonts/MajestiBanner-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-Bold.woff2') format('woff2'), url('/files/fonts/MajestiBanner-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-Medium.woff2') format('woff2'), url('/files/fonts/MajestiBanner-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Majesti Banner Book';
  src: url('/files/fonts/MajestiBanner-Book.woff2') format('woff2'), url('/files/fonts/MajestiBanner-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-LightItalic.woff2') format('woff2'), url('/files/fonts/MajestiBanner-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-HeavyItalic.woff2') format('woff2'), url('/files/fonts/MajestiBanner-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-Heavy.woff2') format('woff2'), url('/files/fonts/MajestiBanner-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-Light.woff2') format('woff2'), url('/files/fonts/MajestiBanner-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Majesti Banner';
  src: url('/files/fonts/MajestiBanner-BoldItalic.woff2') format('woff2'), url('/files/fonts/MajestiBanner-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Majesti Banner Book';
  src: url('/files/fonts/MajestiBanner-BookItalic.woff2') format('woff2'), url('/files/fonts/MajestiBanner-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

body,
html {
  font-size: 15px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.text-p {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.1rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.2rem;
}

h3,
.h3 {
  font-size: 1.1rem;
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-width: 0;
  border-top: 1px solid #000;
}

.text-h1 {
  font-size: 1.5rem !important;
}

.text-h2 {
  font-size: 1.2rem !important;
}

.text-h3 {
  font-size: 1.1rem !important;
}

.text-h4 {
  font-size: 1rem !important;
}

.text-h5 {
  font-size: 1rem !important;
}

.text-h6 {
  font-size: 1rem !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-thin {
  font-weight: 100;
}

.text-light {
  font-weight: 300;
}

.text-extralight {
  font-weight: 200;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-black {
  font-weight: 900;
}

.text-italic {
  font-style: italic !important;
}

.text-underline {
  text-decoration: underline;
}

.text-none {
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.text-strike {
  text-decoration: line-through;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

.text-xs-justify {
  text-align: justify !important;
}

.text-shadow-l1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.text-shadow-l2 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.text-shadow-l3 {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.text-shadow-l4 {
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.text-shadow-l5 {
  text-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.text-shadow-l6 {
  text-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
}

.text-box > *:first-child {
  margin-top: 0 !important;
}

.text-box > *:last-child {
  margin-bottom: 0 !important;
}

ul,
ol {
  padding-left: 30px;
}

li {
  margin-bottom: 10px;
}

.text-vibrant {
  font-family: 'Majesti Banner';
}

table {
  width: 100%;
}

table.border {
  border: 1px solid #dddddd;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding: 7.5px;
}

table thead tr th,
table tfoot tr td {
  font-weight: 600;
}

table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}

table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}

table.striped tbody tr:nth-child(even) {
  background: #f0f4f6;
}

table tbody tr td {
  vertical-align: top;
  border: none;
}

table tbody tr td.w-1 {
  width: 8.33333333%;
}

table tbody tr td.w-2 {
  width: 16.66666667%;
}

table tbody tr td.w-3 {
  width: 25%;
}

table tbody tr td.w-4 {
  width: 33.33333333%;
}

table tbody tr td.w-5 {
  width: 41.66666667%;
}

table tbody tr td.w-6 {
  width: 50%;
}

table tbody tr td.w-7 {
  width: 58.33333333%;
}

table tbody tr td.w-8 {
  width: 66.66666667%;
}

table tbody tr td.w-9 {
  width: 75%;
}

table tbody tr td.w-10 {
  width: 83.33333333%;
}

table tbody tr td.w-11 {
  width: 91.66666667%;
}

table tbody tr td.w-12 {
  width: 100%;
}

.table-border td,
.table-border th {
  border-bottom: 1px solid #dddddd;
}

table tbody tr.error {
  background: #fff3f3;
}

table tbody tr.error td,
table tbody tr.error a {
  color: #c00000;
}

table tbody tr.tr-success {
  background: #afecbd;
}

table tbody tr.tr-success td,
table tbody tr.tr-success a {
  color: #28a745;
}

table tbody tr.tr-primary {
  background: #6bbfff;
}

table tbody tr.tr-primary td,
table tbody tr.tr-primary a {
  color: #005A9E;
}

table tbody tr.tr-secondary {
  background: #fef0e3;
}

table tbody tr.tr-secondary td,
table tbody tr.tr-secondary a {
  color: #F6861F;
}

table tbody tr.tr-alert {
  background: #fae3e5;
}

table tbody tr.tr-alert td,
table tbody tr.tr-alert a {
  color: #dc3545;
}

table caption {
  margin: 10px;
}

table.table-condenced thead tr th,
table.table-condenced table tfoot tr th,
table.table-condenced tbody tr td,
table.table-condenced tr td,
table.table-condenced tfoot tr td {
  padding: 4px;
}

table.table-condenced caption {
  margin: 4px;
}

[class^="border-"],
[class*=" border-"] {
  border-style: solid;
}

.borderless {
  border-width: 0;
}

.border-0 {
  border-width: 0 !important;
}

.border-0-h {
  border-left: 0 !important;
  border-right: 0 !important;
}

.border-0-v {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.border-0-t {
  border-top: 0 !important;
}

.border-0-r {
  border-right: 0 !important;
}

.border-0-b {
  border-bottom: 0 !important;
}

.border-0-l {
  border-left: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-1-h {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
}

.border-1-v {
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.border-1-t {
  border-top: 1px solid !important;
}

.border-1-r {
  border-right: 1px solid !important;
}

.border-1-b {
  border-bottom: 1px solid !important;
}

.border-1-l {
  border-left: 1px solid !important;
}

.border-2 {
  border-width: 2px solid !important;
}

.border-2-h {
  border-left: 2px solid !important;
  border-right: 2px solid !important;
}

.border-2-v {
  border-top: 2px  solid !important;
  border-bottom: 2px  solid !important;
}

.border-2-t {
  border-top: 2px  solid !important;
}

.border-2-r {
  border-right: 2px  solid !important;
}

.border-2-b {
  border-bottom: 2px  solid !important;
}

.border-2-l {
  border-left: 2px  solid !important;
}

.border-3 {
  border-width: 3px  solid !important;
}

.border-3-h {
  border-left: 3px  solid !important;
  border-right: 3px  solid !important;
}

.border-3-v {
  border-top: 3px  solid !important;
  border-bottom: 3px  solid !important;
}

.border-3-t {
  border-top: 3px  solid !important;
}

.border-3-r {
  border-right: 3px  solid !important;
}

.border-3-b {
  border-bottom: 3px  solid !important;
}

.border-3-l {
  border-left: 3px  solid !important;
}

.border-4 {
  border-width: 4px  solid !important;
}

.border-4-h {
  border-left: 4px  solid !important;
  border-right: 4px  solid !important;
}

.border-4-v {
  border-top: 4px  solid !important;
  border-bottom: 4px  solid !important;
}

.border-4-t {
  border-top: 4px  solid !important;
}

.border-4-r {
  border-right: 4px  solid !important;
}

.border-4-b {
  border-bottom: 4px  solid !important;
}

.border-4-l {
  border-left: 4px  solid !important;
}

.border-5 {
  border-width: 5px  solid !important;
}

.border-5-h {
  border-left: 5px  solid !important;
  border-right: 5px  solid !important;
}

.border-5-v {
  border-top: 5px  solid !important;
  border-bottom: 5px  solid !important;
}

.border-5-t {
  border-top: 5px  solid !important;
}

.border-5-r {
  border-right: 5px  solid !important;
}

.border-5-b {
  border-bottom: 5px  solid !important;
}

.border-5-l {
  border-left: 5px  solid !important;
}

.rounded {
  border-radius: 4px !important;
  overflow: hidden;
}

.rounded-t {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden;
}

.rounded-r {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  overflow: hidden;
}

.rounded-b {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
}

.rounded-l {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
}

.rounded {
  border-radius: 4px !important;
  overflow: hidden;
}

.rounded-t {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden;
}

.rounded-r {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  overflow: hidden;
}

.rounded-b {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
}

.rounded-l {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
}

.rounded-lg {
  border-radius: 4px !important;
  overflow: hidden;
}

.rounded-lg-t {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden;
}

.rounded-lg-r {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  overflow: hidden;
}

.rounded-lg-b {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
}

.rounded-lg-l {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  overflow: hidden;
}

.rounded-circle {
  border-radius: 50% !important;
  overflow: hidden;
}

.rounded-0 {
  border-radius: 0 !important;
}

.border-primary {
  border-color: #005A9E !important;
}

.border-primary-sl {
  border-color: #0077d1 !important;
}

.border-primary-tl {
  border-color: #0593ff !important;
}

.border-primary-sd {
  border-color: #003d6b !important;
}

.border-primary-td {
  border-color: #002038 !important;
}

.border-secondary {
  border-color: #F6861F !important;
}

.border-secondary-sl {
  border-color: #f8a050 !important;
}

.border-secondary-tl {
  border-color: #fabb81 !important;
}

.border-secondary-sd {
  border-color: #d96d09 !important;
}

.border-vibrant-td {
  border-color: #3b732d !important;
}

.border-vibrant {
  border-color: #62B94D !important;
}

.border-vibrant-sl {
  border-color: #82c772 !important;
}

.border-vibrant-tl {
  border-color: #a3d696 !important;
}

.border-vibrant-sd {
  border-color: #4d973c !important;
}

.border-vibrant-td {
  border-color: #3b732d !important;
}

.border-vibrant-td {
  border-color: #3b732d !important;
}

.border-grey {
  border-color: #999 !important;
}

.border-grey-sl {
  border-color: #e0e0e0 !important;
}

.border-grey-tl {
  border-color: #f0f4f6 !important;
}

.border-grey-sd {
  border-color: #808080 !important;
}

.border-grey-td {
  border-color: #666666 !important;
}

.border-alert {
  border-color: #dc3545 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-link {
  border-color: #62B94D !important;
}

.border-white {
  border-color: #fff !important;
}

.border-black {
  border-color: #000 !important;
}

.bg-primary {
  background-color: #005A9E !important;
}

.bg-primary-sl {
  background-color: #0077d1 !important;
}

.bg-primary-tl {
  background-color: #0593ff !important;
}

.bg-primary-sd {
  background-color: #003d6b !important;
}

.bg-primary-td {
  background-color: #002038 !important;
}

.bg-secondary {
  background-color: #F6861F !important;
}

.bg-secondary-sl {
  background-color: #f8a050 !important;
}

.bg-secondary-tl {
  background-color: #fabb81 !important;
}

.bg-secondary-sd {
  background-color: #d96d09 !important;
}

.bg-vibrant-td {
  background-color: #3b732d !important;
}

.bg-vibrant {
  background-color: #62B94D !important;
}

.bg-vibrant-sl {
  background-color: #82c772 !important;
}

.bg-vibrant-tl {
  background-color: #a3d696 !important;
}

.bg-vibrant-sd {
  background-color: #4d973c !important;
}

.bg-vibrant-td {
  background-color: #3b732d !important;
}

.bg-vibrant-td {
  background-color: #3b732d !important;
}

.bg-grey {
  background-color: #999 !important;
}

.bg-grey-sl {
  background-color: #e0e0e0 !important;
}

.bg-grey-tl {
  background-color: #f0f4f6 !important;
}

.bg-grey-sd {
  background-color: #808080 !important;
}

.bg-grey-td {
  background-color: #666666 !important;
}

.bg-alert {
  background-color: #dc3545 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-link {
  background-color: #62B94D !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.color-primary {
  color: #005A9E !important;
}

.links-primary a {
  color: #005A9E !important;
}

.color-primary-sl {
  color: #0077d1 !important;
}

.links-primary-sl a {
  color: #0077d1 !important;
}

.color-primary-tl {
  color: #0593ff !important;
}

.links-primary-tl a {
  color: #0593ff !important;
}

.color-primary-sd {
  color: #003d6b !important;
}

.links-primary-sd a {
  color: #003d6b !important;
}

.color-primary-td {
  color: #002038 !important;
}

.links-primary-td a {
  color: #002038 !important;
}

.color-secondary {
  color: #F6861F !important;
}

.links-secondary a {
  color: #F6861F !important;
}

.color-secondary-sl {
  color: #f8a050 !important;
}

.links-secondary-sl a {
  color: #f8a050 !important;
}

.color-secondary-tl {
  color: #fabb81 !important;
}

.links-secondary-tl a {
  color: #fabb81 !important;
}

.color-secondary-sd {
  color: #d96d09 !important;
}

.links-secondary-sd a {
  color: #d96d09 !important;
}

.color-vibrant-td {
  color: #3b732d !important;
}

.links-vibrant-td a {
  color: #3b732d !important;
}

.color-vibrant {
  color: #62B94D !important;
}

.links-vibrant a {
  color: #62B94D !important;
}

.color-vibrant-sl {
  color: #82c772 !important;
}

.links-vibrant-sl a {
  color: #82c772 !important;
}

.color-vibrant-tl {
  color: #a3d696 !important;
}

.links-vibrant-tl a {
  color: #a3d696 !important;
}

.color-vibrant-sd {
  color: #4d973c !important;
}

.links-vibrant-sd a {
  color: #4d973c !important;
}

.color-vibrant-td {
  color: #3b732d !important;
}

.links-vibrant-td a {
  color: #3b732d !important;
}

.color-vibrant-td {
  color: #3b732d !important;
}

.links-vibrant-td a {
  color: #3b732d !important;
}

.color-grey {
  color: #999 !important;
}

.links-grey a {
  color: #999 !important;
}

.color-grey-sl {
  color: #e0e0e0 !important;
}

.links-grey-sl a {
  color: #e0e0e0 !important;
}

.color-grey-tl {
  color: #f0f4f6 !important;
}

.links-grey-tl a {
  color: #f0f4f6 !important;
}

.color-grey-sd {
  color: #808080 !important;
}

.links-grey-sd a {
  color: #808080 !important;
}

.color-grey-td {
  color: #666666 !important;
}

.links-grey-td a {
  color: #666666 !important;
}

.color-alert {
  color: #dc3545 !important;
}

.links-alert a {
  color: #dc3545 !important;
}

.color-success {
  color: #28a745 !important;
}

.links-success a {
  color: #28a745 !important;
}

.color-link {
  color: #62B94D !important;
}

.links-link a {
  color: #62B94D !important;
}

.color-white {
  color: #fff !important;
}

.links-white a {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.links-black a {
  color: #000 !important;
}

.color-text {
  color: #000000 !important;
}

.color-text-l {
  color: #ffffff !important;
}

.color-text-sl {
  color: rgba(255, 255, 255, 0.7) !important;
}

.color-text-tl {
  color: rgba(255, 255, 255, 0.5) !important;
}

.color-text-d {
  color: #000000 !important;
}

.color-text-sd {
  color: rgba(0, 0, 0, 0.87) !important;
}

.color-text-td {
  color: rgba(0, 0, 0, 0.54) !important;
}

.cover {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
}

.contained {
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
}

.cover-b {
  background-position: 50% 100% !important;
}

.cover-b-r {
  background-position: 0 100% !important;
}

.cover-b-l {
  background-position: 100% 100% !important;
}

.cover-t {
  background-position: 50% 0% !important;
}

.cover-t-r {
  background-position: 0 0% !important;
}

.cover-t-l {
  background-position: 100% 0% !important;
}

.cover-l {
  background-position: 0% 50% !important;
}

.cover-r {
  background-position: 100% 50% !important;
}

.cover-c {
  background-position: 50% 50% !important;
}

.cover-16x9 {
  padding-bottom: 56.25%;
  height: 0;
}

.cover-16x4 {
  padding-bottom: 25%;
  height: 0;
}

.cover-16x5 {
  padding-bottom: 31.25%;
  height: 0;
}

.cover-9x16 {
  padding-bottom: 177.77%;
  height: 0;
}

.cover-1x1 {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.cover-4x3 {
  position: relative;
  padding-bottom: 75%;
  height: 0;
}

.cover-3x4 {
  position: relative;
  padding-bottom: 133.33%;
  height: 0;
}

.cover-3x2 {
  position: relative;
  padding-bottom: 66.67%;
  height: 0;
}

.cover-2x3 {
  position: relative;
  padding-bottom: 150%;
  height: 0;
}

.paralax {
  background-attachment: fixed;
}

.elevation-1 {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

.elevation-2 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}

.elevation-3 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.elevation-4 {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.elevation-6 {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.elevation-8 {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
}

.elevation-9 {
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.14);
}

.elevation-12 {
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.14);
}

.elevation-16 {
  -webkit-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.14);
}

.elevation-24 {
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.14);
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #ddd;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #ddd, inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0.2rem #ddd, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn img {
  width: 20px;
}

.btn-lg {
  padding: 0.5rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 8px;
}

.btn-sm {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 2px;
}

.btn-primary {
  color: #ffffff;
  background-color: #005A9E;
  border-color: #005A9E;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #003d6b;
  border-color: #003d6b;
}

.btn-secondary {
  color: #ffffff;
  background-color: #F6861F;
  border-color: #F6861F;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #d96d09;
  border-color: #d96d09;
}

.btn-vibrant {
  color: #ffffff;
  background-color: #62B94D;
  border-color: #62B94D;
}

.btn-vibrant:hover {
  color: #ffffff;
  background-color: #4d973c;
  border-color: #4d973c;
}

.btn-grey {
  color: #ffffff;
  background-color: #999;
  border-color: #999;
}

.btn-grey:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}

.btn-alert {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-alert:hover {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #bd2130;
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1e7e34;
}

.btn-link {
  color: #ffffff;
  background-color: #62B94D;
  border-color: #62B94D;
}

.btn-link:hover {
  color: #ffffff;
  background-color: #4d973c;
  border-color: #4d973c;
}

.btn-black {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-white {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-flat.btn-primary {
  color: #005A9E;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-primary:hover {
  color: #003d6b;
  background-color: rgba(0, 90, 158, 0.1);
  border-color: rgba(0, 90, 158, 0.1);
}

.btn-flat.btn-secondary {
  color: #F6861F;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-secondary:hover {
  color: #d96d09;
  background-color: rgba(246, 134, 31, 0.1);
  border-color: rgba(246, 134, 31, 0.1);
}

.btn-flat.btn-vibrant {
  color: #62B94D;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-vibrant:hover {
  color: #4d973c;
  background-color: rgba(98, 185, 77, 0.1);
  border-color: rgba(98, 185, 77, 0.1);
}

.btn-flat.btn-grey {
  color: #999;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-grey:hover {
  color: #808080;
  background-color: rgba(153, 153, 153, 0.1);
  border-color: rgba(153, 153, 153, 0.1);
}

.btn-flat.btn-alert {
  color: #dc3545;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-alert:hover {
  color: #bd2130;
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.1);
}

.btn-flat.btn-success {
  color: #28a745;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-success:hover {
  color: #1e7e34;
  background-color: rgba(40, 167, 69, 0.1);
  border-color: rgba(40, 167, 69, 0.1);
}

.btn-flat.btn-link {
  color: #62B94D;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-link:hover {
  color: #4d973c;
  background-color: rgba(98, 185, 77, 0.1);
  border-color: rgba(98, 185, 77, 0.1);
}

.btn-flat.btn-black {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-flat.btn-black:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-outline.btn-primary {
  color: #005A9E;
  background-color: transparent;
  border-color: #005A9E;
}

.btn-outline.btn-primary:hover {
  color: #003d6b;
  background-color: rgba(0, 90, 158, 0.1);
  border-color: #003d6b;
}

.btn-outline.btn-secondary {
  color: #F6861F;
  background-color: transparent;
  border-color: #F6861F;
}

.btn-outline.btn-secondary:hover {
  color: #d96d09;
  background-color: rgba(246, 134, 31, 0.1);
  border-color: #d96d09;
}

.btn-outline.btn-vibrant {
  color: #62B94D;
  background-color: transparent;
  border-color: #62B94D;
}

.btn-outline.btn-vibrant:hover {
  color: #4d973c;
  background-color: rgba(98, 185, 77, 0.1);
  border-color: #4d973c;
}

.btn-outline.btn-grey {
  color: #999;
  background-color: transparent;
  border-color: #999;
}

.btn-outline.btn-grey:hover {
  color: #808080;
  background-color: rgba(153, 153, 153, 0.1);
  border-color: #808080;
}

.btn-outline.btn-alert {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
}

.btn-outline.btn-alert:hover {
  color: #bd2130;
  background-color: rgba(220, 53, 69, 0.1);
  border-color: #bd2130;
}

.btn-outline.btn-success {
  color: #28a745;
  background-color: transparent;
  border-color: #28a745;
}

.btn-outline.btn-success:hover {
  color: #1e7e34;
  background-color: rgba(40, 167, 69, 0.1);
  border-color: #1e7e34;
}

.btn-outline.btn-link {
  color: #62B94D;
  background-color: transparent;
  border-color: #62B94D;
}

.btn-outline.btn-link:hover {
  color: #4d973c;
  background-color: rgba(98, 185, 77, 0.1);
  border-color: #4d973c;
}

.btn-outline.btn-black {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.btn-outline.btn-black:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #000000;
}

label,
.lb {
  display: inline-block;
  cursor: pointer;
  padding: 7.5px 0;
  margin-bottom: 0;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.multiselect > label,
select {
  background-color: #fff;
  font-family: inherit;
  display: block;
  padding: 0.5rem 0.75rem;
  margin: 7.5px 0;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  width: auto;
  max-width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled],
.multiselect > label[disabled],
select[disabled] {
  background-color: #f0f4f6;
}

input[type="text"].field-lg,
input[type="password"].field-lg,
input[type="date"].field-lg,
input[type="datetime"].field-lg,
input[type="email"].field-lg,
input[type="number"].field-lg,
input[type="search"].field-lg,
input[type="tel"].field-lg,
input[type="time"].field-lg,
input[type="url"].field-lg,
textarea.field-lg,
.multiselect > label.field-lg,
select.field-lg {
  padding: 0.5rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 8px;
}

input[type="text"].field-sm,
input[type="password"].field-sm,
input[type="date"].field-sm,
input[type="datetime"].field-sm,
input[type="email"].field-sm,
input[type="number"].field-sm,
input[type="search"].field-sm,
input[type="tel"].field-sm,
input[type="time"].field-sm,
input[type="url"].field-sm,
textarea.field-sm,
.multiselect > label.field-sm,
select.field-sm {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 2px;
}

input[type="text"].loading,
input[type="password"].loading,
input[type="date"].loading,
input[type="datetime"].loading,
input[type="email"].loading,
input[type="number"].loading,
input[type="search"].loading,
input[type="tel"].loading,
input[type="time"].loading,
input[type="url"].loading,
textarea.loading,
.multiselect > label.loading,
select.loading {
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

option {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  outline: none;
  cursor: pointer;
}

input[type="range"]:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #005A9E;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

input[type="range"]::-webkit-slider-runnable-track {
  border: inherit;
  color: transparent;
  background: transparent;
}

input[type="range"]::-moz-range-track,
input[type="range"]::-ms-track {
  border: inherit;
  color: transparent;
  background: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
  background: transparent;
}

input[type="range"]::-moz-range-thumb,
input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  background-color: #005A9E;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 10px;
}

input[type="range"]:focus::-moz-range-thumb,
input[type="range"]:focus::-ms-thumb {
  width: 20px;
  height: 20px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #005A9E;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 10px;
}

input[type="range"]:focus::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

[type="checkbox"] + label,
[type="checkbox"] + .lb {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

[type="checkbox"] + label:before,
[type="checkbox"] + .lb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

[type="checkbox"]:not(:checked):disabled + label:before,
[type="checkbox"]:not(:checked):disabled + .lb:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:checked + .lb:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #005A9E;
  border-bottom: 2px solid #005A9E;
  background: transparent;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before,
[type="checkbox"]:checked:disabled + .lb:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

[type="checkbox"]:indeterminate + label:before,
[type="checkbox"]:indeterminate + .lb:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #005A9E;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before,
[type="checkbox"]:indeterminate:disabled + .lb:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + .lb,
[type="radio"]:checked + .lb {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  -moz-transition: .28s ease;
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

[type="radio"] + label:before,
[type="radio"] + label:after,
[type="radio"] + .lb:before,
[type="radio"] + .lb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -moz-transition: .28s ease;
  -o-transition: .28s ease;
  -ms-transition: .28s ease;
  transition: .28s ease;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + .lb:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + .lb:after {
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  z-index: -1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:before,
[type="radio"]:checked + .lb:before {
  border-radius: 50%;
  border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:checked + .lb:after {
  border-radius: 50%;
  border: 2px solid #005A9E;
  background-color: #005A9E;
  z-index: 0;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + .lb:before {
  border-radius: 50%;
  border: 2px solid #005A9E;
}

[type="radio"].with-gap:checked + label:after,
[type="radio"].with-gap:checked + .lb:after {
  border-radius: 50%;
  border: 2px solid #005A9E;
  background-color: #005A9E;
  z-index: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

[type="radio"].with-gap:disabled:checked + label:before,
[type="radio"].with-gap:disabled:checked + .lb:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after,
[type="radio"].with-gap:disabled:checked + .lb:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + .lb:before,
[type="radio"]:disabled:checked + .lb:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label,
[type="radio"]:disabled + .lb {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:not(:checked) + .lb:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + .lb:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

.switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
}

.switch:before {
  content: "Off";
  width: 30px;
  text-align: center;
  display: inline-block;
  padding-right: 5px;
}

.switch:after {
  content: "On";
  width: 30px;
  text-align: center;
  display: inline-block;
  padding-left: 5px;
}

.switch span {
  display: inline-block;
  height: 15px;
  background-color: #e0e0e0;
  width: 40px;
  vertical-align: baseline;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switch span:after {
  content: " ";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  top: -3px;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switch [type="checkbox"]:checked + span {
  background-color: #1f9eff;
}

.switch [type="checkbox"]:checked + span:after {
  left: 100%;
  background-color: #005A9E;
  margin-left: -20px;
}

.multiselect.unconstrainted > label {
  height: auto;
  min-height: 1.2;
}

.multiselect.unconstrainted > label:empty {
  height: 1.2;
}

select {
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

/*select {
	margin: 0 ;
	padding: @padding-md-v @padding-md-h;
	border: @btn-border-size solid @btn-border;
}*/

.error input[type="text"],
.error input[type="password"],
.error input[type="date"],
.error input[type="datetime"],
.error input[type="email"],
.error input[type="number"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="time"],
.error input[type="url"],
.error input[type="range"],
.error textarea,
.error .multiselect,
.error select,
.error .form-addon {
  border-color: #dc3545;
  color: #dc3545;
}

.error .elements label {
  color: #dc3545;
}

.error input[type="range"] {
  border-width: 1px;
  border-style: solid;
}

small.error {
  display: block;
  color: #dc3545;
  clear: both;
  font-size: 1rem;
}

small.error-i {
  color: #dc3545;
}

.stretch input[type="text"],
.stretch input[type="password"],
.stretch input[type="date"],
.stretch input[type="datetime"],
.stretch input[type="email"],
.stretch input[type="number"],
.stretch input[type="range"],
.stretch input[type="search"],
.stretch input[type="tel"],
.stretch input[type="time"],
.stretch input[type="url"],
.stretch textarea,
.stretch select,
.stretch button,
.stretch .btn {
  width: 100%;
}

.stretch button,
.stretch .btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.form > .row,
.form fieldset > .row {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  /*.row {
			margin: 0;
		}*/
}

.form .multiselect > label {
  padding: 15px;
}

.form .collapsed label {
  margin-bottom: 0;
}

.form fieldset {
  border: 0 solid #eee;
  border-top-width: 1px;
}

.form legend {
  font-size: 1rem;
  color: #000;
  padding: 15px;
  width: auto;
}

.form legend label {
  font-size: 1rem;
}

.form .fields-inline input[type="text"],
.form .fields-inline input[type="password"],
.form .fields-inline input[type="date"],
.form .fields-inline input[type="datetime"],
.form .fields-inline input[type="email"],
.form .fields-inline input[type="number"],
.form .fields-inline input[type="search"],
.form .fields-inline input[type="tel"],
.form .fields-inline input[type="time"],
.form .fields-inline input[type="url"],
.form .fields-inline textarea,
.form .fields-inline select {
  display: inline-block;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animateit {
  visibility: hidden;
}

.animateit.beenAnimated,
.animateit.animated {
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 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);
    -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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 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);
    -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);
    transform: translate3d(0, -30px, 0);
  }

  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);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.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;
  }
}

.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);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-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);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  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 shake {
  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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}

.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);
  }
}

.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);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-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);
  }
}

.bounceIn {
  -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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@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);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@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);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.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);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@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);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.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);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  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);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-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);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.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);
  }
}

.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);
  }
}

.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;
  }
}

.flipOutX {
  -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;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  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);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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-transform-origin: top left;
    transform-origin: top left;
    -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;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* 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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.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);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-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;
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-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;
  }
}

.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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-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);
  }
}

.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);
  }
}

.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);
  }
}

.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);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.3s linear 0.3s ease-in-out;
  -moz-transition: width 0.3s linear 0.3s ease-in-out;
  -o-transition: width 0.3s linear 0.3s ease-in-out;
  -ms-transition: width 0.3s linear 0.3s ease-in-out;
  transition: width 0.3s linear 0.3s ease-in-out;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
  -ms-animation-delay: 1.15s;
  -o-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-moz-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

.group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.group.group-inline {
  display: inline-flex !important;
}

.group .group-addon {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.group .group-addon:first-child {
  padding-left: 15px;
}

.group .group-addon:last-child {
  padding-right: 15px;
}

.group .group-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.group .group-content:first-child {
  padding-left: 15px;
}

.group .group-content:last-child {
  padding-right: 15px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list > li {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  background: transparent;
}

.list > li.separator {
  border-width: 0;
  border-top: 1px solid #000;
}

.list i.mdi {
  vertical-align: middle;
}

.list-lg > li {
  padding: 0.5rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.list-sm > li {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 2px;
}

.list-primary {
  background-color: #005A9E;
}

.list-primary > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-primary > li {
  color: #ffffff;
}

.list-secondary {
  background-color: #F6861F;
}

.list-secondary > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-secondary > li {
  color: #ffffff;
}

.list-vibrant {
  background-color: #62B94D;
}

.list-vibrant > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-vibrant > li {
  color: #ffffff;
}

.list-grey {
  background-color: #999;
}

.list-grey > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-grey > li {
  color: #ffffff;
}

.list-alert {
  background-color: #dc3545;
}

.list-alert > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-alert > li {
  color: #ffffff;
}

.list-success {
  background-color: #28a745;
}

.list-success > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-success > li {
  color: #ffffff;
}

.list-link {
  background-color: #62B94D;
}

.list-link > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-link > li {
  color: #ffffff;
}

.list-black {
  background-color: #000;
}

.list-black > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.list-black > li {
  color: #ffffff;
}

.list-flat.list-primary {
  background-color: transparent;
}

.list-flat.list-primary > li.separator {
  border-color: #0077d1;
}

.list-flat.list-primary > li {
  color: #005A9E;
}

.list-flat.list-secondary {
  background-color: transparent;
}

.list-flat.list-secondary > li.separator {
  border-color: #f8a050;
}

.list-flat.list-secondary > li {
  color: #F6861F;
}

.list-flat.list-vibrant {
  background-color: transparent;
}

.list-flat.list-vibrant > li.separator {
  border-color: #82c772;
}

.list-flat.list-vibrant > li {
  color: #62B94D;
}

.list-flat.list-grey {
  background-color: transparent;
}

.list-flat.list-grey > li.separator {
  border-color: #e0e0e0;
}

.list-flat.list-grey > li {
  color: #999;
}

.list-flat.list-alert {
  background-color: transparent;
}

.list-flat.list-alert > li.separator {
  border-color: #e4606d;
}

.list-flat.list-alert > li {
  color: #dc3545;
}

.list-flat.list-success {
  background-color: transparent;
}

.list-flat.list-success > li.separator {
  border-color: #34ce57;
}

.list-flat.list-success > li {
  color: #28a745;
}

.list-flat.list-link {
  background-color: transparent;
}

.list-flat.list-link > li.separator {
  border-color: #82c772;
}

.list-flat.list-link > li {
  color: #62B94D;
}

.list-flat.list-black {
  background-color: transparent;
}

.list-flat.list-black > li.separator {
  border-color: #1a1a1a;
}

.list-flat.list-black > li {
  color: #000;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav > li {
  margin: 0;
}

.nav > li.separator {
  border-width: 0;
  border-top: 1px solid #000;
}

.nav > li > a,
.nav > li > .dropdown > a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  background: transparent;
}

.nav > li > a:hover,
.nav > li > .dropdown > a:hover,
.nav > li > a:focus,
.nav > li > .dropdown > a:focus,
.nav > li > a.active,
.nav > li > .dropdown > a.active {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.nav-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-inline > li {
  display: inline-block;
  margin: 0;
}

.nav-inline > li.separator {
  border-left: 1px solid #000;
}

.nav-inline > li > a,
.nav-inline > li > .dropdown > a {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  background: transparent;
}

.nav-inline > li > a:hover,
.nav-inline > li > .dropdown > a:hover,
.nav-inline > li > a:focus,
.nav-inline > li > .dropdown > a:focus,
.nav-inline > li > a.active,
.nav-inline > li > .dropdown > a.active {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.nav-lg > li > a,
.nav-lg > li > .dropdown > a {
  padding: 0.5rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.nav-sm > li > a,
.nav-sm > li > .dropdown > a {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 2px;
}

.nav-primary {
  background-color: #005A9E;
}

.nav-primary > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-primary > li > a,
.nav-primary > li > .dropdown > a {
  color: #ffffff;
}

.nav-primary > li > a:hover,
.nav-primary > li > .dropdown > a:hover,
.nav-primary > li > a:focus,
.nav-primary > li > .dropdown > a:focus,
.nav-primary > li > a.active,
.nav-primary > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #003d6b;
}

.nav-secondary {
  background-color: #F6861F;
}

.nav-secondary > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-secondary > li > a,
.nav-secondary > li > .dropdown > a {
  color: #ffffff;
}

.nav-secondary > li > a:hover,
.nav-secondary > li > .dropdown > a:hover,
.nav-secondary > li > a:focus,
.nav-secondary > li > .dropdown > a:focus,
.nav-secondary > li > a.active,
.nav-secondary > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #d96d09;
}

.nav-vibrant {
  background-color: #62B94D;
}

.nav-vibrant > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-vibrant > li > a,
.nav-vibrant > li > .dropdown > a {
  color: #ffffff;
}

.nav-vibrant > li > a:hover,
.nav-vibrant > li > .dropdown > a:hover,
.nav-vibrant > li > a:focus,
.nav-vibrant > li > .dropdown > a:focus,
.nav-vibrant > li > a.active,
.nav-vibrant > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #4d973c;
}

.nav-grey {
  background-color: #999;
}

.nav-grey > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-grey > li > a,
.nav-grey > li > .dropdown > a {
  color: #ffffff;
}

.nav-grey > li > a:hover,
.nav-grey > li > .dropdown > a:hover,
.nav-grey > li > a:focus,
.nav-grey > li > .dropdown > a:focus,
.nav-grey > li > a.active,
.nav-grey > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #808080;
}

.nav-white {
  background-color: #fff;
}

.nav-white > li.separator {
  border-color: #e6e6e6;
}

.nav-white > li > a,
.nav-white > li > .dropdown > a {
  color: #000000;
}

.nav-white > li > a:hover,
.nav-white > li > .dropdown > a:hover,
.nav-white > li > a:focus,
.nav-white > li > .dropdown > a:focus,
.nav-white > li > a.active,
.nav-white > li > .dropdown > a.active {
  color: #000000;
  background-color: #e6e6e6;
}

.nav-alert {
  background-color: #dc3545;
}

.nav-alert > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-alert > li > a,
.nav-alert > li > .dropdown > a {
  color: #ffffff;
}

.nav-alert > li > a:hover,
.nav-alert > li > .dropdown > a:hover,
.nav-alert > li > a:focus,
.nav-alert > li > .dropdown > a:focus,
.nav-alert > li > a.active,
.nav-alert > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #bd2130;
}

.nav-success {
  background-color: #28a745;
}

.nav-success > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-success > li > a,
.nav-success > li > .dropdown > a {
  color: #ffffff;
}

.nav-success > li > a:hover,
.nav-success > li > .dropdown > a:hover,
.nav-success > li > a:focus,
.nav-success > li > .dropdown > a:focus,
.nav-success > li > a.active,
.nav-success > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #1e7e34;
}

.nav-link {
  background-color: #62B94D;
}

.nav-link > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-link > li > a,
.nav-link > li > .dropdown > a {
  color: #ffffff;
}

.nav-link > li > a:hover,
.nav-link > li > .dropdown > a:hover,
.nav-link > li > a:focus,
.nav-link > li > .dropdown > a:focus,
.nav-link > li > a.active,
.nav-link > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #4d973c;
}

.nav-black {
  background-color: #000;
}

.nav-black > li.separator {
  border-color: rgba(255, 255, 255, 0.5);
}

.nav-black > li > a,
.nav-black > li > .dropdown > a {
  color: #ffffff;
}

.nav-black > li > a:hover,
.nav-black > li > .dropdown > a:hover,
.nav-black > li > a:focus,
.nav-black > li > .dropdown > a:focus,
.nav-black > li > a.active,
.nav-black > li > .dropdown > a.active {
  color: #ffffff;
  background-color: #000000;
}

.nav-flat.nav-primary {
  background-color: transparent;
}

.nav-flat.nav-primary > li.separator {
  border-color: #0077d1;
}

.nav-flat.nav-primary > li > a,
.nav-flat.nav-primary > li > .dropdown > a {
  color: #005A9E;
}

.nav-flat.nav-primary > li > a:hover,
.nav-flat.nav-primary > li > .dropdown > a:hover,
.nav-flat.nav-primary > li > a:focus,
.nav-flat.nav-primary > li > .dropdown > a:focus,
.nav-flat.nav-primary > li > a.active,
.nav-flat.nav-primary > li > .dropdown > a.active {
  color: #003d6b;
  background-color: rgba(0, 90, 158, 0.1);
}

.nav-flat.nav-secondary {
  background-color: transparent;
}

.nav-flat.nav-secondary > li.separator {
  border-color: #f8a050;
}

.nav-flat.nav-secondary > li > a,
.nav-flat.nav-secondary > li > .dropdown > a {
  color: #F6861F;
}

.nav-flat.nav-secondary > li > a:hover,
.nav-flat.nav-secondary > li > .dropdown > a:hover,
.nav-flat.nav-secondary > li > a:focus,
.nav-flat.nav-secondary > li > .dropdown > a:focus,
.nav-flat.nav-secondary > li > a.active,
.nav-flat.nav-secondary > li > .dropdown > a.active {
  color: #d96d09;
  background-color: rgba(246, 134, 31, 0.1);
}

.nav-flat.nav-vibrant {
  background-color: transparent;
}

.nav-flat.nav-vibrant > li.separator {
  border-color: #82c772;
}

.nav-flat.nav-vibrant > li > a,
.nav-flat.nav-vibrant > li > .dropdown > a {
  color: #62B94D;
}

.nav-flat.nav-vibrant > li > a:hover,
.nav-flat.nav-vibrant > li > .dropdown > a:hover,
.nav-flat.nav-vibrant > li > a:focus,
.nav-flat.nav-vibrant > li > .dropdown > a:focus,
.nav-flat.nav-vibrant > li > a.active,
.nav-flat.nav-vibrant > li > .dropdown > a.active {
  color: #4d973c;
  background-color: rgba(98, 185, 77, 0.1);
}

.nav-flat.nav-grey {
  background-color: transparent;
}

.nav-flat.nav-grey > li.separator {
  border-color: #e0e0e0;
}

.nav-flat.nav-grey > li > a,
.nav-flat.nav-grey > li > .dropdown > a {
  color: #999;
}

.nav-flat.nav-grey > li > a:hover,
.nav-flat.nav-grey > li > .dropdown > a:hover,
.nav-flat.nav-grey > li > a:focus,
.nav-flat.nav-grey > li > .dropdown > a:focus,
.nav-flat.nav-grey > li > a.active,
.nav-flat.nav-grey > li > .dropdown > a.active {
  color: #808080;
  background-color: rgba(153, 153, 153, 0.1);
}

.nav-flat.nav-alert {
  background-color: transparent;
}

.nav-flat.nav-alert > li.separator {
  border-color: #e4606d;
}

.nav-flat.nav-alert > li > a,
.nav-flat.nav-alert > li > .dropdown > a {
  color: #dc3545;
}

.nav-flat.nav-alert > li > a:hover,
.nav-flat.nav-alert > li > .dropdown > a:hover,
.nav-flat.nav-alert > li > a:focus,
.nav-flat.nav-alert > li > .dropdown > a:focus,
.nav-flat.nav-alert > li > a.active,
.nav-flat.nav-alert > li > .dropdown > a.active {
  color: #bd2130;
  background-color: rgba(220, 53, 69, 0.1);
}

.nav-flat.nav-success {
  background-color: transparent;
}

.nav-flat.nav-success > li.separator {
  border-color: #34ce57;
}

.nav-flat.nav-success > li > a,
.nav-flat.nav-success > li > .dropdown > a {
  color: #28a745;
}

.nav-flat.nav-success > li > a:hover,
.nav-flat.nav-success > li > .dropdown > a:hover,
.nav-flat.nav-success > li > a:focus,
.nav-flat.nav-success > li > .dropdown > a:focus,
.nav-flat.nav-success > li > a.active,
.nav-flat.nav-success > li > .dropdown > a.active {
  color: #1e7e34;
  background-color: rgba(40, 167, 69, 0.1);
}

.nav-flat.nav-link {
  background-color: transparent;
}

.nav-flat.nav-link > li.separator {
  border-color: #82c772;
}

.nav-flat.nav-link > li > a,
.nav-flat.nav-link > li > .dropdown > a {
  color: #62B94D;
}

.nav-flat.nav-link > li > a:hover,
.nav-flat.nav-link > li > .dropdown > a:hover,
.nav-flat.nav-link > li > a:focus,
.nav-flat.nav-link > li > .dropdown > a:focus,
.nav-flat.nav-link > li > a.active,
.nav-flat.nav-link > li > .dropdown > a.active {
  color: #4d973c;
  background-color: rgba(98, 185, 77, 0.1);
}

.nav-flat.nav-black {
  background-color: transparent;
}

.nav-flat.nav-black > li.separator {
  border-color: #1a1a1a;
}

.nav-flat.nav-black > li > a,
.nav-flat.nav-black > li > .dropdown > a {
  color: #000;
}

.nav-flat.nav-black > li > a:hover,
.nav-flat.nav-black > li > .dropdown > a:hover,
.nav-flat.nav-black > li > a:focus,
.nav-flat.nav-black > li > .dropdown > a:focus,
.nav-flat.nav-black > li > a.active,
.nav-flat.nav-black > li > .dropdown > a.active {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-flat.nav-white {
  background-color: transparent;
}

.nav-flat.nav-white > li.separator {
  border-color: #e6e6e6;
}

.nav-flat.nav-white > li > a,
.nav-flat.nav-white > li > .dropdown > a {
  color: #ffffff;
}

.nav-flat.nav-white > li > a:hover,
.nav-flat.nav-white > li > .dropdown > a:hover,
.nav-flat.nav-white > li > a:focus,
.nav-flat.nav-white > li > .dropdown > a:focus,
.nav-flat.nav-white > li > a.active,
.nav-flat.nav-white > li > .dropdown > a.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumbs li {
  display: inline-block;
  margin: 0;
}

.breadcrumbs li.current a {
  color: #000000;
}

.breadcrumbs li + li:before {
  content: "/ ";
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}

.dropdown {
  position: relative;
}

.dropdown.dropdown-open .dropdown-container {
  display: block;
}

.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
}

.dropdown-container.dropdown-up {
  top: auto;
  bottom: 100%;
}

.dropdown-container.dropdown-right {
  left: auto;
  right: 0;
}

.dropdown-container.dropdown-overlap {
  top: 0;
}

.dropdown-container.dropdown-overlap.dropdown-up {
  bottom: 0;
}

.dropdown-container.dropdown-stretch {
  min-width: 100%;
}

.dropdown-container.dropdown-middle {
  top: 35%;
  transform: translateY(-35%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1004;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.modal.modal-show {
  display: block;
}

.modal > .progress {
  position: fixed;
  top: 0;
  left: 0;
}

.modal .progress {
  visibility: hidden;
}

/*.modal-overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: rem(20px);
}

body.modal-opened {
  overflow: hidden;
}

.modal-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: vertical;
  -moz-box-direction: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 90%;
}

.modal-header {
  z-index: 1;
}

.modal-loading .progress {
  visibility: visible;
}

.modal-footer {
  z-index: 1;
}

.modal-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: auto;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slider.responsive {
  height: 100vh;
  min-height: 300px;
}

.slider.responsive .slide {
  height: 100%;
}

.slider > ul {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 15px;
  right: 30px;
  text-align: center;
  z-index: 1;
}

.slider > ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 1000px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin: 5px;
}

.slider > ul li:hover,
.slider > ul li.active {
  background: rgba(255, 255, 255, 0.5);
}

.slider .slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px #000, 0 0 4px #000;
  font-size: rem(60px);
}

.slider .slider-nav-prev {
  left: 15px;
}

.slider .slider-nav-next {
  right: 15px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.slide section {
  height: 100%;
  width: 100%;
}

.steps {
  list-style: none;
  display: table;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0;
  width: 100%;
  position: relative;
}

.steps:before {
  content: " ";
  position: absolute;
  height: 2px;
  top: 17px;
  left: 0;
  width: 100%;
  background: #999;
}

.steps li {
  display: table-cell;
  position: relative;
  font-size: rem(17px);
  padding-top: 50px;
  text-align: center;
  min-width: 30px;
}

.steps li a {
  color: #999;
  text-decoration: none;
}

.steps li span {
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
  border-radius: 100px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #999;
  color: #fff;
  top: 0;
  left: 50%;
  margin-left: -20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.steps li:before {
  content: " ";
  position: absolute;
  height: 2px;
  top: 17px;
  left: 0;
  width: 100%;
  background: #999;
}

.steps li.current {
  color: #005A9E;
  font-weight: 600;
}

.steps li.current a {
  color: #005A9E;
}

.steps li.current span {
  background: #0077d1;
}

.steps li.current:before {
  width: 50%;
  background: #0077d1;
}

.steps li.done a {
  color: #000000;
}

.steps li.done span {
  background: #0077d1;
}

.steps li.done:before {
  background: #0077d1;
}

#gallery-viewer {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
  transition: all .4s;
}

#gallery-viewer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#gallery-viewer-controls {
  position: absolute;
  bottom: 7.5px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #000;
  border-radius: 4px;
}

#gallery-viewer-close {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
}

#gallery-viewer-prev {
  position: absolute;
  left: 7.5px;
  top: 50%;
  transform: translateY(-50%);
}

#gallery-viewer-next {
  position: absolute;
  right: 7.5px;
  top: 50%;
  transform: translateY(-50%);
}

#gallery-viewer-message {
  position: absolute;
  padding: 7.5px;
  background: #000;
  border-radius: 4px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#gallery-viewer-message.active {
  display: block;
}

.gallery-viewer-opened {
  overflow: hidden;
}

.gallery-viewer-opened #gallery-viewer {
  top: 0;
}

.gallery-view {
  position: absolute;
  display: none;
  transition: all .4s;
}

.gallery-view.active {
  display: block;
}

.gallery-view img {
  display: block;
  position: absolute;
  transition: all .4s;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}

body {
  background-image: url(/images/noise-pattern.png);
}

body.body-1 header {
  background-color: #f2ec4e;
}

body.body-2 header {
  background-color: #65bce5;
}

body.body-3 header {
  background-color: #d586a0;
}

body.body-4 header {
  background-color: #70edab;
}

body.body-5 header {
  background-color: #8c83d1;
}

.sticky {
  position: sticky;
}

.sticky-parent {
  position: relative;
}

header {
  padding: 15px 30px;
  z-index: 2;
  background: #ebebeb url(/images/noise-pattern.png);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.5s ease-in-out;
}

header a {
  color: #000;
  text-decoration: none;
}

header a:hover {
  color: #000;
  text-decoration: none;
}

header a.link {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

header a.link:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 0;
  background: #000;
  top: 100%;
  transition: all 0.15s ease-in-out;
}

header a.link:hover:after {
  left: 0;
  width: 100%;
}

header h1 {
  /*font-size: 42px;
		font-family: @font-family-vibrant;
		font-weight: bold;*/
  margin: 0;
  line-height: 1;
}

header h1 img {
  max-width: 160px;
}

#hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#hamburger:after {
  display: block;
  content: " ";
  position: absolute;
  top: 8px;
  border-top: 2px solid #000;
  width: 100%;
  left: 0;
}

footer {
  background-image: url(/images/noise-pattern.png);
  padding: 15px 30px;
}

footer img {
  width: 30px;
}

.page-side {
  background-image: url(/images/noise-pattern.png);
  color: #000;
  text-align: center;
  position: relative;
}

.page-side .header {
  margin: 0 auto;
}

.page-side .header h2,
.page-side .header h1 {
  font-family: 'Majesti Banner';
  font-weight: bold;
  line-height: 1;
  margin: 30px 15px;
  font-size: 42px;
  transition: all 0.15s ease-in-out;
  /*@media (min-width: @bp-md) {
				font-size: 42px;
				height: 84px;
			}*/
  /*@media (min-width: @bp-xl) {
				font-size: 42px;
				height: 84px;
			}*/
}

.page-side .header h4 {
  font-family: 'Majesti Banner';
  font-weight: 300;
  font-style: italic;
  margin: 30px 15px;
  line-height: 1;
  font-size: 22px;
  transition: all 0.15s ease-in-out;
}

.page-side .header p {
  text-transform: uppercase;
  position: relative;
  padding: 15px 0 0;
  margin: 0;
}

.page-side .header p:before {
  content: " ";
  border-top: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.page-side .image {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  margin: 0 auto;
}

.page-side .image img {
  position: absolute;
  width: 60%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.15s ease-in-out;
}

.page-side.full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: vertical;
  -moz-box-direction: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.page-side .nav-inline img {
  width: 40px;
}

.homepage-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: vertical;
  -moz-box-direction: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(/images/noise-pattern.png);
}

.homepage-box a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: vertical;
  -moz-box-direction: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.homepage-box a:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.15s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0);
}

.homepage-box a:hover:after {
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border: 1px solid rgba(0, 0, 0, 0.9);
}

.homepage-box a:hover .image img {
  width: 80%;
}

.homepage-box .header h2,
.homepage-box .header h1 {
  font-family: 'Majesti Banner';
  font-weight: bold;
  line-height: 1;
  margin: 30px 15px;
  font-size: 42px;
  transition: all 0.15s ease-in-out;
  /*@media (min-width: @bp-md) {
				font-size: 42px;
				height: 84px;
			}*/
  /*@media (min-width: @bp-xl) {
				font-size: 42px;
				height: 84px;
			}*/
}

.homepage-box .header h4 {
  font-family: 'Majesti Banner';
  font-weight: 300;
  font-style: italic;
  margin: 30px 15px;
  line-height: 1;
  font-size: 22px;
  transition: all 0.15s ease-in-out;
}

.homepage-box .header p {
  text-transform: uppercase;
  position: relative;
  padding: 15px 0 0;
  margin: 0;
}

.homepage-box .header p:before {
  content: " ";
  border-top: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.homepage-box .image {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.homepage-box .image img {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-in-out;
}

.homepage-box .actions {
  padding: 30px 30px;
}

.homepage-box .actions .btn {
  background: transparent;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.color-1 {
  background-color: #f2ec4e;
}

.color-2 {
  background-color: #65bce5;
}

.color-3 {
  background-color: #d586a0;
}

.color-4 {
  background-color: #70edab;
}

.color-5 {
  background-color: #8c83d1;
}

#menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebebeb url(/images/noise-pattern.png);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

body.open-menu {
  overflow: hidden;
}

body.open-menu #menu {
  top: 0;
}

.page > div {
  min-height: 80vh;
}

.page-content section {
  padding: 30px 30px;
  background: #ebebeb url(/images/noise-pattern.png);
  transition: all 0.5s ease-in-out;
}

.page-content section.variant {
  background: #fff url(/images/noise-pattern.png);
}

.page-content h2 {
  font-family: 'Majesti Banner';
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
  margin: 30px 0;
}

.page-content.full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: vertical;
  -moz-box-direction: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.page-content nav a {
  line-height: 1.4;
}

/*# sourceMappingURL=app.css.map */

@media (min-width: 576px) {
  .container {
    max-width: 546px;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .row-sm-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-sm-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-sm-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-sm-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-sm-5 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-sm-6 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .row-sm-7 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }

  .row-sm-8 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-sm-9 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }

  .row-sm-10 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-sm-11 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }

  .row-sm-12 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .text-sm-justify {
    text-align: justify !important;
  }

  .page-side .header {
    max-width: 70%;
  }

  .page-side .header h2,
  .page-side .header h1 {
    font-size: 38px;
  }

  .page-side .header h4 {
    font-size: 22px;
  }

  .page-side .image {
    max-width: 70%;
  }

  .homepage-box .header h2,
  .homepage-box .header h1 {
    font-size: 38px;
  }

  .homepage-box .header h4 {
    font-size: 22px;
  }

  .page-content h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .row-md-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-md-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-md-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-md-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-md-5 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-md-6 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .row-md-7 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }

  .row-md-8 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-md-9 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }

  .row-md-10 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-md-11 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }

  .row-md-12 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }

  .slider.responsive {
    height: 80vh;
  }

  header h1 {
    text-align: center;
  }

  .page-side .header h4 {
    font-size: 28px;
  }

  .homepage-box .header h4 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 962px;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .row-lg-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-lg-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-lg-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-lg-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-lg-5 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-lg-6 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .row-lg-7 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }

  .row-lg-8 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-lg-9 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }

  .row-lg-10 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-lg-11 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }

  .row-lg-12 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }

  .slider.responsive {
    height: 70vh;
  }

  .page-side .header h2,
  .page-side .header h1 {
    font-size: 32px;
  }

  .page-side .header h4 {
    font-size: 22px;
  }

  .homepage-box .header h2,
  .homepage-box .header h1 {
    font-size: 32px;
  }

  .homepage-box .header h4 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .row-xl-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-xl-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-xl-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-xl-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-xl-5 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-xl-6 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .row-xl-7 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }

  .row-xl-8 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-xl-9 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111111%;
    flex: 0 0 11.11111111%;
    max-width: 11.11111111%;
  }

  .row-xl-10 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-xl-11 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09090909%;
    flex: 0 0 9.09090909%;
    max-width: 9.09090909%;
  }

  .row-xl-12 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-justify {
    text-align: justify !important;
  }

  .page-side .header h4 {
    font-size: 28px;
  }

  .homepage-box .header h4 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .steps li div {
    display: none;
  }

  .steps li.current div {
    display: block;
  }
}

@media (max-width: 575px) {
  .steps li span {
    font-size: 1rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: -10px;
    top: 10px;
  }
}