/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, ../sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, ../sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, ../sass/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid #cccccc;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 94, ../sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 107, ../sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 117, ../sass/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 127, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 137, ../sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 146, ../sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 156, ../sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 167, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 175, ../sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 184, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 193, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 201, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 205, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 216, ../sass/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 225, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 234, ../sass/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 242, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 254, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 270, ../sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 280, ../sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 291, ../sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 302, ../sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 314, ../sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 325, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 338, ../sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 352, ../sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 361, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 370, ../sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 380, ../sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 390, ../sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 399, ../sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 409, ../sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 422, ../sass/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 431, ../sass/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 442, ../sass/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 450, ../sass/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 461, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/*
 * 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
 */
/* line 11, ../sass/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, ../sass/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 23, ../sass/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 28, ../sass/_animate.scss */
.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);
  }
}
/* line 92, ../sass/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 119, ../sass/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 160, ../sass/_animate.scss */
.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);
  }
}
/* line 239, ../sass/_animate.scss */
.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);
  }
}
/* line 278, ../sass/_animate.scss */
.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);
  }
}
/* line 347, ../sass/_animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 408, ../sass/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 469, ../sass/_animate.scss */
.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;
  }
}
/* line 550, ../sass/_animate.scss */
.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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: 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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 639, ../sass/_animate.scss */
.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);
  }
}
/* line 726, ../sass/_animate.scss */
.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;
  }
}
/* line 799, ../sass/_animate.scss */
.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;
  }
}
/* line 872, ../sass/_animate.scss */
.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;
  }
}
/* line 945, ../sass/_animate.scss */
.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);
  }
}
/* line 1018, ../sass/_animate.scss */
.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);
  }
}
/* line 1061, ../sass/_animate.scss */
.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);
  }
}
/* line 1104, ../sass/_animate.scss */
.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);
  }
}
/* line 1137, ../sass/_animate.scss */
.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);
  }
}
/* line 1170, ../sass/_animate.scss */
.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);
  }
}
/* line 1213, ../sass/_animate.scss */
.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;
  }
}
/* line 1238, ../sass/_animate.scss */
.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;
  }
}
/* line 1271, ../sass/_animate.scss */
.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;
  }
}
/* line 1304, ../sass/_animate.scss */
.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;
  }
}
/* line 1337, ../sass/_animate.scss */
.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;
  }
}
/* line 1370, ../sass/_animate.scss */
.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;
  }
}
/* line 1403, ../sass/_animate.scss */
.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;
  }
}
/* line 1436, ../sass/_animate.scss */
.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;
  }
}
/* line 1469, ../sass/_animate.scss */
.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;
  }
}
/* line 1502, ../sass/_animate.scss */
.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;
  }
}
/* line 1527, ../sass/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1556, ../sass/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1585, ../sass/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1614, ../sass/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1643, ../sass/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1672, ../sass/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1701, ../sass/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1730, ../sass/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1759, ../sass/_animate.scss */
.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;
  }
}
/* line 1838, ../sass/_animate.scss */
.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);
  }
}
/* line 1911, ../sass/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1984, ../sass/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2029, ../sass/_animate.scss */
.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;
  }
}
/* line 2074, ../sass/_animate.scss */
.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;
  }
}
/* line 2133, ../sass/_animate.scss */
.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;
  }
}
/* line 2164, ../sass/_animate.scss */
.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;
  }
}
/* line 2207, ../sass/_animate.scss */
.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;
  }
}
/* line 2248, ../sass/_animate.scss */
.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;
  }
}
/* line 2289, ../sass/_animate.scss */
.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;
  }
}
/* line 2330, ../sass/_animate.scss */
.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;
  }
}
/* line 2371, ../sass/_animate.scss */
.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;
  }
}
/* line 2408, ../sass/_animate.scss */
.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;
  }
}
/* line 2445, ../sass/_animate.scss */
.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;
  }
}
/* line 2482, ../sass/_animate.scss */
.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;
  }
}
/* line 2519, ../sass/_animate.scss */
.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;
  }
}
/* line 2556, ../sass/_animate.scss */
.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;
  }
}
/* line 2629, ../sass/_animate.scss */
.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;
  }
}
/* line 2664, ../sass/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2695, ../sass/_animate.scss */
.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;
  }
}
/* line 2724, ../sass/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2765, ../sass/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2806, ../sass/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2847, ../sass/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2888, ../sass/_animate.scss */
.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;
  }
}
/* line 2925, ../sass/_animate.scss */
.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);
  }
}
/* line 2970, ../sass/_animate.scss */
.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;
  }
}
/* line 3007, ../sass/_animate.scss */
.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;
  }
}
/* line 3044, ../sass/_animate.scss */
.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);
  }
}
/* line 3089, ../sass/_animate.scss */
.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);
  }
}
/* line 3120, ../sass/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3151, ../sass/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3182, ../sass/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3213, ../sass/_animate.scss */
.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);
  }
}
/* line 3244, ../sass/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3275, ../sass/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3306, ../sass/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3337, ../sass/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 410, ../sass/components/_color.scss */
.magenta {
  background-color: #a98dd3 !important;
}

/* line 413, ../sass/components/_color.scss */
.magenta-text {
  color: #a98dd3 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.lighten-5 {
  background-color: #a98dd3 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-lighten-5 {
  color: #a98dd3 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.lighten-4 {
  background-color: #a98dd3 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-lighten-4 {
  color: #a98dd3 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.lighten-3 {
  background-color: #a98dd3 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-lighten-3 {
  color: #a98dd3 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.lighten-2 {
  background-color: #a98dd3 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-lighten-2 {
  color: #a98dd3 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.lighten-1 {
  background-color: #a98dd3 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-lighten-1 {
  color: #a98dd3 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.darken-1 {
  background-color: #4E2A84 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-darken-1 {
  color: #4E2A84 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.darken-2 {
  background-color: #4E2A84 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-darken-2 {
  color: #4E2A84 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.darken-3 {
  background-color: #4E2A84 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-darken-3 {
  color: #4E2A84 !important;
}

/* line 418, ../sass/components/_color.scss */
.magenta.darken-4 {
  background-color: #4E2A84 !important;
}

/* line 421, ../sass/components/_color.scss */
.magenta-text.text-darken-4 {
  color: #4E2A84 !important;
}

/* line 410, ../sass/components/_color.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 413, ../sass/components/_color.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 418, ../sass/components/_color.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 421, ../sass/components/_color.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 410, ../sass/components/_color.scss */
.red {
  background-color: #F44336 !important;
}

