@charset "UTF-8";
/*!
 * smartbanner.js v1.22.0 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2023 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica,sans,sans-serif; }

.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center; }

.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #716f6f;
  content: " "; }

.smartbanner__exit::before {
  transform: rotate(45deg); }

.smartbanner__exit::after {
  transform: rotate(-45deg); }

.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px; }

.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: #000; }

.smartbanner__info__title {
  font-size: 14px; }

.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px; }

.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none; }

.smartbanner__button__label {
  text-align: center; }

.smartbanner.smartbanner--android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131; }

.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: "ArialRoundedMTBold",Arial;
  font-size: 20px;
  line-height: 17px;
  text-shadow: 0 1px 1px #000; }

.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3; }

.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee; }

.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none; }

.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold; }

.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 1px #333,0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold; }

.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none; }

.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none; }

.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1; }

/*# sourceMappingURL=smartbanner.min.css.map */

/* example taken from https://stackoverflow.com/a/48976550/3466464 */
/* import what we need to override */
/* set the overriding variables */
/* override the !default vars with the values we set above */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1600px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl, .navbar .container-xxxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row; }
    .list-group-horizontal-xxxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

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

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

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

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !important; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

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

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

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

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.ril__toolbar {
  top: 0;
  height: 100px; }
  .ril__toolbar .ril__toolbarLeftSide {
    width: 100%; }
    .ril__toolbar .ril__toolbarLeftSide .ril__toolbarItem {
      width: 100%; }
  .ril__toolbar .ril__toolbarRightSide {
    padding-top: 0.25rem; }
  .ril__toolbar .ril__toolbarSide {
    height: 100px;
    margin: 0; }
    .ril__toolbar .ril__toolbarSide .snapshot-title {
      line-height: 1.5em; }
      .ril__toolbar .ril__toolbarSide .snapshot-title .snapshot-taken-time {
        font-size: 0.8em; }

.ril-caption-content.ril__captionContent {
  width: 100%; }

.snapshot-avatar {
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle; }

.favorite-heart {
  color: inherit; }
  .favorite-heart.favorited {
    color: #ff0000; }
  .favorite-heart.fa-star {
    color: inherit; }
    .favorite-heart.fa-star.favorited {
      color: #ffd700; }

.snapshot-admin-icon svg {
  height: 1em; }
  .snapshot-admin-icon svg path {
    fill: #ffffff; }

.hover-red:hover {
  color: #ff0000; }
  .hover-red:hover svg path {
    fill: #ff0000; }

.hover-blue:hover {
  color: #00aced; }
  .hover-blue:hover svg path {
    fill: #00aced; }

@charset "UTF-8";
@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

/* From loading.io */
@-webkit-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ld-cycle {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0.5, 0.5, 0.5); }
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-cycle {
  -webkit-animation: ld-cycle 1s infinite linear;
  animation: ld-cycle 1s infinite linear; }

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ld-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite;
  animation: ld-spin 1s infinite; }

@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-moz-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-webkit-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@-o-keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

@keyframes ld-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg); } }

.ld.ld-spin-fast {
  -webkit-animation: ld-spin-fast 1s infinite;
  animation: ld-spin-fast 1s infinite; }

@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ld-heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  600% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ld.ld-heartbeat {
  -webkit-animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-heartbeat 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-moz-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-webkit-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@-o-keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

@keyframes ld-squeeze {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1); }
  100% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); } }

.ld.ld-squeeze {
  -webkit-animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: ld-squeeze 0.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-moz-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-webkit-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-o-keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes ld-blah {
  0% {
    width: 52px;
    height: 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  49.99999% {
    width: 52px 52px;
    margin: -1px 0 0 -1px;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    width: 50px;
    height: 50px;
    margin: 0;
    border-width: 5px;
    border-color: transparent transparent #f90 #f90;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.ld.ld-blah {
  -webkit-animation: ld-blah 1s infinite linear;
  animation: ld-blah 1s infinite linear; }

.ld.ld-rp {
  -webkit-transform: scale(3);
  transform: scale(3);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin: 30px 0 30px 160px;
  overflow: hidden;
  position: relative; }

.ld.ld-rp:before {
  top: 0;
  left: 0;
  content: " ";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 5px solid;
  border-color: transparent transparent #f90 #f90; }

.ld.ld-rp:after {
  top: 0;
  left: 0;
  content: " ";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border: 7px solid;
  border-color: transparent transparent #fff #fff;
  margin: -1px 0 0 -1px;
  -webkit-animation: ld-blah 1s infinite ease;
  animation: ld-blah 1s infinite ease; }

@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes ld-rubber {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  20% {
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1); }
  30% {
    -webkit-transform: scale(0.8, 1);
    transform: scale(0.8, 1); }
  40% {
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1); }
  50% {
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1); }
  60% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1); }
  70% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  80% {
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1); }
  90% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.ld.ld-rubber {
  -webkit-animation: ld-rubber 1s ease-out infinite;
  animation: ld-rubber 1s ease-out infinite; }

@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-moz-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-o-keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes ld-tick {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  30% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  40% {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.ld.ld-tick {
  -webkit-animation: ld-tick 1s ease-out infinite;
  animation: ld-tick 1s ease-out infinite; }

@-webkit-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-moz-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@-o-keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

@keyframes ld-radio {
  0% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.13, 1); }
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  5% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }

.ld.ld-radio {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }

.ld.ld-radio:after {
  -webkit-animation: ld-radio 1s infinite;
  animation: ld-radio 1s infinite;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #000;
  border-radius: 50%;
  background: 0; }

.ld.ld-radio.square:after {
  border-radius: 0; }

@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes ld-clock {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes ld-clock {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ld-clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  8.333% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  16.667% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  33.333% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); }
  41.667% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  58.333% {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg); }
  66.667% {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  83.333% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg); }
  91.667% {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ld.ld-clock {
  -webkit-animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1);
  animation: ld-clock 9s infinite cubic-bezier(0, 0.7, 0.3, 1); }

@-webkit-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-moz-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-webkit-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@-o-keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

@keyframes ld-skew {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  25%, 75% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  0% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); }
  25% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  50% {
    -webkit-transform: skewX(-20deg) scale(1);
    transform: skewX(-20deg) scale(1); }
  75% {
    -webkit-transform: skewX(0) scale(0.9);
    transform: skewX(0) scale(0.9); }
  100% {
    -webkit-transform: skewX(20deg) scale(1);
    transform: skewX(20deg) scale(1); } }

.ld.ld-skew {
  -webkit-animation: ld-skew 1s infinite;
  animation: ld-skew 1s infinite; }

@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-moz-keyframes ld-tremble {
  0 {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-webkit-keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@-o-keyframes ld-tremble {
  0 {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

@keyframes ld-tremble {
  0% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  5% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  10% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  15% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  20% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  25% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  30% {
    -webkit-transform: translate(1%, 3%);
    transform: translate(1%, 3%); }
  35% {
    -webkit-transform: translate(0, 1%);
    transform: translate(0, 1%); }
  40% {
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%); }
  45% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  50% {
    -webkit-transform: translate(2%, 1%);
    transform: translate(2%, 1%); }
  55% {
    -webkit-transform: translate(1%, 2%);
    transform: translate(1%, 2%); }
  60% {
    -webkit-transform: translate(3%, 1%);
    transform: translate(3%, 1%); }
  65% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  70% {
    -webkit-transform: translate(3%, 0);
    transform: translate(3%, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  80% {
    -webkit-transform: translate(2%, 3%);
    transform: translate(2%, 3%); }
  85% {
    -webkit-transform: translate(1%, 0);
    transform: translate(1%, 0); }
  90% {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%); }
  95% {
    -webkit-transform: translate(3%, 2%);
    transform: translate(3%, 2%); } }

.ld.ld-tremble {
  -webkit-animation: ld-tremble 1s infinite;
  animation: ld-tremble 1s infinite; }

@-webkit-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-moz-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-webkit-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@-o-keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

@keyframes ld-hit {
  0% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    -webkit-transform: scale(0) translate(0, 0) skewX(0);
    transform: scale(0) translate(0, 0) skewX(0); }
  20% {
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  50% {
    animation-timing-function: cubic-bezier(1, 0, 1, 0.5);
    -webkit-transform: scale(1) translate(0, 0) skewX(20deg);
    transform: scale(1) translate(0, 0) skewX(20deg); }
  100% {
    -webkit-transform: scale(1) translate(0, 200%) skewX(20deg);
    transform: scale(1) translate(0, 200%) skewX(20deg); } }

.ld.ld-hit {
  -webkit-animation: ld-hit 2s infinite;
  animation: ld-hit 2s infinite; }

@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-moz-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-webkit-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@-o-keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

@keyframes ld-wander-h {
  0% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  50% {
    -webkit-transform: translate(35%, 0);
    transform: translate(35%, 0); }
  100% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); } }

.ld.ld-wander-h {
  -webkit-animation: ld-wander-h 1s infinite ease-out;
  animation: ld-wander-h 1s infinite ease-out; }

@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-moz-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-webkit-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@-o-keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

@keyframes ld-wander-v {
  0% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); }
  50% {
    -webkit-transform: translate(0, 35%);
    transform: translate(0, 35%); }
  100% {
    -webkit-transform: translate(0, -35%);
    transform: translate(0, -35%); } }

.ld.ld-wander-v {
  -webkit-animation: ld-wander-v 1s infinite ease-out;
  animation: ld-wander-v 1s infinite ease-out; }

@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@-moz-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@-webkit-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@-o-keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

@keyframes ld-orbit {
  0% {
    -webkit-transform: translate(30%, 0) rotate(0);
    transform: translate(30%, 0) rotate(0); }
  12.5% {
    -webkit-transform: translate(21%, 21%) rotate(45deg);
    transform: translate(21%, 21%) rotate(45deg); }
  25% {
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translate(0, 30%) rotate(90deg); }
  37.5% {
    -webkit-transform: translate(-21%, 21%) rotate(135deg);
    transform: translate(-21%, 21%) rotate(135deg); }
  50% {
    -webkit-transform: translate(-30%, 0) rotate(180deg);
    transform: translate(-30%, 0) rotate(180deg); }
  62.5% {
    -webkit-transform: translate(-21%, -21%) rotate(225deg);
    transform: translate(-21%, -21%) rotate(225deg); }
  75% {
    -webkit-transform: translate(0, -30%) rotate(270deg);
    transform: translate(0, -30%) rotate(270deg); }
  87.5% {
    -webkit-transform: translate(21%, -21%) rotate(315deg);
    transform: translate(21%, -21%) rotate(315deg); }
  100% {
    -webkit-transform: translate(30%, 0) rotate(360deg);
    transform: translate(30%, 0) rotate(360deg); } }

.ld.ld-orbit {
  -webkit-animation: ld-orbit 1s infinite linear;
  animation: ld-orbit 1s infinite linear; }

@-webkit-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ld-fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-fade {
  -webkit-animation: ld-fade 1s infinite linear;
  animation: ld-fade 1s infinite linear; }

@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-moz-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-webkit-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@-o-keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

@keyframes ld-surprise {
  0% {
    -webkit-transform: skewX(0) scale(1);
    transform: skewX(0) scale(1); }
  10% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  20% {
    -webkit-transform: skewX(-15deg) scale(0.8);
    transform: skewX(-15deg) scale(0.8); }
  30% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  40% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  50% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  60% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  70% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  80% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); }
  90% {
    -webkit-transform: skewX(15deg) scale(1.3);
    transform: skewX(15deg) scale(1.3); }
  100% {
    -webkit-transform: skewX(-15deg) scale(1.3);
    transform: skewX(-15deg) scale(1.3); } }

.ld.ld-surprise {
  -webkit-animation: ld-surprise 1s infinite linear;
  animation: ld-surprise 1s infinite linear; }

@-webkit-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-shake {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  16.6% {
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0); }
  33.3% {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0); }
  50% {
    -webkit-transform: translate(-12%, 0);
    transform: translate(-12%, 0); }
  66.6% {
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0);
    transform: translate(-2.5%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-shake {
  -webkit-animation: ld-shake 1s infinite linear;
  animation: ld-shake 1s infinite linear; }

@-webkit-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@-moz-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@-webkit-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@-o-keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

@keyframes ld-jelly {
  0%, 16.6%, 33.3%, 50%, 66.6%, 83.3% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  16.6% {
    -webkit-transform: translate(-30%, 0) skewX(30deg);
    transform: translate(-30%, 0) skewX(30deg); }
  33.3% {
    -webkit-transform: translate(25%, 0) skewX(-20deg);
    transform: translate(25%, 0) skewX(-20deg); }
  50% {
    -webkit-transform: translate(-12%, 0) skewX(10deg);
    transform: translate(-12%, 0) skewX(10deg); }
  66.6% {
    -webkit-transform: translate(6%, 0) skewX(-5deg);
    transform: translate(6%, 0) skewX(-5deg); }
  83.3% {
    -webkit-transform: translate(-2.5%, 0) skewX(2deg);
    transform: translate(-2.5%, 0) skewX(2deg); }
  100% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); } }

.ld.ld-jelly {
  -webkit-animation: ld-jelly 1s infinite linear;
  animation: ld-jelly 1s infinite linear; }

@-webkit-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-moz-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-webkit-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@-o-keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

@keyframes ld-float {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: linear; }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
  30% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  50% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3); } }

.ld.ld-float {
  -webkit-animation: ld-float 1s infinite;
  animation: ld-float 1s infinite; }

@-webkit-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@-moz-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@-webkit-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@-o-keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

@keyframes ld-rotate {
  0%, 33%, 66%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  16%, 50%, 83% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); }
  16% {
    -webkit-transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(45deg) skewY(0) scaleX(1) scaleY(1); }
  33% {
    -webkit-transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(45deg) scaleX(1) scaleY(1); }
  50% {
    -webkit-transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2);
    transform: skewX(0) skewY(0) scaleX(0.5) scaleY(2); }
  66% {
    -webkit-transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1);
    transform: skewX(0) skewY(-45deg) scaleX(1) scaleY(1); }
  83% {
    -webkit-transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1);
    transform: skewX(-45deg) skewY(0) scaleX(1) scaleY(1); }
  100% {
    -webkit-transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5);
    transform: skewX(0) skewY(0) scaleX(2) scaleY(0.5); } }

.ld.ld-rotate {
  -webkit-animation: ld-rotate 1s infinite;
  animation: ld-rotate 1s infinite; }

@-webkit-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@-moz-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@-webkit-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@-o-keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

@keyframes ld-blur {
  0% {
    filter: blur(0); }
  50% {
    filter: blur(5px); }
  100% {
    filter: blur(0); } }

.ld.ld-blur {
  -webkit-animation: ld-blur 1s infinite;
  animation: ld-blur 1s infinite; }

@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-moz-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-webkit-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@-o-keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

@keyframes ld-vortex-out {
  0% {
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    opacity: 1; }
  60% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(1800deg) scale(1);
    transform: rotate(1800deg) scale(1);
    opacity: 0; } }

.ld.ld-vortex-out {
  -webkit-animation: ld-vortex-out 2s infinite;
  animation: ld-vortex-out 2s infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }

@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ld-vortex-in {
  0% {
    -webkit-transform: rotate(1800deg) scale(3);
    transform: rotate(1800deg) scale(3);
    opacity: 0; }
  60% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

.ld.ld-vortex-in {
  -webkit-animation: ld-vortex-in 2s infinite;
  animation: ld-vortex-in 2s infinite;
  animation-timing-function: cubic-bezier(0.3, 0, 1, 0.7); }

@-webkit-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-rtl {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  50% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-rtl {
  -webkit-animation: ld-slide-rtl 1s infinite;
  animation: ld-slide-rtl 1s infinite; }

@-webkit-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0); }
  50% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ltr {
  -webkit-animation: ld-slide-ltr 1s infinite;
  animation: ld-slide-ltr 1s infinite; }

@-webkit-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-btt {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  50% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-btt {
  -webkit-animation: ld-slide-btt 1s infinite;
  animation: ld-slide-btt 1s infinite; }

@-webkit-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-slide-ttb {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  49.9% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%); }
  50% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-slide-ttb {
  -webkit-animation: ld-slide-ttb 1s infinite;
  animation: ld-slide-ttb 1s infinite; }

@-webkit-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes ld-jump {
  0%, 28%, 48%, 64%, 76%, 86%, 93%, 100% {
    animation-timing-function: ease-out; }
  14%, 38%, 56%, 70%, 81%, 90%, 97% {
    animation-timing-function: ease-in; }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  14% {
    -webkit-transform: translateY(-27%);
    transform: translateY(-27%); }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  38% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  48% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  56% {
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%); }
  64% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
  76% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  81% {
    -webkit-transform: translateY(-7.5%);
    transform: translateY(-7.5%); }
  86% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%); }
  93% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  97% {
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.ld.ld-jump {
  -webkit-animation: ld-jump 1.5s ease-in infinite;
  animation: ld-jump 1.5s ease-in infinite; }

@-webkit-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@-moz-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@-webkit-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@-o-keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

@keyframes ld-bounce {
  0%, 90% {
    animation-timing-function: linear; }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); }
  10% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  50% {
    -webkit-transform: translate(0, -37%) scaleY(1.1);
    transform: translate(0, -37%) scaleY(1.1); }
  90% {
    -webkit-transform: translate(0, 5%) scaleY(1.1);
    transform: translate(0, 5%) scaleY(1.1); }
  100% {
    -webkit-transform: translate(0, 30%) scaleY(0.5);
    transform: translate(0, 30%) scaleY(0.5); } }

.ld.ld-bounce {
  -webkit-animation: ld-bounce 1s infinite;
  animation: ld-bounce 1s infinite; }

@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-moz-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-webkit-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@-o-keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

@keyframes ld-bounce-rtl {
  0% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); }
  12.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  25% {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0); }
  37.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  75% {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }
  87.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  100% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); } }

.ld.ld-bounce-rtl {
  -webkit-animation: ld-bounce-rtl 1s infinite linear;
  animation: ld-bounce-rtl 1s infinite linear; }

@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-moz-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-webkit-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@-o-keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

@keyframes ld-bounce-ltr {
  0% {
    -webkit-transform: translate(-160%, -40%);
    transform: translate(-160%, -40%); }
  12.5% {
    -webkit-transform: translate(-120%, -23%);
    transform: translate(-120%, -23%); }
  25% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  37.5% {
    -webkit-transform: translate(-50%, -23%);
    transform: translate(-50%, -23%); }
  50% {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%); }
  62.5% {
    -webkit-transform: translate(50%, -23%);
    transform: translate(50%, -23%); }
  75% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  87.5% {
    -webkit-transform: translate(120%, -23%);
    transform: translate(120%, -23%); }
  100% {
    -webkit-transform: translate(160%, -40%);
    transform: translate(160%, -40%); } }

.ld.ld-bounce-ltr {
  -webkit-animation: ld-bounce-ltr 1s infinite linear;
  animation: ld-bounce-ltr 1s infinite linear; }

@-webkit-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-o-keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ld-bounce-a {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.6, 1); }
  12.5%, 37.5%, 62.5%, 87.5% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6); }
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  12.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  25% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); }
  37.5% {
    -webkit-transform: translate(5%, -28%);
    transform: translate(5%, -28%); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  62.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  75% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  87.5% {
    -webkit-transform: translate(-5%, -28%);
    transform: translate(-5%, -28%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ld.ld-bounce-a {
  -webkit-animation: ld-bounce-a 2s infinite;
  animation: ld-bounce-a 2s infinite; }

@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-moz-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-webkit-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@-o-keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

@keyframes ld-rush-ltr {
  0% {
    -webkit-transform: translate(-200%, 0) skewX(45deg);
    transform: translate(-200%, 0) skewX(45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(40%, 0) skewX(-35deg);
    transform: translate(40%, 0) skewX(-35deg); }
  45% {
    -webkit-transform: translate(-20%, 0) skewX(15deg);
    transform: translate(-20%, 0) skewX(15deg); }
  60% {
    -webkit-transform: translate(10%, 0) skewX(-7deg);
    transform: translate(10%, 0) skewX(-7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(250%, 0) skewX(45deg);
    transform: translate(250%, 0) skewX(45deg); } }

.ld.ld-rush-ltr {
  -webkit-animation: ld-rush-ltr 1.5s infinite linear;
  animation: ld-rush-ltr 1.5s infinite linear; }

@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-moz-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-webkit-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@-o-keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

@keyframes ld-rush-rtl {
  0% {
    -webkit-transform: translate(200%, 0) skewX(-45deg);
    transform: translate(200%, 0) skewX(-45deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  30% {
    -webkit-transform: translate(-40%, 0) skewX(35deg);
    transform: translate(-40%, 0) skewX(35deg); }
  45% {
    -webkit-transform: translate(20%, 0) skewX(-15deg);
    transform: translate(20%, 0) skewX(-15deg); }
  60% {
    -webkit-transform: translate(-10%, 0) skewX(7deg);
    transform: translate(-10%, 0) skewX(7deg); }
  80% {
    -webkit-transform: translate(0, 0) skewX(0);
    transform: translate(0, 0) skewX(0); }
  100% {
    -webkit-transform: translate(-250%, 0) skewX(-45deg);
    transform: translate(-250%, 0) skewX(-45deg); } }

.ld.ld-rush-rtl {
  -webkit-animation: ld-rush-rtl 1.5s infinite linear;
  animation: ld-rush-rtl 1.5s infinite linear; }

@-webkit-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-moz-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-webkit-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-o-keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@keyframes ld-flip {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0) rotateX(180deg);
    transform: rotateY(0) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

.ld.ld-flip {
  -webkit-animation: ld-flip 2s infinite;
  animation: ld-flip 2s infinite; }

@-webkit-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-moz-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-webkit-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@-o-keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

@keyframes ld-flip-h {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0);
    transform: rotateY(180deg) rotateX(0); }
  100% {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0); } }

.ld.ld-flip-h {
  -webkit-animation: ld-flip-h 1s infinite;
  animation: ld-flip-h 1s infinite; }

@-webkit-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@-moz-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@-webkit-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@-o-keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

@keyframes ld-flip-v {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

.ld.ld-flip-v {
  -webkit-animation: ld-flip-v 1s infinite;
  animation: ld-flip-v 1s infinite; }

@-webkit-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-moz-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-webkit-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@-o-keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

@keyframes ld-coin-h {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(1800deg);
    transform: rotateY(1800deg); }
  100% {
    -webkit-transform: rotateY(3600deg);
    transform: rotateY(3600deg); } }

.ld.ld-coin-h {
  -webkit-animation: ld-coin-h 2s infinite;
  animation: ld-coin-h 2s infinite; }

@-webkit-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-moz-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-webkit-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@-o-keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

@keyframes ld-coin-v {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  50% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  50% {
    -webkit-transform: rotateX(1800deg);
    transform: rotateX(1800deg); }
  100% {
    -webkit-transform: rotateX(3600deg);
    transform: rotateX(3600deg); } }

.ld.ld-coin-v {
  -webkit-animation: ld-coin-v 2s infinite;
  animation: ld-coin-v 2s infinite; }

@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-moz-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-o-keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@keyframes ld-broadcast {
  0% {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.9); }
  19% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7); }
  20% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.8); }
  39% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.6); }
  40% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.7); }
  60% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.6);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

.ld.ld-broadcast {
  -webkit-animation: ld-broadcast 1s infinite ease-out;
  animation: ld-broadcast 1s infinite ease-out;
  border-radius: 50%; }

@-webkit-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-moz-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-webkit-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@-o-keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

@keyframes ld-shadow {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  50% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1); }
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.9); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); } }

.ld.ld-shadow {
  -webkit-animation: ld-shadow 1s infinite;
  animation: ld-shadow 1s infinite;
  border-radius: 50%; }

@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@-moz-keyframes ld-shadow-a {
  0 {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@-o-keyframes ld-shadow-a {
  0 {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

@keyframes ld-shadow-a {
  0% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); }
  8.33% {
    box-shadow: 3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  16.67% {
    box-shadow: 2px 3px 0 6px rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0 3px 0 6px rgba(0, 0, 0, 0.5); }
  33.33% {
    box-shadow: -1px 3px 0 6px rgba(0, 0, 0, 0.5); }
  41.67% {
    box-shadow: -3px 1px 0 6px rgba(0, 0, 0, 0.5); }
  50% {
    box-shadow: -3px 0 0 6px rgba(0, 0, 0, 0.5); }
  58.33% {
    box-shadow: -3px -1px 0 6px rgba(0, 0, 0, 0.5); }
  66.67% {
    box-shadow: -2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  75% {
    box-shadow: 0 -3px 0 6px rgba(0, 0, 0, 0.5); }
  83.33% {
    box-shadow: 2px -3px 0 6px rgba(0, 0, 0, 0.5); }
  91.67% {
    box-shadow: 3px -2px 0 6px rgba(0, 0, 0, 0.5); }
  100% {
    box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5); } }

.ld.ld-shadow-a {
  -webkit-animation: ld-shadow-a .5s infinite;
  animation: ld-shadow-a .5s infinite;
  box-shadow: 3px 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 50%; }

.ld.reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.ld.xhalf {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.ld.x1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.ld.x2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.ld.x4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.ld.running {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.ld.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.ld.f00 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.ld.f01 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

.ld.f02 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ld.f03 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.ld.f04 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ld.f05 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.ld.f06 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ld.f07 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.ld.f08 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ld.f09 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.ld.f10 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.ld-ball, .ld-ring, .ld-hourglass, .ld-loader, .ld-cross, .ld-square, .ld-pie, .ld-spinner {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block; }

.ld-ball:after, .ld-ring:after, .ld-hourglass:after, .ld-loader:after, .ld-cross:after, .ld-square:after, .ld-pie:after, .ld-spinner:after {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: inline-block;
  background: center center no-repeat;
  background-size: cover; }

.ld-ball:after {
  border-radius: 50%;
  background: currentColor; }

.ld-pie:after {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: .5em solid;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent; }

.ld-ring:after {
  border-radius: 50%;
  border: .15em solid;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent; }

.ld-hourglass:after {
  width: 0;
  height: 0;
  background: 0;
  border-radius: 50%;
  border: .5em solid;
  border-color: currentColor transparent currentColor transparent; }

.ld-cross:after {
  width: 18%;
  height: 18%;
  background: currentColor;
  box-shadow: 0 .18em 0 1px currentColor,0 -0.18em 0 1px currentColor,0.18em 0 0 1px currentColor,-0.18em 0 0 1px currentColor,0 .36em 0 1px currentColor,0 -0.36em 0 1px currentColor,0.36em 0 0 1px currentColor,-0.36em 0 0 1px currentColor; }

.ld-square:after {
  width: 90%;
  height: 90%;
  background: currentColor; }

.ld-spinner:after {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background: 0;
  box-shadow: 0 .5em 0 0 currentColor,0 -.5em 0 0 currentColor,.5em 0 0 0 currentColor,-.5em 0 0 0 currentColor,.35355339059327373em .35355339059327373em 0 0 currentColor,-.35355339059327373em .35355339059327373em 0 0 currentColor,.35355339059327373em -.35355339059327373em 0 0 currentColor,-.35355339059327373em -.35355339059327373em 0 0 currentColor; }

.ld-loader {
  background-size: cover; }

.ld-ext-right, .ld-ext-left, .ld-ext-bottom, .ld-ext-top, .ld-over, .ld-over-inverse, .ld-over-full, .ld-over-full-inverse {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  transition-timing-function: ease-in;
  overflow: hidden; }

.ld-ext-right > .ld, .ld-ext-left > .ld, .ld-ext-bottom > .ld, .ld-ext-top > .ld, .ld-over > .ld, .ld-over-inverse > .ld, .ld-over-full > .ld, .ld-over-full-inverse > .ld {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all .3s;
  transition: all .3s;
  transition-timing-function: ease-in; }

.ld-ext-right.running > .ld, .ld-ext-left.running > .ld, .ld-ext-bottom.running > .ld, .ld-ext-top.running > .ld, .ld-over.running > .ld, .ld-over-inverse.running > .ld, .ld-over-full.running > .ld, .ld-over-full-inverse.running > .ld {
  opacity: 1;
  z-index: auto; }

.ld-ext-right.running {
  padding-right: 2.5em !important; }

.ld-ext-right > .ld {
  top: 50%;
  left: auto;
  right: 1em; }

.ld-ext-left.running {
  padding-left: 2.5em !important; }

.ld-ext-left > .ld {
  top: 50%;
  right: auto;
  left: 1em; }

.ld-ext-bottom.running {
  padding-bottom: 2.5em !important; }

.ld-ext-bottom > .ld {
  top: auto;
  left: 50%;
  bottom: 1em; }

.ld-ext-top.running {
  padding-top: 2.5em !important; }

.ld-ext-top > .ld {
  bottom: auto;
  left: 50%;
  top: 1em; }

.ld-over, .ld-over-inverse, .ld-over-full, .ld-over-full-inverse {
  overflow: hidden; }

.ld-over.running > .ld, .ld-over-inverse.running > .ld, .ld-over-full.running > .ld, .ld-over-full-inverse.running > .ld {
  z-index: 99999; }

.ld-over:before, .ld-over-inverse:before, .ld-over-full:before, .ld-over-full-inverse:before {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  transition-timing-function: ease-in;
  background: rgba(240, 240, 240, 0.8); }

.ld-over-full > .ld, .ld-over-full-inverse > .ld {
  position: fixed; }

.ld-over-full > .ld {
  color: rgba(0, 0, 0, 0.8); }

.ld-over-full:before, .ld-over-full-inverse:before {
  z-index: -1;
  position: fixed;
  background: rgba(255, 255, 255, 0.8); }

.ld-over.running > .ld, .ld-over-inverse.running > .ld, .ld-over-full.running > .ld, .ld-over-full-inverse.running > .ld {
  z-index: 999999; }

.ld-over.running:before, .ld-over-inverse.running:before, .ld-over-full.running:before, .ld-over-full-inverse.running:before {
  opacity: 1;
  z-index: 999998;
  display: block; }

.ld-over-inverse > .ld {
  color: rgba(255, 255, 255, 0.8); }

.ld-over-inverse:before {
  background: rgba(0, 0, 0, 0.6); }

.ld-over-full-inverse > .ld {
  color: rgba(255, 255, 255, 0.8); }

.ld-over-full-inverse:before {
  background: rgba(0, 0, 0, 0.6); }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.5em; }

.hidden {
  display: none !important; }

.main-content.transition-appear {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.main-content.transition-appear.transition-appear-active {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.main-content.transition-leave {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.main-content.transition-leave.transition-leave-active {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.smartbanner-on .header-wrapper {
  position: -webkit-sticky !important;
  position: sticky !important; }

.smartbanner-on .main-wrapper {
  margin-top: 0 !important; }

.branch-banner-is-active .header-wrapper {
  top: 75px !important;
  transition: top 0.5s; }

.site-wrapper .header-wrapper {
  position: fixed;
  height: 50px;
  z-index: 10;
  width: 100%;
  top: 0; }
  .site-wrapper .header-wrapper .background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1; }

.site-wrapper .main-wrapper {
  margin-top: 50px; }

.site-wrapper.has-channel-nav .header-wrapper {
  height: auto; }

.site-wrapper.has-channel-nav .main-wrapper {
  margin-top: 90px; }

.site-wrapper.has-channel-nav .feedback-tab {
  position: fixed;
  left: -41px;
  top: 500px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 18px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transform: rotate(270deg);
  font-size: 20px;
  cursor: pointer;
  z-index: 500; }

.site-wrapper .help-tab {
  position: fixed;
  left: -137px;
  top: 263px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 18px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transform: rotate(270deg);
  font-size: 20px;
  cursor: pointer;
  z-index: 2; }

.sm-gutters {
  margin-right: 0;
  margin-left: 0; }
  .sm-gutters > .col, .sm-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px; }

.widget.loading {
  min-height: 200px;
  position: relative; }

.clickable {
  cursor: pointer; }
  .clickable:focus {
    outline: none; }

.no-outline {
  outline: none; }

.plain-input {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: underline;
  display: inline-block; }
  .plain-input:focus {
    outline: none; }

.gallery-meta-row {
  display: flex; }
  .gallery-meta-row .date-info {
    flex: 0 1 auto; }
    .gallery-meta-row .date-info .datepicker-wrap:has(.react-datepicker__tab-loop) {
      position: static; }
  .gallery-meta-row .description {
    flex: 1 1 auto; }

.snapshot-thumb-wrap {
  position: relative;
  aspect-ratio: 16/9; }
  .snapshot-thumb-wrap .image-load-wrapper {
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .snapshot-thumb-wrap .image-load-wrapper .brainLoader-wrapper {
      position: static; }
  .snapshot-thumb-wrap .hover-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    align-items: center;
    z-index: 1; }
    .snapshot-thumb-wrap .hover-overlay .favorite-wrap {
      position: absolute;
      color: #fff;
      top: 0;
      left: 5px; }
  .snapshot-thumb-wrap:hover .hover-overlay {
    display: flex; }

.preview-notification {
  background-color: gold;
  padding: 10px 15px; }

.info-panels {
  flex-direction: column-reverse; }

@media (min-width: 768px) {
  .info-panels {
    flex-direction: row; } }

iframe#branch-banner-iframe {
  position: fixed; }

.small-alert {
  font-size: 0.9em !important;
  display: inline-block;
  padding: 5px 10px; }

.contest-button {
  background-color: #727475;
  padding: 18px;
  border-radius: 65px;
  color: #fff !important;
  font-size: 29px;
  cursor: pointer; }
  .contest-button:hover {
    background-color: #F0BA4F; }

.alert.contest-alert {
  font-size: 14px; }

svg.widget-svg {
  stroke: #636262;
  stroke-width: 20px; }

.hover-overlay svg.widget-svg {
  stroke: #ffffff;
  stroke-width: 40px; }

.blockDivider-name {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 17px 10px 20px;
  letter-spacing: .3em;
  color: #333;
  position: relative;
  background: #fff; }

a .blockDivider-name:active, a .blockDivider-name:hover {
  background: #333;
  color: #fff; }

.blockDivider {
  position: relative;
  text-align: center;
  line-height: 1.5;
  margin: 40px 0; }

.blockDivider:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  top: calc(50% - 1px);
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding-right: 0; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link,
.resp-sharing-button__link:hover {
  text-decoration: none;
  color: #fff;
  margin: 0.5em; }

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465C; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25D366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #FF6600; }

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C; }

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c; }

@media (min-width: 768px) {
  .btn-sm-inline-block {
    display: inline-block;
    width: auto; } }

.uc-first {
  text-transform: lowercase; }

.uc-first::first-letter {
  text-transform: uppercase; }

time.live-now.text-primary::before {
  content: '\25CF';
  color: red;
  font-size: 16px;
  margin-right: 5px; }

.cm--notifications__popover {
  max-width: 95vw; }

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.ril__outerClosing {
  opacity: 0; }

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7; }

.ril__navButtons:hover {
  opacity: 1; }

.ril__navButtons:active {
  opacity: 0.7; }

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat center; }

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat center; }

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover; }

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto; }

.ril__captionContent {
  padding: 10px 20px;
  color: #fff; }

.ril__toolbar {
  top: 0;
  height: 50px; }

.ril__toolbarSide {
  height: 50px;
  margin: 0; }

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis; }

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ril__toolbarItemChild {
  vertical-align: middle; }

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7; }

.ril__builtinButton:hover {
  opacity: 1; }

.ril__builtinButton:active {
  outline: none; }

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5; }

.ril__builtinButtonDisabled:hover {
  opacity: 0.5; }

.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center; }

.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat center; }

.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center; }

.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
  animation-name: closeWindow; }

@-webkit-keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0; }
  20% {
    opacity: 1; } }

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0; }
  20% {
    opacity: 1; } }

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative; }

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  -webkit-animation: pointFade 800ms infinite ease-in-out both;
  animation: pointFade 800ms infinite ease-in-out both; }

.ril__loadingCirclePoint:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  -webkit-animation-delay: -800ms;
  animation-delay: -800ms; }

.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  -webkit-animation-delay: -666ms;
  animation-delay: -666ms; }

.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  -webkit-animation-delay: -533ms;
  animation-delay: -533ms; }

.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms; }

.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  -webkit-animation-delay: -266ms;
  animation-delay: -266ms; }

.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  -webkit-animation-delay: -133ms;
  animation-delay: -133ms; }

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none; }

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff; }

.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none; }

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/*# sourceMappingURL=style.css.map*/

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px; }

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0; }

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker-popper {
  z-index: 1;
  line-height: 0; }

.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae; }

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0; }

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0; }

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden; }

.react-datepicker__navigation--previous {
  left: 2px; }

.react-datepicker__navigation--next {
  right: 2px; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px; }

.react-datepicker__navigation--years-upcoming {
  top: -4px; }

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6; }

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0; }

.react-datepicker__navigation-icon--next {
  left: -2px; }

.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px; }

.react-datepicker__navigation-icon--previous {
  right: -2px; }

.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px; }

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block; }

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield; }

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90; }

.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px; }

.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer; }

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold; }

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff; }

.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out; }

.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300; }

.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: black; }

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent; }

.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box; }

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7"; }

.react-datepicker__close-icon--disabled {
  cursor: default; }

.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto; }

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap; }

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em; }

.icon-ExploreLogo {
  height: inherit;
  vertical-align: middle; }

.header-wrapper .icon-ExploreLogo, .side-nav-wrapper .icon-ExploreLogo {
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .header-wrapper .icon-ExploreLogo, .side-nav-wrapper .icon-ExploreLogo {
      font-size: 40px; } }

.explore-svg-logo {
  height: auto;
  width: 90px;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .explore-svg-logo {
      width: 150px; } }

.profile-image {
  max-width: 40px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .profile-image {
      min-width: 50px;
      min-height: 50px;
      max-width: 50px; } }
  .profile-image .badge {
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 1002; }

@media screen and (min-width: 768px) {
  .account-buttons-login {
    margin-right: 10px; } }

@media screen and (min-width: 1024px) {
  .account-buttons-login {
    margin-right: 20px; } }

.account-buttons-login a:visited div, .account-buttons-login a:active div, .account-buttons-login a:link div {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 5px;
  transition: background .4s;
  line-height: 15px; }
  @media screen and (min-width: 1024px) {
    .account-buttons-login a:visited div, .account-buttons-login a:active div, .account-buttons-login a:link div {
      line-height: 19px; } }

.account-buttons-login a div.join {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
  margin-right: 2px;
  padding-left: 16px;
  padding-right: 10px; }
  @media screen and (min-width: 1024px) {
    .account-buttons-login a div.join {
      padding-left: 23px;
      padding-right: 16px; } }

.account-buttons-login a div.login, .account-buttons-login a div.login-button {
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
  padding-left: 10px;
  padding-right: 16px; }
  @media screen and (min-width: 1024px) {
    .account-buttons-login a div.login, .account-buttons-login a div.login-button {
      padding-right: 20px;
      padding-left: 17px; } }

.site-wrapper.is-desktop .account-buttons-login a:hover {
  color: #3c3c3c;
  text-decoration: none; }
  .site-wrapper.is-desktop .account-buttons-login a:hover div {
    color: #3c3c3c;
    background-color: #fff;
    transition: background .4s;
    text-decoration: none; }

.menu-logo {
  padding: 0px 20px 0 0;
  vertical-align: middle; }

#channel-nav-wrapper {
  padding: 10px 0; }

@media screen and (min-width: 769px) {
  #top-menu-wrapper, #channel-nav-wrapper {
    padding-left: 65px;
    padding-right: 65px; } }

@media screen and (min-width: 1024px) {
  #top-menu-wrapper .channel-arrow.right {
    right: -45px;
    padding-left: 30px; } }

@media screen and (min-width: 1024px) {
  #top-menu-wrapper .channel-arrow.left {
    left: -45px;
    padding-right: 30px; } }

.nav-wrapper {
  width: 100%;
  z-index: 999; }

.search-label {
  font-size: 14px;
  margin-left: 10px;
  opacity: 0.9;
  letter-spacing: 0.03em;
  transition: font-size .4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) {
    .search-label {
      font-size: 16px;
      line-height: 18px;
      margin-left: 15px;
      transition: font-size .4s; } }
  @media screen and (min-width: 1024px) {
    .search-label {
      font-size: 22px;
      margin-left: 20px;
      transition: font-size .4s; } }
  .search-label a {
    color: #fff; }
    .search-label a:focus, .search-label a:active {
      text-decoration: none; }

.nav-brand {
  font-size: 26px;
  text-decoration: none !important;
  transition: font-size .4s; }
  @media screen and (min-width: 768px) {
    .nav-brand {
      font-size: 33px;
      transition: font-size .4s; } }
  @media screen and (min-width: 1024px) {
    .nav-brand {
      font-size: 40px;
      margin-top: 4px;
      margin-bottom: 5px;
      transition: font-size .4s; } }

.side-nav {
  font-size: 16px;
  margin-right: 0.5rem;
  line-height: 16px; }
  @media screen and (min-width: 768px) {
    .side-nav {
      font-size: 24px;
      line-height: 24px;
      margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .side-nav {
      font-size: 30px;
      line-height: 20px; } }

.search-icon:link, .search-icon:visited, .search-icon:active {
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 17px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  float: left;
  transition: all .2s ease-in;
  margin-top: 4px;
  margin-bottom: 4px; }
  .search-icon:link i, .search-icon:visited i, .search-icon:active i {
    position: absolute;
    top: 7px;
    left: 8px; }

.search-icon:hover {
  background: #fff;
  color: #2e2e2e;
  transition: all .2s ease-out; }

.search-wrapper {
  margin-left: 0;
  margin-right: 10px; }
  @media screen and (min-width: 1024px) {
    .search-wrapper {
      margin-left: 0;
      margin-right: 20px; } }

.nav-main-searchbox {
  padding: 5px 18px;
  background: #fff;
  color: #1f1f1f;
  position: absolute;
  height: 40px;
  width: 0;
  right: 0;
  display: block;
  border-radius: 25px;
  border: 0;
  opacity: 0; }
  .nav-main-searchbox.is-open {
    padding: 5px 45px 5px 25px;
    opacity: 1;
    width: 350px;
    transition: width .4s ease-in-out; }

.account-buttons-wrap {
  display: flex;
  opacity: 1;
  transition: opacity .6s; }
  .account-buttons-wrap.is-open {
    opacity: 0;
    transition: opacity .4s; }

.account-buttons {
  padding-top: 4px;
  padding-bottom: 4px; }
  @media screen and (min-width: 1024px) {
    .account-buttons {
      padding-top: 5px;
      padding-bottom: 5px; } }
  .account-buttons a:active, .account-buttons a:visited, .account-buttons a:link {
    background: #3c3c3c;
    color: #fff;
    text-decoration: none;
    display: inline-flex; }
  .account-buttons a:hover {
    background: #fff;
    color: #000; }
  .account-buttons ul li {
    list-style: none outside; }
  .account-buttons .round-buttons {
    background-color: #7a7a7a; }
    .account-buttons .round-buttons:active, .account-buttons .round-buttons:link, .account-buttons .round-buttons:visited {
      font-size: 16px;
      color: #fff;
      padding: 8px 0 0 12px;
      border-radius: 30px;
      text-decoration: none;
      width: 32px;
      height: 32px;
      display: block; }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons:active, .account-buttons .round-buttons:link, .account-buttons .round-buttons:visited {
          width: 40px;
          height: 40px;
          font-size: 20px;
          padding: 9px 0px 0px 10px; } }
    .account-buttons .round-buttons.facebook {
      padding: 8px 0 0 12px; }
      @media screen and (min-width: 768px) {
        .account-buttons .round-buttons.facebook {
          margin-right: 5px; } }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.facebook {
          margin-right: 10px;
          font-size: 21px;
          padding: 9px 0 0 15px; } }
      .account-buttons .round-buttons.facebook:hover {
        background-color: #3b5998; }
    .account-buttons .round-buttons.youtube {
      padding: 10px 0px 0px 7px;
      font-size: 12px; }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.youtube {
          padding-top: 11px;
          font-size: 18px; } }
      .account-buttons .round-buttons.youtube:hover {
        background-color: #cc181e; }
    .account-buttons .round-buttons.instagram {
      padding: 8px 0 0 8px; }
      @media screen and (min-width: 768px) {
        .account-buttons .round-buttons.instagram {
          margin-right: 5px; } }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.instagram {
          margin-right: 10px;
          font-size: 25px;
          padding: 8px 0 0 8px; } }
      .account-buttons .round-buttons.instagram:hover {
        background-color: #e95950; }
    .account-buttons .round-buttons.twitter {
      padding: 8px 0 0 7px; }
      @media screen and (min-width: 768px) {
        .account-buttons .round-buttons.twitter {
          margin-right: 5px; } }
      @media screen and (min-width: 1024px) {
        .account-buttons .round-buttons.twitter {
          margin-right: 10px;
          font-size: 21px;
          padding: 10px 0 0 10px; } }
      .account-buttons .round-buttons.twitter:hover {
        background-color: #0084b4; }

.side-columns {
  flex-basis: 0;
  flex-grow: 1; }

/* User Menu */
@media screen and (min-width: 768px) {
  .user-menu-wrapper {
    margin-left: 10px; } }

.userblock-wrap {
  height: 100%; }

#user-menu ul {
  display: block;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1001; }
  #user-menu ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    transition: background .4s; }
    #user-menu ul a:hover {
      background: #fff;
      color: #000;
      transition: background .4s; }
  #user-menu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #333;
    font-family: 'foundation_sans_light';
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: inherit;
    border: 1px solid transparent;
    /*border-bottom: 1px solid transparent;
		border-left: 1px solid #000;
		border-right: 1px solid #000;*/
    transition: all .4s ease-out; }
    #user-menu ul li.current-menu-item {
      border: 0;
      background: none;
      height: 40px;
      padding: 0 0 0 17px; }
      @media screen and (min-width: 1024px) {
        #user-menu ul li.current-menu-item {
          padding: 0 0 0 34px;
          height: 50px; } }
      #user-menu ul li.current-menu-item:hover {
        background: #fff;
        color: #333;
        transition: all .4s ease-in-out;
        cursor: pointer; }
    #user-menu ul li .user-name {
      padding-right: 20px;
      min-width: 105px; }
  #user-menu ul ul li {
    float: none;
    width: 204px; }
  #user-menu ul ul a {
    line-height: 120%;
    padding: 10px 15px; }
  #user-menu ul ul ul {
    top: 0;
    left: 100%; }
  #user-menu ul .user-menu-items {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0; }
    #user-menu ul .user-menu-items.active {
      display: block; }

.explore-logo.white {
  background: url(/images/explore-logo-white.svg) no-repeat; }

.is-hidden {
  display: none; }

.is-visible {
  display: block; }