/* line 413, ../sass/components/_color.scss */
.red-text {
  color: #F44336 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 418, ../sass/components/_color.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 418, ../sass/components/_color.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 418, ../sass/components/_color.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 418, ../sass/components/_color.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 418, ../sass/components/_color.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 421, ../sass/components/_color.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 410, ../sass/components/_color.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 413, ../sass/components/_color.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 418, ../sass/components/_color.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 421, ../sass/components/_color.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 410, ../sass/components/_color.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 413, ../sass/components/_color.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 418, ../sass/components/_color.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 421, ../sass/components/_color.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 410, ../sass/components/_color.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 413, ../sass/components/_color.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 410, ../sass/components/_color.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 413, ../sass/components/_color.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 418, ../sass/components/_color.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 421, ../sass/components/_color.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 410, ../sass/components/_color.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 413, ../sass/components/_color.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 418, ../sass/components/_color.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 410, ../sass/components/_color.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 413, ../sass/components/_color.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 418, ../sass/components/_color.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 421, ../sass/components/_color.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 410, ../sass/components/_color.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 413, ../sass/components/_color.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 418, ../sass/components/_color.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 421, ../sass/components/_color.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 410, ../sass/components/_color.scss */
.teal {
  background-color: #009688 !important;
}

/* line 413, ../sass/components/_color.scss */
.teal-text {
  color: #009688 !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 418, ../sass/components/_color.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 421, ../sass/components/_color.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 410, ../sass/components/_color.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 413, ../sass/components/_color.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 418, ../sass/components/_color.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 418, ../sass/components/_color.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 418, ../sass/components/_color.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 418, ../sass/components/_color.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 418, ../sass/components/_color.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 421, ../sass/components/_color.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 410, ../sass/components/_color.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 413, ../sass/components/_color.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 418, ../sass/components/_color.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 421, ../sass/components/_color.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 410, ../sass/components/_color.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 413, ../sass/components/_color.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 418, ../sass/components/_color.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 421, ../sass/components/_color.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 410, ../sass/components/_color.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 413, ../sass/components/_color.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 418, ../sass/components/_color.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 421, ../sass/components/_color.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 410, ../sass/components/_color.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 413, ../sass/components/_color.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 418, ../sass/components/_color.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 421, ../sass/components/_color.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 410, ../sass/components/_color.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 413, ../sass/components/_color.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 418, ../sass/components/_color.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 421, ../sass/components/_color.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 410, ../sass/components/_color.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 413, ../sass/components/_color.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 418, ../sass/components/_color.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 421, ../sass/components/_color.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 410, ../sass/components/_color.scss */
.brown {
  background-color: #795548 !important;
}

/* line 413, ../sass/components/_color.scss */
.brown-text {
  color: #795548 !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 418, ../sass/components/_color.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 421, ../sass/components/_color.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 410, ../sass/components/_color.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 413, ../sass/components/_color.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 418, ../sass/components/_color.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 421, ../sass/components/_color.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 410, ../sass/components/_color.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 413, ../sass/components/_color.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 418, ../sass/components/_color.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 421, ../sass/components/_color.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 430, ../sass/components/_color.scss */
.black {
  background-color: #000000 !important;
}

/* line 433, ../sass/components/_color.scss */
.black-text {
  color: #000000 !important;
}

/* line 430, ../sass/components/_color.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 433, ../sass/components/_color.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 430, ../sass/components/_color.scss */
.transparent {
  background-color: transparent !important;
}

/* line 433, ../sass/components/_color.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../sass/components/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/components/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/components/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/components/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/components/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/components/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../sass/components/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../sass/components/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../sass/components/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../sass/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../sass/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../sass/components/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../sass/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../sass/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../sass/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../sass/components/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../sass/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../sass/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../sass/components/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/components/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/components/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/components/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/components/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/components/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/components/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/components/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/components/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/components/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/components/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../sass/components/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../sass/components/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../sass/components/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../sass/components/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../sass/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../sass/components/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../sass/components/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/components/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 3, ../sass/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../sass/components/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 21, ../sass/components/_global.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
/* line 25, ../sass/components/_global.scss */
ul:not(.browser-default) li {
  list-style-type: none;
}

/* line 31, ../sass/components/_global.scss */
a {
  color: #a98dd3;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 41, ../sass/components/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}
/* line 45, ../sass/components/_global.scss */
.valign-wrapper .valign {
  display: block;
}

/* line 52, ../sass/components/_global.scss */
.clearfix {
  clear: both;
}

/* line 58, ../sass/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 61, ../sass/components/_global.scss */
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 64, ../sass/components/_global.scss */
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* line 67, ../sass/components/_global.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* line 70, ../sass/components/_global.scss */
.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

/* line 73, ../sass/components/_global.scss */
.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

/* line 76, ../sass/components/_global.scss */
.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

/* line 80, ../sass/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}

/* line 85, ../sass/components/_global.scss */
.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 92, ../sass/components/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 101, ../sass/components/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #a98dd3;
}

/* line 109, ../sass/components/_global.scss */
i {
  line-height: inherit;
}
/* line 112, ../sass/components/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}
/* line 116, ../sass/components/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}
/* line 120, ../sass/components/_global.scss */
i.tiny {
  font-size: 1rem;
}
/* line 123, ../sass/components/_global.scss */
i.small {
  font-size: 2rem;
}
/* line 126, ../sass/components/_global.scss */
i.medium {
  font-size: 4rem;
}
/* line 129, ../sass/components/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 135, ../sass/components/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 146, ../sass/components/_global.scss */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
/* line 153, ../sass/components/_global.scss */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
/* line 161, ../sass/components/_global.scss */
.pagination li.active a {
  color: #fff;
}
/* line 163, ../sass/components/_global.scss */
.pagination li.active {
  background-color: #a98dd3;
}
/* line 165, ../sass/components/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
/* line 170, ../sass/components/_global.scss */
.pagination li i {
  font-size: 2rem;
}
/* line 176, ../sass/components/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  /* line 182, ../sass/components/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 185, ../sass/components/_global.scss */
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  /* line 190, ../sass/components/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
/* line 199, ../sass/components/_global.scss */
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
/* line 203, ../sass/components/_global.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
/* line 211, ../sass/components/_global.scss */
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
/* line 224, ../sass/components/_global.scss */
.breadcrumb:first-child:before {
  display: none;
}
/* line 228, ../sass/components/_global.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 235, ../sass/components/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 241, ../sass/components/_global.scss */
.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/* line 249, ../sass/components/_global.scss */
.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 263, ../sass/components/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 266, ../sass/components/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 274, ../sass/components/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 278, ../sass/components/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  /* line 287, ../sass/components/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 292, ../sass/components/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 297, ../sass/components/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 302, ../sass/components/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 307, ../sass/components/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 312, ../sass/components/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 317, ../sass/components/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 322, ../sass/components/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 327, ../sass/components/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 332, ../sass/components/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 340, ../sass/components/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 347, ../sass/components/_global.scss */
footer.page-footer {
  padding-top: 100px;
  background-color: #F5F3F9;
  color: #444444;
  position: relative;
}
/* line 352, ../sass/components/_global.scss */
footer.page-footer p {
  font-size: 14px;
}
/* line 355, ../sass/components/_global.scss */
footer.page-footer a {
  font-size: 14px;
  color: #444444;
}
/* line 360, ../sass/components/_global.scss */
footer.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  font-size: 11px !important;
}
/* line 370, ../sass/components/_global.scss */
footer.page-footer .footer-copyright a {
  font-size: 11px !important;
}

/* line 377, ../sass/components/_global.scss */
table, th, td {
  border: none;
}

/* line 381, ../sass/components/_global.scss */
table {
  width: 100%;
  display: table;
}
/* line 385, ../sass/components/_global.scss */
table.bordered > thead > tr, table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
/* line 391, ../sass/components/_global.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
/* line 395, ../sass/components/_global.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}
/* line 400, ../sass/components/_global.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}
/* line 402, ../sass/components/_global.scss */
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
/* line 408, ../sass/components/_global.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 415, ../sass/components/_global.scss */
thead {
  border-bottom: 1px solid #d0d0d0;
}

/* line 419, ../sass/components/_global.scss */
td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  /* line 430, ../sass/components/_global.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 437, ../sass/components/_global.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 441, ../sass/components/_global.scss */
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 447, ../sass/components/_global.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 448, ../sass/components/_global.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 452, ../sass/components/_global.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 456, ../sass/components/_global.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 461, ../sass/components/_global.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 468, ../sass/components/_global.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 473, ../sass/components/_global.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 477, ../sass/components/_global.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 482, ../sass/components/_global.scss */
  table.responsive-table tr {
    padding: 0 10px;
  }
  /* line 485, ../sass/components/_global.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  /* line 491, ../sass/components/_global.scss */
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  /* line 492, ../sass/components/_global.scss */
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 493, ../sass/components/_global.scss */
  table.responsive-table.bordered tr {
    border: 0;
  }
  /* line 494, ../sass/components/_global.scss */
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
/* line 503, ../sass/components/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
/* line 510, ../sass/components/_global.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 518, ../sass/components/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
/* line 523, ../sass/components/_global.scss */
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
/* line 532, ../sass/components/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
/* line 541, ../sass/components/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}
/* line 545, ../sass/components/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}
/* line 549, ../sass/components/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
/* line 558, ../sass/components/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}
/* line 562, ../sass/components/_global.scss */
.collection .collection-item.active {
  background-color: #a98dd3;
  color: white;
}
/* line 566, ../sass/components/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}
/* line 571, ../sass/components/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #a98dd3;
}
/* line 576, ../sass/components/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
/* line 583, ../sass/components/_global.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
/* line 588, ../sass/components/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}
/* line 591, ../sass/components/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 598, ../sass/components/_global.scss */
.secondary-content {
  float: right;
  color: #a98dd3;
}

/* line 602, ../sass/components/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 610, ../sass/components/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 616, ../sass/components/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 626, ../sass/components/_global.scss */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
/* line 635, ../sass/components/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #a98dd3;
  transition: width .3s linear;
}
/* line 643, ../sass/components/_global.scss */
.progress .indeterminate {
  background-color: #a98dd3;
}
/* line 645, ../sass/components/_global.scss */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
/* line 657, ../sass/components/_global.scss */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
/* line 706, ../sass/components/_global.scss */
.hide {
  display: none !important;
}

/* line 711, ../sass/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 714, ../sass/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 717, ../sass/components/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 721, ../sass/components/_global.scss */
.left {
  float: left !important;
}

/* line 724, ../sass/components/_global.scss */
.right {
  float: right !important;
}

/* line 729, ../sass/components/_global.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 738, ../sass/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 742, ../sass/components/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 748, ../sass/components/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 755, ../sass/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, ../sass/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, ../sass/components/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  /* line 7, ../sass/components/_grid.scss */
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  /* line 12, ../sass/components/_grid.scss */
  .container {
    width: 70%;
  }
}
/* line 16, ../sass/components/_grid.scss */
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 21, ../sass/components/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 25, ../sass/components/_grid.scss */
.section.no-pad {
  padding: 0;
}
/* line 28, ../sass/components/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}
/* line 31, ../sass/components/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 37, ../sass/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
/* line 43, ../sass/components/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 49, ../sass/components/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
/* line 55, ../sass/components/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 63, ../sass/components/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s1 {
  right: 8.33333%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s1 {
  left: 8.33333%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s2 {
  right: 16.66667%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s2 {
  left: 16.66667%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s4 {
  right: 33.33333%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s4 {
  left: 33.33333%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s5 {
  right: 41.66667%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s5 {
  left: 41.66667%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s7 {
  right: 58.33333%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s7 {
  left: 58.33333%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s8 {
  right: 66.66667%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s8 {
  left: 66.66667%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s10 {
  right: 83.33333%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s10 {
  left: 83.33333%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s11 {
  right: 91.66667%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s11 {
  left: 91.66667%;
}
/* line 75, ../sass/components/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}
/* line 78, ../sass/components/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}
/* line 81, ../sass/components/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 92, ../sass/components/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m1 {
    left: 8.33333%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m2 {
    left: 16.66667%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m4 {
    left: 33.33333%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m5 {
    left: 41.66667%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m7 {
    left: 58.33333%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m8 {
    left: 66.66667%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m10 {
    left: 83.33333%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m11 {
    left: 91.66667%;
  }
  /* line 104, ../sass/components/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 107, ../sass/components/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 110, ../sass/components/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 122, ../sass/components/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l1 {
    left: 8.33333%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l2 {
    left: 16.66667%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l4 {
    left: 33.33333%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l5 {
    left: 41.66667%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l7 {
    left: 58.33333%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l8 {
    left: 66.66667%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l10 {
    left: 83.33333%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l11 {
    left: 91.66667%;
  }
  /* line 134, ../sass/components/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 137, ../sass/components/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 140, ../sass/components/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

/* line 1, ../sass/components/_navbar.scss */
nav {
  color: #fff;
  background-color: #a98dd3;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
/* line 2, ../sass/components/_navbar.scss */
nav.nav-extended {
  height: auto;
}
/* line 5, ../sass/components/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}
/* line 10, ../sass/components/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
/* line 16, ../sass/components/_navbar.scss */
nav.nav-transparent {
  background-color: transparent !important;
  position: absolute;
  z-index: 99;
  width: 100%;
}
/* line 30, ../sass/components/_navbar.scss */
nav a {
  color: #fff;
}
/* line 32, ../sass/components/_navbar.scss */
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
/* line 41, ../sass/components/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  /* line 47, ../sass/components/_navbar.scss */
  nav a.button-collapse {
    display: none;
  }
}
/* line 52, ../sass/components/_navbar.scss */
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
/* line 59, ../sass/components/_navbar.scss */
nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}
/* line 67, ../sass/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
}
/* line 75, ../sass/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  /* line 67, ../sass/components/_navbar.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 84, ../sass/components/_navbar.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 89, ../sass/components/_navbar.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 90, ../sass/components/_navbar.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
/* line 96, ../sass/components/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
/* line 101, ../sass/components/_navbar.scss */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
/* line 111, ../sass/components/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
/* line 119, ../sass/components/_navbar.scss */
nav ul {
  margin: 0;
}
/* line 122, ../sass/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}
/* line 127, ../sass/components/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 131, ../sass/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 600;
}
/* line 140, ../sass/components/_navbar.scss */
nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 145, ../sass/components/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}
/* line 151, ../sass/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 156, ../sass/components/_navbar.scss */
nav ul.left {
  float: left;
}
/* line 162, ../sass/components/_navbar.scss */
nav form {
  height: 100%;
}
/* line 166, ../sass/components/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}
/* line 170, ../sass/components/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
/* line 176, ../sass/components/_navbar.scss */
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
/* line 183, ../sass/components/_navbar.scss */
nav .input-field label {
  top: 0;
  left: 0;
}
/* line 187, ../sass/components/_navbar.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}
/* line 191, ../sass/components/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 197, ../sass/components/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
/* line 202, ../sass/components/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  /* line 207, ../sass/components/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }

  /* line 210, ../sass/components/_navbar.scss */
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
  }

  /* line 214, ../sass/components/_navbar.scss */
  .navbar-fixed {
    height: 64px;
  }
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* line 2, ../sass/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 6, ../sass/components/_typography.scss */
html {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  color: #383838;
}
@media only screen and (min-width: 0) {
  /* line 6, ../sass/components/_typography.scss */
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 6, ../sass/components/_typography.scss */
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 6, ../sass/components/_typography.scss */
  html {
    font-size: 16px;
  }
}

/* line 27, ../sass/components/_typography.scss */
h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

/* line 32, ../sass/components/_typography.scss */
h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

/* line 37, ../sass/components/_typography.scss */
h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

/* line 44, ../sass/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 45, ../sass/components/_typography.scss */
h1 {
  font-size: 40px;
  line-height: 110%;
  margin: 20px 0 16px 0;
}

/* line 46, ../sass/components/_typography.scss */
h2 {
  font-size: 32px;
  line-height: 130%;
  margin: 16px 0 12.8px 0;
}

/* line 47, ../sass/components/_typography.scss */
h3 {
  font-size: 28px;
  line-height: 130%;
  margin: 14px 0 11.2px 0;
}

/* line 48, ../sass/components/_typography.scss */
h4 {
  font-size: 20px;
  line-height: 110%;
  margin: 10px 0 8px 0;
}

/* line 49, ../sass/components/_typography.scss */
h5 {
  font-size: 18px;
  line-height: 110%;
  margin: 9px 0 7.2px 0;
}

/* line 50, ../sass/components/_typography.scss */
h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

/* line 53, ../sass/components/_typography.scss */
em {
  font-style: inherit;
  font-family: 'Merriweather', serif;
  font-weight: 300;
}

/* line 58, ../sass/components/_typography.scss */
strong {
  font-weight: 500;
}

/* line 59, ../sass/components/_typography.scss */
small {
  font-size: 75%;
}

/* line 60, ../sass/components/_typography.scss */
.light, footer.page-footer .footer-copyright {
  font-weight: 300;
}

/* line 61, ../sass/components/_typography.scss */
.thin {
  font-weight: 200;
}

/* line 64, ../sass/components/_typography.scss */
.flow-text {
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  /* line 64, ../sass/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 3, ../sass/components/_cards.scss */
.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

/* line 12, ../sass/components/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}
/* line 21, ../sass/components/_cards.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
/* line 24, ../sass/components/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}
/* line 30, ../sass/components/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}
/* line 33, ../sass/components/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
/* line 37, ../sass/components/_cards.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}
/* line 40, ../sass/components/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
/* line 44, ../sass/components/_cards.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 52, ../sass/components/_cards.scss */
.card.small {
  height: 300px;
}
/* line 56, ../sass/components/_cards.scss */
.card.medium {
  height: 400px;
}
/* line 60, ../sass/components/_cards.scss */
.card.large {
  height: 500px;
}
/* line 65, ../sass/components/_cards.scss */
.card.horizontal {
  display: flex;
}
/* line 67, ../sass/components/_cards.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
/* line 72, ../sass/components/_cards.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}
/* line 80, ../sass/components/_cards.scss */
.card.horizontal .card-image {
  max-width: 50%;
}
/* line 82, ../sass/components/_cards.scss */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
/* line 89, ../sass/components/_cards.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
/* line 95, ../sass/components/_cards.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}
/* line 103, ../sass/components/_cards.scss */
.card.sticky-action .card-action {
  z-index: 2;
}
/* line 107, ../sass/components/_cards.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
/* line 116, ../sass/components/_cards.scss */
.card .card-image {
  position: relative;
}
/* line 120, ../sass/components/_cards.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
/* line 131, ../sass/components/_cards.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
/* line 141, ../sass/components/_cards.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
/* line 145, ../sass/components/_cards.scss */
.card .card-content p {
  margin: 0;
  color: inherit;
}
/* line 149, ../sass/components/_cards.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}
/* line 154, ../sass/components/_cards.scss */
.card .card-content .card-title i {
  line-height: 32px;
}
/* line 160, ../sass/components/_cards.scss */
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px 24px;
}
/* line 166, ../sass/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}
/* line 172, ../sass/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
/* line 176, ../sass/components/_cards.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
/* line 188, ../sass/components/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 1, ../sass/components/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  /* line 1, ../sass/components/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  /* line 1, ../sass/components/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  /* line 1, ../sass/components/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, ../sass/components/_toast.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 45, ../sass/components/_toast.scss */
.toast .btn, .toast .btn-large, .toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}
/* line 50, ../sass/components/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  /* line 22, ../sass/components/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  /* line 22, ../sass/components/_toast.scss */
  .toast {
    float: left;
  }
}
@media only screen and (min-width: 993px) {
  /* line 22, ../sass/components/_toast.scss */
  .toast {
    float: right;
  }
}

/* line 1, ../sass/components/_tabs.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
/* line 2, ../sass/components/_tabs.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}
/* line 5, ../sass/components/_tabs.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
/* line 11, ../sass/components/_tabs.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
/* line 16, ../sass/components/_tabs.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
/* line 21, ../sass/components/_tabs.scss */
.tabs.tabs-fixed-width {
  display: flex;
}
/* line 24, ../sass/components/_tabs.scss */
.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 41, ../sass/components/_tabs.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
/* line 50, ../sass/components/_tabs.scss */
.tabs .tab a {
  color: rgba(169, 141, 211, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}
/* line 51, ../sass/components/_tabs.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #a98dd3;
}
/* line 68, ../sass/components/_tabs.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(169, 141, 211, 0.7);
  cursor: default;
}
/* line 74, ../sass/components/_tabs.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #d3c4e8;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  /* line 85, ../sass/components/_tabs.scss */
  .tabs {
    display: flex;
  }
  /* line 88, ../sass/components/_tabs.scss */
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* line 94, ../sass/components/_tabs.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}
/* line 1, ../sass/components/_tooltip.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 21, ../sass/components/_tooltip.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2, ../sass/components/_buttons.scss */
.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 40px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 3rem;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

/* line 20, ../sass/components/_buttons.scss */
.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
/* line 38, ../sass/components/_buttons.scss */
.btn.disabled:hover, .disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 45, ../sass/components/_buttons.scss */
.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  outline: 0;
}
/* line 52, ../sass/components/_buttons.scss */
.btn i, .btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 16px;
  line-height: inherit;
}

/* line 61, ../sass/components/_buttons.scss */
.btn:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #8d68c5;
}

/* line 67, ../sass/components/_buttons.scss */
.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #a98dd3;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}
/* line 77, ../sass/components/_buttons.scss */
.btn:hover, .btn-large:hover {
  background-color: #b79fda;
}

/* line 84, ../sass/components/_buttons.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #a98dd3;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}
/* line 85, ../sass/components/_buttons.scss */
.btn-floating:hover {
  background-color: #a98dd3;
}
/* line 90, ../sass/components/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}
/* line 94, ../sass/components/_buttons.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}
/* line 97, ../sass/components/_buttons.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}
/* line 102, ../sass/components/_buttons.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: 0;
  transform: translateY(50%);
}
/* line 103, ../sass/components/_buttons.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
/* line 130, ../sass/components/_buttons.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 141, ../sass/components/_buttons.scss */
button.btn-floating {
  border: none;
}

/* line 146, ../sass/components/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}
/* line 148, ../sass/components/_buttons.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}
/* line 153, ../sass/components/_buttons.scss */
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}
/* line 156, ../sass/components/_buttons.scss */
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}
/* line 165, ../sass/components/_buttons.scss */
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
/* line 172, ../sass/components/_buttons.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
/* line 174, ../sass/components/_buttons.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
/* line 182, ../sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
}
/* line 187, ../sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}
/* line 194, ../sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}
/* line 206, ../sass/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
/* line 221, ../sass/components/_buttons.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
/* line 230, ../sass/components/_buttons.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
/* line 234, ../sass/components/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
/* line 239, ../sass/components/_buttons.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #a98dd3;
  border-radius: 50%;
  transform: scale(0);
}

/* line 253, ../sass/components/_buttons.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}
/* line 260, ../sass/components/_buttons.scss */
.btn-flat:focus, .btn-flat:active {
  background-color: transparent;
}
/* line 265, ../sass/components/_buttons.scss */
.btn-flat:focus, .btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
/* line 271, ../sass/components/_buttons.scss */
.btn-flat:active {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 275, ../sass/components/_buttons.scss */
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 283, ../sass/components/_buttons.scss */
.btn-large {
  height: 66px;
  line-height: 66px;
}
/* line 288, ../sass/components/_buttons.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 294, ../sass/components/_buttons.scss */
.btn-block {
  display: block;
}

/* line 1, ../sass/components/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
/* line 14, ../sass/components/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: #383838;
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: left;
  text-transform: none;
}
/* line 24, ../sass/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}
/* line 28, ../sass/components/_dropdown.scss */
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
/* line 32, ../sass/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
/* line 37, ../sass/components/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 1rem;
  color: #383838;
  display: block;
  line-height: 18px;
  padding: 6px 16px;
  font-weight: 100;
}
/* line 46, ../sass/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
/* line 53, ../sass/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

/* line 61, ../sass/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 12, ../sass/components/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}
/* line 23, ../sass/components/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
/* line 40, ../sass/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
/* line 43, ../sass/components/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
/* line 46, ../sass/components/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
/* line 49, ../sass/components/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
/* line 52, ../sass/components/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
/* line 55, ../sass/components/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
/* line 58, ../sass/components/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
/* line 63, ../sass/components/_waves.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: initial;
  background: none;
}
/* line 71, ../sass/components/_waves.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 77, ../sass/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 81, ../sass/components/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 86, ../sass/components/_waves.scss */
.waves-input-wrapper {
  vertical-align: bottom;
}
/* line 90, ../sass/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98, ../sass/components/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 107, ../sass/components/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 112, ../sass/components/_waves.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, ../sass/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
@media only screen and (max-width: 992px) {
  /* line 1, ../sass/components/_modal.scss */
  .modal {
    width: 80%;
  }
}
/* line 22, ../sass/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}
/* line 26, ../sass/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}
/* line 29, ../sass/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}
/* line 33, ../sass/components/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
/* line 40, ../sass/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}

/* line 46, ../sass/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 62, ../sass/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
/* line 66, ../sass/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
/* line 74, ../sass/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 82, ../sass/components/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, ../sass/components/_collapsible.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 9, ../sass/components/_collapsible.scss */
.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
/* line 18, ../sass/components/_collapsible.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

/* line 29, ../sass/components/_collapsible.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 40, ../sass/components/_collapsible.scss */
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
/* line 44, ../sass/components/_collapsible.scss */
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
/* line 47, ../sass/components/_collapsible.scss */
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
/* line 54, ../sass/components/_collapsible.scss */
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 55, ../sass/components/_collapsible.scss */
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
/* line 58, ../sass/components/_collapsible.scss */
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
/* line 62, ../sass/components/_collapsible.scss */
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 72, ../sass/components/_collapsible.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}
/* line 75, ../sass/components/_collapsible.scss */
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 81, ../sass/components/_collapsible.scss */
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* line 1, ../sass/components/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
/* line 14, ../sass/components/_chips.scss */
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
/* line 22, ../sass/components/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 31, ../sass/components/_chips.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}
/* line 40, ../sass/components/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
/* line 45, ../sass/components/_chips.scss */
.chips:hover {
  cursor: text;
}
/* line 49, ../sass/components/_chips.scss */
.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}
/* line 54, ../sass/components/_chips.scss */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 44px;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}
/* line 68, ../sass/components/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 75, ../sass/components/_chips.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 80, ../sass/components/_chips.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 1, ../sass/components/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}
/* line 3, ../sass/components/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}
/* line 14, ../sass/components/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, ../sass/components/_materialbox.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, ../sass/components/_materialbox.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 2, ../sass/components/forms/_forms.scss */
select:focus {
  outline: 1px solid white;
}