.arrows {
  cursor: pointer;
  display: block;
  overflow: hidden;
  height: 228px;
  width: 40px;
  top: 10px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #c0c0c0;
  color: #292b2c; }
  .arrows.right {
    right: -40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .arrows.left {
    left: -40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .arrows i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px; }

.site-wrapper.is-desktop .arrows:hover {
  background: rgba(0, 0, 0, 0.7);
  transition: all .3s ease-in; }
  .site-wrapper.is-desktop .arrows:hover i {
    transition: all .3s ease-in;
    color: #FFF; }

.cam-group-arrow {
  display: none;
  top: 0px;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .cam-group-arrow {
      display: block; } }
  .cam-group-arrow.left {
    margin-left: -5px; }

.search-panel {
  display: block;
  max-height: 0;
  transition: max-height .4s;
  overflow: hidden; }
  .search-panel.is-open {
    max-height: 568px;
    transition: max-height .4s; }
    @media screen and (min-height: 569px) and (max-height: 667px) {
      .search-panel.is-open {
        max-height: 657px; } }
    @media screen and (min-height: 668px) and (max-height: 736px) {
      .search-panel.is-open {
        max-height: 726px; } }

.search-suggestions .container-fluid {
  display: block; }

.search-suggestions .close-search {
  display: inline-block; }

.search-suggestions .sub-nav {
  position: relative;
  margin: 0px auto;
  width: 95%;
  text-align: center;
  padding-bottom: 5px 0 15px;
  overflow-y: hidden; }
  .search-suggestions .sub-nav .sub-nav-results {
    display: inline-block;
    padding: 0 10px; }
  .search-suggestions .sub-nav .search-suggestion {
    background-color: #fff;
    justify-content: space-between;
    display: inline-flex;
    margin-top: 6px;
    margin-left: 6px;
    font-family: 'foundation_sans_roman';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 6px 16px 6px 18px;
    border-radius: 25px;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 21px;
    letter-spacing: 1px;
    transition: all .4s ease-in-out; }
    @media screen and (min-width: 768px) {
      .search-suggestions .sub-nav .search-suggestion {
        padding: 13px 23px 13px 25px;
        margin-top: 10px; } }
    .search-suggestions .sub-nav .search-suggestion:last-of-type {
      margin-bottom: 10px; }
    .search-suggestions .sub-nav .search-suggestion:hover {
      color: #fff;
      background-color: #3897d2;
      text-decoration: none;
      transition: all .4s ease-in-out; }

/* Navigation */
.nav-category-bg {
  background: #333; }

/** Channel nav styling **/
.nav-category {
  width: 100%;
  z-index: 998;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1024px) {
    .nav-category {
      top: 50px; } }

.close-search {
  display: block;
  position: absolute;
  color: #000;
  opacity: 0.5;
  top: 5px;
  font-size: 25px;
  right: 20px;
  transition: opacity .4s;
  cursor: pointer; }
  @media screen and (min-width: 645px) {
    .close-search {
      top: 13px; } }
  @media screen and (min-width: 768px) {
    .close-search {
      font-size: 32px;
      top: 10px; } }
  .close-search:hover {
    opacity: 1;
    transition: opacity .4s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-slide {
  display: inline-block; }

#root .nav-brand {
  font-size: 26px;
  margin-left: 20px;
  margin-top: 4px;
  margin-bottom: 5px;
  transition: font-size .4s; }

.header-breadcrumbs {
  display: none; }
  @media (min-width: 992px) {
    .header-breadcrumbs {
      display: block; } }

/* Footer styles */
.footer {
  background: #3c3a38;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding-top: 50px; }

.footer a:link, .footer a:active, .footer a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

.footer-ul {
  list-style: none outside;
  margin: 0;
  padding: 0; }
  .footer-ul li {
    padding-bottom: 18px;
    line-height: 13px; }
    .footer-ul li:last-of-type {
      padding-bottom: 0; }
  .footer-ul:first-of-type {
    padding-bottom: 50px; }

.footer-heading {
  color: rgba(255, 255, 255, 0.9);
  clear: both;
  font-size: 18px;
  line-height: 13px;
  text-transform: uppercase;
  padding-bottom: 30px; }
  .footer-heading.first {
    padding-bottom: 22px; }

.footer-legal {
  color: #fff;
  background: #1a1a1a;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  margin-top: 70px; }

li.long-line {
  padding-left: 20px; }
  li.long-line:before {
    content: ' ';
    display: block;
    height: 1px;
    width: 19px;
    border-bottom: 1px solid rbga(white, 0.6);
    top: 14px;
    left: 0; }

.footer-description {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  line-height: 30px; }
  .footer-description:first-of-type {
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .about-explore {
    padding: 0 50px 0 0; } }

.cam-groups .cam-group-item {
  cursor: pointer; }

div[data-headline] {
  display: none;
  cursor: pointer;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  transition: background .2s; }

.site-wrapper.is-desktop .cam-group-item:hover div[data-headline] {
  display: flex;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  transition: background .4s; }

.site-wrapper.is-desktop .cam-group-item:hover div[data-headline]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.site-wrapper.is-desktop .cam-group-item:hover .info-btn {
  display: block;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.8); }

.cam-group-item div[data-headline].active,
.cam-item a div[data-snapshot-label].active {
  display: block;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.cam-group-item div[data-headline] {
  padding-left: 5px;
  padding-right: 5px; }
  .cam-group-item div[data-headline].active {
    display: flex; }
    .cam-group-item div[data-headline].active .live-cam-label-separator {
      border-color: #fff; }
    .cam-group-item div[data-headline].active:hover .site-wrapper.is-desktop .live-cam-label-separator {
      border-color: #fff !important; }

.cam-group-item:hover .site-wrapper.is-desktop .live-cam-label-separator {
  border-color: #000; }

.cam-group-item div[data-headline].active .live-cam-label,
.cam-item div[data-snapshot-label].active.no-viewers .live-cam-label {
  display: none; }

.live-cam-label {
  line-height: 17px;
  font-size: 18px;
  padding: 10px;
  font-family: 'foundation_sans_bold';
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.live-cam-label-separator {
  margin: 6px 15px 10px 15px;
  border-bottom: 1px solid #fff; }

.cam-item {
  display: block;
  position: relative; }

.cam-item a div[data-snapshot-label] {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99; }

.site-wrapper.is-desktop .cam-item a:hover div[data-snapshot-label] {
  display: block;
  position: absolute;
  font-family: 'foundation_sans_bold';
  font-size: 18px; }

.site-wrapper.is-desktop .cam-item a:hover div[data-snapshot-label]:before {
  content: attr(data-snapshot-label);
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%); }

.cam-item div[data-snapshot-label].active {
  display: block;
  position: absolute;
  font-family: 'foundation_sans_bold';
  font-size: 18px; }

.no-viewers .live-cam-label {
  display: none; }

.cam-item a div[data-snapshot-label].no-viewers:before {
  content: 'Watch Highlight';
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 19px;
  font-size: 18px; }

.is-online a div[data-snapshot-label].no-viewers:before {
  content: 'Watch Livecam';
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 19px;
  font-size: 18px; }

.cam-item a div[data-snapshot-label].active:before {
  content: attr(data-snapshot-label); }

.cam-item a div[data-snapshot-label].active.no-viewers:before {
  content: 'Now Watching';
  top: 50%;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 19px;
  font-size: 18px; }

.cam-item .live-cam-label {
  padding: 30px 70px;
  line-height: 17px;
  letter-spacing: 2.7px;
  margin: 0;
  font-family: 'foundation_sans_bold';
  text-transform: uppercase; }

.cam-item .live-cam-label-separator {
  margin-top: 7px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
  font-family: 'foundation_sans_bold'; }

.cam-group-item {
  min-width: 100px;
  padding-right: 5px; }

.cam-group-item-wrapper img {
  width: 100%;
  height: auto; }

.cam-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%; }

.inner-overlay-text {
  margin: 0 auto;
  font-weight: bold; }

.truncate-overflow {
  text-overflow: ellipsis;
  overflow: hidden; }

.cam-group-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 150% 0 0 0;
  /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */ }

.cam-group-container img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.video-loader-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.main-cam-carousel .aspect-2-3 {
  width: 100%;
  padding-top: 150%;
  position: relative; }
  .main-cam-carousel .aspect-2-3 .cam-group-item-overlay {
    position: absolute;
    bottom: 5px;
    color: #000;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .main-cam-carousel .aspect-2-3 .cam-group-item-overlay .info-btn {
      display: none;
      cursor: pointer;
      border-radius: 8px;
      padding: 5px 9px 4px 9px;
      background-color: rgba(255, 255, 255, 0.8); }
    .main-cam-carousel .aspect-2-3 .cam-group-item-overlay .info-btn:hover {
      background-color: rgba(255, 255, 255, 0.8) !important;
      color: #000 !important; }
  .main-cam-carousel .aspect-2-3 .cam-group-inner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.cam-group-info {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  padding: 20px 30px 10px;
  color: #FFF;
  margin-bottom: 20px; }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.swiper-container.cam-group-swiper {
  padding: 10px 0; }
  .swiper-container.cam-group-swiper .cam-group-item {
    min-width: auto;
    padding: 0; }
  .swiper-container.cam-group-swiper .cam-item-overlay {
    width: 100%;
    font-weight: bold; }
  .swiper-container.cam-group-swiper div[data-headline] {
    font-family: 'foundation_sans_roman';
    font-size: 18px; }
    .swiper-container.cam-group-swiper div[data-headline] .livecam-count {
      font-family: 'foundation_sans_light'; }
  .swiper-container.cam-group-swiper .cam-group-item div[data-headline] {
    padding: 0; }
    .swiper-container.cam-group-swiper .cam-group-item div[data-headline] > div {
      padding: 0 10px; }
  .swiper-container.cam-group-swiper .live-cam-label-separator {
    margin: 6px 5px 10px 5px; }

@media (max-width: 480px) {
  .swiper-container.cam-group-swiper div[data-headline] {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 2px; } }

@keyframes loading {
  0% {
    background-position: 0 0%; }
  100% {
    background-position: 0 100%; } }

.brainLoader-wrapper {
  width: 100%;
  position: relative; }
  .brainLoader-wrapper.dark .brainLoader {
    filter: invert(50%); }
  .brainLoader-wrapper.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center; }
  .brainLoader-wrapper.inline {
    text-align: center;
    width: 100%;
    position: relative;
    transform: scale(0.4) translate(0, -45px); }
    .brainLoader-wrapper.inline.dark span {
      color: #808080; }
    .brainLoader-wrapper.inline span {
      color: #fff;
      display: block;
      font-size: 32px;
      font-family: "foundation_sans_roman";
      text-transform: uppercase; }

.brainLoader {
  height: 100px;
  width: 100px;
  display: block;
  transform: scale(1);
  background-image: url(/dist/images/loader.png?176d885bd0f06d63854627064d84401e);
  animation: loading 2.5s steps(75) infinite;
  margin: 0 auto;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

.refresh {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 0.8em; }
  .refresh:hover {
    cursor: pointer; }

.is-desktop .video-player-screen {
  position: relative; }
  .is-desktop .video-player-screen:hover .refresh {
    display: flex; }

/* Video Player */
.video-player .download-btn {
  padding: 9px !important; }
  .video-player .download-btn span i {
    font-size: 22px; }

.video-player .video-player-btn:last-of-type {
  margin-right: 10px; }

.video-player .video-player-btn.heart {
  padding: 13px 15px 7px 11px;
  font-size: 20px;
  width: 110px;
  color: red; }
  .video-player .video-player-btn.heart .label {
    transition: background .4s, color .4s, opacity .4s;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 4px;
    top: -5px;
    font-family: 'foundation_sans_roman';
    left: 5px;
    cursor: pointer;
    position: relative; }

.video-player .video-player-btn.is-faved {
  color: #FFF; }

.video-player .video-player-btn .icon-Heart_Stroke + .label {
  color: rgba(0, 0, 0, 0.9); }

.video-player .video-player-btn .icon-Heart_Fill + .label {
  color: #FFF; }

.video-player .video-player-btn:hover .icon-Heart_Stroke + .label,
.video-player .video-player-btn:hover .icon-Heart_Fill + .label {
  color: #FFF; }

.video-player .fixed-width-btn {
  width: 115px;
  height: 42px;
  padding: 15px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  margin-right: 0px !important;
  margin-left: 10px !important; }

.video-player .video-heading {
  padding: 10px; }
  @media screen and (min-width: 645px) {
    .video-player .video-heading {
      padding: 0;
      padding-top: 15px;
      padding-left: 10px;
      padding-right: 10px; } }
  .video-player .video-heading.offline .snapshot {
    opacity: 0;
    pointer-events: none; }
  .video-player .video-heading.offline .hidden-mobile {
    padding-left: 15px; }

.video-player .carousel-buttons > .left,
.video-player .carousel-buttons > .right {
  width: 40%; }

.video-player .carousel-buttons > .center {
  width: 20%; }

.video-player .video-mode-selector {
  display: inline-block;
  vertical-align: middle; }

.video-player .pop-out-btn {
  display: inline-block;
  vertical-align: middle; }

.video-player .video-controls {
  padding: 10px;
  margin-top: 10px; }
  .video-player .video-controls .crsl-nav {
    margin-left: 20px; }
  .video-player .video-controls .disqus-pop {
    margin-right: 0px !important; }

.video-player .video-player-action-btn, .video-player video-player-action-btn:active, .video-player .video-player-action-btn:visited, .video-player .video-player-action-btn:link {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  height: 40px;
  width: 40px;
  display: block;
  transition: .2s background;
  text-decoration: none;
  color: #fff;
  padding: 7px;
  cursor: pointer; }
  .video-player .video-player-action-btn i, .video-player video-player-action-btn:active i, .video-player .video-player-action-btn:visited i, .video-player .video-player-action-btn:link i {
    font-size: 25px; }
  .video-player .video-player-action-btn.tutorials i, .video-player video-player-action-btn:active.tutorials i, .video-player .video-player-action-btn:visited.tutorials i, .video-player .video-player-action-btn:link.tutorials i {
    background: url([object Module]) no-repeat center center;
    height: 25px;
    width: 25px;
    display: block; }
  .video-player .video-player-action-btn.facebook, .video-player video-player-action-btn:active.facebook, .video-player .video-player-action-btn:visited.facebook, .video-player .video-player-action-btn:link.facebook {
    padding: 9px 14px; }
    .video-player .video-player-action-btn.facebook i, .video-player video-player-action-btn:active.facebook i, .video-player .video-player-action-btn:visited.facebook i, .video-player .video-player-action-btn:link.facebook i {
      font-size: 20px; }
  .video-player .video-player-action-btn.twitter, .video-player video-player-action-btn:active.twitter, .video-player .video-player-action-btn:visited.twitter, .video-player .video-player-action-btn:link.twitter {
    padding: 10px 11px; }
    .video-player .video-player-action-btn.twitter i, .video-player video-player-action-btn:active.twitter i, .video-player .video-player-action-btn:visited.twitter i, .video-player .video-player-action-btn:link.twitter i {
      font-size: 20px; }
  .video-player .video-player-action-btn.heart, .video-player video-player-action-btn:active.heart, .video-player .video-player-action-btn:visited.heart, .video-player .video-player-action-btn:link.heart {
    padding: 9px 8px; }
  .video-player .video-player-action-btn.youtube i, .video-player video-player-action-btn:active.youtube i, .video-player .video-player-action-btn:visited.youtube i, .video-player .video-player-action-btn:link.youtube i {
    background: url([object Module]) no-repeat center center;
    height: 25px;
    width: 32px;
    display: block; }

.video-player .snapshot-gallery {
  margin-right: 0 !important;
  padding-top: 15px; }

.video-player .follow-badge {
  color: #fff;
  background-color: #5cb85c;
  margin-left: 10px; }

.video-player .video-player-wrap {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  .video-player .video-player-wrap .video-player-multi-screen {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px; }
    @media screen and (min-width: 768px) {
      .video-player .video-player-wrap .video-player-multi-screen {
        max-width: calc((100vh - 84px - 30px) * 16 / 9);
        margin: 0 auto;
        grid-template-columns: 1fr 1fr; } }
  .video-player .video-player-wrap .video-player-screen {
    overflow: hidden; }
    .video-player .video-player-wrap .video-player-screen.is-online:after {
      background: #f35845;
      color: #fff;
      display: none; }
    .video-player .video-player-wrap .video-player-screen.is-online .player-alert {
      display: block; }
  .video-player .video-player-wrap .alerts-wrapper {
    position: absolute;
    display: block;
    font-size: 16px;
    line-height: 18px;
    top: 10px;
    right: 10px;
    left: 10px;
    z-index: 1; }
  .video-player .video-player-wrap .comment-alert {
    float: right;
    clear: both;
    margin-bottom: 10px; }
    .video-player .video-player-wrap .comment-alert .close-button {
      background: rgba(56, 151, 210, 0.8);
      color: rgba(255, 255, 255, 0.7);
      padding: 8px 10px;
      display: inline-block;
      cursor: pointer;
      border-radius: 0 10px 10px 0;
      font-size: 21px;
      line-height: 1.0em;
      height: 40px; }
    .video-player .video-player-wrap .comment-alert .alert-message {
      padding: 14px;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.8);
      vertical-align: top;
      border-radius: 10px 0 0 10px;
      height: 40px; }
    .video-player .video-player-wrap .comment-alert .alert-action {
      padding: 14px 20px;
      text-transform: uppercase;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      height: 40px;
      line-height: 1.0em; }
    .video-player .video-player-wrap .comment-alert.error .close-button {
      background-color: rgba(218, 2, 2, 0.9); }
  .video-player .video-player-wrap .comment-alert .close-button:hover,
  .video-player .video-player-wrap .comment-alert .alert-action:hover,
  .video-player .video-player-wrap .comment-alert.error .close-button:hover {
    background: #fff;
    color: #000;
    cursor: pointer; }

.video-player .cam-circle-icons {
  list-style: none outside;
  display: flex;
  justify-content: flex-end; }
  .video-player .cam-circle-icons li {
    line-height: 9px; }

.video-player .cam-category, .video-player .cam-social, .video-player .cam-gallery {
  line-height: 22px;
  border-bottom: 1px solid;
  border-color: #b9b8b5;
  padding: 0 20px 10px 10px; }

.video-player .cam-category {
  line-height: 16px;
  opacity: 0.8;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: none;
  padding: 0; }
  .video-player .cam-category .camera-title-block {
    background-color: #000;
    border-radius: 4px;
    margin-right: 100px; }
  .video-player .cam-category #cam-title {
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .video-player .cam-category #cam-title {
        font-size: 18px; } }
  .video-player .cam-category .live-badge {
    display: none;
    background: #e6273a;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    width: 100px; }
  .video-player .cam-category.live .camera-title-block {
    border-radius: 4px 0 0 4px; }
  .video-player .cam-category.live .live-badge {
    display: flex;
    right: 0;
    top: 0; }
  .video-player .cam-category .video-player-badges {
    margin-bottom: 5px; }

.video-player .cam-location {
  opacity: 0.7;
  line-height: 16px;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .video-player .cam-location {
      font-size: 16px; } }

.video-player .cam-group-title {
  letter-spacing: 0.2px;
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .video-player .cam-group-title {
      font-size: 24px; } }

.video-player .cam-social {
  padding-top: 14px;
  padding-right: 10px; }

.video-player .cam-gallery {
  padding-right: 0;
  padding-left: 0;
  padding-top: 5px;
  border: none; }
  .video-player .cam-gallery a:first-of-type {
    margin-right: 10px; }

.video-player .cam-name {
  padding: 6px 10px 2px 10px; }
  @media screen and (min-width: 768px) {
    .video-player .cam-name {
      padding: 11px 10px 10px 10px; } }

.video-player .snapshot {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  border: 5px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #000;
  font-size: 42px;
  height: 75px;
  width: 75px;
  position: relative;
  opacity: 1;
  right: 20px; }
  @media screen and (min-width: 600px) {
    .video-player .snapshot {
      height: 105px;
      width: 105px;
      font-size: 58px;
      border: 10px solid rgba(0, 0, 0, 0.8);
      top: -7px; } }
  @media screen and (min-width: 768px) {
    .video-player .snapshot {
      right: 0px; } }
  .video-player .snapshot > i {
    position: relative;
    top: 7px;
    left: 12px;
    color: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 600px) {
      .video-player .snapshot > i {
        left: 15px; } }

.video-player .video-player-button:active, .video-player .video-player-button:link, .video-player .video-player-button:visited {
  font-size: 25px;
  color: #fff;
  background-color: #7a7a7a;
  padding: 9px 8px 2px 8px;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
  height: 40px;
  width: 40px;
  display: block; }

.video-player .video-player-button:hover {
  background-color: #000; }

.video-player .video-player-button.heart {
  display: block; }

.video-player .video-player-button i.icon-Heart_Stroke {
  position: relative;
  top: 1px; }

.video-player .video-player-button i.icon-Share_V2 {
  position: relative;
  top: -3px; }

.video-player #leave-comment {
  float: right; }
  .video-player #leave-comment .input-group {
    width: 350px;
    padding-top: 0; }
    .video-player #leave-comment .input-group textarea {
      border-radius: 4px 4px 0 0;
      height: 70px;
      font-style: italic;
      resize: none; }
      .video-player #leave-comment .input-group textarea:focus {
        border-bottom: 0;
        font-style: normal; }
    .video-player #leave-comment .input-group .post-button {
      padding: 5px 20px;
      background-color: rgba(0, 0, 0, 0.8);
      border-color: rgba(0, 0, 0, 0.8);
      color: rgba(255, 255, 255, 0.9);
      border-radius: 0 0 4px 4px;
      transition: background-color 0.1s;
      cursor: pointer; }
      .video-player #leave-comment .input-group .post-button:focus {
        box-shadow: none;
        outline: none; }
      .video-player #leave-comment .input-group .post-button:hover {
        background-color: #3e98d0;
        border-color: #3e98d0; }

.video-player .cam-social-icons {
  margin-top: 5px; }

.video-player .social-icon {
  margin-top: 3px; }

.video-player .calendar:link, .video-player .calendar:visited, .video-player .calendar:active {
  font-size: 44px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

.video-player .mobile-buttons {
  position: absolute;
  right: 15px; }

.video-player .mobile-controls {
  min-height: 40px; }

.video-player .toggle-snapshots-carousel {
  opacity: 1;
  visibility: visible;
  position: relative;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity 300ms, visibility 300ms;
  -moz-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms; }
  .video-player .toggle-snapshots-carousel:after {
    font-family: 'icomoon';
    content: '\E97F';
    position: absolute;
    bottom: 2px;
    right: -21px;
    transition: transform 300ms;
    transform: rotate(270deg); }

.video-player .toggle-snapshots-carousel.inactive:after {
  left: 139px;
  transform: rotate(90deg); }

.video-player .video-wrap:hover .toggle-snapshots-carousel {
  visibility: visible;
  opacity: 1; }

.video-player .take-snapshot-tooltip {
  opacity: 1 !important; }

.site-wrapper.is-desktop .video-player-action-btn.tutorials:hover {
  background: #fecb2f;
  transition: .2s background; }

.site-wrapper.is-desktop .video-player-action-btn.facebook:hover {
  background: #3b5998;
  transition: .2s background; }

.site-wrapper.is-desktop .video-player-action-btn.twitter:hover {
  background: #00aced;
  transition: .2s background; }

.site-wrapper.is-desktop .video-player-action-btn.youtube:hover {
  background: #bb0000;
  transition: .2s background; }

.site-wrapper.is-desktop .calendar:hover {
  text-decoration: none; }

.info-overlay {
  position: absolute;
  bottom: -458px;
  left: 5px;
  width: 60%;
  height: 438px;
  overflow: unset;
  z-index: 9; }
  .info-overlay .bg-fff-60.container-rounded {
    background-color: rgba(255, 255, 255, 0.9) !important; }

.info-overlay::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.info-overlay::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.site-wrapper.is-desktop .video-player .snapshot:hover > .icon-SnapshotCamera {
  color: #e63a26; }

@media screen and (min-width: 1024px) {
  .hide-cams-toggle {
    margin-right: 0px; } }

#video-carousel .video-carousel {
  border-top: 1px solid transparent; }
  #video-carousel .video-carousel .cam-item {
    width: 100%; }
  #video-carousel .video-carousel .slick-list {
    max-height: 500px;
    transition: max-height .5s ease-in-out; }
  #video-carousel .video-carousel.is-enabled .slick-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out; }

#video-carousel.carousel-hidden {
  height: 0;
  overflow: hidden; }

#video-carousel .related-snapshot-item {
  width: 50%;
  float: left; }
  @media screen and (min-width: 768px) {
    #video-carousel .related-snapshot-item {
      width: 25%; } }
  #video-carousel .related-snapshot-item .cam-item {
    float: none;
    height: 0;
    padding-bottom: 56.25%; }

.cam-container.is-visible:before {
  /* If we need to debug visibility, we can add it here */ }

.cam-container {
  position: relative; }

/*Instagram Feed */
[class*='instagram-feed-'] {
  border: 2px solid transparent; }

.instagram-feed-1 {
  width: 100%;
  border: none; }

.instagram-feed-2 {
  width: 260px; }

.instagram-feed-4 {
  width: 220px; }

.instagram-feed-6 {
  width: 33.33%; }

.instagram-slide, .instagram-slide img {
  float: left; }

.no-flexbox ul.carousel-buttons {
  text-align: center; }

.panel-carousel-controls-wrapper {
  display: inline-block;
  padding: 10px; }
  .panel-carousel-controls-wrapper .video-player-btn.right {
    margin-right: 0px !important; }

.image-load-wrapper {
  position: relative;
  max-width: 100%; }
  .image-load-wrapper .brainLoader-wrapper {
    transition: opacity 1s;
    position: absolute;
    width: 100%;
    opacity: 1;
    pointer-events: none; }
  .image-load-wrapper img {
    transition: opacity 1s;
    opacity: 0; }
  .image-load-wrapper.ready .brainLoader-wrapper {
    opacity: 0;
    pointer-events: none; }
  .image-load-wrapper.ready img {
    opacity: 1; }

.link-info-btn {
  width: 100%;
  margin-bottom: 10px; }

.link-info-wrap:last-of-type .link-info-btn {
  margin-bottom: 0px; }

.no-flexbox .forecast .forecast-block {
  width: 17%; }

.temp-selection {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 5px; }

.temp-selection .active {
  color: #000;
  font-weight: bold;
  font-family: foundation_sans_bold; }

.temp-selection a:active,
.temp-selection a:hover,
.temp-selection a:focus {
  text-decoration: none; }

.forecast {
  margin-top: 20px; }

.forecast .forecast-block {
  width: 50%;
  text-align: center;
  text-transform: uppercase; }

.forecast .temp {
  display: block;
  border-right: 1px solid #5d5d59;
  padding: 5px 0 10px; }

.forecast .forecast-block:last-child .temp {
  border-right: none; }

.forecast .moon {
  display: block;
  padding: 12px 0px 0px 0px;
  margin-bottom: -20px;
  font-size: 40px; }

.react-calendar {
  max-width: 95%;
  background: rgba(255, 255, 255, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 2px #0000000d; }
  .react-calendar, .react-calendar *, .react-calendar *:before, .react-calendar *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .react-calendar button {
    margin: 0;
    border: 0;
    outline: none; }
    .react-calendar button:enabled:hover {
      cursor: pointer; }
  .react-calendar__navigation {
    height: 44px;
    margin-bottom: 1em; }
    .react-calendar__navigation button {
      min-width: 44px;
      background: none; }
      .react-calendar__navigation button:enabled:hover, .react-calendar__navigation button:enabled:focus {
        background-color: #e6e6e6; }
      .react-calendar__navigation button[disabled] {
        background-color: #f0f0f0; }
  .react-calendar__month-view__weekdays {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75em; }
    .react-calendar__month-view__weekdays__weekday {
      padding: .5em; }
  .react-calendar__month-view__weekNumbers {
    font-weight: bold; }
    .react-calendar__month-view__weekNumbers .react-calendar__tile {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .75em;
      padding: calc(.75em / .75) calc(.5em / .75); }
  .react-calendar__month-view__days__day--weekend {
    color: #d10000; }
  .react-calendar__month-view__days__day--neighboringMonth {
    color: #757575; }
  .react-calendar__year-view .react-calendar__tile, .react-calendar__decade-view .react-calendar__tile, .react-calendar__century-view .react-calendar__tile {
    padding: 2em .5em; }
  .react-calendar__tile {
    max-width: 100%;
    text-align: center;
    padding: .75em .5em .5em;
    background: none; }
    .react-calendar__tile:disabled {
      background-color: #f0f0f0; }
    .react-calendar__tile:enabled:hover, .react-calendar__tile:enabled:focus {
      background-color: #e6e6e6; }
    .react-calendar__tile--hasActive {
      background: #76bbff; }
      .react-calendar__tile--hasActive:enabled:hover, .react-calendar__tile--hasActive:enabled:focus {
        background: #a9d4ff; }
    .react-calendar__tile--active {
      background: #006edc;
      color: white; }
      .react-calendar__tile--active .event-dot .dot {
        background-color: white !important; }
      .react-calendar__tile--active:enabled:hover, .react-calendar__tile--active:enabled:focus {
        background: #1088ff; }
  .react-calendar--selectRange .react-calendar__tile--hover {
    background-color: #e6e6e6; }
  .react-calendar .event-dot {
    height: 1em;
    color: #1a7576;
    padding-top: 5px; }
    .react-calendar .event-dot .dot {
      height: 8px;
      width: 8px;
      background-color: #1a7576;
      border-radius: 50%;
      display: inline-block; }

.newsletter .subscribe-text {
  margin-top: 16px;
  text-align: center;
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    .newsletter .subscribe-text {
      text-align: right;
      font-size: 18px; } }

.newsletter .newsletter-fields-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }
  .newsletter .newsletter-fields-wrap .newsletter-form {
    padding-left: 0px; }
    @media screen and (min-width: 992px) {
      .newsletter .newsletter-fields-wrap .newsletter-form {
        padding-left: 45px; } }

#newsletter-form .has-danger .form-control-feedback {
  display: inline-block;
  top: -2.3em;
  color: #fff;
  background-color: #d9534f;
  padding: 2px 10px 2px 2.25rem;
  background-position: center left .5625rem;
  left: 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ffffff' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }
  #newsletter-form .has-danger .form-control-feedback:after {
    content: ' ';
    position: absolute;
    bottom: -9px;
    right: 50%;
    margin-right: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #d9534f; }

.gif-wrap .gfy-embed {
  width: 100%;
  height: 100%;
  display: block; }
  .gif-wrap .gfy-embed .brainLoader-wrapper {
    position: inherit; }

.gfy-iframe-wrapper {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  margin: 5px 0; }

.gfy-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.gfy-iframe-loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(128, 128, 128, 0.5); }

.gfy-embed {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }
  .gfy-embed .blocker {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .gfy-embed .gfy-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .gfy-embed .gfy-wrap > div {
      height: 100%;
      width: 100%; }
  .gfy-embed video {
    width: 100%; }

.daily-dose-btn {
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 16px;
  line-height: 11px;
  text-decoration: none;
  width: 320px; }
  .daily-dose-btn:visited, .daily-dose-btn:active, .daily-dose-btn:link {
    text-decoration: none;
    color: inherit; }
  .daily-dose-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.7); }

@charset "UTF-8";
.socialLogin-btn {
  border-radius: 10px;
  width: 175px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #fff;
  padding: 6px 6px 6px 30px;
  text-decoration: none;
  font-family: 'foundation_sans_roman';
  transition: background .2s;
  display: block;
  line-height: 27px; }
  @media screen and (max-width: 685px) {
    .socialLogin-btn {
      width: 57px;
      height: 47px;
      text-align: center;
      padding: 6px;
      display: inline-block;
      margin: 6px;
      vertical-align: middle; }
      .socialLogin-btn .provider-name {
        display: none; } }
  .socialLogin-btn:before {
    font-family: 'icomoon' !important;
    display: inline-block;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px; }
    @media screen and (max-width: 685px) {
      .socialLogin-btn:before {
        position: static;
        line-height: 35px; } }
  .socialLogin-btn:hover, .socialLogin-btn:visited, .socialLogin-btn:active, .socialLogin-btn:link {
    text-decoration: none;
    color: #fff; }
  .socialLogin-btn .provider-name {
    pointer-events: none; }
  .socialLogin-btn.facebook {
    background-color: #405b93; }
    .socialLogin-btn.facebook:hover {
      background-color: #5272b4; }
    .socialLogin-btn.facebook:before {
      margin-top: 2px;
      margin-left: -38px;
      content: "\E956"; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.facebook:before {
          margin: 0; } }
  .socialLogin-btn.twitter {
    background-color: #31bbea; }
    .socialLogin-btn.twitter:hover {
      background-color: #5fcaef; }
    .socialLogin-btn.twitter:before {
      margin-top: 2px;
      margin-left: -53px;
      content: "\E959"; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.twitter:before {
          margin: 0; } }
  .socialLogin-btn.google {
    background-color: #dd4b39; }
    .socialLogin-btn.google:hover {
      background-color: #e47365; }
    .socialLogin-btn.google:before {
      margin-top: 2px;
      margin-left: -49px;
      content: "\E92A"; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.google:before {
          margin: 0; } }
  .socialLogin-btn.yahoo {
    background-color: #60357a; }
    .socialLogin-btn.yahoo:hover {
      background-color: #7c449e; }
    .socialLogin-btn.yahoo:before {
      content: "\E929";
      font-size: 13px;
      margin-top: 5px;
      margin-left: -59px; }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.yahoo:before {
          margin: 0; } }
  .socialLogin-btn.apple {
    background-color: black; }
    .socialLogin-btn.apple:hover {
      background-color: #1a1a1a; }
    .socialLogin-btn.apple:before {
      content: "\F8FF";
      font-size: 25px;
      margin-top: 0px;
      margin-left: -59px; }

@font-face {
  .socialLogin-btn.apple:before {
    font-family: "applied-button-font-0";
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABRMABEAAAAAIawAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHUE9TAAATFAAAALsAAAHIbUB2PEdTVUIAABPQAAAAZQAAAIxKSyvpT1MvMgAACjgAAABNAAAAYHLeeipic2xuAAAUOAAAABMAAABI/ykCnmNtYXAAAAqIAAAArAAAATzUgYTCY3Z0IAAAEagAAACGAAAA/h4jsglmcGdtAAALNAAABcMAAAviP64gqWdhc3AAABMMAAAACAAAAAgAAAAQZ2x5ZgAAAYAAAAfMAAAMDN+ERypoZWFkAAAJlAAAADYAAAA2FZUeyWhoZWEAAAoYAAAAIAAAACQQagbMaG10eAAACcwAAABMAAAATFWqCFBsb2NhAAAJbAAAACgAAAAoG5oe821heHAAAAlMAAAAIAAAACABaQyMbmFtZQAAEjAAAADFAAABhhtRNi1wb3N0AAAS+AAAABMAAAAg/tsAmnByZXAAABD4AAAArgAAAMdYpaDHeJzVVm1QVOcVPu/HvcvytXvdvbvoooG9sGtKQGVZKCXoIhGVxUJipCy7iEQsEhH50GD4GBVWg6KTmcRak6owdWS0DqBNNJlMWhs/8kOnsTZNmTo1an+YjvVHbSft1LDQc++yBC12+rezn+85573vc855zjkvUCgCEFYKx0EHMVDkPZNeVuGRgQMQDq8ApVu8AqOENJESG8oppy0RpSZvJSU+TzxAtB4foJMkSYy1piWzZKYQFyH4y/3B0M3d96j+IdWHWn9L3r9BdozvEo4/quJHQ8foK0CgfeKWEBA+hVSoD5+fCpTh04UmEDgTeCMwRvxASJsXOAe/SAC2A+JRnrQjgJjY+imrDkB0JgLJSXNtssloiNFDKknVxZrTBLvDQd1Zs7KzXZnzqFXJoIpdFGWzxeLKzM7OccUzJhx6+LPKylMPD7VdH6iNvy2/+pPq7o/r6n7RXX2k3nzbUHvs18rGKyRhZIQkfLpx5Z4PGit6Vuz5+tTJr/cUtL20aaTrBQwTNE/c4pfRt0yoCvuWAowDZ9CkBZE0Ilbqxzijb4QIfhCE7QK6Zn/SjOKK8vURow4BPdNnKOYMxSjGzkkzueZRFbk7y+F0OhzurMX0Cces1nlUNouigp43f6kPHKypPPBi8M2PLn/o7fvktcaP9r0o3Iwp6365Yndxx4H+gx+W9/7r9MDfDpDgCxtycms9qzfa0zMu9q871pyf33jYv7TG7a4pWLUu2WnfdLRh39XNG3+JEH848Re+lJdDFCiw2JMHVBAFKjZhHARKhBodpoT70eN2L4gi82NeO1gJAXtSos0qG+Ki9QKHKBIVhQkiiFqXnEFNrniqQnZnqamyWGQ5WdZcpf7SjmKROlhh28fXrbsudR25295x993Df9g2NsFW7iyvCbL+oh1r1uwoCr1Rc2BV79jw8MT+4D9Oe2PX7S/B3FDYML6Or+WrwQAuEuM9k4jZiX6OEDGRCECLbdpCF174wurvANJMYBw9IqJfR0Sx3RuFTmkpafJqudQTSjtpiS2c7oypHTpdi1fbBv9914L/ZVfr47s8aVMbOMo4rX7qRuSNz+exSUYCCzKedSY/M9sqm40uyaXXgYEYojH0qWEeOSIVYcLwO11aZbjdSphBkXRYXW6XhKyitYHg8uXBQKC7sLC7uvfa9tg/xvds3vNj46Lh5r6rmxuv9Xl31z0jfdbxp6s/GNjcMFBRMdCA36FDJfuq8pa/3nDDt/aNvx8f/OfeBeV5w9+c7zpfq1bPIPKlVLgPFmg6xwgjpNh7xo7xsQJAszfSFtq9AqeUNk0F3fqtBg2pb0o9s6aVYkw8cSiwgEUxp2APS0jDiEiuScpJipQVjoY0+IU0/1TH1pP+0baWinaPcD90MlBXfX5XqIDu6w4u63opFERm9SD4t0U8DEzw6iRkAXOlUf519egWLyfhrhppuQwNsH2tf0w5k1xtuT7PLCwViIvhJsGExzDELGuY2fRawcQM/H5T6uLUyJsXfHOBjzs8DqfH4fA48c//GVqNE6QLOcFgWRhrrEYG+hhAVUZ8Edm0ZRhONK5VGGwSxuCocP+RRWXcEWRcLnYwGRpUxoHKOCs+EGEz8BOiuvUfbFOFM5BxZs23bJNBVkxTbJPDbJtOtiPXjfN/2nH+0ujWttJtHl4w5K/7/GJoCe3r6SnsXBPqmey49YjXADZIV/vT1FmYQPDz8BBUq90qG22SLVzl4uQEnB56Z6Za9HgwljzdOHCvs/Or/mNfdXbe699/+PB+/Mi9obMj47294yNnQ70Xrvz87JUrZ9+7jBiOjB/iP8I+aoYUeMcTLREuxBDCaXG4ac7FtgN+JlKAdq+OcK4h7PDi0Ns61fGSETmGSrVUB/dMhmjzNDXzqdu1wFotMoF5iXKKJcVoiI9Df83ErA2UST+xezkVDLIWcNMTrY7e6Lu6pfHa3q1n0qTR68ZF5zMD3UVF3X5/z4rlQb5679jQUGhvTXnooXD6/ar6sYBvsLX1hK9ysKXlRCWyJ2/iET0tlEECBDzRsYTROIJTuzjMk0SVXy1qXohPRCpqzNDGYRNH756ubuU466Mlc6oiSUZdrA2HPaJXJLPakXPkyYYsKW7Xn0cfPCgum223zslL2v524dCQUDb+4FzoN2tKGX1PEPO662ndOTzmLWRNJi/AjKksBzbFco2h2skQUMneBFMsj6hQqFE6oAZfLa5pmtbpmkmWm8EcYTlBjOH54cai0+C7JZ55XZp/ovPcxdEtr3X3qSU/VLXh81/RS6FtwZ1v7aRdiLcAQHQgXgMs/SBOj+AomQyqAW9+TD09gvZxSat6AVRRGMBgkkxhFERhino/NYVfomP8i9t3pTu3xn9385Lxzmd3pIsqCmYf+5IXjH3ClqgfHBaETfxVeCQaIBe+D1HnivPtQBcirfCWFc9l8zxmRXbp1NuKeucK31qcGTRyFXNlLqZOVapdz7JzFtMclY/8qFTkW+tkSubCpGfz89OodUFq8oqX3fNzXUvS05fmfC9lUZnXmV78XGFz30pnkSc3wZq3rCxmzopSJSaaUHdy4qpyJ1vAD+oSl+TS2RlF1c8X1RdnyIQV1OYs9H3XlGAyzTFlV+YUnLpQ3TK87XmzzSzPlXclZc6lzKjPb3bYs5JI3Kz81n8DmAOACAABAAAAEwBqAAcAAAAAAAIALgA+AHcAAACpC+IAAAAAAAAAAAAAAEEArwEmAX0CTgKqAwEDWAOHA98EIQSmBPoFUgWVBZUGBgABAAAAAQAAhOuEOl8PPPUAAQgAAAAAANaoccYAAAAA1w1hff4i/eoKqAikAAAAAwACAAAAAAAACAAAYwIwAAAFjwBFBc0AeQU1AHAEqABlBPoAZAThAKUCFgCCAhYAggIjAKUEywCbBM8AZQT7AJsDDAA6BM4AkQZoAEACAAAAB0ABAnicY2BkYGCf90+IgYHb9J/S30Ku5QxAERQgDACBlAVKeJxjYGZ5xPiFgZWBgdWY5QwDA8NMCM10hmEWUy+Qz8DGAAeMDEjAMSDAB0gp/PjPPu+fEAMD+zzGdwoMjPNBciyOrItBcgzMANLgDugAAAB4nHXPTQrCQAwF4OdPFbSIPztXXfQi0iN4hlKEUlxY6lUU1F7BGyh4EL1Fd883M3Fp4CMNGZIUwBDAQFKE71RVT/mlPPF1DBctQrgqMe7dxvQlM27e1riZuYmkkJ2MpDRuTyV7mcpBaplJY+ZaGQVYAB0DLLXhqLzWC3dxomsybc61pdTEGk0SdST9zb9eoV6lPdbjh08+eGfLG6+88MzTOx6v/B/+iS+yhS92eJytVmlz01YUlbzFSchSstCiLk+8OE3tJ5NSCAZMCJJlF9zF2VoJSivFTrov0DLDb9CvuTLtDP3GT+u5km0MSdoZppmM7nnvHb27X5k0JUjb91xfiPYzbXa7TYXdex5dNmjND45EtO9RphT+XdSKWrcrDwzTJM0nzZGNvqZrTmBbpCsSwZFFGSV6gp53KLd6r7+mTzlu16WC65mULfk79z1TmkbkCep0sLXlG4JqjGq+L+KUHfZoDVuDlaB1Pl9n5vOOJ2BNFAqa6ngBdgSfTTHaYLQRGIHv+wbpFd+XpHW8Q9+3KKsE7smVQliWdzoe5aVNBWnDD5/0wKKckrBL9OL8gS34hC02Ugv4SYXA7VK2bOLQEZGIoCBez5fg5LYXdIxwx/ekb/qCtnY9nBns2kC/RXlFE06lr2XSSBWwlLZExKUdUubgiPQurKB82aIJJdjUaaf7LKcdCL6BtgKfKUEjMbWo+hPTmuPaZXMU+0n1ci6m0lv0Ckxw4Hcg3EiGnJckXprBMSVhwMihlciODBupiulTXqcVvKUZL1wbf+mMShzqT09lkWxDmn7ZtGhGxZmMS72wYdGsAlEIOuPc5dcBpO3TDK92sJrByqI5XDOfhEQgAl3opVknEFEgaBZBs2hetfe8ONdr+Cs0cyifWPSGam977d100zCxv5Dsn1WxNufse/HcnEN6aNNchWsWlWzHZ/gxgwfpy8hEttTxYg4evLUj5JfVlk2J14bYSM/5FbQC7/jwpAX7W9h9OVWnJDDWtAWJaDmkbfZ1XU9ytaC0WMu4ex7NSVu4NI3im5IoOFsEUP/X/LyuzWq2HQXx2UKFHleMCwjTInxbqFi0pGKd5TLizPKcirMs31RxjuVbKs6zPK/iAktDxRMs31ZxkeU7Kp5k+YGSw7hDNSIsRZX0B9wgFpXHDpdHhw/Tw8rY4ero8FF6+K7SaKbyGv69B//ehV0C/rE04R/LC/CPpYR/LFfgH8sS/GO5Cv9Yvg//WK7BP5ZKiXpSppaC2vlAOMht4CSpROsprtWqIqtCFrrwIhqgJU7JogxrkifivzIM9n59lFp9mS6W47y+5HoYZOzgh+OROX58SYkrib0fgae7x5WgO09Uzvva8p8a/zU2ZS2+pC/Bo8vwHwafbC+aIqxZdEVVz9Ut2vgvKgq4C/pVpERbLomqaHHjI5R3oqglW5gUHr4QGKyYBhu6vrQI/TVMqGU0F/4TCk06lcOoKoWoR7jr2otjUU3voBzuBEtQwLNia9t7mhFZYTzNrGbP+zbPzyJGsUzYsonOdV5tw4BnWPq5yDhBT1LWCXs4zjihARzw/Hr1nRAmYarLJnIooaEJvyASLbjvBCUynZQ5DAfEPo+Cyh+7FTeyR6XECDw76YR8oQspv84xENjJrw5iIOsIzY1km4poHiGassXKOFv1JGTswCCi2p5XFXV8XdniwaZgW4YhL5SwujP+IU8TdVIFDzIjuYxvDixwhqkJ+Ev/qovDVG5iHlQ5ak0M9bpfjav6Ihrw1mi7M7699TL7RM5tRbXKiZfaiq5VIijmYoG1xzlIS5WqoDqjChtGl4tLotSraJL0ugaGBub/a5Ri6/+qPjaf50tdYoSM5dv0Bza6HIyh/03235SDAAz8GLncgstLaXPilwH6cKFKl9GLH5+yfwczV19coCvAdxVdhWhz1FzEVTTxGRzG6RPF5UhtwE9VH3MG4DMAncHnqq8nOx2AZGebOS7ADnMY7DKHwR5zGOwz5zbAF8xh8CVzGHjMYeAzxwG4xxwG95nD4CvmMHjAnCbA18xh8A1zGATMYRAyxwY4YA6DLnMY9JjD4FDR9VGYj3hBm0DfJugW0HdJPWGxhcX3im6M2D/wImH/mCBm/5Qgpv6sqD6i/sKLhPprgpj6W4KY+lDRzRH1ES8S6u8JYuofCWLqY/V0MpcZ/vCyK1Q8pOxK58nwm2L9Aw8nY10AeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxnYnbZXpYW5GTGwMWiBeA58uRyxbL5slhzq7NIsbBxQwXK2VJZQFmc2A1ZFJrAgr9N+6QbxBuEGvgYuBnYGoHZOoKiw034GByQIFmVOcdmowtgRGLHBoSMCzFMD8XZxNDAwsjh0JIeABSOBwIEvnyOezZ/NmkOTXZaFjUdrB+P/1g0svRuZGFw2s6awMbi4AADrlS9DAAB4nGNgIBncBcJjDMdYShgY2Of9E2KZ+P8xiAaL72fYz7qYgYHFkYHh3zSQKOux/3dZwv6//leKrob1FYvj/3cIVaz/gere/esBq9sNhFMZpjL9Y3z+X/CfAkiMWZDx+3+mf5zI8mwHWFcyXWZ8BBJju8y6k+kI42ls9iC7hk0c4R4AmMtWvAAAeJyNj08LAVEUxX/DIGVtPQtbGv+iZmWjLNQUzcKWCTWMDPKVfBMfxodwzDwiKb3ePeeed+7tPKDEjDyWXQYC3YxbVNVlPEeFyPA8PmfDbWpcDS/gcDO8iGNVuEhp4dKkS92wnrQBO52IUHzEljmNVI10HPasWbLiQJJ2oTAUnlQXck4YSvelxMKp1LO84/R1zZHND4fz4fHUu8rUUF0IQ2XzXnn7yuvSUW0L/9kXpBkTdbF+9L37sSPb8Jyvv8/fASPuNJwAAAB4nGNgZgCDfzcYZjFgAQA4VwJ0AAABAAH//wAPeJyNUDEOwjAMPCcF2lQChPoAHsDICxBiYmRkQYiJqkPFAH9jZGIF8RIWxGAuKVI7dGhOsZ3zObINAeCwwBZ2uVpvkO0vZY5pvjsVmCFiFqrwqjqWRmxgj4eyQNa0TEq4EZLg46AEvRHjq2Uic6QE9Ko34q5ntB59tfMtyo8+O2sfXZW+A/b3bbzf1fzdav++ns4E+L2kGIfNWAyrTfLfHvoE6AdETJ0LuRFZIeNrPZvQOsauqvoB5z0tQgB4nGNgZGBg4GKIYihhYHZx8wlhEEmuLMphkMtJLMljUGJgAcoy/P/PAAPMjlGuCgxizkEhCgxyIUHeCgxqYHlGqDpGEAtMMzEw5+Qn5zCIIJNARYxgzAKlOYCYDawLyAYAAaIWnAAAAHicY2BkgAKmef81GMgGAGutAckA) format("woff"); } }
      @media screen and (max-width: 685px) {
        .socialLogin-btn.apple:before {
          margin: 0; } }

.signup-email-form .form-group {
  padding: 0 7px; }

.signup-email-form .input-group {
  padding: 0 15px; }

.signup-email-form .newsletter-block {
  padding-left: 18px;
  box-sizing: border-box; }

.signup-email-form .terms-block {
  padding: 10px 10px 0px;
  box-sizing: border-box; }
  .signup-email-form .terms-block .form-check {
    margin-bottom: 0; }

.signup-email-form .form-check-input {
  margin-left: -1.5rem; }

.signup-email-form .explore-info-text {
  padding: 10px 0 20px;
  font-size: 18px; }

.signup-email-form .btn {
  width: 100%;
  box-sizing: border-box; }

.confirm-info-form label {
  margin-bottom: 0;
  margin-left: 13px; }

.confirm-info-form .form-control {
  margin-botom: 8px; }

.confirm-info-form .form-group {
  margin-bottom: 5px; }
  .confirm-info-form .form-group.has-danger .form-control-feedback {
    position: static !important; }

.confirm-info-form .avatar {
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 9px;
  background-size: cover;
  background-position: center; }

.confirm-info-form .btn {
  width: 100%;
  box-sizing: border-box;
  margin-top: 22px; }

.confirm-info-form .right-space .form-group {
  margin-right: 20px; }
  @media screen and (max-width: 685px) {
    .confirm-info-form .right-space .form-group {
      margin-right: 0; } }

.signup-modal .info {
  padding: 20px 50px; }
  @media screen and (max-width: 685px) {
    .signup-modal .info {
      padding: 20px; } }
  .signup-modal .info .signup-portrait {
    margin-left: 20px;
    margin-bottom: 35px; }
  .signup-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }
  .signup-modal .info .buttons-wrap {
    height: 170px; }
    @media screen and (max-width: 685px) {
      .signup-modal .info .buttons-wrap {
        height: auto; } }
    .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
      flex: 0 0 50%;
      order: 1;
      flex-basis: auto;
      width: 185px;
      padding: 5px 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          height: 50%;
          flex: 1;
          width: 100%;
          order: initial;
          text-align: center; } }
    .signup-modal .info .buttons-wrap .social-buttons {
      flex: 0 0 100%;
      flex-basis: auto;
      width: 370px;
      padding: 13px 0 0; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .social-buttons {
          width: 100%;
          text-align: center;
          padding: 10px 0; } }
      .signup-modal .info .buttons-wrap .social-buttons .social-buttons-inner-wrap .socialLogin-btn {
        display: inline-block;
        line-height: 28px;
        margin: 0 5px 10px; }
    .signup-modal .info .buttons-wrap .signup-options {
      font-size: 16px;
      color: #808080;
      text-transform: uppercase;
      line-height: 1.0em;
      padding-top: 20px;
      padding-bottom: 12px; }
    .signup-modal .info .buttons-wrap .email-button {
      padding: 10px 0 0 0; }
      .signup-modal .info .buttons-wrap .email-button .btn {
        /* Until we have the proper icon in icon font, use svg */
        background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' style='enable-background:new 0 0 128 128;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpolygon points='20.97,50.92 20.97,95.94 107.03,95.94 107.03,50.92 64,72.31 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3Cpolygon points='20.97,32.06 20.97,44.04 64,65.43 107.03,44.04 107.03,32.06 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-position-x: 5px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 175px;
        padding: 9px 30px; }
        @media screen and (max-width: 685px) {
          .signup-modal .info .buttons-wrap .email-button .btn {
            width: 100%; } }

.signup-modal-email .info {
  padding: 20px 13px; }

@media screen and (max-width: 685px) {
  .forgot-password-modal .btn {
    width: 100%; } }

.login-modal p .checkbox {
  width: 110px;
  float: left;
  margin: 31px 0 0 10px; }

.login-modal p .checkbox label {
  display: block;
  margin: 2px 0 0 19px; }

.login-modal .checkbox .checkbox-input {
  float: left;
  background: url(/dist/images/checkbox.png?ee3aafa6ede8fbfde2cc534ca9fac4af) no-repeat;
  cursor: default;
  text-align: left;
  padding: 0;
  margin: 0 0 0 8px;
  height: 18px;
  width: 20px;
  clear: left; }

.login-modal form .checkbox .checkbox-input input {
  display: none; }

.login-modal form .checkbox .checkbox-input input.show {
  display: inline; }

.login-modal .checkbox .selected {
  background-position: 0 -18px; }

.form-control {
  box-sizing: border-box !important; }

.remember-me-wrap {
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px !important; }

.form-check {
  margin-bottom: 0; }

@media screen and (max-width: 685px) {
  .login-modal .info {
    flex-direction: column; } }

.login-modal .info .social-box {
  padding: 20px; }
  @media screen and (max-width: 685px) {
    .login-modal .info .social-box {
      text-align: center;
      padding-bottom: 0; } }

.login-modal .info .login-form {
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .login-modal .info .login-form {
      flex-basis: auto; } }
  .login-modal .info .login-form label {
    color: #666666; }
  @media screen and (max-width: 685px) {
    .login-modal .info .login-form .submit-row {
      flex-direction: column-reverse; }
      .login-modal .info .login-form .submit-row .col {
        flex-basis: auto;
        padding: 10px 0;
        text-align: center; }
        .login-modal .info .login-form .submit-row .col .btn {
          width: 100%; } }

.signup-modal .info {
  padding: 20px 50px; }
  @media screen and (max-width: 685px) {
    .signup-modal .info {
      padding: 20px; } }
  .signup-modal .info .signup-portrait {
    margin-left: 20px;
    margin-bottom: 35px; }
  .signup-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }
  .signup-modal .info .buttons-wrap {
    height: 170px; }
    @media screen and (max-width: 685px) {
      .signup-modal .info .buttons-wrap {
        height: auto; } }
    .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
      flex: 0 0 50%;
      order: 1;
      flex-basis: auto;
      width: 185px;
      padding: 5px 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .signup-options, .signup-modal .info .buttons-wrap .email-button {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          height: 50%;
          flex: 1;
          width: 100%;
          order: initial;
          text-align: center; } }
    .signup-modal .info .buttons-wrap .social-buttons {
      flex: 0 0 100%;
      flex-basis: auto;
      width: 370px;
      padding: 13px 0 0; }
      @media screen and (max-width: 685px) {
        .signup-modal .info .buttons-wrap .social-buttons {
          width: 100%;
          text-align: center;
          padding: 10px 0; } }
      .signup-modal .info .buttons-wrap .social-buttons .social-buttons-inner-wrap .socialLogin-btn {
        display: inline-block;
        line-height: 28px;
        margin: 0 5px 10px; }
    .signup-modal .info .buttons-wrap .signup-options {
      font-size: 16px;
      color: #808080;
      text-transform: uppercase;
      line-height: 1.0em;
      padding-top: 20px;
      padding-bottom: 12px; }
    .signup-modal .info .buttons-wrap .email-button {
      padding: 10px 0 0 0; }
      .signup-modal .info .buttons-wrap .email-button .btn {
        /* Until we have the proper icon in icon font, use svg */
        background-image: url("data:image/svg+xml,%3Csvg width='128' height='128' style='enable-background:new 0 0 128 128;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpolygon points='20.97,50.92 20.97,95.94 107.03,95.94 107.03,50.92 64,72.31 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3Cpolygon points='20.97,32.06 20.97,44.04 64,65.43 107.03,44.04 107.03,32.06 ' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-position-x: 5px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 175px;
        padding: 9px 30px; }
        @media screen and (max-width: 685px) {
          .signup-modal .info .buttons-wrap .email-button .btn {
            width: 100%; } }

.signup-modal-email .info {
  padding: 20px 13px; }

.camgroupinfo-modal .info {
  padding: 20px 25px;
  min-height: 210px; }
  @media screen and (max-width: 685px) {
    .camgroupinfo-modal .info {
      padding: 20px; } }
  .camgroupinfo-modal .info .camgroupinfo-poster {
    margin-left: 35px;
    margin-bottom: 10px; }
  .camgroupinfo-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }

.camgroupinfo-modal .watch-now {
  margin-bottom: 20px; }

.camgroupinfo-modal .watch-now:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }

.caminfo-modal .info {
  padding: 20px 25px; }
  @media screen and (max-width: 685px) {
    .caminfo-modal .info {
      padding: 20px; } }

.partner-modal .info {
  padding: 20px 25px;
  min-height: 210px; }
  @media screen and (max-width: 685px) {
    .partner-modal .info {
      padding: 20px; } }
  .partner-modal .info .link-info-btn {
    width: 93%; }

.partner-modal .video-player-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }

.pop-modal .info {
  padding: 20px 25px;
  min-height: 210px; }
  @media screen and (max-width: 685px) {
    .pop-modal .info {
      padding: 20px; } }
  .pop-modal .info .form-check label {
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    top: 2px;
    color: red; }
  .pop-modal .info .form-check.dont-show {
    position: absolute;
    left: 26px;
    top: 76px; }

.partner-modal .info {
  padding: 20px 25px;
  min-height: 100px; }
  @media screen and (max-width: 685px) {
    .partner-modal .info {
      padding: 20px; } }
  .partner-modal .info .link-info-btn {
    width: 93%; }

.partner-modal .video-player-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }

.link-account-modal {
  color: #666;
  font-size: 18px;
  font-family: 'foundation_sans_roman'; }
  .link-account-modal .info {
    padding: 20px 50px; }
    .link-account-modal .info .email {
      color: #0275d8; }
    .link-account-modal .info p {
      margin-bottom: 5px; }
    .link-account-modal .info .link-form {
      margin-top: 35px; }
      .link-account-modal .info .link-form .forgot-password-text {
        margin-left: 15px; }
        @media screen and (max-width: 685px) {
          .link-account-modal .info .link-form .forgot-password-text {
            margin-left: 0;
            display: block;
            text-align: center; } }
      .link-account-modal .info .link-form .button-wrap {
        text-align: right; }
        @media screen and (max-width: 685px) {
          .link-account-modal .info .link-form .button-wrap {
            text-align: center; } }
        @media screen and (max-width: 685px) {
          .link-account-modal .info .link-form .button-wrap .btn {
            margin-top: 10px;
            width: 100%; } }

.rrm-content.m-snapshot {
  background-color: transparent !important;
  width: 100%;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: visible !important; }
  @media screen and (min-width: 450px) {
    .rrm-content.m-snapshot {
      width: 449px; } }
  .rrm-content.m-snapshot .modals-popup {
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.25); }
    .rrm-content.m-snapshot .modals-popup .modal-header {
      cursor: move; }

.takeSnapshot-modal {
  background-color: rgba(255, 255, 255, 0.7) !important; }
  .takeSnapshot-modal li {
    line-height: 0;
    align-items: center; }
  .takeSnapshot-modal a {
    display: inline-block; }
    .takeSnapshot-modal a.snapshot-slide-btn {
      display: inline; }
  .takeSnapshot-modal .form-control {
    border-radius: 0;
    border: 0;
    padding: 10px 15px; }
    .takeSnapshot-modal .form-control::-webkit-input-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control::-moz-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control:-ms-input-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control:-moz-placeholder {
      padding: 0 70px; }
    .takeSnapshot-modal .form-control.error::-webkit-input-placeholder {
      padding: 0 10px;
      color: #ff0000; }
    .takeSnapshot-modal .form-control.error::-moz-placeholder {
      padding: 0 10px;
      color: #ff0000; }
    .takeSnapshot-modal .form-control.error:-ms-input-placeholder {
      padding: 0 10px;
      color: #ff0000; }
    .takeSnapshot-modal .form-control.error:-moz-placeholder {
      padding: 0 10px;
      color: #ff0000; }
  .takeSnapshot-modal .modal-header {
    border-bottom: 0; }
  .takeSnapshot-modal textarea {
    height: 78px;
    resize: none; }
  .takeSnapshot-modal #success-dialog {
    text-align: center;
    padding-top: 10px; }
    .takeSnapshot-modal #success-dialog p {
      margin-bottom: 0; }
    .takeSnapshot-modal #success-dialog .btn {
      cursor: pointer; }

.social-share-text {
  color: rgba(0, 0, 0, 0.5); }

.snapshot-divider {
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  width: 80px;
  max-width: 80px; }
  @media screen and (min-width: 450px) {
    .snapshot-divider {
      width: 130px;
      max-width: 130px; } }

.snapshot-social-share li {
  padding: 0 15px; }
  .snapshot-social-share li:first-of-type {
    padding-left: 0; }
  .snapshot-social-share li:last-of-type {
    padding-right: 0; }

.snapshot-btn {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  border: 7px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #000;
  font-size: 34px;
  padding-left: 1px;
  height: 60px;
  width: 60px;
  position: relative;
  opacity: 1;
  transition: .4s border-color, .4s color; }
  .snapshot-btn:hover {
    border-color: #e63a26;
    transition: .4s border-color; }
    .snapshot-btn:hover i {
      color: #e63a26;
      transition: .4s color; }
  .snapshot-btn i {
    position: relative; }

.snapshot-slide-btn {
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 22px;
  line-height: 11px;
  text-decoration: none;
  position: relative; }
  .snapshot-slide-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    text-decoration: none;
    transition: background .4s, color .4s; }
    .snapshot-slide-btn:hover > i {
      text-decoration: none;
      color: #fff; }
  .snapshot-slide-btn:focus {
    text-decoration: none; }
  .snapshot-slide-btn.disabled {
    opacity: 0.4; }
    .snapshot-slide-btn.disabled:hover {
      border: solid 1px rgba(0, 0, 0, 0.4);
      background: rgba(255, 255, 255, 0.5);
      color: rgba(0, 0, 0, 0.9); }
      .snapshot-slide-btn.disabled:hover > i {
        color: #e63a26; }
  .snapshot-slide-btn.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 13px 15px 10px 11px; }
    .snapshot-slide-btn.left > i {
      position: relative;
      top: 3px;
      left: 1px; }
  .snapshot-slide-btn.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 13px 11px 10px 15px; }
    .snapshot-slide-btn.right > i {
      position: relative;
      top: 3px;
      left: -3px; }

.snapshot-action.pinterest:hover > i {
  background-position: -2px -560px; }

.snapshot-action.facebook:hover > i {
  background-position: -56px -430px; }

.snapshot-action.twitter:hover > i {
  background-position: -2px -610px; }

.snapshot-action.mail:hover > i {
  background-position: -2px -510px; }

.snapshot-action.post-comment:hover > i {
  background-position: -71px -322px; }

.snapshot-action.download:hover > i {
  background-position: -2px -337px; }

.snapshot-action.visit-gallery:hover > i {
  background-position: -2px -406px; }

/******************/
/* Snapshot Modal */
/******************/
.sprite {
  background: transparent url(/dist/images/spritesheet.png?7d20a82ca1c87ede07e425c7dcb73e6c); }

.overlay {
  position: fixed;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999; }

#preload-01 {
  background: url(/dist/images/X_White.png?57d032827f4fe2d917203de1715b8a66) no-repeat -9999px -9999px; }

#preload-02 {
  background: url(/dist/images/X_RolloverYellow.png?e9933ee0511a4d9b6c16832415336794) no-repeat -9999px -9999px; }

.takesnapshot-icon, .takesnapshot-icon-rollover, .download-icon, .download-icon-rollover, .comments-icon,
.comments-icon-rollover, .gallery-icon, .gallery-icon-rollover, .facebook-icon-rollover, .facebook-icon,
.mail-icon, .mail-icon-rollover, .st_pinterest_custom, .st_pinterest_custom-rollover, .twitter-icon,
.twitter-icon-rollover {
  display: inline-block;
  background: url(/dist/images/snapshot_modal_sprites.png?78faec2a85f2bfe7ab4f4b565d3026aa) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  cursor: pointer; }

.snapshot-modal {
  display: block;
  font-family: "foundation_sans_roman";
  width: 450px;
  border: 6px solid rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  border-radius: 0px 0px 26px 26px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: 110px; }
  .snapshot-modal .handle {
    cursor: move; }

.slide-number {
  position: absolute;
  border: 1px solid black;
  font-size: 14pt;
  margin-left: 403px;
  margin-top: 8px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 28px;
  padding-left: 9px;
  padding-top: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-style: none; }

.snapshot-modal div#top-bar {
  width: 100%;
  height: 50px;
  background-color: #000000;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: "foundation_sans_roman";
  text-transform: uppercase; }

.snapshot-modal div#top-bar #close-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 2px;
  right: 11px;
  background: transparent url(/dist/images/X_White.png?57d032827f4fe2d917203de1715b8a66);
  cursor: pointer; }

.snapshot-modal div#top-bar #close-icon:hover {
  background: transparent url(/dist/images/X_RolloverYellow.png?e9933ee0511a4d9b6c16832415336794);
  cursor: pointer; }

div.snapshot-modal div#top-bar p {
  position: relative;
  font-size: 24px;
  top: 9px;
  text-align: center; }

.snapshots-carousel {
  min-height: 254px; }

.snapshot-modal #loading {
  display: none;
  position: absolute;
  background: url(/dist/images/loader.gif?4b01ca501fadf65135bfa7c8cc1cbc43);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 0px auto;
  text-align: center;
  top: 156px;
  left: 206px; }

.snapshot-modal .snapshot-previous, .snapshot-modal .snapshot-next {
  width: 48px;
  height: 124px;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer; }

.snapshot-modal .snapshot-previous {
  top: 115px;
  left: -48px;
  cursor: pointer;
  background-position: -5px -5px; }

.snapshot-modal .snapshot-previous:hover {
  background-position: -63px -5px; }

.snapshot-modal .snapshot-next {
  top: 115px;
  right: -48px;
  cursor: pointer;
  background-position: -121px -5px; }

.snapshot-modal .snapshot-next:hover {
  background-position: -179px -5px; }

.snapshot-modal textarea {
  width: 100%;
  color: #000000;
  font-size: 16pt;
  box-shadow: none;
  background: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 25px 25px;
  line-height: 26px;
  box-sizing: border-box;
  resize: none;
  overflow: hidden; }

.snapshot-modal textarea::-webkit-input-placeholder {
  color: #737373; }

.snapshot-modal textarea::-moz-placeholder, .snapshot-modal textarea:-ms-input-placeholder {
  color: #737373; }

.snapshot-modal div#first-row-buttons {
  width: 100%; }

.snapshot-modal .button-row {
  float: left;
  font-size: 16px;
  color: #858585;
  margin: 0px auto;
  text-align: center;
  line-height: 16px;
  cursor: pointer; }

.comments-icon {
  background-position: -71px -268px;
  width: 52px;
  height: 52px; }

.button-row#comments:hover > .comments-icon {
  background-position: -71px -322px;
  width: 52px;
  height: 52px; }

.snapshot-modal .button-row#comments {
  position: relative;
  margin-left: 58px;
  margin-top: 25px;
  left: -4px; }

.snapshot-modal .button-row#comments .button-text {
  position: relative;
  top: 9px;
  width: 76px; }

.takesnapshot-icon {
  background-position: -2px -0px;
  width: 132px;
  height: 132px; }

.button-row#reshoot:hover > .takesnapshot-icon {
  background-position: -2px -134px;
  width: 132px;
  height: 132px;
  color: #FFFFFF; }

.snapshot-modal .button-row#reshoot {
  position: relative;
  margin-left: 24px;
  margin-top: 4px; }

.snapshot-modal .button-row#reshoot .button-text {
  position: relative;
  top: -43px; }

.gallery-icon {
  background-position: -71px -376px;
  width: 52px;
  height: 52px; }

.button-row#gallery:hover > .gallery-icon {
  background-position: -2px -406px;
  width: 52px;
  height: 52px; }

.snapshot-modal .button-row#gallery {
  position: relative;
  margin-top: 25px;
  margin-left: 8px; }

.snapshot-modal .button-row#gallery .button-text {
  position: relative;
  margin-top: 9px;
  width: 115px; }

.snapshot-modal div#snapshot-modal-divider {
  position: relative;
  display: block;
  top: -11px;
  margin: 0px auto;
  width: 390px;
  height: 1px;
  background: transparent url(/dist/images/snapshot_modal_divider.gif?465f939db9a04967365678a99057c7d1);
  clear: both; }

.snapshot-modal div#second-row-social-buttons {
  width: 100%;
  position: relative;
  top: -11px;
  left: 5px; }

div#second-row-social-buttons .button-row {
  margin-left: 18px;
  margin-top: 16px; }

.facebook-icon {
  background-position: -2px -460px;
  width: 48px;
  height: 48px; }

.button-row#facebook:hover > .facebook-icon {
  background-position: -56px -430px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#facebook .button-text {
  position: relative;
  margin-top: 17px;
  width: 64px; }

.twitter-icon {
  background-position: -52px -580px;
  width: 48px;
  height: 48px; }

.button-row#twitter:hover > .twitter-icon {
  background-position: -2px -610px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#twitter .button-text {
  position: relative;
  margin-top: 17px;
  width: 70px; }

.takeSnapshot-modal .download-icon {
  background-position: -2px -268px;
  width: 67px;
  height: 67px; }

.takeSnapshot-modal .button-row#download:hover > .download-icon {
  background-position: -2px -337px;
  width: 67px;
  height: 67px; }

.snapshot-modal .button-row#download {
  position: relative;
  margin-top: 6px;
  left: -1px; }

.snapshot-modal .button-row#download .button-text {
  position: relative;
  margin-top: 9px;
  width: 70px; }

.st_pinterest_custom {
  background-position: -52px -530px;
  width: 48px;
  height: 48px; }