/* line 6, ../sass/components/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: #b49cd9;
}

/* line 11, ../sass/components/forms/_forms.scss */
label {
  font-size: 12px;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 6, ../sass/components/forms/_input-fields.scss */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

/* line 10, ../sass/components/forms/_input-fields.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

/* line 14, ../sass/components/forms/_input-fields.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

/* line 18, ../sass/components/forms/_input-fields.scss */
:-ms-input-placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 24, ../sass/components/forms/_input-fields.scss */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: #ffffff;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0;
  outline: none;
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 15px;
  box-shadow: none;
  box-sizing: inherit;
  transition: all 0.3s;
  font-size: 16px;
  padding: 15px 15px 8px;
}
/* line 58, ../sass/components/forms/_input-fields.scss */
input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
/* line 65, ../sass/components/forms/_input-fields.scss */
input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26);
}
/* line 71, ../sass/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #a98dd3;
  box-shadow: 0 1px 0 0 #a98dd3;
}
/* line 77, ../sass/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #a98dd3;
}
/* line 82, ../sass/components/forms/_input-fields.scss */
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #a98dd3;
  box-shadow: 0 1px 0 0 #a98dd3;
}
/* line 89, ../sass/components/forms/_input-fields.scss */
input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #a98dd3;
  opacity: 1;
}
/* line 97, ../sass/components/forms/_input-fields.scss */
input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
/* line 104, ../sass/components/forms/_input-fields.scss */
input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
/* line 112, ../sass/components/forms/_input-fields.scss */
input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}
/* line 118, ../sass/components/forms/_input-fields.scss */
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  text-transform: capitalize;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 131, ../sass/components/forms/_input-fields.scss */
.input-field {
  margin-top: 0.5rem !important;
  position: relative;
  margin-top: 1rem;
}
/* line 134, ../sass/components/forms/_input-fields.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/* line 139, ../sass/components/forms/_input-fields.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
/* line 147, ../sass/components/forms/_input-fields.scss */
.input-field.col label {
  left: 1.5rem;
}
/* line 151, ../sass/components/forms/_input-fields.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
/* line 160, ../sass/components/forms/_input-fields.scss */
.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.7rem;
  left: 25px;
  cursor: text;
  transition: .2s ease-out;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  pointer-events: none;
}
/* line 174, ../sass/components/forms/_input-fields.scss */
.input-field label:not(.label-icon).active {
  font-size: 12px;
  transform: translateY(-140%);
  left: 25px;
  top: 1.7rem;
}
/* line 183, ../sass/components/forms/_input-fields.scss */
.input-field .prefix {
  position: absolute;
  width: 44px;
  font-size: 2rem;
  transition: color .2s;
}
/* line 189, ../sass/components/forms/_input-fields.scss */
.input-field .prefix.active {
  color: #a98dd3;
}
/* line 192, ../sass/components/forms/_input-fields.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
/* line 202, ../sass/components/forms/_input-fields.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  /* line 205, ../sass/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  /* line 212, ../sass/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 222, ../sass/components/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}
/* line 228, ../sass/components/forms/_input-fields.scss */
.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
/* line 234, ../sass/components/forms/_input-fields.scss */
.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close, .input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
/* line 241, ../sass/components/forms/_input-fields.scss */
.input-field input[type=search] + label {
  left: 1rem;
}
/* line 245, ../sass/components/forms/_input-fields.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 261, ../sass/components/forms/_input-fields.scss */
textarea {
  width: 100%;
  height: 44px;
  background-color: transparent;
}
/* line 266, ../sass/components/forms/_input-fields.scss */
textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 22px 15px 8px;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 120px;
}

/* line 275, ../sass/components/forms/_input-fields.scss */
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

/* Autocomplete */
/* line 285, ../sass/components/forms/_input-fields.scss */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static;
}
/* line 292, ../sass/components/forms/_input-fields.scss */
.autocomplete-content li .highlight {
  color: #444;
}
/* line 294, ../sass/components/forms/_input-fields.scss */
.autocomplete-content li img {
  height: 34px;
  width: 34px;
  margin: 5px 15px;
}

/* Radio Buttons
   ========================================================================== */
/* line 5, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* line 12, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none;
}

/* line 27, ../sass/components/forms/_radio-buttons.scss */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 41, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}

/* line 50, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 55, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}

/* Checked styles */
/* line 60, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

/* line 64, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #a98dd3;
}

/* line 70, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #a98dd3;
}

/* line 75, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 80, ../sass/components/forms/_radio-buttons.scss */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 85, ../sass/components/forms/_radio-buttons.scss */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 90, ../sass/components/forms/_radio-buttons.scss */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

/* line 94, ../sass/components/forms/_radio-buttons.scss */
[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
/* line 100, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

/* line 106, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

/* line 110, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

/* line 114, ../sass/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Switch
   ========================================================================== */
/* line 4, ../sass/components/forms/_switches.scss */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

/* line 12, ../sass/components/forms/_switches.scss */
.switch label {
  cursor: pointer;
}

/* line 16, ../sass/components/forms/_switches.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 21, ../sass/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #efedf3;
}
/* line 24, ../sass/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #a98dd3;
  left: 24px;
}

/* line 31, ../sass/components/forms/_switches.scss */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
/* line 44, ../sass/components/forms/_switches.scss */
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

/* line 60, ../sass/components/forms/_switches.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(169, 141, 211, 0.1);
}

/* line 65, ../sass/components/forms/_switches.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

/* line 71, ../sass/components/forms/_switches.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

/* line 75, ../sass/components/forms/_switches.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

/* Select Field
   ========================================================================== */
/* line 4, ../sass/components/forms/_select.scss */
select {
  display: none;
}

/* line 5, ../sass/components/forms/_select.scss */
select.browser-default {
  display: block;
}

/* line 7, ../sass/components/forms/_select.scss */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 44px;
}

/* line 16, ../sass/components/forms/_select.scss */
.select-label {
  position: absolute;
}

/* line 20, ../sass/components/forms/_select.scss */
.select-wrapper {
  position: relative;
}
/* line 23, ../sass/components/forms/_select.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 44px;
  line-height: 44px;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  font-size: 16px;
  display: block;
}
/* line 40, ../sass/components/forms/_select.scss */
.select-wrapper span.caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 10px;
  line-height: 50px;
  border-left: 1px solid #e0e0e0;
  width: 44px;
  height: 100%;
  text-align: center;
  color: #e0e0e0;
}
/* line 57, ../sass/components/forms/_select.scss */
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}
/* line 62, ../sass/components/forms/_select.scss */
.select-wrapper + label {
  position: absolute;
  top: 2px;
  font-size: 12px;
}

/* line 70, ../sass/components/forms/_select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 74, ../sass/components/forms/_select.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 83, ../sass/components/forms/_select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 87, ../sass/components/forms/_select.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 95, ../sass/components/forms/_select.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 101, ../sass/components/forms/_select.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 105, ../sass/components/forms/_select.scss */
.select-dropdown li img {
  height: 34px;
  width: 34px;
  margin: 5px 15px;
  float: right;
}

/* line 114, ../sass/components/forms/_select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
/* line 117, ../sass/components/forms/_select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
/* line 121, ../sass/components/forms/_select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
/* line 125, ../sass/components/forms/_select.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4, ../sass/components/forms/_file-input.scss */
.file-field {
  position: relative;
}
/* line 7, ../sass/components/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
/* line 12, ../sass/components/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}
/* line 14, ../sass/components/forms/_file-input.scss */
.file-field .btn, .file-field .btn-large {
  float: left;
  height: 44px;
  line-height: 44px;
}
/* line 20, ../sass/components/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}
/* line 24, ../sass/components/forms/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Range
   ========================================================================== */
/* line 4, ../sass/components/forms/_range.scss */
.range-field {
  position: relative;
}

/* line 8, ../sass/components/forms/_range.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 14, ../sass/components/forms/_range.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
/* line 23, ../sass/components/forms/_range.scss */
input[type=range]:focus {
  outline: none;
}

/* line 28, ../sass/components/forms/_range.scss */
input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #a98dd3;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
/* line 41, ../sass/components/forms/_range.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #a98dd3;
  font-size: 0;
  transform: rotate(45deg);
}
/* line 50, ../sass/components/forms/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
/* line 53, ../sass/components/forms/_range.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 63, ../sass/components/forms/_range.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 67, ../sass/components/forms/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 73, ../sass/components/forms/_range.scss */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #a98dd3;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}

/* line 85, ../sass/components/forms/_range.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

/* line 90, ../sass/components/forms/_range.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 97, ../sass/components/forms/_range.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

/* line 103, ../sass/components/forms/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #a98dd3;
  margin-top: -5px;
}

/* line 113, ../sass/components/forms/_range.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 118, ../sass/components/forms/_range.scss */
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

/* line 123, ../sass/components/forms/_range.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 137, ../sass/components/forms/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 141, ../sass/components/forms/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 145, ../sass/components/forms/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #a98dd3;
}

/* line 153, ../sass/components/forms/_range.scss */
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

/* line 157, ../sass/components/forms/_range.scss */
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/***************
    Nav List
***************/
/* line 5, ../sass/components/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}
/* line 9, ../sass/components/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}
/* line 12, ../sass/components/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}
/* line 22, ../sass/components/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #a98dd3;
}
/* line 27, ../sass/components/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #a98dd3;
}

/* line 1, ../sass/components/_sideNav.scss */
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
/* line 22, ../sass/components/_sideNav.scss */
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
/* line 29, ../sass/components/_sideNav.scss */
.side-nav .collapsible {
  margin: 0;
}
/* line 34, ../sass/components/_sideNav.scss */
.side-nav li {
  float: none;
  line-height: 48px;
}
/* line 38, ../sass/components/_sideNav.scss */
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 41, ../sass/components/_sideNav.scss */
.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
/* line 50, ../sass/components/_sideNav.scss */
.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 52, ../sass/components/_sideNav.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px;
}
/* line 56, ../sass/components/_sideNav.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: #fff;
}
/* line 59, ../sass/components/_sideNav.scss */
.side-nav a.btn-flat {
  color: #343434;
}
/* line 61, ../sass/components/_sideNav.scss */
.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
  background-color: #b79fda;
}
/* line 63, ../sass/components/_sideNav.scss */
.side-nav a.btn-floating:hover {
  background-color: #a98dd3;
}
/* line 66, ../sass/components/_sideNav.scss */
.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
/* line 77, ../sass/components/_sideNav.scss */
.side-nav .divider {
  margin: 8px 0 0 0;
}
/* line 81, ../sass/components/_sideNav.scss */
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
/* line 82, ../sass/components/_sideNav.scss */
.side-nav .subheader:hover {
  background-color: transparent;
}
/* line 94, ../sass/components/_sideNav.scss */
.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
/* line 99, ../sass/components/_sideNav.scss */
.side-nav .userView > a {
  height: auto;
  padding: 0;
}
/* line 100, ../sass/components/_sideNav.scss */
.side-nav .userView > a:hover {
  background-color: transparent;
}
/* line 105, ../sass/components/_sideNav.scss */
.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* line 115, ../sass/components/_sideNav.scss */
.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
  display: block;
}
/* line 119, ../sass/components/_sideNav.scss */
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}
/* line 124, ../sass/components/_sideNav.scss */
.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}
/* line 130, ../sass/components/_sideNav.scss */
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
/* line 135, ../sass/components/_sideNav.scss */
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 144, ../sass/components/_sideNav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 154, ../sass/components/_sideNav.scss */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
/* line 160, ../sass/components/_sideNav.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  /* line 169, ../sass/components/_sideNav.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 172, ../sass/components/_sideNav.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 177, ../sass/components/_sideNav.scss */
  .side-nav a {
    padding: 0 16px;
  }
  /* line 181, ../sass/components/_sideNav.scss */
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
/* line 188, ../sass/components/_sideNav.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #a98dd3;
}
/* line 191, ../sass/components/_sideNav.scss */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 197, ../sass/components/_sideNav.scss */
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, ../sass/components/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
/* line 36, ../sass/components/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
/* line 41, ../sass/components/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
/* line 46, ../sass/components/_preloader.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
/* line 61, ../sass/components/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #a98dd3;
}

/* line 69, ../sass/components/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 74, ../sass/components/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 79, ../sass/components/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 84, ../sass/components/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 102, ../sass/components/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 108, ../sass/components/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 114, ../sass/components/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 120, ../sass/components/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 126, ../sass/components/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 229, ../sass/components/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, ../sass/components/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, ../sass/components/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
/* line 252, ../sass/components/_preloader.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 268, ../sass/components/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
/* line 274, ../sass/components/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

/* line 284, ../sass/components/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 290, ../sass/components/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
/* line 320, ../sass/components/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1, ../sass/components/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
/* line 7, ../sass/components/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 16, ../sass/components/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}
/* line 20, ../sass/components/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
/* line 26, ../sass/components/_slider.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
/* line 31, ../sass/components/_slider.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
/* line 41, ../sass/components/_slider.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
/* line 48, ../sass/components/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
/* line 56, ../sass/components/_slider.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}
/* line 59, ../sass/components/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}
/* line 66, ../sass/components/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
/* line 74, ../sass/components/_slider.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}
/* line 86, ../sass/components/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 1, ../sass/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
/* line 2, ../sass/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}
/* line 7, ../sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
/* line 8, ../sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
/* line 19, ../sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 27, ../sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
/* line 33, ../sass/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
/* line 47, ../sass/components/_carousel.scss */
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 55, ../sass/components/_carousel.scss */
.carousel .carousel-item img {
  width: 100%;
}
/* line 60, ../sass/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
/* line 68, ../sass/components/_carousel.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}
/* line 69, ../sass/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/* line 7, ../sass/components/date_picker/_default.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
/* line 22, ../sass/components/date_picker/_default.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
/* line 28, ../sass/components/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only "scrollable" top-level container element.
 */
/* line 34, ../sass/components/date_picker/_default.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 50, ../sass/components/date_picker/_default.scss */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
/* line 60, ../sass/components/date_picker/_default.scss */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 70, ../sass/components/date_picker/_default.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  /* line 88, ../sass/components/date_picker/_default.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  /* line 96, ../sass/components/date_picker/_default.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 103, ../sass/components/date_picker/_default.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  /* line 109, ../sass/components/date_picker/_default.scss */
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
/* line 116, ../sass/components/date_picker/_default.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  /* line 127, ../sass/components/date_picker/_default.scss */
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
/**
 * When the picker opens...
 */
/* line 156, ../sass/components/date_picker/_default.scss */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

/* line 166, ../sass/components/date_picker/_default.scss */
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 35.875em) {
  /* line 174, ../sass/components/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 187, ../sass/components/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}

/* line 191, ../sass/components/date_picker/_default.scss */
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  /* line 197, ../sass/components/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, ../sass/components/date_picker/_default.date.scss */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
/* line 13, ../sass/components/date_picker/_default.date.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 21, ../sass/components/date_picker/_default.date.scss */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/**
 * The month and year selectors.
 */
/* line 31, ../sass/components/date_picker/_default.date.scss */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 41, ../sass/components/date_picker/_default.date.scss */
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}

/* line 46, ../sass/components/date_picker/_default.date.scss */
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}

/* line 51, ../sass/components/date_picker/_default.date.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/**
 * The month navigation buttons.
 */
/* line 58, ../sass/components/date_picker/_default.date.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

/* line 73, ../sass/components/date_picker/_default.date.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

/* line 82, ../sass/components/date_picker/_default.date.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

/* line 92, ../sass/components/date_picker/_default.date.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 104, ../sass/components/date_picker/_default.date.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

/* line 117, ../sass/components/date_picker/_default.date.scss */
.picker__table th, .picker__table td {
  text-align: center;
}

/* line 126, ../sass/components/date_picker/_default.date.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 133, ../sass/components/date_picker/_default.date.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 142, ../sass/components/date_picker/_default.date.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 150, ../sass/components/date_picker/_default.date.scss */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

/* line 170, ../sass/components/date_picker/_default.date.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 175, ../sass/components/date_picker/_default.date.scss */
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

/* line 181, ../sass/components/date_picker/_default.date.scss */
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}

/* line 187, ../sass/components/date_picker/_default.date.scss */
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

/* line 198, ../sass/components/date_picker/_default.date.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

/* line 205, ../sass/components/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

/* line 216, ../sass/components/date_picker/_default.date.scss */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 224, ../sass/components/date_picker/_default.date.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 231, ../sass/components/date_picker/_default.date.scss */
.picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 237, ../sass/components/date_picker/_default.date.scss */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 249, ../sass/components/date_picker/_default.date.scss */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 257, ../sass/components/date_picker/_default.date.scss */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

/* line 264, ../sass/components/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 271, ../sass/components/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 276, ../sass/components/date_picker/_default.date.scss */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 282, ../sass/components/date_picker/_default.date.scss */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

/* line 287, ../sass/components/date_picker/_default.date.scss */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

/* line 295, ../sass/components/date_picker/_default.date.scss */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 302, ../sass/components/date_picker/_default.date.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 309, ../sass/components/date_picker/_default.date.scss */
.picker__box {
  border-radius: 2px;
  overflow: hidden;
}

/* line 314, ../sass/components/date_picker/_default.date.scss */
.picker__date-display {
  text-align: center;
  background-color: #a98dd3;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}

/* line 322, ../sass/components/date_picker/_default.date.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: white;
}

/* line 329, ../sass/components/date_picker/_default.date.scss */
.picker__weekday-display {
  background-color: #9673c9;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}

/* line 338, ../sass/components/date_picker/_default.date.scss */
.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}

/* line 342, ../sass/components/date_picker/_default.date.scss */
.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}

/* line 347, ../sass/components/date_picker/_default.date.scss */
.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}

/* line 352, ../sass/components/date_picker/_default.date.scss */
.picker__box {
  padding: 0;
}

/* line 355, ../sass/components/date_picker/_default.date.scss */
.picker__calendar-container {
  padding: 0 1rem;
}
/* line 358, ../sass/components/date_picker/_default.date.scss */
.picker__calendar-container thead {
  border: none;
}

/* line 364, ../sass/components/date_picker/_default.date.scss */
.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 369, ../sass/components/date_picker/_default.date.scss */
.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

/* line 378, ../sass/components/date_picker/_default.date.scss */
.picker__day.picker__day--today {
  color: #a98dd3;
}

/* line 382, ../sass/components/date_picker/_default.date.scss */
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

/* line 387, ../sass/components/date_picker/_default.date.scss */
.picker__weekday {
  font-size: .9rem;
}

/* line 392, ../sass/components/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #a98dd3;
  color: #ffffff;
}
/* line 399, ../sass/components/date_picker/_default.date.scss */
.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: white;
}

/* line 405, ../sass/components/date_picker/_default.date.scss */
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

/* line 411, ../sass/components/date_picker/_default.date.scss */
.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #a98dd3;
}

/* line 418, ../sass/components/date_picker/_default.date.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 429, ../sass/components/date_picker/_default.date.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

/* line 433, ../sass/components/date_picker/_default.date.scss */
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: white;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, ../sass/components/date_picker/_default.time.scss */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
/* line 15, ../sass/components/date_picker/_default.time.scss */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  /* line 24, ../sass/components/date_picker/_default.time.scss */
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
/* line 29, ../sass/components/date_picker/_default.time.scss */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
/* line 37, ../sass/components/date_picker/_default.time.scss */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