.button-row#pinterest:hover > .st_pinterest_custom {
  background-position: -2px -560px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#pinterest .button-text {
  position: relative;
  margin-top: 17px;
  width: 70px; }

.mail-icon {
  background-position: -52px -480px;
  width: 48px;
  height: 48px; }

.button-row#mail:hover > .mail-icon {
  background-position: -2px -510px;
  width: 48px;
  height: 48px; }

.snapshot-modal .button-row#mail {
  position: relative;
  right: 10px; }

.snapshot-modal .button-row#mail .button-text {
  position: relative;
  margin-top: 17px;
  width: 70px; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  font-family: 'foundation_sans_bold' !important;
  letter-spacing: 2px !important;
  font-size: 17.8pt !important; }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  font-family: "foundation_sans_bold" !important;
  font-size: 14pt !important;
  color: #4c4c4c !important; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #FFFFFF !important;
  border: 1px solid #cdcdcd !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  width: 56px !important; }

.jconfirm.jconfirm-light .jconfirm-box {
  left: 10px !important; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7 !important; }

.snapshot-modal #ajax-loader {
  display: none;
  position: relative;
  background: url(/dist/images/loader.gif?4b01ca501fadf65135bfa7c8cc1cbc43);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 0px auto;
  text-align: center;
  top: -40px; }

.snapshot-modal #success-dialog {
  height: 268px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  position: absolute;
  top: 0;
  background-color: #FFFFFF; }
  .snapshot-modal #success-dialog #top {
    width: 100%;
    height: 57px;
    background-color: #ffcb00;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .snapshot-modal #success-dialog #top p {
      margin: 0px auto;
      font-family: 'foundation_sans_bold';
      letter-spacing: 2px;
      font-size: 17.8pt;
      position: relative;
      text-align: center;
      top: 14px; }
  .snapshot-modal #success-dialog #dialog-body p {
    font-family: "foundation_sans_roman";
    font-size: 14pt;
    color: #4c4c4c;
    padding: 20px; }
  .snapshot-modal #success-dialog #ok-button {
    border: 1px solid #cecece;
    border-radius: 13px;
    width: 45px;
    height: 34px;
    padding-left: 22px;
    padding-top: 13px;
    float: right;
    top: 40px;
    right: 25px;
    position: relative;
    font-size: 13pt;
    font-family: "foundation_sans_roman";
    cursor: pointer; }
    .snapshot-modal #success-dialog #ok-button:hover {
      background-color: #000000;
      color: #FFFFFF; }

.actions-wrap {
  position: relative; }

.community-science-btn {
  margin: 10px 0px; }
  .community-science-btn:hover {
    background-color: #000;
    opacity: .6;
    color: #FFF;
    transition: background .4s, color .4s, opacity .4s; }

.leave-comment, .leave-comment .input-group {
  z-index: 1; }

.btn-twitter {
  background-color: #00acee;
  color: #fff !important; }
  .btn-twitter:hover {
    background-color: #008fc5; }

.btn-facebook {
  background-color: #4267B2;
  color: #fff !important; }
  .btn-facebook:hover {
    background-color: #32528e; }

.snapshot-container {
  position: relative; }

.snapshot-viewer-wrapper {
  display: flex;
  position: relative;
  min-height: 180px; }
  @media screen and (min-width: 450px) {
    .snapshot-viewer-wrapper {
      min-height: 250px; } }
  .snapshot-viewer-wrapper .brainLoader-wrapper {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .snapshot-viewer-wrapper .brainLoader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1; }

.snapshot-img {
  width: 100%;
  height: 180px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out; }
  @media screen and (min-width: 450px) {
    .snapshot-img {
      height: 250px; } }
  .snapshot-img.active {
    transition: opacity 1s ease-in-out;
    opacity: 1; }

.snapshot-counter-wrap {
  position: absolute;
  z-index: 2; }
  .snapshot-counter-wrap.right {
    top: 5px;
    right: 5px; }
  .snapshot-counter-wrap.left {
    top: 5px;
    left: 5px; }
  .snapshot-counter-wrap .snapshot-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    min-width: 1em;
    border-radius: 50%;
    vertical-align: middle;
    padding: 10px;
    line-height: 1.2em;
    font-size: 16px; }
    .snapshot-counter-wrap .snapshot-counter:before {
      content: '';
      float: left;
      width: auto;
      padding-bottom: 100%; }

.modals-popup.welcome-modal {
  height: 564px; }

.disqus-box-buttons {
  margin: 13px auto 0 auto; }
  .disqus-box-buttons a {
    display: inline-block;
    width: 100%; }
  .disqus-box-buttons .community-guidelines {
    width: 100%;
    line-height: 1em;
    height: 100%; }
  .disqus-box-buttons .disqus-pop {
    margin-right: 0px !important;
    width: 100%; }

.side-nav-brand:link, .side-nav-brand:visited, .side-nav-brand:active {
  text-decoration: none;
  color: #fff; }

.side-nav-brand:hover {
  color: inherit; }

.search-label-nav {
  margin-left: 12px;
  line-height: 28px;
  letter-spacing: 0.075em;
  opacity: 0.9; }

.side-nav-close {
  position: absolute;
  right: 15px;
  text-decoration: none; }
  .side-nav-close:hover {
    color: #fff;
    text-decoration: none; }

@media screen and (min-width: 645px) {
  .search-label-nav {
    font-size: 22px;
    margin-left: 20px; } }

/* Side Bar Nav */
.site-wrapper, .site-wrapper .nav-wrapper {
  transition: all .4s; }

.side-nav-wrapper {
  display: block;
  position: fixed;
  height: 100%;
  left: -405px;
  top: 0;
  width: 405px;
  overflow: hidden;
  background: #333;
  z-index: 9999;
  transform: translate3d(0, 0, 0);
  transition: transform .4s; }

.side-nav-wrapper.is-open {
  z-index: 9999;
  transform: translate3d(405px, 0, 0);
  transition: transform .4s;
  height: 100vh !important; }

.side-nav-list {
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 30px; }

a.side-nav:link, a.side-nav:visited, a.side-nav:active {
  color: #fff;
  text-decoration: none; }

@media screen and (max-width: 644px) {
  .side-nav-wrapper {
    left: -100%;
    width: 100%; }
  .side-nav-wrapper.is-open {
    transform: translate3d(100%, 0, 0); } }

.side-nav-account-buttons {
  font-size: 24px;
  list-style: none outside;
  margin: 0;
  padding: 0; }

.side-nav-title {
  padding: 7px 25px;
  height: 50px; }

.side-nav-inside {
  padding: 10px;
  border: 0; }

.side-nav-account-buttons li a {
  padding: 7px 25px;
  display: block;
  color: #fff;
  font-family: foundation_sans_light;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all .4s;
  line-height: 1.5em; }

.brand-wrapper.clearfix.livecams {
  position: relative;
  top: -2px; }

.side-nav-account-buttons li a.menu-logo {
  margin: 0 0 0 40px;
  padding: 0;
  border: 0; }

.side-nav-account-buttons li .snapshots a.menu-logo {
  margin: 0 0 0 15px; }

.side-nav-account-buttons li a.menu-logo:hover {
  background: transparent;
  color: transparent; }

.search-label.menu-title {
  margin-top: 8px; }

.side-nav-account-buttons li.current-menu-item {
  background: #000; }

.side-nav-account-buttons li.logged-in a {
  background: rgba(255, 255, 255, 0.2); }

.side-nav-account-buttons li a:hover {
  background: #fff;
  color: #333;
  transition: all .4s; }

.side-nav-account-buttons li.current-menu-item {
  background: #000; }

.side-nav-account-buttons .logged-in-user {
  padding-left: 22px;
  padding-top: 7px;
  padding-bottom: 7px; }

/* Side Nav Rules */
.side-nav-menu {
  padding-top: 50px;
  text-align: left;
  font-family: 'foundation_sans_roman'; }

.side-nav-menu li {
  /*display:block;*/ }

.side-nav-menu li a:link, .side-nav-menu li a:visited, .side-nav-menu li a:active {
  width: inherit;
  display: block;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding-left: 22px;
  transition: background .4s ease-out; }

.side-nav-menu li a:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: background .4s ease-in-out; }

.snapshot-background {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 0;
  z-index: -1; }
  .snapshot-background .snapshot-background-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    overflow-x: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    pointer-events: none; }
    .snapshot-background .snapshot-background-canvas.top-canvas {
      z-index: 15; }
    .snapshot-background .snapshot-background-canvas.transparent {
      opacity: 0; }

.header-wrapper .snapshot-background {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .header-wrapper .snapshot-background .snapshot-background-canvas {
    width: 100%;
    height: auto; }

/* Bottom Cam Posters */
.poster-item div[data-headline].active {
  display: flex;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 20px;
  padding-right: 20px; }

.cam-group-item-bottom:hover div[data-headline] {
  display: block;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background .4s; }
  .cam-group-item-bottom:hover div[data-headline] .live-cam-label-separator {
    border-color: #000; }

.posters-title {
  line-height: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 18px 30px;
  font-size: 18px; }

.poster-item {
  width: calc(100% / 6);
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .poster-item {
      width: 169px; } }
  .poster-item .cam-group-item-wrapper {
    padding-right: 0; }
  .poster-item .cam-item-overlay {
    padding-right: 3px;
    padding-bottom: 6px; }

.text-upper {
  text-transform: uppercase; }

/** Search **/
#search-input:focus {
  box-shadow: none; }

#search-input::placeholder {
  color: #999999; }

.full-channel-list {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: flex-start;
  padding: 0 40px 0 0;
  flex-wrap: wrap;
  font-size: 15.4px;
  height: 33px;
  overflow: hidden;
  position: relative; }
  .full-channel-list.open {
    height: auto;
    overflow: auto; }
  .full-channel-list .list-item {
    padding: 5px 10px;
    white-space: nowrap; }
    .full-channel-list .list-item.active {
      background-color: rgba(0, 0, 0, 0.7); }
      .full-channel-list .list-item.active a {
        color: #fff; }
    .full-channel-list .list-item a {
      color: #000;
      text-decoration: none; }
  .full-channel-list .toggle-icon {
    position: absolute;
    right: 4px;
    top: 1px;
    display: block;
    font-size: 20px;
    height: 30px;
    width: 30px;
    background-color: #ccc;
    text-align: center;
    color: #333;
    cursor: pointer;
    border-radius: 10px; }
  @media (min-width: 768px) {
    .full-channel-list {
      height: auto;
      overflow: auto;
      padding: 0 10px;
      position: static; }
      .full-channel-list .toggle-icon {
        display: none; } }

@media (min-width: 1200px) {
  .full-channel-list {
    justify-content: space-around;
    font-size: 16px; } }

.nav-group {
  padding-bottom: 10px;
  transition: top .8s; }

.nav-group.is-locked {
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transition: top .4s;
  position: fixed;
  left: 0;
  padding-top: 0;
  width: 100%;
  top: -413px; }

.nav-group.is-open {
  top: -413px;
  transition: top .4s; }

.cta-button {
  padding: 11px 46px;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(66, 183, 42, 0.8);
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  cursor: pointer; }
  .cta-button:hover {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8) !important; }

.scroller {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 50px;
  right: 0;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s; }
  .scroller.active {
    opacity: 1;
    pointer-events: initial; }
  .scroller svg {
    fill: #fff;
    width: 50%; }
  .scroller:hover {
    cursor: pointer; }

.social-modal .info {
  padding: 20px 25px;
  min-height: 100px; }
  @media screen and (max-width: 685px) {
    .social-modal .info {
      padding: 20px; } }
  .social-modal .info .collection-block .link-block {
    margin: 5px 0px; }
    .social-modal .info .collection-block .link-block a {
      margin-right: 10px; }

@media screen and (max-width: 685px) {
  .contact-us-modal .info {
    flex-direction: column; } }

.contact-us-modal .info .social-box {
  padding: 20px; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .social-box {
      text-align: center;
      padding-bottom: 0; } }

.contact-us-modal .info .login-form {
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form {
      flex-basis: auto; } }
  .contact-us-modal .info .login-form label {
    color: #666666; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form .submit-row {
      flex-direction: column-reverse; }
      .contact-us-modal .info .login-form .submit-row .col {
        flex-basis: auto;
        padding: 10px 0;
        text-align: center; }
        .contact-us-modal .info .login-form .submit-row .col .btn {
          width: 100%; } }

@media screen and (max-width: 685px) {
  .contact-us-modal .info {
    flex-direction: column; } }

.contact-us-modal .info .social-box {
  padding: 20px; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .social-box {
      text-align: center;
      padding-bottom: 0; } }

.contact-us-modal .info .login-form {
  padding: 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form {
      flex-basis: auto; } }
  .contact-us-modal .info .login-form label {
    color: #666666; }
  @media screen and (max-width: 685px) {
    .contact-us-modal .info .login-form .submit-row {
      flex-direction: column-reverse; }
      .contact-us-modal .info .login-form .submit-row .col {
        flex-basis: auto;
        padding: 10px 0;
        text-align: center; }
        .contact-us-modal .info .login-form .submit-row .col .btn {
          width: 100%; } }

.upload-avatar-modal .info {
  padding: 20px; }

.upload-avatar-modal .avatar-upload {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-size: cover;
  border-radius: 6px;
  background-color: white;
  width: 164px;
  height: 164px;
  z-index: 118;
  color: #818181;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.2em;
  display: flex;
  align-items: center; }

.upload-avatar-modal .btn-primary {
  width: 100%;
  margin-top: 35px; }

.upload-avatar-modal .skip-text {
  cursor: pointer;
  color: #818181; }

.confirm-close-modal .info-text {
  padding: 0 20px 20px; }

.confirm-close-modal .btn {
  width: 100%; }

.newsletter-success-message {
  margin: 20px;
  height: 38px;
  line-height: 38px; }

.newsletter-form {
  padding-left: 45px; }
  .newsletter-form .form-group {
    position: relative;
    margin: 10px; }
    .newsletter-form .form-group.has-danger .form-control-feedback {
      position: absolute;
      top: 9px;
      right: 0;
      padding-right: 2.25rem;
      background-repeat: no-repeat;
      background-position: center right .5625rem;
      -webkit-background-size: 1.125rem 1.125rem;
      background-size: 1.125rem 1.125rem;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }
    .newsletter-form .form-group .form-control {
      padding: 9px 17px;
      border-color: #535251;
      width: 232px; }
      .newsletter-form .form-group .form-control::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        text-transform: uppercase; }
      .newsletter-form .form-group .form-control:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        text-transform: uppercase;
        opacity: 1; }
      .newsletter-form .form-group .form-control::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        text-transform: uppercase;
        opacity: 1; }
      .newsletter-form .form-group .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        text-transform: uppercase; }
      .newsletter-form .form-group .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        text-transform: uppercase; }
  .newsletter-form .btn {
    box-sizing: border-box; }
    .newsletter-form .btn.btn-primary {
      padding: 11px 15px;
      font-size: 15px;
      text-transform: uppercase;
      background-color: #3e98d0;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      letter-spacing: 0.05em; }
      .newsletter-form .btn.btn-primary:hover {
        background-color: #67aeda; }

.edit-profile-form .form-inner-wrap {
  max-width: 530px;
  margin: 0 auto; }

.edit-profile-form .row {
  box-sizing: border-box;
  margin-top: 10px; }
  .edit-profile-form .row.buttons-row {
    margin-top: 0; }

.edit-profile-form label {
  margin-bottom: 0;
  margin-left: 13px; }

.edit-profile-form .form-control {
  margin-botom: 8px; }

.edit-profile-form .form-group {
  margin-bottom: 5px; }
  .edit-profile-form .form-group.has-danger .form-control-feedback {
    position: static !important; }

.edit-profile-form .avatar {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom: 9px;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 685px) {
    .edit-profile-form .avatar {
      width: 150px;
      height: 150px; } }

.edit-profile-form .btn {
  width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 685px) {
    .edit-profile-form .btn.btn-secondary {
      line-height: 1.35em !important;
      white-space: normal;
      padding: 14px !important; } }
  @media screen and (max-width: 685px) {
    .edit-profile-form .btn.btn-primary {
      margin-top: 10px; } }

.edit-profile-form .right-space .form-group {
  margin-right: 20px; }
  @media screen and (max-width: 685px) {
    .edit-profile-form .right-space .form-group {
      margin-right: 0; } }

.edit-profile-form .livecams-order-wrap {
  max-width: 1040px;
  margin: 0 auto; }
  .edit-profile-form .livecams-order-wrap .livecams-order-title {
    font-size: 18px;
    margin: 20px; }
  .edit-profile-form .livecams-order-wrap .row {
    margin: 10px; }

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

body.react-confirm-alert-body-element {
  overflow: hidden; }

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards; }

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666; }

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0; }

.react-confirm-alert-body > h1 {
  margin-top: 0; }

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px; }

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px; }

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer; }

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.livecam-result:hover .result-info-box {
  background-color: rgba(0, 0, 0, 0.8) !important; }
  .livecam-result:hover .result-info-box .result-text-info {
    background: #F5F5F5; }

.livecam-result:hover .live-cam-label-wrap {
  display: block;
  z-index: 1; }
  .livecam-result:hover .live-cam-label-wrap .live-cam-label {
    line-height: 20px; }
    .livecam-result:hover .live-cam-label-wrap .live-cam-label .live-cam-label-separator {
      margin-bottom: 9px; }

.livecam-result .live-cam-label-wrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 2px 2px 0;
  padding-bottom: 56.25%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.livecam-result .feed-image-wrapper {
  padding-bottom: 56.25%; }
  .livecam-result .feed-image-wrapper .brainLoader-wrapper {
    position: absolute !important; }
  .livecam-result .feed-image-wrapper img {
    position: absolute;
    top: 0; }

.livecam-result .result-title {
  margin: 0px 0 5px;
  font-size: 24px;
  line-height: 19px; }

.livecam-result .result-text-info {
  margin: 5px 3px 3px; }
  .livecam-result .result-text-info p:last-child {
    margin-bottom: 0; }

.livecam-result .cam-item.is-offline:after,
.livecam-result .cam-item.is-meditation:after,
.livecam-result .cam-item.is-film:after,
.livecam-result .cam-item.is-off-season:after {
  margin-top: 56.25%;
  top: -28px; }

.livecam-video-result {
  color: #292b2c; }
  .livecam-video-result:hover {
    color: #292b2c;
    text-decoration: none; }
    .livecam-video-result:hover .result-info-box {
      background-color: rgba(0, 0, 0, 0.8) !important; }
      .livecam-video-result:hover .result-info-box .livecam-video-hover-info {
        display: block; }
      .livecam-video-result:hover .result-info-box .result-text-info {
        background: #F5F5F5; }
    .livecam-video-result:hover .video-result-image-wrapper:before {
      background-color: #fff;
      border: 4px solid #fff; }
    .livecam-video-result:hover .video-result-image-wrapper:after {
      border-left-color: rgba(0, 0, 0, 0.9); }
    .livecam-video-result:hover .video-result-image-wrapper .hover-text {
      display: inline-block;
      position: absolute;
      right: 100px;
      bottom: 45px; }
  .livecam-video-result .livecam-video-hover-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 3px;
    font-family: 'foundation_sans_light';
    text-transform: uppercase;
    z-index: 99;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'foundation_sans_bold'; }
  .livecam-video-result .video-result-image-wrapper {
    overflow: hidden;
    height: 388px;
    position: relative;
    z-index: 1; }
    .livecam-video-result .video-result-image-wrapper img {
      margin-top: -65px; }
    .livecam-video-result .video-result-image-wrapper.hide-title {
      height: 330px; }
      .livecam-video-result .video-result-image-wrapper.hide-title img {
        margin-top: -55px; }
    .livecam-video-result .video-result-image-wrapper:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 75px;
      height: 75px;
      margin: 15px;
      border-radius: 100%;
      transition: border-color 300ms;
      background-color: rgba(0, 0, 0, 0.6);
      border: 4px solid rgba(255, 255, 255, 0.6);
      z-index: 100; }
    .livecam-video-result .video-result-image-wrapper:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      margin: 30px 32px;
      border-left: 30px solid rgba(255, 255, 255, 0.6);
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      transition: border-color 300ms;
      z-index: 100; }
  .livecam-video-result .result-text-info {
    padding: 15px 20px 10px;
    margin: 5px 3px; }
    .livecam-video-result .result-text-info h2 {
      font-size: 24px;
      line-height: 19px; }
  .livecam-video-result .embed-responsive {
    height: 100%;
    z-index: 105; }

.blog-post-result:hover {
  text-decoration: none; }
  .blog-post-result:hover.result-info-box {
    background-color: rgba(0, 0, 0, 0.8) !important; }
    .blog-post-result:hover.result-info-box .result-text-info {
      background: #F5F5F5; }
      .blog-post-result:hover.result-info-box .result-text-info h2 {
        font-size: 24px;
        line-height: 19px; }
  .blog-post-result:hover .blog-post-hover-info {
    display: block;
    z-index: 1; }
    .blog-post-result:hover .blog-post-hover-info .hover-text {
      width: 125px;
      height: 35px; }

.blog-post-result .blog-image-wrap {
  max-height: 190px;
  overflow: hidden; }

.blog-post-result .blog-post-hover-info {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.blog-post-result .result-text-info {
  margin: 5px 3px 3px; }

.blog-post-result .blog-info {
  padding: 3px; }
  .blog-post-result .blog-info .result-text-info {
    padding: 18px 20px;
    background: #f5f5f5;
    height: 100%;
    margin: 0; }
    .blog-post-result .blog-info .result-text-info .blog-post-title {
      color: #000;
      font-size: 24px;
      line-height: 19px; }

.blog-post-result .image-load-wrapper {
  max-height: 190px;
  overflow: hidden; }

.snapshot-result:hover {
  text-decoration: none; }
  .snapshot-result:hover .snapshot-hover-info {
    display: block;
    z-index: 1; }
    .snapshot-result:hover .snapshot-hover-info .hover-text {
      width: 125px;
      height: 35px; }

.snapshot-result .snapshot-inner-wrap {
  position: relative;
  height: 100%; }

.snapshot-result .snapshot-hover-info {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.user-result {
  color: #292b2c; }
  .user-result:hover.result-info-box {
    background-color: #292b2c;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none; }
    .user-result:hover.result-info-box:hover {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none; }
    .user-result:hover.result-info-box .user-text-wrap {
      background: #F5F5F5; }
    .user-result:hover.result-info-box .user-hover-info {
      display: block;
      z-index: 1; }
      .user-result:hover.result-info-box .user-hover-info .hover-text {
        width: 125px;
        height: 35px; }
  .user-result .user-image {
    flex: 0 0 125px; }
  .user-result .user-hover-info {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 3px;
    font-family: 'foundation_sans_light';
    text-transform: uppercase;
    z-index: 99;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    font-family: 'foundation_sans_bold'; }
  .user-result .user-text-wrap {
    padding: 12px 17px;
    margin: 3px 3px 3px 5px; }
    .user-result .user-text-wrap h2 {
      font-size: 24px; }
    .user-result .user-text-wrap hr {
      margin-top: 10px;
      margin-bottom: 10px; }
    .user-result .user-text-wrap .label {
      color: #808080; }

.favorite-livecams-pagination > div {
  display: inline-block; }

.favorite-livecams-pagination .btn {
  margin: 0 20px;
  border-radius: 0 !important; }

.favorite-livecams-slider {
  width: 100%;
  margin-top: 10px; }
  .favorite-livecams-slider .favorite-cam-item-wrap {
    padding: 0 5px; }
    .favorite-livecams-slider .favorite-cam-item-wrap .live-cam-label {
      line-height: 25px; }
    .favorite-livecams-slider .favorite-cam-item-wrap img {
      border: none; }

.favorite-snapshots-slider {
  width: 100%;
  margin-top: 10px; }
  .favorite-snapshots-slider .favorite-snapshot-item-wrap {
    padding: 0 5px; }
    .favorite-snapshots-slider .favorite-snapshot-item-wrap img {
      border: none; }

.member-snapshots-slider {
  width: 100%;
  margin-top: 10px; }
  .member-snapshots-slider .member-snapshot-item-wrap .member-snapshot-item {
    padding: 5px; }
  .member-snapshots-slider .member-snapshot-item-wrap img {
    border: none; }

.snapshot-result:hover {
  text-decoration: none; }
  .snapshot-result:hover .snapshot-hover-info {
    display: block;
    z-index: 1; }
    .snapshot-result:hover .snapshot-hover-info .hover-text {
      width: 125px;
      height: 35px; }

.snapshot-result .snapshot-inner-wrap {
  position: relative;
  height: 100%; }

.snapshot-result .snapshot-hover-info {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 3px;
  font-family: 'foundation_sans_light';
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'foundation_sans_bold'; }

.top-snapshots-group .light-grey {
  color: rgba(0, 0, 0, 0.7) !important; }

.top-snapshots-group .top-snapshots-slider {
  width: 100%;
  margin-top: 10px; }
  .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap {
    padding: 0 5px;
    color: #000; }
    .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap:hover {
      text-decoration: none; }
    .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot {
      min-height: 330px;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(0, 0, 0, 0.2);
      background-color: rgba(255, 255, 255, 0.5);
      padding: 3px; }
      .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot .number-box {
        background-color: rgba(0, 0, 0, 0.7);
        width: 32px;
        height: 32px;
        font-size: 24px;
        color: #fff;
        text-align: center;
        margin-right: 3px;
        margin-bottom: 3px; }
      .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot .small-avatar {
        width: 32px;
        height: 32px;
        margin-left: 3px;
        margin-bottom: 3px; }
      .top-snapshots-group .top-snapshots-slider .top-snapshot-wrap .top-snapshot .top-snapshot-img {
        width: 100%;
        height: auto; }

.favorite-cam-item-wrap.editing {
  padding: 5px !important;
  z-index: 9; }
  .favorite-cam-item-wrap.editing .cam-item {
    float: none;
    height: 100%; }

.edit-profile-modal.modals-popup {
  border-radius: 0; }

.edit-profile-modal .info {
  padding: 20px 50px;
  padding: 0; }
  @media screen and (max-width: 685px) {
    .edit-profile-modal .info {
      padding: 20px; } }
  .edit-profile-modal .info .intro-text {
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 20px 20px; }

.edit-profile-modal .edit-profile-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  border-radius: 0; }

.cam-container.is-online .cam-item:after {
  top: 10px;
  content: "LIVE";
  background: #323232;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  height: auto;
  width: 45px;
  padding: 1px 0px 0px 1px;
  border-radius: 10px;
  left: 9px;
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }

.cam-container.is-off-season .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "OFF SEASON";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 10px;
  left: 0px;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.is-offline .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "HIGHLIGHT";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 10px;
  left: 0px;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.is-meditation .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "MEDITATION";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  right: 0px;
  left: auto;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.is-film .cam-item:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  bottom: 0px;
  content: "FILM";
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  border-top-right-radius: 0px;
  border-top-left-radius: 10px;
  right: 0px;
  left: auto;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-container.active .cam-item-separator {
  border-color: #fff; }

.cam-container.active:hover .cam-item-overlay {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.cam-container.active .cam-item-overlay {
  opacity: 1;
  transition: opacity .2s ease-in;
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.cam-container .info-btn {
  display: block;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px 9px 4px 9px;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF; }

.cam-container .info-btn:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important; }

.cam-item {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  color: #fff; }
  .cam-item:hover .cam-item-overlay {
    opacity: 1;
    transition: opacity .2s ease-in;
    color: #000;
    background: rgba(255, 255, 255, 0.8); }
  .cam-item .cam-item-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out; }
    .cam-item .cam-item-overlay .cam-item-inner {
      padding: 20px 30px 10px 30px;
      text-align: center;
      position: relative; }
  .cam-item img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto; }

.cam-item-separator {
  margin: 5px 0 10px 0;
  border-bottom: 1px solid #fff; }

.now-watching, .is-offline, .is-meditation {
  line-height: 16px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .now-watching, .is-offline, .is-meditation {
      line-height: 18px; } }
  .now-watching .cam-item-separator, .is-offline .cam-item-separator, .is-meditation .cam-item-separator {
    margin: 9px 0 6px 0; }

.now-watching {
  width: 100px; }

.not-watching {
  line-height: 15px;
  margin: 0 auto;
  letter-spacing: 0.5px; }
  @media screen and (min-width: 1024px) {
    .not-watching {
      line-height: 18px; } }
  .not-watching .cam-item-separator {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 6px;
    border-color: #000; }

.is-offline .cam-item-separator {
  border-color: #000; }

.is-meditation .cam-item-separator {
  border-color: #000; }

.favorite-modal {
  border-radius: 4px !important; }

.minimize-height {
  transition: height .15s linear;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.alert-success a {
  color: #155724 !important; }

#player-alert {
  float: left;
  display: block;
  position: absolute; }
  #player-alert.is-online .live-badge {
    display: block; }
  #player-alert.is-online .alert-message {
    border-radius: 0;
    padding-left: 70px;
    line-height: 1.0em; }
  #player-alert.has-alert {
    position: relative; }
    #player-alert.has-alert .live-badge {
      border-radius: 10px 0 0 10px; }
    #player-alert.has-alert .player-alert-content-wrap .content-holder {
      margin-left: 0; }
  #player-alert .player-alert-content-wrap {
    display: inline-block;
    overflow: hidden;
    margin-left: 10px; }
    #player-alert .player-alert-content-wrap .content-holder {
      transition: margin-left 0.5s;
      margin-left: -100%;
      display: block; }
  #player-alert .alert-message {
    text-transform: uppercase;
    padding-left: 14px;
    border-radius: 10px 0 0 10px; }
  #player-alert .close-button {
    background-color: #e6273a; }

.feed-image-wrapper {
  display: block; }
  .feed-image-wrapper .loaded-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .feed-image-wrapper .backup-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.timezone-picker {
  display: inline-block;
  font: 13px sans-serif;
  position: relative; }

.timezone-picker-textfield input {
  width: 100%;
  padding: 9px 12px;
  font: inherit;
  box-sizing: border-box;
  outline: 0;
  background: #fff;
  border: 1px solid #e6ebec;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  font-family: foundation_sans_roman, sans-serif; }

.timezone-picker-textfield div {
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: foundation_sans_roman, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  overflow-x: visible;
  text-decoration: underline;
  color: #000; }

.timezone-picker-list {
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #e6ebec;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  display: none; }

.timezone-picker-list-rel {
  position: relative; }

.timezone-picker-list-abs {
  position: absolute;
  background-color: white;
  z-index: 2000;
  opacity: 0.99;
  min-width: 250px; }

.timezone-picker-list-item {
  color: #444444;
  padding: 5px 12px; }

.timezone-picker-list-item-active {
  background: #ececec;
  cursor: pointer; }

.timezone-picker-open .timezone-picker-list {
  display: block; }

#page-not-found {
  min-height: 400px; }
  #page-not-found .border-grey {
    border: 1px solid rgba(0, 0, 0, 0.25); }
  #page-not-found .content {
    padding-top: 50px; }
  #page-not-found .no-page {
    font-size: 24px;
    text-align: center;
    margin: 65px 0; }

/** Search Results page **/
#search-page {
  min-height: 400px; }
  #search-page .Collapsible {
    margin-top: 10px; }
    #search-page .Collapsible:first-child {
      margin-top: 0; }

.results-listing-page .search-box {
  position: fixed;
  width: 100%;
  z-index: 8; }

.results-listing-page .search-result-item {
  margin-bottom: 10px;
  cursor: pointer; }
  .results-listing-page .search-result-item img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.results-listing-page .snapshots-results {
  margin-left: -5px;
  margin-right: -5px; }
  .results-listing-page .snapshots-results .search-result-item {
    padding-left: 5px;
    padding-right: 5px; }

.results-listing-page .result-info-box-wrapper {
  padding-left: 10px; }

.results-listing-page .result-info-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 2px;
  color: #000; }

.results-listing-page .result-poster {
  max-width: 180px;
  padding: 0;
  margin-left: 15px; }
  .results-listing-page .result-poster.col-3 {
    padding-right: 0; }

.results-listing-page .result-location {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 5px; }

.results-listing-page .search-results-type {
  line-height: 16px;
  text-decoration: none;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
  color: rgba(0, 0, 0, 0.8);
  padding: 12px 20px; }
  .results-listing-page .search-results-type.category:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer; }

.results-listing-page .result-type-header, .results-listing-page .search-results-type.active {
  line-height: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: block;
  position: relative;
  border: none;
  padding: 12px 20px; }

.results-listing-page .result-type-header:after {
  font-family: 'icomoon';
  content: '\E904';
  position: absolute;
  right: 21px;
  top: 13px;
  display: block;
  transition: transform 300ms;
  font-size: 15px;
  color: #b8b8b8; }

.results-listing-page .result-type-header.is-open:after {
  transform: rotateZ(180deg); }

.results-listing-page .search-loading-container {
  text-align: center;
  width: 100px;
  vertical-align: middle;
  font-size: 60px;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.results-listing-page .results-wrapper {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.results-listing-page .load-snapshots-button {
  color: rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin: 20px 5px;
  cursor: pointer; }
  .results-listing-page .load-snapshots-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; }

.results-listing-page .members-search-alert {
  background-color: #e6273a;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  margin: 20px 0 35px; }

.no-opacity {
  opacity: 0 !important; }

#member-page {
  min-height: 400px;
  padding: 0 20px; }
  #member-page .border-grey {
    border: 1px solid rgba(0, 0, 0, 0.25); }
  #member-page .border-r-grey {
    border-right: 1px solid rgba(0, 0, 0, 0.25); }
  #member-page .border-l-grey {
    border-left: 1px solid rgba(0, 0, 0, 0.25); }
  #member-page .content {
    padding-top: 50px; }
  #member-page .no-user-info {
    font-size: 24px;
    text-align: center;
    margin: 65px 0; }
  #member-page .member-info {
    padding: 0; }
    #member-page .member-info .member-image {
      width: 100px;
      height: auto;
      display: inline-block;
      border-right: 1px solid rgba(0, 0, 0, 0.25); }
    #member-page .member-info .member-title {
      display: inline-block;
      font-size: 60px;
      vertical-align: middle;
      margin: 0 0 0 30px; }
    #member-page .member-info .header-button {
      display: inline-block;
      border: 1px solid #c3c3c3;
      border-radius: 10px;
      padding: 12px 18px;
      text-transform: uppercase;
      color: #717171;
      position: relative;
      right: 0;
      float: right;
      margin: 23px 20px;
      cursor: pointer; }
    @media screen and (max-width: 644px) {
      #member-page .member-info {
        text-align: center; }
        #member-page .member-info .member-image {
          margin: 10px;
          border-right-width: 0; }
        #member-page .member-info .member-title {
          font-size: 40px;
          margin: 0;
          display: block;
          margin-top: 10px; }
        #member-page .member-info .header-button {
          float: none; } }
  #member-page .vital-stats {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 12px 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  #member-page .member-slider-group {
    margin-bottom: 40px; }
    #member-page .member-slider-group .cam-item {
      width: 100%; }
  #member-page .section-header {
    color: #000;
    text-transform: uppercase;
    padding: 0; }
    #member-page .section-header .title-link, #member-page .section-header .title-block {
      padding: 10px 20px;
      color: #000;
      transition: background .4s; }
      #member-page .section-header .title-link.pagination-button, #member-page .section-header .title-block.pagination-button {
        font-size: 23px;
        padding: 10px !important;
        cursor: pointer;
        transition: background .4s;
        display: flex; }
        #member-page .section-header .title-link.pagination-button:hover, #member-page .section-header .title-block.pagination-button:hover {
          background-color: #000;
          color: #fff;
          transition: background .4s; }
        #member-page .section-header .title-link.pagination-button.disabled, #member-page .section-header .title-block.pagination-button.disabled {
          pointer-events: none;
          color: #aaa; }
    #member-page .section-header a.title-link {
      transition: background .4s; }
      #member-page .section-header a.title-link:hover {
        color: #fff;
        background-color: #000;
        transition: background .4s;
        text-decoration: none; }
    @media screen and (max-width: 644px) {
      #member-page .section-header .title-link {
        width: 100%;
        border-right-width: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        text-align: center; } }
  #member-page .favorite-cam-item {
    max-height: 195px; }
  #member-page .cam-item .is-online:after {
    position: absolute; }