/* line 41, ../sass/components/date_picker/_default.time.scss */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
/* line 48, ../sass/components/date_picker/_default.time.scss */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
/* line 56, ../sass/components/date_picker/_default.time.scss */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
/* line 69, ../sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

/* line 82, ../sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

/* line 92, ../sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

/* line 98, ../sass/components/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
/* line 109, ../sass/components/date_picker/_default.time.scss */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
/* line 116, ../sass/components/date_picker/_default.time.scss */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  /* line 122, ../sass/components/date_picker/_default.time.scss */
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/* line 2, ../sass/thememodules/_frontpage.scss */
.hero-section-wrapper {
  height: 780px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* line 9, ../sass/thememodules/_frontpage.scss */
.hero-section-wrapper .hero-section .hero-content {
  margin: auto;
  position: absolute;
  top: 0;
  /* left: 0; */
  bottom: 0;
  /* right: 0; */
  height: 340px;
  max-width: 40%;
}
/* line 19, ../sass/thememodules/_frontpage.scss */
.hero-section-wrapper .hero-section .hero-content h1 {
  color: #ffffff;
}
/* line 23, ../sass/thememodules/_frontpage.scss */
.hero-section-wrapper .hero-section .hero-content em {
  color: #ffffff;
}
/* line 26, ../sass/thememodules/_frontpage.scss */
.hero-section-wrapper .hero-section .hero-content span {
  color: #ffffff;
  font-size: 16px;
}
/* line 30, ../sass/thememodules/_frontpage.scss */
.hero-section-wrapper .hero-section .hero-content .hero-search {
  background: rgba(255, 255, 255, 0.6);
  padding: 16px 20px 16px 24px;
  display: block;
  border-radius: 8px;
  color: #000;
}

/* line 42, ../sass/thememodules/_frontpage.scss */
.front-page-wrap {
  background-image: url(../img/background.jpg);
  /* height: 780px; */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

/* line 57, ../sass/thememodules/_frontpage.scss */
.hero-callout-flowers {
  background: rgba(169, 141, 211, 0.8);
  padding: 12px 20px;
  display: block;
  border-radius: 8px;
}

/* line 12, ../sass/thememodules/_login.scss */
.radio-group .radio .radio-content {
  display: block;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  padding: 24px;
  background: #ffffff;
  margin: 20px 0 0;
  transition: all .5s;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
/* line 23, ../sass/thememodules/_login.scss */
.radio-group .radio .radio-content:hover {
  border: 1px solid #A98DD3;
  background: #fefaff;
}
/* line 28, ../sass/thememodules/_login.scss */
.radio-group .radio .radio-content.disabled {
  background: #fbfbfb;
  color: #a9a9a9;
  border: 1px solid #e0e0e0 !important;
  cursor: not-allowed;
}
/* line 34, ../sass/thememodules/_login.scss */
.radio-group .radio .radio-content .coming {
  background: #a98dd3;
  width: 170px;
  padding: 6px;
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  font-weight: 600;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -40px;
  top: 31px;
}
/* line 52, ../sass/thememodules/_login.scss */
.radio-group .radio .radio-content img {
  margin-bottom: 14px;
}
/* line 57, ../sass/thememodules/_login.scss */
.radio-group .radio .radio-content-sub {
  display: block;
  border: 1px solid #A98DD3;
  cursor: pointer;
  padding: 30px;
  margin-top: -108px;
  transition: all .5s;
  opacity: 0;
}
/* line 70, ../sass/thememodules/_login.scss */
.radio-group .radio .radio-content-sub a {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}
/* line 79, ../sass/thememodules/_login.scss */
.radio-group .radio.selected .radio-content {
  border: 1px solid #A98DD3;
  background: #f5f3f9;
}
/* line 83, ../sass/thememodules/_login.scss */
.radio-group .radio.selected .radio-content-sub {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background: #A98DD3;
  margin-top: 24px;
}

/* line 114, ../sass/thememodules/_login.scss */
.login-wrapper .login-split {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  margin: 0;
}
/* line 121, ../sass/thememodules/_login.scss */
.login-wrapper .login-left {
  left: 0;
  background: #F4EAF7 url(../img/LogInSplash.jpg) no-repeat center bottom;
}
/* line 125, ../sass/thememodules/_login.scss */
.login-wrapper .login-left .dead-center-box {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 490px;
  max-width: 360px;
  border: 1px solid #d6c1dc;
  background: #f4eaf7;
  padding: 15px;
}
/* line 137, ../sass/thememodules/_login.scss */
.login-wrapper .login-left .dead-center-box img.logo-login {
  width: 250px;
  margin-top: -23px;
}
/* line 143, ../sass/thememodules/_login.scss */
.login-wrapper .login-right {
  right: 0;
  background-color: #ffffff;
}
/* line 146, ../sass/thememodules/_login.scss */
.login-wrapper .login-right .dead-center-box {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 600px;
  padding: 15px;
}
/* line 155, ../sass/thememodules/_login.scss */
.login-wrapper .login-right .dead-center-box img.logo-login {
  width: 380px;
}

@media only screen and (max-width: 600px) {
  /* line 164, ../sass/thememodules/_login.scss */
  .login-left {
    width: 100% !important;
  }
  /* line 166, ../sass/thememodules/_login.scss */
  .login-left .dead-center-box {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 470px;
    max-width: 340px;
    border: 1px solid #d6c1dc;
    background: #f4eaf7;
    padding: 15px;
  }
}
/* line 1, ../sass/thememodules/_custom.scss */
em.smaller {
  font-size: 12px;
}

/* line 5, ../sass/thememodules/_custom.scss */
em.lg-em {
  font-size: 22px;
}

/* line 10, ../sass/thememodules/_custom.scss */
p {
  padding-bottom: 10px;
}

/* line 14, ../sass/thememodules/_custom.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e;
}

/* line 17, ../sass/thememodules/_custom.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}

/* line 20, ../sass/thememodules/_custom.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e;
}

/* line 23, ../sass/thememodules/_custom.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}

/* line 27, ../sass/thememodules/_custom.scss */
.product-cookies {
  margin-top: -14px;
  margin-bottom: 16px;
}

/* line 32, ../sass/thememodules/_custom.scss */
.up-sells.upsells.products {
  margin-top: 100px;
  margin-bottom: 40px;
}

/* line 37, ../sass/thememodules/_custom.scss */
.feature-content {
  padding: 0px 66px;
}

/* line 41, ../sass/thememodules/_custom.scss */
.btn-full {
  width: 100%;
}

/* line 52, ../sass/thememodules/_custom.scss */
.btn:hover, .btn-large:hover {
  background-color: #4e2a84 !important;
  color: #ffffff;
}

/* line 56, ../sass/thememodules/_custom.scss */
span.tribute-label {
  font-size: 18px;
  font-weight: 600;
  color: #a98dd3;
}

/* line 61, ../sass/thememodules/_custom.scss */
.login-wrapper {
  max-width: 500px;
  border: 1px solid #f5f3f9;
  margin: 80px auto;
}

/* line 66, ../sass/thememodules/_custom.scss */
.tabs-custom .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #f5f3f9;
  border-top: none;
  border-right: none;
}

/* line 79, ../sass/thememodules/_custom.scss */
.col-footer ul li {
  padding: 3px 0;
}

/* line 83, ../sass/thememodules/_custom.scss */
span.contact-item {
  display: block;
  font-size: 16px;
}

/* line 88, ../sass/thememodules/_custom.scss */
.fa-cp {
  background: #a98dd3;
  width: 36px;
  height: 36px;
  font-size: 23px !important;
  border-radius: 50%;
  text-align: center;
  line-height: 35px !important;
  color: #ffffff;
  margin-right: 8px;
}

/* Blog Cards */
/* line 101, ../sass/thememodules/_custom.scss */
.card-blog {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}
/* line 108, ../sass/thememodules/_custom.scss */
.card-blog .card-content {
  min-height: 190px;
}
/* line 111, ../sass/thememodules/_custom.scss */
.card-blog .card-image {
  max-height: 210px;
  overflow: hidden;
}

/* line 120, ../sass/thememodules/_custom.scss */
.btn-outline {
  text-decoration: none;
  color: #a98dd3;
  background-color: transparent !important;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  border: 1px solid #a98dd3;
}

/* line 131, ../sass/thememodules/_custom.scss */
.btn-small {
  height: 34px;
  line-height: 34px;
  padding: 0 24px;
}

/* line 136, ../sass/thememodules/_custom.scss */
.btn-inverted {
  border: 1px solid #ffffff;
  background-color: transparent !important;
}

/* line 142, ../sass/thememodules/_custom.scss */
span.font-med {
  font-size: 20px;
}

/* line 145, ../sass/thememodules/_custom.scss */
.btn-floatlow {
  position: absolute;
  bottom: 34px;
  width: 100%;
  /* background: red; */
  margin-left: -15px;
  margin-right: -15px;
}

/* line 153, ../sass/thememodules/_custom.scss */
tr.recurring-totals {
  display: none;
}

/* line 156, ../sass/thememodules/_custom.scss */
tr.cart-subtotal.recurring-total {
  display: none;
}

/* line 159, ../sass/thememodules/_custom.scss */
tr.order-total.recurring-total {
  background: #efefef;
  /* border-top: 2px solid #000000; */
}

/* line 163, ../sass/thememodules/_custom.scss */
.add_to_cart_button {
  border: none;
  border-radius: 40px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: #a98dd3;
  color: #ffffff;
}

/* line 180, ../sass/thememodules/_custom.scss */
.text-center {
  text-align: center;
}

/* line 185, ../sass/thememodules/_custom.scss */
ul.special-list li {
  list-style-type: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}
/* line 190, ../sass/thememodules/_custom.scss */
ul.special-list li a {
  color: #4e2a84;
}

/* line 195, ../sass/thememodules/_custom.scss */
ul.special-list li:before {
  content: '\f00c' !important;
  color: #525252;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 16px !important;
  margin-left: -19px !important;
  font-size: 14px !important;
  position: absolute;
  top: 0px !important;
}

/* line 209, ../sass/thememodules/_custom.scss */
ul.special-list li:hover:before {
  content: '\f00c';
  color: #59378c;
}

/* line 241, ../sass/thememodules/_custom.scss */
.special-contain {
  display: block;
  border: 1px solid #e0e0e0;
  padding: 0px 14px 26px;
  background: #ffffff;
  margin: 20px 0 0;
  transition: all .5s;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

/* line 256, ../sass/thememodules/_custom.scss */
span.step-title {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #a98dd3;
  line-height: 26px;
  margin-bottom: 0px;
  display: block;
}

/* line 266, ../sass/thememodules/_custom.scss */
.thin-wrapper {
  max-width: 800px;
  margin: auto;
}

/* line 272, ../sass/thememodules/_custom.scss */
span.larger-text {
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 30px;
}

/* line 279, ../sass/thememodules/_custom.scss */
.add_to_cart_button:hover {
  background-color: #4e2a84 !important;
  color: #ffffff;
}

/* line 286, ../sass/thememodules/_custom.scss */
a:hover {
  color: #4e2a84;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 293, ../sass/thememodules/_custom.scss */
footer.page-footer a:hover {
  color: #4e2a84;
}

/* line 296, ../sass/thememodules/_custom.scss */
nav ul li a:hover {
  color: #ffffff;
}

/* line 301, ../sass/thememodules/_custom.scss */
.nav-wrapper-bg {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  display: block;
  height: 100px;
  z-index: 9;
}

/* line 310, ../sass/thememodules/_custom.scss */
.narrow-container {
  max-width: 990px;
  margin: auto !important;
}

/* line 316, ../sass/thememodules/_custom.scss */
.small-container {
  max-width: 820px;
  margin: auto !important;
}

/* line 321, ../sass/thememodules/_custom.scss */
.extra-small-container {
  max-width: 620px;
  margin: auto !important;
}

/* line 336, ../sass/thememodules/_custom.scss */
.woocommerce form .form-row label {
  line-height: 2;
  /* background: red; */
  position: absolute;
  padding-left: 15px;
}

/* line 346, ../sass/thememodules/_custom.scss */
.product-wrap h3 {
  font-size: 18px;
  line-height: 110%;
  margin: 9px 0 7.2px 0;
  color: #515151;
  min-height: 40px;
}
/* line 353, ../sass/thememodules/_custom.scss */
.product-wrap span {
  color: #515151;
}

/* line 362, ../sass/thememodules/_custom.scss */
span.price-per {
  font-size: 14px;
  color: #515151;
}

/* line 382, ../sass/thememodules/_custom.scss */
nav ul {
  /* border-bottom: 1px solid #ffffff; */
}

/* line 391, ../sass/thememodules/_custom.scss */
.page-footer .col-footer span.title {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
/* line 397, ../sass/thememodules/_custom.scss */
.page-footer .col-footer img.footer-logo {
  position: absolute;
  top: 0;
  max-width: 180px;
}
/* line 404, ../sass/thememodules/_custom.scss */
.page-footer .col-footer-logo {
  position: relative;
}
/* line 407, ../sass/thememodules/_custom.scss */
.page-footer .col-footer-logo img {
  position: absolute;
  top: -60px;
  left: 0;
  max-width: 188px;
}

/* line 418, ../sass/thememodules/_custom.scss */
a.fa-footer {
  color: #fefaff !important;
  width: 24px;
  height: 24px;
  background: #A98DD3;
  text-align: center;
  margin: 0 0 0 8px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
}
/* line 428, ../sass/thememodules/_custom.scss */
a.fa-footer:hover {
  background: #4e2a84;
}

/* line 435, ../sass/thememodules/_custom.scss */
#map {
  height: 344px;
  width: 100%;
}

/* line 440, ../sass/thememodules/_custom.scss */
.masonary-image-maps {
  /* background: red; */
  margin-bottom: 20px;
  max-height: 130px;
  overflow: hidden;
}

/* line 450, ../sass/thememodules/_custom.scss */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
/* line 458, ../sass/thememodules/_custom.scss */
.acf-map img {
  max-width: inherit !important;
}

/* line 465, ../sass/thememodules/_custom.scss */
form.thin-form {
  width: 448px;
  margin: auto;
}

/* line 469, ../sass/thememodules/_custom.scss */
span.short-disc {
  font-size: 20px;
  margin-top: -16px;
  display: block;
}

/* line 482, ../sass/thememodules/_custom.scss */
label.required span {
  font-size: 15px;
  position: absolute;
  color: #a98dd3;
  margin-top: -4px;
}

/* line 497, ../sass/thememodules/_custom.scss */
.strike-wrap {
  position: relative;
  display: block;
  text-align: center;
}
/* line 501, ../sass/thememodules/_custom.scss */
.strike-wrap:after {
  content: '';
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
/* line 509, ../sass/thememodules/_custom.scss */
.strike-wrap span {
  background: #ffffff;
  position: relative;
  width: 200px;
  margin: auto;
  z-index: 1;
  padding: 10px 20px;
  font-style: inherit;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 20px;
  color: #7b7b7b;
}

/* line 527, ../sass/thememodules/_custom.scss */
.product-title {
  display: block;
  min-height: 50px;
}

/* line 535, ../sass/thememodules/_custom.scss */
.product-image {
  display: block;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  padding: 24px;
  background: #ffffff;
  margin: 20px 0 0;
  transition: all .5s;
  border-radius: 8px;
  text-align: center;
  color: #515151;
}

/* line 547, ../sass/thememodules/_custom.scss */
.product-content {
  display: block;
  padding: 24px;
  margin: 20px 0 0;
}

/* line 557, ../sass/thememodules/_custom.scss */
span.product-price {
  font-size: 33px;
  color: #a98dd3;
}

/* line 564, ../sass/thememodules/_custom.scss */
.product-wrap {
  display: block;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  padding: 24px;
  background: #ffffff;
  margin: 20px 0 0;
  transition: all .5s;
  border-radius: 8px;
  text-align: center;
  color: #515151;
}
/* line 575, ../sass/thememodules/_custom.scss */
.product-wrap:hover {
  border: 1px solid #A98DD3;
  background: #f5f3f9;
}
/* line 578, ../sass/thememodules/_custom.scss */
.product-wrap:hover span {
  color: #876cb1;
}

/* line 600, ../sass/thememodules/_custom.scss */
ul.breadcrumb-wrapper li {
  display: inline-block;
  padding: 10px 20px;
}
/* line 604, ../sass/thememodules/_custom.scss */
ul.breadcrumb-wrapper li.breadcrumb-number {
  color: inherit;
  font-size: 16px;
}
/* line 607, ../sass/thememodules/_custom.scss */
ul.breadcrumb-wrapper li.breadcrumb-number span {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  text-align: center;
  line-height: 22px;
  color: #a7a7a7;
}
/* line 619, ../sass/thememodules/_custom.scss */
ul.breadcrumb-wrapper li.breadcrumb-number.done span {
  border: 2px solid #B8E986;
  color: #B8E986;
}
/* line 633, ../sass/thememodules/_custom.scss */
ul.breadcrumb-wrapper li.breadcrumb-number.current span {
  background: #a98dd3;
  border: 2px solid #a98dd3;
  color: #ffffff;
}
/* line 639, ../sass/thememodules/_custom.scss */
ul.breadcrumb-wrapper li.breadcrumb-number.current a {
  color: inherit;
}
/* line 644, ../sass/thememodules/_custom.scss */
ul.breadcrumb-wrapper li.breadcrumb-number a {
  display: inline-block;
  /* vertical-align: middle; */
  /* margin-top: -29px; */
  color: #a7a7a7;
}

/* line 657, ../sass/thememodules/_custom.scss */
.btn.disabled, .disabled.btn-large, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-flat:disabled, .btn[disabled], [disabled].btn-large, [disabled].btn-large, .btn-floating[disabled], .btn-large[disabled], .btn-flat[disabled] {
  pointer-events: none;
  background-color: #fbfbfb !important;
  box-shadow: none;
  border: 1px solid #a9a9a9 !important;
  color: #afafaf !important;
  cursor: not-allowed !important;
}

/* line 669, ../sass/thememodules/_custom.scss */
.active .tab-item {
  /*background: #fefaff;*/
  border: 1px solid #A98DD3;
  background: #FEFAFF;
}
/* line 673, ../sass/thememodules/_custom.scss */
.active .tab-item .check-select {
  position: absolute;
  bottom: 40px;
  color: #A98DD3;
}
/* line 677, ../sass/thememodules/_custom.scss */
.active .tab-item .check-select span {
  width: 22px;
  height: 22px;
  border: 2px solid;
  display: inline-block;
  border: 1px solid #A98DD3;
  border-radius: 4px;
  color: #A98DD3;
}
/* line 685, ../sass/thememodules/_custom.scss */
.active .tab-item .check-select span .fa {
  opacity: 1;
}
/* line 689, ../sass/thememodules/_custom.scss */
.active .tab-item .check-select::after {
  content: "Selected";
}

/* line 698, ../sass/thememodules/_custom.scss */
.tab-item {
  display: block;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  padding: 22px;
  background: #ffffff;
  margin: 20px 0 0;
  transition: all .5s;
  min-height: 350px;
  color: #515151;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
/* line 711, ../sass/thememodules/_custom.scss */
.tab-item .check-select {
  position: absolute;
  bottom: 40px;
  transition: all .5s;
}
/* line 716, ../sass/thememodules/_custom.scss */
.tab-item .check-select span {
  width: 22px;
  height: 22px;
  border: 2px solid;
  display: inline-block;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  color: #a9a9a9;
}
/* line 724, ../sass/thememodules/_custom.scss */
.tab-item .check-select span .fa {
  opacity: 0;
}
/* line 728, ../sass/thememodules/_custom.scss */
.tab-item .check-select::after {
  content: "Click to select";
}
/* line 732, ../sass/thememodules/_custom.scss */
.tab-item:hover {
  background: #fefaff;
  border: 1px solid #A98DD3;
}
/* line 739, ../sass/thememodules/_custom.scss */
.tab-item .info-btn {
  display: block;
  height: 30px;
  width: 30px;
  /* background: red; */
  position: absolute;
  right: 20px;
  bottom: 38px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  color: #afafaf;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  transition: all .5s;
}
/* line 757, ../sass/thememodules/_custom.scss */
.tab-item .info-btn:hover {
  background: #a98dd3;
  border: 1px solid #ffffff;
  color: #ffffff;
}
/* line 763, ../sass/thememodules/_custom.scss */
.tab-item .info-btn:hover + .cleaning-details {
  height: 100%;
  width: 100%;
  border-radius: 6px;
  opacity: 1;
  bottom: 0;
  right: 0;
}
/* line 780, ../sass/thememodules/_custom.scss */
.tab-item .cleaning-details {
  opacity: 0;
  border-radius: 8px;
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 40px;
  /* color: #ffffff; */
  transition: all .5s;
  text-align: left;
  right: -72%;
  bottom: -77%;
}

/* line 807, ../sass/thememodules/_custom.scss */
nav a:hover {
  color: #c7b0ea;
}

/* line 817, ../sass/thememodules/_custom.scss */
.service-content {
  min-height: 80px;
  line-height: 20px;
}

/* line 826, ../sass/thememodules/_custom.scss */
span.select-price {
  font-size: 30px;
  color: #a98dd3;
}

/* line 834, ../sass/thememodules/_custom.scss */
.message {
  display: block;
  padding: 30px;
  margin: 20px 0 0;
  transition: all .5s;
  border-radius: 8px;
  border: 1px solid #A98DD3;
  background: #FEFAFF;
}

/* line 893, ../sass/thememodules/_custom.scss */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #a98dd3;
  color: #ffffff !important;
  text-shadow: none;
  border: none;
  border-radius: 40px;
  display: inline-block;
  height: 44px;
  line-height: 28px;
  padding: 0 3rem;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  /* margin: 10px 0; */
}

/* line 934, ../sass/thememodules/_custom.scss */
tr.shipping td, tr.cart-subtotal td, tr.order-total td, tr.cart_item td.product-total, tr.fee td {
  text-align: right;
}

/* line 939, ../sass/thememodules/_custom.scss */
small.includes_tax {
  display: block;
}

/* line 947, ../sass/thememodules/_custom.scss */
.holder-white {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 22px;
}

/* line 954, ../sass/thememodules/_custom.scss */
.profile-image {
  position: relative;
}

/* line 958, ../sass/thememodules/_custom.scss */
.profile-second-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
}

/* line 965, ../sass/thememodules/_custom.scss */
.profile-second-image img {
  border: 4px solid #ffffff;
}

/* line 978, ../sass/thememodules/_custom.scss */
#yith-wacp-popup .yith-wacp-main {
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

/* line 995, ../sass/thememodules/_custom.scss */
#yith-wacp-popup .yith-wacp-close {
  border: 1px solid #a98dd3 !important;
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  text-align: center;
  line-height: 24px !important;
  z-index: 2;
  opacity: 1 !important;
  color: #a98dd3 !important;
}

/* line 1014, ../sass/thememodules/_custom.scss */
#yith-wacp-popup .yith-wacp-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

/* line 1019, ../sass/thememodules/_custom.scss */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f5f3f9 !important;
  border-radius: 5px;
}

/* line 1037, ../sass/thememodules/_custom.scss */
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  max-width: 50px !important;
}

/* line 1040, ../sass/thememodules/_custom.scss */
td.product-remove {
  max-width: 28px !important;
}

/* line 1046, ../sass/thememodules/_custom.scss */
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 50px !important;
}