.comments-section .comment {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5; }
  .comments-section .comment__header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .comments-section .comment__body {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    text-align: start;
    word-break: break-word;
    position: relative; }
    .comments-section .comment__body p {
      margin-bottom: 0 !important;
      line-height: 1.5; }
    .comments-section .comment__body ul {
      padding-left: 1.5em; }
      .comments-section .comment__body ul li {
        overflow: visible;
        display: list-item;
        list-style-type: none; }
        .comments-section .comment__body ul li::before {
          margin-left: -1.5em;
          margin-right: 0.3em;
          text-align: right;
          content: "\2022";
          display: inline-block;
          white-space: nowrap;
          width: 1.2em; }
    .comments-section .comment__body ol {
      padding-left: 1.5em;
      counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
      .comments-section .comment__body ol li {
        overflow: visible;
        display: list-item;
        list-style-type: none;
        counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
        counter-increment: list-0; }
        .comments-section .comment__body ol li::before {
          margin-left: -1.5em;
          margin-right: 0.3em;
          text-align: right;
          content: counter(list-0, decimal) ". ";
          display: inline-block;
          white-space: nowrap;
          width: 1.2em; }
  .comments-section .comment__images, .comments-section .comment__videos {
    word-break: break-word; }
  .comments-section .comment__meta {
    font-size: 12px;
    margin-top: 10px; }
  .comments-section .comment__edited {
    font-size: 12px;
    color: #b9b9b9; }
  .comments-section .comment__date {
    margin-right: 10px;
    font-size: 12px;
    color: #999; }
  .comments-section .comment__deleted {
    color: #d33333; }

#member-index {
  min-height: 400px; }
  #member-index .Collapsible {
    width: 100%; }
  #member-index .border-grey {
    border: 1px solid rgba(0, 0, 0, 0.25); }
  #member-index .border-r-grey {
    border-right: 1px solid rgba(0, 0, 0, 0.25); }
  #member-index .border-l-grey {
    border-left: 1px solid rgba(0, 0, 0, 0.25); }
  #member-index .content {
    padding-top: 50px; }
  #member-index .member-slider-group {
    margin-bottom: 40px; }
  #member-index .section-header {
    color: #000;
    text-transform: uppercase;
    padding: 0; }
    #member-index .section-header .title-link, #member-index .section-header .title-block {
      padding: 10px 20px;
      color: #000;
      transition: background .4s; }
      #member-index .section-header .title-link.pagination-button, #member-index .section-header .title-block.pagination-button {
        font-size: 23px;
        padding: 10px !important;
        cursor: pointer;
        transition: background .4s;
        display: flex; }
        #member-index .section-header .title-link.pagination-button:hover, #member-index .section-header .title-block.pagination-button:hover {
          background-color: #000;
          color: #fff;
          transition: background .4s; }
        #member-index .section-header .title-link.pagination-button.disabled, #member-index .section-header .title-block.pagination-button.disabled {
          pointer-events: none;
          color: #aaa; }
    #member-index .section-header a.title-link {
      transition: background .4s; }
      #member-index .section-header a.title-link:hover {
        color: #fff;
        background-color: #000;
        transition: background .4s;
        text-decoration: none; }
    @media screen and (max-width: 644px) {
      #member-index .section-header .title-link {
        width: 100%;
        border-right-width: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        text-align: center; } }
  #member-index .info-box-content {
    background: rgba(255, 255, 255, 0.6); }
  #member-index .result-type-header {
    background-color: rgba(255, 255, 255, 0.8); }
  #member-index .results-inner-wrapper {
    padding: 15px 20px 25px; }
  #member-index .user-name {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-top: 10px;
    margin-left: 6px;
    color: rgba(0, 0, 0, 0.9);
    font-family: 'foundation_sans_roman';
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 20px;
    border-radius: 30px;
    text-align: center;
    letter-spacing: 1px;
    transition: background .4s,color .4s,opacity .4s;
    border: 1px solid rgba(0, 0, 0, 0.4); }
    #member-index .user-name:hover {
      text-decoration: none;
      background-color: #000;
      opacity: .6;
      color: #fff;
      transition: background .4s,color .4s,opacity .4s; }

/** Static Results **/
.static-page {
  padding-top: 20px;
  min-height: 400px; }
  .static-page img {
    max-width: 100%;
    height: auto; }

.faq-letter {
  font-size: 40px;
  font-weight: normal; }

.row.faq-question {
  font-weight: bold;
  font-size: 22px;
  border-left: 5px solid;
  background-color: rgba(0, 0, 0, 0.05); }

.row.faq-answer {
  font-size: 1.1rem;
  border-left: 5px solid #ccc;
  background-color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.5rem; }

.faq-link {
  position: absolute;
  top: -55px; }

.faq-toc {
  border: 1px solid;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 10px; }
  .faq-toc ul {
    padding-inline-start: 30px;
    margin-bottom: 0; }
    .faq-toc ul a {
      color: #333; }


.faqs-page {
  padding-top: 20px; }

.faqs-info h1 {
  border-bottom: 1px solid black; }

.faqs-info p {
  margin: 0px 16px; }

a .faq-title {
  color: #000;
  text-decoration: none;
  font-weight: bold; }

.faq-details {
  margin-bottom: 15px; }

.grants-page {
  padding-top: 20px; }

.grants-info h1 {
  border-bottom: 1px solid black; }

.grants-info p {
  margin: 0px 16px; }

a .grant-title {
  color: #000;
  text-decoration: none;
  font-weight: bold; }

.grant-details {
  margin-bottom: 15px; }

#help-tutorials-page .Collapsible {
  margin-top: 10px; }

#help-tutorials-page .section-0 .Collapsible {
  margin-top: 0; }

#films-page .Collapsible {
  margin-top: 10px; }

#films-page .section-0 .Collapsible {
  margin-top: 0; }

.flex-center {
  justify-content: center; }

#newsletter-page {
  margin-bottom: 40px;
  min-height: 400px; }
  #newsletter-page .load-more {
    margin-top: 10px; }
    #newsletter-page .load-more span {
      font-size: 16px;
      font-family: 'foundation_sans_roman';
      text-transform: uppercase; }
  #newsletter-page .newsletter-info-block {
    margin-top: 25px;
    margin-bottom: 30px; }
    #newsletter-page .newsletter-info-block .daily-dose-logo {
      border-radius: 10px;
      background-color: #ae599c;
      padding: 18px;
      text-align: center; }
    #newsletter-page .newsletter-info-block .newsletter-header {
      border-radius: 5px;
      background-color: white;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.902);
      line-height: 1.333;
      text-align: center;
      font-family: "foundation_sans_roman";
      padding: 12px;
      margin-bottom: 10px; }
    #newsletter-page .newsletter-info-block .newsletter-body {
      font-size: 18px;
      font-family: "foundation_sans_roman";
      color: black;
      line-height: 1.35em;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 20px; }
      #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form {
        padding-left: 0;
        margin-top: 8px; }
        #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group {
          margin-left: 0;
          margin-right: 2%;
          width: 65%; }
          #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control {
            width: 100%;
            border-color: #ae599c;
            padding: 10px 17px;
            line-height: 1.0em; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control::-webkit-input-placeholder {
              /* WebKit, Blink, Edge */
              text-transform: uppercase;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              text-transform: uppercase;
              opacity: 1;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              text-transform: uppercase;
              opacity: 1;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control:-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              text-transform: uppercase;
              color: #ae599c; }
            #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group .form-control::-ms-input-placeholder {
              /* Microsoft Edge */
              text-transform: uppercase;
              color: #ae599c; }
          #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .form-group.has-danger .form-control-feedback {
            top: 6px; }
        #newsletter-page .newsletter-info-block .newsletter-body .newsletter-form .btn.btn-primary {
          width: 30%;
          background-color: #ae599c;
          border-radius: 10px;
          font-size: 16px;
          line-height: 1.0em;
          padding: 12px 20px; }
  #newsletter-page .video-player-btn span {
    display: flex;
    justify-content: center;
    align-items: center; }
    #newsletter-page .video-player-btn span svg {
      width: 20px;
      height: auto;
      margin-left: 5px; }
  #newsletter-page .gfy-embed {
    margin: 5px; }
  #newsletter-page .gif-tile {
    box-sizing: border-box;
    padding: 5px; }
    #newsletter-page .gif-tile .gif-wrap {
      overflow: hidden; }

.yarl__fullsize {
  height: 100%;
  width: 100%; }

.yarl__relative {
  position: relative; }

.yarl__portal {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity var(--yarl__fade_animation_duration, 0.25s) var(--yarl__fade_animation_timing_function, ease);
  z-index: var(--yarl__portal_zindex, 9999); }

.yarl__portal_open {
  opacity: 1; }

.yarl__container {
  background-color: var(--yarl__container_background_color, var(--yarl__color_backdrop, #000));
  bottom: 0;
  left: 0;
  outline: none;
  overflow: hidden;
  overscroll-behavior: var(--yarl__controller_overscroll_behavior, contain);
  position: absolute;
  right: 0;
  top: 0;
  touch-action: var(--yarl__controller_touch_action, none);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.yarl__carousel {
  align-content: center;
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  justify-content: center;
  opacity: var(--yarl__pull_opacity, 1);
  transform: translate(var(--yarl__swipe_offset, 0), var(--yarl__pull_offset, 0));
  width: calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%)); }

.yarl__carousel_with_slides {
  -moz-column-gap: calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);
  column-gap: calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%); }

.yarl__flex_center {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center; }

.yarl__slide {
  flex: 1;
  overflow: hidden;
  padding: calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);
  position: relative; }

[dir=rtl] .yarl__slide {
  --yarl__direction:-1; }