/* line 1049, ../sass/thememodules/_custom.scss */
th.product-total {
  text-align: right;
}

/*.pre-nav {
    position: absolute;
    right: 15px;
}*/
/* line 1061, ../sass/thememodules/_custom.scss */
span.faq-title {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
}

/* line 1071, ../sass/thememodules/_custom.scss */
.faq-title:before, .faq-body:before {
  margin-right: 0px;
  /* height: 30px; */
  /* width: 30px; */
  display: inline-block;
  /* background: #a98dd3; */
  text-align: center;
  border-radius: 50%;
  color: #a98dd3;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  left: -15px;
  position: absolute;
  content: 'Q';
}

/* line 1095, ../sass/thememodules/_custom.scss */
.faq-body:before {
  content: 'A';
}

/* line 1250, ../sass/thememodules/_custom.scss */
.special-min-height {
  min-height: 390px;
}

/* line 1254, ../sass/thememodules/_custom.scss */
.comingsoon {
  background: #a98dd3;
  width: 170px;
  padding: 6px;
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  font-weight: 600;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -40px;
  top: 31px;
}

/* line 1637, ../sass/thememodules/_custom.scss */
img.avatar {
  border-radius: 50%;
}

/* line 1643, ../sass/thememodules/_custom.scss */
.tribute-img-holder {
  position: relative;
  margin-bottom: 30px;
}
/* line 1646, ../sass/thememodules/_custom.scss */
.tribute-img-holder img {
  border-radius: 50%;
}
/* line 1649, ../sass/thememodules/_custom.scss */
.tribute-img-holder .cemetery-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: auto;
  border-radius: 50px;
  border: 4px solid #ffffff;
  position: absolute;
  bottom: 0;
  right: 4px;
}
/* line 1659, ../sass/thememodules/_custom.scss */
.tribute-img-holder .cemetery-img img {
  width: 100px;
}

/* line 1667, ../sass/thememodules/_custom.scss */
a.button, a.group-button {
  border-radius: 20px;
  padding: 8px 20px !important;
  line-height: 28px;
}

/* line 1675, ../sass/thememodules/_custom.scss */
#buddypress #reply-title small a span, #buddypress a.bp-primary-action span {
  background: transparent !important;
  color: #a99be7 !important;
  font-size: 90%;
  margin-left: 2px;
  padding: 0;
  font-weight: 700;
  border-radius: 50%;
  /* height: 26px; */
  /* width: 16px; */
  display: inline-block;
}

/* line 1688, ../sass/thememodules/_custom.scss */
#buddypress .activity-list li.load-more, #buddypress .activity-list li.load-newest {
  background: #f5f3f9;
  font-size: 110%;
  margin: 15px 0;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  width: 150px;
  margin: 22px auto 0;
}

/* line 1700, ../sass/thememodules/_custom.scss */
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
  background-color: #a98dd3;
  color: #ffffff;
  opacity: 1;
  font-weight: inherit;
  border-radius: 20px;
  border: 1px solid #b7b7b7;
}

/* line 1709, ../sass/thememodules/_custom.scss */
#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
  display: block;
  padding: 5px 10px;
  /* text-decoration: none; */
  /* background-color: #a98dd3; */
  /* color: #ffffff; */
  opacity: 1;
  font-weight: inherit;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #383838;
}

/* line 1723, ../sass/thememodules/_custom.scss */
#buddypress form#whats-new-form textarea {
  box-sizing: border-box;
  min-height: 70px;
  width: 100%;
  border: 1px solid #cccccc !important;
}

/* line 1730, ../sass/thememodules/_custom.scss */
input#aw-whats-new-submit {
  border: none;
  border-radius: 40px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 3rem !important;
  text-transform: inherit;
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff !important;
  background-color: #a98dd3 !important;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  border: none !important;
}

/* line 1754, ../sass/thememodules/_custom.scss */
div#member-list {
  position: relative;
}

/* line 1758, ../sass/thememodules/_custom.scss */
.personal-holder {
  width: 170px;
  display: inline-block;
  margin-top: 17px;
  position: absolute;
  text-transform: capitalize;
}

/* line 1767, ../sass/thememodules/_custom.scss */
.avatar-holder {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 16px;
}

/* line 1775, ../sass/thememodules/_custom.scss */
button#rtmedia-add-media-button-post-update {
  padding: 11px 13px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #a98dd3 !important;
  color: #ffffff !important;
}

/* line 1782, ../sass/thememodules/_custom.scss */
#buddypress form#whats-new-form p.activity-greeting {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}

/* line 1789, ../sass/thememodules/_custom.scss */
#buddypress div.activity-comments form .ac-textarea {
  background: #fff;
  border: 1px inset #ccc;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #cccccc !important;
}

/* line 1796, ../sass/thememodules/_custom.scss */
#subnav #invite-new-members:before, #subnav #sent-invites:before {
  background: none !important;
  content: "";
  width: 0 !important;
  height: 0 !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0 !important;
}

/* line 1807, ../sass/thememodules/_custom.scss */
a.group-button.leave-group {
  margin-top: 14px;
  display: block;
}

/* line 1811, ../sass/thememodules/_custom.scss */
#buddypress #whats-new-options {
  display: block !important;
}

/* line 1814, ../sass/thememodules/_custom.scss */
#buddypress form#whats-new-form textarea {
  box-sizing: border-box;
  min-height: 170px !important;
  width: 100%;
}

/* line 1819, ../sass/thememodules/_custom.scss */
li#admin-groups-li,
li#rtmedia-nav-item-music-group-15-li,
li#account-downloads-personal-li,
li#account-bookings-personal-li,
li#notifications-personal-li,
li#groups-order-select,
li#rtmedia-nav-item-music-group-24-li,
a#rtmedia-nav-item-music {
  display: none !important;
}

/* line 1837, ../sass/thememodules/_custom.scss */
#buddypress div.activity-comments form input {
  margin-top: 5px;
  padding: 8px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: 0;
  /* padding: 4px 10px; */
  text-align: center;
  text-decoration: none;
}

/* line 1851, ../sass/thememodules/_custom.scss */
.rtm-upload-button-wrapper button.rtmedia-comment-media-upload, button.rtmedia-comment-media-upload {
  padding: 6px 9px !important;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: 0;
  text-align: center;
  text-decoration: none;
}

/* line 1863, ../sass/thememodules/_custom.scss */
#buddypress div.activity-comments {
  margin: 20px 0 0 70px;
  overflow: hidden;
  position: relative;
  width: auto;
  clear: both;
}

/* line 1872, ../sass/thememodules/_custom.scss */
nav.woocommerce-MyAccount-navigation {
  display: none;
}

/* line 1875, ../sass/thememodules/_custom.scss */
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
  margin: 46px 0;
}

/* line 1881, ../sass/thememodules/_custom.scss */
#invite-anyone-steps {
  margin: 0 !important;
  list-style-type: decimal;
  padding: 0 !important;
}

/* line 1888, ../sass/thememodules/_custom.scss */
li#account-subscriptions-personal-li {
  display: none;
}

/* line 1892, ../sass/thememodules/_custom.scss */
li#members-order-select {
  display: none !important;
}

/* line 1895, ../sass/thememodules/_custom.scss */
li#activity-personal-li {
  display: none;
}

/* line 1898, ../sass/thememodules/_custom.scss */
li#account-payment-methods-personal-li {
  display: none !important;
}

/* line 1901, ../sass/thememodules/_custom.scss */
li#account-add-payment-method-personal-li {
  display: none;
}

/* line 1905, ../sass/thememodules/_custom.scss */
span.Zebra_DatePicker_Icon_Wrapper {
  max-width: 160px !important;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* line 1927, ../sass/thememodules/_custom.scss */
  nav .brand-logo {
    left: 0;
    transform: translateX(-50%);
  }

  /* line 1931, ../sass/thememodules/_custom.scss */
  .nav-pre {
    display: none;
  }

  /* line 1934, ../sass/thememodules/_custom.scss */
  img.logo-login {
    margin-top: -24px !important;
    position: absolute;
    left: 0;
    width: 166px;
  }

  /* line 1940, ../sass/thememodules/_custom.scss */
  img.footer-logo {
    display: none;
  }

  /* line 1943, ../sass/thememodules/_custom.scss */
  .small-container {
    padding: 15px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 1951, ../sass/thememodules/_custom.scss */
  .cem-copy {
    padding: 15px !important;
  }

  /* line 1954, ../sass/thememodules/_custom.scss */
  .hero-section-wrapper .hero-section .hero-content {
    max-width: 90%;
  }

  /* line 1957, ../sass/thememodules/_custom.scss */
  .background-image-home {
    background-position: right !important;
    text-align: center;
  }

  /* line 1961, ../sass/thememodules/_custom.scss */
  .hidden-mobile {
    display: none !important;
  }

  /* line 1965, ../sass/thememodules/_custom.scss */
  img.footer-logo {
    display: none;
  }

  /* line 1969, ../sass/thememodules/_custom.scss */
  .page-footer .col-footer span.title {
    font-size: 16px;
  }

  /* line 1972, ../sass/thememodules/_custom.scss */
  footer.page-footer p {
    font-size: 12px;
  }

  /* line 1975, ../sass/thememodules/_custom.scss */
  footer.page-footer a {
    font-size: 12px;
    color: #444444;
  }

  /* line 1980, ../sass/thememodules/_custom.scss */
  .small-container .btn-wrapper {
    display: none !important;
  }

  /* line 1987, ../sass/thememodules/_custom.scss */
  form#my-registration-form {
    width: 100%;
  }

  /* line 1991, ../sass/thememodules/_custom.scss */
  .row.center-align {
    width: 100% !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* line 2001, ../sass/thememodules/_custom.scss */
  [type="checkbox"] + label {
    font-size: 11px;
  }

  /* line 2005, ../sass/thememodules/_custom.scss */
  .mobile-center {
    text-align: center;
  }

  /* line 2009, ../sass/thememodules/_custom.scss */
  ul.breadcrumb-wrapper li.breadcrumb-number {
    color: inherit;
    font-size: 10px;
    padding: 8px;
  }

  /* line 2015, ../sass/thememodules/_custom.scss */
  label.checkbox.terms-checkbox {
    line-height: 130% !important;
    width: 280px;
  }

  /* line 2021, ../sass/thememodules/_custom.scss */
  .wc-proceed-to-checkout a.z-depth-0.waves-effect.waves-light.btn.magenta, .wc-proceed-to-checkout a.z-depth-0.waves-effect.waves-light.magenta.btn-large {
    margin: 5px 0;
  }

  /* line 2027, ../sass/thememodules/_custom.scss */
  div#customer_details {
    margin: 0;
  }

  /* line 2034, ../sass/thememodules/_custom.scss */
  .holder-white {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
  }

  /* line 2041, ../sass/thememodules/_custom.scss */
  .activity-avatar {
    display: none;
  }

  /* line 2044, ../sass/thememodules/_custom.scss */
  #buddypress .activity-list .activity-content {
    margin: 0;
  }

  /* line 2049, ../sass/thememodules/_custom.scss */
  h2 {
    font-size: 24px;
    line-height: 110%;
    /* margin: 10px 0; */
    /* padding: 0px !important; */
  }

  /* line 2056, ../sass/thememodules/_custom.scss */
  div#whats-new-avatar {
    display: none;
  }

  /* line 2059, ../sass/thememodules/_custom.scss */
  #buddypress form#whats-new-form p.activity-greeting {
    line-height: .5em;
    margin-bottom: 15px;
    margin-left: 0;
  }

  /* line 2064, ../sass/thememodules/_custom.scss */
  #buddypress form#whats-new-form #whats-new-content {
    margin-left: 0;
    padding: 0 0 22px;
  }

  /* line 2069, ../sass/thememodules/_custom.scss */
  img.wp-post-image {
    width: 100%;
    height: auto;
  }

  /* line 2073, ../sass/thememodules/_custom.scss */
  .special-contain {
    text-align: center;
    margin: 0;
  }

  /* line 2077, ../sass/thememodules/_custom.scss */
  .hero-section-wrapper .hero-section .hero-content {
    max-width: 96%;
  }

  /* line 2081, ../sass/thememodules/_custom.scss */
  .hero-section-wrapper {
    height: 720px;
  }

  /* line 2084, ../sass/thememodules/_custom.scss */
  h1 {
    font-size: 28px;
  }

  /* line 2087, ../sass/thememodules/_custom.scss */
  h3 {
    font-size: 20px;
    line-height: 110%;
  }

  /* line 2091, ../sass/thememodules/_custom.scss */
  .feature-content {
    padding: 0;
    text-align: center;
  }

  /* line 2095, ../sass/thememodules/_custom.scss */
  footer.page-footer {
    padding-top: 50px;
    text-align: center;
  }

  /* line 2099, ../sass/thememodules/_custom.scss */
  td, th {
    padding: 10px 10px !important;
    font-size: 12px;
  }
}
/* Custom, iPhone Retina */