.yarl__slide_image {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  touch-action: var(--yarl__controller_touch_action, none);
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.yarl__slide_image_cover {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.yarl__slide_image_loading {
  opacity: 0; }

@media screen and (min-width: 800px) {
  .yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d; } }

.yarl__slide_placeholder {
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.yarl__slide_loading {
  animation: yarl__delayed_fadein 1s linear;
  color: var(--yarl__slide_icon_loading_color, var(--yarl__color_button, rgba(255, 255, 255, 0.8))); }

.yarl__slide_loading line {
  animation: yarl__stroke_opacity 1s linear infinite; }

.yarl__slide_loading line:first-of-type {
  animation-delay: -1.875s; }

.yarl__slide_loading line:nth-of-type(2) {
  animation-delay: -1.75s; }

.yarl__slide_loading line:nth-of-type(3) {
  animation-delay: -1.625s; }

.yarl__slide_loading line:nth-of-type(4) {
  animation-delay: -1.5s; }

.yarl__slide_loading line:nth-of-type(5) {
  animation-delay: -1.375s; }

.yarl__slide_loading line:nth-of-type(6) {
  animation-delay: -1.25s; }

.yarl__slide_loading line:nth-of-type(7) {
  animation-delay: -1.125s; }

.yarl__slide_loading line:nth-of-type(8) {
  animation-delay: -1s; }

.yarl__slide_error {
  color: var(--yarl__slide_icon_error_color, red);
  height: var(--yarl__slide_icon_error_size, 48px);
  width: var(--yarl__slide_icon_error_size, 48px); }

@media (prefers-reduced-motion) {
  .yarl__portal, .yarl__slide {
    transition: unset; }
  .yarl__slide_loading, .yarl__slide_loading line {
    animation: unset; } }

.yarl__toolbar {
  bottom: auto;
  display: flex;
  justify-content: flex-end;
  left: auto;
  padding: var(--yarl__toolbar_padding, 8px);
  position: absolute;
  right: 0;
  top: 0; }

[dir=rtl] .yarl__toolbar {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0; }

.yarl__icon {
  height: var(--yarl__icon_size, 32px);
  width: var(--yarl__icon_size, 32px); }

.yarl__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--yarl__button_background_color, transparent);
  border: var(--yarl__button_border, 0);
  color: var(--yarl__color_button, rgba(255, 255, 255, 0.8));
  cursor: pointer;
  filter: var(--yarl__button_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  line-height: 0;
  margin: var(--yarl__button_margin, 0);
  outline: none;
  padding: var(--yarl__button_padding, 8px);
  -webkit-tap-highlight-color: transparent; }

.yarl__button:focus {
  color: var(--yarl__color_button_active, #fff); }

.yarl__button:focus:not(:focus-visible) {
  color: var(--yarl__color_button, rgba(255, 255, 255, 0.8)); }

.yarl__button:focus-visible {
  color: var(--yarl__color_button_active, #fff); }

@media (hover: hover) {
  .yarl__button:focus-visible:hover, .yarl__button:focus:hover, .yarl__button:hover {
    color: var(--yarl__color_button_active, #fff); } }

.yarl__button:disabled {
  color: var(--yarl__color_button_disabled, rgba(255, 255, 255, 0.4));
  cursor: default; }

.yarl__navigation_next, .yarl__navigation_prev {
  padding: var(--yarl__navigation_button_padding, 24px 16px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.yarl__navigation_prev {
  left: 0; }

[dir=rtl] .yarl__navigation_prev {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(180deg); }

.yarl__navigation_next {
  right: 0; }

[dir=rtl] .yarl__navigation_next {
  left: 0;
  right: unset;
  transform: translateY(-50%) rotate(180deg); }

.yarl__no_scroll {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none; }

@keyframes yarl__delayed_fadein {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes yarl__stroke_opacity {
  0% {
    stroke-opacity: 1; }
  to {
    stroke-opacity: .125; } }

.yarl__slide_captions_container {
  background: var(--yarl__slide_captions_container_background, rgba(0, 0, 0, 0.5));
  left: var(--yarl__slide_captions_container_left, 0);
  padding: var(--yarl__slide_captions_container_padding, 16px);
  position: absolute;
  right: var(--yarl__slide_captions_container_right, 0);
  -webkit-transform: translateZ(0); }

.yarl__slide_title {
  color: var(--yarl__slide_title_color, #fff);
  font-size: var(--yarl__slide_title_font_size, 125%);
  font-weight: var(--yarl__slide_title_font_weight, bolder);
  max-width: calc(100% - var(--yarl__toolbar_width, 0px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.yarl__slide_title_container {
  top: var(--yarl__slide_title_container_top, 0); }

.yarl__slide_description {
  display: -webkit-box;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--yarl__slide_description_max_lines, 3);
  color: var(--yarl__slide_description_color, #fff);
  text-align: var(--yarl__slide_description_text_align, start); }

.yarl__slide_description_container {
  bottom: var(--yarl__slide_description_container_bottom, 0); }

/*
    DEMO STYLE
*/
.snapshots-wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  /* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      CONTENT STYLE
  ----------------------------------------------------- */
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */ }
  .snapshots-wrapper a,
  .snapshots-wrapper a:hover,
  .snapshots-wrapper a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s; }
  .snapshots-wrapper .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
  .snapshots-wrapper .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none; }
  .snapshots-wrapper .snapshots-sidebar {
    min-width: 250px;
    max-width: 250px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    transition: all 0.3s;
    margin-left: -250px; }
    .snapshots-wrapper .snapshots-sidebar.active {
      margin-left: 0px; }
    .snapshots-wrapper .snapshots-sidebar .sidebar-header {
      padding: 20px; }
    .snapshots-wrapper .snapshots-sidebar .sidebar-subheader {
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.05);
      font-size: 1.2em;
      cursor: default; }
    .snapshots-wrapper .snapshots-sidebar ul.components {
      padding: 20px 0; }
    .snapshots-wrapper .snapshots-sidebar ul p {
      color: #fff;
      padding: 10px; }
    .snapshots-wrapper .snapshots-sidebar ul li a {
      padding: 10px;
      font-size: 1.1em;
      display: block;
      padding-left: 30px !important; }
      .snapshots-wrapper .snapshots-sidebar ul li a:hover {
        color: #000;
        background: #fff; }
    .snapshots-wrapper .snapshots-sidebar ul li.active > a,
    .snapshots-wrapper .snapshots-sidebar a[aria-expanded="true"] {
      color: #fff;
      background: rgba(0, 0, 0, 0.35); }
  .snapshots-wrapper a[data-toggle="collapse"] {
    position: relative; }
  .snapshots-wrapper #content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s; }
  @media (max-width: 768px) {
    .snapshots-wrapper .snapshots-sidebar {
      margin-left: 0px; }
    .snapshots-wrapper .snapshots-sidebar.active {
      margin-left: -250px; }
    .snapshots-wrapper #sidebarCollapse span {
      display: none; } }

.snapshot-has-video {
  position: absolute;
  right: 0;
  z-index: 10;
  font-size: 1.3em;
  text-shadow: 2px 1px 4px #fff; }

.snapshot-has-video-icon {
  line-height: 1.0em; }

.snapshot-grid {
  margin: 0 -0.5rem; }

.testimonial {
  max-width: 700px;
  padding: 30px;
  border-bottom: 1px solid #d1d1d1; }
  .testimonial .quote {
    padding: 20px 0 25px; }
  .testimonial .attribution {
    padding: 0 0 20px; }

@media (min-width: 768px) {
  .testimonial-video {
    min-width: 560px; } }

.photo-gallery .site-wrapper {
  height: 100% !important; }
  .photo-gallery .site-wrapper .main-wrapper {
    margin-top: 0 !important;
    padding-top: 50px;
    height: 100%; }
    .photo-gallery .site-wrapper .main-wrapper .main-content {
      height: 100% !important; }
      .photo-gallery .site-wrapper .main-wrapper .main-content iframe.gallery {
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0; }

.photo-gallery .footer {
  display: none; }

.gallery-link {
  background-size: cover;
  background-position: center; }
  .gallery-link .gallery-thumbnail {
    max-width: 100.5%;
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%); }
  .gallery-link .gallery-title {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 5px 10px; }

* {
  min-height: 0;
  min-width: 0; }

/*TODO: MOVE THIS TO OWN FILE*/
@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; } }

body,
html {
  font-family: 'foundation_sans_roman', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%; }

/* STYLING FOR PUSHING FOOTER TO THE BOTTOM */
#root,
#root > div,
#root > div > div,
.app {
  height: 100%;
  min-height: 100%; }

.site-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.main-content {
  flex: 1;
  min-height: 500px;
  position: relative; }

/* END FOOTER PUSH STYLING */
body.main-grey-bkg {
  background: url("/images/Tile_Background2.jpg") repeat #C6C6C6; }
  body.main-grey-bkg .header-wrapper {
    background: url("/images/Tile_Background2.jpg") repeat #C6C6C6; }

body.main-white-bkg {
  background: #D9D9D9; }
  body.main-white-bkg .header-wrapper {
    background: #D9D9D9; }

button:focus {
  outline: 0; }

.svg-loader {
  background: url("/images/ring-alt-loader.svg") no-repeat;
  background-size: contain;
  width: 71px;
  height: 71px;
  display: block;
  position: relative;
  margin: 36px auto; }

/* Animations */
.fade-out-bck:after {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
  -webkit-animation: fade-out-bck 1s ease-out alternate both;
  -moz-animation: fade-out-bck 1s ease-out alternate both;
  animation: fade-out-bck 1s ease-out alternate both; }

/* Container Overrides */
@media screen and (min-width: 645px) {
  .container-fluid.content {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 1200px) {
  .container-fluid.content {
    width: 1065px !important; } }

/* Button Overrides */
.btn.btn-secondary {
  border-radius: 10px;
  color: #333333;
  background: rgba(255, 255, 255, 0.8); }
  .btn.btn-secondary:disabled:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333333; }
  .btn.btn-secondary:hover {
    background: black;
    color: #fff;
    cursor: pointer; }

.bg-fff {
  background-color: #fff; }

.bg-fff-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-fff-75 {
  background-color: rgba(255, 255, 255, 0.75); }

.bg-fff-65 {
  background-color: rgba(255, 255, 255, 0.65); }

.bg-fff-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-fff-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-448ccb {
  background-color: #448ccb; }

.bg-000 {
  background-color: black; }

.bg-000-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-000-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-eceae7 {
  background-color: #ECEAE7; }

.textColor-fff {
  color: #fff; }

.textColor-333 {
  color: #333; }

.textColor-000 {
  color: #000; }

.container-boxShadow {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35); }

.container-rounded {
  border-radius: 0; }

.container-top-rounded {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.container-bottom-rounded {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

@media screen and (min-width: 645px) {
  .container-rounded {
    border-radius: 5px; }
  .container-top-rounded {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .container-bottom-rounded {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; } }

.o-90 {
  opacity: 0.9; }

/* Test Utilities */
.comment-expander {
  height: 550px; }

/* Salvattore Grid*/
/* Configurate salvattore with media queries */
@media screen and (max-width: 480px) {
  #grid[data-columns]:before {
    content: '1 .column.size-1of1'; } }

#grid[data-columns]:before {
  content: '2 .column.size-1of2'; }

/* These are the classes that are going to be applied: */
/* Base styles */
.column {
  float: left; }

.size-1of4 {
  width: 25%; }

.size-1of3 {
  width: 33.333%; }

.size-1of2 {
  width: 50%; }

.size-1of1 {
  width: 100%; }

.column > .column {
  float: none; }

/* Typography */
.u-textSize-11 {
  font-size: 11px; }

.u-textSize-12 {
  font-size: 12px; }

.u-textSize-13 {
  font-size: 13px; }

.u-textSize-14 {
  font-size: 14px; }

.u-textSize-16 {
  font-size: 16px; }

.u-textSize-18 {
  font-size: 18px; }

.u-textSize-20 {
  font-size: 20px; }

.u-textSize-22 {
  font-size: 22px; }

.u-textSize-24 {
  font-size: 24px;
  line-height: 21px; }

.u-textSize-26 {
  font-size: 26px;
  letter-spacing: .2px; }

.u-textSize-32 {
  font-size: 32px;
  letter-spacing: .2px; }

.u-textSize-42 {
  font-size: 42px;
  letter-spacing: .3px; }

.u-font-foundation-roman {
  font-family: 'foundation_sans_roman'; }

.u-font-foundation-light {
  font-family: 'foundation_sans_light'; }

.u-font-foundation-ultralight {
  font-family: 'foundation_sans_ultra_light'; }

.u-font-foundation-bold {
  font-family: 'foundation_sans_bold'; }

a.close-modal:link, a.close-modal:visited,
a.close-modal:active, a.close-modal:hover {
  cursor: pointer; }

figure {
  margin-bottom: 0 !important; }

/* Padding Helpers */
.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-7 {
  padding-left: 7px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-50 {
  padding-left: 50px !important; }

.plr-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pr-5 {
  padding-right: 5px !important; }

.pr-7 {
  padding-right: 7px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-55 {
  padding-right: 55px !important; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-25 {
  padding: 25px; }

.pt-15 {
  padding-top: 15px !important; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 20px; }

.plr-10 {
  padding-left: 10px;
  padding-right: 10px; }

.plr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.plr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.plr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.pX-15 {
  padding-left: 15px;
  padding-right: 15px; }

.pY-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pY-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pY-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pt-10 {
  padding-top: 10px; }

.pt-90 {
  padding-top: 90px; }

.pt-120 {
  padding-top: 120px; }

.pt-350 {
  padding-top: 350px !important; }

@media screen and (min-width: 645px) {
  .pt-350 {
    padding-top: 305px !important; } }

/* Margin Helpers */
.mb-5 {
  margin-bottom: 5px; }

.mb-15 {
  margin-bottom: 15px; }

.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

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

.mT-5 {
  margin-top: 5px !important; }

.mT-10 {
  margin-top: 10px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-60 {
  margin-top: 60px; }

.mt-100 {
  margin-top: 100px !important; }

.mL-10 {
  margin-left: 10px; }

.mL-20 {
  margin-left: 20px !important; }

.mL-35 {
  margin-left: 35px !important; }

.mL-65 {
  margin-left: 15px !important; }

.mY-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mY-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mX-10 {
  margin-left: 10px;
  margin-right: 10px; }

.mX-40 {
  margin-left: 40px;
  margin-right: 40px; }

.mX-4 {
  margin-left: 4px;
  margin-right: 4px; }

.mL-4 {
  margin-left: 4px; }

.mL-104 {
  margin-left: 104px; }

.mb-50 {
  margin-bottom: 50px; }

@media screen and (min-width: 645px) {
  .mL-65 {
    margin-left: 65px !important; } }

.is-hidden {
  display: none !important; }

.is-faved {
  background-color: #cc2dd3 !important;
  transition: background-color .4s; }

.site-wrapper.is-desktop .is-faved:hover i:before {
  content: "\E951" !important; }

.site-wrapper.is-desktop .heart:hover {
  background-color: #cc2dd3 !important;
  transition: background-color .4s; }

/* read more section */
#promo-read-more-text {
  overflow: hidden; }

.info-box {
  height: auto;
  transition: height 0.4s;
  line-height: 18px; }

.info-box.is-collapsed {
  height: 255px;
  overflow: hidden;
  transition: height 0.4s; }

a.read-more:active,
a.read-more:link,
a.read-more:visited {
  color: #000;
  text-decoration: none; }

a.read-more:before {
  display: inline-block;
  content: attr(data-read-more); }

.read-more:active > i:before,
.read-more:link > i:before,
.read-more:visited > i:before {
  display: inline-block;
  transform: rotateX(0);
  transition: transform 0.4s; }

.read-more.is-expanded:before {
  content: attr(data-read-less); }

.read-more.is-expanded:active > i:before,
.read-more.is-expanded:link > i:before,
.read-more.is-expanded:visited > i:before {
  display: inline-block;
  transform: rotateX(180deg);
  transition: transform 0.4s; }

/* Panel Styles */
.panel-label[data-panel-title]:before {
  content: attr(data-panel-title);
  display: inline-block; }

.panel-title {
  border-right: 1px solid #ccc; }

.carousel-controls-wrapper {
  display: inline-block;
  margin: 10px auto 0; }

.blog-slide a:hover {
  text-decoration: none; }

.inner-slide {
  display: block;
  position: relative; }

#facts-carousel {
  padding-bottom: 0; }

.fact-slide .inner-slide {
  min-height: 7.5em;
  padding: 0px 5px; }

.post-title {
  border: 1px solid #c0c0c0;
  border-top: 0;
  padding: 30px;
  color: #000;
  line-height: 21px; }

.post-title.overlay-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  text-align: center;
  font-size: 22px; }

/* jscroll styles */
.jscroll-loading {
  margin: 0 auto;
  position: relative;
  display: block;
  margin-bottom: 20px; }

.info-box-header {
  height: 40px;
  border-bottom: 1px solid #d0d0d0;
  padding: 9px 24px;
  background: rgba(255, 255, 255, 0.6); }

.info-header-logo {
  font-size: 26px;
  position: absolute; }

.right-of-logo {
  margin-left: 105px;
  position: relative;
  top: 3px; }

.info-box-content {
  line-height: 24px; }

.Collapsible__trigger {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 7px 24px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer; }

.Collapsible__trigger.weather-component {
  padding: 8px 24px; }

.Collapsible__trigger:after {
  font-family: 'icomoon';
  content: '\E904';
  position: absolute;
  right: 21px;
  top: 7px;
  display: block;
  transition: transform 300ms;
  font-size: 20px;
  color: #b8b8b8; }

.Collapsible__trigger.is-open:after {
  transform: rotateZ(180deg); }

.Collapsible__trigger.is-disabled {
  opacity: 0.5;
  background-color: grey; }

.Collapsible__trigger h2 {
  font-size: 18px;
  display: inline;
  line-height: 18px; }

/* The ReactResizeDetector is the first child of the dynamic height column. We want to make sure
that it doesn't show scollbars, but the component doesn't accept className, so for now, it just
targets it by using direct descendant first-child selector */
.dynamic-height-column > div:first-child,
.dynamic-height-column > div:first-child div {
  overflow: hidden !important; }

img.desaturate {
  filter: grayscale(100%);
  mix-blend-mode: multiply; }

.partner-separator {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  clear: both; }

.partner-logo-container {
  width: 40%;
  max-width: 160px;
  margin-right: 10px; }

.partner-logo img {
  max-height: 100%; }

.partner-details {
  width: calc(60% - 10px);
  float: right; }

.partner-website {
  margin-top: 28px; }

.partner-info-blurb {
  margin-bottom: 25px; }

.smaller-text {
  font-size: 0.8em; }

/** Cam Info Panel **/
.cam-established,
.prime-viewing-hours {
  flex: 1;
  text-align: center; }

/** Absolute center **/
.abs-center {
  position: absolute !important;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.has-danger a {
  color: #883633; }

.pagination-btn {
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 23px;
  line-height: 11px;
  font-family: 'foundation_sans_roman';
  padding: 7px 10px 8px 9px;
  cursor: pointer; }
  .pagination-btn:focus {
    outline: 0 !important; }
  .pagination-btn.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .pagination-btn.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }

.site-wrapper.is-desktop .pagination-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s;
  text-decoration: none; }
  .site-wrapper.is-desktop .pagination-btn:hover i {
    color: #FFF; }

.hidden-mobile {
  display: none; }
  @media screen and (min-width: 768px) {
    .hidden-mobile {
      display: block; } }

.hidden-tablet {
  display: none; }
  @media screen and (min-width: 1024px) {
    .hidden-tablet {
      display: block; } }

.video-carousel-paging {
  text-align: center;
  font-size: 20px;
  color: #595959;
  opacity: 0.8;
  width: 100px;
  background: none;
  box-shadow: none;
  border: none;
  letter-spacing: 2px;
  padding: 0; }

.factoids-paging {
  left: 6px;
  top: 9px; }

.cam-item.is-online:after {
  top: 10px;
  content: "LIVE";
  background: #323232;
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  height: 25px;
  width: 45px;
  padding: 0;
  padding-left: 9px;
  border-radius: 10px;
  left: 10px;
  z-index: 2;
  position: absolute; }

.cam-item.is-offline:after,
.cam-item.is-meditation:after,
.cam-item.is-film:after,
.cam-item.is-off-season:after {
  font-size: 15px;
  font-family: 'foundation_sans_roman';
  top: 256px;
  background: #323232;
  color: #fff;
  line-height: 25px;
  height: auto;
  width: auto;
  padding: 2px 10px 1px;
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cam-item.is-offline:after {
  left: 2px;
  content: "HIGHLIGHT";
  border-top-right-radius: 10px; }

.cam-item.is-off-season:after {
  left: 2px;
  content: "OFF SEASON";
  border-top-right-radius: 10px; }

.cam-item.is-meditation:after {
  right: 2px;
  content: "MEDITATION";
  border-top-left-radius: 10px; }

.cam-item.is-film:after {
  right: 2px;
  content: "FILM";
  border-top-left-radius: 10px; }

.text-btn {
  padding: 15px 20px 12px 20px;
  margin-right: 2px;
  letter-spacing: 0.05em;
  border-radius: 10px; }
  .text-btn.hide-cam-toggle {
    padding-left: 17px;
    padding-right: 15px; }
  .text-btn:last-of-type {
    margin-right: 0px; }

.inverse-btn {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important; }
  .inverse-btn:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    color: rgba(0, 0, 0, 0.9) !important; }

.green-btn {
  color: #fff !important;
  background-color: #5cb85c !important; }
  .green-btn:hover {
    background-color: #000 !important;
    opacity: .6 !important;
    color: #FFF !important;
    transition: background .4s, color .4s, opacity .4s !important; }

.weather-btn {
  color: #007a9e !important; }

.cam-item img {
  width: 100% !important; }

.list-style-none {
  list-style: none outside; }

/** Alerts */
.alert {
  border-radius: 0;
  border: none;
  font-size: 14px; }
  @media (min-width: 768px) {
    .alert {
      font-size: 18px; } }
  .alert.alert-dismissible .close {
    opacity: 1; }
    .alert.alert-dismissible .close:hover {
      color: #fff;
      opacity: 0.75; }
  .alert a {
    color: #fff;
    text-decoration: underline; }
  .alert.alert-info {
    background: rgba(31, 117, 162, 0.8);
    color: #fff; }
  .alert.alert-warning {
    background: rgba(0, 0, 0, 0.8);
    color: #fff; }
  .alert.alert-danger {
    background: rgba(230, 39, 58, 0.8);
    color: #fff; }
  .alert p {
    margin-bottom: 0; }

.follow-btn {
  color: #42b72a;
  border: 1px solid transparent;
  background-color: #FFF;
  border: 1px solid black;
  padding: 4px 10px;
  border-radius: 2px; }
  .follow-btn:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #36a420; }

.react-redux-modal {
  font-family: 'foundation_sans_roman';
  box-sizing: content-box; }
  .react-redux-modal button:focus {
    outline: 0; }
  .react-redux-modal .rrm-holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }
    .react-redux-modal .rrm-holder .scroll {
      width: 100%;
      height: 100%;
      position: relative;
      overflow-y: auto;
      z-index: 1; }
      .react-redux-modal .rrm-holder .scroll .rrm-content {
        z-index: 1;
        background-color: #fcfcfc;
        position: relative;
        border-radius: 8px;
        box-shadow: 0 0 20px #333;
        margin: 30px auto;
        overflow: hidden; }
        .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
          width: 100%;
          height: 60px;
          border-bottom: 1px solid #dbdbdb;
          position: relative;
          color: #444;
          box-sizing: content-box; }
          .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title h2 {
            height: 60px;
            padding: 0 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 1.4em;
            margin: 0;
            line-height: 60px;
            float: left;
            box-sizing: content-box; }
          .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions {
            width: 120px;
            height: 100%;
            text-align: center;
            float: left; }
            .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button {
              width: 40px;
              height: 40px;
              margin: 10px 8px;
              line-height: 40px;
              position: relative;
              border: 1px solid transparent;
              float: right;
              background-color: transparent;
              text-align: center;
              padding: 0;
              color: #666;
              font-size: 1.2em;
              border-radius: 50%; }
              .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions button:hover {
                color: #4186bf;
                cursor: pointer;
                background-color: rgba(65, 134, 191, 0.1);
                border-color: rgba(65, 134, 191, 0.2);
                box-shadow: 2px 2px 3px #f0f0f0; }
        .react-redux-modal .rrm-holder .scroll .rrm-content .rrm-body {
          width: 100%; }
        .react-redux-modal .rrm-holder .scroll .rrm-content.m-small {
          width: 300px; }
          .react-redux-modal .rrm-holder .scroll .rrm-content.m-small .rrm-title h2 {
            width: 140px; }
        .react-redux-modal .rrm-holder .scroll .rrm-content.m-medium {
          width: 675px;
          background-color: transparent;
          box-shadow: none;
          overflow: visible; }
          @media screen and (max-width: 685px) {
            .react-redux-modal .rrm-holder .scroll .rrm-content.m-medium {
              width: auto;
              margin: 15px 10px; } }
          .react-redux-modal .rrm-holder .scroll .rrm-content.m-medium .rrm-title h2 {
            width: 340px; }
        .react-redux-modal .rrm-holder .scroll .rrm-content.m-large {
          width: 800px; }
          .react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2 {
            width: 640px; }
    .react-redux-modal .rrm-holder .rrm-shadow {
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }

.modals-popup {
  z-index: 20000;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f2f2f2;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25); }
  .modals-popup .modal-header {
    padding: 15px;
    background: #000000;
    font-size: 20px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
    .modals-popup .modal-header > div {
      font-size: 20px;
      line-height: 19px; }
    .modals-popup .modal-header a:link, .modals-popup .modal-header a:visited, .modals-popup .modal-header a:active {
      color: #fff; }
    .modals-popup .modal-header a:hover {
      color: #3a3835; }
    .modals-popup .modal-header a.closer {
      -webkit-filter: grayscale(1);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: gray;
      filter: grayscale(100%); }
      .modals-popup .modal-header a.closer:link, .modals-popup .modal-header a.closer:visited, .modals-popup .modal-header a.closer:hover, .modals-popup .modal-header a.closer:active {
        position: relative;
        float: right;
        display: block;
        width: 15px;
        height: 15px;
        margin-right: 2px;
        background: transparent url(/images/arrow-sprite.png) 0 -175px; }
  .modals-popup .modal-footer {
    background: #fff;
    text-align: center;
    justify-content: center; }
  .modals-popup .btn {
    box-sizing: border-box; }
    .modals-popup .btn.whole-width {
      width: 100%; }
    .modals-popup .btn.btn-primary {
      padding: 10px 36px;
      text-transform: uppercase;
      background-color: #4d9fd2;
      border: none;
      border-radius: 10px;
      cursor: pointer; }
      .modals-popup .btn.btn-primary:hover {
        background-color: #76b5dc; }
    .modals-popup .btn.btn-cancel {
      padding: 10px 36px;
      text-transform: uppercase;
      background-color: #d9534f;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      color: #ffffff; }
      .modals-popup .btn.btn-cancel:hover {
        background-color: #e27c79; }
    .modals-popup .btn.btn-secondary {
      padding: 14px 36px;
      border-radius: 6px;
      cursor: pointer;
      position: relative;
      border: solid 1px rgba(0, 0, 0, 0.4);
      background: rgba(255, 255, 255, 0.5);
      color: rgba(89, 89, 89, 0.9);
      transition: background .4s, color .4s, opacity .4s;
      font-size: 16px;
      line-height: 11px;
      text-transform: uppercase;
      font-family: 'foundation_sans_roman'; }
      .modals-popup .btn.btn-secondary:hover {
        background-color: #000;
        opacity: .6;
        color: #FFF;
        transition: background .4s, color .4s, opacity .4s; }
  .modals-popup .form-group {
    position: relative;
    margin-bottom: 10px; }
    .modals-popup .form-group.has-danger .form-control-feedback {
      pointer-events: none;
      padding-left: 2.25rem;
      background-repeat: no-repeat;
      background-position: top left .5625rem;
      background-size: 1.125rem 1.125rem;
      line-height: 1.2em;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
      font-size: 0.9em; }
      .modals-popup .form-group.has-danger .form-control-feedback span {
        margin-top: 1px;
        display: inline-block; }
    .modals-popup .form-group.has-danger.show-label .form-control-feedback {
      position: static;
      padding-left: 2.25rem;
      padding-right: 0;
      background-position: center left .5625rem; }
  .modals-popup label {
    color: #666666; }
  .modals-popup .row {
    box-sizing: border-box; }

.video-player-btn {
  cursor: pointer;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  transition: background .4s, color .4s, opacity .4s;
  font-size: 16px;
  line-height: 15px;
  font-family: 'foundation_sans_roman';
  margin-right: 10px;
  text-decoration: none; }
  .video-player-btn:hover, .video-player-btn:visited, .video-player-btn:active, .video-player-btn:link {
    text-decoration: none; }
  .video-player-btn.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .video-player-btn.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .video-player-btn:focus {
    outline: 0 !important; }

.site-wrapper.is-desktop .video-player-btn:hover {
  background-color: #000;
  opacity: .6;
  color: #FFF;
  transition: background .4s, color .4s, opacity .4s; }
  .site-wrapper.is-desktop .video-player-btn:hover i {
    color: #FFF; }

.cam-btn, .ig-btn, .blog-btn {
  font-size: 23px; }
  .cam-btn > i, .ig-btn > i, .blog-btn > i {
    position: relative;
    top: 7px; }
  .cam-btn:last-of-type, .ig-btn:last-of-type, .blog-btn:last-of-type {
    margin-left: 10px; }
  .cam-btn.right, .ig-btn.right, .blog-btn.right {
    padding: 0 6px 15px 9px; }
    .cam-btn.right > i, .ig-btn.right > i, .blog-btn.right > i {
      left: 0px; }
  .cam-btn.left, .ig-btn.left, .blog-btn.left {
    padding: 0 6px 15px 9px; }
    .cam-btn.left > i, .ig-btn.left > i, .blog-btn.left > i {
      left: -3px; }

ul.carousel-buttons {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0; }
  ul.carousel-buttons .video-player-btn {
    line-height: 1; }

